.site-brand, .hero-enseigne h1, .hero-eyebrow, .section-title, .about-section h2,
.product-detail-prix, .product-card-prix, .stat-value{
  font-family:"Manrope", var(--font-body);
}

/* ---------- en-tête ---------- */

.site-header-sticky-group{
  position:sticky;
  top:0;
  z-index:30;
  box-shadow:0 4px 16px -8px rgba(15,30,25,.12);
}

.site-header{
  background:var(--color-surface);
  border-bottom:1px solid var(--color-border);
}

.site-header-inner{
  max-width:1200px;
  margin:0 auto;
  padding:16px 24px;
  display:flex;
  align-items:center;
  gap:24px;
}

.site-brand{
  font-size:22px;
  font-weight:800;
  text-decoration:none;
  flex-shrink:0;
}

.site-brand .brand-a{ color:var(--amg-green); }
.site-brand .brand-m{ color:var(--amg-blue); }
.site-brand .brand-g{ color:var(--amg-teal); }

.site-search{
  flex:1;
  display:flex;
  max-width:480px;
}

.site-search input{
  flex:1;
  padding:11px 16px;
  border:1px solid var(--color-border);
  border-right:none;
  border-radius:var(--radius-md) 0 0 var(--radius-md);
  font-size:14px;
  font-family:inherit;
  background:var(--color-surface-2);
  color:var(--color-text);
}

.site-search input:focus{ outline:none; border-color:var(--color-primary); }

.site-search button{
  padding:0 18px;
  border:1px solid var(--color-border);
  background:var(--color-surface-2);
  border-radius:0 var(--radius-md) var(--radius-md) 0;
  cursor:pointer;
  font-size:15px;
}

.site-nav{
  display:flex;
  align-items:center;
  gap:22px;
  flex-shrink:0;
}

.site-nav a{
  text-decoration:none;
  color:var(--color-text);
  font-weight:600;
  font-size:14.5px;
}

.site-cart{ position:relative; }

.cart-count{
  position:absolute;
  top:-10px;
  right:-16px;
  background:var(--amg-green);
  color:#fff;
  font-size:11px;
  font-weight:800;
  padding:2px 6px;
  border-radius:999px;
  min-width:18px;
  text-align:center;
}

/* ---------- banniere panier (visible quand le panier n'est pas vide) ---------- */

.cart-banner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:linear-gradient(90deg, var(--amg-green), var(--amg-teal));
  color:#fff;
  text-decoration:none;
  padding:10px 16px;
  transition:filter .15s ease;
}

.cart-banner:hover{ filter:brightness(1.06); }
.cart-banner:active{ filter:brightness(.96); }

.cart-banner-icone{
  position:relative;
  font-size:17px;
  flex-shrink:0;
  display:flex;
}

.cart-banner-badge{
  position:absolute;
  top:-8px; right:-10px;
  background:#fff;
  color:var(--color-primary-deep);
  font-size:10px;
  font-weight:800;
  padding:1px 5px;
  border-radius:999px;
  min-width:15px;
  text-align:center;
  line-height:1.4;
}

.cart-banner-texte{ font-weight:600; font-size:13px; }

.cart-banner-cta{
  font-weight:800;
  font-size:12.5px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.3);
  padding:6px 14px;
  border-radius:999px;
  white-space:nowrap;
}

@media(max-width:520px){
  .cart-banner{ gap:8px; padding:9px 12px; }
  .cart-banner-texte{ font-size:12px; }
  .cart-banner-cta{ font-size:11.5px; padding:5px 10px; }
}

/* ---------- structure de page ---------- */

.site-main{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px 60px;
  min-height:60vh;
}

.site-footer{
  border-top:1px solid var(--color-border);
  background:var(--color-surface);
  color:var(--color-text-muted);
  font-size:13px;
  margin-top:20px;
}

.site-footer-inner{
  max-width:1200px;
  margin:0 auto;
  padding:40px 24px 28px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:32px;
}

.site-footer-brand p{ margin:12px 0 0; line-height:1.6; max-width:320px; }

.site-footer-titre{
  font-weight:800;
  font-size:12.5px;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--color-text);
  margin-bottom:14px;
}

.site-footer-col{ display:flex; flex-direction:column; gap:10px; }
.site-footer-col a{ color:var(--color-text-muted); text-decoration:none; }
.site-footer-col a:hover{ color:var(--amg-green); }

.site-footer-bas{
  border-top:1px solid var(--color-border);
  padding:16px 24px;
  text-align:center;
  font-size:12px;
}

