.pgallery { padding: 8px var(--gutter) 0; }
.pg-main {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.pg-main > img:not(.pg-seal) { max-height: 100%; width: auto; object-fit: contain; }
.pg-seal { position: absolute; right: 4px; bottom: 4px; width: 92px; height: auto; }

.pg-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 12px 0 4px;
}
.pg-thumbs::-webkit-scrollbar { display: none; }
.pg-thumb {
  flex: 0 0 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 6px;
}
.pg-thumb img { max-height: 100%; width: auto; object-fit: contain; }
.pg-thumb.is-active { border-color: #111; }

.pd-head { padding: 16px var(--gutter) 0; }
.pd-title {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.3px;
  color: #111;
  margin-bottom: 12px;
}
.pd-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
}
.pd-rating { display: flex; align-items: center; gap: 8px; }
.pd-rating .pc-stars .icon { width: 18px; height: 18px; }
.pd-reviews-link { font-size: 13px; color: var(--muted); }
.pd-help {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--green);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 18px;
  border-radius: 999px;
}
.pd-help .icon { width: 19px; height: 19px; }

.freebar { margin: 18px var(--gutter) 0; }
.freebar-head {
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 12px 16px;
  border-radius: 9px;
}
.freebar-sub {
  background: var(--panel);
  color: #555;
  font-size: 13px;
  text-align: center;
  padding: 11px 16px;
  border-radius: 9px;
  margin-top: 6px;
}

