
.pdp-price-block { background: #fff; border: 1px solid var(--c-border); border-radius: var(--r); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.price-current { font-family: var(--fh); font-size: 2rem; font-weight: 700; color: var(--c-text); }
.price-old { font-family: var(--fb); font-size: 16px; color: var(--c-red); text-decoration: line-through; }
.price-save { background: #fff1eb; color: #c0441a; border: 1px solid #fdd0bb; font-family: var(--fb); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: var(--r-xs); }
.price-bnpl { display: flex; align-items: center; gap: 7px; font-family: var(--fb); font-size: 12px; color: var(--c-text3); margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--c-border); }
.price-bnpl strong { color: var(--c-green); }

.pdp-urgency { display: flex; align-items: center; gap: 9px; font-family: var(--fb); font-size: 13px; color: #c0441a; background: #fff1eb; border: 1px solid #fdd0bb; border-radius: var(--r-sm); padding: 11px 14px; }
.urgency-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-accent); flex-shrink: 0; animation: pulse-u 1.5s ease-in-out infinite; }
@keyframes pulse-u { 0%,100% { box-shadow: 0 0 0 0 rgba(255,107,43,.4); } 50% { box-shadow: 0 0 0 6px rgba(255,107,43,0); } }
.pdp-qty-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.qty-label { font-family: var(--fb); font-size: 13px; color: var(--c-text2); font-weight: 500; }
.qty-control { display: flex; align-items: center; background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.qty-btn { width: 40px; height: 40px; background: none; border: none; color: var(--c-text2); font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .15s; }
.qty-btn:hover { background: var(--c-bg3); color: var(--c-primary); }
.qty-num { min-width: 38px; text-align: center; font-family: var(--fb); font-weight: 600; font-size: 15px; color: var(--c-text); border-left: 1px solid var(--c-border); border-right: 1px solid var(--c-border); padding: 0 8px; line-height: 40px; }
.pdp-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-cart { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--c-primary); color: #fff; border: none; border-radius: 100px; font-family: var(--fb); font-weight: 600; font-size: 15px; padding: 14px 18px; cursor: pointer; transition: .2s; box-shadow: 0 4px 16px rgba(0,182,214,0.28); }
.btn-cart:hover { background: var(--c-primary-dk); transform: translateY(-2px); }
.btn-cart:disabled { opacity: .6; transform: none; cursor: wait; }
.btn-buy-now { display: flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: var(--c-text); border: 1px solid var(--c-border2); border-radius: 100px; font-family: var(--fb); font-weight: 600; font-size: 15px; padding: 14px 18px; cursor: pointer; transition: .2s; box-shadow: var(--shadow-sm); }
.btn-buy-now:hover { background: var(--c-bg3); transform: translateY(-2px); }
.btn-whatsapp { display: flex; align-items: center; justify-content: center; gap: 10px; background: #25D366; color: #fff; border-radius: 100px; padding: 14px 20px; text-decoration: none; font-family: var(--fb); font-weight: 600; font-size: 15px; transition: .2s; box-shadow: 0 4px 16px rgba(37,211,102,0.28); width: 100%; }
.btn-whatsapp:hover { background: #1aad4e; transform: translateY(-2px); }
.pdp-delivery { background: #fff; border: 1px solid var(--c-border); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
.delivery-row-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--c-border); font-family: var(--fb); font-size: 13px; }
.delivery-row-item:last-child { border-bottom: none; }
.delivery-icon { width: 36px; height: 36px; border-radius: var(--r-xs); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--c-primary); background: #e0f7fd; }
.delivery-text { flex: 1; }
.delivery-text strong { display: block; font-weight: 600; color: var(--c-text); font-size: 13px; }
.delivery-text span { color: var(--c-text3); font-size: 12px; margin-top: 1px; display: block; }
.delivery-val-tag { font-family: var(--fb); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: var(--r-xs); align-self: center; flex-shrink: 0; }
.tag-free { background: #dcfce7; color: #15803d; }
.tag-fast { background: #e0f7fd; color: #0077a8; }
.tag-3mo  { background: #fef9eb; color: #92620a; }
/* ── TABS ── */
.pdp-tabs-wrap { max-width: 1200px; margin: 48px auto 0; background: #fff; border-radius: var(--r); border: 1px solid var(--c-border); box-shadow: var(--shadow-sm); overflow: hidden; }
.tab-nav { display: flex; border-bottom: 1px solid var(--c-border); overflow-x: auto; scrollbar-width: none; background: var(--c-bg2); }
.tab-nav::-webkit-scrollbar { display: none; }
.tab-nav-btn { background: none; border: none; border-bottom: 2px solid transparent; padding: 16px 24px; font-family: var(--fb); font-size: 14px; font-weight: 500; color: var(--c-text3); cursor: pointer; white-space: nowrap; transition: .2s; position: relative; top: 1px; }
.tab-nav-btn:hover { color: var(--c-text2); }
.tab-nav-btn.active { color: var(--c-primary); border-bottom-color: var(--c-primary); background: #fff; }
.tab-pane { display: none; padding: 32px; }
.tab-pane.active { display: block; }
.pdp-description { font-family: var(--fb); font-size: 15px; color: var(--c-text2); line-height: 1.75; max-width: 740px; }
.pdp-description p { margin: 0 0 14px; }
.pdp-description ul { padding-left: 20px; margin: 0 0 14px; }
.pdp-description li { margin-bottom: 6px; }
.specs-table { width: 100%; border-collapse: collapse; font-family: var(--fb); font-size: 14px; max-width: 680px; }
.specs-table tr { border-bottom: 1px solid var(--c-border); }
.specs-table tr:last-child { border-bottom: none; }
.specs-table td { padding: 12px 14px; vertical-align: top; line-height: 1.5; }
.specs-table td:first-child { color: var(--c-text3); font-weight: 500; width: 36%; background: var(--c-bg2); }
.specs-table td:last-child { color: var(--c-text); }
.reviews-summary-bar { display: flex; align-items: center; gap: 28px; margin-bottom: 28px; flex-wrap: wrap; }
.big-rating { text-align: center; }
.big-rating-num { font-family: var(--fh); font-size: 3.25rem; font-weight: 700; color: var(--c-text); line-height: 1; }
.big-rating-stars { color: var(--c-gold); font-size: 18px; margin: 5px 0 4px; letter-spacing: 2px; }
.big-rating-count { font-family: var(--fb); font-size: 12px; color: var(--c-text3); }
.rating-bars { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 5px; }
.rbar-row { display: flex; align-items: center; gap: 9px; font-family: var(--fb); font-size: 12px; color: var(--c-text3); }
.rbar-track { flex: 1; height: 6px; background: var(--c-bg3); border-radius: 4px; overflow: hidden; }
.rbar-fill { height: 100%; border-radius: 4px; background: var(--c-gold); }
.review-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.review-card-item { background: var(--c-bg2); border: 1px solid var(--c-border); border-radius: var(--r); padding: 18px 20px; }
.rci-header { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 9px; }
.rci-avatar { width: 38px; height: 38px; border-radius: 50%; background: #e0f7fd; border: 1px solid #b3eaf7; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-size: 13px; font-weight: 700; color: var(--c-primary); flex-shrink: 0; }
.rci-meta { flex: 1; }
.rci-name { font-family: var(--fb); font-size: 14px; font-weight: 600; color: var(--c-text); display: flex; align-items: center; gap: 7px; }
.verified-badge { background: #dcfce7; color: #15803d; border: 1px solid #bbf7d0; font-family: var(--fb); font-size: 10px; font-weight: 600; padding: 2px 7px; border-radius: 4px; }
.rci-stars { color: var(--c-gold); font-size: 12px; margin-top: 2px; letter-spacing: 1px; }
.rci-date { color: var(--c-text3); font-family: var(--fb); font-size: 12px; margin-top: 2px; }
.rci-comment { font-family: var(--fb); font-size: 14px; color: var(--c-text2); line-height: 1.65; margin: 0; }
.review-form-wrap { background: var(--c-bg2); border: 1px solid var(--c-border); border-radius: var(--r); padding: 24px; }
.review-form-wrap h4 { font-family: var(--fh); font-size: 1.05rem; font-weight: 700; color: var(--c-text); margin: 0 0 16px; }
.review-login-note { font-family: var(--fb); font-size: 14px; color: var(--c-text3); }
.review-login-note a { color: var(--c-primary-dk); font-weight: 600; text-decoration: none; }
.star-picker { display: flex; gap: 5px; margin-bottom: 14px; }
.star-picker span { font-size: 28px; color: var(--c-border2); cursor: pointer; transition: .15s; line-height: 1; }
.star-picker span:hover, .star-picker span.lit { color: var(--c-gold); }
.star-picker span:hover { transform: scale(1.15); }
.review-textarea { width: 100%; background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-sm); padding: 12px 14px; font-family: var(--fb); font-size: 14px; color: var(--c-text); resize: vertical; min-height: 96px; outline: none; transition: .2s; box-sizing: border-box; }
.review-textarea:focus { border-color: var(--c-primary); box-shadow: 0 0 0 3px rgba(0,182,214,0.12); }
.btn-submit-review { margin-top: 11px; background: var(--c-primary); color: #fff; border: none; border-radius: 100px; padding: 12px 28px; font-family: var(--fb); font-weight: 600; font-size: 14px; cursor: pointer; transition: .2s; }
.btn-submit-review:hover { background: var(--c-primary-dk); transform: translateY(-2px); }
/* ── RELATED ── */
.related-section { background: var(--c-bg3); border-top: 1px solid var(--c-border); padding: 52px 20px; }
.related-inner { max-width: 1200px; margin: 0 auto; }
.related-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; flex-wrap: wrap; gap: 10px; }
.related-label { font-family: var(--fb); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--c-primary-dk); margin-bottom: 3px; }
.related-title { font-family: var(--fh); font-size: 1.4rem; font-weight: 700; color: var(--c-text); margin: 0; }
.section-link { font-family: var(--fb); font-size: 14px; font-weight: 600; color: var(--c-primary-dk); text-decoration: none; display: flex; align-items: center; gap: 4px; transition: gap .2s; }
.section-link:hover { gap: 8px; }
/* ── LIGHTBOX ── */
.media-modal { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.88); align-items: center; justify-content: center; padding: 20px; }
.media-modal.open { display: flex; }
.media-modal-inner { position: relative; max-width: 92vw; max-height: 90vh; width: min(92vw, 960px); }
.media-modal-inner img { max-width: 92vw; max-height: 85vh; border-radius: var(--r); display: block; margin: 0 auto; }
.media-modal-inner video, .media-modal-inner iframe { width: 100%; aspect-ratio: 16/9; max-height: 85vh; border-radius: var(--r); display: block; border: 0; }
.modal-close { position: fixed; top: 18px; right: 24px; color: #fff; font-size: 34px; font-weight: 300; cursor: pointer; line-height: 1; opacity: .75; transition: .2s; background: none; border: none; }
.modal-close:hover { opacity: 1; }
/* ── MOBILE STICKY ── */
.mobile-sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--c-border); padding: 10px 16px; z-index: 800; gap: 10px; box-shadow: 0 -4px 16px rgba(0,0,0,0.07); }
.mobile-sticky-cta .btn-cart, .mobile-sticky-cta .btn-buy-now { flex: 1; padding: 12px 10px; font-size: 14px; }
/* ── RESPONSIVE ── */
@media (max-width: 1024px) { .pdp-grid { gap: 24px; } }
@media (max-width: 860px) {
  .pdp-grid { grid-template-columns: 1fr; gap: 24px; }
  .pdp-gallery { position: static; }
  .mobile-sticky-cta { display: flex; }
}
@media (max-width: 540px) {
  .pdp-actions { grid-template-columns: 1fr; }
  .pdp-page { padding: 20px 12px 96px; }
  .tab-pane { padding: 22px 16px; }
  .tab-nav-btn { padding: 14px 16px; font-size: 13px; }
  .reviews-summary-bar { gap: 16px; }
}
button:focus-visible, a:focus-visible { outline: 2px solid var(--c-primary); outline-offset: 2px; border-radius: var(--r-xs); }