/*
 * EMPLACEMENT DU FICHIER :
 * /wp-content/plugins/wc-multi-compat-extended/assets/css/frontend.css
 */
.single-product div.product { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px 4%; 
}

.wcmce-main-slider-wrapper { 
    position: relative; 
    flex-grow: 1; 
    min-width: 0; 
}

.wcmce-swiper-main { 
    border-radius: 24px; 
    background: #fff; 
    box-shadow: 0 10px 40px -10px rgba(0,0,0,.08); 
    overflow: hidden; 
}

.wcmce-pro-gallery-image { 
    width: 100%; 
    aspect-ratio: 4/3; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 20px; 
}

.wcmce-pro-gallery-image img { 
    max-width: 100%; 
    max-height: 100%; 
    object-fit: contain; 
}

.wcmce-top-info-bar { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 25px; 
}

.wcmce-compat-path a { 
    background: #fff; 
    padding: 8px 20px; 
    border-radius: 50px; 
    font-size: .9em; 
    font-weight: 600; 
    color: #374151; 
    text-decoration: none; 
    box-shadow: 0 2px 4px rgba(0,0,0,.05); 
}

.wcmce-action-box { 
    background: #fff; 
    border: 1px solid var(--wcmce-color-border); 
    box-shadow: 0 10px 25px -5px rgba(0,0,0,.1); 
    border-radius: 16px; 
    padding: 25px; 
    margin-top: 20px; 
}

.wcmce-price-premium { 
    background: #f1f5f9; 
    padding: 12px 18px; 
    border-radius: 8px; 
}

.wcmce-pp-amount { 
    font-size: 2em; 
    font-weight: 800; 
    color: var(--wcmce-color-primary); 
}

.wcmce-actions-max .button { 
    width: 100%; 
    padding: 12px !important; 
    border-radius: 50px !important; 
    text-align: center; 
}

.wcmce-app-suggestions-wrapper { 
    margin-top: 50px; 
    padding-top: 30px; 
    border-top: 1px dashed var(--wcmce-color-border); 
    overflow: hidden; 
}

.wcmce-sliding-zone { 
    display: flex; 
    gap: 16px; 
    overflow-x: auto; 
    padding-bottom: 20px; 
}

.wcmce-app-card { 
    flex: 0 0 300px; 
    background: #fff; 
    border-radius: 16px; 
    box-shadow: 0 10px 25px -5px rgba(0,0,0,.1); 
    text-decoration: none; 
}

.wcmce-mobile-sticky-bar { 
    display: none; 
}

@media(max-width: 767px) {
    body { 
        padding-bottom: 60px !important; 
    }
    
    .wcmce-mobile-sticky-bar { 
        position: fixed !important; 
        bottom: 0 !important; 
        left: 0 !important; 
        right: 0 !important; 
        height: 60px !important; 
        z-index: 999999 !important; 
        display: flex !important; 
    }
    
    .wcmce-sticky-btn { 
        flex: 1 1 50% !important; 
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        color: #fff !important; 
        text-decoration: none !important; 
        font-weight: 600 !important; 
    }
    
    .wcmce-btn-call { 
        background: var(--wcmce-color-primary-dark) !important; 
    }
    
    .wcmce-btn-quote { 
        background: var(--wcmce-color-accent-gradient) !important; 
    }
    
    .wcmce-mobile-sticky-bar.has-success .wcmce-btn-call { 
        display: none !important; 
    }
    
    .wcmce-mobile-sticky-bar.has-success .wcmce-btn-quote { 
        flex: 1 1 100% !important; 
        background: #10b981 !important; 
        flex-direction: row; 
        gap: 8px; 
    }
}