/*
Theme Name: CREA Shop
Theme URI: http://localhost/crea
Description: Theme e-commerce CreaMod3D - Style identique au site original creamod3d.fr
Author: CreaMod3D
Author URI: https://www.creamod3d.fr
Template: storefront
Version: 3.6.2
License: GNU General Public License v2 or later
Text Domain: crea-shop
*/

/* ============================================
   VARIABLES CREAMOD3D - Identiques au site original
   ============================================ */
:root {
    --color-accent: #b1c33c;
    --color-accent-dark: #9bb130;
    --color-dark: #383736;
    --color-dark-light: #5a5858;
    --color-light: #f9f9f9;
    --color-text: #232323;
    --color-text-gray: #666666;
    --color-border: #e5e7eb;
    --color-white: #ffffff;
    --shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
    --shadow-md: 0 px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 1rem;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* ============================================
   BASE - Style global identique au site
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: var(--font-family) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: var(--color-text) !important;
    background: var(--color-light) !important;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    color: var(--color-accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--color-accent-dark);
}

/* Focus ring vert (remplace le violet par défaut) */
*:focus {
    outline: 2px solid var(--color-accent) !important;
    outline-offset: 2px !important;
}

*:focus:not(:focus-visible) {
    outline: none !important;
}

*:focus-visible {
    outline: 2px solid var(--color-accent) !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 4px rgba(177, 195, 60, 0.3) !important;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus,
.button:focus,
.btn:focus {
    outline: 2px solid var(--color-accent) !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 4px rgba(177, 195, 60, 0.25) !important;
}

/* ============================================
   CONTAINER - Layout principal
   ============================================ */
.container,
.col-full,
.site-content .col-full {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0  !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.site-content {
    padding: 0 !important;
}

/* Reset margin header Storefront */
.site-header,
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
    margin-bottom: 0 !important;
}

/* ============================================
   HEADER CREAMOD3D - Design Pro et Moderne
   ============================================ */
.crea-header {
    background: linear-gradient(180deg, #2d2c2b 0%, #383736 100%) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
}

.crea-header-inner {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0.75rem 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 2rem !important;
}

/* Logo */
.crea-logo {
    margin-top: -5px !important;
}

.crea-logo a {
    display: block !important;
    flex-shrink: 0 !important;
}

.crea-logo img,
.crea-logo .custom-logo,
.crea-logo-img {
    height: 50px !important;
    width: auto !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

.crea-logo:hover img,
.crea-logo:hover .custom-logo,
.crea-logo:hover .crea-logo-img {
    transform: scale(1.05) !important;
    filter: brightness(1.1) !important;
}

@media (min-width: 768px) {
    .crea-logo img,
    .crea-logo .custom-logo,
    .crea-logo-img {
        height: 60px !important;
    }
}

/* Navigation principale */
.crea-navigation {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.crea-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 0.5rem !important;
    align-items: center !important;
}

.crea-menu li {
    margin: 0 !important;
}

.crea-menu li a {
    display: block !important;
    padding: 0.75rem 1.25rem !important;
    color: rgba(255,255,255,0.85) !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px !important;
}

/* Effet underline animé */
.crea-menu li a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 6px !important;
    left: 50% !important;
    width: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #b1c33c, #9bb130) !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    transform: translateX(-50%) !important;
}

.crea-menu li a:hover::after,
.crea-menu li.current-menu-item a::after {
    width: calc(100% - 2rem) !important;
}

.crea-menu li a:hover {
    color: #fff !important;
    background: rgba(177, 195, 60, 0.1) !important;
}

.crea-menu li.current-menu-item a {
    color: #b1c33c !important;
    background: rgba(177, 195, 60, 0.15) !important;
}

/* Lien Live dans la nav */
.crea-nav-live {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.crea-nav-live-dot {
    width: 7px;
    height: 7px;
    background: #e53e3e;
    border-radius: 50%;
    display: inline-block;
    animation: crea-nav-live-blink 1.5s ease-in-out infinite;
}

@keyframes crea-nav-live-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* Icones header */
.crea-header-icons {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.crea-icon-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    color: rgba(255,255,255,0.85) !important;
    background: rgba(255,255,255,0.05) !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.crea-icon-link:hover {
    color: #b1c33c !important;
    background: rgba(177, 195, 60, 0.15) !important;
    transform: translateY(-2px) !important;
}

.crea-icon-link svg {
    width: 22px !important;
    height: 22px !important;
}

.crea-cart-count {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    background: linear-gradient(135deg, #b1c33c, #9bb130) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 5px !important;
    box-shadow: 0 2px 8px rgba(177, 195, 60, 0.4) !important;
}

/* Hamburger menu */
.crea-menu-toggle {
    display: none !important;
    background: rgba(255,255,255,0.05) !important;
    border: none !important;
    padding: 10px !important;
    cursor: pointer !important;
    color: #fff !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.crea-menu-toggle:hover {
    background: rgba(177, 195, 60, 0.15) !important;
}

.hamburger-line {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    background: #fff !important;
    margin: 5px 0 !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
}

.crea-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px) !important;
}

.crea-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0 !important;
}

.crea-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px) !important;
}

/* Ligne accent subtile */
.crea-neon-line {
    height: 3px !important;
    width: 100% !important;
    background: linear-gradient(90deg, transparent 0%, #b1c33c 20%, #9bb130 50%, #b1c33c 80%, transparent 100%) !important;
    opacity: 0.9 !important;
}

/* Responsive header */
@media (max-width: 968px) {
    .crea-header-inner {
        padding: 0.75rem 1rem !important;
    }

    .crea-menu-toggle {
        display: block !important;
    }

    .crea-navigation {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background: linear-gradient(180deg, #383736 0%, #2d2c2b 100%) !important;
        border-top: 1px solid rgba(255,255,255,0.1) !important;
        padding: 1rem !important;
        z-index: 40 !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    }

    .crea-navigation.active {
        display: block !important;
        animation: slideDown 0.3s ease !important;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .crea-menu {
        flex-direction: column !important;
        gap: 0.25rem !important;
        align-items: stretch !important;
    }

    .crea-menu li {
        width: 100% !important;
    }

    .crea-menu li a {
        padding: 1rem 1.25rem !important;
        border-radius: 8px !important;
        font-size: 1rem !important;
    }

    .crea-menu li a::after {
        display: none !important;
    }

    .crea-menu li a:hover {
        background: rgba(177, 195, 60, 0.15) !important;
        padding-left: 1.5rem !important;
    }
}

/* Masquer header Storefront */
.storefront-primary-navigation,
.site-branding,
.site-header-cart,
.secondary-navigation,
.site-header > .col-full {
    display: none !important;
}

/* ============================================
   GRILLE PRODUITS - Style carte identique
   ============================================ */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

@media (min-width: 640px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Carte produit */
.woocommerce ul.products li.product {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 1rem !important;
    background: var(--color-white) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md) !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.woocommerce ul.products li.product:hover {
    box-shadow: var(--shadow-lg) !important;
    transform: translateY(-2px) !important;
}

/* Image produit */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product img {
    width: 100% !important;
    height: 192px !important;
    object-fit: contain !important;
    background: var(--color-white) !important;
    border-radius: var(--radius-md) !important;
    margin: 0 0 1rem 0 !important;
    transition: transform 0.2s ease !important;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05) !important;
}

/* Titre produit */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: var(--color-accent) !important;
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.woocommerce ul.products li.product a {
    color: var(--color-accent) !important;
}

.woocommerce ul.products li.product a:hover {
    text-decoration: underline !important;
}

/* Badge categorie */
.product-category-badge {
    display: inline-block !important;
    background: #f3f4f6 !important;
    color: #374151 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: var(--radius-sm) !important;
    margin-bottom: 0.5rem !important;
}

/* Prix */
.woocommerce ul.products li.product .price {
    color: var(--color-text) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin: 0 0 1rem 0 !important;
}

.woocommerce ul.products li.product .price del {
    color: #dc2626 !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}

.woocommerce ul.products li.product .price ins {
    color: var(--color-accent) !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/* Badge promo */
.woocommerce span.onsale {
    position: absolute !important;
    top: 0.5rem !important;
    left: 0.5rem !important;
    background: #dc2626 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: var(--radius-sm) !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1.4 !important;
    z-index: 10 !important;
}

/* Bouton Ajouter au panier */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    background: var(--color-accent) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--radius-md) !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    width: 100% !important;
    margin-top: auto !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, opacity 0.2s ease !important;
    display: block !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
    background: var(--color-accent-dark) !important;
    opacity: 0.9 !important;
}

/* ============================================
   BOUTONS GENERAUX
   ============================================ */
button,
input[type="button"],
input[type="submit"],
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.added_to_cart {
    background: var(--color-accent) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--radius-md) !important;
    padding: 0.75rem 1.5rem !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    font-family: var(--font-family) !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, opacity 0.2s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.added_to_cart:hover {
    background: var(--color-accent-dark) !important;
    opacity: 0.9 !important;
}

/* ============================================
   CATEGORIES HORIZONTALES
   ============================================ */
.crea-categories-wrapper {
    width: 100% !important;
    margin-bottom: 2rem !important;
}

.crea-categories-widget {
    background: var(--color-white) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md) !important;
    padding: 1.5rem !important;
}

.crea-categories-widget .widget-title {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: var(--color-text) !important;
    margin-bottom: 1rem !important;
}

.crea-categories-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

@media (min-width: 768px) {
    .crea-categories-list {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .crea-categories-list {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.crea-category-item a {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1rem !important;
    background: var(--color-white) !important;
    border: 2px solid transparent !important;
    border-radius: var(--radius-md) !important;
    box-shadow: var(--shadow-sm) !important;
    color: var(--color-text) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.crea-category-item a:hover,
.crea-category-item a.active {
    border-color: var(--color-accent) !important;
    box-shadow: var(--shadow-lg) !important;
}

.crea-category-item a:hover .crea-category-name {
    color: var(--color-accent) !important;
}

.crea-category-icon {
    font-size: 1.75rem !important;
    transition: transform 0.3s ease !important;
}

.crea-category-item a:hover .crea-category-icon {
    transform: scale(1.1) !important;
}

.crea-category-name {
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    color: #1f2937 !important;
    transition: color 0.2s ease !important;
}

.crea-category-count {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
}

/* ============================================
   PAGE TITRE BOUTIQUE
   ============================================ */
.woocommerce-products-header {
    margin-bottom: 1.5rem !important;
}

.woocommerce-products-header__title {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin: 0 0 0.5rem 0 !important;
}

.woocommerce-result-count {
    color: var(--color-dark-light) !important;
    font-size: 0.875rem !important;
}

/* ============================================
   TRI ET FILTRES
   ============================================ */
.woocommerce-ordering {
    margin-bottom: 1.5rem !important;
}

.woocommerce-ordering select {
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius-md) !important;
    padding: 0.5rem 0.75rem !important;
    font-family: var(--font-family) !important;
    font-size: 0.875rem !important;
    background: var(--color-white) !important;
}

.storefront-sorting {
    margin-bottom: 1.5rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
}

/* ============================================
   PAGE PRODUIT UNIQUE
   ============================================ */
.single-product div.product {
    max-width: 1280px !important;
    margin: 0 auto !important;
}

.single-product div.product div.images {
    background: var(--color-white) !important;
    border-radius: var(--radius-lg) !important;
    padding: 1.5rem !important;
    box-shadow: var(--shadow-md) !important;
}

.single-product div.product .product_title {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin-bottom: 1rem !important;
}

.single-product div.product .price {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin-bottom: 1rem !important;
}

.single-product div.product .woocommerce-product-details__short-description {
    color: var(--color-dark-light) !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.6 !important;
}

/* ============================================
   FORMULAIRES
   ============================================ */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius-md) !important;
    padding: 0.75rem !important;
    font-family: var(--font-family) !important;
    font-size: 0.875rem !important;
    width: 100% !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: var(--color-accent) !important;
    box-shadow: 0 0 0 3px rgba(177, 195, 60, 0.1) !important;
    outline: none !important;
}

/* ============================================
   PANIER - Design Premium CréaMod3D
   ============================================ */

/* Hero section panier */
.woocommerce-cart .woocommerce-notices-wrapper {
    max-width: 1200px !important;
    margin: 0 auto 1.5rem !important;
    padding: 0 1rem !important;
}

/* Layout principal panier */
.woocommerce-cart .woocommerce {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1rem 3rem !important;
}

/* Tableau du panier */
.woocommerce-cart table.cart {
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin-bottom: 2rem !important;
}

.woocommerce-cart table.cart th {
    background: linear-gradient(135deg, #383736 0%, #2d2c2b 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 1.25rem 1rem !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
}

.woocommerce-cart table.cart td {
    padding: 1.25rem 1rem !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: #fff !important;
}

.woocommerce-cart table.cart tr:last-child td {
    border-bottom: none !important;
}

.woocommerce-cart table.cart tr:hover td {
    background: rgba(177, 195, 60, 0.05) !important;
}

/* Image produit panier */
.woocommerce-cart table.cart .product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    border: 2px solid #e5e7eb !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart table.cart .product-thumbnail img:hover {
    border-color: var(--color-accent) !important;
    transform: scale(1.05) !important;
}

/* Nom du produit */
.woocommerce-cart table.cart .product-name a {
    color: var(--color-dark) !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.woocommerce-cart table.cart .product-name a:hover {
    color: var(--color-accent) !important;
}

/* Variations produit */
.woocommerce-cart table.cart .product-name .variation {
    margin-top: 0.5rem !important;
    font-size: 0.85rem !important;
    color: #666 !important;
}

.woocommerce-cart table.cart .product-name .variation dt,
.woocommerce-cart table.cart .product-name .variation dd {
    display: inline !important;
    margin: 0 !important;
}

.woocommerce-cart table.cart .product-name .variation dt {
    font-weight: 600 !important;
}

/* Prix */
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    color: var(--color-dark) !important;
}

.woocommerce-cart table.cart .product-subtotal {
    color: var(--color-accent) !important;
}

/* Champ quantité */
.woocommerce-cart table.cart .quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce-cart table.cart .quantity .qty {
    width: 70px !important;
    height: 44px !important;
    text-align: center !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart table.cart .quantity .qty:focus {
    border-color: var(--color-accent) !important;
    box-shadow: 0 0 0 4px rgba(177, 195, 60, 0.15) !important;
    outline: none !important;
}

/* Bouton supprimer */
.woocommerce-cart table.cart .product-remove a.remove {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fee2e2 !important;
    color: #dc2626 !important;
    border-radius: 50% !important;
    font-size: 1.5rem !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart table.cart .product-remove a.remove:hover {
    background: #dc2626 !important;
    color: #fff !important;
    transform: scale(1.1) !important;
}

/* Actions panier (coupon + mise à jour) */
.woocommerce-cart table.cart td.actions {
    padding: 1.5rem !important;
    background: #f9f9f9 !important;
    border-top: 2px solid #e5e7eb !important;
}

.woocommerce-cart .coupon {
    display: flex !important;
    gap: 0.75rem !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.woocommerce-cart .coupon label {
    display: none !important;
}

.woocommerce-cart .coupon #coupon_code {
    flex: 1 !important;
    min-width: 200px !important;
    max-width: 280px !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .coupon #coupon_code:focus {
    border-color: var(--color-accent) !important;
    box-shadow: 0 0 0 4px rgba(177, 195, 60, 0.15) !important;
    outline: none !important;
}

.woocommerce-cart .coupon #coupon_code::placeholder {
    color: #999 !important;
}

.woocommerce-cart .coupon .button {
    padding: 0.875rem 1.5rem !important;
    background: linear-gradient(135deg, #383736 0%, #2d2c2b 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .coupon .button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

/* Bouton mettre à jour */
.woocommerce-cart button[name="update_cart"] {
    padding: 0.875rem 1.5rem !important;
    background: transparent !important;
    color: var(--color-dark) !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    float: right !important;
}

.woocommerce-cart button[name="update_cart"]:hover {
    border-color: var(--color-accent) !important;
    color: var(--color-accent) !important;
}

.woocommerce-cart button[name="update_cart"]:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* ============================================
   TOTAUX DU PANIER
   ============================================ */
.woocommerce-cart .cart-collaterals {
    margin-top: 2rem !important;
}

.woocommerce-cart .cart_totals {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    overflow: hidden !important;
    max-width: 480px !important;
    margin-left: auto !important;
}

.woocommerce-cart .cart_totals > h2 {
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, #fff 100%) !important;
    margin: 0 !important;
    padding: 1.25rem 1.5rem !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: var(--color-dark) !important;
    border-bottom: 2px solid var(--color-accent) !important;
}

.woocommerce-cart .cart_totals table {
    margin: 0 !important;
    border: none !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding: 1rem 1.5rem !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: transparent !important;
}

.woocommerce-cart .cart_totals table th {
    font-weight: 600 !important;
    color: var(--color-dark) !important;
    text-align: left !important;
    width: 40% !important;
}

.woocommerce-cart .cart_totals table td {
    text-align: right !important;
    font-weight: 500 !important;
}

.woocommerce-cart .cart_totals table tr.order-total th,
.woocommerce-cart .cart_totals table tr.order-total td {
    border-bottom: none !important;
    padding: 1.25rem 1.5rem !important;
    background: #f9f9f9 !important;
}

.woocommerce-cart .cart_totals table tr.order-total th {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

.woocommerce-cart .cart_totals table tr.order-total td {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: var(--color-accent) !important;
}

/* Bouton Commander */
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1.5rem !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block !important;
    width: 100% !important;
    padding: 1.1rem 2rem !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 50px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(177, 195, 60, 0.3) !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(177, 195, 60, 0.4) !important;
}

/* Livraison gratuite */
.woocommerce-cart .cart_totals .shipping td {
    color: #16a34a !important;
    font-weight: 600 !important;
}

/* Panier vide */
.woocommerce-cart .cart-empty {
    text-align: center !important;
    padding: 4rem 2rem !important;
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

.woocommerce-cart .cart-empty::before {
    content: '🛒' !important;
    display: block !important;
    font-size: 4rem !important;
    margin-bottom: 1rem !important;
}

.woocommerce-cart .return-to-shop {
    text-align: center !important;
    margin-top: 1.5rem !important;
}

.woocommerce-cart .return-to-shop a {
    display: inline-block !important;
    padding: 1rem 2rem !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .return-to-shop a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(177, 195, 60, 0.4) !important;
}

/* Responsive panier */
@media (max-width: 768px) {
    .woocommerce-cart table.cart,
    .woocommerce-cart table.cart thead,
    .woocommerce-cart table.cart tbody,
    .woocommerce-cart table.cart th,
    .woocommerce-cart table.cart td,
    .woocommerce-cart table.cart tr {
        display: block !important;
    }

    .woocommerce-cart table.cart thead {
        display: none !important;
    }

    .woocommerce-cart table.cart tr {
        margin-bottom: 1rem !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
        overflow: hidden !important;
    }

    .woocommerce-cart table.cart td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 1rem !important;
        border-bottom: 1px solid #e5e7eb !important;
    }

    .woocommerce-cart table.cart td::before {
        content: attr(data-title) !important;
        font-weight: 600 !important;
        color: var(--color-dark) !important;
    }

    .woocommerce-cart table.cart td.product-thumbnail {
        justify-content: center !important;
    }

    .woocommerce-cart table.cart td.product-thumbnail::before {
        display: none !important;
    }

    .woocommerce-cart table.cart td.actions {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .woocommerce-cart .coupon {
        width: 100% !important;
        justify-content: center !important;
    }

    .woocommerce-cart .coupon #coupon_code {
        max-width: 100% !important;
    }

    .woocommerce-cart button[name="update_cart"] {
        float: none !important;
        width: 100% !important;
    }

    .woocommerce-cart .cart_totals {
        max-width: 100% !important;
    }
}

/* ============================================
   PAGE COMMANDE (CHECKOUT) - Design Premium
   ============================================ */

/* Layout principal */
.woocommerce-checkout .woocommerce {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1rem 3rem !important;
}

/* Formulaire checkout */
.woocommerce-checkout form.checkout {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

@media (min-width: 992px) {
    .woocommerce-checkout form.checkout {
        display: grid !important;
        grid-template-columns: 1fr 420px !important;
        gap: 2.5rem !important;
        align-items: start !important;
    }
}

/* Colonnes facturation et livraison */
.woocommerce-checkout .col2-set {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Bloc section (facturation, livraison, etc.) */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 1.5rem !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

/* Titres des sections */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    margin: 0 0 1.5rem 0 !important;
    padding-bottom: 1rem !important;
    border-bottom: 2px solid #b1c33c !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.woocommerce-checkout .woocommerce-billing-fields h3::before {
    content: '📋' !important;
}

.woocommerce-checkout .woocommerce-shipping-fields h3::before {
    content: '🚚' !important;
}

.woocommerce-checkout .woocommerce-additional-fields h3::before {
    content: '📝' !important;
}

.woocommerce-checkout #order_review_heading::before {
    content: '🧾' !important;
}

/* Champs de formulaire */
.woocommerce-checkout .form-row {
    margin-bottom: 1.25rem !important;
    padding: 0 !important;
}

.woocommerce-checkout .form-row label {
    display: block !important;
    font-weight: 600 !important;
    color: #383736 !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.9rem !important;
}

.woocommerce-checkout .form-row label .required {
    color: #dc2626 !important;
}

.woocommerce-checkout .form-row label .optional {
    color: #999 !important;
    font-weight: 400 !important;
    font-size: 0.85rem !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    background: #fafafa !important;
    color: #383736 !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
    border-color: #b1c33c !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(177, 195, 60, 0.15) !important;
    outline: none !important;
}

.woocommerce-checkout .form-row textarea {
    min-height: 100px !important;
    resize: vertical !important;
}

/* Select2 styling */
.woocommerce-checkout .select2-container--default .select2-selection--single {
    height: auto !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 10px !important;
    background: #fafafa !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding: 0 !important;
    color: #383736 !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}

.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #b1c33c !important;
    box-shadow: 0 0 0 4px rgba(177, 195, 60, 0.15) !important;
}

.select2-dropdown {
    border: 2px solid #b1c33c !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.select2-results__option--highlighted {
    background: #b1c33c !important;
}

/* Checkbox livraison différente */
.woocommerce-checkout #ship-to-different-address {
    margin: 0 0 1.5rem 0 !important;
}

.woocommerce-checkout #ship-to-different-address label {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    cursor: pointer !important;
    font-weight: 600 !important;
}

.woocommerce-checkout #ship-to-different-address input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    accent-color: #b1c33c !important;
}

/* ============================================
   RÉCAPITULATIF COMMANDE
   ============================================ */
.woocommerce-checkout #order_review {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    overflow: hidden !important;
    position: sticky !important;
    top: 100px !important;
}

.woocommerce-checkout #order_review_heading {
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, #fff 100%) !important;
    margin: 0 !important;
    padding: 1.25rem 1.5rem !important;
    border-bottom: 2px solid #b1c33c !important;
    border-radius: 0 !important;
}

/* Tableau récapitulatif */
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    margin: 0 !important;
    border: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 1rem 1.5rem !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: transparent !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    background: #f9f9f9 !important;
    font-weight: 600 !important;
    color: #383736 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    font-weight: 500 !important;
    color: #383736 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name .product-quantity {
    color: #666 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    font-weight: 600 !important;
    text-align: right !important;
}

