/* ===========================================
   D'LORENS — PRODUCTO (Version 1)
   Archivo: mock/mock1/css/producto.css
   =========================================== */

.pHero{
  position:relative;
  min-height: 56vh;
  display:flex;
  align-items:flex-end;
  padding: 132px 0 54px;
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(201,139,77,.18), transparent 62%),
    radial-gradient(900px 520px at 95% 10%, rgba(139,90,43,.14), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.46)),
    var(--coal);
  overflow:hidden;
}

/* ==========================================================
   WordPress / WooCommerce product detail
   ========================================================== */
#producto-page .pHero{
  min-height: 340px;
  padding: 120px 0 44px;
  align-items: flex-end;
}
#producto-page .pHero::before{
  inset: 0;
  transform: none;
  opacity: 1;
  background-position: center 52%;
  filter: saturate(.94) contrast(1.02) brightness(.82);
}
#producto-page .pHero__overlay{
  background: linear-gradient(90deg, rgba(13,10,8,.78) 0%, rgba(13,10,8,.42) 46%, rgba(13,10,8,.18) 100%);
}
#producto-page .pHero__title{
  max-width: 820px;
  font-size: clamp(40px, 4.6vw, 60px);
}
#producto-page > .section:first-of-type{ padding: clamp(38px, 4vw, 52px) 0 clamp(56px, 6vw, 76px); }
#producto-page .pLayout{
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  gap: clamp(24px, 3vw, 42px);
}
#producto-page .pGallery{
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(22,18,15,.1);
  border-radius: 26px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 54px rgba(38,28,20,.09);
}
#producto-page .pGallery__main{
  display: grid;
  place-items: center;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border: 1px solid rgba(22,18,15,.08);
  border-radius: 20px;
  background: #fff;
}
#producto-page .pGallery__main img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(8px, 2vw, 24px);
}
#producto-page .pGallery__thumbs{
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin-top: 14px;
  padding: 2px 2px 6px;
  scrollbar-width: thin;
}
#producto-page .pGallery__thumb{
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(22,18,15,.12);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}
#producto-page .pGallery__thumb.is-active{
  border-color: var(--brand2);
  box-shadow: 0 0 0 2px rgba(201,139,77,.18);
}
#producto-page .pGallery__thumb img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#producto-page .pSummary{
  position: sticky;
  top: 116px;
  min-width: 0;
  padding: clamp(24px, 2.6vw, 30px);
  border: 1px solid rgba(22,18,15,.1);
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 54px rgba(38,28,20,.09);
}
#producto-page .pSummary__eyebrow{
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#producto-page .pSummary__title{
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 2.6vw, 40px);
  line-height: 1.04;
}
#producto-page .pSummary__sku{ margin-top: 8px; color: var(--muted); font-size: 12px; }
#producto-page .pSummary__price{
  margin: 14px 0 10px;
  color: #6d4324;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
}
#producto-page .pSummary__price .price{ display: block; }
#producto-page .pSummary__desc{
  margin: 18px 0 0;
  padding: 15px 17px;
  border-left: 3px solid var(--brand2);
  border-radius: 14px;
  background: #f7f3ed;
  color: #55473b;
  font-size: 14px;
  line-height: 1.65;
}
#producto-page .pSummary__desc p{ margin: 0; }
#producto-page .pSummary__buy{ margin: 14px 0; }
#producto-page .pSummary__buy table.variations,
#producto-page .pSummary__buy table.variations tbody,
#producto-page .pSummary__buy table.variations tr,
#producto-page .pSummary__buy table.variations th,
#producto-page .pSummary__buy table.variations td{
  display: block;
  width: 100%;
}
#producto-page .pSummary__buy table.variations{ margin: 0 0 12px; }
#producto-page .pSummary__buy table.variations tr + tr{ margin-top: 12px; }
#producto-page .pSummary__buy table.variations th{ padding: 0 0 6px; text-align: left; }
#producto-page .pSummary__buy table.variations td{ padding: 0; }
#producto-page .pSummary__buy select{
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(22,18,15,.16);
  border-radius: 13px;
  background: #fff;
  padding: 10px 40px 10px 13px;
}
#producto-page .pSummary__buy .reset_variations{
  display: inline-block;
  margin-top: 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
}
#producto-page .pSummary__buy .woocommerce-variation-price{ margin: 12px 0; font-size: 20px; font-weight: 800; }
#producto-page .pSummary__buy .woocommerce-variation-add-to-cart,
#producto-page .pSummary__buy form.cart:not(.variations_form){
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
}
#producto-page .pSummary__buy .quantity input{ width: 100%; min-height: 50px; text-align: center; }
#producto-page .pSummary__buy .single_add_to_cart_button{
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), #69401f);
  color: #fff;
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
}
#producto-page .pSummary > .btn{ width: 100%; margin-top: 2px; }
#producto-page .pSummary__trust{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  margin: 18px 0;
}
#producto-page .pSummary__trust span{
  padding: 10px 8px;
  border-radius: 12px;
  background: #f5f0e8;
  color: #594838;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
}
#producto-page .product_meta{ color: var(--muted); font-size: 13px; line-height: 1.7; }
#producto-page .pDetail__content{
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(22,18,15,.09);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(38,28,20,.07);
  color: #4e433a;
  font-size: 16px;
  line-height: 1.78;
}
#producto-page .pDetail__content > :first-child{ margin-top: 0; }
#producto-page .pDetail__content > :last-child{ margin-bottom: 0; }
#producto-page .pDetail__content h2,
#producto-page .pDetail__content h3{
  margin: 30px 0 12px;
  color: #201a16;
  font-family: 'Playfair Display', serif;
  line-height: 1.18;
}
#producto-page .pDetail__content h3{ font-size: clamp(23px, 2.2vw, 30px); }
#producto-page .pDetail__content ul{
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#producto-page .pDetail__content li{
  position: relative;
  padding-left: 24px;
}
#producto-page .pDetail__content li::before{
  content: '';
  position: absolute;
  left: 2px;
  top: .7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand2);
  box-shadow: 0 0 0 4px rgba(201,139,77,.13);
}
#producto-page .pDetail__content img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  border-radius: 18px;
}
#producto-page .pSpecs{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  max-width: 980px;
  margin: 34px auto 0;
}
#producto-page .pSpec{
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid rgba(22,18,15,.1);
  border-radius: 16px;
  background: #fff;
}
#producto-page .pSpec__name{ color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
#producto-page .pSpec__value{ font-weight: 750; }