@media(max-width:760px){
  .site-footer-inner{ grid-template-columns:1fr; gap:24px; padding:28px 20px 20px; }
}

/* ---------- hero (accueil) : photo en arrière-plan + voile assez
   fort pour garantir la lisibilité du texte quel que soit le contenu
   de la photo dessous ---------- */

/* enseigne reelle de la boutique, affichee integralement (jamais
   recadree) : carte claire avec le texte au-dessus, l'image en
   pleine largeur avec sa propre proportion en dessous */
/* fond bleu calque sur la couleur reelle de l'enseigne, pour que la
   photo (affichee integralement, jamais recadree) se fonde dans le
   bandeau au lieu de flotter sur un cadre blanc */
.hero-enseigne{
  text-align:center;
  margin:24px 0 0;
  padding:40px 24px 40px;
  background:linear-gradient(180deg, #051b34 0%, #034482 55%, #0b5fac 100%);
  border-radius:var(--radius-lg);
  box-shadow:0 24px 60px -24px rgba(3,68,130,.55);
}

.hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  font-size:12.5px;
  font-weight:700;
  padding:7px 16px;
  border-radius:999px;
  margin-bottom:16px;
}

.hero-enseigne h1{
  font-size:30px;
  font-weight:800;
  line-height:1.25;
  margin:0 auto 10px;
  max-width:680px;
  color:#fff;
  letter-spacing:-.01em;
}

.hero-enseigne-sous-titre{
  color:rgba(255,255,255,.82);
  font-size:15.5px;
  margin:0 auto 26px;
  max-width:600px;
}

.hero-enseigne-image{
  display:block;
  width:100%;
  max-width:640px;
  max-height:320px;
  height:auto;
  object-fit:contain;
  margin:0 auto 28px;
  border-radius:var(--radius-md);
}

.btn-hero{
  padding:16px 32px;
  font-size:15.5px;
  box-shadow:0 12px 26px rgba(31,174,103,.35);
}

.stats-row{
  display:flex;
  justify-content:center;
  gap:48px;
  padding:0 20px 40px;
  flex-wrap:wrap;
}

.stat{ text-align:center; }
.stat-value{ font-size:26px; font-weight:800; color:var(--color-primary-deep); }
.stat-label{ font-size:12.5px; color:var(--color-text-muted); font-weight:600; margin-top:2px; }

/* ---------- bandeau de reassurance ---------- */

.trust-strip{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  gap:14px;
  margin-bottom:44px;
}

.trust-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  background:var(--color-surface);
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  transition:transform .15s ease, box-shadow .15s ease;
}

.trust-item:hover{ transform:translateY(-2px); box-shadow:var(--shadow-card); }

.trust-item-icon{
  width:42px; height:42px; flex-shrink:0;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:19px;
  background:linear-gradient(135deg, var(--color-success-bg), #fff);
}

.trust-item-titre{ font-weight:700; font-size:13.5px; }
.trust-item-sous{ color:var(--color-text-muted); font-size:12px; margin-top:1px; }

.back-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--color-text-muted);
  text-decoration:none;
  font-size:13.5px;
  font-weight:600;
  margin-bottom:18px;
}

.back-link:hover{ color:var(--color-primary-deep); }

.thumb-strip{
  display:flex;
  gap:10px;
  margin-top:12px;
  overflow-x:auto;
}

.thumb{
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:var(--radius-sm);
  border:2px solid transparent;
  cursor:pointer;
  flex-shrink:0;
  opacity:.7;
}

.thumb:hover{ opacity:1; }
.thumb.active{ border-color:var(--amg-green); opacity:1; }

.section-title{
  font-size:19px;
  font-weight:800;
  margin:0 0 8px;
  color:var(--color-text);
  position:relative;
  padding-bottom:12px;
}

.section-title::after{
  content:"";
  position:absolute;
  left:0; bottom:0;
  width:46px; height:3px;
  border-radius:2px;
  background:linear-gradient(90deg, var(--amg-green), var(--amg-teal));
}

/* ---------- galerie boutique (défilement horizontal tactile) ---------- */

.gallery-scroll{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:2px 2px 16px;
  margin-bottom:8px;
  scrollbar-width:thin;
  scrollbar-color:var(--color-border) transparent;
}

.gallery-scroll img{
  scroll-snap-align:start;
  flex:0 0 auto;
  height:230px;
  width:auto;
  max-width:340px;
  object-fit:contain;
  background:var(--color-surface-2);
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-card);
}

/* ---------- présentation de la boutique ---------- */

