.product-list-combi{
    display: flex;
    text-align: left;
    margin-top: 5px;
}
.beshop_combip{
    margin-top: 0;
    margin-bottom: 3px;
}
.beshopcombi_product-name{
    font-size: 13px;
    /* line-height: 3.25; */
    color: #000;
    margin-bottom: 0px;
    /* font-style: italic; */
}
.beshopcombi_product-stock{
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.no-stock{
   color:#f5210e !important;
}
.hidden{
    display:none;
}
#button-combi{
    width:100%;
    background-color:#000;
    letter-spacing: 3px;
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    margin-top:12px;
}
#beshopcombi-h1{
    font-weight: 300;
    letter-spacing: 1.1px;
    margin-bottom: 0px;
}
.product-combi-header{
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 3px;
    text-align: left;
}
.product-combi-price{
    display: flex;
    line-height: 2.2;
}
#beshopcombi-p{
    font-size: 18px;
}
.beshop_checkbox_combis{
    height: 45px;
    width: 13.1rem;
    text-align: right;
    line-height: 3.75;
}
.beshopcombi_count{
    margin-top: 6px;
    margin-bottom: 0px;
    letter-spacing: .75px;
    font-weight: 400;
    font-size: 12px;
}
.beshop_produccombi_pieces{
    font-size: 12px;

}
#currencysign_combi{
    font-size: 18px;
}


/* SHOP THE LOOK CATEGORY */

/* Layout principal */
.shop-the-look-category-grid {
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Cards de cada look */
.look-card {
    display: flex;
    align-items: stretch;
    margin-bottom: 4rem;
    background: white;
    overflow: hidden;
    align-items: end;
}
.look-card .look-content-section{
       padding-bottom: 0;
}

/* FILAS IMPARES (1, 3, 5...): Banner izquierda + 2 productos derecha */
.look-card:nth-child(odd) .look-image-section {
    order: 1;
    flex: 1;
    min-height: 500px;
}

.look-card:nth-child(odd) .look-content-section {
    order: 2;
    flex: 1;
    padding: 2rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.look-card:nth-child(even) .look-content-section {
    order: 1;
    flex: 1;
    padding: 2rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .look-card:nth-child(odd) .look-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
} */
.look-card .look-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

/* FILAS PARES (2, 4, 6...): 1 producto izquierda + Banner derecha */
.look-card:nth-child(even) .look-image-section {
    order: 2;
    flex: 1;
    min-height: 500px;
    position: relative;
}
/* .look-card:nth-child(even) .look-image-section {
    order: 2;
    flex: 2;
    min-height: 500px;
    position: relative;
} */

/* .look-card:nth-child(even) .look-content-section {
    order: 1;
    flex: 0 0 350px;
    padding: 2rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

/* .look-card:nth-child(even) .look-products-grid {
    display: block; 
} */

/* .look-card:nth-child(even) .look-products-grid .col-lg-6:nth-child(n+2) { */
.look-card:nth-child(even) .look-products-grid .col-lg-6:nth-child(n+3) {
    display: none; /* Ocultar productos del 2 en adelante */
}
.look-card:nth-child(odd) .look-products-grid .col-lg-6:nth-child(n+3) {
    display: none; /* Ocultar productos del 2 en adelante */
}

.look-card:nth-child(even) .look-info {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 3rem 2rem 2rem;
    border: none; */
}


.look-card:nth-child(even) .look-cta-button {
    /* color: white; */
    text-decoration: underline;
}

/* Imagen hero */
.look-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Grid de productos */
.look-products-grid {
    margin-bottom: 2rem;
}

.category-id-40 .look-products-grid .product-miniature {
    flex: 0 0 100%;
    max-width: 100%;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease;
    height: 100%;
}

.look-products-grid .thumbnail-container {
    border-radius: 8px 8px 0 0;
}

.look-products-grid .product-description {
    padding: 1rem;
}

.look-products-grid .product-title {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.look-products-grid .price {
    font-weight: 600;
    color: #d4a574;
}

/* Información del look */
.look-info {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
}

.look-collection-name {
    font-size: 20px;
    /* font-weight: 700; */
    color: #333;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat SemiBold', sans-serif;
}

.look-description {
    font-size: 1rem;
    color: #666;
    margin: 0 0 1.5rem 0;
}

.look-cta-button {
    display: inline-block;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: underline;
}
.product-list-combi {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.product-list-combi img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    flex: 0 0 70px;
}

.product-combi-info {
    flex: 1;
}

.checkbox-area {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beshop_checkbox_combis {
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}
#combi-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#combi-modal {
    background: white;
    padding: 32px;
    max-width: 480px;
    width: 90%;
    border-radius: 4px;
}

#combi-modal h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#combi-modal ul {
    margin: 12px 0;
    padding-left: 20px;
}

#combi-modal ul li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #CC0000;
}

#combi-modal .combi-modal-info {
    font-size: 13px;
    color: #666;
    margin: 12px 0 24px;
}

.combi-modal-buttons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

#combi-modal-cancel {
    background: white;
    border: 1px solid #333;
    color: #333;
    padding: 10px 24px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

#combi-modal-cancel:hover {
    background: #f5f5f5;
}

#combi-modal-confirm {
    background: #CC0000;
    border: none;
    color: white;
    padding: 10px 24px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

#combi-modal-confirm:hover {
    background: #aa0000;
}
/* Responsive */
@media (max-width: 768px) {
    .look-card:nth-child(odd),
    .look-card:nth-child(even) {
        flex-direction: column;
        min-height: auto;
    }
    
    .look-card:nth-child(odd) .look-image-section,
    .look-card:nth-child(even) .look-image-section {
        order: 1;
        min-height: 300px;
        flex: none;
    }
    
    .look-card:nth-child(odd) .look-content-section,
    .look-card:nth-child(even) .look-content-section {
        order: 2;
        flex: none;
        padding: 1.5rem;
    }
    
    .look-card:nth-child(even) .look-info {
        position: static;
        background: none;
        color: inherit;
        padding: 1rem 0 0 0;
        border-top: 1px solid #e1e1e1;
    }
    
 
    
    .look-card:nth-child(even) .look-cta-button {
        color: inherit;
    }
    
    .look-card:nth-child(odd) .look-products-grid,
    .look-card:nth-child(even) .look-products-grid {
        display: block;
    }
    
    .look-card:nth-child(even) .look-products-grid .col-lg-6:nth-child(n+2) {
        display: block; /* Mostrar todos los productos en móvil */
    }
    
    .look-collection-name {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .shop-the-look-category-grid {
        padding: 1rem 0.5rem;
    }
    
    .look-card {
        margin-bottom: 2rem;
    }
    
    .look-card:nth-child(odd) .look-content-section,
    .look-card:nth-child(even) .look-content-section {
        padding: 1rem;
    }
}