/**
 * Multiverse Beans - New Product Detail Page Styles
 * Based on the new PDP design with modern card-based layout
 * Complete CSS extracted from HTML mockup
 */

/* ===== CSS VARIABLES ===== */
:root {
  --pdp-bg: #ffffff;
  --pdp-cream: #fbf3e3;
  --pdp-tan: #ece0c6;
  --pdp-ink: #211c17;
  --pdp-ink2: #5d544a;
  --pdp-muted: #8a7f70;
  --pdp-faint: #b6ab98;
  --pdp-orange: #bd611e;
  --pdp-orange-d: #9c4e16;
  --pdp-orange-l: #f7ede0;
  --pdp-orange-line: #e7c9a8;
  --pdp-green: #3f6147;
  --pdp-check: #4f9e51;
  --pdp-purple: #4a2f6b;
  --pdp-pillbg: #f0e7d6;
  --pdp-line: #ece6da;
  --pdp-line2: #e3d9c6;
  --pdp-field: #f6f1e7;
}

/* ===== BASE RESET ===== */
.pdp-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Force hide WooCommerce default variation add-to-cart */
.pdp-wrap .single_variation_wrap,
.pdp-buycard .single_variation_wrap {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pdp-pay-row{
	display: flex;
    align-items: center;
    justify-content: center;
}

.payment_method_icons{
	display:flex;
}
/* Hide bundle plugin's default quantity and add-to-cart button */
.pdp-bundle-selection .quantity,
.pdp-bundle-selection .single_add_to_cart_button,
.pdp-bundle-selection button[type="submit"] {
  display: none !important;
}

/* Hide entire duplicate cart form on bundle products */
.pdp-bundle-selection form.cart {
  display: none !important;
}

.pdp-wrap {

  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.5;
}

.pdp-wrap .serif {
  font-family: 'Zilla Slab', serif;
}

.pdp-wrap .disp {
  font-family: 'Archivo', sans-serif;
}

.pdp-wrap a {
  color: inherit;
  text-decoration: none;
}

.pdp-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ===== LAYOUT ===== */
.pdp-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.pdp-crumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: var(--pdp-muted);
  padding: 18px 0 4px;
  align-items: center;
}

.pdp-crumb a {
  color: var(--pdp-orange);
  text-decoration: none;
}

.pdp-crumb .sep {
  color: var(--pdp-faint);
}

.pdp-crumb .cur {
  color: var(--pdp-ink2);
}

.pdp-hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "gallery identity"
    "gallery buycard";
  gap: 0 22px;
  align-items: start;
  padding: 14px 0 40px;
}

.pdp-gallery-col {
  grid-area: gallery;
}

.pdp-identity {
  grid-area: identity;
}

.pdp-buy-col {
  grid-area: buycard;
}


/* ===== GALLERY ===== */
.pdp-gallery-col {
  position: sticky;
  top: 110px;
}

.pdp-gallery {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #0b0b0b;
  border: 1px solid var(--pdp-line2);
}

.pdp-gscroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  height: 560px;
}

.pdp-gscroll::-webkit-scrollbar {
  display: none;
}

.pdp-gslide {
  flex: 0 0 100%;
  scroll-snap-align: center;
}

.pdp-gslide img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.pdp-g-type {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--pdp-green);
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .5px;
  padding: 7px 18px;
  border-bottom-right-radius: 14px;
  z-index: 6;
  text-transform: uppercase;
}

.pdp-g-zoom {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 20px;
  z-index: 6;
  cursor: pointer;
}

.pdp-g-award {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
  color: #ffd9a8;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 22px;
}

.pdp-g-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 22px;
  z-index: 6;
  cursor: pointer;
  transition: background .15s;
}

.pdp-g-nav:hover {
  background: #fff;
}

.pdp-g-prev {
  left: 16px;
}

.pdp-g-next {
  right: 16px;
}

.pdp-gthumbs {
  display: flex;
  gap: 12px;
  margin-top: 5px;
}

.pdp-gthumb {
  flex: 1;
  height: 96px;
  border-radius: 13px;
  overflow: hidden;
  border: 2px solid var(--pdp-line2);
  cursor: pointer;
  background: #0b0b0b;
  transition: border-color .15s;
}

.pdp-gthumb.on {
  border-color: var(--pdp-orange);
}

.pdp-gthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gallery dots — hidden on desktop, shown via mobile media query */
.pdp-gdots {
  display: none;
}