.about-section{
  display:grid;
  grid-template-columns:minmax(0,440px) 1fr;
  gap:40px;
  align-items:center;
  margin-bottom:44px;
  background:linear-gradient(135deg,var(--color-success-bg),var(--color-surface) 60%);
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  padding:32px;
}

.about-section h2{ font-size:21px; }

.about-image{
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:0 20px 40px -16px rgba(15,30,25,.25);
  background:var(--color-surface-2);
  display:flex;
  align-items:center;
  justify-content:center;
}

.about-image img{ width:100%; height:auto; max-height:420px; object-fit:contain; display:block; }

.about-section p{ color:var(--color-text-muted); line-height:1.7; font-size:15px; }

.about-points{ display:flex; flex-direction:column; gap:16px; margin-top:22px; }

.about-point{ display:flex; flex-direction:column; gap:2px; text-decoration:none; }
.about-point strong{ font-size:15px; color:var(--color-text); }
.about-point span{ color:var(--color-text-muted); font-size:13.5px; }
a.about-point:hover strong{ color:var(--color-primary-deep); }

/* ---------- grille produits ---------- */

.product-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
  gap:14px;
}

.pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-top:32px;
}

.pagination-link{
  color:var(--amg-green);
  font-weight:700;
  text-decoration:none;
  padding:8px 16px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  transition:background .15s ease;
}

.pagination-link:hover{ background:var(--color-success-bg); }

.pagination-info{ color:var(--color-text-muted); font-size:13.5px; font-weight:600; }

.product-card{
  background:var(--color-surface);
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  display:flex;
  flex-direction:column;
  transition:transform .15s ease, box-shadow .15s ease;
}

.product-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-card);
}

.product-card-image{
  position:relative;
  aspect-ratio:1/1;
  background:var(--color-surface-2);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--color-text-faint);
  font-size:34px;
}

.product-card-qualite{
  position:absolute;
  top:8px; left:8px;
  font-size:9.5px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
  padding:3px 8px;
  border-radius:999px;
  color:#fff;
  background:rgba(15,30,25,.7);
  backdrop-filter:blur(2px);
}

.product-card-qualite.original{ background:rgba(15,122,72,.88); }
.product-card-qualite.compatible{ background:rgba(180,83,9,.88); }
.product-card-qualite.grade_a{ background:rgba(37,99,235,.88); }
.product-card-qualite.grade_b{ background:rgba(107,114,128,.88); }

.product-card-image{ overflow:hidden; }
.product-card-image img{ width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.product-card:hover .product-card-image img{ transform:scale(1.06); }

.product-card-body{ padding:14px 16px 16px; display:flex; flex-direction:column; gap:6px; flex:1; }

.product-card-nom{ font-weight:700; font-size:14.5px; line-height:1.3; }

.product-card-meta{ color:var(--color-text-muted); font-size:12.5px; }

.product-card-prix{ font-weight:800; font-size:16px; margin-top:auto; color:var(--color-primary-deep); }

.product-card-statut{ font-size:11.5px; font-weight:700; }
.product-card-statut.en-stock{ color:var(--color-success); }
.product-card-statut.rupture{ color:var(--color-danger); }

.product-card-link{ text-decoration:none; color:inherit; display:flex; flex-direction:column; flex:1; }

.product-card-add{ padding:0 14px 14px; }

.product-card-buy-btn{ width:100%; padding:9px 8px; font-size:13px; }

/* le selecteur de quantite reste masque tant que "Acheter" n'a pas
   ete cliquee (JS bascule display:none -> flex) ; le (+) et le (-)
   parlent directement au panier, pas de bouton de confirmation */
.product-card-qty-confirm{
  display:none; align-items:center; justify-content:center;
}

.qty-stepper{
  display:flex; align-items:center; flex-shrink:0;
  border:1px solid var(--color-border); border-radius:var(--radius-sm);
  overflow:hidden;
}

.qty-stepper button{
  width:26px; height:32px; border:none; background:var(--color-surface-2);
  color:var(--color-text); font-size:15px; font-weight:700; cursor:pointer;
  display:flex; align-items:center; justify-content:center; padding:0;
}

.qty-stepper button:hover{ background:var(--color-border); }
.qty-stepper button:active{ background:var(--amg-green); color:#fff; }

.qty-stepper input{
  width:30px; border:none; background:var(--color-surface); text-align:center;
  font-size:13px; font-weight:700; padding:0; -moz-appearance:textfield;
}

.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }


.filter-chips{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; }

.filter-chip{
  padding:8px 16px;
  border-radius:999px;
  border:1px solid var(--color-border);
  background:var(--color-surface);
  color:var(--color-text-muted);
  text-decoration:none;
  font-size:13px;
  font-weight:600;
}

.filter-chip.active{
  background:var(--amg-green);
  border-color:var(--amg-green);
  color:#fff;
}

/* ---------- fiche produit ---------- */

.product-detail{
  display:grid;
  grid-template-columns:minmax(0,340px) 1fr;
  gap:40px;
}

.product-detail-image{
  position:relative;
  aspect-ratio:1/1;
  background:var(--color-surface-2);
  border-radius:var(--radius-lg);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:64px;
  color:var(--color-text-faint);
}

.product-detail-image img{ width:100%; height:100%; object-fit:contain; border-radius:var(--radius-lg); }

.product-detail-prix{ font-size:32px; font-weight:800; color:var(--color-primary-deep); margin:14px 0; letter-spacing:-.01em; }

.specs-card{
  margin-top:22px;
  background:var(--color-surface);
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  overflow:hidden;
}

.specs-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  font-size:14px;
  border-bottom:1px solid var(--color-border);
}

