/* ============================================================
   Czech Drinks — PDP (single-product) styles
   Loaded only on is_product() pages via cd_assets()
   ============================================================ */

:root { --pp: clamp(22px, 4vw, 40px); }

main { padding-bottom: 74px; }

/* ── WC price: space after currency symbol ────────────────── */
.woocommerce-Price-amount .woocommerce-Price-currencySymbol::after { content: '\00A0'; }

/* ── Hide WC default stock text (we use .pdp-stock instead) ─ */
.stock.in-stock, .stock.out-of-stock, .stock.available-on-backorder { display: none !important; }

/* ── Breadcrumb ───────────────────────────────────────────── */
.pdp-crumb {
  display: flex; align-items: center; flex-wrap: wrap; gap: 5px 7px;
  padding-block: 16px 18px;
  font-size: 12.5px; font-weight: 500; color: var(--ink-55);
}
.pdp-crumb a { color: var(--ink-55); transition: color .2s; }
.pdp-crumb a:hover { color: var(--ink); }
.pdp-crumb .sep  { color: rgba(28,26,23,.2); font-size: 10px; }
.pdp-crumb .curr { color: var(--ink); font-weight: 600; }

/* ── Split layout ─────────────────────────────────────────── */
.pdp-split { display: block; }

/* ── Gallery ──────────────────────────────────────────────── */
.pdp-gallery { position: relative; }
.pdp-thumbs  { display: none; }
.pdp-thumb {
  width: 68px; height: 68px; flex-shrink: 0; padding: 0;
  border: 2px solid transparent; border-radius: var(--radius);
  overflow: hidden; cursor: pointer; background: none;
  transition: border-color .18s;
}
.pdp-thumb img            { width: 100%; height: 100%; object-fit: cover; }
.pdp-thumb.active         { border-color: var(--ink); }
.pdp-thumb:hover:not(.active) { border-color: var(--ink-40); }

.pdp-swiper { position: relative; overflow: hidden; background: var(--paper-card); }
.pdp-track  { display: flex; transition: transform .38s var(--ease); will-change: transform; }
.pdp-slide  { flex: 0 0 100%; aspect-ratio: 3/4; max-height: 72svh; overflow: hidden; }
.pdp-slide img { width: 100%; height: 100%; object-fit: cover; }

.pdp-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 999px;
  background: var(--amber-deep); color: #fff;
}

.pdp-dots {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 11px var(--gutter);
  background: var(--paper-card);
  border-bottom: 1px solid var(--ink-08);
}
.pdp-dot {
  width: 7px; height: 7px; border-radius: 4px; border: 0; padding: 0; cursor: pointer;
  background: rgba(28,26,23,.2);
  transition: width .25s var(--ease), background .25s;
}
.pdp-dot.active { width: 20px; background: var(--ink); }

/* ── Summary (info col) ───────────────────────────────────── */
.pdp-info-col { padding: 20px var(--gutter) 0; }
.pdp-summary  { }

.pdp-origin-link {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--amber-deep); margin-bottom: 8px;
  border-bottom: 1px solid transparent; padding-bottom: 1px; transition: border-color .2s;
}
.pdp-origin-link:hover { border-color: var(--amber-deep); }

h1.pdp-title {
  font-size: clamp(26px, 7.5vw, 42px);
  line-height: 1.02; letter-spacing: -.015em; margin: 0 0 13px;
}

.pdp-meta-row {
  display: flex; align-items: center; gap: 8px 10px; flex-wrap: nowrap;
  font-size: 13px; color: var(--ink-70); margin-bottom: 10px;
}
.pdp-style-row { margin-bottom: 18px; }
.pdp-meta-row .stars { font-size: 13px; letter-spacing: 1px; color: var(--amber); }
.pdp-meta-row b    { color: var(--ink); }
.pdp-meta-row a    { color: var(--ink-55); border-bottom: 1px solid rgba(28,26,23,.2); transition: color .2s; }
.pdp-meta-row a:hover { color: var(--ink); }
.pdp-meta-row .pdp-sep { color: rgba(28,26,23,.2); }
.pdp-reviews-link { white-space: nowrap; }