/* ===== BUY COLUMN (RIGHT) ===== */
.pdp-buy-col {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pdp-buycard {
  border: 1.5px solid var(--pdp-line2);
  border-radius: 18px;
  padding: 22px 20px 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (max-width: 980px) {
  .pdp-buy-col {
    position: static;
  }
}

.pdp-breeder {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--pdp-orange);
  text-transform: uppercase;
  letter-spacing: .7px;
  margin-bottom: 6px;
}

.pdp-pname {
  font-weight: 800;
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #000 !important;
}

.pdp-lineage {
  font-size: 14px;
  color: var(--pdp-ink2);
  line-height: 1.4;
  margin-bottom: 12px;
}

.pdp-lineage b {
  color: var(--pdp-ink);
  font-weight: 700;
}

.pdp-lin-lbl {
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 11px;
  font-weight: 800;
  color: var(--pdp-muted);
  margin-right: 8px;
}

.pdp-badges {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.pdp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  padding: 7px 14px;
  border-radius: 8px;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--pdp-pillbg);
  color: var(--pdp-purple);
  border: 1px solid var(--pdp-line2);
}

.pdp-rrow {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.pdp-rstars {
  color: #f0a93a;
  font-size: 16px;
  letter-spacing: 1px;
}

.pdp-rcnt {
  font-size: 13.5px;
  color: var(--pdp-ink2);
  font-weight: 600;
}

.pdp-rcnt u {
  color: var(--pdp-orange);
  text-underline-offset: 2px;
}

.pdp-germ-pill {
  margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px !important;
    font-weight: 700;
    color: #2f7d3a !important;
    background: #eef6ee;
    border: 1px solid #cfe6cf;
    padding: 4px 9px;
    border-radius: 20px;
}

.pdp-germ-pill:hover {
  background: #e2f0e2;
}

.pdp-germ-info {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.pdp-germ-info.open {
  max-height: 260px;
}

.pdp-germ-info-in {
  margin-top: 12px;
  background: #eef6ee;
  border: 1px solid #cfe6cf;
  border-radius: 13px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--pdp-ink2);
}

.pdp-germ-info-in b {
  color: #2f7d3a;
  font-weight: 700;
}

/* ===== BUY CARD ===== */
.pdp-buycard {
  border: 1px solid var(--pdp-line2);
  border-radius: 18px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
}

/* Dark mode support for pdp-buycard */
@media (prefers-color-scheme: dark) {
  .pdp-buycard {
    background: #1e1e1e;
    border-color: #3a3a3a;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .3);
  }
}

.pdp-pricerow {
  display: flex;
  align-items: baseline;
  gap: 11px;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.pdp-price {
  font-weight: 800;
  font-size: 38px;
  color: var(--pdp-orange);
  letter-spacing: -.6px;
}

.pdp-price-was {
  font-size: 18px;
  color: var(--pdp-faint);
  text-decoration: line-through;
  font-weight: 500;
}

.pdp-price-save {
  font-size: 12.5px;
  background: var(--pdp-orange-l);
  color: var(--pdp-orange-d);
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 22px;
  border: 1px solid var(--pdp-orange-line);
}

.pdp-instock {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  color: #2f7d3a;
  font-weight: 600;

}

.pdp-instock .d {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ba34a;
}


.pdp-scar-bar {
  height: 7px;
  border-radius: 4px;
  background: #f0e7d6;
  overflow: hidden;
  margin-bottom: 8px;
}

.pdp-scar-fill {
  height: 100%;
  width: 22%;
  background: linear-gradient(90deg,#e0552a,var(--pdp-orange));
  border-radius: 4px;
}

.pdp-scar-line {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #b15a1e;
  font-weight: 600;
}

.pdp-scar-line b {
  font-weight: 800;
}

.pdp-scar-line .sd {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0552a;
  flex-shrink: 0;
  animation: pdp-pulse 1.4s ease-in-out infinite;
}

@keyframes pdp-pulse {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
}

.pdp-slabel {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--pdp-ink2);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.pdp-slabel .hint {
  font-weight: 600;
  color: var(--pdp-muted);
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}

/* ===== PACK CARDS (VARIABLE PRODUCTS) ===== */
.pdp-packs {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: unset;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    gap: 4px;
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 4px;
}

.pdp-pack {
  position: relative;
  border: 1.5px solid var(--pdp-line2);
  background: #fff;
  border-radius: 13px;
  padding: 15px 8px 13px;
  cursor: pointer;
  text-align: center;
  transition: all .14s;
}

.pdp-pack:hover {
  border-color: var(--pdp-orange-line);
}

.pdp-pack.active {
  background: var(--pdp-orange);
  border-color: var(--pdp-orange-d);
  box-shadow: 0 6px 16px rgba(189,97,30,.28);
}

.pdp-pack-size {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}

.pdp-pack.active .pdp-pack-size {
  color: #fff;
}

.pdp-pack-seeds {
  font-size: 11px;
  color: var(--pdp-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-top: 3px;
}

.pdp-pack.active .pdp-pack-seeds {
  color: #ffe2c8;
}

.pdp-pack-price {
  font-weight: 800;
  font-size: 17px;
  color: var(--pdp-orange);
  margin-top: 9px;
}

.pdp-pack.active .pdp-pack-price {
  color: #fff;
}

.pdp-pack-was {
  display: block;
  font-size: 11.5px;
  color: var(--pdp-faint);
  text-decoration: line-through;
  font-weight: 500;
  margin-top: 2px;
}

.pdp-pack.active .pdp-pack-was {
  color: #f3c9a8;
}

.pdp-pack-per {
  font-size: 10.5px;
  color: var(--pdp-muted);
  margin-top: 4px;
}

.pdp-pack.active .pdp-pack-per {
  color: #ffe2c8;
}

.pdp-pack-tag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .4px;
  background: var(--pdp-green);
  color: #fff;
  padding: 3px 9px;
  border-radius: 10px;
  text-transform: uppercase;
}

/* Dark mode support for pack cards */
@media (prefers-color-scheme: dark) {
  .pdp-pack {
    background: #2a2a2a;
    border-color: #4a4a4a;
  }
  
  .pdp-pack:hover {
    border-color: #5a5a5a;
  }
  
  .pdp-pack-size {
    color: #ffffff;
  }
  
  .pdp-pack-seeds {
    color: #aaaaaa;
  }
  
  .pdp-pack-price {
    color: #e08a3c;
  }
  
  .pdp-pack-was {
    color: #888888;
  }
  
  .pdp-pack-per {
    color: #aaaaaa;
  }
  
  .pdp-pack.active {
    background: #bd611e;
    border-color: #9c4e16;
  }
  
  .pdp-pack.active .pdp-pack-size,
  .pdp-pack.active .pdp-pack-price {
    color: #ffffff;
  }
  
  .pdp-pack.active .pdp-pack-seeds,
  .pdp-pack.active .pdp-pack-per {
    color: #ffe2c8;
  }
  
  .pdp-pack.active .pdp-pack-was {
    color: #f3c9a8;
  }
}

/* ===== QUANTITY & ADD TO CART ===== */
.pdp-qrow {
  display: flex;
  gap: 11px;
  align-items: stretch;
  margin-bottom: 13px;
}

.pdp-qctl {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--pdp-line2);
  border-radius: 13px;
  overflow: hidden;
  background: #fff;
}

.pdp-qbtn {
  width: 48px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--pdp-ink);
  font-size: 22px;
  cursor: pointer;
  transition: background .1s;
}

.pdp-qbtn:hover {
  background: var(--pdp-field);
}

.pdp-qnum {
  width: 36px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

/* Dark mode support for quantity control */
@media (prefers-color-scheme: dark) {
  .pdp-qctl {
    background: #2a2a2a;
    border-color: #4a4a4a;
  }
  
  .pdp-qbtn {
    color: #ffffff;
  }
  
  .pdp-qbtn:hover {
    background: #3a3a3a;
  }
  
  .pdp-qnum {
    color: #ffffff;
  }
}

.pdp-atc {
  flex: 1;
  background: var(--pdp-orange);
  color: #fff;
  border: none;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 18px;
  height: 58px;
  transition: background .15s,transform .1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.pdp-atc:hover {
  background: var(--pdp-orange-d);
}

.pdp-atc:active {
  transform: scale(.99);
}

/* Spinner animation for loading state */
.pdp-atc .ti-loader-2 {
  display: inline-block;
  animation: pdpSpin 1s linear infinite;
}

@keyframes pdpSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


.pdp-tbullets {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 4px;
}

.pdp-tb {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: var(--pdp-ink2);
}

.pdp-tb i {
  color: var(--pdp-check);
  font-size: 17px;
  flex-shrink: 0;
}

.pdp-tb b {
  color: var(--pdp-ink);
  font-weight: 600;
}

/* Dark mode support for pdp-tbullets */
@media (prefers-color-scheme: dark) {
  .pdp-tbullets {
    color: #ffffff;
  }
  
  .pdp-tb {
    color: #ffffff;
  }
  
  .pdp-tb b {
    color: #ffffff;
  }
}

.pdp-guar {
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--pdp-orange-l);
  border: 1px solid var(--pdp-orange-line);
  border-radius: 14px;
  padding: 15px;
}

.pdp-guar .gi {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pdp-green);
  font-size: 23px;
  flex-shrink: 0;
  border: 1px solid var(--pdp-orange-line);
}

.pdp-guar-t {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.pdp-guar-s {
  font-size: 12.5px;
  color: var(--pdp-ink2);
  line-height: 1.45;
}

/* Dark mode support for pdp-guar */
@media (prefers-color-scheme: dark) {
  .pdp-guar {
    background: #2a2218;
    border-color: #4a3a28;
  }
  
  .pdp-guar .gi {
    background: #1e1e1e;
    border-color: #4a3a28;
  }
  
  .pdp-guar-t {
    color: #ffffff;
  }
  
  .pdp-guar-s {
    color: #cccccc;
  }
}

.pdp-reward {
  background: var(--pdp-cream);
  border: 1px solid var(--pdp-orange-line);
  border-radius: 14px;
  padding: 15px 16px;
}

.pdp-rw-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  margin-bottom: 9px;
}

.pdp-rw-top .lbl {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
}

.pdp-rw-top .msg {
  font-size: 12.5px;
  color: var(--pdp-ink2);
  text-align: right;
}

.pdp-rw-top .msg b {
  color: var(--pdp-orange);
  font-weight: 800;
}

.pdp-rw-bar {
  height: 8px;
  border-radius: 4px;
  background: #eadfc9;
  overflow: hidden;
}

.pdp-rw-fill {
  height: 100%;
  background: linear-gradient(90deg,var(--pdp-orange),#e08a3c);
  border-radius: 4px;
  transition: width .35s;
}

.pdp-rw-note {
  font-size: 11.5px;
  color: var(--pdp-muted);
  margin-top: 9px;
  line-height: 1.45;
}

.pdp-rw-note b {
  color: var(--pdp-ink2);
  font-weight: 700;
}

/* Dark mode support for pdp-reward */
@media (prefers-color-scheme: dark) {
  .pdp-reward {
    background: #2a2218;
    border-color: #4a3a28;
  }
  
  .pdp-rw-top {
    color: #ffffff;
  }
  
  .pdp-rw-top .lbl {
    color: #ffffff;
  }
  
  .pdp-rw-top .msg {
    color: #cccccc;
  }
  
  .pdp-rw-bar {
    background: #3a3a3a;
  }
  
  .pdp-rw-note {
    color: #aaaaaa;
  }
  
  .pdp-rw-note b {
    color: #ffffff;
  }
}

/* ===== SIMPLE PRODUCT STYLES ===== */
.pdp-simple-price {
  font-weight: 800;
  font-size: 38px;
  color: var(--pdp-orange);
  letter-spacing: -.6px;
}

/* ===== CONTENT SECTIONS ===== */
.pdp-content {
  padding: 8px 0 50px;
}

.pdp-divider {
  height: 1px;
  background: var(--pdp-line);
  margin: 0 0 30px;
}

.pdp-colgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

.pdp-sechead {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -.2px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdp-sechead .bar {
  width: 5px;
  height: 24px;
  background: var(--pdp-orange);
  border-radius: 2px;
}

/* Dark mode support for pdp-sechead */
@media (prefers-color-scheme: dark) {
  .pdp-sechead {
    color: #ffffff;
  }
}

.pdp-desc {
  font-size: 16px;
  line-height: 1.75;
  color: var(--pdp-ink2);
  margin-bottom: 18px;
}

.pdp-desc-scroll {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 10px;
}

.pdp-desc-scroll::-webkit-scrollbar {
  width: 5px;
}

.pdp-desc-scroll::-webkit-scrollbar-track {
  background: var(--pdp-field);
  border-radius: 4px;
}

.pdp-desc-scroll::-webkit-scrollbar-thumb {
  background: var(--pdp-line2);
  border-radius: 4px;
}

.pdp-desc strong {
  color: var(--pdp-ink);
  font-weight: 700;
}

/* Dark mode support for pdp-desc */
@media (prefers-color-scheme: dark) {
  .pdp-desc {
    color: #cccccc;
  }
  
  .pdp-desc strong {
    color: #ffffff;
  }
}

.pdp-dlist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pdp-dlist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--pdp-ink2);
}

.pdp-dlist li i {
  color: var(--pdp-orange);
  font-size: 17px;
  margin-top: 1px;
  flex-shrink: 0;
}

/* ===== SPEC SHEET ===== */
.pdp-spec {
  border: 1px solid var(--pdp-line2);
  border-radius: 16px;
  overflow: hidden;
}

.pdp-spec-top {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--pdp-cream);
  padding: 14px 16px;
  border-bottom: 1px solid var(--pdp-line2);
}