.specs-row:last-child{ border-bottom:none; }
.specs-row:nth-child(odd){ background:var(--color-bg); }

.specs-label{ color:var(--color-text-muted); font-weight:600; }
.specs-value{ font-weight:700; color:var(--color-text); text-align:right; }

/* ---------- panier ---------- */

.cart-row{
  display:grid;
  grid-template-columns:auto 1fr auto auto auto;
  align-items:center;
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid var(--color-border);
}

.cart-row-image{
  width:60px; height:60px; flex-shrink:0;
  border-radius:var(--radius-sm);
  background:var(--color-surface-2);
  display:flex; align-items:center; justify-content:center;
  font-size:22px;
  overflow:hidden;
}

.cart-row-image img{ width:100%; height:100%; object-fit:cover; }

.cart-row-qty{ flex-shrink:0; }
.cart-row-qty .qty-stepper button{ width:30px; height:34px; font-size:16px; }
.cart-row-qty .qty-stepper input{ width:36px; font-size:14px; }

.cart-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:20px;
  font-size:19px;
  font-weight:800;
}

/* ---------- suivi / mes commandes ---------- */

.commande-item{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  color:inherit;
  transition:transform .15s ease, box-shadow .15s ease;
}

.commande-item:hover{ transform:translateY(-2px); box-shadow:var(--shadow-card); }

.commande-item-icone{
  width:44px; height:44px; flex-shrink:0;
  border-radius:50%;
  background:var(--color-success-bg);
  display:flex; align-items:center; justify-content:center;
  font-size:19px;
}

.commande-item-info{ flex:1; min-width:0; }
.commande-item-numero{ font-weight:700; }
.commande-item-meta{ color:var(--color-text-muted); font-size:12.5px; margin-top:2px; }
.commande-item-fleche{ color:var(--color-text-faint); font-size:18px; flex-shrink:0; }

.tracker{
  display:flex;
  align-items:flex-start;
  gap:0;
  margin-top:22px;
  overflow-x:auto;
  padding-bottom:4px;
}

.tracker-step{
  flex:1;
  min-width:76px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  position:relative;
}

.tracker-step::before{
  content:"";
  position:absolute;
  top:15px;
  left:-50%;
  width:100%;
  height:2px;
  background:var(--color-border);
  z-index:0;
}

.tracker-step:first-child::before{ display:none; }

.tracker-step.done::before{ background:var(--amg-green); }

.tracker-dot{
  position:relative;
  z-index:1;
  width:30px; height:30px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:800;
  background:var(--color-surface);
  border:2px solid var(--color-border);
  color:var(--color-text-muted);
}

.tracker-step.done .tracker-dot{
  background:var(--amg-green);
  border-color:var(--amg-green);
  color:#fff;
}

.tracker-label{
  margin-top:8px;
  font-size:11.5px;
  font-weight:600;
  color:var(--color-text-muted);
  padding:0 4px;
}

.tracker-step.done .tracker-label{ color:var(--color-text); }

/* ---------- checkout : mode de paiement ---------- */

.payment-options{ display:flex; flex-direction:column; gap:10px; }

.payment-option{
  display:flex; align-items:center; gap:14px;
  padding:14px 16px; border:1.5px solid var(--color-border); border-radius:var(--radius-md);
  cursor:pointer; transition:border-color .15s ease, background .15s ease;
}

.payment-option:hover{ border-color:var(--amg-green); }

.payment-option.selected{
  border-color:var(--amg-green);
  background:var(--color-success-bg);
}

