/*!
* 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*/


/* header sticky en looks */

#module-bonlookbook-main #st_header.stuck #header_primary_container {
    height: 55px;
}
#module-bonlookbook-main #st_header.stuck #header_primary_row .shop_logo i {
    font-size: 38px;
}
#module-bonlookbook-main #st_header.stuck #header_left ._sd_custom_menu__hamburguer {
    margin-bottom: 0px;
    margin-right: 20px;
}
#module-bonlookbook-main #st_header.stuck #header_left ._sd_custom_menu__hamburguer {
    width: 32px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 101;
    overflow: hidden;
}

/* */
#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: 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 .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: 600;
    color: #111;
    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 .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.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;
    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%);
}

#bonlookbook .bonlookbook_item:hover .bonlookbook_buy_now,
#module-bonlookbook-main.mobile_device #bonlookbook .bonlookbook_buy_now {
    opacity: 1;
    transform: translateY(0px) translateX(-50%);
}

#module-bonlookbook-main.mobile_device #bonlookbook .bonlookbook_item {
    position: relative;
}

#module-bonlookbook-main.mobile_device #bonlookbook .bonlookbook_buy_now {
    bottom: 25px;
}

#module-bonlookbook-main .breadcrumb_wrapper {
    display: none;
}

#module-bonlookbook-main .bonlookbook_point-product {
    border-radius: 4px;
}

#module-bonlookbook-look .lookbook__look_product_image {
    position: relative;
}

#module-bonlookbook-main .bonlookbook_selector {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
}

#module-bonlookbook-main a:nth-child(2) {
    position: relative;
}

#module-bonlookbook-main .bonlookbook_selector_link {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
}

#module-bonlookbook-main .bonlookbook_selector_link.selected {
    text-decoration: underline;
    text-underline-offset: 5px;
}

#module-bonlookbook-main .bonlookbook_selector a:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: rgb(230, 230, 231);
    position: absolute;
    left: -11px;
    top: 50%;
    margin: -8px 0px 0px;
}

/*#region looks con este articulo*/
.swiper-container-look {
    overflow: hidden;
    padding: 3% 0;
}

.swiper-container-look .header-looks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1%;
}

.swiper-container-look .header-looks-title {
    font-weight: bold;
    font-size: medium;
    color: black
}

.swiper-container-look .arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.swiper-container-look .arrows .fal {
    font-size: 1.5rem;
}

.swiper-container-look .arrows .swiper-button-disabled .fal {
    opacity: 50%;
}

.swiper-container-look .image-caption {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #303133;
    text-transform: none;
    padding: 10px 0;
}

#module-bonlookbook-main .bottom_pagination .page-item .pagination-link {
    background-color: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0 4px;
    display: inline-block;
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
    min-width: 36px;
    text-align: center;
}
#module-bonlookbook-main .bottom_pagination .page-item.active .pagination-link {
    background-color: white;
    color: #111;
}
#module-bonlookbook-main .bottom_pagination {
    flex-direction: column;
}
#module-bonlookbook-main .bottom_pagination .product_count {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}

.bonlookbook_wrapper.appear {
    animation: appear .85s;
}



@keyframes appear {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#module-bonlookbook-main.mobile_device .bottom_pagination .page-item .pagination-link {
    padding: 4px 13px;
}
/*#endregion*/

@media screen and (min-width: 991px) {
    #bonlookbook .bonlookbook_wrapper {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 2px;
    }

    #bonlookbook .bonlookbook_item {
        position: relative;
    }
}

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

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

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


/* DESCRIPTION SEO */

.bonlookbook_description_seo {
    background-color: #F3F3F4;
    color: #322F31;
    font-size: 13px;
    font-weight: 400;
    margin: 60px 0 0;
    padding: 35px 10% 55px;
}

.bonlookbook_description_seo h2,
.bonlookbook_description_seo h3 {
    color: #322F31;
    font-size: 15px;
    font-weight: 600;
}

.bonlookbook_description_seo p {
    margin-bottom: 20px;
    text-align: center;
}

#category-description-seo-logo {
    margin-bottom: 20px;
    text-align: center;
}

#category-description-seo-logo i {
    color: #000000;
    font-size: 48px;
}

#category-description-seo-logo i:before {
    width: auto;
}