/* Productos relacionados: tarjetas compactas, alineadas y consistentes. */
#producto-page .pRelated .tGrid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
#producto-page .pRelated .tCard{
  min-width: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(38,28,20,.07);
}
#producto-page .pRelated .tCard__media{
  aspect-ratio: 4 / 3;
  background: #f8f6f2;
}
#producto-page .pRelated .tCard__media img{
  object-fit: contain;
  padding: 12px;
  transform: none;
}
#producto-page .pRelated .tCard__media:hover img{ transform: scale(1.025); }
#producto-page .pRelated .tCard__body{
  padding: 16px 16px 18px;
  gap: 9px;
}
#producto-page .pRelated .tCard__title{
  font-size: 19px;
  min-height: 2.36em;
}
#producto-page .pRelated .tCard__desc,
#producto-page .pRelated .tCard__actions .btn--ghost{ display: none; }
#producto-page .pRelated .tCard__actions,
#producto-page .pRelated .tCard__actions .btn{
  width: 100%;
}

@media (max-width: 980px){
  #producto-page .pLayout{ grid-template-columns: 1fr; }
  #producto-page .pSummary{ position: static; }
  #producto-page .pRelated .tGrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px){
  #producto-page .pHero{
    min-height: 260px;
    padding: 102px 0 34px;
  }
  #producto-page .pHero__title{ margin-top: 10px; font-size: clamp(34px, 10vw, 44px); }
  #producto-page > .section:first-of-type{ padding: 28px 0 48px; }
  #producto-page .pGallery{ padding: 10px; border-radius: 20px; }
  #producto-page .pGallery__main{ aspect-ratio: 6 / 5; border-radius: 15px; }
  #producto-page .pGallery__main img{ padding: 8px; }
  #producto-page .pGallery__thumb{ width: 64px; height: 64px; flex-basis: 64px; }
  #producto-page .pSummary{ padding: 22px 18px; border-radius: 20px; }
  #producto-page .pSummary__title{ font-size: clamp(29px, 9vw, 36px); }
  #producto-page .pSummary__trust{ grid-template-columns: 1fr; }
  #producto-page .pSummary__trust span{ text-align: left; }
  #producto-page .pSpecs{ grid-template-columns: 1fr; }
  #producto-page .pDetail__content{ padding: 22px 18px; border-radius: 18px; }
  #producto-page .pDetail__content img{ margin-block: 16px; border-radius: 12px; }
  #producto-page .pRelated .tGrid{ grid-template-columns: 1fr; gap: 16px; }
  #producto-page .pRelated .tCard__title{ min-height: 0; }
}
.pHero::before{
  content:'';
  position:absolute;
  inset:-10%;
  background-image: var(--pbg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.08) contrast(1.06) brightness(1.05);
  transform: scale(1.04);
  opacity:.95;
}
.pHero__overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg,
    rgba(0,0,0,.55),
    rgba(0,0,0,.22),
    rgba(0,0,0,.42)
  );
}
.pHero__content{
  position:relative;
  z-index:1;
  color: rgba(255,255,255,.92);
  max-width: 900px;
}

.pCrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  color: rgba(255,255,255,.82);
}
.pCrumbs__a{
  color: rgba(255,255,255,.88);
  transition: opacity .2s var(--ease);
}
.pCrumbs__a:hover{ opacity: .85; }
.pCrumbs__sep{ opacity: .55; }
.pCrumbs__cur{ opacity: .92; }

.pHero__title{
  margin: 14px 0 10px;
  font-family:'Playfair Display', serif;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: .2px;
}
.pHero__subtitle{
  margin: 0 0 18px;
  max-width: 720px;
  color: rgba(255,255,255,.80);
  line-height: 1.62;
  font-size: 16px;
}
.pHero__meta{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-bottom: 18px;
}
.pHero__actions{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
}

.pSubnav{
  position: sticky;
  top: 92px; /* header height */
  z-index: 900;
  border-bottom: 1px solid var(--line);
  background: rgba(250,248,244,.78);
  backdrop-filter: blur(10px);
}
.pSubnav__inner{
  display:flex;
  gap: 10px;
  padding: 10px 0;
  overflow:auto;
}
.pSubnav__a{
  display:inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(22,18,15,.10);
  background: rgba(255,255,255,.70);
  font-weight: 800;
  font-size: 13px;
  color: rgba(29,29,29,.84);
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
  white-space: nowrap;
}
.pSubnav__a:hover{
  transform: translateY(-1px);
  background: rgba(201,139,77,.14);
  border-color: rgba(139,90,43,.22);
}

.pSection{ padding-top: 54px; }

.pLayout{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
  align-items:start;
}