.pdp-rule { height: 1px; background: var(--ink-15); border: 0; margin: 18px 0; }

/* ── Price ────────────────────────────────────────────────── */
.pdp-price-block { margin-bottom: 8px; }
.pdp-price-line  { display: flex; align-items: baseline; gap: 8px; flex-wrap: nowrap; }
.pdp-price-main  {
  font-family: var(--display);
  font-size: clamp(34px, 8.5vw, 42px);
  line-height: 1; white-space: nowrap;
}
.pdp-price-main .woocommerce-Price-amount,
.pdp-price-main bdi { font-family: inherit; font-size: inherit; }
.pdp-price-was   { font-family: var(--sans); font-size: 16px; text-decoration: line-through; color: var(--ink-40); white-space: nowrap; }
.pdp-price-unit  { font-family: var(--sans); font-size: 13px; color: var(--ink-55); white-space: nowrap; }
.pdp-price-save-row { min-height: 26px; margin-top: 4px; display: flex; align-items: center; }
.pdp-price-save {
  font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 999px;
  color: var(--amber-deep); background: var(--amber-tint);
  visibility: hidden; white-space: nowrap;
}
.pdp-price-save.show { visibility: visible; }

/* ── Stock status ─────────────────────────────────────────── */
.pdp-stock {
  display: flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 600; margin: -8px 0 20px;
}
.pdp-stock .dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.pdp-stock.in   { color: var(--bottle); }
.pdp-stock.in .dot  { background: var(--bottle); }
.pdp-stock.low  { color: var(--amber-deep); }
.pdp-stock.low .dot { background: var(--amber-deep); box-shadow: 0 0 0 3px var(--amber-tint); }
.pdp-stock.out  { color: var(--burgundy); }
.pdp-stock.out .dot { background: var(--burgundy); }

/* ── Quantity stepper (custom template) ───────────────────── */
.pdp-qty {
  display: inline-flex; align-items: center; flex-shrink: 0;
  border: 1.5px solid var(--ink-15); border-radius: var(--radius); background: var(--paper-card);
}
.pdp-qty-btn {
  width: 44px; height: 50px; background: none; border: 0;
  font-size: 22px; font-weight: 300; color: var(--ink);
  display: grid; place-items: center; line-height: 1;
  transition: background .2s;
}
.pdp-qty-btn:hover { background: var(--ink-08); }
.pdp-qty-val { width: 38px; text-align: center; font-size: 16px; font-weight: 600; }
.pdp-qty input.qty { display: none; }

/* ── ATC row — qty + button side by side ──────────────────── */
.pdp-cta-row { display: flex; gap: 11px; }
.pdp-cta-row form.cart { display: contents; }

