.product-page-screen{
  height:100vh;
  min-height:100vh;
  padding:0 10px 14px;
  overflow-y:auto;
  background:#fafafa;
}
.product-header{
  position:sticky;
  z-index:4;
  top:0;
  height:54px;
  margin:0 -10px;
  padding:0 11px;
  display:grid;
  grid-template-columns:42px 1fr 76px;
  align-items:center;
  background:rgba(250,250,250,.96);
  border-bottom:1px solid #e5e5e5;
  backdrop-filter:blur(10px);
}
.product-header>strong{text-align:center;font-size:16px;letter-spacing:.16em}
.product-header>div{display:flex;justify-content:flex-end;gap:2px}
.product-header button{
  width:34px;height:34px;padding:0;border:0;border-radius:50%;
  display:grid;place-items:center;background:transparent;color:#151818;
}
.product-header button svg{width:17px;height:17px;stroke-width:1.65}
.product-page-screen{padding-bottom:0;height:auto;min-height:100vh;overflow:visible}
.product-page-screen .product-commerce-header{
  flex:0 0 auto;
  height:55px;
  margin:0 -10px;
  padding:0 13px;
  grid-template-columns:36px 1fr 36px;
  background:#fff;
}
.product-page-screen .product-commerce-header .brand{display:flex;align-items:center;justify-content:center}
.product-page-screen .product-commerce-header .menu-icon{font-size:22px;text-align:left}
.product-page-screen .product-commerce-header .bag-icon{font-size:18px;text-align:right}
.product-page-screen .product-top-nav{
  flex:0 0 auto;
  height:49px;
  margin:0 -10px;
  padding:3px 8px 6px;
  display:grid;
  grid-template-columns:repeat(5,1fr) 1.55fr;
  align-items:center;
  gap:2px;
  border:0;
  background:#fff;
  font-size:5.5px;
}
.product-page-screen .product-top-nav span{
  min-width:0;
  height:39px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:1px;
  color:#111;
  font-weight:500;
  text-align:center;
}
.product-page-screen .product-top-nav .nav-pictogram{
  font-style:normal;
  font-size:13px;
  line-height:14px;
}
.product-page-screen .product-top-nav .home-picto{
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f4eee8;
  margin-top:-2px;
}
.product-page-screen .product-top-nav .agent-tab{
  height:38px;
  padding:2px 3px;
  display:grid;
  grid-template-columns:18px 1fr;
  align-items:center;
  border-radius:6px;
  background:#f6eee7;
  text-align:left;
}
.product-page-screen .product-top-nav .agent-tab .nav-pictogram{font-size:15px}
.product-page-screen .product-top-nav .agent-tab b{line-height:1.1}
.product-page-screen .product-page-premium{flex:0 0 auto;min-height:0;overflow:visible;scrollbar-width:none}
.product-page-screen .product-page-premium::-webkit-scrollbar{display:none}
.product-page-screen .product-bottom-nav{
  position:static!important;
  bottom:auto!important;
  flex:0 0 auto;
  width:100%;
  height:53px;
  margin:0;
  padding:7px 19px 5px;
  display:flex;
  align-items:flex-start;
  position:static;
  bottom:0;
  z-index:8;
  border-top:1px solid #f0ebe6;
  background:#fff;
  font-size:6px;
}
.product-page-screen .product-bottom-nav>.nav-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2px;
  font-weight:500;
}
.product-page-screen .product-bottom-nav .nav-label{
  display:block;
  font-size:inherit;
  font-weight:500;
  line-height:1.1;
}
.product-page-screen .product-bottom-nav .is-active .nav-label{font-weight:800}
.product-page-screen .product-bottom-nav .nav-icon{
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  font-style:normal;
  line-height:1;
}
.product-page-screen .product-bottom-nav .nav-icon svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8}
.product-page-premium{padding:0}
.product-gallery{
  position:relative;
  height:248px;
  margin-top:8px;
  border:1px solid #f0ece7;
  border-radius:15px;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(76,58,43,.05);
  display:flex;
  flex-direction:column;
}
/* Carrousel swipeable : viewport clippe, track en rangee, 1 slide = 100%. */
.product-gallery-viewport{
  position:relative;
  flex:1 1 auto;
  overflow:hidden;
  border-radius:15px 15px 0 0;
  touch-action:pan-y;
  cursor:grab;
}
.product-gallery-viewport:active{cursor:grabbing;}
.product-gallery-track{
  display:flex;
  height:100%;
  width:100%;
  will-change:transform;
}
.product-gallery-slide{
  flex:0 0 100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-page-premium .product-image{
  display:block;
  width:100%!important;
  height:100%!important;
  padding:24px 13px 6px;
  border-radius:0;
  object-fit:contain;
  background:#fff!important;
  box-shadow:inset 0 0 0 999px #fff;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}
.product-gallery-dots i{cursor:pointer;transition:background .2s ease,transform .2s ease}
.product-gallery-dots i.active{transform:scale(1.15)}
/* Slide try-on : le rendu VTO (selfie + lunettes) occupe toute la vignette
   (cover), contrairement aux packshots qui sont contain sur fond blanc. */
.product-gallery-slide.product-gallery-tryon{background:#eeeeee}
.product-page-screen .product-page-premium .product-image.is-tryon-image{
  height:100%!important;
  padding:0;
  object-fit:cover;
  object-position:center center;
  box-shadow:none;
  background:#eeeeee!important;
}
/* Slide try-on alignee sur les yeux (variable posee en JS depuis la mesure). */
.product-page-screen .product-page-premium .product-image.is-tryon-image.vto-eye-measured{
  object-position:50% var(--vto-eye-y,50%);
}
.product-gallery-tryon-pending{
  width:100%;height:100%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;
  padding:18px;text-align:center;color:#5b5149;
  background:linear-gradient(150deg,#f5f1ea,#e7ded4);
}
.product-gallery-tryon-pending svg{width:26px;height:26px;stroke:#a98253}
.product-gallery-tryon-pending b{font-size:11px;font-weight:700}
/* Pilule flottante "Back to selections", ancree en bas de la galerie
   (remplace le bouton back orange du header, desormais masque sur la PDP). */
/* Pilule discrete "My selections" : translucide, texte gris doux, compacte. */
.product-gallery-back-pill{
  position:absolute;z-index:3;
  left:50%;bottom:24px;transform:translateX(-50%);
  display:inline-flex;align-items:center;
  padding:6px 13px;
  border:1px solid rgba(120,110,100,.18);border-radius:999px;
  background:rgba(255,255,255,.72);color:#6a635b;
  box-shadow:0 2px 8px rgba(40,30,20,.06);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  cursor:pointer;white-space:nowrap;
}
.product-gallery-back-pill b{font-size:10.5px;font-weight:600;letter-spacing:.01em}
.product-gallery-back-pill .pill-arrow{display:inline-flex;margin-right:5px}
.product-gallery-back-pill .pill-arrow svg{width:13px;height:13px;stroke:currentColor;stroke-width:2}
.product-gallery-back-pill:active{transform:translateX(-50%) scale(.97)}
.product-gallery-heart{
  position:absolute;z-index:2;right:10px;top:10px;
  width:31px;height:31px;padding:0;border:1px solid #ece7e1;border-radius:50%;
  display:grid;place-items:center;background:#fff;color:#202424;
  box-shadow:0 3px 9px rgba(0,0,0,.06);
}
.product-gallery-heart svg{width:16px;height:16px}
.product-gallery-heart.is-active{color:#d63445;background:#fff1f2;border-color:rgba(214,52,69,.28)}
.product-gallery-heart.is-active svg{fill:#d63445;stroke:#d63445}
.product-gallery-dots{height:22px;display:flex;align-items:center;justify-content:center;gap:7px}
.product-gallery-dots i{width:5px;height:5px;border-radius:50%;background:#dedbd7}
.product-gallery-dots i.active{background:#171919}
.product-summary{
  padding:11px 3px 9px;
  display:grid;
  grid-template-columns:1fr 126px;
  gap:12px;
}
.product-identity small{display:block;color:#757978;font-size:10px;font-weight:760;letter-spacing:.05em}
.product-page-premium .product-identity h1{
  margin:2px 0!important;text-align:left!important;
  font-size:21px!important;line-height:1.05;letter-spacing:-.025em;
}
.product-price{font-size:13px;font-weight:820}
.product-price span{margin-left:4px;color:#989b99;font-size:9px;font-weight:500}
.product-swatches{display:flex;gap:7px;margin:7px 0 5px}
.product-swatches i{width:15px;height:15px;border:1px solid #dddddd;border-radius:50%}
.product-swatches .reco-v2-swatch{width:15px;height:15px}
.swatch-black{background:#151718}.swatch-gold{background:#c99a53}
.swatch-tortoise{background:linear-gradient(135deg,#5b2f16 20%,#d17d1d 45%,#17110c 70%)}
.product-identity p{margin:0;color:#7f8280;font-size:11px}
.product-benefits{display:grid;align-content:center;gap:8px}
.product-benefits span{display:grid;grid-template-columns:17px 1fr;align-items:center;gap:5px}
.product-benefits svg{width:14px;height:14px;stroke-width:1.45}
.product-benefits b{font-size:10px;line-height:1.25}
.product-tryon-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 104px;
  gap:8px;
  align-items:stretch;
}
.product-advice{
  width:100%;min-height:49px;padding:8px 11px;
  border:0;border-radius:10px;
  display:grid;grid-template-columns:27px 1fr 18px;align-items:center;gap:7px;
  background:#f8e9dd;color:#171919;text-align:left;
}
.product-advice>svg{width:14px;height:14px}
.product-advice-icon{display:grid;place-items:center}.product-advice-icon svg{width:18px;height:18px}
.product-advice b,.product-advice small{display:block}.product-advice b{font-size:10px}
.product-advice small{margin-top:1px;font-size:11px}
.product-try-ar{
  min-width:0;
  min-height:49px;
  padding:8px 9px;
  border:0;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  background:#121516;
  color:#fff;
  white-space:nowrap;
}
.product-try-ar span{display:grid;place-items:center}
.product-try-ar svg{width:17px;height:17px;stroke-width:1.55}
.product-try-ar b{font-size:9px;line-height:1}
.product-try-ar.is-full-width{width:100%}
.product-tryon-row:has(.product-try-ar.is-full-width){grid-template-columns:minmax(0,1fr)}
.product-primary-actions{display:grid;gap:7px;margin-top:8px}
.product-primary-actions button{
  width:100%;height:39px;border-radius:8px;
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-size:9px;font-weight:760;
}
.product-primary-actions button svg{width:15px;height:15px;stroke-width:1.6}
.product-add-cart{border:0;background:#121516;color:#fff}
.product-save{border:1px solid #e6e0da;background:#fff;color:#171919}
.product-save.is-active{border-color:rgba(214,52,69,.35);color:#d63445;background:#fff1f2}
.product-save.is-active svg{fill:#d63445;stroke:#d63445}
.product-accordions{
  margin-top:9px;border:1px solid #ece7e1;border-radius:11px;
  overflow:hidden;background:#fff;
}
.product-accordion+ .product-accordion{border-top:1px solid #e5e5e5}
.product-accordion>button{
  width:100%;height:44px;padding:0 12px;border:0;
  display:flex;align-items:center;justify-content:space-between;
  background:#fff;color:#171919;font-size:13px;
}
.product-accordion>button span{display:flex;align-items:center;gap:9px}
.product-accordion>button svg{width:16px;height:16px;stroke-width:1.55}
.product-accordion.is-open>button>svg:last-child{transform:rotate(180deg)}
.product-page-screen .product-accordion p{margin:0;padding:0 37px 12px;color:#696d6c;font-size:11px;line-height:1.45}