.pPanel{
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: 0 12px 26px rgba(0,0,0,.05);
  overflow:hidden;
}

.pGallery{ padding: 14px; }

.pMain{
  width:100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor:pointer;
  position:relative;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(22,18,15,.10);
  box-shadow: 0 12px 26px rgba(0,0,0,.06);
  aspect-ratio: 1 / 1;
}
.pMain img{
  width:100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .6s var(--ease2);
}
.pMain:hover img{ transform: scale(1.06); }
.pMain__hint{
  position:absolute;
  left: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.pThumbs{
  display:flex;
  gap: 10px;
  margin-top: 12px;
  overflow:auto;
  padding-bottom: 2px;
}
.pThumb{
  width: 80px;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  border: 1px solid rgba(22,18,15,.12);
  background: rgba(255,255,255,.75);
  cursor:pointer;
  overflow:hidden;
  flex: 0 0 auto;
  transition: transform .18s var(--ease), border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.pThumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.pThumb:hover{ transform: translateY(-1px); }
.pThumb.is-active{
  border-color: rgba(139,90,43,.28);
  box-shadow: 0 12px 22px rgba(0,0,0,.08);
}

.pGallery__tools{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-top: 12px;
}

.pSummary{
  padding: 18px;
}
.pSummary__title{
  margin: 0 0 6px;
  font-family:'Playfair Display', serif;
  font-size: 28px;
  letter-spacing: .2px;
}
.pSummary__lead{
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 600;
}

.pSummary__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  margin: 10px 0 14px;
}
.pKpi{
  border-radius: 18px;
  border: 1px solid rgba(22,18,15,.10);
  background: rgba(255,255,255,.72);
  padding: 12px 12px;
}
.pKpi__k{
  font-weight: 900;
  letter-spacing: .2px;
  font-size: 12px;
  color: rgba(29,29,29,.82);
}
.pKpi__v{
  margin-top: 4px;
  font-weight: 800;
  font-size: 13px;
  color: rgba(29,29,29,.90);
}

.pSummary__block{ margin-top: 14px; }
.pSummary__h{
  font-weight: 900;
  letter-spacing: .2px;
  margin-bottom: 10px;
}
.pList{
  margin: 0;
  padding-left: 18px;
  color: rgba(29,29,29,.82);
  font-weight: 650;
  line-height: 1.55;
}
.pList li{ margin: 6px 0; }

.pFormRow{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.pField{
  display:flex;
  flex-direction:column;
  gap: 6px;
}
.pField span{
  font-weight: 900;
  font-size: 12px;
  color: rgba(29,29,29,.82);
}
.pField select{
  border: 1px solid rgba(22,18,15,.16);
  background: rgba(255,255,255,.85);
  padding: 12px 12px;
  border-radius: 16px;
  outline:none;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.pField select:focus{
  border-color: rgba(139,90,43,.45);
  box-shadow: 0 0 0 4px rgba(201,139,77,.18);
}

.pCheck{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-top: 12px;
  font-weight: 800;
  color: rgba(29,29,29,.84);
}
.pCheck input{ width: 18px; height: 18px; }

.pSummary__cta{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-top: 14px;
}

#descripcion .split__text{
  max-width: 680px;
}
#descripcion .split{
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 28px;
  align-items: stretch;
}
#descripcion .split__media{
  gap: 16px;
}
#descripcion .pMediaGrid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
#descripcion .section__desc{
  font-size: 1.05rem;
  line-height: 1.8;
  letter-spacing: .2px;
}
#descripcion .bullets{
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
#descripcion .bullet{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 14px;
  box-shadow: 0 12px 22px rgba(0,0,0,.05);
}
#descripcion .bullet__t{
  font-size: 1.02rem;
  letter-spacing: .2px;
}
#descripcion .bullet__d{
  line-height: 1.7;
}