/* Totaux */
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
    font-weight: 600 !important;
    text-align: left !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    text-align: right !important;
    font-weight: 500 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
    background: #f9f9f9 !important;
    border-bottom: none !important;
    padding: 1.25rem 1.5rem !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #b1c33c !important;
}

/* ============================================
   MÉTHODES DE PAIEMENT
   ============================================ */
.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0 !important;
}

.woocommerce-checkout #payment .payment_methods {
    padding: 1.5rem !important;
    margin: 0 !important;
    border: none !important;
    list-style: none !important;
}

.woocommerce-checkout #payment .payment_methods li {
    margin-bottom: 1rem !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.woocommerce-checkout #payment .payment_methods li:last-child {
    margin-bottom: 0 !important;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method > label {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1rem 1.25rem !important;
    margin: 0 !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    color: #383736 !important;
    background: #fafafa !important;
    transition: all 0.2s ease !important;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method > label:hover {
    background: rgba(177, 195, 60, 0.1) !important;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method > label input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    accent-color: #b1c33c !important;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method > label img {
    max-height: 28px !important;
    width: auto !important;
}

/* Méthode sélectionnée */
.woocommerce-checkout #payment .payment_methods li.wc_payment_method.wc_payment_method--selected,
.woocommerce-checkout #payment .payment_methods li.wc_payment_method:has(input:checked) {
    border-color: #b1c33c !important;
    box-shadow: 0 0 0 3px rgba(177, 195, 60, 0.15) !important;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method .payment_box {
    padding: 1rem 1.25rem !important;
    background: rgba(177, 195, 60, 0.05) !important;
    border-top: 1px solid #e5e7eb !important;
    color: #666 !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method .payment_box p {
    margin: 0 !important;
}

/* Zone CGV et bouton */
.woocommerce-checkout #payment .place-order {
    padding: 1.5rem !important;
    background: #f9f9f9 !important;
    border-top: 2px solid #e5e7eb !important;
}

/* Checkbox CGV */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 1.25rem !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    margin-top: 2px !important;
    accent-color: #b1c33c !important;
    flex-shrink: 0 !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
    color: #b1c33c !important;
    text-decoration: underline !important;
}

/* Bouton Commander */
.woocommerce-checkout #place_order {
    display: block !important;
    width: 100% !important;
    padding: 1.25rem 2rem !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(177, 195, 60, 0.3) !important;
}

.woocommerce-checkout #place_order:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 30px rgba(177, 195, 60, 0.4) !important;
}

.woocommerce-checkout #place_order:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* Privacy policy */
.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 0.8rem !important;
    color: #999 !important;
    margin-top: 1rem !important;
    text-align: center !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #b1c33c !important;
}

/* ============================================
   CONNEXION CHECKOUT
   ============================================ */
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 1.5rem !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, #fff 100%) !important;
    border: 2px solid rgba(177, 195, 60, 0.3) !important;
    border-left: 4px solid #b1c33c !important;
    border-radius: 12px !important;
    padding: 1rem 1.25rem !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #b1c33c !important;
    font-weight: 600 !important;
}

.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-coupon {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    border: 2px solid #e5e7eb !important;
}

/* ============================================
   RESPONSIVE CHECKOUT
   ============================================ */
@media (max-width: 991px) {
    .woocommerce-checkout #order_review {
        position: relative !important;
        top: 0 !important;
    }
}

@media (max-width: 768px) {
    .woocommerce-checkout .woocommerce-billing-fields,
    .woocommerce-checkout .woocommerce-shipping-fields,
    .woocommerce-checkout .woocommerce-additional-fields {
        padding: 1.25rem !important;
    }

    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-checkout #place_order {
        font-size: 1rem !important;
        padding: 1rem 1.5rem !important;
    }
}

/* ============================================
   MESSAGES WOOCOMMERCE
   ============================================ */
.woocommerce-message {
    background: rgba(177, 195, 60, 0.1) !important;
    border-left: 4px solid var(--color-accent) !important;
    border-top: none !important;
    color: var(--color-text) !important;
    border-radius: var(--radius-md) !important;
    padding: 1rem !important;
}

.woocommerce-message::before {
    color: var(--color-accent) !important;
}

.woocommerce-info {
    background: rgba(177, 195, 60, 0.1) !important;
    border-left: 4px solid var(--color-accent) !important;
    border-top: none !important;
    border-radius: var(--radius-md) !important;
    padding: 1rem !important;
}

.woocommerce-error {
    background: rgba(220, 38, 38, 0.1) !important;
    border-left: 4px solid #dc2626 !important;
    border-top: none !important;
    border-radius: var(--radius-md) !important;
}

/* ============================================
   FOOTER - Style identique au site original
   ============================================ */
.site-footer {
    background: var(--color-dark) !important;
    color: rgba(255,255,255,0.8) !important;
    padding: 0 !important;
    margin-top: 4rem !important;
}

.site-footer .col-full {
    padding: 3rem 1rem !important;
}

.site-footer a {
    color: rgba(255,255,255,0.7) !important;
    transition: color 0.2s ease !important;
}

.site-footer a:hover {
    color: var(--color-accent) !important;
}

.site-footer .widget-title,
.site-footer .widgettitle {
    color: var(--color-accent) !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

.site-info {
    background: #111827 !important;
    text-align: center !important;
    padding: 1rem !important;
    color: rgba(255,255,255,0.5) !important;
    font-size: 0.875rem !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}

/* ============================================
   PAGINATION
   ============================================ */
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
    display: flex !important;
    gap: 0.25rem !important;
    justify-content: center !important;
    margin-top: 2rem !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0.5rem 1rem !important;
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius-md) !important;
    background: var(--color-white) !important;
    color: var(--color-text) !important;
    font-size: 0.875rem !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color-accent) !important;
    color: #fff !important;
    border-color: var(--color-accent) !important;
}

/* ============================================
   ETOILES / AVIS
   ============================================ */
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
    color: var(--color-accent) !important;
}

/* ============================================
   COMPTE CLIENT - Design CréaMod3D Pro
   ============================================ */

/* Container principal compte */
.woocommerce-account .site-main {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1rem 3rem !important;
}

/* Hero section Mon Compte */
.woocommerce-account .entry-header,
.woocommerce-account .page-header {
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(177, 195, 60, 0.05) 100%) !important;
    padding: 3rem 2rem !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    border-radius: 0 0 20px 20px !important;
}

.woocommerce-account .entry-title,
.woocommerce-account .page-title {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: var(--color-dark) !important;
    margin: 0 !important;
}

/* Layout flex navigation + contenu */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

@media (min-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: row !important;
        align-items: flex-start !important;
    }
}

/* Navigation du compte */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: linear-gradient(180deg, #383736 0%, #2d2c2b 100%) !important;
    border-radius: 16px !important;
    padding: 1.5rem !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15) !important;
    width: 100% !important;
    flex-shrink: 0 !important;
}

@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 280px !important;
        position: sticky !important;
        top: 100px !important;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 0.5rem !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 0.875rem 1.25rem !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    color: rgba(255,255,255,0.8) !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    content: '' !important;
    width: 8px !important;
    height: 8px !important;
    background: rgba(255,255,255,0.3) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    transform: translateX(5px) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before {
    background: #fff !important;
    box-shadow: 0 0 10px rgba(255,255,255,0.5) !important;
}

