#bonlookbook {
    max-width: 100%;
}

.bonlookbook-container {
    padding: 0 24px;
}

#bonlookbook .bonlookbook-button-prev>svg>*,
#bonlookbook .bonlookbook-button-next>svg>* {
    transition: all .3s ease;
}

#bonlookbook .bonlookbook-button-prev,
#bonlookbook .bonlookbook-button-next {
    cursor: pointer;
}

#bonlookbook .bonlookbook-button-prev:hover>svg>*,
#bonlookbook .bonlookbook-button-next:hover>svg>* {
    stroke: #3dc7d0;
}

#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: 38px;
    height: 38px;
    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 .bonlookbook_header.left * {
    text-align: left;
}

#bonlookbook .bonlookbook_header.center * {
    text-align: center;
}

#bonlookbook .bonlookbook_header.right * {
    text-align: right;
}

#bonlookbook .bonlookbook_header-title .h1,
#bonlookbook .bonlookbook_header-subtitle .h2 {
    line-height: 150%;
}

#bonlookbook .bonlookbook_header-title .h1 {
    font-weight: 400;
    text-transform: none;
}

#bonlookbook .bonlookbook_header-subtitle .h2 {
    font-weight: 200;
    text-transform: none;
}

#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 .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.swiper .bonlookbook_item-img {
    transition: all .3s ease;
}

/*with slider*/
#bonlookbook.swiper .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.swiper .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.swiper .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.swiper .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.swiper .bonlookbook_point-product.top-left {
    left: 40px;
    top: -24px;
}

#bonlookbook.swiper .bonlookbook_point-product.top-right {
    right: 40px;
    top: -24px;
}

#bonlookbook.swiper .bonlookbook_point-product.bottom-left {
    bottom: -24px;
    left: 40px;
}

#bonlookbook.swiper .bonlookbook_point-product.bottom-right {
    bottom: -24px;
    right: 40px;
}

#bonlookbook.swiper .swiper-slide-active .bonlookbook_item-img {
    transform: none !important;
}

/*END with slider*/
#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;
}

/*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;
}

/*product settings*/
@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 {
        margin: 50px auto 20px auto;
    }

    #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:not(.swiper) .bonlookbook_item:not(:last-child) {
        margin-bottom: 20px;
    }

    #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;
    }

    #bonlookbook:not(.swiper) .bonlookbook_item:nth-child(odd) {
        padding-right: 10px;
    }

    #bonlookbook:not(.swiper) .bonlookbook_item:nth-child(even) {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1880px) {
    #bonlookbook {
        margin: calc(20px + (50 - 20) * ((100vw - 320px) / (1880 - 320))) auto calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320))) auto;
    }

    #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%);
    }

    .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);
    }
}