.pQuoteProgress{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.pQuoteProgress .pill{
  opacity: .6;
}
.pQuoteProgress .pill.is-active{
  opacity: 1;
  background: rgba(139,90,43,.15);
  border-color: rgba(139,90,43,.35);
}
.pQuoteProduct{
  display:grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items:center;
  margin: 0 0 16px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(139,90,43,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,245,242,.92));
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}
.pQuoteProduct__img{
  width: 72px;
  height: 72px;
  padding: 4px;
  object-fit: contain;
  object-position:center;
  box-sizing:border-box;
  border-radius: 14px;
  border: 1px solid rgba(22,18,15,.10);
  background: #fff;
}
.pQuoteProduct__body{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap: 4px;
}
.pQuoteProduct__eyebrow{
  color: rgba(29,29,29,.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pQuoteProduct__title{
  color: rgba(29,29,29,.92);
  font-size: 15px;
  line-height: 1.25;
}
.pQuoteProduct__meta{
  color: rgba(29,29,29,.65);
  font-size: 13px;
  font-weight: 700;
  overflow-wrap:anywhere;
}
.pQuoteSheet{
  width: min(520px, 100%);
}
.pQuoteQuick{
  padding-top: 18px;
}
.pQuoteQtyField{
  margin-top: 2px;
}
.pQuoteQtyField input{
  min-height: 54px;
  font-size: 18px;
  font-weight: 900;
}
.pQuoteHelp{
  margin: 6px 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(37, 211, 102, .25);
  border-radius: 16px;
  background: rgba(37, 211, 102, .08);
  color: rgba(29,29,29,.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
.pQuoteQuick__actions{
  justify-content: stretch;
}
.pQuoteQuick__actions .btn{
  flex: 1 1 190px;
}
.pQuoteStep[hidden]{
  display:none;
}

.pQuoteEstimate{
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(139,90,43,.18);
  background: rgba(248,245,242,.88);
}
.pQuoteEstimate__label{
  color: rgba(29,29,29,.64);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pQuoteEstimate__value{
  margin-top: 4px;
  color: rgba(29,29,29,.94);
  font-size: 20px;
  font-weight: 900;
}
.pQuoteEstimate__meta{
  margin-top: 3px;
  color: rgba(29,29,29,.75);
  font-size: .95rem;
  font-weight: 700;
}
.pQuoteEstimate__install{
  margin-top: 6px;
  color: rgba(29,29,29,.75);
  font-size: .95rem;
}

.pHint{
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(139,90,43,.22);
  background: rgba(201,139,77,.12);
  padding: 12px 12px;
  font-weight: 800;
  color: rgba(29,29,29,.82);
  line-height: 1.45;
}

.pMediaGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.pMediaItem{
  border: 1px solid rgba(22,18,15,.12);
  background: rgba(255,255,255,.70);
  padding: 0;
  border-radius: var(--radius2);
  overflow:hidden;
  cursor:pointer;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease);
  aspect-ratio: 1 / 1;
}
.pMediaItem:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(139,90,43,.22);
}
.pMediaItem img{
  width:100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .55s var(--ease2);
}
.pMediaItem:hover img{ transform: scale(1.06); }

.pSpecsCta__inner{
  display: flex;
  justify-content: center;
}
.pSpecsCta__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.pSpecs{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.pSpec{
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  padding: 14px 14px;
  box-shadow: 0 12px 26px rgba(0,0,0,.05);
}
.pSpec__k{
  font-weight: 900;
  letter-spacing: .2px;
  margin-bottom: 6px;
}
.pSpec__v{
  color: var(--muted);
  line-height: 1.5;
  font-weight: 650;
}

.pFaq{
  background: rgba(255,255,255,.70);
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  overflow:hidden;
  box-shadow: 0 12px 26px rgba(0,0,0,.05);
}
.pFaq__q{
  width:100%;
  border: 0;
  background: transparent;
  cursor:pointer;
  padding: 16px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  font-weight: 900;
  letter-spacing: .2px;
  border-bottom: 1px solid rgba(22,18,15,.10);
}
.pFaq__ic{
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(22,18,15,.12);
  background: rgba(255,255,255,.75);
}
.pFaq__a{
  padding: 0 16px 16px;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 650;
}
.pFaq__q.is-open .pFaq__ic{ background: rgba(201,139,77,.14); border-color: rgba(139,90,43,.20); }
.pFaq__q.is-open .pFaq__ic{ transform: rotate(45deg); transition: transform .2s var(--ease); }

.pFaqCta{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  margin-top: 16px;
}

.pToast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 3000;
  pointer-events:none;
  display:flex;
  flex-direction:column;
  gap: 8px;
}
.pToast__msg{
  pointer-events:none;
  background: rgba(20,20,20,.88);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  animation: pop .18s var(--ease) both;
  font-weight: 800;
  font-size: 13px;
}
.pToast__msg.error{
  background: rgba(148, 39, 39, .92);
  border-color: rgba(255,255,255,.2);
}

@media (max-width: 980px){
  .pLayout{ grid-template-columns: 1fr; }
  .pHero{ min-height: 54vh; }
  #descripcion .split{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #descripcion .bullets{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px){
  .pFormRow{ grid-template-columns: 1fr; }
  .pSpecs{ grid-template-columns: 1fr; }
  .pThumb{ width: 68px; }
  #descripcion .bullets{
    grid-template-columns: 1fr;
  }
}
/* ==========================================================
   MEJORA DE EXPERIENCIA — Producto (más grande + más de alta gama)
   Pegar al final de: mock/mock1/css/producto.css
   ========================================================== */

/* 1) Más “canvas” solo en la página de producto (container más ancho) */
body{
  --container: 1320px; /* antes 1180px en style.css */
}

/* 2) Fix UX: al clickear subnav (anclas), que no quede tapado por header/subnav sticky */
#producto section[id]{
  scroll-margin-top: 138px; /* header (92) + subnav + aire */
}

/* 3) Subnav más limpio y menos “tosco” */
.pSubnav{
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(22,18,15,.10);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
}
.pSubnav__inner{
  padding: 12px 0;
  gap: 14px;
}
.pSubnav__a{
  padding: 11px 16px;
  border-radius: 16px; /* menos “pastilla gigante” */
  border: 1px solid rgba(22,18,15,.08);
  background: rgba(255,255,255,.84);
}
.pSubnav__a:hover{
  background: rgba(201,139,77,.12);
  border-color: rgba(139,90,43,.18);
}

/* 4) Ficha: más aire, paneles más elegantes, imagen protagonista */
#producto .section{
  padding: 96px 0; /* más aire general en product page */
}

/* Layout: más protagonismo a la galería (izquierda) */
.pLayout{
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, .65fr);
  gap: 28px;
}

/* Paneles: más blanco, menos “tosco”, mejor sombra */
.pPanel{
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(22,18,15,.10);
  box-shadow: 0 18px 46px rgba(0,0,0,.08);
}

/* Galería: más padding, imagen más grande y más “hero” */
.pGallery{ padding: 20px; }

.pMain{
  border-radius: 26px;
  border-color: rgba(22,18,15,.10);
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
}
.pMain img{
  aspect-ratio: 1 / 1;
  transform: scale(1.01);
}

/* Hint más elegante */
.pMain__hint{
  padding: 10px 14px;
  background: rgba(0,0,0,.34);
  border-color: rgba(255,255,255,.16);
}

