.pd-breadcrumbs{ margin-bottom:8px; font-size:12px; opacity:.8; }
  .pd-title{ margin:0 0 8px; }

  .pd-media .pd-main{
    display:block;
    border-radius:16px;
    overflow:hidden;
    background:rgba(0,0,0,.03);
    height:auto;
    align-self:start;
  }

  .pd-media .pd-main img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
    aspect-ratio:4 / 5;
    max-height:48vh;
  }

  @media (max-width: 480px){
    .pd-media .pd-main img{ max-height:42vh; }
  }

  @media (min-width: 992px){
    .pd-media .pd-main img{
      max-height:none;
      aspect-ratio:auto;
      height:auto;
    }
  }

  .pd-thumbs{
    display:flex;
    gap:10px;
    margin-top:10px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding-bottom:6px;
  }

  .pd-thumb{
    border:1px solid rgba(0,0,0,.10);
    background:#fff;
    border-radius:14px;
    padding:0;
    overflow:hidden;
    width:74px;
    height:74px;
    flex:0 0 auto;
    cursor:pointer;
  }

  .pd-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
  .pd-thumb.is-active{ outline:2px solid rgba(0,0,0,.22); outline-offset:2px; }

  .pd-price-row{ margin-top:2px; }
  .pd-price{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px 10px;
  }

  .pd-price-old{ text-decoration:line-through; opacity:.55; font-weight:800; }
  .pd-price-now{ font-weight:1000; font-size:18px; }

  .pd-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:5px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:1000;
    border:1px solid rgba(0,0,0,.10);
    background:rgba(0,0,0,.03);
  }

  .pd-badge--sale{ background:#111; color:#fff; border-color:#111; }
  .pd-badge--ship{ background:rgba(0,0,0,.04); }

  .pd-trust{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:10px;
    font-size:12px;
    opacity:.95;
  }

  .pd-trust span{
    border:1px solid rgba(0,0,0,.10);
    background:rgba(0,0,0,.02);
    padding:6px 10px;
    border-radius:999px;
    font-weight:900;
  }

  .pd-mini{
    margin-top:10px;
    border:1px solid rgba(0,0,0,.10);
    background:linear-gradient(90deg, rgba(0,0,0,.03), rgba(0,0,0,.01));
    border-radius:16px;
    padding:10px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    font-size:12px;
    font-weight:900;
  }

  .pd-mini strong{ font-weight:1000; }

  .pd-mini .pd-mini-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#111;
    display:inline-block;
  }

  @media (prefers-reduced-motion: no-preference){
    .pd-mini .pd-mini-dot{ animation: pdPulse 1.1s ease-in-out infinite; }
    @keyframes pdPulse{
      0%,100%{ transform:scale(1); opacity:.55; }
      50%{ transform:scale(1.25); opacity:1; }
    }
  }

  .pd-chips{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:8px;
  }

  .pd-chip{
    border:1px solid rgba(0,0,0,.12);
    background:#fff;
    padding:8px 10px;
    border-radius:999px;
    font-weight:900;
    font-size:13px;
    cursor:pointer;
    transition:transform .12s ease, background .12s ease, border-color .12s ease;
    min-height:36px;
  }

  .pd-chip:active{ transform:scale(.99); }
  .pd-chip.is-active{ background:#111; color:#fff; border-color:#111; }

  .pd-selectHidden{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
  }

  .pd-field--qty{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }

  .pd-qty{
    width:88px;
    padding:10px 10px;
    border-radius:12px;
    border:1px solid rgba(0,0,0,.14);
    font-weight:900;
    font-size:16px;
  }

  .pd-accordion details{ padding:10px 0; border-top:1px solid rgba(0,0,0,.08); }
  .pd-accordion summary{ cursor:pointer; font-weight:1000; font-size:13px; list-style:none; }
  .pd-accordion summary::-webkit-details-marker{ display:none; }
  .pd-accordion summary:after{ content:"▾"; float:right; opacity:.55; }
  .pd-accordion details[open] summary:after{ content:"▴"; }
  .pd-accordion .pd-acc-body{ margin-top:8px; opacity:.92; font-size:13px; line-height:1.45; }

  .pd-infoRows{
    margin-top:10px;
    display:grid;
    gap:8px;
  }

  .pd-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    border:1px solid rgba(0,0,0,.08);
    background:rgba(0,0,0,.02);
    border-radius:14px;
    padding:10px 12px;
    font-size:12px;
    font-weight:900;
  }

  .pd-row span{ opacity:.78; font-weight:900; }
  .pd-row strong{ font-weight:1000; }

  .product-strip { margin-top:18px; }
  .product-strip__header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:0 0 10px;
  }

  .product-strip__title{ margin:0; font-size:15px; }
  .product-strip__link{ font-size:13px; opacity:.8; text-decoration:none; font-weight:900; }

  .product-strip__scroller{
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding-bottom:8px;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
  }

  .product-strip-card{
    flex:0 0 168px;
    scroll-snap-align:start;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    overflow:hidden;
    background:#fff;
  }

  @media (max-width: 360px){ .product-strip-card{ flex-basis:158px; } }

  .product-strip-card__media{
    display:block;
    aspect-ratio:4/5;
    overflow:hidden;
    background:rgba(0,0,0,.03);
  }

  .product-strip-card__media img{ width:100%; height:100%; object-fit:cover; display:block; }
  .product-strip-card__body{ padding:10px; }
  .product-strip-card__top{
    display:flex;
    justify-content:space-between;
    gap:8px;
    margin-bottom:6px;
    font-size:12px;
    opacity:.8;
    font-weight:900;
  }

  .product-strip-card__badge{
    font-size:11px;
    padding:3px 8px;
    border-radius:999px;
    border:1px solid rgba(0,0,0,.10);
    font-weight:900;
  }

  .product-strip-card__title{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    font-size:13px;
    line-height:1.25;
    margin-bottom:8px;
    min-height:32px;
    font-weight:900;
  }

  .product-strip-card__price{
    font-size:13px;
    display:flex;
    gap:8px;
    align-items:baseline;
    flex-wrap:wrap;
    font-weight:900;
  }

  .product-strip-card__price del{ opacity:.6; font-size:12px; font-weight:800; }

  .pd{ padding-bottom:110px; }
  @media (min-width: 992px){ .pd{ padding-bottom:0; } }

  .pd-pickFocus{
    outline:2px solid rgba(0,0,0,.22);
    outline-offset:6px;
    border-radius:16px;
    transition:outline-color .18s ease;
  }

  .pd-stickyBar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    display:none;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom));
    background:transparent;
  }

  .pd-stickyInner{
    max-width:1100px;
    margin:0 auto;
    background:#fff;
    border:1px solid rgba(0,0,0,.12);
    border-radius:16px;
    box-shadow:0 -10px 30px rgba(0,0,0,.10);
    padding:10px 12px;
  }

  .pd-stickyMeta{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
  }

  .pd-stickyName{
    font-size:12px;
    opacity:.78;
    font-weight:900;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:70%;
  }

  .pd-stickyPrice{ font-weight:1000; white-space:nowrap; }

  .pd-stickyBtn{
    width:100%;
    border:0;
    border-radius:16px;
    padding:14px 14px;
    background:#111;
    color:#fff;
    font-weight:1000;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
  }

  .pd-stickyBtn:active{ transform:scale(.99); }
  .pd-stickyBtn[disabled]{ opacity:.6; cursor:not-allowed; }

  @media (prefers-reduced-motion: no-preference){
    .pd-stickyBtn{ transition:transform .12s ease; }
  }