.lookbooks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.lookbook {
    position: relative;
    width: calc(33.33% - 3px); /* Considera margini, padding, o eventuali bordi */
    margin-bottom: 20px; /* Aggiungi spaziatura tra i prodotti */
    cursor: pointer;
    transition: opacity 0.3s ease;
}


.lookcontainer {
    display: none;
    width: 100%;
    background-color: white;
    padding: 10px;
}

.lookbookshow {
    display: flex;
    flex: 100%;
    transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lookcontainer .product {
    position: relative;
    width: calc(18% - 10px); /* Considera margini, padding, o eventuali bordi */
    margin: 50px; /* Aggiungi spaziatura tra i prodotti */
    cursor: pointer;
}

.lookbooks.on .lookbook:not(.active) {
    opacity: 0.1;
}

.lookbooks.on .lookbook:not(.active):hover {
    opacity: 1;
}


.lookbooks .product {
    padding: 8px 0;
    border-top: 1px solid #000
}

.lookbooks .items {
    margin-top: 10px;
}

.lookbooks .items img {
}

.lookbooks a.product_link {
    font-size: 12px;
}

#quantity_lookbook {
    border: 1px solid;
}

.product-quantity-lookbook {
    display: flex;
    gap: 5px;
}

ul.product-images.js-qv-product-images {
    height: 90vh;
}

.modal-body .subscribe_form_content, .modal-body .has-discount {
    display: none !important
}

.modal-body .discover_qw {
    display: none !important
}

.modal-body .add-to-cart .current-price span {
    font-size: 13px;
}

.lookbook-desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 12px;
}

.lookbook-desc .quick-view i svg {
    width: 16px !important;
    height: 16px !important;
}

.lookcontainer .quick-view {
    cursor: zoom-in;
}

.module-lookbooks-lookbooks #top_column {
    display: none !important
}

.lookbook-show {
    position: absolute;
    background: #000000;
    color: #FFFFFF;
    padding: 8px;
    bottom: 6px;
    right: 6px;
    z-index: 99;
    pointer-events: none;
    font-family: 'Sofia Sans Extra Condensed', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 1px;
}


@media (max-width: 767px) {
    body#module-lookbooks-lookbooks .product-quantity {
        position: relative;
    }

    .modal-body  ul.product-images.js-qv-product-images {
        height: auto;
    }


    .modal-body .right_col .right_col_inner {
        padding: 0px 40px 60px;
    }

    .modal-body .product-prices .current-price span {
        font-size: 16px;
        color: #121212
    }
}

#module-lookbooks-lookbooks #top_column { display: none; }