/* ── FORMAT WÄHLEN — variable product radio selector ─────── */
.pdp-variants-lbl {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--ink-55); margin-bottom: 10px;
}
.pdp-variants { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.pdp-var {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 15px;
  border: 1.5px solid var(--ink-15); border-radius: var(--radius);
  background: var(--paper-card); cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.pdp-var input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.pv-radio {
  width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0;
  border: 1.5px solid rgba(28,26,23,.3); display: grid; place-items: center;
  transition: border-color .2s, background .2s;
}
.pv-radio::after {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: #fff; transform: scale(0); transition: transform .18s;
}
.pdp-var:has(input:checked) { border-color: var(--ink); background: var(--paper); }
.pdp-var:has(input:checked) .pv-radio { border-color: var(--ink); background: var(--ink); }
.pdp-var:has(input:checked) .pv-radio::after { transform: scale(1); }
.pv-info  { flex: 1; }
.pv-name  { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.pv-vol   { display: block; font-size: 12.5px; color: var(--ink-55); margin-top: 2px; }
.pv-price {
  font-family: var(--display); font-size: 18px; color: var(--ink); white-space: nowrap;
}
.pv-price .woocommerce-Price-amount,
.pv-price bdi { font-family: inherit; font-size: inherit; }
.pv-badge {
  font-size: 11px; font-weight: 700; padding: 4px 8px; border-radius: 999px;
  background: var(--amber-tint); color: var(--amber-deep); flex-shrink: 0;
}

/* WC variation wrapper — flex when enabled by WC JS */
.woocommerce-variation-add-to-cart { display: none; }
.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
  display: flex !important; gap: 11px; align-items: stretch;
}

/* WC variation price / availability display */
.woocommerce-variation-price { margin-bottom: 6px; }
.woocommerce-variation-availability { min-height: 0; }

/* WC reset-variation link */
.reset_variations {
  display: inline-block; font-size: 12px; color: var(--ink-40);
  text-decoration: underline; margin-top: 6px;
}

/* ── Hide third-party wishlist / compare buttons ─────────── */
.yith-wcwl-add-to-wishlist,
.yith-wcwl-wishlist-icon,
.add_to_wishlist,
.wc-wishlists-sidebar,
.woosq-btn,
.woosc-btn,
.wl-loop-btn { display: none !important; }

/* ── ATC button: amber primary CTA ──────────────────────────*/
.single_add_to_cart_button {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-size: 15px; font-weight: 600;
  padding: 14px 18px; border-radius: var(--radius);
  background: var(--amber); color: #fff; border: 1.5px solid var(--amber);
  transition: background .22s var(--ease), border-color .22s, transform .22s var(--ease);
  cursor: pointer; white-space: nowrap;
}
.single_add_to_cart_button:hover  { background: var(--amber-deep); border-color: var(--amber-deep); transform: translateY(-1px); }
.single_add_to_cart_button.loading{ opacity: .7; pointer-events: none; }
.single_add_to_cart_button.added  { background: var(--bottle); border-color: var(--bottle); }

/* ── WC variation form (variable products) ────────────────── */
.woocommerce-variation-price .price,
.woocommerce-variation-price .woocommerce-Price-amount {
  font-family: var(--display); font-size: clamp(34px, 8.5vw, 42px); line-height: 1;
}
.variations { width: 100%; border-collapse: collapse; margin-bottom: 12px; }
.variations td, .variations th { padding: 0; }
.variations label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-55); }
.variations select {
  width: 100%; padding: 10px 12px; border: 1.5px solid var(--ink-15);
  border-radius: var(--radius); background: var(--paper-card); font-family: var(--sans);
  font-size: 14px; color: var(--ink); margin-top: 6px;
  appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C1A17' stroke-width='1.8'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 16px;
}
.woocommerce-variation-availability { margin-bottom: 10px; }
.reset_variations { font-size: 12px; color: var(--ink-40); text-decoration: underline; margin-top: 4px; display: inline-block; }

/* ── Trust bar ────────────────────────────────────────────── */
.pdp-trust {
  display: flex; gap: 0;
  background: var(--paper-card);
  border-block: 1px solid var(--ink-15);
  margin-top: 22px;
}
.pdp-ti {
  display: flex; align-items: flex-start; gap: 8px;
  flex: 1; padding: 13px var(--gutter);
  font-size: 11.5px; color: var(--ink-70); line-height: 1.4;
}
.pdp-ti + .pdp-ti { border-left: 1px solid var(--ink-08); }
.pdp-ti svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--amber-deep); margin-top: 1px; }
.pdp-ti b   { display: block; font-weight: 600; color: var(--ink); white-space: nowrap; }

/* ── Age note ─────────────────────────────────────────────── */
.pdp-age {
  display: flex; align-items: center; gap: 10px;
  padding: 11px var(--gutter);
  font-size: 12px; color: var(--ink-55);
  background: var(--paper-card);
  border-bottom: 1px solid var(--ink-08);
}
.pdp-age .ring {
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
  border: 1.5px solid rgba(28,26,23,.4); display: grid; place-items: center;
  font-size: 10px; font-weight: 700; color: var(--ink);
}