.pdp-spec-top i {
  color: var(--pdp-orange);
  font-size: 20px;
}

.pdp-spec-top .t {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.pdp-specgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pdp-specrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-specgrid .pdp-specrow:nth-child(odd) {
  border-right: 1px solid var(--pdp-line);
}

.pdp-speck {
  font-size: 13px;
  color: var(--pdp-ink2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdp-speck i {
  color: var(--pdp-faint);
  font-size: 16px;
}

.pdp-specv {
  font-size: 13.5px;
  font-weight: 700;
  text-align: right;
}

.pdp-specv.tba {
  font-weight: 600;
  color: var(--pdp-faint);
  font-style: italic;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--pdp-field);
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px dashed var(--pdp-line2);
}

.pdp-specv.tba i {
  font-size: 13px;
  font-style: normal;
}

.pdp-spec-note {
  grid-column: 1 / -1;
  font-size: 11.5px;
  color: var(--pdp-muted);
  line-height: 1.5;
  padding: 13px 16px;
  background: var(--pdp-field);
  border-top: 1px solid var(--pdp-line);
}

/* ===== REVIEWS ===== */
.pdp-rev-summary {
  display: flex;
  gap: 24px;
  align-items: center;
  background: var(--pdp-cream);
  border: 1px solid var(--pdp-line2);
  border-radius: 15px;
  padding: 22px 26px;
  margin-bottom: 18px;
}

.pdp-rs-num {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
}

.pdp-rs-stars {
  color: #f0a93a;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 5px 0 3px;
}

.pdp-rs-cnt {
  font-size: 12px;
  color: var(--pdp-muted);
}

.pdp-rs-bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 380px;
}

.pdp-rb-row {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: var(--pdp-muted);
}

.pdp-rb {
  flex: 1;
  height: 6px;
  border-radius: 3px;
  background: #eadfc9;
  overflow: hidden;
}

.pdp-rb i {
  display: block;
  height: 100%;
  background: #f0a93a;
  border-radius: 3px;
}

/* Dark mode support for reviews summary */
@media (prefers-color-scheme: dark) {
  .pdp-rev-summary {
    background: #2a2218;
    border-color: #4a3a28;
  }
  
  .pdp-rs-num {
    color: #ffffff;
  }
  
  .pdp-rs-cnt {
    color: #aaaaaa;
  }
  
  .pdp-rb-row {
    color: #aaaaaa;
  }
  
  .pdp-rb {
    background: #3a3a3a;
  }
}

.pdp-revgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}

