/*LOOKBOOK*/
.bonlookbook .bonlookboon_point-product-image img {
	background-color: #ededed;
}

.bonlookbook img {
	max-width: 100%;
}

.bonlookbook .bonlookbook_point-product:before {
	content: "";
	border: 24px solid transparent;
	display: block;
	width: 0;
	height: 0;
	z-index: -1;
	position: absolute;
	transform: translateX(-50%);
	cursor: pointer;
}

.bonlookbook .bonlookbook_point-product {
	position: absolute;
	background-color: white;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	cursor: auto;
	transition: all .3s ease;
	z-index: 10;
}

.bonlookbook .bonlookbook_point.active .bonlookbook_point-product {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.bonlookbook .bonlookbook_point {
	position: absolute;
	cursor: pointer;
	width: 0;
	height: 0;
}

.bonlookbook .bonlookbook_item-pointer {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	animation: 2.5s pulse ease-in-out infinite;
	/* left: -19px;
    top: -19px; */
}

.bonlookbook .bonlookbook_item-pointer:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.bonlookbook .bonlookbook_item-pointer:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 26px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 26px;
	border-radius: 50%;
}

.bonlookbook .bonlookbook_item-img {
	position: relative;
}

.bonlookbook:not(.swiper) .bonlookbook_item-img {
	width: 100%;
	max-width: max-content;
}

.bonlookbook .bonlookboon_point-product-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

/* .bonlookbook .bonlookboon_point-product-price .without-discount, */
.bonlookbook .bonlookboon_point-product-price .after-discount {
	color: #FF4C4C;
	margin-right: 5px;
}

.bonlookbook .bonlookboon_point-product-price .without-discount {
	color: #111;
}

.bonlookbook .bonlookboon_point-product-price .before-discount {
	color: #3a3a3a;
	text-decoration: line-through;
}

.bonlookbook .bonlookboon_point-product-price p {
	margin-bottom: 0;
}

.bonlookbook .bonlookboon_point-product-title a {
	margin-top: -3px;
}

.bonlookbook .bonlookboon_point-product-link a,
.bonlookbook .bonlookboon_point-product-title a,
.bonlookbook .bonlookboon_point-product-price p {
	display: inline-block;
}

.bonlookbook .bonlookboon_point-product-link a,
.bonlookbook .bonlookboon_point-product-title a {
	transition: all .3s ease;
}

.bonlookbook .bonlookbook_item-title {
	font-weight: 500;
	color: #3A3A3A;
	line-height: 150%;
	word-wrap: anywhere;
}

.bonlookbook .bonlookbook_item-description {
	color: #707070;
	font-weight: 400;
	line-height: 150%;
	position: relative;
	border-left: 2px solid #707070;
}

.bonlookbook .bonlookbook-button_wrapper {
	display: flex;
	width: max-content;
	align-items: center;
	position: absolute;
	z-index: 10;
}

.bonlookbook .bonlookbook-pagination {
	min-width: 35px;
	top: auto;
	left: auto;
	bottom: auto;
	display: block;
	position: relative;
	color: #3a3a3a;
}

.bonlookbook .bonlookbook-button-prev,
.bonlookbook .bonlookbook-button-next {
	transition: all .3s ease;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	margin-top: 0 !important;
	height: auto !important;
	width: auto !important;
	cursor: pointer;
	display: inline-block !important;
}

.bonlookbook .bonlookbook-button-prev:before,
.bonlookbook .bonlookbook-button-prev:after,
.bonlookbook .bonlookbook-button-next:before,
.bonlookbook .bonlookbook-button-next:after {
	content: none !important;
}

.bonlookbook:not(.swiper) .bonlookbook_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

/*product settings*/
.bonlookbook .bonlookbook_point-product.top-left:before {
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 24px;
	border-right: 14px solid white;
	top: 0;
	left: -19px;
}

.bonlookbook .bonlookbook_point-product.top-right:before {
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 24px;
	border-left: 14px solid white;
	top: 0;
	right: -57px;
}

.bonlookbook .bonlookbook_point-product.bottom-left:before {
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 24px;
	border-right: 14px solid white;
	bottom: 0;
	left: -19px;
}

.bonlookbook .bonlookbook_point-product.bottom-right:before {
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 24px;
	border-left: 14px solid white;
	bottom: 0;
	right: -57px;
}

.bonlookbook .bonlookbook_point-product.top-left {
	left: 40px;
	top: -24px;
}

.bonlookbook .bonlookbook_point-product.top-right {
	right: 40px;
	top: -24px;
}

.bonlookbook .bonlookbook_point-product.bottom-left {
	bottom: -24px;
	left: 40px;
}

.bonlookbook .bonlookbook_point-product.bottom-right {
	bottom: -24px;
	right: 40px;
}

