/* PRODUCT LOOK CUCINELLI */

/* Start - Manage product van pop on reveal and responsive theme. */
div#lookbookContainer.product-look .product.in {
    pointer-events: none;
    display: block;

}



div#lookbookContainer.product-look .product-content .title,
div#lookbookContainer.product-look .name {
    font-weight: bold;
}

div#lookbookContainer.product-look .cta {
    border-radius: 4%/16%;
}

.product-look-container {
    color: black;
}

.product-look .frame-products {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.product-look .product.in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
}

/* scrollbar section */

body.webkitDevice .scrollable-container[data-simplebar=''] {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

body.webkitDevice .scrollable-container[data-simplebar='']::-webkit-scrollbar {
    -webkit-overflow-scrolling: auto;
    width: 10px;
    background-color: #FFFF !important;
}

body.webkitDevice .scrollable-container[data-simplebar='']::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: white !important;
    box-shadow: inset 0 0 5px 5px #262626;
    border: solid 1px transparent;
}

body.webkitDevice .scrollable-container[data-simplebar='']::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cccccc;
    border: solid 1px transparent;
    border-radius: 10px;
}

body:not(.webkitDevice) .simplebar-track.vertical .simplebar-scrollbar:before {
    border-radius: 10px;
    background: #262626 !important;
    opacity: 1 !important;
    right: 1px;
}

body:not(.webkitDevice) .simplebar-track.vertical .simplebar-scrollbar {
    width: 7px;
    right: -1px;
}

body:not(.webkitDevice) .simplebar-track.vertical {
    width: 6px;
    border: 1px solid #ccc;
    right: 1px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #e6e6e6, #FFF, #e6e6e6);
}

body.webkitDevice .slide-attachment-show .campaign-attachments-container::-webkit-scrollbar-thumb,
body.webkitDevice .slide-attachment-mobile-show .campaign-attachments-container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
}

.product.product-landscape .scrollable-container {
    margin-right: -1em;
    max-height: 100% !important;
    display: flex;
    flex: 1 1 0;
}

.product.product-landscape .scrollable-content {
    margin-right: 1em;
}

/* E - Webkit section. */

/*reset frame*/
#lookbookContainer.product-look .frame-products {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#lookbookContainer.product-look .product.displayable-managed.displayable.fade.slow.exclude-reset.in {
    width: initial;
    height: initial;
    transform: none;
    top: initial;
    left: initial;
    position: static;
    flex: 1 1 auto;
    max-width: initial;
    max-height: initial;
    display: flex;
}

#lookbookContainer.product-look._isTablet .product-landscape {
    align-items: center;
}

.product.fade:not(.in) {
    display: none;
}

.reveal #productTopContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

div#lookbookContainer.product-look .fade.in {
    visibility: visible;
}

.product-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b5b5b5;
    cursor: pointer;
}

.product-wishlist.added i {
    font-weight: 900;
}