@font-face{font-family:'Outfit';font-style:normal;font-weight:100 900;font-display:optional;src:url('https://fonts.gstatic.com/s/outfit/v14/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2') format('woff2')}
:root{
--color-brand-green:#014e2e;--color-brand-green-dark:#013a22;--color-brand-green-light:#669582;--color-brand-green-light-hover:#417a62;--color-accent-orange:#f26522;--color-accent-orange-dark:#e55a1b;--color-accent-pink:#ba1051;
--color-text:#495556;--color-text-heading:#4a4a4a;--color-text-muted:#666;--color-text-light:#666;--color-text-lighter:#707070;--color-text-dark:#333;--color-text-secondary:#666;--color-text-strong:#222;
--color-white:#fff;--color-border:#e3e3e3;--color-border-light:#f0f0f0;--color-border-lighter:#eee;--color-divider:#ddd;--color-bg-panel:#eef2f5;--color-bg-soft:#f5f5f5;--color-bg-softer:#f8f8f8;--color-footer-bg:#3a4a5a;--color-menu-dark:#4a4a4a;--color-menu-dark-hover:#3a3a3a;
--color-error:#f44336;--color-success:#00b67a;--color-gray-200:#ccc;--color-gray-300:#bbb;--color-gray-400:#999;--color-gray-500:#555;--color-star-empty:#d9d9d9;--color-dot-inactive:#d0d0d0;--color-bg-hero-mobile:#f1f1f1;--color-hero-navy:#1a2a3a;--color-hero-red:#e02020;--color-accessibility-blue:#2563eb;
--csg-orange:var(--color-brand-green);--csg-orange-dark:var(--color-brand-green-dark);--csg-purple:var(--color-accent-pink);--csg-text:var(--color-text);--csg-muted:var(--color-text-muted);--csg-border:var(--color-border);--csg-panel-bg:var(--color-bg-panel);--csg-star:var(--color-brand-green)
}
html{scroll-behavior:smooth}body{font-family:'Outfit',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;height:100%;width:100%;padding:0;color:var(--csg-text);font-size:15px;margin:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}a.added_to_cart{display:none!important}
.section{width:100%;padding:24px 0}.section-wrapper{width:100%;margin:0 auto;padding:0 16px}
.product-carousel-row{display:flex;align-items:center;gap:10px;position:relative;overflow:hidden;width:100%}.product-row{display:flex;flex-flow:row nowrap;gap:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:8px 0 16px;width:100%;max-width:100%;min-width:0;scroll-behavior:smooth}.product-row::-webkit-scrollbar{display:none}
.product-card{border:1px solid var(--csg-border);border-radius:6px;background:var(--color-white);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease}.product-card-carousel{min-width:180px}.product-card:hover{box-shadow:0 6px 18px rgba(0,0,0,.08);transform:translateY(-2px)}.product-image-link{display:block;text-decoration:none}.product-image{position:relative;display:flex;align-items:center;justify-content:center;padding:4px;background:var(--color-white);aspect-ratio:1/1;max-height:none}.product-image img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;display:block}
.sale-badge{position:absolute;top:12px;left:12px;background:var(--csg-purple);color:var(--color-white);font-size:13px;font-weight:700;padding:5px 10px;border-radius:3px;z-index:1}.product-info{padding:14px 16px 18px;display:flex;flex-direction:column;gap:8px}.product-name-link{text-decoration:none;color:inherit}.product-name{font-size:12px;font-weight:600;color:var(--color-text-heading);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.product-price{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.current-price{font-size:16px;font-weight:500;color:var(--csg-text)}.current-price del{font-size:13px;font-weight:400;color:var(--color-text-lighter);margin-right:6px;text-decoration:line-through}.current-price ins{text-decoration:none}
.add-to-cart-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--csg-orange);background:var(--csg-orange);color:var(--color-white);flex-shrink:0;transition:transform .15s ease;position:relative}.add-to-cart-btn:hover{background:var(--csg-orange-dark);color:var(--color-white)}.add-to-cart-btn.loading{pointer-events:none}.add-to-cart-btn.loading svg{opacity:.35;display:none}.add-to-cart-btn.added{background:var(--csg-orange)}.add-to-cart-btn svg{width:20px;height:20px}.add-to-cart-btn::after{content:"";position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:var(--color-white);border-radius:50%;opacity:0;animation:csg-spin .7s linear infinite}.add-to-cart-btn.loading::after{opacity:1}@keyframes csg-spin{to{transform:rotate(360deg)}}
.section .carousel-arrow{width:40px;height:40px;border-radius:50%;border:1px solid var(--color-divider);background:var(--color-white);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:2}.section .carousel-arrow:hover{background:var(--color-bg-soft);border-color:var(--color-gray-300)}.section .carousel-arrow svg{width:20px;height:20px;color:var(--color-gray-500)}.nouveautes-cta{text-align:center;margin-top:24px}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:12px;min-height:20px}.carousel-dots .dot{width:8px;height:8px;border-radius:50%;background:var(--color-dot-inactive);border:none;cursor:pointer;padding:0;transition:none;flex-shrink:0}.carousel-dots .dot.active{background:var(--csg-orange);width:24px;border-radius:4px}.carousel-dots .dot:hover{background:var(--color-gray-400)}.carousel-dots .dot.active:hover{background:var(--csg-orange)}.section .product-row{touch-action:auto}.btn-primary{display:inline-block;background:var(--csg-purple);color:var(--color-white);font-size:14px;font-weight:700;padding:12px 32px;border-radius:8px;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;border:none;cursor:pointer}
.brand-spotlight-section,.offers-section,.top-marques-section,.seo-section{content-visibility:auto;contain-intrinsic-size:auto 700px}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.screen-reader-text:focus{width:auto!important;height:auto!important;margin:8px!important;padding:12px 16px!important;clip:auto!important;white-space:normal!important;z-index:100000!important;background:#fff!important;color:#111!important}
@media(max-width:900px){.product-carousel-row{display:block;position:relative}.carousel-arrow{display:none!important}.product-row{display:flex!important;flex-flow:row nowrap!important;flex:none!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none!important;-ms-overflow-style:none!important;padding:4px 0 12px!important;width:100%!important;max-width:100%!important;min-width:0!important}.product-row::-webkit-scrollbar{display:none}}
@media(prefers-reduced-motion:reduce){html,.product-row,.slider{scroll-behavior:auto!important}.product-card,.add-to-cart-btn,.btn-primary{transition:none!important}}