.bonlookbook .bonlookbook_header-title {
	outline: none !important;
	text-decoration: none !important;
	transition: all .3s ease;
}

.bonlookbook .bonlookbook_buy_now {
	font-weight: 400;
	opacity: 0;
	border-radius: 18px;
	padding: 5px 0px;
	position: absolute;
	font-size: 15px;
	width: 50%;
	text-align: center;
	bottom: 100px;
	left: 0;
	background: #111;
	z-index: 10;
	color: white;
	cursor: pointer;
	left: 50%;
	transition: 0.5s;
	transform: translateY(25px) translateX(-50%);
}

@keyframes appear {
	from {
		transform: translateY(50px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@media screen and (min-width: 991px) {

	.bonlookbook .bonlookbook_item {
		position: relative;
	}
}

@media screen and (any-hover: hover) {
	.bonlookbook .bonlookbook_header-title:hover {
		opacity: .9;
	}

	.bonlookbook .bonlookbook_point:hover .bonlookbook_point-product {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

@media screen and (min-width: 1881px) {

	.bonlookbook .bonlookbook_item-title,
	.bonlookbook .bonlookbook_item-text {
		padding-bottom: 24px;
	}

	.bonlookbook .bonlookbook_item-title {
		font-size: 45px;
	}

	.bonlookbook .bonlookbook_item-description {
		padding-left: 22px;
		font-size: 16px;
	}

	.bonlookbook .bonlookbook-button-prev {
		margin-right: 30px;
	}

	.bonlookbook .bonlookbook-button-next {
		margin-left: 30px;
	}

	.bonlookbook .bonlookbook-button-prev svg,
	.bonlookbook .bonlookbook-button-next svg {
		width: calc(40px + (82 - 40) * ((100vw - 320px) / (1880 - 320)));
	}

	.bonlookbook .bonlookboon_point-product-link a,
	.bonlookbook .bonlookboon_point-product-price p {
		margin-top: 10px;
	}

	.bonlookbook .bonlookboon_point-product-image {
		margin-right: 10px;
	}

	.bonlookbook .bonlookbook_point-product {
		padding: 10px;
	}

	.bonlookbook:not(.swiper) .bonlookbook_point-product {
		width: 350px;
	}

	.bonlookbook.swiper .bonlookbook_point-product {
		width: 300px;
	}

	.bonlookbook .bonlookbook_header-title .h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.bonlookbook .bonlookbook_header-subtitle .h2 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.bonlookbook .bonlookboon_point-product-link a,
	.bonlookbook .bonlookboon_point-product-title a {
		font-size: 16px;
	}

	.bonlookbook .bonlookboon_point-product-price .after-discount,
	.bonlookbook .bonlookboon_point-product-price .without-discount {
		font-size: 18px;
	}

	.bonlookbook .bonlookboon_point-product-price .before-discount {
		font-size: 14px;
	}
}

@media screen and (max-width: 1880px) {
	.bonlookbook .bonlookbook_header-title .h1 {
		font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1880 - 320)));
		margin-bottom: calc(5px + (10 - 5) * ((100vw - 320px) / (1880 - 320)));
	}

	.bonlookbook .bonlookbook_header-subtitle .h2 {
		font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1880 - 320)));
		margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1880 - 320)));
	}

	.bonlookbook .bonlookbook_point-product {
		padding: calc(5px + (10 - 5) * ((100vw - 320px) / (1880 - 320)));
	}

	.bonlookbook:not(.swiper) .bonlookbook_item:not(:last-child) {
		margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320)));
	}

	.bonlookbook .bonlookboon_point-product-link a,
	.bonlookbook .bonlookboon_point-product-price p {
		margin-top: calc(5px + (10 - 5) * ((100vw - 320px) / (1880 - 320)));
	}

	.bonlookbook .bonlookboon_point-product-link a,
	.bonlookbook .bonlookboon_point-product-title a {
		font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1880 - 320)));
	}

	.bonlookbook .bonlookboon_point-product-price .after-discount,
	.bonlookbook .bonlookboon_point-product-price .without-discount {
		font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1880 - 320)));
	}

	.bonlookbook .bonlookboon_point-product-price .before-discount {
		font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1880 - 320)));
	}
}

@media screen and (min-width: 1200px) and (max-width: 1880px) {
	.bonlookbook.swiper .bonlookbook_point-product {
		width: calc(140px + (300 - 140) * ((100vw - 576px) / (1880 - 576)));
	}

	.bonlookbook:not(.swiper) .bonlookbook_point-product {
		width: calc(230px + (350 - 230) * ((100vw - 1200px) / (1880 - 1200)));
	}

	.bonlookbook .bonlookboon_point-product-image {
		margin-right: calc(5px + (10 - 5) * ((100vw - 320px) / (1880 - 320)));
	}
}