/* ── Sticky bottom bar ────────────────────────────────────── */
.pdp-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
  display: flex; align-items: center; gap: 14px;
  padding: 11px var(--gutter) calc(11px + env(safe-area-inset-bottom));
  background: var(--ink); color: var(--paper);
  box-shadow: 0 -10px 30px -14px rgba(0,0,0,.6);
}
.pdp-bar-left {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; gap: 1px;
  overflow: hidden;
}
.pdp-bar-fmt  {
  font-size: 12px; color: rgba(244,239,230,.55);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pdp-bar-price {
  white-space: nowrap;
  font-family: var(--display); font-size: 21px; line-height: 1;
  color: var(--paper);
}
.pdp-bar-price .woocommerce-Price-amount,
.pdp-bar-price bdi { font-family: inherit; font-size: inherit; color: inherit; }
.pdp-bar-btn {
  display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0;
  font-family: var(--sans); font-size: 14px; font-weight: 600;
  padding: 12px 18px; border-radius: var(--radius); border: 0;
  background: var(--amber); color: #fff; transition: background .2s;
  white-space: nowrap; cursor: pointer; text-decoration: none;
}
.pdp-bar-btn:hover  { background: var(--amber-deep); }
.pdp-bar-btn.added  { background: var(--bottle); }
.pdp-bar-form { display: flex; }

/* ── Producer section ─────────────────────────────────────── */
.pdp-producer { border-top: 1px solid var(--ink-15); background: var(--paper-card); }
.pdp-producer-inner { }
.pdp-producer-photo {
  width: 100%; aspect-ratio: 3/2; max-height: 300px; overflow: hidden;
}
.pdp-producer-photo img,
.pdp-producer-photo .ph { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-producer-body { padding: clamp(26px, 4vw, 52px) var(--gutter); }
.pdp-producer-body .eyebrow { margin-bottom: 12px; }
.pdp-producer-body h2 { font-size: clamp(22px, 3.8vw, 32px); margin-bottom: 16px; }
.pdp-producer-quote {
  font-family: var(--display); font-style: italic; font-weight: 380;
  font-size: clamp(16px, 2.2vw, 21px); line-height: 1.48;
  border-left: 3px solid var(--amber); padding-left: 18px;
  margin: 0 0 18px; color: var(--ink);
}
.pdp-producer-text {
  font-size: 15.5px; color: var(--ink-70); line-height: 1.7;
  text-wrap: pretty; max-width: 62ch; margin: 0;
}
.pdp-producer-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px; font-size: 14px; font-weight: 600;
  color: var(--amber-deep); border-bottom: 1.5px solid var(--amber-deep); padding-bottom: 2px;
  transition: gap .25s var(--ease);
}
.pdp-producer-link:hover { gap: 14px; }
.pdp-producer-link svg { width: 14px; height: 14px; }
.pdp-producer-facts {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 8px; margin-top: 22px;
}
.pdp-fact { background: var(--paper-deep); padding: 13px 15px; border-radius: var(--radius); border: 1px solid var(--ink-15); }
.pdp-fact dt { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-40); margin-bottom: 5px; }
.pdp-fact dd { font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.3; margin: 0; }

/* ── Technical data section ───────────────────────────────── */
.pdp-specs-section { padding-block: clamp(32px, 5vw, 56px); border-top: 1px solid var(--ink-15); }
.pdp-specs-section h2 { font-size: clamp(20px, 2.5vw, 26px); margin-bottom: 18px; }
.pdp-techdata {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
}
.pdp-tile {
  background: var(--paper-card); border: 1px solid var(--ink-15);
  border-radius: var(--radius); padding: 14px 16px;
}
.pdp-tile dt {
  font-size: 10.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-40); margin-bottom: 5px;
}
.pdp-tile dd { font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.3; margin: 0; }