.pdp-grev {
  border: 1px solid var(--pdp-line2);
  border-radius: 15px;
  padding: 18px;
}

.pdp-gr-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 9px;
}

.pdp-gr-avt {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--pdp-orange-l);
  color: var(--pdp-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  flex-shrink: 0;
}

.pdp-gr-name {
  font-size: 14px;
  font-weight: 700;
}

.pdp-gr-date {
  font-size: 11.5px;
  color: var(--pdp-muted);
  margin-top: 1px;
}

.pdp-gr-g {
  margin-left: auto;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 17px;
}

.pdp-gr-g b:nth-child(1) {
  color: #4285F4;
}

.pdp-gr-g b:nth-child(2) {
  color: #EA4335;
}

.pdp-gr-g b:nth-child(3) {
  color: #FBBC05;
}

.pdp-gr-g b:nth-child(4) {
  color: #4285F4;
}

.pdp-gr-g b:nth-child(5) {
  color: #34A853;
}

.pdp-gr-g b:nth-child(6) {
  color: #EA4335;
}

.pdp-gr-stars {
  color: #f0a93a;
  font-size: 13px;
  letter-spacing: .5px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.pdp-gr-stars .vf {
  color: #3b8cf0;
  font-size: 14px;
}

.pdp-gr-txt {
  font-size: 13.5px;
  color: var(--pdp-ink2);
  line-height: 1.6;
}

.pdp-gr-photos {
  display: flex;
  gap: 8px;
  margin-top: 11px;
}

.pdp-gr-photos img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.pdp-allrev {
  border: 1.5px solid var(--pdp-orange);
  background: #fff;
  color: var(--pdp-orange);
  border-radius: 12px;
  padding: 14px 28px;
  font-family: 'Archivo', sans-serif;
  font-size: 13.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  cursor: pointer;
  transition: background .15s;
}

.pdp-allrev:hover {
  background: var(--pdp-orange-l);
}

/* Dark mode support for review cards */
@media (prefers-color-scheme: dark) {
  .pdp-grev {
    background: #1e1e1e;
    border-color: #3a3a3a;
  }
  
  .pdp-gr-avt {
    background: #2a2218;
    color: #e08a3c;
  }
  
  .pdp-gr-name {
    color: #ffffff;
  }
  
  .pdp-gr-date {
    color: #aaaaaa;
  }
  
  .pdp-gr-txt {
    color: #cccccc;
  }
  
  .pdp-allrev {
    background: #1e1e1e;
    color: #e08a3c;
  }
  
  .pdp-allrev:hover {
    background: #2a2218;
  }
}

/* Reviews slider wrapper — overrides the global .inner flex layout */
#reviews-section .inner {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 20px 0 0;
  gap: 0;
}