/* Thumbs más grandes y con más presencia */
.pThumbs{
  gap: 12px;
  margin-top: 14px;
  padding-bottom: 6px;
}
.pThumb{
  width: 96px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
}
.pThumb.is-active{
  border-color: rgba(139,90,43,.30);
  box-shadow: 0 16px 30px rgba(0,0,0,.10);
}

/* 5) Resumen (columna derecha) más “iPhone”: sticky + tipografía más sólida */
.pSummary{ padding: 22px; }

.pSummary__title{
  font-size: 34px;
  letter-spacing: .2px;
}
.pSummary__lead{
  font-size: 15px;
  line-height: 1.7;
}

.pKpi{
  border-radius: 20px;
  padding: 14px 14px;
  background: rgba(250,248,244,.85);
  border-color: rgba(22,18,15,.08);
}
.pKpi__k{ font-size: 12px; }
.pKpi__v{ font-size: 14px; }

/* Sticky solo desktop (sensación “panel de compra” tipo Apple) */
@media (min-width: 981px){
  .pSummary{
    position: sticky;
    top: 126px; /* header + aire */
  }
}

/* 6) Responsivo: mantener la proporción cuadrada en móvil */
@media (max-width: 980px){
  body{ --container: 1180px; } /* vuelve a lo normal en tablet/móvil */
  #producto .section{ padding: 84px 0; }

  .pLayout{ grid-template-columns: 1fr; gap: 18px; }
  .pGallery{ padding: 16px; }
  .pMain img{ aspect-ratio: 1 / 1; }
  .pThumb{ width: 80px; }
}

@media (max-width: 480px){
  .pQuoteProduct{
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 10px;
  }
  .pQuoteProduct__img{
    width:58px;
    height:58px;
    border-radius:12px;
  }
  .pQuoteProduct__title{
    font-size:14px;
  }
}

/* ==========================================================
   PRODUCT LANDING CLEAN - PDP D'Lorens
   ========================================================== */
.product-page{
  --container: 1240px;
  max-width:100%;
  overflow-x:hidden;
}

.product-page .header:not(.is-scrolled){
  background: rgba(255,255,255,.86);
  border-bottom-color: rgba(22,18,15,.08);
  box-shadow: 0 12px 30px rgba(20,24,21,.07);
}
.product-page .header:not(.is-scrolled) .nav__link{
  color: rgba(25,31,28,.86);
  text-shadow: none;
}
.product-page .header:not(.is-scrolled) .nav__link:hover{ color: rgba(15,18,16,.98); }
.product-page .header:not(.is-scrolled) .shop-cart-toggle,
.product-page .header:not(.is-scrolled) .shop-user-button{
  color: rgba(25,31,28,.9);
  border-color: rgba(22,18,15,.12);
  background: rgba(255,255,255,.72);
}
.product-page .header:not(.is-scrolled) .nav__toggle{
  background: rgba(255,255,255,.72);
  border-color: rgba(22,18,15,.12);
}
.product-page .header:not(.is-scrolled) .nav__toggle span{
  background: rgba(25,31,28,.88);
}
@media (max-width: 720px){
  .product-page .header:not(.is-scrolled) .nav__panel,
  .product-page .header.is-scrolled .nav__panel{
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(22,18,15,.12);
    box-shadow: 0 18px 40px rgba(23,32,27,.16);
  }
  .product-page .header:not(.is-scrolled) .nav__panel .nav__link,
  .product-page .header.is-scrolled .nav__panel .nav__link{
    color: rgba(23,32,27,.9);
    text-shadow:none;
  }
  .product-page .header:not(.is-scrolled) .nav__panel .nav__link:hover,
  .product-page .header.is-scrolled .nav__panel .nav__link:hover{
    color: var(--pdp-sage);
    background: var(--pdp-sage-2);
  }
  .product-page .header:not(.is-scrolled) .nav__panel .nav__link--cta,
  .product-page .header.is-scrolled .nav__panel .nav__link--cta{
    border-color: rgba(154,98,51,.22);
    background: rgba(154,98,51,.10);
  }
}

