/*!
* animate.css - https: //animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
/*TEXT IN SLIDER*/
#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 .bonlookboon_point-product-image a {
    width: 100%;
    display: block;
    position: relative;
}
#bonlookbook .bonlookboon_point-product-image img {
    background-color: #F5F5F5;
    width: 100%;
}
#bonlookbook img {
    max-width: 100%;
}
#bonlookbook .bonlookbook_point-product:before {
    content: "";
    box-shadow: rgba(119, 119, 119, 0.2) 0 0 7px 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: opacity .3s ease;
}
#bonlookbook .bonlookbook_point-product.active:before {
    opacity: 1;
}
#bonlookbook .bonlookbook_point-product {
    cursor: auto;
    position: relative;
    transition: all .3s ease;
    z-index: 10;
    flex: 1 1 50%;
}

#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 .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-buttons {
    position: absolute;
}

#bonlookbook .bonlookboon_point-product-price .without-discount,
#bonlookbook .bonlookboon_point-product-price .after-discount {
    color: #3a3a3a;
    margin-right: 5px;
    font-weight: 600;
}
#bonlookbook .bonlookboon_point-product-price .before-discount {
    color: #3a3a3a;
    text-decoration: line-through;
}
#bonlookbook .bonlookboon_point-product-price p {
    margin-bottom: 0;
    line-height: 150%;
}
#bonlookbook .bonlookboon_point-product-title a:hover {
    color: #fc5b16;
}
#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-title a {
    line-height: 130%;
    margin-bottom: 5px;
}
#bonlookbook .bonlookboon_point-product-link a,
#bonlookbook .bonlookboon_point-product-title a {
    color: #3a3a3a;
    transition: all .3s ease;
}
#bonlookbook.swiper .bonlookbook_item-img {
    transition: all .3s ease;
}
/*with slider*/
#bonlookbook.swiper .swiper-slide-active .bonlookbook_item-img {
    transform: none!important;
}
/*END with slider*/
#bonlookbook .bonlookbook_item-title {
    font-weight: 800;
    color: #3A3A3A;
    line-height: 120%;
    word-wrap: anywhere;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#bonlookbook .bonlookbook_item-description {
    color: #707070;
    font-weight: 400;
    line-height: 150%;
    position: relative;
}

#bonlookbook .bonlookbook-button_wrapper {
    display: flex;
    width: max-content;
    align-items: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease;
}
#bonlookbook.swiper-initialized .bonlookbook-button_wrapper {
    opacity: 1;
}
#bonlookbook .swiper-pagination-current {
    color: #3a3a3a;
}
#bonlookbook .bonlookbook-pagination {
    min-width: 35px;
    top: auto;
    left: auto;
    bottom: auto;
    display: block;
    position: relative;
    color: #b6b6b6;
}
#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;
}

/*product settings*/
#bonlookbook .bonlookbook_header-title {
    outline: none!important;
    text-decoration: none!important;
    transition: all .3s ease;
}
#bonlookbook .swiper-button-prev, #bonlookbook .swiper-rtl .swiper-button-next,
#bonlookbook .swiper-button-next, #bonlookbook .swiper-rtl .swiper-button-prev {
    position: relative;
}