/* ── Reviews section ──────────────────────────────────────── */
.pdp-reviews-section { padding-block: clamp(36px, 5vw, 64px); border-top: 1px solid var(--ink-15); }
.pdp-rh {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 14px; margin-bottom: 22px; flex-wrap: wrap;
}
.pdp-rh h2 { font-size: clamp(20px, 2.5vw, 26px); }
.pdp-rh a {
  font-size: 13.5px; font-weight: 600; color: var(--amber-deep);
  border-bottom: 1.5px solid var(--amber-deep); padding-bottom: 1px; white-space: nowrap;
}
.pdp-review-list { display: flex; flex-direction: column; gap: 14px; }
.pdp-review {
  background: var(--paper-card); border: 1px solid var(--ink-15);
  border-radius: var(--radius-lg); padding: 20px 22px;
}
.pdp-rv-top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 11px; }
.pdp-rv-stars { font-size: 13px; letter-spacing: 1.5px; color: var(--amber); }
.pdp-rv-verified {
  font-size: 10.5px; font-weight: 700; color: var(--bottle);
  background: var(--bottle-tint); padding: 2px 7px; border-radius: 999px;
}
.pdp-rv-date { font-size: 12px; color: var(--ink-40); margin-left: auto; }
.pdp-rv-body {
  font-size: 15px; color: var(--ink-70); line-height: 1.62;
  font-style: italic; margin: 0 0 12px; text-wrap: pretty;
}
.pdp-rv-body::before { content: "\201E"; }
.pdp-rv-body::after  { content: "\201C"; }
.pdp-rv-author { font-size: 13px; font-weight: 700; color: var(--ink); }
.pdp-rv-loc { font-weight: 400; color: var(--ink-55); }

/* ── Related products section ─────────────────────────────── */
.pdp-related-section { padding-block: clamp(32px, 5vw, 56px); border-top: 1px solid var(--ink-15); }
.pdp-related-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 14px; margin-bottom: 20px;
}
.pdp-related-head h2 { font-size: clamp(20px, 2.5vw, 26px); }
.pdp-related-head a {
  font-size: 13.5px; font-weight: 600; color: var(--amber-deep);
  border-bottom: 1.5px solid var(--amber-deep); padding-bottom: 1px;
}
.pdp-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

/* ── Product cards (shop.css not loaded on PDP) ──────────── */
.pc-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 999px; background: var(--ink); color: var(--paper);
}
.pc-badge.sale        { background: var(--burgundy); }
.pc-badge.new         { background: var(--bottle); }
.pc-badge.bestseller  { background: var(--amber-deep); }
.pc-badge.beliebt     { background: var(--amber-deep); }

.product-card {
  display: flex; flex-direction: column;
  background: var(--paper-card); border: 1px solid var(--ink-15);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 26px 48px -30px rgba(28,26,23,.45); }