.pdp{
  --pdp-ink: #17201b;
  --pdp-muted: #65706a;
  --pdp-line: rgba(23,32,27,.12);
  --pdp-sage: #37594c;
  --pdp-sage-2: #e8f0ec;
  --pdp-clay: #9a6233;
  --pdp-paper: #ffffff;
  --pdp-soft: #f7f8f5;
  background:
    linear-gradient(180deg, #f8f9f6 0%, #ffffff 28%, #f6f3ee 100%);
  color: var(--pdp-ink);
  max-width:100%;
  overflow:hidden;
}
.pdp section[id]{
  scroll-margin-top: 148px;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.pdpHero{
  min-height: 92vh;
  padding: 142px 0 58px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom: 1px solid var(--pdp-line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,248,245,.96)),
    var(--pdp-soft);
}
.pdpHero__grid{
  display:grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr);
  gap: 56px;
  align-items:center;
}
.pdpCrumbs{
  color: rgba(23,32,27,.62);
  margin-bottom: 18px;
}
.pdpCrumbs .pCrumbs__a,
.pdpCrumbs .pCrumbs__cur{
  color: rgba(23,32,27,.72);
}
.pdpEyebrow,
.pdpSectionHead span{
  display:inline-flex;
  color: var(--pdp-sage);
  font-size: .75rem;
  line-height:1;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pdpHero__title{
  margin: 16px 0 16px;
  max-width: 760px;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 1.02;
  letter-spacing: 0;
}
.pdpHero__lead{
  margin: 0;
  max-width: 660px;
  color: var(--pdp-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: 560;
}
.pdpHero__bullets{
  display:grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  max-width: 620px;
}
.pdpHero__bullets li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(23,32,27,.86);
  font-weight: 720;
  line-height:1.45;
}
.pdpHero__bullets li::before{
  content:"";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pdp-sage);
}
.pdpHero__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 30px;
}
.pdpHero__visual{
  position:relative;
  min-height: 560px;
}
.pdpHero__imageWrap{
  position:absolute;
  inset: 0 0 42px 0;
  border-radius: 8px;
  overflow:hidden;
  background: #fff;
  border: 1px solid var(--pdp-line);
  box-shadow: 0 28px 70px rgba(23,32,27,.14);
}
.pdpHero__imageWrap img{
  width:100%;
  height:100%;
  padding: 18px;
  object-fit:contain;
  object-position:center;
  box-sizing:border-box;
}
.pdpHero__price{
  position:absolute;
  left: 28px;
  bottom: 0;
  min-width: 250px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--pdp-line);
  box-shadow: 0 18px 46px rgba(23,32,27,.14);
}
.pdpHero__price span,
.pdpPrice__label{
  display:block;
  color: var(--pdp-muted);
  font-size:.75rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.pdpHero__price strong{
  display:block;
  margin-top:6px;
  color: var(--pdp-ink);
  font-size:1.65rem;
  line-height:1.1;
}
.pdpHero__price small{
  display:block;
  margin-top:6px;
  color: var(--pdp-muted);
  font-weight:700;
}
.pdpHero__status{
  position:absolute;
  right: 22px;
  top: 22px;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.pdpHero__status span{
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--pdp-sage);
  border: 1px solid rgba(55,89,76,.18);
  font-weight:800;
  font-size:.78rem;
}

.pdpSubnav{
  top: 92px;
  background: rgba(255,255,255,.92);
  border-bottom-color: var(--pdp-line);
  box-shadow: 0 10px 28px rgba(23,32,27,.06);
  overflow:hidden;
}
.pdpSubnav .pSubnav__inner{
  justify-content:center;
  max-width:min(var(--container), calc(100% - 48px));
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
}
.pdpSubnav .pSubnav__inner::-webkit-scrollbar{
  display:none;
}
.pdpSubnav .pSubnav__a{
  border-radius: 999px;
  background: transparent;
  color: rgba(23,32,27,.76);
}
.pdpSubnav .pSubnav__a:hover{
  background: var(--pdp-sage-2);
  color: var(--pdp-sage);
}

.pdpBenefits,
.pdpTrust,
.pdpFaqSection{
  padding: 72px 0;
}
.pdpSectionHead{
  display:grid;
  gap: 10px;
  margin-bottom: 28px;
}
.pdpSectionHead--center{
  text-align:center;
  justify-items:center;
}
.pdpSectionHead h2{
  margin:0;
  max-width: 780px;
  font-family:'Playfair Display', serif;
  font-size: 2.55rem;
  line-height:1.1;
  letter-spacing:0;
}
.pdpBenefitGrid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.pdpBenefit,
.pdpTrustCard,
.pdpRelatedCard{
  border-radius: 8px;
  border: 1px solid var(--pdp-line);
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 34px rgba(23,32,27,.06);
}
.pdpBenefit{
  min-height: 210px;
  padding: 18px;
}
.pdpBenefit__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--pdp-sage-2);
  color: var(--pdp-sage);
  font-weight: 900;
  font-size: .82rem;
}
.pdpBenefit h3,
.pdpTrustCard h3{
  margin: 18px 0 8px;
  font-size: 1.05rem;
  line-height:1.25;
}
.pdpBenefit p,
.pdpTrustCard p{
  margin:0;
  color: var(--pdp-muted);
  line-height:1.58;
  font-weight: 600;
  font-size:.95rem;
}