/* ===== UPSELL / RELATED PRODUCTS ===== */
.pdp-upgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pdp-mini {
  background: #fff;
  border: 1px solid var(--pdp-line2);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}

.pdp-mini:hover {
  border-color: var(--pdp-orange-line);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .07);
}

.pdp-mini img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: #0b0b0b;
}

.pdp-mini-b {
  padding: 13px 15px;
}

.pdp-mini-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 7px;
}

.pdp-mini-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pdp-mini-price {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  color: var(--pdp-orange);
  font-weight: 800;
}

.pdp-mini-star {
  font-size: 12px;
  color: var(--pdp-muted);
  font-weight: 600;
}

/* Dark mode support for upsell products */
@media (prefers-color-scheme: dark) {
  .pdp-mini {
    background: #1e1e1e;
    border-color: #3a3a3a;
  }
  
  .pdp-mini:hover {
    border-color: #4a3a28;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
  }
  
  .pdp-mini-name {
    color: #ffffff;
  }
  
  .pdp-mini-price {
    color: #e08a3c;
  }
  
  .pdp-mini-star {
    color: #aaaaaa;
  }
}

/* ===== COMMON QUESTIONS / FAQ ===== */
.pdp-cqsec {
  background: var(--pdp-tan);
  padding: 44px 0;
  margin-top: 20px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.pdp-cqsec .pdp-wrap {
  background: transparent;
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto;
}

.pdp-cqhead {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--pdp-orange);
  text-align: center;
  margin-bottom: 24px;
}