#bonlookbook .bonlookbook_item-text {
    z-index: 2;
}
#bonlookbook .bonlookbol_product-list {
    display: flex;
}
#bonlookbook .bonlookbook_item-description p {
    line-height: 110%;
}
#bonlookbook .bonlookbook_item-description p:last-child {
    margin-bottom: 0;
}
/*product settings*/
@media screen and (min-width: 1881px) {
    #bonlookbook {
        padding-left: 5px;
        padding-right: 5px;
    }
    #bonlookbook:not(.swiper) .bonlookbook_item:not(:last-child) {
        margin-bottom: 30px;
    }
    #bonlookbook .bonlookbook_item-img {
        max-width: 570px;
    }
    #bonlookbook .bonlookbook_item-description p {
        margin-bottom: 16px;
        font-size: 14px;
    }
    #bonlookbook .bonlookbol_product-list {
        margin-top: 40px;
    }
    #bonlookbook .bonlookbook_item-button {
        margin-top: 30px;
    }
    #bonlookbook .bonlookboon_point-product-info {
        margin-top: 18px;
    }
    #bonlookbook .bonlookbook_item-description {
        margin-top: 20px;
    }
    #bonlookbook .bonlookbook_item-title {
        font-size: 70px;
        max-width: 480px;
        margin-left: -120px;
    }
    #bonlookbook .bonlookbook_item-text {
        margin-left: 30px;
        padding-top: 20px;
    }
    #bonlookbook .bonlookbook_point-product:not(:last-child) {
        margin-right: 30px;
    }
    #bonlookbook .bonlookboon_point-product-buttons > div:not(:last-child) {
        margin-bottom: 16px;
    }
    #bonlookbook .bonlookboon_point-product-buttons {
        right: 30px;
        top: 30px;
    }
    #bonlookbook .bonlookboon_point-product-title a {
        font-size: 14px;
    }
    #bonlookbook .bonlookbook_point-product:before {
        width: calc(100% + 16px);
        height: calc(100% + 16px);
        top: -8px;
        left: -8px;
    }
}
@media screen and (min-width: 577px) and (max-width: 1880px) {
    #bonlookbook:not(.swiper) .bonlookbook_item:not(:last-child) {
        margin-bottom: calc(10px + (30 - 10) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookbook_item-img {
        max-width: calc(400px + (570 - 400) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookbook_item-description p {
        margin-bottom: calc(10px + (16 - 10) * ((100vw - 577px) / (1880 - 577)));
        font-size: calc(11px + (14 - 11) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookbol_product-list {
        margin-top: calc(15px + (40 - 15) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookbook_item-button {
        margin-top: calc(10px + (30 - 10) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookboon_point-product-info {
        margin-top: calc(10px + (18 - 10) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookbook_item-description {
        margin-top: calc(10px + (20 - 10) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookbook_item-title {
        font-size: calc(25px + (70 - 25) * ((100vw - 577px) / (1880 - 577)));
        max-width: calc(250px + (480 - 250) * ((100vw - 577px) / (1880 - 577)));
        margin-left: calc(-30px + (-120 - -30) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookbook_item-text {
        margin-left: calc(10px + (30 - 10) * ((100vw - 577px) / (1880 - 577)));
        padding-top: calc(10px + (20 - 10) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookbook_point-product:not(:last-child) {
        margin-right: calc(10px + (30 - 10) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookboon_point-product-buttons > div:not(:last-child) {
        margin-bottom: calc(5px + (16 - 5) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookboon_point-product-buttons {
        right: calc(10px + (30 - 10) * ((100vw - 577px) / (1880 - 577)));
        top: calc(10px + (30 - 10) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookboon_point-product-title a {
        font-size: calc(11px + (14 - 11) * ((100vw - 577px) / (1880 - 577)));
    }
    #bonlookbook .bonlookbook_point-product:before {
        width: calc(100% + calc(8px + (16 - 8) * ((100vw - 577px) / (1880 - 577))));
        height: calc(100% + calc(8px + (16 - 8) * ((100vw - 577px) / (1880 - 577))));
        top: calc(-4px + (-8 - -4) * ((100vw - 577px) / (1880 - 577)));
        left: calc(-4px + (-8 - -4) * ((100vw - 577px) / (1880 - 577)));
    }
}

@media screen and (min-width: 577px) {
    #bonlookbook .bonlookbook_item {
        display: flex;
    }
}
@media screen and (max-width: 576px) {
    #bonlookbook .bonlookbook_item-img {
        max-width: 100%;
    }
    #bonlookbook:not(.swiper) .bonlookbook_item:not(:last-child) {
        margin-bottom: calc(10px + (30 - 10) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookbook_item-description p {
        margin-bottom: calc(10px + (16 - 10) * ((100vw - 320px) / (576 - 320)));
        font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookbol_product-list {
        margin-top: calc(15px + (40 - 15) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookbook_item-button {
        margin-top: calc(10px + (30 - 10) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookboon_point-product-info {
        margin-top: calc(10px + (18 - 10) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookbook_item-description {
        margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookbook_item-title {
        font-size: calc(25px + (50 - 25) * ((100vw - 320px) / (576 - 320)));
        max-width: calc(250px + (480 - 250) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookbook_item-text {
        margin-top: calc(10px + (30 - 10) * ((100vw - 320px) / (576 - 320)));
        padding-top: calc(10px + (20 - 10) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookbook_point-product:not(:last-child) {
        margin-right: calc(10px + (30 - 10) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookboon_point-product-buttons > div:not(:last-child) {
        margin-bottom: calc(5px + (16 - 5) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookboon_point-product-buttons {
        right: calc(10px + (30 - 10) * ((100vw - 320px) / (576 - 320)));
        top: calc(10px + (30 - 10) * ((100vw - 320px) / (576 - 320)));
    }
    #bonlookbook .bonlookboon_point-product-title a {
        font-size: 14px;
    }
    #bonlookbook .bonlookbook_point-product:before {
        width: calc(100% + calc(8px + (16 - 8) * ((100vw - 320px) / (576 - 320))));
        height: calc(100% + calc(8px + (16 - 8) * ((100vw - 320px) / (576 - 320))));
        top: calc(-4px + (-8 - -4) * ((100vw - 320px) / (576 - 320)));
        left: calc(-4px + (-8 - -4) * ((100vw - 320px) / (576 - 320)));
    }
}

@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;
    }
    #bonlookbook .bonlookboon_point-product-link a:hover,
    #bonlookbook .bonlookboon_point-product-title a:hover {
        color: #fc5b16;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
    }
}