.pdpBuy{
  background: #fff;
  border-top: 1px solid var(--pdp-line);
  border-bottom: 1px solid var(--pdp-line);
}
.pdpBuy__grid{
  display:grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .62fr);
  gap: 30px;
  align-items:start;
}
.pdpGallery{
  min-width:0;
}
.pdpMain{
  border-radius:8px;
  border-color: var(--pdp-line);
  box-shadow: 0 20px 54px rgba(23,32,27,.12);
  aspect-ratio: 1.12 / 1;
}
.pdpMain img{
  aspect-ratio:auto;
  padding: 18px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  box-sizing:border-box;
}
.pdpMain:hover img{
  transform:none;
}
.pdpMain__hint,
.pdpMain .pMain__hint{
  border-radius:999px;
}
.pdpThumbs{
  gap:10px;
  padding: 14px 0 2px;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
}
.pdpThumbs::-webkit-scrollbar{
  display:none;
}
.pdpThumbs .pThumb{
  width: 84px;
  border-radius:8px;
  background:#fff;
  border-color: var(--pdp-line);
}
.pdpThumbs .pThumb img{
  padding: 4px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  box-sizing:border-box;
}
.pdpGallery__foot{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}
.pdpPurchase{
  position: sticky;
  top: 146px;
  border-radius:8px;
  border: 1px solid var(--pdp-line);
  background: rgba(255,255,255,.94);
  padding: 24px;
  box-shadow: 0 20px 54px rgba(23,32,27,.10);
}
.pdpPurchase__eyebrow{
  display:block;
  color: var(--pdp-sage);
  font-size:.75rem;
  font-weight: 850;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.pdpPurchase h2{
  margin:0 0 10px;
  font-family:'Playfair Display', serif;
  font-size:2rem;
  line-height:1.08;
  letter-spacing:0;
}
.pdpPurchase > p{
  margin:0 0 18px;
  color: var(--pdp-muted);
  line-height:1.62;
  font-weight: 620;
}
.pdpPrice{
  padding: 16px 0;
  border-top: 1px solid var(--pdp-line);
  border-bottom: 1px solid var(--pdp-line);
}
.pdpPrice strong{
  display:inline-block;
  margin-top:8px;
  font-size:2rem;
  line-height:1.1;
}
.pdpPrice__compare{
  margin-left:8px;
  color: var(--pdp-muted);
  text-decoration: line-through;
  font-weight:700;
}
.pdpPrice__discount{
  display:inline-flex;
  margin-left:8px;
  padding: 5px 8px;
  border-radius:999px;
  color:#fff;
  background: var(--pdp-sage);
  font-size:.76rem;
  font-weight:900;
}
.pdpPurchase__meta{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--pdp-line);
}
.pdpPurchase__meta div{
  min-width:0;
}
.pdpPurchase__meta span{
  display:block;
  color: var(--pdp-muted);
  font-size:.75rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.pdpPurchase__meta strong{
  display:block;
  margin-top:5px;
  overflow-wrap:anywhere;
  color: var(--pdp-ink);
  font-size:.95rem;
}
.pdpOption{
  padding: 18px 0 0;
}
.pdpOption--quiet{
  color: var(--pdp-muted);
  font-weight:720;
  line-height:1.5;
}
.pdpPurchase__actions{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.pdpPurchase__actions .btn{
  width:100%;
}
.pdpPurchase__note{
  margin-top:14px;
  color: var(--pdp-muted);
  line-height:1.5;
  font-weight:650;
  font-size:.9rem;
}

.pdpStory__grid{
  display:grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, .74fr);
  gap: 42px;
  align-items:center;
}
.pdpStory{
  overflow:hidden;
}
.pdpStory__copy > p{
  margin:0;
  color: var(--pdp-muted);
  line-height:1.8;
  font-size:1rem;
  font-weight:600;
}
.pdpDetailList{
  display:grid;
  gap:16px;
  margin:26px 0;
}
.pdpDetail{
  display:grid;
  grid-template-columns: 14px minmax(0,1fr);
  gap: 12px;
}
.pdpDetail > span{
  width:10px;
  height:10px;
  margin-top:7px;
  border-radius:50%;
  background: var(--pdp-clay);
}
.pdpDetail strong{
  display:block;
  color: var(--pdp-ink);
}
.pdpDetail p{
  margin:4px 0 0;
  color: var(--pdp-muted);
  line-height:1.55;
  font-weight:600;
}
.pdpStory__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.pdpMoodGrid{
  display:grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  grid-auto-rows: 156px;
  gap:14px;
  align-items:stretch;
}
.pdpMood{
  position:relative;
  border:0;
  padding:0;
  border-radius:8px;
  overflow:hidden;
  cursor:pointer;
  background:#fff;
  aspect-ratio: 1 / 1;
  border:1px solid var(--pdp-line);
  box-shadow: 0 16px 34px rgba(23,32,27,.09);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.pdpMood--hero{
  grid-row: span 2;
  aspect-ratio:auto;
}
.pdpMood--single{
  grid-column: 1 / -1;
  aspect-ratio: 16 / 10;
}
.pdpMoodGrid--count-1{
  grid-template-columns: 1fr;
  align-self:stretch;
}
.pdpMoodGrid--count-1 .pdpMood{
  min-height: 430px;
  aspect-ratio: 4 / 3;
}
.pdpMoodGrid--count-2{
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.pdpMoodGrid--count-2 .pdpMood{
  aspect-ratio: 4 / 3;
}
.pdpMoodGrid--count-2 .pdpMood--hero{
  grid-row:auto;
}
.pdpMoodGrid--count-3 .pdpMood--hero{
  grid-row: span 2;
}
.pdpMoodGrid--count-4 .pdpMood:nth-child(4){
  grid-column: 1 / -1;
  aspect-ratio: 16 / 7;
}
.pdpMood img{
  width:100%;
  height:100%;
  padding: 12px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  box-sizing:border-box;
  transition: transform .35s var(--ease2);
}
.pdpMood:hover img{
  transform:none;
}
.pdpMood:hover{
  transform: translateY(-2px);
  border-color: rgba(154,98,51,.24);
  box-shadow: 0 22px 46px rgba(23,32,27,.13);
}
.pdpMood span{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(23,32,27,.86);
  color:#fff;
  font-size:.82rem;
  font-weight:850;
}
.pdpMood--extra::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(23,32,27,.18));
  pointer-events:none;
}
.pdpMood--extra span{
  z-index:2;
}

.pdpSpecsSection{
  background:#fff;
}
.pdpSpecGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.pdpSpec{
  padding: 16px;
  border-radius:8px;
  border: 1px solid var(--pdp-line);
  background: var(--pdp-soft);
}
.pdpSpec span{
  display:block;
  color: var(--pdp-muted);
  font-size:.76rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.pdpSpec strong{
  display:block;
  margin-top:6px;
  line-height:1.45;
  overflow-wrap:anywhere;
}
.pdpSizeGuide{
  margin-top:18px;
  display:grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .5fr);
  gap:18px;
  align-items:center;
}
.pdpSizeGuide img{
  width:100%;
  border-radius:8px;
  border:1px solid var(--pdp-line);
}
.pdpSizeGuide p{
  margin:0;
  color: var(--pdp-muted);
  line-height:1.7;
  font-weight:650;
}

.pdpTrustGrid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:14px;
}
.pdpTrustCard{
  padding:18px;
}
.pdpSteps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1px;
  margin-top:26px;
  overflow:hidden;
  border-radius:8px;
  border:1px solid var(--pdp-line);
  background: var(--pdp-line);
}
.pdpStep{
  background:#fff;
  padding:20px;
}
.pdpStep span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--pdp-sage);
  color:#fff;
  font-weight:900;
}
.pdpStep strong{
  display:block;
  margin-top:12px;
}
.pdpStep p{
  margin:8px 0 0;
  color:var(--pdp-muted);
  line-height:1.55;
  font-weight:600;
}