/* Déconnexion en rouge */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: rgba(255,100,100,0.8) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
    color: #fff !important;
}

/* Icônes navigation compte - Remplacer les points par des icônes */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    font-family: 'Material Icons' !important;
    font-size: 20px !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border-radius: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: 'dashboard' !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: 'shopping_bag' !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: 'download' !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: 'location_on' !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: 'person' !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    content: 'credit_card' !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: 'logout' !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before {
    box-shadow: none !important;
}

/* Contenu principal du compte */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 !important;
    background: #fff !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    min-height: 400px !important;
}

/* Dashboard message de bienvenue */
.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
    font-size: 1.1rem !important;
    color: var(--color-text) !important;
    padding-bottom: 1.5rem !important;
    border-bottom: 2px solid var(--color-border) !important;
    margin-bottom: 1.5rem !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child strong {
    color: var(--color-accent) !important;
}

/* ============================================
   FORMULAIRES CONNEXION / INSCRIPTION
   ============================================ */
.woocommerce-account .u-columns {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

@media (min-width: 768px) {
    .woocommerce-account .u-columns {
        flex-direction: row !important;
    }

    .woocommerce-account .u-columns .u-column1,
    .woocommerce-account .u-columns .u-column2 {
        flex: 1 !important;
    }
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: var(--color-dark) !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 3px solid var(--color-accent) !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.woocommerce-account .u-column1 h2::before {
    content: '🔐' !important;
}

.woocommerce-account .u-column2 h2::before {
    content: '✨' !important;
}

/* Champs de formulaire */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    margin: 0 !important;
}

.woocommerce-account .woocommerce-form-row {
    margin-bottom: 1.25rem !important;
}

.woocommerce-account .woocommerce-form-row label {
    display: block !important;
    font-weight: 600 !important;
    color: var(--color-dark) !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.9rem !important;
}

.woocommerce-account .woocommerce-form-row label .required {
    color: #dc3545 !important;
}

.woocommerce-account .woocommerce-form-row input[type="text"],
.woocommerce-account .woocommerce-form-row input[type="email"],
.woocommerce-account .woocommerce-form-row input[type="password"],
.woocommerce-account .woocommerce-form-row input[type="tel"],
.woocommerce-account input.input-text {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid var(--color-border) !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    background: #fafafa !important;
}

.woocommerce-account .woocommerce-form-row input:focus,
.woocommerce-account input.input-text:focus {
    border-color: var(--color-accent) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(177, 195, 60, 0.15) !important;
}

/* Checkbox remember */
.woocommerce-account .woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 1rem 0 !important;
    cursor: pointer !important;
}

.woocommerce-account .woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: var(--color-accent) !important;
}

/* Boutons formulaires */
.woocommerce-account .woocommerce-button,
.woocommerce-account button[type="submit"],
.woocommerce-account .button {
    width: 100% !important;
    padding: 1rem 2rem !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.woocommerce-account .woocommerce-button:hover,
.woocommerce-account button[type="submit"]:hover,
.woocommerce-account .button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(177, 195, 60, 0.4) !important;
}

/* Lien mot de passe oublié */
.woocommerce-account .woocommerce-LostPassword {
    text-align: center !important;
    margin-top: 1.5rem !important;
}

.woocommerce-account .woocommerce-LostPassword a {
    color: var(--color-dark-light) !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.woocommerce-account .woocommerce-LostPassword a:hover {
    color: var(--color-accent) !important;
}

/* ============================================
   TABLEAU DES COMMANDES
   ============================================ */
.woocommerce-account .woocommerce-orders-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.woocommerce-account .woocommerce-orders-table thead th {
    background: linear-gradient(135deg, #383736 0%, #2d2c2b 100%) !important;
    color: #fff !important;
    padding: 1rem !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.woocommerce-account .woocommerce-orders-table tbody tr {
    transition: all 0.2s ease !important;
}

.woocommerce-account .woocommerce-orders-table tbody tr:nth-child(even) {
    background: #f9f9f9 !important;
}

.woocommerce-account .woocommerce-orders-table tbody tr:hover {
    background: rgba(177, 195, 60, 0.1) !important;
}

.woocommerce-account .woocommerce-orders-table tbody td {
    padding: 1rem !important;
    border-bottom: 1px solid var(--color-border) !important;
    vertical-align: middle !important;
}

.woocommerce-account .woocommerce-orders-table tbody td:first-child {
    font-weight: 600 !important;
    color: var(--color-accent) !important;
}

/* Badges statut commande */
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-status {
    font-weight: 500 !important;
}

/* Boutons actions commande */
.woocommerce-account .woocommerce-orders-table .woocommerce-button {
    width: auto !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.8rem !important;
    border-radius: 6px !important;
    margin: 0.25rem !important;
    display: inline-block !important;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button.view {
    background: linear-gradient(135deg, #383736 0%, #2d2c2b 100%) !important;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button.pay {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%) !important;
}

/* Bouton Facture personnalisé */
.woocommerce-account .woocommerce-orders-table .woocommerce-button.invoice {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
}

/* Message aucune commande */
.woocommerce-account .woocommerce-message--info,
.woocommerce-account .woocommerce-info {
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%) !important;
    border-left: 4px solid var(--color-accent) !important;
    padding: 1.5rem !important;
    border-radius: 10px !important;
    color: var(--color-dark) !important;
}

.woocommerce-account .woocommerce-info::before {
    color: var(--color-accent) !important;
}

/* ============================================
   ADRESSES - Design Clair et Aéré
   ============================================ */
.woocommerce-account .woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    width: 100% !important;
}

@media (min-width: 900px) {
    .woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr 1fr !important;
    }
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    width: 100% !important;
    min-width: 0 !important;
}

.woocommerce-account .woocommerce-Address {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 0 !important;
    border: 2px solid #e5e7eb !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.woocommerce-account .woocommerce-Address:hover {
    border-color: var(--color-accent) !important;
    box-shadow: 0 4px 15px rgba(177, 195, 60, 0.15) !important;
}

.woocommerce-account .woocommerce-Address-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin: 0 !important;
    padding: 1rem 1.25rem !important;
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, rgba(255,255,255,1) 100%) !important;
    border-bottom: 2px solid var(--color-accent) !important;
    text-align: center !important;
}

.woocommerce-account .woocommerce-Address-title h3 {
    margin: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: var(--color-dark) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
}

.woocommerce-account .woocommerce-Address-title h3::before {
    font-family: 'Material Icons' !important;
    font-size: 22px !important;
    color: var(--color-accent) !important;
}

/* Icône pour adresse de facturation */
.woocommerce-account .woocommerce-Address:first-child .woocommerce-Address-title h3::before {
    content: 'receipt_long' !important;
}

/* Icône pour adresse de livraison */
.woocommerce-account .woocommerce-Address:last-child .woocommerce-Address-title h3::before {
    content: 'local_shipping' !important;
}

.woocommerce-account .woocommerce-Address-title a {
    padding: 0.6rem 1.5rem !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    box-shadow: 0 3px 10px rgba(177, 195, 60, 0.3) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.woocommerce-account .woocommerce-Address-title a::before {
    content: '✏️' !important;
    font-size: 14px !important;
}

.woocommerce-account .woocommerce-Address-title a:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(177, 195, 60, 0.5) !important;
}

.woocommerce-account .woocommerce-Address address {
    font-style: normal !important;
    line-height: 1.8 !important;
    color: var(--color-text) !important;
    padding: 1.25rem !important;
    background: #fff !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
    text-align: center !important;
}

.woocommerce-account .woocommerce-Address address p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

/* Message adresse non définie */
.woocommerce-account .woocommerce-Address address:empty::after {
    content: 'Aucune adresse enregistrée' !important;
    color: #999 !important;
    font-style: italic !important;
    display: block !important;
    padding: 1rem 0 !important;
}

/* Formulaire d'édition d'adresse */
.woocommerce-account .woocommerce-address-fields {
    max-width: 100% !important;
}

.woocommerce-account .woocommerce-address-fields .form-row {
    margin-bottom: 1.25rem !important;
}

.woocommerce-account .woocommerce-address-fields label {
    display: block !important;
    font-weight: 600 !important;
    color: var(--color-dark) !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.9rem !important;
}

.woocommerce-account .woocommerce-address-fields input,
.woocommerce-account .woocommerce-address-fields select {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid var(--color-border) !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    background: #fafafa !important;
}

.woocommerce-account .woocommerce-address-fields input:focus,
.woocommerce-account .woocommerce-address-fields select:focus {
    border-color: var(--color-accent) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(177, 195, 60, 0.15) !important;
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single {
    height: auto !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid var(--color-border) !important;
    border-radius: 10px !important;
    background: #fafafa !important;
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding: 0 !important;
    color: var(--color-text) !important;
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}

/* ============================================
   DÉTAILS DU COMPTE
   ============================================ */
.woocommerce-account .woocommerce-EditAccountForm {
    max-width: 600px !important;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 2rem 0 0 !important;
}

.woocommerce-account .woocommerce-EditAccountForm legend {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: var(--color-dark) !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 2px solid var(--color-accent) !important;
    width: 100% !important;
}

/* ============================================
   DÉTAIL D'UNE COMMANDE
   ============================================ */
.woocommerce-account .woocommerce-order-details {
    margin-bottom: 2rem !important;
}

.woocommerce-account .woocommerce-order-details__title,
.woocommerce-account .woocommerce-column__title {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: var(--color-dark) !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 2px solid var(--color-accent) !important;
}

.woocommerce-account .woocommerce-table--order-details {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 1.5rem !important;
}

.woocommerce-account .woocommerce-table--order-details th,
.woocommerce-account .woocommerce-table--order-details td {
    padding: 0.875rem !important;
    border-bottom: 1px solid var(--color-border) !important;
}

.woocommerce-account .woocommerce-table--order-details thead th {
    background: #f5f5f5 !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.woocommerce-account .woocommerce-table--order-details tfoot th {
    text-align: right !important;
}

.woocommerce-account .woocommerce-table--order-details tfoot tr:last-child {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

.woocommerce-account .woocommerce-table--order-details tfoot tr:last-child td {
    color: var(--color-accent) !important;
}

/* Responsive tableau commandes */
@media (max-width: 767px) {
    .woocommerce-account .woocommerce-orders-table,
    .woocommerce-account .woocommerce-orders-table thead,
    .woocommerce-account .woocommerce-orders-table tbody,
    .woocommerce-account .woocommerce-orders-table th,
    .woocommerce-account .woocommerce-orders-table td,
    .woocommerce-account .woocommerce-orders-table tr {
        display: block !important;
    }

    .woocommerce-account .woocommerce-orders-table thead {
        display: none !important;
    }

    .woocommerce-account .woocommerce-orders-table tbody tr {
        margin-bottom: 1rem !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
        overflow: hidden !important;
    }

    .woocommerce-account .woocommerce-orders-table tbody td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        border-bottom: 1px solid var(--color-border) !important;
    }

    .woocommerce-account .woocommerce-orders-table tbody td::before {
        content: attr(data-title) !important;
        font-weight: 600 !important;
        color: var(--color-dark) !important;
        margin-right: 1rem !important;
    }

    .woocommerce-account .woocommerce-orders-table tbody td:last-child {
        flex-wrap: wrap !important;
        gap: 0.5rem !important;
    }
}

/* ============================================
   WIDGETS
   ============================================ */
.widget {
    margin-bottom: 2rem !important;
}

.widget-title,
.widgettitle {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin-bottom: 1rem !important;
}

/* Filtre prix */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--color-accent) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: var(--color-accent) !important;
    border: 2px solid #fff !important;
}

/* ============================================
   BREADCRUMB
   ============================================ */
.woocommerce-breadcrumb {
    font-size: 0.875rem !important;
    color: var(--color-dark-light) !important;
    margin-bottom: 1.5rem !important;
}

.woocommerce-breadcrumb a {
    color: var(--color-accent) !important;
}

/* ============================================
   STOREFRONT OVERRIDES
   ============================================ */
.storefront-product-pagination {
    display: none !important;
}

.storefront-handheld-footer-bar {
    background: var(--color-dark) !important;
}

.storefront-handheld-footer-bar ul li a {
    color: #fff !important;
}

.storefront-handheld-footer-bar ul li.cart .count {
    background: var(--color-accent) !important;
}

/* Masquer sidebar sur shop */
.woocommerce-page #secondary,
.post-type-archive-product #secondary {
    display: none !important;
}

.woocommerce-page #primary,
.post-type-archive-product #primary {
    width: 100% !important;
    float: none !important;
}

/* ============================================
   LAYOUT PAGE BOUTIQUE - Style site original
   ============================================ */
.woocommerce .site-main,
.woocommerce-page .site-main,
.post-type-archive-product .site-main {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 2rem 1rem !important;
}

/* Layout flex avec sidebar */
.crea-shop-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

@media (min-width: 768px) {
    .crea-shop-layout {
        flex-direction: row !important;
    }
}

/* Sidebar filtres */
.crea-shop-sidebar {
    width: 100% !important;
    background: #fff !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
    padding: 1.5rem !important;
    height: fit-content !important;
}

@media (min-width: 768px) {
    .crea-shop-sidebar {
        width: 256px !important;
        min-width: 256px !important;
        position: sticky !important;
        top: 100px !important;
    }
}

.crea-shop-sidebar h2 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #232323 !important;
    margin-bottom: 1rem !important;
}

.crea-sidebar-section {
    margin-bottom: 1.5rem !important;
}

.crea-sidebar-section:last-child {
    margin-bottom: 0 !important;
}

.crea-sidebar-section label {
    display: block !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    color: #5a5858 !important;
    font-size: 0.875rem !important;
}

.crea-sidebar-section select {
    width: 100% !important;
    padding: 0.5rem 0.75rem !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.375rem !important;
    font-size: 0.875rem !important;
    background: #fff !important;
}

/* Contenu principal */
.crea-shop-content {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Titre page boutique */
.crea-shop-header {
    margin-bottom: 1.5rem !important;
}

.crea-shop-header h1 {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    color: #232323 !important;
    margin: 0 0 0.5rem 0 !important;
}

.crea-shop-header .product-count {
    color: #5a5858 !important;
    font-size: 0.875rem !important;
}

/* Categories en grille */
.crea-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    margin-bottom: 2rem !important;
}