.pdp-cqgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pdp-cq {
  background: var(--pdp-tan);
  border: 1px solid var(--pdp-orange-line);
  border-radius: 12px;
  overflow: hidden;
  align-self: start;
}

.pdp-cq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--pdp-ink);
  cursor: pointer;
  text-align: left;
}

.pdp-cq-btn span.pm {
  color: var(--pdp-orange);
  font-size: 20px;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform .2s;
}

.pdp-cq-c {
  font-size: 13.5px;
  color: var(--pdp-ink2);
  line-height: 1.6;
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s ease;
  padding: 0 18px;
}

.pdp-cq-c.open {
  max-height: 260px;
  padding-bottom: 16px;
}

/* Dark mode support for FAQ section */
@media (prefers-color-scheme: dark) {
  .pdp-cqsec {
    background: #1a1a1a;
  }
  
  .pdp-cq {
    background: #2a2a2a;
    border-color: #4a3a28;
  }
  
  .pdp-cq-btn {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
  }
  
  .pdp-cq-btn span.pm {
    color: #e08a3c;
  }
  
  .pdp-cq-c {
    color: #cccccc;
  }
}

/* ===== FOOTER ===== */
.pdp-footer {
  background: #1c1c1e;
  color: #cfc6b8;
  padding: 48px 0 30px;
}