.pdpRelatedGrid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:14px;
}
.pdpRelatedCard{
  display:block;
  overflow:hidden;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.pdpRelatedCard:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(23,32,27,.12);
}
.pdpRelatedCard img{
  display:block;
  width:100%;
  aspect-ratio: 4 / 3;
  padding: 12px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  box-sizing:border-box;
}
.pdpRelatedCard span,
.pdpRelatedCard strong,
.pdpRelatedCard small{
  display:block;
  margin-left:14px;
  margin-right:14px;
}
.pdpRelatedCard span{
  margin-top:14px;
  color: var(--pdp-sage);
  font-size:.75rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.pdpRelatedCard strong{
  margin-top:6px;
  color:var(--pdp-ink);
  line-height:1.28;
}
.pdpRelatedCard small{
  margin-top:8px;
  margin-bottom:16px;
  color:var(--pdp-muted);
  font-weight:800;
}

.pdpFaqWrap{
  max-width: 900px;
}
.pdpFaqWrap .pFaq{
  border-radius:8px;
  background:#fff;
  border-color:var(--pdp-line);
}
.pdpFaqWrap .pFaq__q{
  text-align:left;
}
.pdpFinalCta{
  background:
    linear-gradient(135deg, rgba(23,32,27,.96), rgba(55,89,76,.94));
}

@media (max-width: 1100px){
  .pdpHero__grid,
  .pdpBuy__grid,
  .pdpStory__grid{
    grid-template-columns: 1fr;
  }
  .pdpHero__visual{
    min-height: 520px;
  }
  .pdpPurchase{
    position: static;
  }
  .pdpBenefitGrid,
  .pdpTrustGrid,
  .pdpRelatedGrid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 720px){
  html,
  body.product-page{
    max-width:100%;
    overflow-x:hidden;
  }
  .product-page{ --container: 100%; }
  .pdpHero{
    min-height:auto;
    padding: 112px 0 42px;
  }
  .pdpHero__grid{
    gap: 30px;
  }
  .pdpHero__title{
    max-width:100%;
    font-size: clamp(2.15rem, 11.5vw, 2.65rem);
    overflow-wrap:break-word;
  }
  .pdpHero__lead{
    font-size: .98rem;
    max-width:100%;
  }
  .pdpHero__visual{
    min-height: 430px;
  }
  .pdpHero__price{
    left:14px;
    right:14px;
    min-width:0;
  }
  .pdpSubnav .pSubnav__inner{
    justify-content:flex-start;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    margin-inline:auto;
    padding-inline:0;
  }
  .pdpBenefits,
  .pdpTrust,
  .pdpFaqSection{
    padding: 54px 0;
  }
  .pdpSectionHead h2{
    font-size: 2rem;
  }
  .pdpBenefitGrid,
  .pdpTrustGrid,
  .pdpRelatedGrid,
  .pdpSpecGrid,
  .pdpSteps{
    grid-template-columns: 1fr;
  }
  .pdpBuy__grid,
  .pdpStory__grid{
    gap: 22px;
  }
  .pdpMain{
    aspect-ratio: 1 / 1;
  }
  .pdpThumbs{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:10px;
    overflow:visible;
    padding: 12px 0 0;
  }
  .pdpThumbs .pThumb{
    width:100%;
    min-width:0;
  }
  .pdpPurchase{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
    padding: 18px;
  }
  .pdpPurchase h2{
    max-width:100%;
    font-size: clamp(1.85rem, 9vw, 2.25rem);
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .pdpPurchase > p,
  .pdpPurchase__note,
  .pdpPurchase__meta strong{
    overflow-wrap:anywhere;
  }
  .pdpPurchase__meta{
    grid-template-columns: 1fr;
  }
  .pdpOption,
  .pdpOption .pField,
  .pdpOption select{
    min-width:0;
    max-width:100%;
  }
  .pdpOption select{
    width:100%;
    text-overflow:ellipsis;
  }
  .pdpPurchase__actions .btn{
    min-width:0;
    white-space:normal;
    line-height:1.2;
    padding-inline:14px;
  }
  .pdpMood--hero{
    grid-row:auto;
  }
  .pdpMoodGrid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    max-width:100%;
    padding: 2px 0 10px;
    contain: paint;
  }
  .pdpMoodGrid::-webkit-scrollbar{
    display:none;
  }
  .pdpMood{
    flex: 0 0 min(82vw, 340px);
    aspect-ratio: 4 / 3;
    scroll-snap-align:center;
  }
  .pdpMood--hero,
  .pdpMood--single{
    flex-basis:min(88vw, 380px);
    aspect-ratio: 4 / 3;
  }
  .pdpMoodGrid--count-1 .pdpMood{
    min-height:0;
    flex-basis:100%;
    aspect-ratio: 4 / 3;
  }
  .pdpSizeGuide{
    grid-template-columns:1fr;
  }
}