@media (min-width: 768px) {
    .crea-categories-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .crea-categories-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.crea-category-card {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1rem !important;
    background: #fff !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
    border: 2px solid transparent !important;
    text-decoration: none !important;
    color: #232323 !important;
    transition: all 0.3s ease !important;
}

.crea-category-card:hover {
    border-color: #b1c33c !important;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
}

.crea-category-card:hover .crea-cat-name {
    color: #b1c33c !important;
}

.crea-category-card .crea-cat-icon {
    font-size: 1.875rem !important;
    transition: transform 0.3s ease !important;
}

.crea-category-card:hover .crea-cat-icon {
    transform: scale(1.1) !important;
}

.crea-cat-info {
    flex: 1 !important;
}

.crea-cat-name {
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    color: #1f2937 !important;
    display: block !important;
    transition: color 0.2s ease !important;
}

.crea-cat-desc {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    margin-top: 0.25rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Categories dans la sidebar */
.crea-sidebar-categories {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.crea-sidebar-categories li {
    margin-bottom: 0.25rem !important;
}

.crea-sidebar-categories a {
    display: block !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 0.375rem !important;
    color: #232323 !important;
    text-decoration: none !important;
    font-size: 0.875rem !important;
    transition: all 0.2s ease !important;
}

.crea-sidebar-categories a:hover,
.crea-sidebar-categories a.active {
    background: #b1c33c !important;
    color: #fff !important;
}

/* Section categories au-dessus des produits */
.crea-categories-section {
    margin-bottom: 2rem !important;
}

/* Masquer le breadcrumb et titre par defaut sur la boutique */
.woocommerce-products-header {
    display: none !important;
}

/* Masquer le tri par defaut (on l'a dans la sidebar) */
.woocommerce-page .storefront-sorting,
.woocommerce .woocommerce-ordering:not(.crea-shop-sidebar .woocommerce-ordering) {
    display: none !important;
}

/* Afficher le tri dans la sidebar */
.crea-shop-sidebar .woocommerce-ordering {
    display: block !important;
    margin: 0 !important;
    float: none !important;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.woocommerce ul.products li.product {
    animation: fadeIn 0.4s ease forwards;
}

/* ============================================
   MASQUER LA RECHERCHE STOREFRONT PARTOUT
   ============================================ */
.site-footer .widget_search,
.site-footer .search-form,
.site-footer form[role="search"],
.footer-widgets .widget_search,
.widget_search,
.storefront-handheld-footer-bar .search,
.site-search,
.site-header .widget_search,
.footer-widgets,
.site-header .site-search,
.site-header form[role="search"],
.site-header .woocommerce-product-search,
.storefront-product-search,
.header-widget-region,
.site-header-cart .widget_shopping_cart,
form.woocommerce-product-search,
.woocommerce-product-search {
    display: none !important;
}

/* ============================================
   RESPONSIVE UTILITIES
   ============================================ */
@media (max-width: 768px) {
    .woocommerce-products-header__title {
        font-size: 1.5rem !important;
    }

    .storefront-sorting {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

/* ============================================
   NOUVEAU TEMPLATE BOUTIQUE - Identique a creamod3d.fr
   ============================================ */

/* Wrapper principal */
.crea-shop-wrapper {
    background: #f9f9f9 !important;
    min-height: 100vh !important;
}

/* Hero Section Boutique */
.crea-shop-hero {
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(177, 195, 60, 0.05) 100%) !important;
    padding: 4rem 1rem !important;
    text-align: center !important;
}

.crea-shop-hero-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.crea-shop-hero h1 {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
}

@media (min-width: 768px) {
    .crea-shop-hero h1 {
        font-size: 3rem !important;
    }
}

.crea-shop-hero p {
    font-size: 1.125rem !important;
    color: #5a5858 !important;
    margin: 0 !important;
}

/* Container principal */
.crea-shop-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 2rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

@media (min-width: 768px) {
    .crea-shop-container {
        flex-direction: row !important;
    }
}

/* Sidebar filtres */
.crea-shop-sidebar {
    width: 100% !important;
    background: #fff !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1) !important;
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    height: fit-content !important;
}

@media (min-width: 768px) {
    .crea-shop-sidebar {
        width: 256px !important;
        min-width: 256px !important;
        position: sticky !important;
        top: 96px !important;
        margin-bottom: 0 !important;
    }
}

.crea-sidebar-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
}

/* Formulaire filtres */
.crea-filter-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

.crea-filter-group {
    display: flex !important;
    flex-direction: column !important;
}

.crea-filter-label {
    display: block !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    color: #5a5858 !important;
    font-size: 0.875rem !important;
}

.crea-filter-select {
    width: 100% !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.375rem !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.875rem !important;
    background: #fff !important;
    cursor: pointer !important;
}

.crea-filter-select:focus {
    outline: none !important;
    border-color: #b1c33c !important;
    box-shadow: 0 0 0 2px rgba(177, 195, 60, 0.2) !important;
}

/* Radio buttons matieres */
.crea-filter-radios {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

.crea-radio-label {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    font-size: 0.875rem !important;
    color: #383736 !important;
}

.crea-radio-label input[type="radio"] {
    width: auto !important;
    margin-right: 0.5rem !important;
    cursor: pointer !important;
    accent-color: #b1c33c !important;
}

.crea-radio-label span {
    margin-left: 0.5rem !important;
}

/* Section principale */
.crea-shop-main {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Header boutique */
.crea-shop-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.crea-shop-header-left {
    flex: 1 !important;
}

.crea-shop-title {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    margin: 0 0 0.5rem 0 !important;
    line-height: 1.2 !important;
}

.crea-shop-count {
    color: #5a5858 !important;
    font-size: 0.875rem !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.crea-active-filter {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: #b1c33c !important;
    color: #fff !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    font-size: 0.875rem !important;
}

.crea-filter-remove {
    color: #fff !important;
    text-decoration: none !important;
    margin-left: 0.25rem !important;
}

.crea-filter-remove:hover {
    text-decoration: underline !important;
}

/* Boutons vue grille/liste */
.crea-view-toggle {
    display: flex !important;
    gap: 0.5rem !important;
}

.crea-view-btn {
    padding: 0.5rem !important;
    border-radius: 0.375rem !important;
    background: #e5e7eb !important;
    color: #6b7280 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.crea-view-btn:hover,
.crea-view-btn.active {
    background: #b1c33c !important;
    color: #fff !important;
}

.crea-view-icon {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
}

/* Section categories */
.crea-categories-section {
    margin-bottom: 2rem !important;
}

.crea-categories-title {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
}

.crea-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

@media (min-width: 768px) {
    .crea-categories-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .crea-categories-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.crea-category-card {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1rem !important;
    background: #fff !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
    border: 2px solid transparent !important;
    text-decoration: none !important;
    color: #383736 !important;
    transition: all 0.3s ease !important;
}

.crea-category-card:hover {
    border-color: #b1c33c !important;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
}

.crea-category-card:hover .crea-category-name {
    color: #b1c33c !important;
}

.crea-category-icon {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
    border-radius: 0.375rem !important;
    transition: transform 0.3s ease !important;
}

.crea-category-card:hover .crea-category-icon {
    transform: scale(1.1) !important;
}

.crea-category-icon-placeholder {
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f3f4f6 !important;
    border-radius: 0.375rem !important;
    color: #b1c33c !important;
}

.crea-category-info {
    flex: 1 !important;
    min-width: 0 !important;
}

.crea-category-name {
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    color: #1f2937 !important;
    margin: 0 !important;
    transition: color 0.2s ease !important;
}

.crea-category-desc {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    margin: 0.25rem 0 0 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Grille produits */
.crea-products-grid {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 2rem !important;
}

@media (min-width: 640px) {
    .crea-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .crea-products-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Vue liste */
.crea-products-grid.crea-products-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

/* Carte produit */
.crea-product-card {
    background: #fff !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
    padding: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    transition: box-shadow 0.3s ease !important;
}

.crea-product-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
}

/* Produit en mode liste */
.crea-product-list-item {
    flex-direction: row !important;
    gap: 1rem !important;
}

.crea-product-list-item .crea-product-image-link {
    flex-shrink: 0 !important;
}

.crea-product-list-item .crea-product-image-list {
    width: 128px !important;
    height: 128px !important;
    object-fit: contain !important;
    background: #fff !important;
    border-radius: 0.375rem !important;
}

.crea-product-list-item .crea-product-info {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Badges */
.crea-badge {
    position: absolute !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.25rem !important;
    z-index: 10 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
}

.crea-badge-promo {
    top: 0.5rem !important;
    left: 0.5rem !important;
    background: #22c55e !important;
    color: #fff !important;
}

.crea-badge-rupture {
    top: 0.5rem !important;
    right: 0.5rem !important;
    background: #dc2626 !important;
    color: #fff !important;
}

.crea-badge-stock {
    top: 0.5rem !important;
    right: 0.5rem !important;
    background: #f97316 !important;
    color: #fff !important;
}

/* Image produit */
.crea-product-image-link {
    display: block !important;
    text-decoration: none !important;
}

.crea-product-image {
    width: 100% !important;
    height: 192px !important;
    object-fit: contain !important;
    background: #fff !important;
    border-radius: 0.375rem !important;
    margin-bottom: 1rem !important;
    transition: transform 0.2s ease !important;
}

.crea-product-card:hover .crea-product-image {
    transform: scale(1.05) !important;
}

.crea-product-no-image {
    width: 100% !important;
    height: 192px !important;
    background: #f3f4f6 !important;
    border-radius: 0.375rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #9ca3af !important;
    font-size: 0.875rem !important;
    margin-bottom: 1rem !important;
}

/* Nom produit */
.crea-product-name {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #b1c33c !important;
    text-decoration: none !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
    transition: color 0.2s ease !important;
}

.crea-product-name:hover {
    text-decoration: underline !important;
}

/* Meta produit */
.crea-product-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.crea-meta-cat {
    font-size: 0.75rem !important;
    padding: 0.25rem 0.5rem !important;
    background: #f3f4f6 !important;
    color: #374151 !important;
    border-radius: 0.25rem !important;
}

.crea-meta-matiere {
    font-size: 0.75rem !important;
    padding: 0.25rem 0.5rem !important;
    background: rgba(177, 195, 60, 0.15) !important;
    color: #9bb130 !important;
    border-radius: 0.25rem !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

/* Prix produit */
.crea-product-price {
    font-weight: 700 !important;
    color: #383736 !important;
    margin-bottom: 1rem !important;
}

.crea-product-price del {
    color: #dc2626 !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    margin-right: 0.5rem !important;
}

.crea-product-price ins {
    text-decoration: none !important;
    color: #b1c33c !important;
}

/* Extrait */
.crea-product-excerpt {
    font-size: 0.875rem !important;
    color: #5a5858 !important;
    line-height: 1.5 !important;
    margin-bottom: 1rem !important;
    flex: 1 !important;
}

/* Bouton ajouter au panier */
.crea-add-to-cart {
    display: block !important;
    width: 100% !important;
    background: #b1c33c !important;
    color: #fff !important;
    text-align: center !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.375rem !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    text-decoration: none !important;
    transition: background 0.2s ease, opacity 0.2s ease !important;
    margin-top: auto !important;
}

.crea-add-to-cart:hover {
    background: #9bb130 !important;
    opacity: 0.9 !important;
    color: #fff !important;
}

.crea-out-of-stock-btn {
    display: block !important;
    width: 100% !important;
    background: #b1c33c !important;
    color: #fff !important;
    text-align: center !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.375rem !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    margin-top: auto !important;
}

/* Aucun produit */
.crea-no-products {
    text-align: center !important;
    padding: 3rem !important;
    background: #fff !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
}

.crea-no-products-icon {
    width: 48px !important;
    height: 48px !important;
    color: #9ca3af !important;
    margin: 0 auto 1rem auto !important;
}

.crea-no-products-title {
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    color: #1f2937 !important;
    margin: 0 0 0.5rem 0 !important;
}

.crea-no-products-text {
    color: #6b7280 !important;
    margin: 0 !important;
}

/* Pagination */
.crea-pagination {
    margin-top: 2rem !important;
    display: flex !important;
    justify-content: center !important;
}

.crea-pagination-nav {
    display: inline-flex !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important;
}

.crea-page-link {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid #d1d5db !important;
    background: #fff !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    margin-left: -1px !important;
    transition: all 0.2s ease !important;
}

.crea-page-link:first-child {
    margin-left: 0 !important;
    border-radius: 0.375rem 0 0 0.375rem !important;
}

.crea-page-link:last-child {
    border-radius: 0 0.375rem 0.375rem 0 !important;
}

.crea-page-link:hover {
    background: #f9fafb !important;
}

.crea-page-link.active {
    z-index: 10 !important;
    background: #b1c33c !important;
    border-color: #b1c33c !important;
    color: #fff !important;
}

.crea-page-dots {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid #d1d5db !important;
    background: #fff !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
    margin-left: -1px !important;
}

.crea-page-icon {
    width: 20px !important;
    height: 20px !important;
}

.crea-page-prev,
.crea-page-next {
    padding: 0.5rem !important;
}

/* Masquer completement le layout WooCommerce par defaut sur la boutique */
.woocommerce-page.post-type-archive-product .site-main > .woocommerce:not(.crea-shop-container),
.woocommerce.archive .site-main > .woocommerce:not(.crea-shop-container) {
    display: none !important;
}

/* Masquer les anciens elements de la boutique */
.post-type-archive-product .woocommerce-products-header,
.post-type-archive-product .storefront-sorting,
.post-type-archive-product ul.products:not(.crea-products-grid),
.post-type-archive-product nav.woocommerce-pagination {
    display: none !important;
}

/* Mais afficher notre container */
.crea-shop-container {
    display: flex !important;
}

/* S'assurer que le site-content n'a pas de padding sur la boutique */
.post-type-archive-product .site-content,
.post-type-archive-product #content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* S'assurer que le main a le bon background */
.post-type-archive-product .site-main,
.post-type-archive-product #primary {
    background: #f9f9f9 !important;
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

/* Animations sur les cartes produits */
.crea-product-card {
    animation: fadeIn 0.4s ease forwards;
}

/* Hover effet sur les catégories */
.crea-category-card:hover {
    transform: translateY(-2px) !important;
}

/* Badge NOUVEAU en vert comme sur le site original */
.crea-badge-promo {
    background: #22c55e !important;
}

/* Responsive pour le titre de la boutique */
@media (max-width: 640px) {
    .crea-shop-title {
        font-size: 1.5rem !important;
    }

    .crea-shop-header {
        flex-direction: column !important;
    }
}

/* ============================================
   FICHE PRODUIT - Style identique a creamod3d.fr
   ============================================ */

.crea-single-product {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 2rem 1rem !important;
}

/* Breadcrumb */
.crea-breadcrumb {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    margin-bottom: 2rem !important;
}

.crea-breadcrumb a {
    color: #b1c33c !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.crea-breadcrumb a:hover {
    color: #9bb130 !important;
    text-decoration: underline !important;
}

.crea-breadcrumb-sep {
    color: #d1d5db !important;
}

.crea-breadcrumb-current {
    color: #383736 !important;
    font-weight: 500 !important;
}

/* Container principal produit */
.crea-product-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    margin-bottom: 3rem !important;
}

@media (min-width: 768px) {
    .crea-product-container {
        grid-template-columns: 1fr 1fr !important;
        gap: 3rem !important;
    }
}

/* Galerie images */
.crea-product-gallery {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.crea-main-image-wrapper {
    position: relative !important;
    background: #fff !important;
    border-radius: 0.75rem !important;
    padding: 1rem !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
}

.crea-main-image {
    width: 100% !important;
    height: auto !important;
    max-height: 500px !important;
    object-fit: contain !important;
    border-radius: 0.5rem !important;
    transition: transform 0.3s ease !important;
}

.crea-main-image:hover {
    transform: scale(1.02) !important;
}

.crea-no-image {
    width: 100% !important;
    height: 400px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f3f4f6 !important;
    color: #9ca3af !important;
    border-radius: 0.5rem !important;
}

/* Badges sur l'image */
.crea-sale-badge {
    position: absolute !important;
    top: 1rem !important;
    left: 1rem !important;
    background: #dc2626 !important;
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.375rem !important;
    z-index: 10 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.crea-stock-badge {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.375rem !important;
    z-index: 10 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.crea-stock-out {
    background: #dc2626 !important;
    color: #fff !important;
}

.crea-stock-low {
    background: #f97316 !important;
    color: #fff !important;
}

/* Miniatures */
.crea-thumbnails {
    display: flex !important;
    gap: 0.75rem !important;
    flex-wrap: wrap !important;
}

.crea-thumb {
    width: 80px !important;
    height: 80px !important;
    padding: 0.25rem !important;
    background: #fff !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 0.5rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    overflow: hidden !important;
}

.crea-thumb:hover,
.crea-thumb.active {
    border-color: #b1c33c !important;
    box-shadow: 0 0 0 2px rgba(177, 195, 60, 0.2) !important;
}

.crea-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 0.25rem !important;
}

/* Informations produit */
.crea-product-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.crea-product-category {
    display: inline-block !important;
    font-size: 0.875rem !important;
    color: #b1c33c !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.2s ease !important;
}

.crea-product-category:hover {
    color: #9bb130 !important;
    text-decoration: underline !important;
}

.crea-product-title {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .crea-product-title {
        font-size: 2.25rem !important;
    }
}

/* Prix */
.crea-product-price-box {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    flex-wrap: wrap !important;
}

.crea-price-old {
    font-size: 1.125rem !important;
    color: #9ca3af !important;
    text-decoration: line-through !important;
}

.crea-price-current {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #b1c33c !important;
}

.crea-price-current .woocommerce-Price-amount {
    color: #b1c33c !important;
}

.crea-price-discount {
    background: #dc2626 !important;
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.25rem !important;
}

/* Stock */
.crea-stock-status {
    display: flex !important;
    align-items: center !important;
}

.crea-in-stock {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    color: #22c55e !important;
    font-weight: 500 !important;
}

.crea-out-of-stock {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    color: #dc2626 !important;
    font-weight: 500 !important;
}

.crea-stock-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.crea-stock-qty {
    color: #6b7280 !important;
    font-weight: 400 !important;
    margin-left: 0.25rem !important;
}

/* Description courte */
.crea-short-description {
    color: #5a5858 !important;
    line-height: 1.6 !important;
}

.crea-short-description p {
    margin: 0 0 0.75rem 0 !important;
}

/* Attributs */
.crea-product-attributes {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    padding: 1rem !important;
    background: #f9fafb !important;
    border-radius: 0.5rem !important;
}

.crea-attribute {
    display: flex !important;
    gap: 0.5rem !important;
}

.crea-attribute-label {
    font-weight: 600 !important;
    color: #383736 !important;
}

.crea-attribute-value {
    color: #5a5858 !important;
}

/* Formulaire ajout panier */
.crea-add-to-cart-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid #e5e7eb !important;
}

.crea-quantity-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

.crea-qty-label {
    font-weight: 600 !important;
    color: #383736 !important;
    font-size: 0.875rem !important;
}

.crea-quantity-input {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.5rem !important;
    overflow: hidden !important;
    width: fit-content !important;
}

.crea-qty-btn {
    width: 40px !important;
    height: 40px !important;
    background: #f9fafb !important;
    border: none !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #383736 !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.crea-qty-btn:hover {
    background: #e5e7eb !important;
}

.crea-qty-field {
    width: 60px !important;
    height: 40px !important;
    border: none !important;
    border-left: 1px solid #e5e7eb !important;
    border-right: 1px solid #e5e7eb !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #383736 !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    padding: 0 !important;
}

.crea-qty-field::-webkit-outer-spin-button,
.crea-qty-field::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.crea-add-to-cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    background: #b1c33c !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: 1rem 2rem !important;
    border: none !important;
    border-radius: 0.5rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
}

.crea-add-to-cart-btn:hover {
    background: #9bb130 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(177, 195, 60, 0.3) !important;
}

.crea-cart-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.crea-out-of-stock-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #9ca3af !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: 1rem 2rem !important;
    border: none !important;
    border-radius: 0.5rem !important;
    cursor: not-allowed !important;
    width: 100% !important;
}

/* Badges de confiance */
.crea-trust-badges {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;
    padding: 1rem !important;
    background: #f9fafb !important;
    border-radius: 0.5rem !important;
    margin-top: 1rem !important;
}

@media (max-width: 640px) {
    .crea-trust-badges {
        grid-template-columns: 1fr !important;
    }
}

.crea-trust-badge {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0.5rem !important;
}

.crea-trust-icon {
    width: 2rem !important;
    height: 2rem !important;
    color: #b1c33c !important;
}

.crea-trust-badge span {
    font-size: 0.75rem !important;
    color: #5a5858 !important;
    font-weight: 500 !important;
}

/* SKU */
.crea-product-sku {
    font-size: 0.875rem !important;
    color: #9ca3af !important;
    margin-top: 1rem !important;
}

.crea-sku-label {
    font-weight: 500 !important;
}

/* Description complete */
.crea-product-description {
    background: #fff !important;
    border-radius: 0.75rem !important;
    padding: 2rem !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
    margin-bottom: 3rem !important;
}

.crea-section-title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    margin: 0 0 1.5rem 0 !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 2px solid #b1c33c !important;
}

.crea-description-content {
    color: #5a5858 !important;
    line-height: 1.7 !important;
}

.crea-description-content p {
    margin: 0 0 1rem 0 !important;
}

.crea-description-content ul,
.crea-description-content ol {
    margin: 0 0 1rem 1.5rem !important;
}

.crea-description-content li {
    margin-bottom: 0.5rem !important;
}

/* Produits similaires */
.crea-related-products {
    margin-bottom: 3rem !important;
}

.crea-related-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
}

@media (min-width: 768px) {
    .crea-related-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.crea-related-card {
    background: #fff !important;
    border-radius: 0.75rem !important;
    padding: 1rem !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

.crea-related-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
}

.crea-related-badge {
    position: absolute !important;
    top: 0.75rem !important;
    left: 0.75rem !important;
    background: #22c55e !important;
    color: #fff !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.25rem !important;
    z-index: 10 !important;
}

.crea-related-image-wrapper {
    margin-bottom: 0.75rem !important;
}

.crea-related-image {
    width: 100% !important;
    height: 150px !important;
    object-fit: contain !important;
    border-radius: 0.5rem !important;
}

.crea-related-no-image {
    width: 100% !important;
    height: 150px !important;
    background: #f3f4f6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #9ca3af !important;
    font-size: 0.75rem !important;
    border-radius: 0.5rem !important;
}

.crea-related-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

.crea-related-category {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
}

.crea-related-name {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #b1c33c !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.crea-related-card:hover .crea-related-name {
    text-decoration: underline !important;
}

.crea-related-price {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
}

/* Masquer le template WooCommerce par defaut sur la page produit */
.single-product .woocommerce-product-gallery,
.single-product .summary,
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product div.product > .onsale {
    display: none !important;
}

/* Afficher notre template */
.crea-single-product {
    display: block !important;
}

/* Masquer le site-content padding sur produit */
.single-product .site-content,
.single-product #content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.single-product .site-main {
    background: #f9f9f9 !important;
}

/* ============================================
   SECTION POURQUOI CREAMOD3D - DESIGN PREMIUM
   ============================================ */

.crea-why-us-premium {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    border-radius: 1.5rem !important;
    padding: 3rem 2rem !important;
    margin-bottom: 3rem !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.crea-why-us-premium::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #b1c33c, #7ec850, #38b000, #b1c33c) !important;
    background-size: 300% 100% !important;
    animation: gradientMove 3s ease infinite !important;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Header de la section */
.crea-why-header {
    text-align: center !important;
    margin-bottom: 3rem !important;
}

.crea-why-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 9999px !important;
    margin-bottom: 1rem !important;
    box-shadow: 0 4px 14px rgba(177, 195, 60, 0.4) !important;
}

.crea-why-title {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
    line-height: 1.2 !important;
}

@media (min-width: 768px) {
    .crea-why-title {
        font-size: 2.5rem !important;
    }
}

.crea-highlight {
    background: linear-gradient(135deg, #b1c33c 0%, #7ec850 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.crea-why-subtitle {
    font-size: 1.125rem !important;
    color: #64748b !important;
    margin: 0 !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Grille des cartes */
.crea-why-grid-premium {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    margin-bottom: 3rem !important;
}

@media (min-width: 640px) {
    .crea-why-grid-premium {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .crea-why-grid-premium {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* Carte individuelle */
.crea-why-card-premium {
    position: relative !important;
    border-radius: 1rem !important;
    background: #fff !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.crea-why-card-premium::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 1rem !important;
    padding: 2px !important;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, #b1c33c 100%) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
}

.crea-why-card-premium:hover::before {
    opacity: 1 !important;
}

.crea-why-card-premium:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(177, 195, 60, 0.15) !important;
}

.crea-why-card-inner {
    padding: 2rem 1.5rem !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    position: relative !important;
    z-index: 1 !important;
    background: #fff !important;
    border-radius: 1rem !important;
    border: 1px solid #e5e7eb !important;
    transition: border-color 0.4s ease !important;
}

.crea-why-card-premium:hover .crea-why-card-inner {
    border-color: transparent !important;
}

/* Icone */
.crea-why-icon-wrapper {
    width: 72px !important;
    height: 72px !important;
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, rgba(126, 200, 80, 0.1) 100%) !important;
    border-radius: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1.5rem !important;
    transition: all 0.4s ease !important;
    position: relative !important;
}

.crea-why-icon-wrapper::after {
    content: '' !important;
    position: absolute !important;
    inset: -4px !important;
    border-radius: 1.25rem !important;
    background: linear-gradient(135deg, #b1c33c, #7ec850) !important;
    opacity: 0 !important;
    z-index: -1 !important;
    transition: opacity 0.4s ease !important;
}

.crea-why-card-premium:hover .crea-why-icon-wrapper {
    background: linear-gradient(135deg, #b1c33c 0%, #7ec850 100%) !important;
    transform: scale(1.1) rotate(5deg) !important;
}

.crea-why-card-premium:hover .crea-why-icon-wrapper::after {
    opacity: 0.2 !important;
}

.crea-why-svg {
    width: 36px !important;
    height: 36px !important;
    color: #b1c33c !important;
    transition: color 0.4s ease !important;
}

.crea-why-card-premium:hover .crea-why-svg {
    color: #fff !important;
}

/* Titre de la carte */
.crea-why-card-title {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    margin: 0 0 0.75rem 0 !important;
}

/* Texte de la carte */
.crea-why-card-text {
    font-size: 0.875rem !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 0 1.5rem 0 !important;
    flex: 1 !important;
}

/* Footer de la carte */
.crea-why-card-footer {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    color: #b1c33c !important;
    padding-top: 1rem !important;
    border-top: 1px dashed #e5e7eb !important;
    width: 100% !important;
    justify-content: center !important;
}

.crea-why-check {
    width: 18px !important;
    height: 18px !important;
    background: linear-gradient(135deg, #b1c33c 0%, #7ec850 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.crea-why-check svg {
    width: 12px !important;
    height: 12px !important;
    color: #fff !important;
}

/* Section statistiques */
.crea-why-stats {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 2rem !important;
    background: linear-gradient(135deg, #383736 0%, #4a4a4a 100%) !important;
    border-radius: 1rem !important;
    margin-top: 1rem !important;
}

@media (min-width: 768px) {
    .crea-why-stats {
        gap: 2rem !important;
    }
}

.crea-stat-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0.5rem 1rem !important;
}

.crea-stat-number {
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #b1c33c 0%, #7ec850 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1 !important;
    margin-bottom: 0.25rem !important;
}

@media (min-width: 768px) {
    .crea-stat-number {
        font-size: 2.25rem !important;
    }
}

.crea-stat-label {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

@media (min-width: 768px) {
    .crea-stat-label {
        font-size: 0.8125rem !important;
    }
}

.crea-stat-divider {
    width: 1px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    display: none !important;
}

@media (min-width: 768px) {
    .crea-stat-divider {
        display: block !important;
    }
}

/* Animation d'apparition */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.crea-why-card-premium {
    animation: fadeInUp 0.6s ease forwards !important;
}

.crea-why-card-premium:nth-child(1) { animation-delay: 0.1s !important; }
.crea-why-card-premium:nth-child(2) { animation-delay: 0.2s !important; }
.crea-why-card-premium:nth-child(3) { animation-delay: 0.3s !important; }
.crea-why-card-premium:nth-child(4) { animation-delay: 0.4s !important; }

/* Responsive padding */
@media (max-width: 640px) {
    .crea-why-us-premium {
        padding: 2rem 1rem !important;
        border-radius: 1rem !important;
    }

    .crea-why-stats {
        padding: 1.5rem 1rem !important;
    }
}

/* ============================================
   BADGES DE CONFIANCE - DESIGN PREMIUM
   ============================================ */

.crea-trust-badges-premium {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    padding: 1.5rem !important;
    background: linear-gradient(135deg, #f8faf0 0%, #f1f5e4 100%) !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(177, 195, 60, 0.2) !important;
    margin-top: 1.5rem !important;
}

@media (min-width: 640px) {
    .crea-trust-badges-premium {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.5rem !important;
    }
}

.crea-trust-item {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 0.75rem !important;
    background: #fff !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
}

.crea-trust-item:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(177, 195, 60, 0.15) !important;
}

.crea-trust-icon-wrapper {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(177, 195, 60, 0.3) !important;
    transition: transform 0.3s ease !important;
}

.crea-trust-item:hover .crea-trust-icon-wrapper {
    transform: scale(1.1) rotate(5deg) !important;
}

.crea-trust-svg {
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
}

.crea-trust-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.125rem !important;
}

.crea-trust-text strong {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    line-height: 1.2 !important;
}

.crea-trust-text span {
    font-size: 0.75rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

/* Message de reassurance premium */
.crea-reassurance-premium {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    padding: 1rem 1.5rem !important;
    background: linear-gradient(135deg, #383736 0%, #4a4a4a 100%) !important;
    border-radius: 0.75rem !important;
    margin-top: 1rem !important;
    transition: all 0.3s ease !important;
}

.crea-reassurance-premium:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(56, 55, 54, 0.3) !important;
}

.crea-reassurance-svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    color: #b1c33c !important;
}

.crea-reassurance-premium span {
    font-size: 0.875rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.crea-reassurance-premium strong {
    color: #b1c33c !important;
    font-weight: 600 !important;
}

@media (max-width: 640px) {
    .crea-reassurance-premium {
        flex-direction: column !important;
        text-align: center !important;
        gap: 0.5rem !important;
    }
}

/* ============================================
   CARACTERISTIQUES RAPIDES - DESIGN PREMIUM
   ============================================ */

.crea-quick-features-premium {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    margin-bottom: 1.5rem !important;
}

.crea-feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.75rem 1rem !important;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.75rem !important;
    transition: all 0.3s ease !important;
    flex: 1 1 auto !important;
    min-width: 150px !important;
}

.crea-feature-item:hover {
    border-color: #b1c33c !important;
    box-shadow: 0 4px 12px rgba(177, 195, 60, 0.15) !important;
    transform: translateY(-2px) !important;
}

.crea-feature-icon-box {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.15) 0%, rgba(155, 177, 48, 0.1) 100%) !important;
    border-radius: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.crea-feature-item:hover .crea-feature-icon-box {
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
}

.crea-feature-svg {
    width: 20px !important;
    height: 20px !important;
    color: #b1c33c !important;
    transition: color 0.3s ease !important;
}

.crea-feature-item:hover .crea-feature-svg {
    color: #fff !important;
}

.crea-feature-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.125rem !important;
}

.crea-feature-label {
    font-size: 0.6875rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #9ca3af !important;
}

.crea-feature-value {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #383736 !important;
}

/* ============================================
   FORMULAIRE AJOUT PANIER - DESIGN PREMIUM
   ============================================ */

.crea-add-to-cart-premium {
    padding: 1.5rem !important;
    background: linear-gradient(135deg, #f8faf0 0%, #f1f5e4 100%) !important;
    border-radius: 1rem !important;
    border: 2px solid rgba(177, 195, 60, 0.2) !important;
    margin-bottom: 1.5rem !important;
}

.crea-cart-form-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

@media (min-width: 480px) {
    .crea-cart-form-inner {
        flex-direction: row !important;
        align-items: flex-end !important;
        gap: 1.5rem !important;
    }
}

.crea-qty-wrapper-premium {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

.crea-qty-label-premium {
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.crea-qty-selector {
    display: inline-flex !important;
    align-items: center !important;
    background: #fff !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.crea-qty-selector:focus-within {
    border-color: #b1c33c !important;
    box-shadow: 0 0 0 3px rgba(177, 195, 60, 0.15) !important;
}

.crea-qty-btn-premium {
    width: 48px !important;
    height: 48px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    color: #64748b !important;
}

.crea-qty-btn-premium:hover {
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
}

.crea-qty-btn-premium svg {
    width: 20px !important;
    height: 20px !important;
}

.crea-qty-input-premium {
    width: 60px !important;
    height: 48px !important;
    border: none !important;
    border-left: 2px solid #e5e7eb !important;
    border-right: 2px solid #e5e7eb !important;
    text-align: center !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    background: #fff !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    padding: 0 !important;
}

.crea-qty-input-premium::-webkit-outer-spin-button,
.crea-qty-input-premium::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.crea-qty-input-premium:focus {
    outline: none !important;
}

/* Bouton Ajouter au panier */
.crea-add-cart-btn-premium {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 1rem 2rem !important;
    border: none !important;
    border-radius: 0.75rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(177, 195, 60, 0.4) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    position: relative !important;
    overflow: hidden !important;
}

.crea-add-cart-btn-premium::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent) !important;
    transition: left 0.5s ease !important;
}

.crea-add-cart-btn-premium:hover::before {
    left: 100% !important;
}

.crea-add-cart-btn-premium:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(177, 195, 60, 0.5) !important;
}

.crea-add-cart-btn-premium:active {
    transform: translateY(-1px) !important;
}

.crea-cart-icon-svg {
    width: 24px !important;
    height: 24px !important;
}

/* Rupture de stock */
.crea-out-of-stock-premium {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    background: #f3f4f6 !important;
    color: #9ca3af !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 1rem 2rem !important;
    border: 2px dashed #d1d5db !important;
    border-radius: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.crea-oos-icon {
    width: 24px !important;
    height: 24px !important;
}

.crea-notify-text-premium {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    margin: 1rem 0 0 0 !important;
    padding: 0.75rem 1rem !important;
    background: rgba(177, 195, 60, 0.1) !important;
    border-radius: 0.5rem !important;
    font-size: 0.875rem !important;
    color: #64748b !important;
}

.crea-notify-text-premium svg {
    width: 20px !important;
    height: 20px !important;
    color: #b1c33c !important;
    flex-shrink: 0 !important;
}

/* ============================================
   FILIGRANE LOGO SUR IMAGES PRODUITS
   ============================================ */

/* Filigrane sur image principale fiche produit */
.crea-main-image-wrapper {
    position: relative !important;
    overflow: visible !important;
}

/* Filigrane HTML (plus fiable) */
.crea-watermark {
    position: absolute !important;
    bottom: 25px !important;
    right: 25px !important;
    z-index: 15 !important;
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.crea-watermark img {
    width: 130px !important;
    height: auto !important;
    filter: grayscale(20%) drop-shadow(0 2px 4px rgba(0,0,0,0.1)) !important;
}

/* Filigrane sur cartes produits boutique */
.crea-product-card {
    position: relative !important;
}

.crea-product-card .crea-product-image-link {
    position: relative !important;
    display: block !important;
}

.crea-product-card .crea-product-image-link::after {
    content: '' !important;
    position: absolute !important;
    bottom: 15px !important;
    right: 10px !important;
    width: 80px !important;
    height: 35px !important;
    background-image: url('logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.3 !important;
    pointer-events: none !important;
    z-index: 5 !important;
    filter: grayscale(30%) !important;
}

/* Filigrane sur produits similaires */
.crea-related-card .crea-related-image-wrapper {
    position: relative !important;
}

.crea-related-card .crea-related-image-wrapper::after {
    content: '' !important;
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    width: 60px !important;
    height: 25px !important;
    background-image: url('logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.3 !important;
    pointer-events: none !important;
    z-index: 5 !important;
    filter: grayscale(30%) !important;
}

/* Filigrane WooCommerce grille produits standard */
.woocommerce ul.products li.product {
    position: relative !important;
}

.woocommerce ul.products li.product > a:first-of-type {
    position: relative !important;
    display: block !important;
}

.woocommerce ul.products li.product > a:first-of-type::after {
    content: '' !important;
    position: absolute !important;
    bottom: 25px !important;
    right: 10px !important;
    width: 70px !important;
    height: 30px !important;
    background-image: url('logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.3 !important;
    pointer-events: none !important;
    z-index: 5 !important;
    filter: grayscale(30%) !important;
}

/* Filigrane miniatures galerie */
.crea-thumbnails .crea-thumb {
    position: relative !important;
}

.crea-thumbnails .crea-thumb::after {
    content: '' !important;
    position: absolute !important;
    bottom: 5px !important;
    right: 5px !important;
    width: 30px !important;
    height: 15px !important;
    background-image: url('logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.4 !important;
    pointer-events: none !important;
    z-index: 5 !important;
}

/* ============================================
   PAGE D'ACCUEIL - CREAMOD3D
   ============================================ */

.crea-home {
    background: #f9f9f9 !important;
}

/* Bandeau Promo - Design Pro */
.crea-promo-banner {
    background: #1a1a1a !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(177, 195, 60, 0.3) !important;
}

.crea-promo-track {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0.5rem 1rem !important;
    overflow: hidden !important;
}

.crea-promo-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

.crea-promo-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.crea-promo-icon {
    font-size: 1rem !important;
}

.crea-promo-text {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
}

@media (max-width: 768px) {
    .crea-promo-text {
        font-size: 0.75rem !important;
    }
    .crea-promo-icon {
        font-size: 0.85rem !important;
    }
}

.crea-promo-text strong {
    color: #b1c33c !important;
    font-weight: 700 !important;
    background: transparent !important;
    padding: 0 !important;
}

/* Ligne accent sous le bandeau */
.crea-promo-neon {
    display: none !important;
}

/* Section Hero */
.crea-hero {
    position: relative !important;
    min-height: 80vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4rem 1rem !important;
    overflow: hidden !important;
}

.crea-hero-background {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
}

.crea-hero-gradient {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(177, 195, 60, 0.05) 100%) !important;
}

.crea-hero-content {
    position: relative !important;
    z-index: 1 !important;
    text-align: center !important;
    max-width: 800px !important;
}

.crea-hero-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 9999px !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 4px 14px rgba(177, 195, 60, 0.4) !important;
}

.crea-hero-title {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
    line-height: 1.1 !important;
}

@media (min-width: 768px) {
    .crea-hero-title {
        font-size: 3.5rem !important;
    }
}

.crea-hero-subtitle {
    font-size: 1.125rem !important;
    color: #5a5858 !important;
    margin: 0 0 2rem 0 !important;
    line-height: 1.6 !important;
}

.crea-hero-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 1rem !important;
    margin-bottom: 3rem !important;
}

/* Boutons */
.crea-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.875rem 1.75rem !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    border-radius: 0.75rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border: none !important;
}

.crea-btn svg {
    width: 20px !important;
    height: 20px !important;
}

.crea-btn-primary {
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(177, 195, 60, 0.4) !important;
}

.crea-btn-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(177, 195, 60, 0.5) !important;
    color: #fff !important;
}

.crea-btn-secondary {
    background: #fff !important;
    color: #383736 !important;
    border: 2px solid #e5e7eb !important;
}

.crea-btn-secondary:hover {
    border-color: #b1c33c !important;
    color: #b1c33c !important;
}

.crea-btn-outline {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.5) !important;
}

.crea-btn-outline:hover {
    background: #fff !important;
    color: #383736 !important;
}

.crea-btn-lg {
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
}

/* Hero Stats */
.crea-hero-stats {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 2rem !important;
}

.crea-hero-stat {
    text-align: center !important;
}

.crea-hero-stat-number {
    display: block !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #b1c33c !important;
}

.crea-hero-stat-label {
    font-size: 0.875rem !important;
    color: #5a5858 !important;
}

/* Section Container */
.crea-section-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
}

/* Section Header */
.crea-section-header {
    text-align: center !important;
    margin-bottom: 3rem !important;
}

.crea-section-badge {
    display: inline-block !important;
    background: rgba(177, 195, 60, 0.15) !important;
    color: #9bb130 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    padding: 0.5rem 1rem !important;
    border-radius: 9999px !important;
    margin-bottom: 1rem !important;
}

.crea-section-title {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
}

@media (min-width: 768px) {
    .crea-section-title {
        font-size: 2.5rem !important;
    }
}

.crea-section-subtitle {
    font-size: 1.0625rem !important;
    color: #5a5858 !important;
    margin: 0 !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Produits Mis en Avant */
.crea-featured-products {
    padding: 5rem 0 !important;
    background: #fff !important;
}

.crea-featured-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

@media (min-width: 768px) {
    .crea-featured-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.crea-featured-card {
    background: #fff !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
}

.crea-featured-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.crea-featured-image-wrapper {
    position: relative !important;
    padding-top: 100% !important;
    background: #f9f9f9 !important;
    overflow: hidden !important;
}

.crea-featured-badge {
    position: absolute !important;
    top: 1rem !important;
    left: 1rem !important;
    background: #22c55e !important;
    color: #fff !important;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.375rem !important;
    z-index: 10 !important;
    text-transform: uppercase !important;
}

.crea-featured-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 1rem !important;
    transition: transform 0.4s ease !important;
}

.crea-featured-card:hover .crea-featured-image {
    transform: scale(1.05) !important;
}

.crea-featured-no-image {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #9ca3af !important;
    font-size: 0.875rem !important;
}

.crea-featured-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(56, 55, 54, 0.7) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.crea-featured-card:hover .crea-featured-overlay {
    opacity: 1 !important;
}

.crea-featured-quick-view {
    background: #fff !important;
    color: #383736 !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 0.5rem !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    text-decoration: none !important;
    transform: translateY(10px) !important;
    transition: all 0.3s ease !important;
}

.crea-featured-card:hover .crea-featured-quick-view {
    transform: translateY(0) !important;
}

.crea-featured-quick-view:hover {
    background: #b1c33c !important;
    color: #fff !important;
}

.crea-featured-info {
    padding: 1.5rem !important;
}

.crea-featured-name {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin: 0 0 0.5rem 0 !important;
}

.crea-featured-name a {
    color: #383736 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.crea-featured-name a:hover {
    color: #b1c33c !important;
}

.crea-featured-desc {
    font-size: 0.875rem !important;
    color: #5a5858 !important;
    margin: 0 0 1rem 0 !important;
    line-height: 1.5 !important;
}

.crea-featured-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.crea-featured-price {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #b1c33c !important;
}

.crea-featured-btn {
    width: 44px !important;
    height: 44px !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
}

.crea-featured-btn:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 14px rgba(177, 195, 60, 0.4) !important;
}

.crea-featured-btn svg {
    width: 20px !important;
    height: 20px !important;
}

.crea-featured-cta {
    text-align: center !important;
    margin-top: 3rem !important;
}

/* Section À Propos */
.crea-about {
    padding: 5rem 0 !important;
    background: #f9f9f9 !important;
}

.crea-about-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
    align-items: center !important;
}

@media (min-width: 768px) {
    .crea-about-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

.crea-about-images {
    position: relative !important;
}

.crea-about-image-main {
    border-radius: 1rem !important;
    overflow: hidden !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.crea-about-image-main img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
}

.crea-about-image-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    margin-top: 1rem !important;
}

.crea-about-dot {
    width: 10px !important;
    height: 10px !important;
    background: #d1d5db !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.crea-about-dot.active {
    background: #b1c33c !important;
}

.crea-about-content .crea-section-title {
    text-align: left !important;
}

.crea-about-text {
    font-size: 1rem !important;
    color: #5a5858 !important;
    line-height: 1.7 !important;
    margin: 0 0 1rem 0 !important;
}

.crea-about-features {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
    margin-top: 1.5rem !important;
}

.crea-about-feature {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.9375rem !important;
    color: #383736 !important;
    font-weight: 500 !important;
}

.crea-about-feature svg {
    width: 20px !important;
    height: 20px !important;
    color: #b1c33c !important;
    flex-shrink: 0 !important;
}

/* Section Services */
.crea-services {
    padding: 5rem 0 !important;
    background: #fff !important;
}

.crea-services-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
}

@media (min-width: 640px) {
    .crea-services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .crea-services-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.crea-service-card {
    background: #f9f9f9 !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    text-align: center !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    border: 2px solid transparent !important;
}

.crea-service-card:hover {
    background: #fff !important;
    border-color: #b1c33c !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(177, 195, 60, 0.15) !important;
}

.crea-service-coming {
    opacity: 0.7 !important;
}

.crea-service-badge {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    background: #f97316 !important;
    color: #fff !important;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.25rem !important;
    text-transform: uppercase !important;
}

.crea-service-icon {
    width: 64px !important;
    height: 64px !important;
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.15) 0%, rgba(155, 177, 48, 0.1) 100%) !important;
    border-radius: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 1.5rem !important;
    transition: all 0.4s ease !important;
}

.crea-service-card:hover .crea-service-icon {
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
}

.crea-service-icon svg {
    width: 32px !important;
    height: 32px !important;
    color: #b1c33c !important;
    transition: color 0.4s ease !important;
}

.crea-service-card:hover .crea-service-icon svg {
    color: #fff !important;
}

.crea-service-title {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    margin: 0 0 0.75rem 0 !important;
}

.crea-service-desc {
    font-size: 0.875rem !important;
    color: #5a5858 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

/* Section Témoignages */
.crea-testimonials {
    padding: 5rem 0 !important;
    background: #f9f9f9 !important;
}

.crea-trust-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
    margin-bottom: 3rem !important;
}

@media (min-width: 768px) {
    .crea-trust-stats {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.crea-trust-stat {
    text-align: center !important;
    padding: 1.5rem !important;
    background: #fff !important;
    border-radius: 1rem !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.crea-trust-stat-icon {
    width: 48px !important;
    height: 48px !important;
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.15) 0%, rgba(155, 177, 48, 0.1) 100%) !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 1rem !important;
}

.crea-trust-stat-icon svg {
    width: 24px !important;
    height: 24px !important;
    color: #b1c33c !important;
}

.crea-trust-stat-number {
    display: block !important;
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    color: #b1c33c !important;
    margin-bottom: 0.25rem !important;
}

.crea-trust-stat-label {
    font-size: 0.8125rem !important;
    color: #5a5858 !important;
}

.crea-testimonials-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
}

@media (min-width: 768px) {
    .crea-testimonials-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.crea-testimonial-card {
    background: #fff !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.crea-testimonial-stars {
    display: flex !important;
    gap: 0.25rem !important;
    margin-bottom: 1rem !important;
}

.crea-testimonial-stars svg {
    width: 18px !important;
    height: 18px !important;
    color: #fbbf24 !important;
}

.crea-testimonial-text {
    font-size: 0.9375rem !important;
    color: #5a5858 !important;
    line-height: 1.6 !important;
    margin: 0 0 1.5rem 0 !important;
    font-style: italic !important;
}

.crea-testimonial-author {
    display: flex !important;
    flex-direction: column !important;
}

.crea-testimonial-name {
    font-weight: 700 !important;
    color: #383736 !important;
    font-size: 0.9375rem !important;
}

.crea-testimonial-product {
    font-size: 0.8125rem !important;
    color: #9ca3af !important;
}

/* Section CTA Final */
.crea-cta-section {
    padding: 5rem 1rem !important;
    background: linear-gradient(135deg, #383736 0%, #4a4a4a 100%) !important;
    text-align: center !important;
}

.crea-cta-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.crea-cta-title {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 1rem 0 !important;
}

@media (min-width: 768px) {
    .crea-cta-title {
        font-size: 2.5rem !important;
    }
}

.crea-cta-text {
    font-size: 1.0625rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 0 2rem 0 !important;
}

.crea-cta-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 1rem !important;
}

/* ============================================
   PAGE CONTACT - CREAMOD3D
   ============================================ */

.crea-contact-page {
    background: #f9f9f9 !important;
}

/* Hero Contact */
.crea-contact-hero {
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(177, 195, 60, 0.05) 100%) !important;
    padding: 4rem 1rem !important;
    text-align: center !important;
}

.crea-contact-hero-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.crea-contact-title {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
}

@media (min-width: 768px) {
    .crea-contact-title {
        font-size: 3rem !important;
    }
}

.crea-contact-subtitle {
    font-size: 1.125rem !important;
    color: #5a5858 !important;
    margin: 0 !important;
}

/* Container Contact */
.crea-contact-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 3rem 1rem !important;
}

.crea-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

@media (min-width: 768px) {
    .crea-contact-grid {
        grid-template-columns: 1.5fr 1fr !important;
        gap: 3rem !important;
    }
}

/* Formulaire */
.crea-contact-form-card {
    background: #fff !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
}

.crea-form-header {
    text-align: center !important;
    margin-bottom: 2rem !important;
}

.crea-form-icon {
    width: 64px !important;
    height: 64px !important;
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.15) 0%, rgba(155, 177, 48, 0.1) 100%) !important;
    border-radius: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 1rem !important;
}

.crea-form-icon svg {
    width: 32px !important;
    height: 32px !important;
    color: #b1c33c !important;
}

.crea-form-header h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    margin: 0 0 0.5rem 0 !important;
}

.crea-form-header p {
    font-size: 0.9375rem !important;
    color: #5a5858 !important;
    margin: 0 !important;
}

/* Messages succès/erreur */
.crea-form-success,
.crea-form-error {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 1.25rem !important;
    border-radius: 0.75rem !important;
    margin-bottom: 1.5rem !important;
}

.crea-form-success {
    background: rgba(34, 197, 94, 0.1) !important;
    border: 1px solid rgba(34, 197, 94, 0.3) !important;
}

.crea-form-success svg {
    width: 24px !important;
    height: 24px !important;
    color: #22c55e !important;
    flex-shrink: 0 !important;
}

.crea-form-success p {
    color: #166534 !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

.crea-form-error {
    background: rgba(239, 68, 68, 0.1) !important;
    border: 1px solid rgba(239, 68, 68, 0.3) !important;
}

.crea-form-error svg {
    width: 24px !important;
    height: 24px !important;
    color: #ef4444 !important;
    flex-shrink: 0 !important;
}

.crea-form-error p {
    color: #991b1b !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

/* Champs du formulaire */
.crea-contact-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
}

.crea-form-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
}

@media (min-width: 640px) {
    .crea-form-row {
        grid-template-columns: 1fr 1fr !important;
    }
}

.crea-form-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

.crea-form-group-full {
    grid-column: 1 / -1 !important;
}

.crea-form-group label {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #383736 !important;
}

.crea-form-group label .required {
    color: #ef4444 !important;
}

.crea-form-group input,
.crea-form-group select,
.crea-form-group textarea {
    padding: 0.875rem 1rem !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 0.75rem !important;
    font-size: 1rem !important;
    font-family: inherit !important;
    transition: all 0.3s ease !important;
    background: #fff !important;
}

.crea-form-group input:focus,
.crea-form-group select:focus,
.crea-form-group textarea:focus {
    outline: none !important;
    border-color: #b1c33c !important;
    box-shadow: 0 0 0 4px rgba(177, 195, 60, 0.15) !important;
}

.crea-form-group input::placeholder,
.crea-form-group textarea::placeholder {
    color: #9ca3af !important;
}

.crea-form-group textarea {
    resize: vertical !important;
    min-height: 120px !important;
}

.crea-btn-submit {
    width: 100% !important;
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
    margin-top: 0.5rem !important;
}

/* Section Infos */
.crea-contact-info-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

.crea-contact-info-card {
    background: #fff !important;
    border-radius: 1rem !important;
    padding: 1.5rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
}

.crea-contact-info-card h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    margin: 0 0 1.5rem 0 !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 2px solid #b1c33c !important;
}

.crea-contact-info-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    padding: 1rem 0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.crea-contact-info-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.crea-contact-info-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    background: linear-gradient(135deg, #b1c33c 0%, #9bb130 100%) !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.crea-contact-info-icon svg {
    width: 22px !important;
    height: 22px !important;
    color: #fff !important;
}

.crea-contact-info-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

.crea-contact-info-label {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #9ca3af !important;
}

.crea-contact-info-value {
    font-size: 0.9375rem !important;
    color: #383736 !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

a.crea-contact-info-value {
    color: #b1c33c !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

a.crea-contact-info-value:hover {
    color: #9bb130 !important;
    text-decoration: underline !important;
}

/* Carte Devis */
.crea-contact-devis-card {
    background: linear-gradient(135deg, #383736 0%, #4a4a4a 100%) !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    text-align: center !important;
}

.crea-devis-icon {
    width: 56px !important;
    height: 56px !important;
    background: rgba(177, 195, 60, 0.2) !important;
    border-radius: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 1rem !important;
}

.crea-devis-icon svg {
    width: 28px !important;
    height: 28px !important;
    color: #b1c33c !important;
}

.crea-contact-devis-card h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 0.75rem 0 !important;
}

.crea-contact-devis-card p {
    font-size: 0.9375rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 0 1.5rem 0 !important;
    line-height: 1.6 !important;
}

.crea-contact-devis-card .crea-btn-secondary {
    background: transparent !important;
    border: 2px solid #b1c33c !important;
    color: #b1c33c !important;
}

.crea-contact-devis-card .crea-btn-secondary:hover {
    background: #b1c33c !important;
    color: #fff !important;
}

/* Carte Réseaux sociaux */
.crea-contact-social-card {
    background: #fff !important;
    border-radius: 1rem !important;
    padding: 1.5rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    text-align: center !important;
}

.crea-contact-social-card h3 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
}

.crea-social-links {
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
}

.crea-social-link {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.crea-social-link svg {
    width: 24px !important;
    height: 24px !important;
}

.crea-social-facebook {
    background: #1877f2 !important;
    color: #fff !important;
}

.crea-social-facebook:hover {
    background: #166fe5 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4) !important;
}

.crea-social-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
    color: #fff !important;
}

.crea-social-instagram:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(225, 48, 108, 0.4) !important;
}

/* ============================================
   PAGE GALERIE - Style moderne avec lightbox
   ============================================ */
.crea-gallery-page {
    background: #f9f9f9 !important;
    min-height: 100vh !important;
}

/* Hero Section Galerie */
.crea-gallery-hero {
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(177, 195, 60, 0.05) 100%) !important;
    padding: 4rem 1rem !important;
    text-align: center !important;
}

.crea-gallery-hero::before {
    display: none !important;
}

.crea-gallery-hero-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.crea-gallery-title {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
}

@media (min-width: 768px) {
    .crea-gallery-title {
        font-size: 3rem !important;
    }
}

.crea-gallery-title .crea-highlight {
    color: var(--color-accent) !important;
}

.crea-gallery-subtitle {
    font-size: 1.125rem !important;
    color: #5a5858 !important;
    margin: 0 !important;
}

.crea-gallery-neon {
    display: none !important;
}

/* Section Grille Galerie */
.crea-gallery-section {
    padding: 3rem 1rem !important;
}

.crea-gallery-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 30px !important;
}

/* Grille style creamod3d.fr */
.crea-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
    grid-auto-rows: 250px !important;
    gap: 20px !important;
}