.pdp-footer .pdp-wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.pdp-f-logo {
  font-family: 'Zilla Slab', serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.pdp-f-cols {
  display: flex;
  gap: 64px;
  margin-left: auto;
  flex-wrap: wrap;
}

.pdp-f-h {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #fff;
  margin-bottom: 14px;
}

.pdp-f-l {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.pdp-f-l a {
  font-size: 13px;
  color: #b7ad9d;
  text-decoration: none;
}

.pdp-f-l a:hover {
  color: #fff;
}

.pdp-f-social {
  display: flex;
  gap: 16px;
  color: var(--pdp-orange);
  font-size: 23px;
}

.pdp-f-copy {
  max-width: 1240px;
  margin: 32px auto 0;
  padding: 22px 40px 0;
  font-size: 11.5px;
  color: #7a7163;
  border-top: 1px solid #3a342d;
}
/* ===== SPEC SHEET ===== */
.pdp-sechead {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -.2px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdp-sechead .bar {
  width: 5px;
  height: 24px;
  background: var(--pdp-orange);
  border-radius: 2px;
}

.pdp-spec {
  border: 1px solid var(--pdp-line2);
  border-radius: 16px;
  overflow: hidden;
}

.pdp-spec-top {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--pdp-cream);
  padding: 14px 16px;
  border-bottom: 1px solid var(--pdp-line2);
}

.pdp-spec-top i {
  color: var(--pdp-orange);
  font-size: 20px;
}

.pdp-spec-top .t {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.pdp-specgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pdp-specrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-specgrid .pdp-specrow:nth-child(odd) {
  border-right: 1px solid var(--pdp-line);
}

.pdp-speck {
  font-size: 13px;
  color: var(--pdp-ink2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdp-speck i {
  color: var(--pdp-faint);
  font-size: 16px;
}

.pdp-specv {
  font-size: 13.5px;
  font-weight: 700;
  text-align: right;
}

.pdp-specv.tba {
  font-weight: 600;
  color: var(--pdp-faint);
  font-style: italic;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--pdp-field);
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px dashed var(--pdp-line2);
}

.pdp-specv.tba i {
  font-size: 13px;
  font-style: normal;
}

.pdp-spec-note {
  grid-column: 1 / -1;
  font-size: 11.5px;
  color: var(--pdp-muted);
  line-height: 1.5;
  padding: 13px 16px;
  background: var(--pdp-field);
  border-top: 1px solid var(--pdp-line);
}
/* ===== RESPONSIVE DESIGN ===== */

/* ===== SPEC SHEET SECTION STYLES ===== */
.sechead {
    font-family: 'Archivo',sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -.2px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sechead .bar {
  width: 5px;
  height: 24px;
  background: var(--orange);
  border-radius: 2px;
}

/* Dark mode support for sechead */
@media (prefers-color-scheme: dark) {
  .sechead {
    color: #ffffff;
  }
}

.spec {
  border: 1px solid #e3d9c6;
  border-radius: 16px;
  overflow: hidden;
}

.spec-top {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fbf3e3;
  padding: 14px 16px;
  border-bottom: 1px solid #e3d9c6;
}

.spec-top i {
  color: #bd611e;
  font-size: 20px;
}

.spec-top .t {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.specgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.specrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-bottom: 1px solid #ece6da;
}

.specgrid .specrow:nth-child(odd) {
  border-right: 1px solid #ece6da;
}

.speck {
  font-size: 13px;
  color: #5d544a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.speck i {
  color: #b6ab98;
  font-size: 16px;
}

.specv {
  font-size: 13.5px;
  font-weight: 700;
  text-align: right;
}

.specv.tba {
  font-weight: 600;
  color: #b6ab98;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f6f1e7;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px dashed #f6f1e7;
}

.specv.tba i {
  font-size: 13px;
  font-style: normal;
}

.spec-note {
  grid-column: 1 / -1;
  font-size: 11.5px;
  color: #8a7f70;
  line-height: 1.5;
  padding: 13px 16px;
  background: #f6f1e7;
  border-top: 1px solid #ece6da;
}

/* ===== ADMIN MODAL FOR SPEC SHEET ===== */
.pdp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.pdp-modal-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.pdp-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e3d9c6;
}

.pdp-modal-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #211c17;
}

.pdp-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #8a7f70;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.pdp-modal-close:hover {
  color: #211c17;
}

.pdp-modal-body {
  padding: 24px;
}

.pdp-modal-body p {
  margin: 0 0 16px;
  font-size: 14px;
  color: #5d544a;
}

.pdp-attribute-options {
  margin-bottom: 20px;
}

.pdp-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.pdp-attribute-option {
  padding: 12px 16px;
  background: #f6f1e7;
  border: 2px solid #e3d9c6;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #211c17;
  transition: all 0.2s;
}

.pdp-attribute-option:hover {
  background: #ece0c6;
  border-color: #bd611e;
}

.pdp-attribute-option.selected {
  background: #bd611e;
  border-color: #9c4e16;
  color: #fff;
}

.pdp-custom-input-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3d9c6;
}

.pdp-custom-input-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #5d544a;
  margin-bottom: 8px;
}

.pdp-custom-input-wrapper input {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  border: 2px solid #e3d9c6;
  border-radius: 8px;
  background: #f6f1e7;
  color: #211c17;
  transition: border-color 0.2s;
}

.pdp-custom-input-wrapper input:focus {
  outline: none;
  border-color: #bd611e;
}

.pdp-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #e3d9c6;
}

.pdp-btn-cancel,
.pdp-btn-save {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid transparent;
}

.pdp-btn-cancel {
  background: #f6f1e7;
  border-color: #e3d9c6;
  color: #5d544a;
}

.pdp-btn-cancel:hover {
  background: #ece0c6;
}

.pdp-btn-save {
  background: #bd611e;
  border-color: #9c4e16;
  color: #fff;
}

.pdp-btn-save:hover {
  background: #9c4e16;
}

.pdp-btn-save:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pdp-message {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 16px 24px;
  background: #4f9e51;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  z-index: 100000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

body.pdp-modal-open {
  overflow: hidden;
}

/* Modal loading spinner */
.pdp-modal-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 16px;
}

.pdp-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e3d9c6;
  border-top: 4px solid #bd611e;
  border-radius: 50%;
  animation: pdp-spin 0.8s linear infinite;
}

