/** Shopify CDN: Minification failed

Line 28:0 All "@import" rules must come first

**/
/* ═══════════════════════════════════════════════════════════
   KEYDOCK ADVANCED THEME OVERRIDE
   Premium dark/gold automotive aesthetic
═══════════════════════════════════════════════════════════ */

:root {
  --kd-gold: #c8a84b;
  --kd-gold-light: #f5d77a;
  --kd-gold-dark: #a8882b;
  --kd-dark: #0d0d1a;
  --kd-dark2: #1a1a2e;
  --kd-white: #ffffff;
  --kd-text: #1a1a1a;
  --kd-border: #e2e2e2;
  --kd-pill-bg: #fdf6e3;
  --kd-pill-text: #7a5c10;
  --kd-feat-bg: #f8f8f8;
  --kd-radius: 14px;
  --kd-shadow: 0 4px 24px rgba(0,0,0,0.10);
  --kd-shadow-gold: 0 4px 24px rgba(200,168,75,0.18);
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');

/* ── Global reset overrides ── */
body { font-family: 'Nunito', sans-serif !important; }

/* ═══════════════════════════════════════════════════════════
   ANNOUNCEMENT BAR — scrolling gold ticker
═══════════════════════════════════════════════════════════ */
.kd-announce {
  background: var(--kd-dark);
  border-bottom: 1.5px solid var(--kd-gold);
  overflow: hidden;
  padding: 10px 0;
}
.kd-announce-track {
  display: flex;
  white-space: nowrap;
  animation: kd-scroll 22s linear infinite;
}
.kd-announce-item {
  color: var(--kd-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0 30px;
}
.kd-announce-item::before {
  content: '✦';
  margin-right: 10px;
  font-size: 9px;
  opacity: 0.8;
}
@keyframes kd-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════
   HERO PRODUCT SECTION
═══════════════════════════════════════════════════════════ */
.kd-hero {
  background: #fff !important;
}

/* Image Gallery */
.kd-gallery {
  position: relative;
  background: #111;
  overflow: hidden;
}
.kd-gallery-main {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.kd-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.kd-gallery-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--kd-dark);
  color: var(--kd-gold);
  border: 1.5px solid var(--kd-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 5px 13px;
  border-radius: 30px;
  text-transform: uppercase;
  z-index: 10;
}
.kd-gallery-sale {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #c8a84b, #f5d77a);
  color: #0d0d1a;
  font-size: 13px;
  font-weight: 900;
  padding: 7px 15px;
  border-radius: 30px;
  z-index: 10;
  box-shadow: 0 4px 14px rgba(200,168,75,0.4);
}
.kd-thumbs {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  overflow-x: auto;
  background: #111;
  scrollbar-width: none;
}
.kd-thumbs::-webkit-scrollbar { display: none; }
.kd-thumb {
  min-width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  border: 2.5px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.18s;
  opacity: 0.7;
  transition: all 0.18s;
}
.kd-thumb.active {
  border-color: var(--kd-gold);
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(200,168,75,0.3);
}
.kd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── Product Info ─── */
.kd-info {
  padding: 22px 16px 0;
}

/* Stars */
.kd-stars-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.kd-stars { color: var(--kd-gold); font-size: 17px; letter-spacing: 1px; }
.kd-stars-text { font-size: 13px; font-weight: 700; color: #666; }
.kd-reviews-link { font-size: 12px; color: var(--kd-gold-dark); font-weight: 800; text-decoration: underline; cursor: pointer; }

/* Title */
.kd-ptitle {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.05;
  color: var(--kd-text);
  margin-bottom: 14px;
  font-family: 'Nunito', sans-serif;
}

/* Price */
.kd-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.kd-price-new {
  font-size: 34px;
  font-weight: 900;
  color: var(--kd-gold-dark);
}
.kd-price-old {
  font-size: 20px;
  color: #bbb;
  text-decoration: line-through;
  font-weight: 700;
}
.kd-save-pill {
  background: var(--kd-dark);
  color: var(--kd-gold);
  border: 1.5px solid var(--kd-gold);
  font-size: 12px;
  font-weight: 900;
  padding: 5px 14px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}

/* Bullet features */
.kd-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 20px;
  padding: 0;
}
.kd-feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--kd-text);
  line-height: 1.4;
}
.kd-feat-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--kd-pill-bg);
  border: 1.5px solid var(--kd-gold);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