@media (min-width: 600px) {
    .crea-gallery-container {
        padding: 40px !important;
    }
    .crea-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
        gap: 25px !important;
    }
}

@media (min-width: 900px) {
    .crea-gallery-container {
        padding: 50px !important;
    }
    .crea-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
        gap: 30px !important;
    }
}

/* Item Galerie avec inclinaison aléatoire */
.crea-gallery-item {
    position: relative !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    background: #383736 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, opacity 0.3s ease !important;
    opacity: 0.95 !important;
}

/* Inclinaison vers la gauche */
.crea-gallery-item.tilt-left {
    transform: rotate(-3deg) !important;
}

/* Inclinaison vers la droite */
.crea-gallery-item.tilt-right {
    transform: rotate(3deg) !important;
}

/* Au survol: se redresse et s'agrandit */
.crea-gallery-item:hover {
    transform: rotate(0deg) scale(1.08) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3) !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

.crea-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}

.crea-gallery-item:hover img {
    transform: scale(1.05) !important;
}

/* Overlay au hover */
.crea-gallery-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, transparent 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.crea-gallery-item:hover .crea-gallery-overlay {
    opacity: 1 !important;
}

.crea-gallery-overlay svg {
    width: 50px !important;
    height: 50px !important;
    color: #fff !important;
    transform: scale(0.7) !important;
    transition: transform 0.3s ease !important;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3)) !important;
}