@media screen and (max-width: 1880px) and (min-width: 768px) {

	.bonlookbook .bonlookbook_item-title,
	.bonlookbook .bonlookbook_item-text {
		padding-bottom: calc(10px + (24 - 10) * ((100vw - 768px) / (1880 - 768)));
	}

	.bonlookbook .bonlookbook_item-title {
		font-size: calc(20px + (45 - 20) * ((100vw - 768px) / (1880 - 768)));
	}

	.bonlookbook .bonlookbook_item-description {
		padding-left: calc(10px + (22 - 10) * ((100vw - 768px) / (1880 - 768)));
		font-size: calc(13px + (16 - 13) * ((100vw - 768px) / (1880 - 768)));
	}

	.bonlookbook .bonlookbook-button-prev {
		margin-right: calc(15px + (30 - 15) * ((100vw - 768px) / (1880 - 768)));
	}

	.bonlookbook .bonlookbook-button-next {
		margin-left: calc(15px + (30 - 15) * ((100vw - 768px) / (1880 - 768)));
	}

	/* .bonlookbook:not(.swiper) .bonlookbook_item:nth-child(odd) {
        padding-right: calc(5px + (10 - 5) * ((100vw - 320px) / (1880 - 320)));
    }
    .bonlookbook:not(.swiper) .bonlookbook_item:nth-child(even){
        padding-left: calc(5px + (10 - 5) * ((100vw - 320px) / (1880 - 320)));
    } */
}

@media screen and (min-width: 1200px) {
	.bonlookbook .bonlookbook_point-product {
		display: flex;
	}
}

@media screen and (max-width: 1199px) {
	.bonlookbook.swiper .bonlookboon_point-product-image {
		display: none;
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	.bonlookbook:not(.swiper) .bonlookbook_point-product {
		width: calc(110px + (170 - 110) * ((100vw - 576px) / (1199 - 576)));
	}

	.bonlookbook.swiper .bonlookbook_point-product {
		width: calc(120px + (150 - 120) * ((100vw - 576px) / (1199 - 576)));
	}

	.bonlookbook:not(.swiper) .bonlookboon_point-product-title {
		margin-top: calc(5px + (10 - 5) * ((100vw - 320px) / (1880 - 320)));
	}
}

@media screen and (min-width: 768px) {
	.bonlookbook:not(.bonlookbook-without-text) .bonlookbook-button_wrapper {
		right: calc(25% - 124px);
		bottom: 10%;
	}

	.bonlookbook.bonlookbook-without-text .bonlookbook-button_wrapper {
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}

	.bonlookbook.bonlookbook-without-text {
		padding-bottom: 40px;
	}

	.bonlookbook:not(.swiper) .bonlookbook_item {
		flex: 0 0 50%;
	}
}

@media screen and (max-width: 767px) {
	.bonlookbook:not(.swiper) .bonlookbook_item {
		flex: 0 0 100%;
	}

	.bonlookbook .bonlookbook-button_wrapper {
		left: 50%;
		bottom: -3px;
		transform: translateX(-50%);
	}

	.bonlookbook .swiper-wrapper {
		align-items: end;
	}

	.bonlookbook.swiper {
		padding-bottom: 30px;
	}

	.bonlookbook .bonlookbook_item-title,
	.bonlookbook .bonlookbook_item-text {
		padding-bottom: calc(10px + (24 - 10) * ((100vw - 320px) / (767 - 320)));
	}

	.bonlookbook .bonlookbook_item-title {
		font-size: calc(20px + (45 - 20) * ((100vw - 320px) / (767 - 320)));
	}

	.bonlookbook .bonlookbook_item-description {
		padding-left: calc(10px + (22 - 10) * ((100vw - 320px) / (767 - 320)));
		font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (767 - 320)));
	}

	.bonlookbook .bonlookbook-button-prev {
		margin-right: calc(15px + (30 - 15) * ((100vw - 320px) / (767 - 320)));
	}

	.bonlookbook .bonlookbook-button-next {
		margin-left: calc(15px + (30 - 15) * ((100vw - 320px) / (767 - 320)));
	}
}

@media screen and (min-width: 576px) {
	.bonlookbook .bonlookboon_point-product-image {
		flex: 0 0 30%;
	}
}

@media screen and (max-width: 575px) {
	.bonlookbook .bonlookboon_point-product-image {
		display: none;
	}

	.bonlookbook:not(.swiper) .bonlookbook_point-product {
		width: calc(115px + (170 - 115) * ((100vw - 320px) / (575 - 320)));
	}

	.bonlookbook.swiper .bonlookbook_point-product {
		width: calc(95px + (170 - 95) * ((100vw - 320px) / (575 - 320)));
	}
}

@keyframes pulse {
	0% {
		transform: scale(1.0);
	}

	50% {
		transform: scale(1.1);
	}
}