.pprice { display: flex; flex-direction: column; align-items: flex-start; padding: 20px var(--gutter) 0; }
.pp-badge {
  background: var(--discount);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.pp-old { font-size: 14px; color: var(--muted); text-decoration: line-through; }
.pp-now-row { display: flex; align-items: center; gap: 12px; margin: 2px 0; }
.pp-now { font-size: 34px; font-weight: 800; color: var(--green-price); line-height: 1.1; letter-spacing: -.5px; }
.pp-now .cur { font-size: .5em; font-weight: 700; }
.pp-economize {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  padding: 3px 9px;
}
.pp-save { font-size: 14px; font-weight: 600; color: #333; }
.pp-cash { font-size: 14px; color: #444; margin-top: 4px; }
.pp-inst { font-size: 14px; color: var(--muted); }

.pvar { padding: 22px var(--gutter) 0; }
.pvar-label { display: block; font-size: 15px; font-weight: 600; color: #333; margin-bottom: 10px; }
.pvar-swatches {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
  margin-bottom: 18px;
}
.pvar-swatches::-webkit-scrollbar { display: none; }
.swatch {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 4px;
  overflow: hidden;
}
.swatch img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.swatch.is-active { border: 2px solid #111; }

.pvar-field { margin-bottom: 16px; }
.pvar-field .pvar-label { margin-bottom: 8px; }
.pers-input {
  width: 100%;
  border: none;
  background: var(--panel);
  border-radius: 999px;
  padding: 14px 18px;
  font-size: 15px;
  color: #333;
}
.pers-input:focus { outline: 2px solid #cfcfcf; }

.cat-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 13px 40px 13px 16px;
  font-size: 15px;
  color: #333;
  background: #ededed url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 14px center;
}

.buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 8px var(--gutter) 0;
  background: var(--green);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  padding: 17px;
  border-radius: 999px;
}
.buy-btn .icon { width: 22px; height: 22px; }

.ship-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 12px var(--gutter) 0;
  background: var(--yellow);
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
  padding: 14px;
  border-radius: 999px;
}
.ship-bar .icon { width: 18px; height: 18px; }
.ship-bar-info { color: #6b5a00; }

.cepbox { display: flex; align-items: center; gap: 8px; padding: 22px var(--gutter) 8px; }
.cep-label { font-size: 15px; font-weight: 600; color: #333; }
.cep-input {
  width: 64px;
  border: none;
  background: var(--panel);
  border-radius: 8px;
  padding: 11px 10px;
  font-size: 15px;
  text-align: center;
  color: #333;
}
.cep-input.cep-b { width: 52px; }
.cep-dash { color: #999; }
.cep-btn {
  margin-left: 4px;
  background: #b6b6b6;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 18px;
  border-radius: 8px;
}

.psec {
  margin: 22px var(--gutter) 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.psec-toggle {
  justify-content: center;
  text-align: center;
  background: var(--panel);
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  border-radius: 10px;
  text-transform: none;
  letter-spacing: 0;
}
.psec-body { padding: 16px 0 4px; }
.swipe-hint { display: block; text-align: right; font-size: 13px; font-weight: 600; color: #b9923f; margin-bottom: 12px; }

.story-shelf { position: relative; }
.story-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.story-track::-webkit-scrollbar { display: none; }
.story-card {
  position: relative;
  flex: 0 0 78%;
  max-width: 300px;
  aspect-ratio: 3 / 4.4;
  border-radius: 16px;
  overflow: hidden;
  background: #222;
  scroll-snap-align: start;
}
.story-card > img { width: 100%; height: 100%; object-fit: cover; }
.story-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .78));
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.story-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #d9b25e; }
.story-title { font-size: 20px; font-weight: 800; color: #fff; line-height: 1.15; }

.spec-card {
  margin: 26px var(--gutter) 0;
  background: #1a1a1a;
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
}
.spec-title { text-align: center; font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #c8a24c; margin-bottom: 16px; }
.spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 15px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.spec-row:first-of-type { border-top: none; }
.spec-key { font-size: 14px; color: #9a9a9a; }
.spec-val { font-weight: 700; color: #fff; text-align: right; }
.spec-acc { color: #c8a24c; font-weight: 700; }

.social { padding: 32px var(--gutter) 0; text-align: center; }
.social-eyebrow { display: block; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #c8a24c; margin-bottom: 6px; }
.social-title { font-size: 27px; font-weight: 800; letter-spacing: -.5px; line-height: 1.15; color: #111; margin-bottom: 20px; }
.social-shelf { position: relative; }
.social-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 8px;
}
.social-track::-webkit-scrollbar { display: none; }
.social-card {
  position: relative;
  flex: 0 0 84%;
  max-width: 320px;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: #222;
  scroll-snap-align: center;
}
.social-card > img { width: 100%; height: 100%; object-fit: cover; }
.social-handle {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 999px;
}
.social-audio {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c8a24c;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}
.social-audio .icon { width: 16px; height: 16px; }
.social-arrow { background: #c8a24c; color: #1a1a1a; }
.social-arrow.car-arrow--prev { left: -4px; }
.social-arrow.car-arrow--next { right: -4px; }

.compare {
  margin: 30px var(--gutter) 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 6px 18px 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}
.cmp-head { display: grid; grid-template-columns: 1fr 64px 64px; align-items: end; padding: 18px 0 14px; }
.cmp-brand { text-align: center; font-size: 17px; font-weight: 800; color: #111; }
.cmp-other { text-align: center; font-size: 13px; font-weight: 600; color: var(--muted); line-height: 1.2; }
.cmp-row { display: grid; grid-template-columns: 1fr 64px 64px; align-items: center; padding: 16px 0; border-top: 1px dashed #e6e6e6; }
.cmp-feat { font-size: 15px; font-weight: 700; color: #1a1a1a; line-height: 1.25; }
.cmp-yes, .cmp-no { justify-self: center; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; }
.cmp-yes { background: var(--green); color: #fff; }
.cmp-no { background: var(--red); color: #fff; }
.cmp-yes .icon { width: 17px; height: 17px; }
.cmp-no .icon { width: 14px; height: 14px; }

.feat-list { margin: 0; padding: 6px 2px 0; }
.feat-row { display: flex; gap: 6px; padding: 5px 0; font-size: 14px; color: #333; }
.feat-row dt { font-weight: 600; }
.feat-row dd { margin: 0; }

.detail { padding: 20px var(--gutter) 0; }
.detail-h { display: block; font-size: 15px; font-weight: 700; color: #111; margin-bottom: 4px; }
.detail-line { font-size: 14px; color: #333; }
.detail-line strong { font-weight: 700; }

.gosto { border-top: 1px solid var(--line); margin-top: 26px; padding-top: 26px; }

.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 8px var(--gutter) 18px; }

.reviews { padding: 28px var(--gutter) 0; }
.rv-h { text-align: center; font-size: 16px; font-weight: 700; color: #333; margin-bottom: 16px; }
.rv-summary { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 22px; }
.rv-score { display: flex; align-items: center; gap: 8px; }
.rv-avg { font-size: 26px; font-weight: 800; color: #111; }
.rv-summary .pc-stars .icon { width: 20px; height: 20px; }
.rv-cta {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 11px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #333;
}
.rv-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.rv-total { font-size: 16px; color: #333; }
.rv-total strong { font-weight: 800; }
.rv-sort { width: auto; min-width: 130px; flex: 0 0 auto; }

.review { padding: 20px 0; border-top: 1px solid var(--line); }
.review .pc-stars { display: flex; margin-bottom: 8px; }
.review .pc-stars .icon { width: 17px; height: 17px; }
.rv-name { display: block; font-size: 15px; font-weight: 700; color: #111; }
.rv-when { display: block; font-size: 13px; color: var(--muted); margin: 2px 0 6px; }
.rv-verified { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; margin-bottom: 12px; }
.rv-verified .icon { width: 16px; height: 16px; color: var(--muted); }
.rv-text { font-size: 15px; line-height: 1.5; color: #333; margin-bottom: 12px; }
.rv-photo { width: 84px; height: 84px; object-fit: cover; border-radius: 8px; margin-bottom: 12px; }
.rv-orig { font-size: 13px; font-style: italic; color: var(--muted); line-height: 1.4; margin-bottom: 12px; }
.rv-helpful { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; color: #555; }
.rv-vote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 13px;
  color: #555;
}
.rv-vote .icon { width: 16px; height: 16px; }

.rv-more {
  display: block;
  margin: 18px auto 0;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #333;
}

.qa { text-align: center; margin-top: 32px; }
.qa-h { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 6px; }
.qa-empty { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.qa-ask {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 13px 24px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #333;
}

.rv-tech { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 28px; font-size: 12px; color: var(--muted); }
.rv-tech img { height: 22px; width: auto; }

.related { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 26px; }