.crea-gallery-item:hover .crea-gallery-overlay svg {
    transform: scale(1) !important;
}

/* État vide */
.crea-gallery-empty {
    text-align: center !important;
    padding: 4rem 2rem !important;
    background: #fff !important;
    border-radius: 8px !important;
    border: 2px dashed #ddd !important;
}

.crea-gallery-empty svg {
    width: 80px !important;
    height: 80px !important;
    color: #ccc !important;
    margin-bottom: 1.5rem !important;
}

.crea-gallery-empty h3 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #383736 !important;
    margin: 0 0 0.5rem 0 !important;
}

.crea-gallery-empty p {
    color: #666 !important;
    margin: 0 !important;
}

/* CTA Section */
.crea-gallery-cta {
    background: linear-gradient(135deg, var(--color-dark) 0%, #2a2928 100%) !important;
    padding: 4rem 2rem !important;
    text-align: center !important;
}

.crea-gallery-cta-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.crea-gallery-cta h2 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 0.75rem 0 !important;
}

.crea-gallery-cta p {
    color: rgba(255,255,255,0.7) !important;
    margin: 0 0 2rem 0 !important;
    font-size: 1.0625rem !important;
}

.crea-gallery-cta-buttons {
    display: flex !important;
    gap: 1rem !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

/* ============================================
   LIGHTBOX - Visionneuse plein écran
   ============================================ */
.crea-lightbox {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,0.95) !important;
    z-index: 10000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.crea-lightbox.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.crea-lightbox-content {
    max-width: 90vw !important;
    max-height: 90vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.crea-lightbox-content img {
    max-width: 100% !important;
    max-height: 90vh !important;
    object-fit: contain !important;
    border-radius: var(--radius-md) !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5) !important;
    transition: opacity 0.2s ease !important;
}

/* Bouton Fermer */
.crea-lightbox-close {
    position: absolute !important;
    top: 1.5rem !important;
    right: 1.5rem !important;
    width: 48px !important;
    height: 48px !important;
    background: rgba(255,255,255,0.1) !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    z-index: 10001 !important;
}

.crea-lightbox-close:hover {
    background: var(--color-accent) !important;
    transform: rotate(90deg) !important;
}

.crea-lightbox-close svg {
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
}

/* Navigation Lightbox */
.crea-lightbox-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 56px !important;
    height: 56px !important;
    background: rgba(255,255,255,0.1) !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    z-index: 10001 !important;
}

