/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a2e; background: #fff; line-height: 1.6; }
a { color: #16a34a; text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }

/* === TRUST BANNER === */
.trust-banner { background: #166534; color: #fff; padding: .4rem 0; overflow: hidden; font-size: .8rem; }
.trust-scroll { display: flex; gap: 3rem; animation: scroll 25s linear infinite; white-space: nowrap; }
.trust-scroll span { display: inline-block; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* === HEADER === */
.site-header { background: #fff; border-bottom: 2px solid #f0f0f0; padding: .75rem 0; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; gap: 1.5rem; }
.logo { display: flex; align-items: center; }
.logo:hover { text-decoration: none; }
.header-nav { display: flex; gap: 1.25rem; flex: 1; justify-content: center; }
.header-nav a { color: #374151; font-weight: 600; font-size: .95rem; padding: .4rem .75rem; border-radius: 6px; transition: all .2s; }
.header-nav a:hover { background: #f0fdf4; color: #16a34a; text-decoration: none; }
.header-actions { display: flex; align-items: center; }
.cart-icon { font-size: 1.2rem; position: relative; color: #374151; }
.cart-icon:hover { text-decoration: none; }
.cart-badge { background: #16a34a; color: #fff; border-radius: 50%; font-size: .7rem; padding: .1rem .4rem; font-weight: 700; }

/* === HERO === */
.hero-home { background: linear-gradient(135deg, #166534 0%, #15803d 50%, #16a34a 100%); color: #fff; text-align: center; padding: 4rem 1rem 3.5rem; }
.hero-home h1 { font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-bottom: .75rem; }
.hero-sub { font-size: 1.15rem; opacity: .9; margin-bottom: 2rem; line-height: 1.7; }
.hero-cta { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }

/* === BUTTONS === */
.btn { display: inline-block; padding: .6rem 1.25rem; border-radius: 8px; font-weight: 600; font-size: .95rem; border: none; cursor: pointer; transition: all .2s; text-align: center; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: #16a34a; color: #fff; }
.btn-primary:hover { background: #15803d; }
.btn-secondary { background: #fff; color: #166534; }
.btn-secondary:hover { background: #f0fdf4; }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-outline:hover { background: rgba(255,255,255,.1); }
.btn-lg { padding: .85rem 2rem; font-size: 1.05rem; }
.btn-sm { padding: .3rem .75rem; font-size: .8rem; }
.btn-full { width: 100%; }

/* === SECTIONS === */
.section { padding: 2.5rem 0; }
.section-title { font-size: 1.5rem; margin-bottom: 1.5rem; color: #1a1a2e; }
.page-title { font-size: 2rem; margin-bottom: .5rem; }
.page-subtitle { color: #6b7280; margin-bottom: 1.5rem; }
.cat-intro { color: #374151; font-size: 1.05rem; line-height: 1.8; max-width: 860px; margin-bottom: 1.25rem; }
.subcat-nav { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.subcat-link { display: inline-block; padding: .5rem 1rem; border: 2px solid #e5e7eb; border-radius: 25px; font-size: .9rem; font-weight: 600; color: #374151; transition: all .2s; }
.subcat-link:hover { border-color: #16a34a; color: #16a34a; text-decoration: none; }
.subcat-link.active { background: #16a34a; border-color: #16a34a; color: #fff; }
.subcat-link.active:hover { background: #15803d; }
.cat-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }

/* === TRUST CARDS === */
.trust-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.trust-card { text-align: center; padding: 1.5rem 1rem; background: #f0fdf4; border-radius: 12px; }
.trust-icon { font-size: 2rem; margin-bottom: .5rem; color: #16a34a; }
.trust-banner i, .spec-label i { margin-right: .3rem; }
.trust-card h3 { font-size: 1rem; margin-bottom: .25rem; }
.trust-card p { font-size: .85rem; color: #6b7280; }

/* === PRODUCT GRID === */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem; }
.product-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; transition: all .2s; display: flex; flex-direction: column; }
.product-card:hover { border-color: #16a34a; box-shadow: 0 4px 12px rgba(22,163,74,.1); text-decoration: none; transform: translateY(-2px); }
.product-img { position: relative; background: #fff; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-img-placeholder { font-size: 4rem; }
.product-photo { width: 100%; height: 100%; object-fit: contain; border-radius: 8px; }
.badge-cbd { position: absolute; top: .75rem; right: .75rem; background: #16a34a; color: #fff; padding: .2rem .6rem; border-radius: 20px; font-size: .75rem; font-weight: 700; }
.product-info { padding: 1rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
.product-info h3 { font-size: 1.1rem; color: #1a1a2e; margin-bottom: .35rem; }
.product-desc { font-size: .85rem; color: #6b7280; flex: 1; margin-bottom: .75rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-meta { display: flex; justify-content: space-between; align-items: center; }
.product-price { font-weight: 700; color: #16a34a; font-size: .95rem; }
.product-tag { background: #f0fdf4; color: #166534; padding: .2rem .5rem; border-radius: 4px; font-size: .75rem; font-weight: 600; }

/* === PRODUCT DETAIL === */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; padding: 2rem 0; align-items: start; }
.product-img-large { background: #f9fafb; border-radius: 12px; width: 100%; max-width: 560px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #e5e7eb; }
.product-img-placeholder-lg { font-size: 8rem; }
.product-photo-lg { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.product-detail-info h1 { font-size: 2rem; margin-bottom: .5rem; }
.product-detail-short { color: #6b7280; font-size: 1.05rem; margin-bottom: 1.25rem; line-height: 1.6; }

.product-specs { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-bottom: 1.5rem; }
.spec { background: #f9fafb; padding: .6rem .75rem; border-radius: 8px; }
.spec-label { display: block; font-size: .75rem; color: #6b7280; }
.spec-value { font-weight: 600; font-size: .9rem; }

/* === GRAMMAGE SELECTOR === */
.grammage-selector { margin-bottom: 1.25rem; }
.grammage-selector label { font-weight: 600; margin-bottom: .5rem; display: block; }
.grammage-options { display: flex; gap: .5rem; flex-wrap: wrap; }
.grammage-opt { border: 2px solid #e5e7eb; border-radius: 8px; padding: .5rem .75rem; cursor: pointer; text-align: center; transition: all .2s; min-width: 80px; }
.grammage-opt:hover { border-color: #16a34a; }
.grammage-opt.active { border-color: #16a34a; background: #f0fdf4; }
.grammage-opt input { display: none; }
.g-amount { display: block; font-weight: 700; font-size: 1rem; }
.g-price { display: block; font-size: .75rem; color: #16a34a; font-weight: 600; }
.g-total { display: block; font-size: .7rem; color: #6b7280; }

/* === CART ACTIONS === */
.cart-actions { display: flex; gap: .75rem; align-items: center; margin-bottom: 1rem; }
.qty-selector { display: flex; border: 2px solid #e5e7eb; border-radius: 8px; overflow: hidden; }
.qty-selector button { background: #f9fafb; border: none; padding: .5rem .85rem; cursor: pointer; font-size: 1.1rem; font-weight: 700; }
.qty-selector button:hover { background: #e5e7eb; }
.qty-selector input { width: 50px; text-align: center; border: none; font-size: 1rem; font-weight: 600; -moz-appearance: textfield; }
.qty-selector input::-webkit-inner-spin-button { -webkit-appearance: none; }

.product-guarantees { display: flex; gap: 1rem; flex-wrap: wrap; font-size: .85rem; color: #6b7280; padding: 1rem 0; border-top: 1px solid #f0f0f0; margin-top: 1rem; }

/* === ALERTS === */
.alert { padding: .75rem 1rem; border-radius: 8px; margin: 1rem 0; }
.alert-success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }

/* === PRODUCT DESCRIPTION === */
.product-description { max-width: 960px; }
.product-description h2 { font-size: 1.4rem; margin: 2rem 0 .75rem; color: #1a1a2e; padding-bottom: .4rem; border-bottom: 2px solid #f0fdf4; }
.product-description h3 { font-size: 1.15rem; margin: 1.5rem 0 .5rem; color: #374151; }
.product-description p { color: #374151; margin-bottom: .75rem; line-height: 1.75; }
.product-description ul { margin: .5rem 0 1rem 0; padding-left: 0; list-style: none; color: #374151; }
.product-description li { margin-bottom: .5rem; padding-left: 1.5rem; position: relative; line-height: 1.7; }
.product-description li::before { content: ''; position: absolute; left: 0; top: .6rem; width: 7px; height: 7px; background: #16a34a; border-radius: 50%; }

/* === CART === */
.cart-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; }
.cart-item { display: flex; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: .75rem; }
.cart-item-img { width: 70px; height: 70px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; }
.cart-item-info h3 { font-size: 1rem; margin-bottom: .25rem; }
.cart-item-info p { font-size: .85rem; color: #6b7280; }
.cart-item-price { font-weight: 700; color: #16a34a; font-size: 1.1rem; }
.btn-remove { background: none; border: none; color: #ef4444; font-size: 1.2rem; cursor: pointer; padding: .25rem; }

.cart-summary { background: #f9fafb; border-radius: 12px; padding: 1.5rem; position: sticky; top: 5rem; }
.cart-summary h3 { margin-bottom: 1rem; }
.summary-line { display: flex; justify-content: space-between; padding: .5rem 0; border-bottom: 1px solid #e5e7eb; }
.summary-note { font-size: .85rem; color: #16a34a; margin: .5rem 0; }
.summary-total { display: flex; justify-content: space-between; padding: .75rem 0; font-size: 1.2rem; font-weight: 800; }
.text-green { color: #16a34a; font-weight: 600; }

.empty-cart { text-align: center; padding: 3rem; }
.empty-cart p { font-size: 1.2rem; color: #6b7280; margin-bottom: 1.5rem; }

/* === CHECKOUT FORM === */
.checkout-form input, .checkout-form textarea { width: 100%; padding: .6rem .75rem; border: 1px solid #e5e7eb; border-radius: 8px; font-size: .9rem; margin-bottom: .75rem; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: #16a34a; outline: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.payment-info { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 1rem; margin: 1rem 0; }
.payment-info h4 { margin-bottom: .5rem; }
.payment-info p { font-size: .85rem; color: #6b7280; }

/* === CONTENT PAGES === */
.content-page { max-width: 960px; margin: 0 auto; padding: 2.5rem 1.5rem; }
.content-page h1 { font-size: 2.2rem; font-weight: 800; color: #1a1a2e; margin-bottom: .5rem; }
.content-page h2 { font-size: 1.5rem; font-weight: 700; color: #1a1a2e; margin: 2.5rem 0 .75rem; padding-bottom: .5rem; border-bottom: 2px solid #f0fdf4; }
.content-page h3 { font-size: 1.2rem; font-weight: 600; color: #374151; margin: 1.75rem 0 .5rem; }
.content-page p { color: #374151; margin-bottom: 1rem; line-height: 1.8; font-size: 1rem; }
.content-page ul, .content-page ol { margin: .75rem 0 1.25rem 0; padding-left: 0; list-style: none; color: #374151; }
.content-page ul li, .content-page ol li { position: relative; padding: .4rem 0 .4rem 1.75rem; line-height: 1.7; font-size: .95rem; }
.content-page ul li::before { content: ''; position: absolute; left: 0; top: .85rem; width: 8px; height: 8px; background: #16a34a; border-radius: 50%; }
.content-page ol { counter-reset: item; }
.content-page ol li { counter-increment: item; }
.content-page ol li::before { content: counter(item); position: absolute; left: 0; top: .35rem; width: 24px; height: 24px; background: #16a34a; color: #fff; border-radius: 50%; font-size: .75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.content-page a { color: #16a34a; font-weight: 500; border-bottom: 1px solid transparent; transition: border-color .2s; }
.content-page a:hover { border-bottom-color: #16a34a; text-decoration: none; }
.content-page .highlight-box { background: #f0fdf4; border-left: 4px solid #16a34a; padding: 1.25rem 1.5rem; border-radius: 0 8px 8px 0; margin: 1.5rem 0; }
.content-page .highlight-box p { margin-bottom: 0; }
.content-intro { font-size: 1.1rem; color: #6b7280; margin-bottom: 2rem; line-height: 1.8; }

/* === FAQ === */
.faq-section { margin-bottom: 2.5rem; }
.faq-section-title { font-size: 1.35rem; font-weight: 700; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 2px solid #f0fdf4; }
.faq-item { border: 1px solid #e5e7eb; border-radius: 10px; margin-bottom: .6rem; overflow: hidden; transition: all .2s; }
.faq-item:hover { border-color: #bbf7d0; }
.faq-item summary { padding: 1rem 1.5rem; font-weight: 600; cursor: pointer; list-style: none; font-size: 1rem; display: flex; align-items: center; gap: .5rem; transition: background .2s; }
.faq-item summary:hover { background: #f9fafb; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: '›'; color: #16a34a; font-size: 1.4rem; font-weight: 700; transition: transform .2s; min-width: 16px; }
.faq-item[open] summary::before { transform: rotate(90deg); }
.faq-item[open] summary { background: #f0fdf4; }
.faq-answer { padding: 0 1.5rem 1.25rem; color: #374151; line-height: 1.7; font-size: .95rem; }
.faq-answer ul { margin: .5rem 0; padding-left: 0; list-style: none; }
.faq-answer ul li { padding: .25rem 0 .25rem 1.5rem; position: relative; }
.faq-answer ul li::before { content: ''; position: absolute; left: 0; top: .65rem; width: 6px; height: 6px; background: #16a34a; border-radius: 50%; }

/* === SEO TEXT === */
.seo-section { max-width: 960px; color: #374151; }
.seo-section h2, .seo-section h3 { color: #1a1a2e; margin: 1.5rem 0 .5rem; }
.seo-section p { margin-bottom: .75rem; line-height: 1.7; }

/* === BREADCRUMBS === */
.breadcrumbs { padding: 1rem 0 0; max-width: 1200px; margin: 0 auto; padding-left: 1rem; }
.breadcrumbs ol { display: flex; gap: .5rem; list-style: none; font-size: .85rem; color: #6b7280; }
.breadcrumbs li:not(:last-child)::after { content: '›'; margin-left: .5rem; }
.breadcrumbs a { color: #16a34a; }

/* === TABLES === */
.data-table { width: 100%; border-collapse: collapse; }
.data-table th { background: #f9fafb; padding: .75rem; text-align: left; font-size: .85rem; border-bottom: 2px solid #e5e7eb; }
.data-table td { padding: .75rem; border-bottom: 1px solid #f3f4f6; }
.data-table tr:hover td { background: #f0fdf4; }

/* === CARDS (shared) === */
.card { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.card-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card-center { text-align: center; }
.big-number { font-size: 2rem; font-weight: 800; color: #16a34a; }
.card-label { font-size: .85rem; color: #6b7280; }

/* === FOOTER === */
.site-footer { background: #1a1a2e; color: #d1d5db; padding: 3rem 0 1rem; margin-top: 3rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; }
.footer-col h4 { color: #fff; margin-bottom: .75rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .4rem; }
.footer-col a { color: #9ca3af; }
.footer-col a:hover { color: #fff; }
.footer-text { font-size: .9rem; color: #9ca3af; margin-bottom: .5rem; }
.footer-legal { font-size: .75rem; color: #6b7280; margin-top: .5rem; }
.footer-bottom { border-top: 1px solid #374151; margin-top: 2rem; padding-top: 1rem; text-align: center; font-size: .85rem; color: #6b7280; }

/* === PRODUCT TABS === */
.product-tabs { margin: 2rem 0; }
.tab-headers { display: flex; gap: 0; border-bottom: 2px solid #e5e7eb; }
.tab-btn { background: none; border: none; padding: .75rem 1.5rem; font-size: .95rem; font-weight: 600; color: #6b7280; cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all .2s; }
.tab-btn:hover { color: #16a34a; }
.tab-btn.active { color: #16a34a; border-bottom-color: #16a34a; }
.tab-content { display: none; padding: 1.5rem 0; }
.tab-content.active { display: block; }
.livraison-info h3 { margin: 1.25rem 0 .5rem; }
.livraison-info ul { margin: .5rem 0 1rem 1.5rem; color: #374151; }
.livraison-info li { margin-bottom: .35rem; }
.livraison-info p { color: #374151; }

/* === AROMES TAGS === */
.product-aromes { display: flex; gap: .35rem; flex-wrap: wrap; margin-bottom: .75rem; }
.arome-tag { background: #f0fdf4; color: #166534; padding: .15rem .5rem; border-radius: 12px; font-size: .7rem; font-weight: 600; }

/* === PRODUCT EXTRAS === */
.product-cat-badge { display: inline-block; background: #f0fdf4; color: #166534; padding: .2rem .75rem; border-radius: 20px; font-size: .8rem; font-weight: 600; margin-bottom: .5rem; }
.product-guarantees-bar { display: flex; justify-content: center; gap: 1rem; padding: .75rem; background: #f9fafb; border-radius: 8px; margin-top: .75rem; font-size: .8rem; color: #374151; }
.badge-oos { position: absolute; top: .75rem; left: .75rem; background: #ef4444; color: #fff; padding: .2rem .6rem; border-radius: 20px; font-size: .75rem; font-weight: 700; }

/* === CAT SEO === */
.cat-seo { max-width: 960px; }
.cat-seo h2 { font-size: 1.4rem; margin: 1.5rem 0 .75rem; padding-bottom: .4rem; border-bottom: 2px solid #f0fdf4; }
.cat-seo h3 { font-size: 1.15rem; margin: 1.25rem 0 .5rem; color: #374151; }
.cat-seo p { line-height: 1.75; margin-bottom: .75rem; }
.cat-seo ul { margin: .5rem 0 1rem 0; padding-left: 0; list-style: none; }
.cat-seo li { margin-bottom: .5rem; color: #374151; padding-left: 1.5rem; position: relative; line-height: 1.7; }
.cat-seo li::before { content: ''; position: absolute; left: 0; top: .6rem; width: 7px; height: 7px; background: #16a34a; border-radius: 50%; }

/* === TRUST BADGES BAR === */
.trust-badges-bar { background: #f9fafb; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; padding: 1.5rem 0; margin-top: 2rem; }
.trust-badges-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; text-align: center; }
.trust-badge-item { display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.trust-badge-item i { font-size: 1.5rem; color: #16a34a; }
.trust-badge-item span { font-size: .8rem; font-weight: 600; color: #374151; line-height: 1.3; }

/* === PRODUCT RATING (cards) === */
.product-rating { display: flex; align-items: center; gap: .35rem; margin-bottom: .5rem; }
.product-rating .stars { color: #f59e0b; font-size: .8rem; }
.product-rating-count { font-size: .75rem; color: #6b7280; }

/* === STARS === */
.stars { color: #f59e0b; display: inline-flex; gap: 1px; }
.stars-lg { font-size: 1.2rem; }

/* === AVIS === */
.avis-summary { display: flex; align-items: center; gap: 2rem; margin-bottom: 1.5rem; padding: 1.25rem; background: #f9fafb; border-radius: 12px; }
.avis-big-note { font-size: 2.5rem; font-weight: 800; color: #1a1a2e; display: block; }
.avis-count { font-size: .9rem; color: #6b7280; }
.avis-summary-note { text-align: center; }
.avis-list { display: flex; flex-direction: column; gap: .75rem; }
.avis-card { border: 1px solid #e5e7eb; border-radius: 10px; padding: 1rem 1.25rem; }
.avis-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: .4rem; }
.avis-prenom { font-size: .95rem; }
.avis-badge-verifie { font-size: .75rem; color: #16a34a; font-weight: 600; margin-left: .5rem; }
.avis-date { font-size: .8rem; color: #9ca3af; }
.avis-stars { margin-bottom: .4rem; }
.avis-commentaire { color: #374151; font-size: .9rem; line-height: 1.6; margin: 0; }

/* === CART QTY CONTROL === */
.cart-qty-control { display: inline-flex; align-items: center; gap: 0; margin-top: .4rem; border: 1px solid #e5e7eb; border-radius: 6px; overflow: hidden; }
.cart-qty-btn { background: #f9fafb; border: none; padding: .3rem .65rem; cursor: pointer; font-size: 1rem; font-weight: 700; color: #374151; transition: background .2s; }
.cart-qty-btn:hover:not(:disabled) { background: #e5e7eb; }
.cart-qty-btn:disabled { opacity: .4; cursor: not-allowed; }
.cart-qty-value { padding: .3rem .6rem; font-weight: 600; font-size: .9rem; min-width: 2rem; text-align: center; }

/* === LIVRAISON PAGE HIGHLIGHTS === */
.livraison-highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 1.5rem 0 2rem; }
.livraison-highlight { text-align: center; padding: 1.25rem 1rem; background: #f0fdf4; border-radius: 12px; }
.livraison-highlight-icon { font-size: 2rem; color: #16a34a; margin-bottom: .5rem; }
.livraison-highlight h3 { font-size: .95rem; margin-bottom: .25rem; }
.livraison-highlight p { font-size: .8rem; color: #6b7280; }

/* === RESPONSIVE === */
/* Hamburger - hidden on desktop */
.hamburger { display: none; background: none; border: none; font-size: 1.4rem; color: #1a1a1a; cursor: pointer; padding: .5rem; margin-left: .5rem; }

@media (max-width: 768px) {
    .hero-home h1 { font-size: 1.8rem; }
    .trust-cards { grid-template-columns: 1fr 1fr; }
    .product-grid { grid-template-columns: 1fr 1fr; }
    .product-detail { grid-template-columns: 1fr; }
    .product-img-large { max-width: 100%; aspect-ratio: 1; }
    .cart-layout { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .product-specs { grid-template-columns: 1fr; }
    .card-grid-3 { grid-template-columns: 1fr; }
    .trust-badges-grid { grid-template-columns: repeat(3, 1fr); gap: .75rem; }
    .livraison-highlights { grid-template-columns: 1fr 1fr; }
    .hamburger { display: block; }
    .header-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 1rem; box-shadow: 0 4px 12px rgba(0,0,0,.1); z-index: 100; border-top: 1px solid #e5e7eb; }
    .header-nav.open { display: flex; }
    .header-nav a { font-size: 1rem; padding: .75rem 1rem; border-bottom: 1px solid #f3f4f6; }
    .header-nav a:last-child { border-bottom: none; }
    .header-inner { position: relative; }
}
@media (max-width: 480px) {
    .product-grid { grid-template-columns: 1fr; }
    .trust-cards { grid-template-columns: 1fr; }
    .grammage-options { flex-direction: column; }
    .trust-badges-grid { grid-template-columns: repeat(2, 1fr); }
    .livraison-highlights { grid-template-columns: 1fr; }
}

/* === CHECKOUT === */
.checkout-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem; align-items: start; }
.checkout-section { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e5e7eb; }
.checkout-section h2 { font-size: 1.15rem; margin-bottom: 1rem; color: #111827; }
.checkout-section h2 i { color: #16a34a; margin-right: .5rem; }
.form-field { margin-bottom: .75rem; }
.form-field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .3rem; color: #374151; }
.form-field .optional { font-weight: 400; color: #9ca3af; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: .65rem .75rem; border: 1.5px solid #d1d5db; border-radius: 8px; font-size: .95rem; transition: border-color .2s; background: #fff; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #16a34a; outline: none; box-shadow: 0 0 0 3px rgba(22,163,74,.1); }
.form-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%236b7280'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .75rem center; padding-right: 2rem; }
.checkout-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.payment-method { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 2px solid #16a34a; border-radius: 10px; background: #f0fdf4; }
.payment-radio { color: #16a34a; font-size: 1.2rem; margin-top: .1rem; }
.payment-method p { font-size: .85rem; color: #6b7280; margin-top: .25rem; }

.checkout-summary-sticky { position: sticky; top: 1.5rem; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.5rem; }
.checkout-summary-sticky h3 { margin-bottom: 1rem; font-size: 1.1rem; }
.checkout-item { display: flex; align-items: center; gap: .75rem; margin-bottom: .75rem; }
.checkout-item-img { position: relative; width: 56px; height: 56px; border-radius: 8px; overflow: hidden; flex-shrink: 0; border: 1px solid #e5e7eb; }
.checkout-item-img img { width: 100%; height: 100%; object-fit: cover; }
.checkout-item-qty { position: absolute; top: -6px; right: -6px; background: #16a34a; color: #fff; font-size: .7rem; font-weight: 700; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.checkout-item-info { flex: 1; }
.checkout-item-info strong { display: block; font-size: .9rem; }
.checkout-item-info span { font-size: .8rem; color: #6b7280; }
.checkout-item-price { font-weight: 600; font-size: .95rem; }
.checkout-totals { border-top: 1px solid #e5e7eb; margin-top: .75rem; padding-top: .75rem; }

@media (max-width: 768px) {
    .checkout-layout { grid-template-columns: 1fr; }
    .checkout-summary-sticky { position: static; }
    .checkout-form .form-row { grid-template-columns: 1fr; }
}

/* === AVIS CLIENTS === */
.avis-summary { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.avis-big-note { font-size: 2.5rem; font-weight: 800; color: #111827; }
.avis-summary .stars { margin: 0 .5rem; }
.avis-count { color: #6b7280; font-size: .9rem; }
.stars { color: #f59e0b; font-size: .85rem; }
.stars-lg { font-size: 1.2rem; }
.avis-list { display: grid; gap: 1rem; }
.avis-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px; padding: 1.25rem; }
.avis-header { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; margin-bottom: .5rem; }
.avis-header strong { font-size: .95rem; }
.avis-badge { font-size: .75rem; color: #16a34a; background: #f0fdf4; padding: .2rem .5rem; border-radius: 4px; }
.avis-text { color: #374151; line-height: 1.6; margin-bottom: .5rem; }
.avis-date { font-size: .8rem; color: #9ca3af; }
.product-rating { margin-bottom: .25rem; }
.product-rating .stars { font-size: .75rem; }
.rating-count { font-size: .8rem; color: #6b7280; }

/* === QTY BUTTONS === */
.cart-item-qty-ctrl { display: flex; align-items: center; gap: .25rem; }
.qty-btn { width: 30px; height: 30px; border: 1.5px solid #d1d5db; border-radius: 6px; background: #fff; cursor: pointer; font-size: 1rem; font-weight: 600; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.qty-btn:hover:not(:disabled) { border-color: #16a34a; color: #16a34a; }
.qty-btn:disabled { opacity: .3; cursor: not-allowed; }
.qty-val { font-weight: 700; min-width: 24px; text-align: center; }

/* === LIVRAISON PAGE === */
.livraison-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-bottom: 2.5rem; }
.livraison-grid .card { text-align: center; padding: 1.5rem; }
.card-icon { font-size: 2rem; color: #16a34a; margin-bottom: .75rem; }
.retour-steps { margin: 1.5rem 0; }
.retour-step { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.25rem; }
.step-num { width: 36px; height: 36px; background: #16a34a; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.retour-step h4 { margin-bottom: .25rem; }
.retour-step p { color: #6b7280; font-size: .9rem; }
.info-box { background: #fffbeb; border: 1px solid #fcd34d; border-radius: 10px; padding: 1.25rem; margin-top: 1.5rem; }
.info-box h3 { color: #92400e; margin-bottom: .5rem; }
.info-box p { color: #78350f; }
.zones-table { margin-bottom: 2rem; }

/* === LEGAL PAGES === */
.legal-page h2 { margin-top: 2rem; margin-bottom: .5rem; color: #111827; border-bottom: 1px solid #e5e7eb; padding-bottom: .5rem; }
.legal-page p, .legal-page li { line-height: 1.7; color: #374151; }
.legal-update { color: #6b7280; font-style: italic; margin-bottom: 1.5rem; }

/* === TRUST BADGES === */
.trust-badges-bar { background: #f3f4f6; padding: 1.5rem 0; margin-top: 2rem; }
.trust-badges-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; text-align: center; }
.trust-badge-item { display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.trust-badge-item i { font-size: 1.5rem; color: #16a34a; }
.trust-badge-item span { font-size: .8rem; color: #374151; font-weight: 500; }

@media (max-width: 768px) {
    .livraison-grid { grid-template-columns: 1fr 1fr; }
    .trust-badges-grid { grid-template-columns: repeat(3, 1fr); gap: .75rem; }
}
@media (max-width: 480px) {
    .livraison-grid { grid-template-columns: 1fr; }
    .trust-badges-grid { grid-template-columns: repeat(2, 1fr); }
}