.payment-option input[type="radio"]{ width:auto; flex-shrink:0; accent-color:var(--amg-green); }

.payment-option-icon{ font-size:22px; flex-shrink:0; }

.payment-option-titre{ display:block; font-weight:700; font-size:14.5px; }
.payment-option-sous{ display:block; color:var(--color-text-muted); font-size:12.5px; margin-top:2px; }

/* ---------- checkout ---------- */

.checkout-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:24px;
  align-items:start;
}

/* ---------- barre d'onglets mobile (app-like) ---------- */

.mobile-tabbar{ display:none; }

@media(max-width:760px){
  .site-header-inner{ flex-wrap:wrap; padding:14px 16px; }
  .site-search{ order:3; max-width:none; width:100%; }
  .site-nav{ display:none; }  /* remplace par la barre d'onglets en bas */
  .site-main{ padding:0 16px 96px; }  /* laisse la place a la tabbar fixe */
  .site-footer{ padding-bottom:96px; }
  .product-detail{ grid-template-columns:1fr; }
  .cart-row{ grid-template-columns:auto 1fr; grid-template-areas:"img info" "qty qty" "total retirer"; gap:8px 14px; }
  .cart-row-image{ grid-area:img; }
  .cart-row > div:nth-child(2){ grid-area:info; }
  .cart-row-qty{ grid-area:qty; }
  .cart-row-total{ grid-area:total; }
  .cart-row > button{ grid-area:retirer; justify-self:end; }
  .about-section{ grid-template-columns:1fr; padding:20px; gap:24px; }
  .hero-enseigne{ padding:28px 16px 24px; margin-top:16px; }
  .hero-enseigne h1{ font-size:22px; }
  .hero-enseigne-sous-titre{ font-size:14px; }
  .stats-row{ gap:26px; padding:0 16px 32px; }
  .product-grid{ grid-template-columns:repeat(2,1fr); gap:10px; }
  .gallery-scroll img{ height:170px; max-width:260px; }
  .checkout-grid{ grid-template-columns:1fr; }
  .checkout-grid form > div[style*="grid-template-columns"]{ grid-template-columns:1fr !important; }

  .mobile-tabbar{
    display:flex;
    position:fixed;
    left:0; right:0; bottom:0;
    z-index:40;
    background:var(--color-surface);
    border-top:1px solid var(--color-border);
    box-shadow:0 -8px 24px rgba(15,30,25,.08);
    padding:8px 6px calc(8px + env(safe-area-inset-bottom));
  }

  .tabbar-item{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:2px;
    text-decoration:none;
    color:var(--color-text-faint);
    font-size:10.5px;
    font-weight:700;
    padding:4px 0;
    border-radius:var(--radius-sm);
    transition:color .15s ease, transform .1s ease;
  }

  .tabbar-item:active{ transform:scale(.92); }

  .tabbar-item.active{ color:var(--amg-green); }

  .tabbar-icon, .tabbar-icon-wrap{ font-size:20px; line-height:1; position:relative; }

  .tabbar-badge{
    position:absolute;
    top:-6px; right:-10px;
    background:var(--amg-green);
    color:#fff;
    font-size:9.5px;
    font-weight:800;
    padding:1px 5px;
    border-radius:999px;
    min-width:15px;
    text-align:center;
  }
}

/* ---------- barre d'achat fixe (fiche produit, mobile) ---------- */

.mobile-buy-bar{ display:none; }

@media(max-width:760px){
  .mobile-buy-bar{
    display:flex;
    align-items:center;
    gap:10px;
    position:fixed;
    left:0; right:0; bottom:0;
    z-index:40;
    background:var(--color-surface);
    border-top:1px solid var(--color-border);
    box-shadow:0 -8px 24px rgba(15,30,25,.1);
    padding:12px 16px calc(12px + env(safe-area-inset-bottom));
  }

  .mobile-buy-bar-prix{
    font-weight:800;
    font-size:16px;
    color:var(--color-primary-deep);
    flex-shrink:0;
  }

  .mobile-buy-bar .qty-stepper{ flex-shrink:0; }
  .mobile-buy-bar .qty-stepper button{ width:30px; height:36px; font-size:17px; }
  .mobile-buy-bar .qty-stepper input{ width:32px; font-size:14px; }

  .mobile-buy-bar .btn{ flex:1; padding:11px 14px; font-size:14px; }
}

/* ---------- retour tactile general (mobile "wahou") ---------- */

.btn:active, .filter-chip:active{ transform:scale(.96); }

.product-card:active{ transform:scale(.98); }
