.pdp-t20 h1 { font-size: 26px; line-height: 1.2; margin: 0 0 8px; text-align: left; }
.pdp-t20 .t-opt-list { display: none; }
.pdp-t20 {
  --red: #ab0704;
  --red-hover: #2d2d2d;
  --red-text: #cb181f;
  --price: #c80100;
  --ink: #212529;
  --muted: #666;
  --line: #ddd;
  --ok: #2e7d32;
  color: var(--ink);
}
.pdp-t20 .card-grid {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: 16px;
  align-items: start;
}
.pdp-t20 .gallery { text-align: center; min-width: 0; }
.pdp-t20 .buyers {
  margin-top: 10px;
  text-align: left;
}
.pdp-t20 .buyers-h {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px;
  color: #333;
}
.pdp-t20 .buyers-rail {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
}
.pdp-t20 .buyer-thumb {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.pdp-t20 .buyer-thumb.is-on { border-color: var(--red); }
.pdp-t20 .buyer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pdp-t20 .buyer-thumb.is-more span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.pdp-t20 .hero {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 8px;
  background: #fff;
}
.pdp-t20 .hero img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  display: block;
}
.pdp-t20 .hero-zoom {
  display: block;
  cursor: zoom-in;
}
.pdp-t20 .badge-hit,
.pdp-t20 .badge-size {
  position: absolute;
  top: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
}
.pdp-t20 .badge-hit { left: 10px; background: #2e7d32; color: #fff; }
.pdp-t20 .badge-size { right: 10px; background: #fff; border: 1px solid #ccc; }
.pdp-t20 .viz-note {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  max-width: 80%;
}
.pdp-t20 .thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin-top: 8px;
}
.pdp-t20 .thumbs button {
  border: 1px solid darkgrey;
  padding: 3px;
  background: #fff;
  cursor: pointer;
  width: auto;
  min-width: 64px;
}
.pdp-t20 .thumbs button.is-on { border-color: var(--red); }
.pdp-t20 .thumbs img { width: 60px; height: 42px; object-fit: contain; display: block; background: #fafafa; }
.pdp-t20 .thumbs span { display: block; font-size: 10px; color: #555; margin-top: 2px; max-width: 72px; }
.pdp-t20 .live-toggle { display: flex; gap: 8px; margin-bottom: 8px; }
.pdp-t20 .live-toggle button {
  flex: 1;
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 12px;
}
.pdp-t20 .live-toggle button.is-on { background: #111; color: #fff; border-color: #111; }
.pdp-t20 .g-note { font-size: 11px; color: #777; text-align: left; line-height: 1.4; margin: 8px 4px 0; }
.pdp-t20 .buy-panel {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px 14px 14px;
  text-align: center;
  min-width: 0;
}
.pdp-t20 .price-now { font-size: 26px; font-weight: 700; color: var(--price); line-height: 1.2; }
.pdp-t20 .price-now small { display: block; font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.pdp-t20 .delivery { color: var(--ok); font-size: 13px; margin: 8px 0; }
.pdp-t20 .label { font-size: 13px; font-weight: 700; text-align: left; margin: 12px 0 6px; }
.pdp-t20 .chips { display: flex; flex-wrap: wrap; gap: 6px; }
.pdp-t20 .chip {
  border: 1px solid #bbb;
  background: #fff;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
  text-align: left;
}
.pdp-t20 .chip.is-on { border-color: var(--red); outline: 1px solid var(--red); }
.pdp-t20 .chip .std { display: block; color: var(--ok); font-size: 10px; }
.pdp-t20 .chip .nstd { display: block; color: #999; font-size: 10px; }
.pdp-t20 .t-specs { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 4px; }
.pdp-t20 .t-specs span {
  border: 1px solid var(--line);
  padding: 4px 8px;
  font-size: 11px;
  background: #fafafa;
}
.pdp-t20 .btn-red,
.pdp-t20 .btn-ghost {
  display: block;
  width: 100%;
  border-radius: 22px;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.pdp-t20 .btn-red {
  background: var(--red);
  color: #fff;
  border: 0;
  padding: 12px 20px;
  font-size: 16px;
  margin-top: 12px;
}
.pdp-t20 .btn-red:hover { background: var(--red-hover); color: #fff; }
.pdp-t20 .btn-ghost {
  background: #fff;
  color: var(--red);
  border: 1px solid var(--red);
  padding: 10px 16px;
  font-size: 14px;
  margin-top: 8px;
}
.pdp-t20 .art { font-size: 13px; color: #444; margin-top: 8px; }
.pdp-t20 .links a { display: block; color: var(--red-text); font-size: 13px; margin-top: 6px; }
.pdp-t20 .trust { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 10px; font-size: 11px; color: #555; }
.pdp-t20 .trust span { border: 1px solid var(--line); padding: 4px 8px; border-radius: 3px; }
.pdp-t20 .designs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; max-height: 268px; overflow-y: auto; }
.pdp-t20 .design {
  border: 1px solid var(--line);
  background: #fff;
  padding: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
}
.pdp-t20 .design.is-on { border-color: var(--red); }
.pdp-t20 .design img { width: 100%; height: 72px; object-fit: contain; display: block; background: #fafafa; }
.pdp-t20 .design b { display: block; margin-top: 3px; font-weight: 700; }
.pdp-t20 .d-arms { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pdp-t20 .d-arm {
  border: 1px solid var(--line);
  background: #fff;
  padding: 6px;
  cursor: pointer;
  font: inherit;
}
.pdp-t20 .d-arm.is-on { outline: 2px solid var(--red); }
.pdp-t20 .d-arm img { width: 100%; height: 72px; object-fit: contain; display: block; background: #fafafa; }
.pdp-t20 .d-arm b { display: block; margin-top: 6px; font-size: 12px; }
.pdp-t20 .t-opts-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 8px 0 6px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  background: #fafafa;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}
.pdp-t20 .t-opts-toggle.is-open,
.pdp-t20 .t-opts-toggle:hover { border-color: var(--red); }
.pdp-t20 .t-opts-toggle b { font-size: 12px; color: var(--red-text); }
.pdp-t20 .t-opt-list { max-height: 210px; overflow: auto; margin: 0 0 8px; padding: 6px 8px; border: 1px solid var(--line); text-align: left; }
.pdp-t20 .t-opt-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  cursor: pointer;
  margin: 0;
}
.pdp-t20 .t-opt-line.is-on { color: var(--red-text); font-weight: 700; }
.pdp-t20 .t-ship-sum { font-size: 12px; color: #555; margin: 4px 0 8px; }
.pdp-t20 .rate-row { font-size: 13px; color: #555; margin: -4px 0 12px; }
.pdp-t20 .rate-row .stars { color: var(--red); letter-spacing: 1px; }
.pdp-t20 .rate-row button,
.pdp-t20 .rate-row a { border: 0; background: none; color: var(--red-text); padding: 0; cursor: pointer; font: inherit; text-decoration: none; }
.pdp-t20 .t-tabs { margin-top: 16px; border: 1px solid var(--line); background: #fff; }
.pdp-t20 .tab-bar { display: flex; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.pdp-t20 .tab-bar button,
.pdp-t20 .tab-bar a {
  padding: 8px 12px;
  font-size: 13px;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}
.pdp-t20 .tab-bar button.is-on,
.pdp-t20 .tab-bar a.is-on { font-weight: 700; border-bottom: 2px solid var(--red); }
.pdp-t20 .tab-pane { display: none; padding: 14px 16px 18px; }
.pdp-t20 .tab-pane.is-on { display: block; }
.pdp-t20 .d-lead { font-size: 14px; line-height: 1.45; margin: 0 0 10px; }
.pdp-t20 .d-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pdp-t20 .d-feat {
  display: grid;
  grid-template-columns: 120px 1fr;
  border: 1px solid var(--line);
  background: #fff;
  text-align: left;
}
.pdp-t20 .d-feat.is-on { outline: 2px solid var(--red); }
.pdp-t20 .d-feat-shot { display: block; padding: 0; border: 0; background: #fafafa; cursor: zoom-in; }
.pdp-t20 .d-feat img { display: block; width: 100%; height: 100%; min-height: 92px; object-fit: cover; }
.pdp-t20 .d-feat div { padding: 8px 10px; }
.pdp-t20 .d-feat h3 { margin: 0 0 3px; font-size: 14px; }
.pdp-t20 .d-feat p { margin: 0; font-size: 12px; line-height: 1.4; color: #333; }
.pdp-t20 .d-feat-link { display: inline-block; margin-top: 4px; color: var(--red-text); font-size: 12px; font-weight: 700; }
.pdp-t20 .d-jump { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 0; }
.pdp-t20 .d-jump button { border: 1px solid var(--line); background: #fff; padding: 5px 10px; font-size: 12px; cursor: pointer; }
.pdp-t20 .d-foot { margin: 10px 0 0; font-size: 12px; line-height: 1.55; color: #555; }
.pdp-t20 .t-table { width: 100%; border-collapse: collapse; }
.pdp-t20 .t-table td { border-bottom: 1px solid #eee; padding: 6px 4px; }
.pdp-t20 .t-table td:first-child { font-weight: 700; width: 42%; color: #444; }
.pdp-t20 .d-trans-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 10px 0; }
.pdp-t20 .d-trans-shots button { border: 1px solid var(--line); background: #fff; padding: 0; cursor: pointer; }
.pdp-t20 .d-trans-shots img { width: 100%; height: 140px; object-fit: cover; display: block; }
.pdp-t20 .d-trans-shots span { display: block; padding: 6px; font-size: 12px; }
.pdp-t20 .d-opt { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--line); padding: 10px 12px; margin-bottom: 8px; text-align: left; }
.pdp-t20 .d-opt.is-on { outline: 2px solid var(--red); }
.pdp-t20 .d-opt h3 { margin: 0 0 4px; font-size: 14px; }
.pdp-t20 .d-opt p { margin: 0 0 6px; font-size: 13px; color: #333; }
.pdp-t20 .d-opt-price { display: block; font-size: 13px; color: #111; }
.pdp-t20 .d-opt-add {
  border: 1px solid var(--red);
  background: #fff;
  color: var(--red-text);
  border-radius: 22px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.pdp-t20 .d-opt.is-on .d-opt-add { background: var(--red); color: #fff; }
.pdp-t20 .oz-qa { text-align: left; }
.pdp-t20 .oz-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 12px;
}
.pdp-t20 .oz-head h3 { margin: 0; font-size: 18px; }
.pdp-t20 .oz-head span { display: block; margin-top: 2px; font-size: 12px; color: #666; }
.pdp-t20 .oz-ask-btn { width: auto; margin: 0; padding: 8px 14px; font-size: 13px; flex: 0 0 auto; white-space: nowrap; }
.pdp-t20 .oz-search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line);
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  margin: 0 0 10px;
}
.pdp-t20 .oz-form {
  border: 1px solid var(--line);
  background: #fafafa;
  padding: 10px;
  margin: 0 0 12px;
}
.pdp-t20 .oz-form[hidden] { display: none; }
.pdp-t20 .oz-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 8px; }
.pdp-t20 .oz-form input,
.pdp-t20 .oz-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line);
  padding: 8px;
  font: inherit;
  font-size: 13px;
}
.pdp-t20 .oz-form textarea { margin: 0 0 8px; resize: vertical; }
.pdp-t20 .oz-form .btn-red { display: inline-block; width: auto; padding: 8px 16px; font-size: 13px; margin: 0; }
.pdp-t20 .oz-form-error { color: var(--red-text); font-size: 12px; margin: 0 0 8px; }
.pdp-t20 .oz-form-ok { color: var(--ok); font-size: 13px; margin: 0 0 12px; }
.pdp-t20 .oz-item { border-top: 1px solid #eee; padding: 14px 0 10px; }
.pdp-t20 .oz-q { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.35; }
.pdp-t20 .oz-q span,
.pdp-t20 .oz-a span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 4px;
}
.pdp-t20 .oz-meta { margin: 4px 0 10px; font-size: 12px; color: #777; }
.pdp-t20 .oz-a { background: #f7f7f7; padding: 10px 12px; margin: 0 0 8px; }
.pdp-t20 .oz-a span { color: var(--red-text); }
.pdp-t20 .oz-a p { margin: 0; font-size: 13px; line-height: 1.55; color: #222; font-weight: 400; }
.pdp-t20 .oz-like {
  border: 1px solid var(--line);
  background: #fff;
  padding: 6px 10px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}
.pdp-t20 .oz-like.is-on { border-color: var(--red); color: var(--red-text); font-weight: 700; }
.pdp-t20 .oz-a-wait { background: #fff8e6; }
.pdp-t20 .t20-stat { margin: 10px 0 8px; font-size: 13px; color: #555; text-align: left; }
.pdp-t20 .t20-stat .product-statistic-views { margin: 4px 0; }
.pdp-t20 .d-tech,
.pdp-t20 .d-html,
.pdp-t20 .d-add,
.pdp-t20 .d-files { text-align: left; margin-top: 16px; }
.pdp-t20 .d-tech .table { font-size: 13px; margin-bottom: 8px; }
.pdp-t20 .d-add { font-size: 13px; line-height: 1.55; color: #444; }
.pdp-t20 .tab-pane[data-tab="reviews"] { text-align: left; }
.pdp-t20 .tab-pane[data-tab="reviews"] .ul-photoswipe img { width: 75px; height: 75px; object-fit: cover; }
.pdp-t20 .tab-pane[data-tab="reviews"] .comment-helpful { font-size: 13px; }
.pdp-t20 .tab-pane[data-tab="reviews"] .helpful-but { margin-left: 6px; }
.pdp-t20 .t20-review-head { margin-bottom: 12px; }
.pdp-t20 a.oz-ask-btn { display: inline-block; text-align: center; text-decoration: none; color: #fff; }
.pdp-t20 .tab-pane[data-tab="delivery"] { text-align: left; overflow-x: auto; }
.pdp-t20 .tab-pane[data-tab="delivery"] .form-group { margin-bottom: 12px; }
.pdp-t20 .tab-pane[data-tab="specs"] { text-align: left; }
@media (max-width: 767.98px) {
  .pdp-t20 .oz-head { display: grid; grid-template-columns: 1fr; }
  .pdp-t20 .oz-form-row { grid-template-columns: 1fr; }
}
.pdp-t20 .t-rev { border-bottom: 1px solid #eee; padding: 10px 0; text-align: left; }
.pdp-t20 .t-rev-stars { color: var(--red); font-size: 12px; }
.pdp-t20 .sticky {
  display: none;
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 8px 16px;
  gap: 8px;
  align-items: center;
  z-index: 5;
}
.pdp-t20 .sticky .sum { font-weight: 700; color: var(--price); font-size: 16px; }
.pdp-t20 .sticky .btn-red { margin: 0; width: auto; flex: 1; padding: 10px 12px; font-size: 14px; }
@media (max-width: 767.98px) {
  .pdp-t20 .card-grid { grid-template-columns: 1fr; }
  .pdp-t20 .hero img { height: 168px; }
  .pdp-t20 .d-feats { grid-template-columns: 1fr; }
  .pdp-t20 .d-feat { grid-template-columns: 88px 1fr; }
  .pdp-t20 .sticky { display: flex; }
}