.crea-lightbox-nav:hover {
    background: var(--color-accent) !important;
}

.crea-lightbox-nav svg {
    width: 28px !important;
    height: 28px !important;
    color: #fff !important;
}

.crea-lightbox-prev {
    left: 1.5rem !important;
}

.crea-lightbox-next {
    right: 1.5rem !important;
}

/* Responsive Galerie */
@media (max-width: 768px) {
    .crea-gallery-hero {
        padding: 3rem 1rem !important;
    }

    .crea-gallery-title {
        font-size: 1.75rem !important;
    }

    .crea-gallery-subtitle {
        font-size: 1rem !important;
    }

    .crea-gallery-item {
        border-radius: 6px !important;
    }

    .crea-lightbox-nav {
        width: 44px !important;
        height: 44px !important;
    }

    .crea-lightbox-prev {
        left: 0.5rem !important;
    }

    .crea-lightbox-next {
        right: 0.5rem !important;
    }

    .crea-lightbox-close {
        top: 1rem !important;
        right: 1rem !important;
        width: 40px !important;
        height: 40px !important;
    }

    .crea-gallery-cta h2 {
        font-size: 1.5rem !important;
    }

    .crea-gallery-cta-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }
}

/* Responsive 480px géré par les styles principaux de la galerie */

/* ============================================
   PAGE PRÉNOM LUMINEUX - Configurateur
   ============================================ */
.crea-prenom-page {
    background: #f9f9f9 !important;
    min-height: 100vh !important;
}

/* Hero Section */
.crea-prenom-hero {
    background: linear-gradient(135deg, rgba(177, 195, 60, 0.1) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(177, 195, 60, 0.05) 100%) !important;
    padding: 4rem 1rem !important;
    text-align: center !important;
}

.crea-prenom-hero::before {
    display: none !important;
}

.crea-prenom-hero-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.crea-prenom-title {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    color: #383736 !important;
    margin: 0 0 1rem 0 !important;
}

@media (min-width: 768px) {
    .crea-prenom-title {
        font-size: 3rem !important;
    }
}

.crea-prenom-title .crea-highlight {
    color: var(--color-accent) !important;
}

.crea-prenom-subtitle {
    font-size: 1.125rem !important;
    color: #5a5858 !important;
    margin: 0 !important;
}

.crea-prenom-neon {
    display: none !important;
}

/* Configurateur Section */
.crea-prenom-configurator {
    padding: 3rem 1rem !important;
}

.crea-prenom-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
}

.crea-prenom-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.2fr !important;
    gap: 2rem !important;
    align-items: start !important;
}

/* Colonne Aperçu */
.crea-prenom-preview-col {
    position: sticky !important;
    top: 100px !important;
}

