  :root{
      --bg:#f7f7fb;
      --card:#ffffff;
      --text:#14141a;
      --muted:#6b6b78;
      --border:#e7e7ef;
      --brand:#7b5cff;
      --brand2:#a18bff;
      --success:#19a35b;
      --warn:#ffb020;
      --shadow: 0 12px 40px rgba(20,20,26,.08);
      --radius: 18px;
      --radius2: 24px;
      --max: 1120px;
      --gap: 22px;
    }
    *{box-sizing:border-box}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
      color:var(--text);
      background:
        radial-gradient(1200px 600px at 20% -10%, rgba(123,92,255,.18), transparent 60%),
        radial-gradient(900px 500px at 90% 10%, rgba(161,139,255,.14), transparent 55%),
        var(--bg);
    }
    .container{max-width:var(--max); margin:0 auto; padding:0 18px}
    .topbar{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(180%) blur(10px);
      background: rgba(255,255,255,.75);
      border-bottom:1px solid rgba(231,231,239,.8);
    }
    .topbar-inner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 0;}
    .brand{display:flex; align-items:center; gap:10px; font-weight:900; letter-spacing:.2px;}
    .logo{
      width:38px; height:38px; border-radius:12px;
      background: conic-gradient(from 220deg, var(--brand), #ff5cc8, #ffcc5c, #53d3ff, var(--brand));
      box-shadow: 0 8px 22px rgba(123,92,255,.25);
    }
    .trust{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end;}
    .pill{
      font-size:12px; color:var(--muted);
      background:rgba(245,245,250,.9);
      border:1px solid rgba(231,231,239,.95);
      padding:8px 10px;
      border-radius:999px;
      white-space:nowrap;
    }

    .hero{padding:28px 0 22px}
	.grid {
	  display: grid;
	  grid-template-columns: 1.1fr 0.9fr;
	  gap: 22px;
	  align-items: start;
	}
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 12px; border-radius:999px;
      background: rgba(123,92,255,.12);
      border: 1px solid rgba(123,92,255,.28);
      color:#4d3bd6; font-weight:800; font-size:12px;
    }
    h1{margin:14px 0 10px; font-size:44px; line-height:1.06; letter-spacing:-.8px;}
    .sub{margin:0 0 16px; color:var(--muted); font-size:16px; line-height:1.6; max-width:56ch;}
    .price-row{display:flex; align-items:flex-end; gap:12px; flex-wrap:wrap; margin:14px 0 14px;}
    .price{font-size:36px; font-weight:950}
    .strike{color:var(--muted); text-decoration:line-through; font-weight:700}
    .deal{
      font-size:12px; font-weight:900; color:#0d7c3f;
      background: rgba(25,163,91,.12);
      border:1px solid rgba(25,163,91,.25);
      padding:7px 10px; border-radius:999px;
    }
    .hero-points{display:grid; gap:10px; margin:14px 0 0;}
    .point{display:flex; gap:10px; align-items:flex-start; color:var(--muted); font-size:14px; line-height:1.55;}
    .dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(180deg, var(--brand), var(--brand2));
      margin-top:5px; flex:0 0 auto;
      box-shadow:0 6px 14px rgba(123,92,255,.25);
    }

    .card{background:var(--card); border:1px solid var(--border); border-radius:var(--radius2); box-shadow:var(--shadow); overflow:hidden;}
    .media{padding:18px 18px 0;}
    .img-wrap{
      background:#f1f1f6;
      border:1px solid rgba(231,231,239,.9);
      border-radius:22px;
      overflow:hidden;
      aspect-ratio: 4 / 5;
      display:flex; align-items:center; justify-content:center;
    }
    .img-wrap img{width:150%; height:110%; object-fit:contain; display:block;}
    .thumbs{display:flex; gap:10px; padding:12px 0 2px;}
    .thumb{
      width:56px; height:56px;  /* demandé 56x56 */
      border-radius:14px;
      border:2px solid rgba(123,92,255,.35);
      background:#f6f6fb;
      overflow:hidden;
      cursor:pointer;
      opacity:.85;
      flex:0 0 auto;
    }
    .thumb img{width:100%; height:100%; object-fit:cover}
    .thumb:hover{opacity:1}
	.thumb.active {border-color: var(--brand); opacity: 1;}

    .buy{padding:16px 18px 18px;}
    .stars{color:var(--warn); font-weight:900; letter-spacing:.4px}
    .rating{color:var(--muted); font-size:13px; margin-left:8px}
    .row{display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin:12px 0;}
    .colors{display:flex; gap:10px; align-items:center;}
    .c{width:18px; height:18px; border-radius:999px; border:2px solid rgba(231,231,239,.95); box-shadow:0 6px 14px rgba(20,20,26,.08); cursor:pointer;}
	/* Legging yoga */
	.c[data-col="vert"]   { background: #134d2e; }
	.c[data-col="rouge"]  { background: #7a1010; }
	.c[data-col="blanc"]  {background: #ffffff;	}
	.c[data-col="noir"]   { background: #111111; }
	.c[data-col="beige"]  { background: #d8c9b5; }
	.c[data-col="violet"] { background: #6a4c93; }
	.c[data-col="gris"]  { background:#bdbdbd; }
	.c[data-col="marron"]  { background:#5a3823; }
	.c[data-col="bleu"]  { background:#0d52c7; }
	  border: 2px solid #d1d1d8;
	
    .c.active{outline:3px solid rgba(123,92,255,.35); outline-offset:3px}
	}
	
    .select{width:100%; padding:12px 12px; border:1px solid var(--border); border-radius:14px; background:#fff; font-weight:700;}
    .btn{
      width:100%;
      border:none;
      border-radius:16px;
      padding:14px 14px;
      font-weight:950;
      font-size:16px;
      cursor:pointer;
      transition: transform .06s ease, filter .15s ease;
    }
    .btn:active{transform: translateY(1px)}
    .btn.primary{background: linear-gradient(180deg, var(--brand), var(--brand2)); color:#fff; box-shadow:0 14px 28px rgba(123,92,255,.28);}
    .btn.ghost{margin-top:10px; background:#fff; border:2px solid rgba(123,92,255,.55); color:var(--brand);}
    .mini{display:grid; gap:10px; margin-top:14px; color:var(--muted); font-size:13px;}
    .mini b{color:var(--text)}
    .divider{height:1px; background:var(--border); margin:14px 0}

    section{padding:1px 0}
    .section-title{font-size:28px; letter-spacing:-.5px; margin:0 0 12px;}
    .cards{display:grid; grid-template-columns: repeat(4, 1fr); gap:14px;}
    .info{padding:16px; border-radius:18px; border:1px solid var(--border); background: rgba(255,255,255,.8);}
    .info h3{margin:0 0 8px; font-size:16px}
    .info p{margin:0; color:var(--muted); font-size:14px; line-height:1.6}

    .proof{
      display:flex; gap:14px; flex-wrap:wrap; align-items:center;
      padding:16px; border:1px solid var(--border);
      background: rgba(255,255,255,.85);
      border-radius:18px;
    }
    .proof strong{font-size:18px}
    .proof .quote{color:var(--muted); font-size:14px}

    .two{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start;}
    .faq details{border:1px solid var(--border); border-radius:16px; padding:14px; background: rgba(255,255,255,.85);}
    .faq details + details{margin-top:10px}
    .faq summary{cursor:pointer; font-weight:900; list-style:none;}
    .faq summary::-webkit-details-marker{display:none}
    .faq p{margin:10px 0 0; color:var(--muted); line-height:1.65}

    .guarantee{
      display:flex; justify-content:space-between; align-items:center;
      gap:14px; flex-wrap:wrap;
      padding:16px; border-radius:18px;
      border:1px solid rgba(25,163,91,.25);
      background: rgba(25,163,91,.10);
      color:#0b6b35;
    }
    footer{padding:30px 0 40px; color:var(--muted); font-size:13px;}

    @media (max-width: 980px){
      .grid{grid-template-columns:1fr;}
      h1{font-size:38px}
      .cards{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 520px){
      h1{font-size:32px}
      .cards{grid-template-columns:1fr}
      .trust{display:none}
    }
	@media (max-width: 980px) {
	  .grid {
		grid-template-columns: 1fr;
	  }

	  .hero-under-text {
		margin-top: 20px;
	  }
	}


/*======select taile===*/
.sizes {
  display: flex;
  gap: 10px;
  margin: 10px 0 14px;
}

.size-btn {
  min-width: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 2px solid #e0e0ee;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.size-btn.active {
  border-color: #7b5cff;
  background: rgba(123,92,255,.1);
  color: #4d3bd6;
}

/* ÉTAT NORMAL */
.c {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ddd;
  transition: all .2s ease;
}

/* ÉTAT SÉLECTIONNÉ */
.c.active {
  border-color: #6c63ff;       /* violet VYMEA */
  box-shadow: 0 0 0 2px rgba(108,99,255,.25);
  transform: scale(1.15);
}
/* TAILLE  */
.size-btn.disabled {
  opacity: .4;
  cursor: not-allowed;
}
/* =========================
   BOUTONS PANIER TOUJOURS VISIBLES
========================= */

.buy-actions {
  display: flex;
  gap: 10px;
  background: #fff;
}

/* DESKTOP : sticky dans la card */
@media (min-width: 980px) {
  .buy-actions {
    position: sticky;
    bottom: 16px;
    z-index: 5;
    padding-top: 30px;
  }
}

/* MOBILE : barre fixe en bas */
@media (max-width: 979px) {
  .buy-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    z-index: 1000;
    border-top: 1px solid #eee;
    box-shadow: 0 -6px 20px rgba(0,0,0,.08);
  }

  .buy-actions .btn {
    flex: 1;
  }

  /* empêche le contenu d’être masqué */
  body {
    padding-bottom: 88px;
  }
}
