/* ============================================================
   pdp-clon-pinarello.css — FASE 4 v3.0
   Scope: .pnr-wrap  |  .pnr-sticky
   Clon exclusivo ID 33554 — Bicicletas Sanchis
   ============================================================ */

/* ── Módulo iqitcompare — ocultar botón comparar en clon ───── */
.pnr-wrap .col-add-compare,
.pnr-wrap .btn-iqitcompare-add,
.pnr-wrap i.fa-random,
.pnr-crosssells-section .btn-iqitcompare-add,
.pnr-crosssells-section i.fa-random { display: none !important; }

/* ── Reset scope ────────────────────────────────────────────── */
.pnr-wrap *, .pnr-wrap *::before, .pnr-wrap *::after,
.pnr-sticky, .pnr-sticky *, .pnr-sticky *::before, .pnr-sticky *::after {
  box-sizing: border-box;
}
.pnr-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }

/* ── Dev bar ─────────────────────────────────────────────────── */
.pnr-devbar {
  background: #1b4fcc;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-align: center;
  padding: 7px 16px;
  margin: 0 0 0;
}

/* ── Wrapper ─────────────────────────────────────────────────── */
.pnr-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  color: #1a1a1a;
  background: #fff;
}

/* ── STICKY BAR ──────────────────────────────────────────────── */
.pnr-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  border-top: 1px solid #e8e8e6;
  padding: 12px 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transform: translateY(100%);
  transition: transform .25s ease;
  box-shadow: 0 -4px 20px rgba(0,0,0,.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.pnr-sticky.pnr-sticky-visible { transform: translateY(0); }
.pnr-sticky__info { display: flex; align-items: center; gap: 12px; }
.pnr-sticky__img {
  width: 48px; height: 48px;
  border-radius: 6px; overflow: hidden;
  border: 1px solid #e8e8e6; flex-shrink: 0;
}
.pnr-sticky__img img { width: 100%; height: 100%; object-fit: contain; }
.pnr-sticky__name { font-size: 13px; font-weight: 500; color: #1a1a1a; }
.pnr-sticky__price { font-size: 16px; font-weight: 700; color: #1a1a1a; }
.pnr-sticky__btn {
  padding: 10px 24px;
  background: #1a1a1a; color: #fff;
  border: none; border-radius: 8px;
  font-size: 14px; font-weight: 500;
  cursor: pointer; white-space: nowrap;
  font-family: inherit;
  transition: background .15s;
}
.pnr-sticky__btn:hover { background: #333; }

/* ── PRODUCT GRID ────────────────────────────────────────────── */
.pnr-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 3rem;
  align-items: start;
  padding-top: 1.5rem;
}

/* ── GALLERY ─────────────────────────────────────────────────── */
.pnr-gallery { position: sticky; top: 80px; }

.pnr-gal-main {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f7f5;
  border: 1px solid #e8e8e6;
}
.pnr-gal-main img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 1.5rem;
  display: block;
  transition: opacity .2s;
}
.pnr-gal-badge-sale {
  position: absolute;
  top: 14px; left: 14px;
  background: #c41230; color: #fff;
  font-size: 12px; font-weight: 600;
  padding: 5px 12px;
  border-radius: 5px;
  letter-spacing: .04em;
}
.pnr-gal-badge-promo {
  position: absolute;
  top: 14px; right: 14px;
  background: #1a6b3c; color: #fff;
  font-size: 11px; font-weight: 500;
  padding: 4px 10px;
  border-radius: 5px;
}
.pnr-gal-zoom {
  position: absolute;
  bottom: 14px; right: 14px;
  background: rgba(255,255,255,.9);
  border: 1px solid #e8e8e6;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 11px;
  color: #6b6760;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.pnr-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.pnr-thumb {
  width: calc(16.666% - 7px);
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #f7f7f5;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: border-color .15s, opacity .15s;
  opacity: .7;
  padding: 0;
}
.pnr-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; display: block; }
.pnr-thumb:hover { opacity: 1; border-color: #9a9890; }
.pnr-thumb.pnr-thumb-active { border-color: #1a1a1a; opacity: 1; }

/* ── PRODUCT INFO ────────────────────────────────────────────── */
.pnr-info { padding-top: 4px; }

/* Brand row */
.pnr-brand-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.pnr-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
}
.pnr-badge-brand  { background: #f0efed; color: #6b6760; border: 1px solid #e0dfdb; }
.pnr-badge-stock  { background: #f0faf4; color: #1a6b3c; border: 1px solid #c0dd97; }
.pnr-badge-promo  { background: #fef2f2; color: #c41230; border: 1px solid #fca5a5; }

/* Title */
.pnr-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.pnr-subtitle { font-size: 14px; color: #6b6760; margin-bottom: 8px; }
.pnr-ref { font-size: 11px; color: #9a9890; margin-bottom: 12px; }

/* Stars row */
.pnr-stars-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0efed;
  flex-wrap: wrap;
}
/* Override iqitreviews star styles within our scope */
.pnr-stars-row .iqitreviews-simple { display: flex; align-items: center; gap: 6px; }
.pnr-stars-row .iqitreviews-rating .fa { font-size: 15px; color: #e0a400; }
.pnr-stars-row .iqitreviews-reviews-nb { font-size: 12px; color: #9a9890; }

.pnr-stars-empty {
  display: flex; gap: 2px;
}
.pnr-star {
  width: 16px; height: 16px;
  color: #e0a400; fill: #e0a400;
}
.pnr-stars-label { font-size: 13px; color: #9a9890; }
.pnr-reviews-cta {
  font-size: 12px; color: #1b4fcc;
  text-decoration: underline;
  cursor: pointer;
  background: none; border: none;
  font-family: inherit;
}

/* Price */
.pnr-price-block { margin-bottom: 6px; }
.pnr-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.pnr-price-current { font-size: 32px; font-weight: 700; color: #1a1a1a; }
.pnr-price-old { font-size: 18px; color: #9a9890; text-decoration: line-through; font-weight: 400; }
.pnr-price-saving {
  font-size: 12px; font-weight: 500;
  background: #fffbeb; color: #b45309;
  border: 1px solid #fed7aa;
  padding: 3px 10px; border-radius: 4px;
}
.pnr-price-tax { font-size: 12px; color: #9a9890; margin-top: 3px; }

/* Financing */
.pnr-financing {
  background: #eef3fd;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 12px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pnr-fin-icon {
  width: 32px; height: 32px;
  background: #1b4fcc;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.pnr-fin-main {
  font-size: 14px; font-weight: 600; color: #1b4fcc;
}
.pnr-fin-main span { font-size: 18px; }
.pnr-fin-sub { font-size: 11px; color: #6b6760; margin-top: 2px; }
.pnr-fin-link {
  font-size: 11px; color: #1b4fcc;
  text-decoration: underline;
  cursor: pointer;
  background: none; border: none;
  font-family: inherit;
  display: inline;
}

/* Urgency */
.pnr-urgency {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 10px;
  padding: 10px 14px;
  margin: 8px 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pnr-urgency-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #c41230;
  animation: pnrPulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pnrPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.85); }
}
.pnr-urgency-text { font-size: 13px; font-weight: 500; color: #c41230; }
.pnr-urgency-sub  { font-size: 11px; color: #9a9890; margin-left: auto; }

/* Benefits */
.pnr-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 14px 0;
}
.pnr-benefit {
  background: #f8f8f7;
  border-radius: 8px;
  padding: 10px 8px;
  text-align: center;
}
.pnr-benefit-icon {
  width: 28px; height: 28px;
  margin: 0 auto 5px;
  color: #1a1a1a;
}
.pnr-benefit-label { font-size: 10px; color: #6b6760; line-height: 1.3; }
.pnr-benefit-label strong { display: block; font-size: 11px; color: #1a1a1a; font-weight: 600; margin-bottom: 1px; }

/* Size */
.pnr-size-section { margin: 14px 0; }
.pnr-size-header {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.pnr-size-label { font-size: 13px; color: #6b6760; }
.pnr-size-label strong { color: #1a1a1a; }
.pnr-size-guide-btn {
  font-size: 12px; color: #1b4fcc;
  text-decoration: underline;
  cursor: pointer;
  background: none; border: none;
  font-family: inherit;
}
.pnr-size-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.pnr-size-chip {
  padding: 7px 16px;
  border: 1.5px solid #e0dfdb;
  border-radius: 7px;
  font-size: 13px; font-weight: 500;
  color: #6b6760; background: #fff;
  transition: all .15s; cursor: pointer;
  font-family: inherit;
}
.pnr-size-chip:hover { border-color: #9a9890; color: #1a1a1a; }
.pnr-size-chip.pnr-size-selected { border-color: #1a1a1a; color: #1a1a1a; background: rgba(26,26,26,.07); }
.pnr-size-chip.pnr-size-out { color: #d0cfc9; border-color: #e8e8e6; text-decoration: line-through; cursor: not-allowed; }
.pnr-size-note { font-size: 11px; color: #9a9890; margin-top: 6px; }

/* CTA group */
.pnr-cta-group { margin: 18px 0; display: flex; flex-direction: column; gap: 8px; }

/* ── Native PS ATC form layout ────────────────────────── */
.pnr-wrap .pnr-cta-group .product-add-to-cart { padding: 0 !important; }
.pnr-wrap .pnr-cta-group .product-quantity {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pnr-wrap .pnr-cta-group .product-quantity > .col { padding: 0 !important; }
.pnr-wrap .pnr-cta-group .col-add-qty { display: none !important; }
.pnr-wrap .pnr-cta-group .col-add-wishlist { display: none !important; }
.pnr-wrap .pnr-cta-group .col-add-btn { width: 100% !important; flex: none !important; }
.pnr-wrap .pnr-cta-group .product-minimal-quantity { display: none !important; }
.pnr-wrap .pnr-cta-group .stock-info { display: none !important; }
/* Qty row */
.pnr-wrap .pnr-cta-group .row.product-quantity { flex-direction: column !important; }
/* add btn override */
.pnr-wrap .pnr-cta-group .add { width: 100%; }
.pnr-wrap .pnr-cta-group .btn-primary.add-to-cart,
.pnr-wrap .pnr-cta-group .add-to-cart {
  width: 100% !important;
  padding: 15px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border-radius: 9px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: background .15s !important;
  letter-spacing: .01em !important;
  border: none !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: 1.2 !important;
}
.pnr-wrap .pnr-cta-group .btn-primary.add-to-cart:hover,
.pnr-wrap .pnr-cta-group .add-to-cart:hover { background: #333 !important; }
.pnr-wrap .pnr-cta-group .add-to-cart .fa { display: none !important; }

/* ── Comprar ahora ───────────────────────────────────── */
.pnr-btn-buy-now {
  width: 100%;
  padding: 14px;
  background: #fff; color: #1a1a1a;
  border: 2px solid #1a1a1a; border-radius: 9px;
  font-size: 14px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: all .15s; cursor: pointer; font-family: inherit;
  letter-spacing: .01em;
}
.pnr-btn-buy-now:hover { background: #1a1a1a; color: #fff; }
.pnr-btn-buy-now svg { width: 18px; height: 18px; flex-shrink: 0; }
.pnr-btn-buy-now.pnr-loading { opacity: .7; pointer-events: none; }

.pnr-btn-cart {
  width: 100%;
  padding: 15px;
  background: #1a1a1a; color: #fff;
  border: none; border-radius: 9px;
  font-size: 15px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: background .15s; letter-spacing: .01em;
  cursor: pointer; font-family: inherit;
}
.pnr-btn-cart:hover { background: #333; }
.pnr-btn-cart svg { width: 18px; height: 18px; flex-shrink: 0; }

.pnr-btn-wa {
  width: 100%;
  padding: 13px;
  background: #fff; color: #1a1a1a;
  border: 2px solid #1a1a1a; border-radius: 9px;
  font-size: 14px; font-weight: 500;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: all .15s; cursor: pointer;
  text-decoration: none;
}
.pnr-btn-wa:hover { background: #f8f8f7; color: #1a1a1a; text-decoration: none; }
.pnr-btn-wa svg { width: 20px; height: 20px; flex-shrink: 0; fill: #25d366; }

.pnr-btn-wish {
  width: 100%;
  padding: 11px;
  background: transparent; color: #9a9890;
  border: 1px solid #e8e8e6; border-radius: 9px;
  font-size: 13px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  transition: all .15s; cursor: pointer; font-family: inherit;
}
.pnr-btn-wish:hover { color: #1a1a1a; border-color: #9a9890; }
.pnr-btn-wish svg { width: 16px; height: 16px; }

/* Trust */
.pnr-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0efed;
}
.pnr-trust-item { text-align: center; padding: 10px 6px; }
.pnr-trust-icon { width: 24px; height: 24px; margin: 0 auto 5px; color: #1a6b3c; }
.pnr-trust-label { font-size: 10px; color: #6b6760; line-height: 1.3; }
.pnr-trust-label strong { display: block; font-size: 11px; color: #1a1a1a; font-weight: 600; margin-bottom: 1px; }

/* Payments */
.pnr-payments {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f0efed;
  flex-wrap: wrap;
}
.pnr-pay-label { font-size: 11px; color: #9a9890; margin-right: 4px; }
.pnr-pay-badge {
  padding: 4px 10px;
  background: #f7f7f5;
  border: 1px solid #e8e8e6;
  border-radius: 4px;
  font-size: 10px; font-weight: 600; color: #6b6760;
}

/* ── IA MODULE WRAP ──────────────────────────────────────────── */
.pnr-ia-wrap {
  border-top: 1px solid #e8e8e6;
  margin-top: 2rem;
  padding-top: 0;
}
.pnr-ia-wrap .mag-qa-container { max-width: 100%; }

/* ── TABS SECTION ────────────────────────────────────────────── */
.pnr-tabs-section {
  max-width: 1280px;
  margin: 2rem auto 3rem;
  padding: 0 2rem;
}
.pnr-tab-nav {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e8e8e6;
  margin-bottom: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.pnr-tab-nav::-webkit-scrollbar { display: none; }
.pnr-tab-btn {
  padding: 12px 20px;
  font-size: 14px; font-weight: 500;
  color: #9a9890;
  background: none; border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all .15s;
  white-space: nowrap;
  font-family: inherit;
}
.pnr-tab-btn:hover { color: #1a1a1a; }
.pnr-tab-btn.pnr-tab-active { color: #1a1a1a; border-bottom-color: #1a1a1a; }
.pnr-tab-pane { display: none; }
.pnr-tab-pane.pnr-tab-open { display: block; }

/* Description tab */
.pnr-desc-hero { font-size: 22px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.pnr-desc-tagline { font-size: 16px; color: #6b6760; margin-bottom: 2rem; font-style: italic; }
.pnr-desc-body { font-size: 15px; line-height: 1.75; color: #3a3a3a; margin-bottom: 1.5rem; }
.pnr-feat-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}
.pnr-feat-card { background: #f8f8f7; border-radius: 10px; padding: 1.25rem; }
.pnr-feat-card-icon { width: 32px; height: 32px; margin-bottom: 8px; color: #1a1a1a; }
.pnr-feat-card-title { font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.pnr-feat-card-text { font-size: 13px; color: #6b6760; line-height: 1.5; }
.pnr-desc-quote {
  border-left: 3px solid #1a1a1a;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: #f8f8f7;
  border-radius: 0 8px 8px 0;
}
.pnr-desc-quote p { font-size: 15px; font-style: italic; color: #3a3a3a; line-height: 1.6; }

/* Specs tab */
.pnr-specs-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pnr-specs-table tr { border-bottom: 1px solid #f0efed; }
.pnr-specs-table tr:last-child { border-bottom: none; }
.pnr-specs-table td { padding: 12px 16px; vertical-align: top; }
.pnr-specs-table td:first-child { font-weight: 600; color: #1a1a1a; width: 32%; background: #f8f8f7; border-radius: 4px; }
.pnr-specs-table td:last-child { color: #3a3a3a; }
.pnr-specs-cat {
  font-size: 11px; font-weight: 700; color: #9a9890;
  text-transform: uppercase; letter-spacing: .08em;
  padding: 16px 0 8px; display: block;
}

/* Size guide tab */
.pnr-size-intro { font-size: 14px; color: #6b6760; margin-bottom: 1.5rem; line-height: 1.6; }
.pnr-size-table-wrap { overflow-x: auto; }
.pnr-size-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pnr-size-table th { text-align: left; padding: 10px 14px; background: #1a1a1a; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.pnr-size-table td { padding: 11px 14px; border-bottom: 1px solid #f0efed; color: #3a3a3a; }
.pnr-size-table tr.pnr-size-hl td { background: #fff9db; font-weight: 600; }
.pnr-size-table tr.pnr-size-hl td:first-child::after { content: " ← este producto"; font-size: 10px; color: #b45309; display: block; font-weight: 400; }
.pnr-size-tip { background: #eef3fd; border-radius: 8px; padding: 14px 16px; margin-top: 1.5rem; font-size: 13px; color: #1b4fcc; }
.pnr-size-tip a { color: #1b4fcc; font-weight: 600; }

/* Reviews tab */
.pnr-reviews-wrap { padding: 1rem 0; }
/* Override iqitreviews styles in our scope */
.pnr-reviews-wrap #iqit-reviews { margin-top: 0 !important; }

/* ── MODAL TALLAS ────────────────────────────────────────────── */
.pnr-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 300;
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .2s;
}
.pnr-modal-overlay.pnr-modal-open { opacity: 1; pointer-events: auto; }
.pnr-modal-box {
  background: #fff; width: 100%; max-width: 640px;
  border-radius: 16px 16px 0 0;
  padding: 2rem;
  max-height: 85vh; overflow-y: auto;
  transform: translateY(40px);
  transition: transform .25s ease;
}
.pnr-modal-overlay.pnr-modal-open .pnr-modal-box { transform: translateY(0); }
.pnr-modal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.pnr-modal-title { font-size: 18px; font-weight: 700; color: #1a1a1a; }
.pnr-modal-close { font-size: 22px; color: #9a9890; cursor: pointer; padding: 4px; line-height: 1; background: none; border: none; }
.pnr-modal-close:hover { color: #1a1a1a; }

/* ── CROSS-SELLS (dejamos al módulo ecom_recomendedbyia) ─────── */
.pnr-crosssells-section {
  max-width: 1280px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
}
.pnr-crosssells-section .ecom-section-title {
  font-size: 20px; font-weight: 700; margin-bottom: 1.5rem; color: #1a1a1a;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .pnr-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .pnr-gallery { position: static; }
  .pnr-benefits { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .pnr-wrap { padding: 0 1rem 2rem; }
  .pnr-title { font-size: 20px; }
  .pnr-price-current { font-size: 26px; }
  .pnr-trust-row { grid-template-columns: repeat(2, 1fr); }
  .pnr-feat-cards { grid-template-columns: 1fr; }
  .pnr-tabs-section { padding: 0 1rem; }
  .pnr-tab-btn { padding: 10px 14px; font-size: 13px; }
}

/* ============================================================
   == WRS-PDP-REDESIGN SUPPLEMENT ==
   Estiliza los PARTIALS NATIVOS de PrestaShop (precio, variantes,
   disponibilidad, descuentos, reassurance) dentro del layout .pnr-*.
   Añadido para el rediseño PDP GLOBAL (10-jul-2026).
   ============================================================ */

/* ── Precio (product-prices.tpl) ── */
.pnr-price-block { margin: 16px 0 14px; }
.pnr-price-block .product-prices { margin: 0; padding: 0; border: 0; }
.pnr-price-block .product-reference { font-size: 11px; color: #9a9890; margin-bottom: 6px; }
.pnr-price-block .current-price { display: inline-flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.pnr-price-block .current-price .current-price-value,
.pnr-price-block .current-price .product-price { font-size: 32px; font-weight: 700; color: #1a1a1a; letter-spacing: -1px; }
.pnr-price-block .product-discount .regular-price { font-size: 18px; color: #9a9890; text-decoration: line-through; font-weight: 400; }
.pnr-price-block .badge-discount { display: inline-block; background: #c41230; color: #fff; font-size: 12px; font-weight: 600; padding: 3px 8px; border-radius: 6px; margin-left: 4px; }
.pnr-price-block .tax-shipping-delivery-label { font-size: 12px; color: #9a9890; margin-top: 4px; }
.pnr-price-block .product-without-taxes,
.pnr-price-block .product-unit-price,
.pnr-price-block .price-ecotax { font-size: 12px; color: #9a9890; margin: 2px 0 0; }
.pnr-price-block #product-availability { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 500; }
.pnr-price-block .delivery-information { display: block; font-size: 12px; color: #6b6760; margin-top: 4px; }

/* ── Selector de combinaciones (product-variants.tpl) ── */
.pnr-cta-group .product-variants { margin: 0 0 18px; }
.pnr-cta-group .product-variants-item { margin-bottom: 12px; }
.pnr-cta-group .product-variants .form-control-label,
.pnr-cta-group .product-variants .control-label { display: block; font-size: 13px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .3px; }
.pnr-cta-group .product-variants select.form-control { max-width: 320px; height: 42px; border: 1.5px solid #ddd; border-radius: 8px; padding: 0 12px; font-size: 14px; }
.pnr-cta-group .product-variants ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pnr-cta-group .product-variants .input-color,
.pnr-cta-group .product-variants .input-radio { position: absolute; opacity: 0; }
.pnr-cta-group .product-variants label { margin: 0; cursor: pointer; }
.pnr-cta-group .product-variants .radio-label { display: inline-block; min-width: 44px; text-align: center; padding: 9px 14px; border: 1.5px solid #ddd; border-radius: 8px; font-size: 14px; font-weight: 600; background: #fff; transition: all .15s ease; }
.pnr-cta-group .product-variants input:checked + span.radio-label,
.pnr-cta-group .product-variants .input-container input:checked ~ .radio-label { border-color: #1a1a1a; background: #1a1a1a; color: #fff; }
.pnr-cta-group .product-variants .color { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #ddd; }
.pnr-cta-group .product-variants input:checked + span.color,
.pnr-cta-group .product-variants .input-color:checked + span.color { border-color: #1a1a1a; box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1a1a1a; }

/* ── Pack ── */
.pnr-pack { margin: 0 0 16px; padding: 12px; background: #f8f8f7; border-radius: 10px; }

/* ── Descuentos por cantidad (product-discounts.tpl) ── */
.pnr-cta-group .product-discounts { margin: 14px 0 0; }
.pnr-cta-group .product-discounts .table { width: 100%; font-size: 13px; }

/* ── Info adicional nativa + reassurance ── */
.pnr-reassurance { margin: 14px 0; }
.pnr-reassurance .block-reassurance ul,
.pnr-reassurance ul { list-style: none; margin: 0; padding: 0; }
.pnr-cta-group .product-additional-info { margin-top: 12px; }
.pnr-cta-group .product-additional-info .social-sharing { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

/* ── Add-to-cart deshabilitado (sin stock / falta elegir variante) ── */
.pnr-cta-group .add-to-cart[disabled],
.pnr-cta-group .add-to-cart.disabled { background: #c8c8c8 !important; cursor: not-allowed; }

/* ============================================================
   == WRS-PDP-REFINAMIENTO 10-jul-2026 ==
   Píldoras de color, estrellas visuales, entrega y financiación provisional.
   ============================================================ */

/* ── Fila de etiquetas / píldoras ── */
.pnr-brand-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 10px; }
.pnr-pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; border-radius: 999px; border: 2px solid transparent; font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: .2px; }
.pnr-pill-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; display: inline-block; }
.pnr-pill-stock { color: #1a8f3c; background: #eaf7ee; border-color: #1a8f3c; }
.pnr-pill-out   { color: #c41230; background: #fdeef1; border-color: #c41230; }
.pnr-pill-offer { color: #fff;    background: #c41230; border-color: #c41230; }

/* ── Estrellas visuales (sin reseñas) — gris, NO implican rating real ── */
.pnr-stars-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 8px; }
.pnr-stars-visual { display: inline-flex; align-items: center; gap: 2px; color: #c9ccd1; }
.pnr-stars-visual svg { display: block; }
.pnr-rating-text { font-size: 12.5px; color: #6b6760; text-decoration: none; cursor: pointer; }
.pnr-rating-text:hover { color: #c41230; text-decoration: underline; }

/* ── Plazo de entrega ── */
.pnr-delivery { display: flex; align-items: center; gap: 9px; margin: 10px 0 12px; padding: 9px 12px; background: #f6f8f6; border-left: 3px solid #1a8f3c; border-radius: 8px; font-size: 13px; color: #1a1a1a; }
.pnr-delivery-ico { color: #1a8f3c; display: inline-flex; flex-shrink: 0; }
.pnr-delivery-txt strong { font-weight: 700; }

/* ── Financiación provisional (SeQura-PENDIENTE) ── */
.pnr-financing.pnr-financing-provisional { display: flex; align-items: center; gap: 11px; margin: 12px 0; padding: 11px 13px; background: #f4f7ff; border: 1px solid #d6e2ff; border-radius: 10px; }
.pnr-financing-provisional .pnr-fin-icon { flex-shrink: 0; width: 38px; height: 38px; border-radius: 9px; background: #1b4fcc; display: flex; align-items: center; justify-content: center; }
.pnr-financing-provisional .pnr-fin-main { font-size: 14px; color: #1a1a1a; margin: 0; }
.pnr-financing-provisional .pnr-fin-main strong { color: #1b4fcc; }
.pnr-financing-provisional .pnr-fin-sub { font-size: 11.5px; color: #6b6760; margin: 2px 0 0; }

/* ============================================================
   == WRS-PDP-AJUSTES-FINOS 10-jul-2026 ==
   Estrellas ámbar, insignia de ahorro naranja, dedupe de urgencia/referencia,
   check en píldora de stock.
   ============================================================ */

/* Píldora de stock: icono check/aspa alineado */
.pnr-pill .pnr-pill-ico { flex-shrink: 0; }

/* Estrellas visuales en AMARILLO/ámbar (relleno) — decoración honesta, sin rating real */
.pnr-stars-visual { color: #f5a623; }
.pnr-stars-visual svg { fill: #f5a623; stroke: #f5a623; }

/* Insignia de ahorro (naranja/ámbar) junto al precio */
.pnr-price-block { position: relative; }
.pnr-saving-badge { display: inline-block; margin-top: 8px; padding: 4px 11px; border-radius: 8px; background: #fff2e0; color: #9a5b00; border: 1px solid #ffcf8f; font-size: 13px; font-weight: 700; letter-spacing: .2px; }

/* DEDUPE urgencia: ocultar el badge de disponibilidad NATIVO sobre el precio
   (la urgencia queda en la línea roja .pnr-urgency; el estado, en la píldora superior) */
.pnr-price-block #product-availability,
.pnr-price-block .js-product-availability { display: none !important; }

/* DEDUPE referencia: la ficha muestra "Ref. …" (pnr-ref) una sola vez;
   ocultar la "Referencia …" nativa del bloque de precio */
.pnr-price-block .product-reference { display: none !important; }

/* ============================================================
   == WRS-PDP-FONDOS-BLANCOS 10-jul-2026 ==
   Solo color de fondo: gris neutro -> blanco. Se conservan bordes sutiles
   y TODOS los colores con intención (píldoras, ahorro, estrellas, urgencia roja).
   Sin sombras. No cambia estructura ni contenido.
   ============================================================ */

/* Galería: marco imagen principal y miniaturas (gris #f7f7f5 -> blanco) */
.pnr-gal-main { background: #fff; }                 /* conserva su border 1px #e8e8e6 */
.pnr-thumb    { background: #fff; border-color: #e8e8e6; } /* borde sutil para diferenciar sobre blanco */

/* Caja de envío (gris #f6f8f6 -> blanco); mantiene el filete verde a la izquierda */
.pnr-delivery { background: #fff; border: 1px solid #e8e8e6; border-left: 3px solid #1a8f3c; }

/* Caja de financiación (gris azulado #f4f7ff -> blanco); conserva su borde azul sutil */
.pnr-financing.pnr-financing-provisional { background: #fff; border: 1px solid #d6e2ff; }

/* Pack (gris #f8f8f7 -> blanco) */
.pnr-pack { background: #fff; border: 1px solid #e8e8e6; }

/* Caja de urgencia: fondo rosado -> BLANCO, pero se mantiene la "línea roja"
   (borde rojo + texto rojo + punto rojo intactos) */
.pnr-urgency { background: #fff; }                  /* border #fca5a5 y textos rojos se conservan */

/* Benefits (no se renderiza hoy, por consistencia si volviera) */
.pnr-benefit { background: #fff; }