.crea-prenom-preview-card {
    background: #fff !important;
    border-radius: var(--radius-lg) !important;
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: var(--shadow-md) !important;
}

.crea-preview-title {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: var(--color-text) !important;
    margin: 0 0 1rem 0 !important;
}

.crea-preview-title svg {
    width: 20px !important;
    height: 20px !important;
    color: var(--color-accent) !important;
}

.crea-prenom-preview-box {
    position: relative !important;
    background: #0d0d1a !important;
    border-radius: var(--radius-md) !important;
    padding: 1.5rem 1rem !important;
    min-height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 1px solid #1a1a2e !important;
}

.crea-prenom-preview-box svg {
    max-width: 100% !important;
    max-height: 100% !important;
}

.crea-preview-hint {
    font-size: 0.8125rem !important;
    color: var(--color-text-gray) !important;
    text-align: center !important;
    margin: 0.75rem 0 0 0 !important;
}

/* Card Prix */
.crea-prenom-price-card {
    background: #fff !important;
    border-radius: var(--radius-lg) !important;
    padding: 1.5rem !important;
    box-shadow: var(--shadow-md) !important;
}

.crea-price-title {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: var(--color-text) !important;
    margin: 0 0 1rem 0 !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 1px solid var(--color-border) !important;
}

.crea-price-details {
    margin-bottom: 1rem !important;
}

.crea-price-line {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.5rem 0 !important;
    font-size: 0.875rem !important;
    color: var(--color-text-gray) !important;
}

.crea-price-total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 1rem !important;
    border-top: 2px solid var(--color-border) !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
}

.crea-price-total span:last-child {
    color: var(--color-accent) !important;
    font-size: 1.5rem !important;
}

/* Formulaire Options */
.crea-prenom-options-col {
    background: #fff !important;
    border-radius: var(--radius-lg) !important;
    padding: 2rem !important;
    box-shadow: var(--shadow-md) !important;
}

.crea-prenom-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

.crea-form-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

.crea-form-label {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    color: var(--color-text) !important;
}

.crea-form-label svg {
    width: 18px !important;
    height: 18px !important;
    color: var(--color-accent) !important;
}

.crea-input-wrapper {
    position: relative !important;
}

.crea-form-input,
.crea-form-select,
.crea-form-textarea {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    font-size: 1rem !important;
    font-family: inherit !important;
    border: 2px solid var(--color-border) !important;
    border-radius: var(--radius-md) !important;
    background: var(--color-light) !important;
    color: var(--color-text) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.crea-form-input:focus,
.crea-form-select:focus,
.crea-form-textarea:focus {
    outline: none !important;
    border-color: var(--color-accent) !important;
    box-shadow: 0 0 0 3px rgba(177,195,60,0.15) !important;
}

.crea-form-input.crea-input-error {
    border-color: #dc2626 !important;
    animation: shake 0.4s ease !important;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.crea-char-counter {
    position: absolute !important;
    right: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 0.8125rem !important;
    color: var(--color-text-gray) !important;
    background: var(--color-light) !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: var(--radius-sm) !important;
}

.crea-form-hint {
    font-size: 0.8125rem !important;
    color: var(--color-text-gray) !important;
    margin: 0 !important;
}

/* Select personnalisé */
.crea-select-wrapper {
    position: relative !important;
}

.crea-form-select {
    appearance: none !important;
    padding-right: 2.5rem !important;
    cursor: pointer !important;
}

.crea-select-arrow {
    position: absolute !important;
    right: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    color: var(--color-text-gray) !important;
    pointer-events: none !important;
}

/* Cards Options */
.crea-option-cards {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.75rem !important;
}

.crea-option-cards-2 {
    grid-template-columns: repeat(2, 1fr) !important;
}

.crea-option-cards-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

.crea-option-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 1rem !important;
    background: var(--color-light) !important;
    border: 2px solid var(--color-border) !important;
    border-radius: var(--radius-md) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
}

.crea-option-card:hover {
    border-color: var(--color-accent) !important;
}

.crea-option-card.active {
    border-color: var(--color-accent) !important;
    background: rgba(177,195,60,0.08) !important;
}

.crea-option-card input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.crea-option-check {
    position: absolute !important;
    top: 0.5rem !important;
    right: 0.5rem !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid var(--color-border) !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
}

.crea-option-card.active .crea-option-check {
    border-color: var(--color-accent) !important;
    background: var(--color-accent) !important;
}

.crea-option-card.active .crea-option-check::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 6px !important;
    height: 6px !important;
    background: #fff !important;
    border-radius: 50% !important;
}

.crea-option-icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

.crea-option-name {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: var(--color-text) !important;
}

.crea-option-desc {
    font-size: 0.75rem !important;
    color: var(--color-text-gray) !important;
}

.crea-option-price {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: var(--color-accent) !important;
}

/* Options Couleurs */
.crea-color-options {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

.crea-color-option {
    position: relative !important;
    cursor: pointer !important;
}

.crea-color-option input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.crea-color-swatch {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

.crea-color-option:hover .crea-color-swatch {
    transform: scale(1.1) !important;
}

.crea-color-option.active .crea-color-swatch {
    transform: scale(1.1) !important;
    box-shadow: 0 0 0 3px var(--color-accent), 0 4px 12px rgba(0,0,0,0.2) !important;
}

.crea-color-badge {
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    background: var(--color-accent) !important;
    color: #fff !important;
    padding: 0.125rem 0.375rem !important;
    border-radius: 999px !important;
}

/* Textarea */
.crea-form-textarea {
    resize: vertical !important;
    min-height: 100px !important;
}

/* Bouton Ajouter au panier */
.crea-form-submit {
    margin-top: 1rem !important;
}

.crea-btn-add-cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    width: 100% !important;
    padding: 1.25rem 2rem !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%) !important;
    border: none !important;
    border-radius: var(--radius-md) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(177,195,60,0.3) !important;
}

.crea-btn-add-cart:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(177,195,60,0.4) !important;
}

.crea-btn-add-cart:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

.crea-btn-add-cart svg {
    width: 24px !important;
    height: 24px !important;
}

.crea-btn-price {
    background: rgba(255,255,255,0.2) !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: var(--radius-sm) !important;
    font-size: 1rem !important;
}

.crea-spinner {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    border: 3px solid rgba(255,255,255,0.3) !important;
    border-top-color: #fff !important;
    border-radius: 50% !important;
    animation: spin 0.8s linear infinite !important;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.crea-form-secure {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    margin: 1rem 0 0 0 !important;
    font-size: 0.8125rem !important;
    color: var(--color-text-gray) !important;
}

.crea-form-secure svg {
    width: 16px !important;
    height: 16px !important;
    color: #22c55e !important;
}

/* Section Avantages */
.crea-prenom-features {
    background: #fff !important;
    padding: 4rem 1rem !important;
}

.crea-prenom-features-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    margin-top: 2.5rem !important;
}

.crea-prenom-feature {
    text-align: center !important;
    padding: 1.5rem !important;
}

.crea-prenom-feature-icon {
    width: 64px !important;
    height: 64px !important;
    margin: 0 auto 1rem !important;
    background: linear-gradient(135deg, rgba(177,195,60,0.1) 0%, rgba(177,195,60,0.05) 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.crea-prenom-feature-icon svg {
    width: 28px !important;
    height: 28px !important;
    color: var(--color-accent) !important;
}

.crea-prenom-feature h3 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: var(--color-text) !important;
    margin: 0 0 0.5rem 0 !important;
}

.crea-prenom-feature p {
    font-size: 0.875rem !important;
    color: var(--color-text-gray) !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

/* Section Galerie Prénom */
.crea-prenom-gallery {
    padding: 4rem 1rem !important;
    background: var(--color-light) !important;
}

.crea-prenom-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
    margin-top: 2.5rem !important;
}

.crea-prenom-gallery-item {
    aspect-ratio: 1 !important;
    border-radius: var(--radius-lg) !important;
    overflow: hidden !important;
    cursor: pointer !important;
    box-shadow: var(--shadow-md) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.crea-prenom-gallery-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

.crea-prenom-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.crea-prenom-gallery-item:hover img {
    transform: scale(1.1) !important;
}

.crea-prenom-gallery-item.crea-placeholder {
    background: #e5e7eb !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.crea-placeholder-content svg {
    width: 48px !important;
    height: 48px !important;
    color: #9ca3af !important;
}

/* CTA Prénom */
.crea-prenom-cta {
    background: linear-gradient(135deg, var(--color-dark) 0%, #2a2928 100%) !important;
    padding: 4rem 2rem !important;
    text-align: center !important;
}

.crea-prenom-cta-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.crea-prenom-cta h2 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 0.75rem 0 !important;
}

.crea-prenom-cta p {
    color: rgba(255,255,255,0.7) !important;
    margin: 0 0 2rem 0 !important;
}

.crea-btn-glow {
    box-shadow: 0 0 20px rgba(177,195,60,0.4) !important;
}

.crea-btn-glow:hover {
    box-shadow: 0 0 30px rgba(177,195,60,0.6) !important;
}

/* Toast Notification */
.crea-toast {
    position: fixed !important;
    bottom: 2rem !important;
    right: 2rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1rem 1.5rem !important;
    background: var(--color-dark) !important;
    color: #fff !important;
    border-radius: var(--radius-md) !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    z-index: 10000 !important;
}

.crea-toast.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.crea-toast svg {
    width: 24px !important;
    height: 24px !important;
    color: #22c55e !important;
}

/* Responsive Prénom Lumineux */
@media (max-width: 1024px) {
    .crea-prenom-grid {
        grid-template-columns: 1fr !important;
    }

    .crea-prenom-preview-col {
        position: static !important;
        order: -1 !important;
    }

    .crea-prenom-features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .crea-prenom-gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .crea-prenom-hero {
        padding: 3rem 1rem !important;
    }

    .crea-prenom-title {
        font-size: 1.75rem !important;
    }

    .crea-option-cards,
    .crea-option-cards-3 {
        grid-template-columns: 1fr !important;
    }

    .crea-option-cards-2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .crea-prenom-features-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .crea-prenom-gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }

    .crea-prenom-preview-text {
        font-size: 2.5rem !important;
    }

    .crea-toast {
        left: 1rem !important;
        right: 1rem !important;
        bottom: 1rem !important;
    }
}

@media (max-width: 480px) {
    .crea-option-cards-2 {
        grid-template-columns: 1fr !important;
    }

    .crea-prenom-gallery-grid {
        grid-template-columns: 1fr !important;
    }

    .crea-color-options {
        justify-content: center !important;
    }
}

/* ============================================
   DESCRIPTION DU PRODUIT - Style creamod3d.fr
   ============================================ */
.crea-description-layout {
    display: block;
}

.crea-description-layout.has-specs {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
}

.crea-description-text {
    line-height: 1.8;
    color: var(--color-text);
}

.crea-description-text p {
    margin-bottom: 15px;
}

/* Description détaillée - Style identique creamod3d.fr */
.crea-description-specs {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    padding: 25px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--color-border);
}

.crea-specs-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--color-accent);
}

.crea-specs-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.crea-spec-row {
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--color-border);
}

.crea-spec-row:last-child {
    border-bottom: none;
}

.crea-spec-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-accent), var(--color-accent-dark));
    color: var(--color-white);
    border-radius: 50%;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.crea-spec-label {
    font-weight: 600;
    color: var(--color-dark);
    font-size: 14px;
    flex: 1;
}

.crea-spec-value {
    font-weight: 700;
    color: var(--color-accent-dark);
    font-size: 14px;
    text-align: right;
}

.crea-spec-value a {
    color: var(--color-accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

.crea-spec-value a:hover {
    color: var(--color-accent-dark);
    text-decoration: underline;
}

@media (max-width: 900px) {
    .crea-description-layout.has-specs {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .crea-description-specs {
        order: -1; /* Mettre les specs en premier sur mobile */
    }
}

@media (max-width: 480px) {
    .crea-spec-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .crea-spec-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .crea-spec-value {
        width: 100%;
        text-align: left;
        padding-left: 51px;
    }
}

/* ============================================
   TABLETTE (iPad portrait + paysage)
   ============================================ */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Container general — plus de padding lateral */
    .container,
    .col-full,
    .site-content .col-full {
        padding: 0 1.5rem !important;
    }

    /* Header */
    .crea-header-inner {
        padding: 0.75rem 1.5rem !important;
    }

    /* ---- SIDEBAR : empilee au-dessus, format compact ---- */
    .crea-shop-layout,
    .crea-shop-container {
        flex-direction: column !important;
    }

    .crea-shop-sidebar {
        width: 100% !important;
        min-width: unset !important;
        position: relative !important;
        top: auto !important;
        margin-bottom: 1.5rem !important;
    }

    /* Filtres en ligne sur tablette */
    .crea-filter-form {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 1rem !important;
    }

    .crea-filter-group {
        flex: 1 1 200px !important;
        min-width: 0 !important;
    }

    /* Radios materiaux en ligne */
    .crea-filter-radios {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0.25rem 0.75rem !important;
    }

    /* Produits — 3 colonnes (plus de place sans sidebar) */
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.5rem !important;
    }

    /* Categories — flex wrap pour ne pas couper */
    .crea-categories-grid,
    .crea-categories-list {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 1rem !important;
    }

    .crea-categories-grid .crea-category-card,
    .crea-categories-list li {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 140px !important;
    }

    /* Page produit — stack vertical sur tablette */
    .single-product div.product {
        padding: 0 1.5rem !important;
    }

    .single-product div.product div.images,
    .single-product div.product div.summary {
        width: 100% !important;
        float: none !important;
    }

    .single-product div.product div.images {
        margin-bottom: 2rem !important;
    }

    /* Template custom produit — image + info empilees */
    .crea-product-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .crea-product-gallery {
        max-width: 600px !important;
        margin: 0 auto !important;
    }

    .crea-main-image {
        max-height: 550px !important;
    }

    /* Thumbnails en ligne */
    .crea-thumb-list {
        justify-content: center !important;
    }

    /* Section infos produit pleine largeur */
    .crea-product-info {
        width: 100% !important;
    }

    /* Sections sous le produit */
    .crea-single-product {
        padding: 2rem 1.5rem !important;
    }

    /* Panier — table en cards */
    .woocommerce-cart table.cart,
    .woocommerce-cart table.cart thead,
    .woocommerce-cart table.cart tbody,
    .woocommerce-cart table.cart th,
    .woocommerce-cart table.cart td,
    .woocommerce-cart table.cart tr {
        display: block !important;
    }

    .woocommerce-cart table.cart thead {
        display: none !important;
    }

    .woocommerce-cart table.cart tr {
        margin-bottom: 1rem !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
        overflow: hidden !important;
    }

    .woocommerce-cart table.cart td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 1rem !important;
        border-bottom: 1px solid #e5e7eb !important;
    }

    .woocommerce-cart table.cart td::before {
        content: attr(data-title) !important;
        font-weight: 600 !important;
    }

    /* Checkout — colonnes empilees */
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2 {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-checkout #order_review {
        width: 100% !important;
        float: none !important;
    }

    /* Galerie — 2 colonnes */
    .crea-galerie-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Prenom lumineux — features 2 col */
    .crea-prenom-features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Grilles generiques 4 col → 2 col */
    .crea-stats-grid,
    .crea-features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