/* ─── Urgency ─── */
.kd-urgency {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: var(--kd-radius);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.kd-urgency-icon { font-size: 22px; flex-shrink: 0; }
.kd-urgency-text { font-size: 13px; font-weight: 800; color: #92400e; line-height: 1.4; }
.kd-urgency-text strong { color: #7a5c10; }

/* ─── Countdown ─── */
.kd-countdown {
  background: var(--kd-dark);
  border-radius: var(--kd-radius);
  padding: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.kd-countdown-label {
  font-size: 11px;
  font-weight: 900;
  color: #aaa;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.kd-countdown-clocks {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.kd-clock-unit { display: flex; flex-direction: column; align-items: center; }
.kd-clock-num {
  background: var(--kd-gold);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}
.kd-clock-sep {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  align-self: center;
  margin-bottom: 20px;
}
.kd-clock-lbl {
  font-size: 10px;
  font-weight: 900;
  color: #888;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 0.5px;
}

/* ─── Variants ─── */
.kd-variants-wrap { margin-bottom: 18px; }
.kd-var-label {
  font-size: 12px;
  font-weight: 900;
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.kd-vpills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.kd-vpill {
  border: 2px solid var(--kd-border);
  border-radius: 9px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.18s;
  color: #333;
  background: #fff !important;
}
.kd-vpill.active {
  border-color: var(--kd-gold);
  background: var(--kd-pill-bg);
  color: var(--kd-gold-dark);
}
.kd-color-swatches {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.kd-swatch {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: pointer;
  transition: all 0.18s;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
  position: relative;
}
.kd-swatch.active {
  border-color: #222;
  box-shadow: 0 0 0 1px #222, 0 0 0 3px rgba(200,168,75,0.4);
}
.kd-swatch.active::after {
  content: '✓';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

/* ─── Quantity ─── */
.kd-qty-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.kd-qty-label {
  font-size: 12px;
  font-weight: 900;
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.kd-qty-ctrl {
  display: flex;
  align-items: center;
  border: 2px solid var(--kd-border);
  border-radius: 10px;
  overflow: hidden;
}
.kd-qty-btn {
  width: 42px;
  height: 42px;
  background: #f5f5f5;
  border: none;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 700;
  transition: background 0.15s;
}
.kd-qty-btn:hover { background: #e8e8e8; }
.kd-qty-num, #kdQtyNum {
  width: 50px;
  height: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #111 !important;
  border: none;
  outline: none;
  background: #fff !important;
  font-family: 'Nunito', sans-serif;
  -moz-appearance: textfield;
}
#kdQtyNum { color: #111 !important; background: #fff !important; width: 50px !important; height: 42px !important; display: block !important; opacity: 1 !important; visibility: visible !important; position: relative !important; z-index: 9 !important; }
.kd-qty-num::-webkit-outer-spin-button,
.kd-qty-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.kd-stock-msg {
  font-size: 12px;
  font-weight: 800;
  color: #c05c00;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 18px;
}

/* ═══════════════════════════════════════════════════════════
   BUNDLE & SAVE
═══════════════════════════════════════════════════════════ */
.kd-bundle {
  padding: 20px 16px 10px;
}
.kd-bundle-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 900;
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.kd-bundle-title::before,
.kd-bundle-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e0e0e0;
}
.kd-bopt {
  border: 2.5px solid var(--kd-border);
  border-radius: var(--kd-radius);
  padding: 15px 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff !important;
  position: relative;
  overflow: visible;
}
.kd-bopt.sel {
  border-color: var(--kd-gold);
  background: var(--kd-pill-bg);
  box-shadow: var(--kd-shadow-gold);
}
.kd-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
.kd-bopt.sel .kd-radio { border-color: var(--kd-gold); }
.kd-radio-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--kd-gold);
  display: none;
}
.kd-bopt.sel .kd-radio-dot { display: block; }
.kd-binfo { flex: 1; min-width: 0; }
.kd-bname-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.kd-bname { font-size: 18px; font-weight: 900; color: #111 !important; }
.kd-btag {
  background: var(--kd-pill-bg);
  color: var(--kd-pill-text);
  font-size: 11px;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  border: 1px solid var(--kd-gold);
}
.kd-bsub { font-size: 13px; color: #777; font-weight: 700; }
.kd-bprice { text-align: right; flex-shrink: 0; }
.kd-bpnew { font-size: 18px; font-weight: 900; color: #111 !important; }
.kd-bpold { font-size: 13px; color: #aaa; text-decoration: line-through; font-weight: 700; }
.kd-pop-badge {
  position: absolute;
  top: -13px;
  right: 14px;
  background: linear-gradient(135deg, #c8a84b, #f5d77a);
  color: #0d0d1a;
  font-size: 11px;
  font-weight: 900;
  min-width: 90px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  box-shadow: 0 4px 16px rgba(200,168,75,0.35);
  z-index: 10;
  letter-spacing: 0.3px;
}

/* ═══════════════════════════════════════════════════════════
   ATC BUTTON
═══════════════════════════════════════════════════════════ */
.kd-atc-wrap {
  padding: 14px 16px 8px;
  background: #fff !important;
  position: sticky;
  bottom: 0;
  z-index: 150;
  border-top: 1px solid var(--kd-border);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.kd-atc-btn {
  width: 100%;
  background: var(--kd-dark);
  color: var(--kd-gold);
  border: 2px solid var(--kd-gold);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 18px;
  border-radius: 12px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0 6px 24px rgba(200,168,75,0.25);
}
.kd-atc-btn:hover {
  background: #1a1a2e;
  box-shadow: 0 8px 32px rgba(200,168,75,0.35);
  transform: translateY(-1px);
}
.kd-atc-btn:active {
  transform: scale(0.98);
  box-shadow: none;
}
.kd-atc-sub {
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  color: #888;
  margin-top: 8px;
  letter-spacing: 0.5px;
}

/* ═══════════════════════════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════════════════════════ */
.kd-trust {
  display: flex;
  justify-content: space-around;
  padding: 16px 10px;
  border-top: 1px solid var(--kd-border);
  border-bottom: 1px solid var(--kd-border);
  background: #fafafa;
}
.kd-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.kd-trust-icon { font-size: 22px; }
.kd-trust-label {
  font-size: 10.5px;
  font-weight: 800;
  color: #555;
  text-align: center;
  line-height: 1.3;
}

/* ═══════════════════════════════════════════════════════════
   PAYMENT CHIPS
═══════════════════════════════════════════════════════════ */
.kd-pay-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 12px 16px 16px;
  background: #fff !important;
}
.kd-pay-chip {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 900;
  background: #f5f5f5;
  color: #444;
}

/* ═══════════════════════════════════════════════════════════
   SOCIAL PROOF PILL
═══════════════════════════════════════════════════════════ */
.kd-sp-bar {
  margin: 20px 16px 6px;
  background: var(--kd-dark);
  border-radius: 50px;
  border: 1.5px solid var(--kd-gold);
  padding: 12px 18px 12px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: var(--kd-shadow-gold);
}
.kd-sp-avs { display: flex; padding-left: 4px; }
.kd-sp-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  margin-right: -10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
}
.kd-sp-copy { margin-left: 18px; }
.kd-sp-head { font-size: 14px; font-weight: 900; color: var(--kd-gold); }
.kd-sp-sub { font-size: 12px; color: rgba(200,168,75,0.8); font-weight: 700; }

/* ═══════════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════════ */
.kd-t-section {
  padding: 22px 16px 10px;
}
.kd-t-head {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
  color: #111 !important;
}
.kd-t-card {
  border: 1.5px solid var(--kd-border);
  border-radius: var(--kd-radius);
  padding: 18px;
  background: #fff !important;
  box-shadow: var(--kd-shadow);
}
.kd-t-inner { display: flex; gap: 14px; align-items: flex-start; }
.kd-t-av {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #eee;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 2px solid var(--kd-border);
}
.kd-t-body { flex: 1; }
.kd-t-stars { color: var(--kd-gold); font-size: 15px; margin-bottom: 7px; }
.kd-t-quote {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #222;
  font-style: italic;
}
.kd-t-meta { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.kd-t-check { color: var(--kd-gold-dark); font-size: 15px; }
.kd-t-name { font-size: 14px; font-weight: 900; color: #555; }
.kd-t-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.kd-t-arr {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #bbb;
  padding: 2px 8px;
}
.kd-t-arr:hover { color: #555; }
.kd-t-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
  transition: background 0.2s;
}
.kd-t-dot.on { background: var(--kd-gold); }

/* ═══════════════════════════════════════════════════════════
   MARQUEE STRIP
═══════════════════════════════════════════════════════════ */
.kd-mq {
  background: var(--kd-dark);
  overflow: hidden;
  padding: 12px 0;
  margin: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.kd-mq-track {
  display: flex;
  white-space: nowrap;
  animation: kd-scroll 18s linear infinite;
}
.kd-mq-item {
  color: var(--kd-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0 28px;
}
.kd-mq-item::before {
  content: '✦';
  margin-right: 10px;
  font-size: 9px;
  opacity: 0.8;
}

/* ═══════════════════════════════════════════════════════════
   ACCORDION (Shipping / Guarantee etc)
═══════════════════════════════════════════════════════════ */
.kd-acc { padding: 0 16px; }
.kd-acc-item { border-top: 1px solid var(--kd-border); }
.kd-acc-item:last-child { border-bottom: 1px solid var(--kd-border); }
.kd-acc-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  font-weight: 900;
  color: #111 !important;
}
.kd-acc-icon {
  width: 26px;
  height: 26px;
  border: 2.5px solid var(--kd-gold);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--kd-gold);
  flex-shrink: 0;
}
.kd-acc-chev {
  margin-left: auto;
  color: #aaa;
  font-size: 20px;
  transition: transform 0.3s;
  line-height: 1;
}
.kd-acc-item.open .kd-acc-chev { transform: rotate(180deg); }
.kd-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s;
  padding: 0 0 0 38px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  font-weight: 600;
}
.kd-acc-item.open .kd-acc-body { max-height: 300px; padding-bottom: 16px; }

/* ═══════════════════════════════════════════════════════════
   FEATURE HIGHLIGHT GRID
═══════════════════════════════════════════════════════════ */
.kd-features {
  padding: 26px 16px;
  background: var(--kd-feat-bg);
}
.kd-features-title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
  color: #111 !important;
}
.kd-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.kd-feat-card {
  background: #fff !important;
  border-radius: var(--kd-radius);
  padding: 18px 14px;
  border: 1.5px solid var(--kd-border);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.kd-feat-card:hover {
  border-color: var(--kd-gold);
  box-shadow: var(--kd-shadow-gold);
}
.kd-feat-card-icon { font-size: 28px; }
.kd-feat-card-title {
  font-size: 14px;
  font-weight: 900;
  color: #111 !important;
  line-height: 1.2;
}
.kd-feat-card-desc {
  font-size: 12px;
  color: #666;
  font-weight: 600;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════
   COMPARISON TABLE
═══════════════════════════════════════════════════════════ */
.kd-compare { padding: 24px 16px; background: #fff !important; }
.kd-compare-title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
  color: #111 !important;
}
.kd-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid var(--kd-border);
}
.kd-compare-table th {
  padding: 12px 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  border-bottom: 2px solid var(--kd-border);
  color: #888;
  letter-spacing: 0.5px;
  background: #f8f8f8;
}
.kd-compare-table th.ours {
  background: var(--kd-dark);
  color: var(--kd-gold);
  font-size: 13px;
}
.kd-compare-table td {
  padding: 12px 8px;
  text-align: center;
  border-bottom: 1px solid var(--kd-border);
  font-weight: 700;
  color: #444;
}
.kd-compare-table td.ours {
  background: var(--kd-pill-bg);
  font-weight: 900;
  color: var(--kd-pill-text);
}
.kd-compare-table tr:last-child td { border-bottom: none; }
.kd-chk { color: var(--kd-gold-dark); font-size: 16px; font-weight: 900; }
.kd-cross { color: #ccc; font-size: 16px; }

/* ═══════════════════════════════════════════════════════════
   IMAGE LIFESTYLE SECTION
═══════════════════════════════════════════════════════════ */
.kd-lifestyle {
  padding: 0 0 24px;
  background: #111;
}
.kd-lifestyle-title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: var(--kd-gold);
  padding: 26px 16px 18px;
  font-family: Georgia, serif;
  letter-spacing: 1px;
}
.kd-lifestyle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-bottom: 3px;
}
.kd-lifestyle-img {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  width: 100%;
}
.kd-lifestyle-wide {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  display: block;
}
.kd-lifestyle-caption {
  text-align: center;
  color: rgba(200,168,75,0.7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px;
}

/* ═══════════════════════════════════════════════════════════
   WHY SECTION
═══════════════════════════════════════════════════════════ */
.kd-why { padding: 24px 16px 28px; background: #fff !important; }
.kd-why-title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  color: #111 !important;
}
.kd-why-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--kd-border);
  align-items: flex-start;
}
.kd-why-item:last-child { border-bottom: none; }
.kd-why-em { font-size: 30px; flex-shrink: 0; }
.kd-why-text h4 { font-size: 15px; font-weight: 900; color: #111 !important; margin-bottom: 4px; }
.kd-why-text p { font-size: 13.5px; color: #666; font-weight: 600; line-height: 1.55; }

/* ═══════════════════════════════════════════════════════════
   REVIEWS SECTION
═══════════════════════════════════════════════════════════ */
.kd-reviews { padding: 24px 16px; background: var(--kd-feat-bg); }
.kd-reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.kd-reviews-title { font-size: 22px; font-weight: 900; color: #111 !important; }
.kd-score-big { font-size: 34px; font-weight: 900; color: #111 !important; line-height: 1; }
.kd-score-sub { font-size: 12px; color: #888; font-weight: 700; line-height: 1.4; }
.kd-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.kd-bar-lbl { font-size: 12px; font-weight: 800; width: 28px; text-align: right; color: #666; }
.kd-bar-bg {
  flex: 1;
  height: 8px;
  background: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.kd-bar-fill { height: 100%; background: var(--kd-gold); border-radius: 4px; }
.kd-bar-pct { font-size: 11px; font-weight: 700; color: #aaa; width: 34px; }
.kd-rcard {
  border: 1.5px solid var(--kd-border);
  border-radius: var(--kd-radius);
  padding: 16px;
  margin-bottom: 10px;
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.kd-rcard-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.kd-rav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
}
.kd-rname { font-size: 14px; font-weight: 900; color: #111 !important; }
.kd-rdate { font-size: 12px; color: #aaa; font-weight: 600; }
.kd-rstars { margin-left: auto; color: var(--kd-gold); font-size: 14px; }
.kd-rbody { font-size: 14px; color: #444; font-weight: 600; line-height: 1.6; }
.kd-rverified { font-size: 11px; color: var(--kd-gold-dark); font-weight: 900; margin-top: 8px; display: flex; align-items: center; gap: 4px; }

/* ═══════════════════════════════════════════════════════════
   STICKY NOTIFICATION
═══════════════════════════════════════════════════════════ */
.kd-snotif {
  position: fixed;
  bottom: 76px;
  left: 12px;
  background: #fff !important;
  border: 1.5px solid var(--kd-border);
  border-radius: 14px;
  padding: 12px 14px;
  display: none;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.14);
  z-index: 900;
  max-width: 240px;
  font-size: 13px;
}
.kd-snotif-av { font-size: 24px; flex-shrink: 0; }
.kd-snotif-text { font-weight: 700; color: #333; line-height: 1.4; }
.kd-snotif-text strong { display: block; font-weight: 900; color: #111 !important; font-size: 13px; }
.kd-snotif-time { font-size: 10px; color: #aaa; margin-top: 2px; }

/* ═══════════════════════════════════════════════════════════
   TOAST
═══════════════════════════════════════════════════════════ */
.kd-toast {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 13px 28px;
  border-radius: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s;
  z-index: 9999;
  white-space: nowrap;
  box-shadow: 0 6px 24px rgba(0,0,0,0.3);
}
.kd-toast.show { opacity: 1; }

/* ═══════════════════════════════════════════════════════════
   FOOTER OVERRIDE
═══════════════════════════════════════════════════════════ */
.kd-footer {
  background: #111;
  color: #bbb;
  padding: 32px 20px 20px;
  text-align: center;
}
.kd-footer-logo {
  font-size: 22px;
  font-weight: 900;
  color: var(--kd-gold);
  margin-bottom: 16px;
  font-family: 'Nunito', sans-serif;
}
.kd-footer-tagline {
  font-size: 13px;
  color: rgba(200,168,75,0.7);
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.kd-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 20px;
}
.kd-footer-links a {
  color: #aaa;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transition: color 0.15s;
}
.kd-footer-links a:hover { color: var(--kd-gold); }
.kd-footer-pay {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.kd-footer-chip {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  color: #ccc;
}
.kd-footer-copy {
  font-size: 11px;
  color: #666;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════
   UPSELL / GET BEFORE SELLING OUT
═══════════════════════════════════════════════════════════ */
.kd-upsell { padding: 26px 12px 24px; background: #fff !important; }
.kd-upsell-head {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  color: #111 !important;
  margin-bottom: 18px;
  padding: 0 8px;
}
.kd-pgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.kd-pcard {
  border-radius: var(--kd-radius);
  overflow: hidden;
  border: 1.5px solid var(--kd-border);
  transition: border-color 0.18s;
  cursor: pointer;
}
.kd-pcard:hover { border-color: var(--kd-gold); }
.kd-pcard-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--kd-dark);
}
.kd-pcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.kd-pcard:hover .kd-pcard-img img { transform: scale(1.05); }
.kd-pcard-label {
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 900;
  color: var(--kd-gold-dark);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--kd-pill-bg);
  text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   PRESS BAR
═══════════════════════════════════════════════════════════ */
.kd-press {
  padding: 22px 16px;
  border-top: 1px solid var(--kd-border);
  border-bottom: 1px solid var(--kd-border);
  background: #fafafa;
}
.kd-press-title {
  font-size: 11px;
  font-weight: 900;
  color: #bbb;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.kd-press-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.kd-press-logo {
  font-size: 13px;
  font-weight: 900;
  color: #999;
  letter-spacing: 0.5px;
  font-style: italic;
}

/* ═══════════════════════════════════════════════════════════
   SCROLL-TO-TOP
═══════════════════════════════════════════════════════════ */
.kd-scrolltop {
  position: fixed;
  bottom: 85px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--kd-dark);
  color: var(--kd-gold);
  border: 2px solid var(--kd-gold);
  font-size: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  z-index: 400;
  font-family: 'Nunito', sans-serif;
  transition: transform 0.18s;
}
.kd-scrolltop:hover { transform: translateY(-2px); }
.kd-scrolltop.show { display: flex; }

/* ═══════════════════════════════════════════════════════════
   DIVIDER
═══════════════════════════════════════════════════════════ */
.kd-hr { border: none; border-top: 1px solid var(--kd-border); margin: 0 16px; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (min-width: 768px) {
  .kd-gallery-main { max-height: 600px; }
  .kd-ptitle { font-size: 38px; }
  .kd-price-new { font-size: 38px; }
  .kd-features-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .kd-hero-desktop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
  }
  .kd-gallery { border-right: 1px solid var(--kd-border); }
  .kd-info-col { padding: 28px; }
  .kd-atc-wrap { position: static; box-shadow: none; }
  .kd-pgrid { grid-template-columns: repeat(4, 1fr); }
}