@keyframes pdp-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.pdp-modal-loader p {
  margin: 0;
  font-size: 14px;
  color: #5d544a;
  font-weight: 500;
}

/* Dark mode support for admin modal */
@media (prefers-color-scheme: dark) {
  .pdp-modal-content {
    background: #1e1e1e;
  }
  
  .pdp-modal-header {
    border-bottom-color: #3a3a3a;
  }
  
  .pdp-modal-header h3 {
    color: #ffffff;
  }
  
  .pdp-modal-close {
    color: #aaaaaa;
  }
  
  .pdp-modal-close:hover {
    color: #ffffff;
  }
  
  .pdp-modal-body {
    background: #1e1e1e;
  }
  
  .pdp-modal-body p {
    color: #cccccc;
  }
  
  .pdp-modal-loader {
    background: #1e1e1e;
  }
  
  .pdp-spinner {
    border-color: #3a3a3a;
    border-top-color: #e08a3c;
  }
  
  .pdp-modal-loader p {
    color: #cccccc;
  }
  
  .pdp-attribute-option {
    background: #2a2a2a;
    border-color: #3a3a3a;
    color: #ffffff;
  }
  
  .pdp-attribute-option:hover {
    background: #3a3a3a;
    border-color: #e08a3c;
  }
  
  .pdp-attribute-option.selected {
    background: #e08a3c;
    border-color: #bd611e;
  }
  
  .pdp-custom-input-wrapper {
    border-top-color: #3a3a3a;
  }
  
  .pdp-custom-input-wrapper label {
    color: #cccccc;
  }
  
  .pdp-custom-input-wrapper input {
    background: #2a2a2a;
    border-color: #3a3a3a;
    color: #ffffff;
  }
  
  .pdp-custom-input-wrapper input:focus {
    border-color: #e08a3c;
  }
  
  .pdp-modal-footer {
    border-top-color: #3a3a3a;
  }
  
  .pdp-btn-cancel {
    background: #2a2a2a;
    border-color: #3a3a3a;
    color: #cccccc;
  }
  
  .pdp-btn-cancel:hover {
    background: #3a3a3a;
  }
}

/* Dark mode support for spec sheet */
@media (prefers-color-scheme: dark) {
  .spec {
    border-color: #3a3a3a;
  }
  
  .spec-top {
    background: #2a2218;
    border-bottom-color: #3a3a3a;
  }
  
  .spec-top i {
    color: #e08a3c;
  }
  
  .spec-top .t {
    color: #ffffff;
  }
  
  .specrow {
    border-bottom-color: #3a3a3a;
  }
  
  .specgrid .specrow:nth-child(odd) {
    border-right-color: #3a3a3a;
  }
  
  .speck {
    color: #cccccc;
  }
  
  .speck i {
    color: #888888;
  }
  
  .specv {
    color: #ffffff;
  }
  
  .specv.tba {
    color: #999999;
    background: #2a2a2a;
    border-color: #3a3a3a;
  }
  
  .spec-note {
    color: #aaaaaa;
    background: #2a2a2a;
    border-top-color: #3a3a3a;
  }
}

/* ===== RESPONSIVE (for mobile) ===== */
@media (max-width: 980px) {
  .specgrid {
    grid-template-columns: 1fr;
  }
  .specgrid .specrow:nth-child(odd) {
    border-right: none;
  }
}

/* ===== BUNDLE ITEMS SECTION ===== */
.pdp-bundle-items {
  margin-top: 16px;
  padding: 16px;
  background: var(--pdp-field);
  border: 1px solid var(--pdp-line);
  border-radius: 12px;
}

.pdp-bundle-items-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--pdp-ink);
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-bundle-items-title i {
  color: var(--pdp-orange);
  font-size: 16px;
}

.pdp-bundle-items-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdp-bundle-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--pdp-ink2);
  line-height: 1.5;
}

.pdp-bundle-item-qty {
  font-weight: 700;
  color: var(--pdp-orange);
  min-width: 28px;
}

.pdp-bundle-item-name {
  flex: 1;
}

/* Bundle selection container (plugin's default UI) */
.pdp-bundle-selection {
  margin-top: 0px;
}

.pdp-bundle-selection .asnp-wepb-bundle-items {
  /* Let plugin's default styling apply */
}

/* Responsive bundle items */
@media (max-width: 980px) {
  .pdp-bundle-items {
    margin-top: 12px;
    padding: 12px;
  }
  
  .pdp-bundle-items-title {
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .pdp-bundle-item {
    font-size: 13px;
  }
  
  .pdp-bundle-selection {
    margin-top: 0px;
  }
}