.pc-media { position: relative; display: block; text-decoration: none; }
.pc-img-wrap {
  aspect-ratio: 3/4; width: 100%;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: var(--amber-tint);
}
.pc-img-wrap.tone-burgundy { background: var(--burgundy-tint); }
.pc-img-wrap.tone-bottle   { background: var(--bottle-tint); }
.pc-img {
  width: 100%; height: 100%; display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 15% 5%; box-sizing: border-box;
}
.pc-media .ph { aspect-ratio: 3/4; width: 100%; }
.pc-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.pc-origin { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-40); }
.pc-name { font-family: var(--display); font-size: 21px; line-height: 1.08; letter-spacing: -0.01em; margin: 7px 0 0; }
.pc-name a { color: inherit; text-decoration: none; }
.pc-rating { display: flex; align-items: center; gap: 6px; margin: 8px 0 11px; font-size: 12.5px; color: var(--ink-55); }
.pc-rating .stars { color: var(--amber); letter-spacing: 1px; font-size: 12px; }
.pc-style {
  display: inline-flex; align-self: flex-start; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; letter-spacing: .02em;
  padding: 4px 10px; border-radius: 999px; border: 1px solid var(--ink-15); color: var(--ink-70);
}
.pc-foot { margin-top: auto; padding-top: 16px; display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.pc-price { font-family: var(--display); font-size: 23px; line-height: 1.15; }
.pc-price .unit { font-family: var(--sans); font-size: 11.5px; font-weight: 500; color: var(--ink-40); margin-left: 4px; letter-spacing: .02em; white-space: nowrap; }
.pc-price .woocommerce-Price-amount,
.pc-price bdi { font-family: inherit; font-size: inherit; }
.pc-add-rel {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  font-family: var(--sans); font-size: 14px; font-weight: 600; white-space: nowrap;
  padding: 12px 15px; border-radius: var(--radius);
  background: var(--ink); color: var(--paper); border: 1.5px solid var(--ink);
  transition: background .22s var(--ease), transform .22s var(--ease);
  cursor: pointer; text-decoration: none;
}
.pc-add-rel:hover { background: #000; transform: translateY(-1px); }

/* ── Desktop ≥ 881px ─────────────────────────────────────── */
@media (min-width: 881px) {
  main { padding-bottom: 80px; }

  .pdp-split {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 0; align-items: start;
  }
  .pdp-gallery-col {
    padding: clamp(28px, 3.5vw, 44px) clamp(28px, 4vw, 56px) clamp(48px, 7vw, 96px) 0;
  }
  .pdp-gallery { display: grid; grid-template-columns: 68px 1fr; gap: 10px; }
  .pdp-thumbs  { display: flex; flex-direction: column; gap: 8px; }
  .pdp-swiper  { border-radius: var(--radius-lg); }
  .pdp-slide   { aspect-ratio: 3/4; max-height: none; }
  .pdp-dots    { display: none; }

  .pdp-info-col {
    position: sticky; top: 76px;
    align-self: start;
    border-left: 1px solid var(--ink-15);
    padding: clamp(28px, 3.5vw, 44px) var(--pp);
  }

  .pdp-trust {
    margin-inline: calc(-1 * var(--pp));
    padding-inline: var(--pp);
    margin-top: 20px;
    border-top: 1px solid var(--ink-15);
    border-bottom: 1px solid var(--ink-15);
  }
  .pdp-ti { padding: 12px 0; }
  .pdp-ti + .pdp-ti { padding-left: 16px; }

  .pdp-age {
    margin-inline: calc(-1 * var(--pp));
    padding-inline: var(--pp);
    border-bottom: none;
  }

  h1.pdp-title { font-size: clamp(24px, 3vw, 38px); }

  .pdp-producer-inner {
    display: grid; grid-template-columns: 300px 1fr;
    gap: clamp(36px, 4.5vw, 64px); align-items: start;
  }
  .pdp-producer-photo { aspect-ratio: 3/4; max-height: none; border-radius: var(--radius-lg); }
  .pdp-producer-body  { padding: 0; }
  .pdp-producer-facts { grid-template-columns: repeat(3, 1fr); }

  .pdp-techdata { grid-template-columns: repeat(3, 1fr); }

  .pdp-review-list { display: grid; grid-template-columns: repeat(2, 1fr); align-items: start; }

  .pdp-related-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}

/* ── Mobile ────────────────────────────────────────────────── */
@media (max-width: 880px) {
  .pdp-crumb { flex-wrap: nowrap; overflow: hidden; padding-block: 9px 10px; }
  .crumb-sm-hide { display: none; }
  .pdp-crumb::before {
    content: '…'; color: rgba(28,26,23,.35); font-size: 11px;
    flex-shrink: 0; margin-right: 2px;
  }

  .pdp-info-col    { padding-top: 14px; }
  .pdp-origin-link { margin-bottom: 4px; }
  h1.pdp-title     { margin-bottom: 9px; }
  .pdp-meta-row    { margin-bottom: 11px; font-size: 12px; }
  .pdp-rule        { margin: 11px 0; }
  .pdp-price-block { margin-bottom: 8px; }
  .pdp-stock       { margin: -2px 0 12px; }
  .pdp-dots        { padding: 7px var(--gutter); }
  .pdp-trust       { margin-top: 14px; }
  .pdp-ti          { padding: 10px 12px; font-size: 11px; line-height: 1.35; }
  .pdp-ti b        { white-space: normal; }
  .pdp-age         { padding: 9px var(--gutter); font-size: 11.5px; }
}

@media (max-width: 340px) {
  .pdp-bar-btn { font-size: 13px; }
  .pdp-ti      { padding: 9px 11px; }
}
