/** Shopify CDN: Minification failed

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

**/
/* ============================================================
   teknolet-sections.css — shared styles for all custom sections
   ============================================================ */

/* Fix: header nav dropdown hidden behind hero backdrop-filter stacking context */
.shopify-section-group-header-group,
.section-header.shopify-section-group-header-group {
  z-index: 200 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');

/* ---------- design tokens ---------- */
:root {
  --tk-font-sans: 'Poppins', sans-serif;
  --tk-font-heading: 'Poppins', sans-serif;
  --tk-font-mono: 'Poppins', sans-serif;
  /* Override Dawn's body/heading font variables */
  --font-body-family: 'Poppins', sans-serif;
  --font-heading-family: 'Poppins', sans-serif;
  --tk-ink: #0b1220;
  --tk-ink-2: #1f2a3d;
  --tk-muted: #5b6678;
  --tk-muted-2: #8b94a4;
  --tk-bg: #ffffff;
  --tk-bg-soft: #f6f8fc;
  --tk-bg-tint: #eef3fb;
  --tk-line: #e4e8ef;
  --tk-line-2: #eef1f6;
  --tk-brand: #f97316;
  --tk-brand-strong: #ea580c;
  --tk-brand-soft: #fff7ed;
  --tk-accent: #fb923c;
  --tk-accent-soft: #ffedd5;
  --tk-sale: #dc2626;
  --tk-success: #059669;
  --tk-warn: #d97706;
  --tk-star: #f59e0b;
  --tk-r-sm: 6px;
  --tk-r-md: 10px;
  --tk-r-lg: 14px;
  --tk-r-xl: 20px;
  --tk-r-2xl: 28px;
  --tk-shadow-sm: 0 1px 2px rgba(11,18,32,.06), 0 1px 1px rgba(11,18,32,.04);
  --tk-shadow-md: 0 4px 12px rgba(11,18,32,.08), 0 2px 4px rgba(11,18,32,.04);
  --tk-shadow-lg: 0 24px 48px -20px rgba(11,18,32,.18), 0 8px 16px -8px rgba(11,18,32,.08);
  --tk-pad-x: 0px;
  --tk-maxw: 90vw;
}

/* ---- Global 90% width — overrides Dawn .page-width on every page ---- */
.page-width,
.page-width-desktop,
.page-width-tablet,
.page-width--narrow {
  max-width: 90vw !important;
  width: 90vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Header + utility bar need slight padding so content isn't flush to 90% edge */
.header.page-width,
.utility-bar__grid.page-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Mobile: keep a small inner gutter so text doesn't touch the 5vw boundary */
@media (max-width: 749px) {
  .page-width,
  .page-width-desktop,
  .page-width-tablet {
    max-width: 92vw !important;
    width: 92vw !important;
  }
}

/* Apply primary font-family to all Teknolet elements */
[class^="tk-"], [class*=" tk-"] {
  font-family: var(--tk-font-sans);
}

/* Apply sleek monospace font-family to elements with data/technical labels */
.tk-pill-eyebrow,
.tk-badge,
.tk-eyebrow,
.tk-avatar-stack .tk-av,
.tk-hero__stats .tk-stat-lbl,
.tk-cc-head p,
.tk-cc-field label,
.tk-brand-tile span,
.tk-pcard__brand,
.tk-rcard__foot span {
  font-family: var(--tk-font-mono) !important;
}

/* ---------- Roboto: headings + bold text ---------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4,
strong, b,
.tk-pd-title,
.tk-section-heading,
.tk-hero-heading,
[class*="-title"],
[class*="__title"],
[class*="-heading"] {
  font-family: var(--tk-font-heading) !important;
}

/* ---------- shared layout ---------- */
.tk-section { padding: clamp(48px,6vw,80px) 0; }
.tk-section--dark { background: var(--tk-ink); color: #fff; }
.tk-section--tint { background: var(--tk-bg-soft); }
.tk-container { max-width: var(--tk-maxw); margin: 0 auto; padding: 0 var(--tk-pad-x); }

.tk-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.tk-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--tk-brand);
  margin: 0 0 8px;
  display: block;
}
.tk-section-head h2 {
  font-size: clamp(25px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--tk-ink);
  margin: 0;
  line-height: 1.1;
}
.tk-section-head .tk-lede { color: var(--tk-muted); margin: 6px 0 0; font-size: 14px; }
.tk-section-head .tk-right { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }

@media (max-width: 600px) {
  .tk-section-head {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-bottom: 22px !important;
  }
  .tk-section-head .tk-right {
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }
}

/* ---------- buttons ---------- */
.tk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: var(--tk-r-md);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border: 0;
  transition: background .15s, border-color .15s, transform .1s;
  text-decoration: none;
  white-space: nowrap;
}
.tk-btn:active { transform: translateY(1px); }
.tk-btn--brand { background: var(--tk-brand) !important; color: #fff !important; }
.tk-btn--brand:hover { background: var(--tk-brand-strong) !important; color: #fff !important; }
.tk-btn--outline { background: #fff !important; border: 1.5px solid var(--tk-line) !important; color: var(--tk-ink) !important; }
.tk-btn--outline:hover { border-color: var(--tk-ink) !important; color: var(--tk-ink) !important; }
.tk-btn--ghost { background: rgba(255,255,255,.07) !important; border: 1.5px solid rgba(255,255,255,.15) !important; color: #fff !important; }
.tk-btn--ghost:hover { background: rgba(255,255,255,.13) !important; color: #fff !important; }
.tk-btn--lg { padding: 15px 28px; font-size: 15px; }
.tk-btn--block { width: 100%; }

/* ---------- badge pill ---------- */
.tk-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
  background: var(--tk-bg-soft);
  border: 1px solid var(--tk-line);
  color: var(--tk-ink-2);
}
.tk-badge--brand { background: var(--tk-brand-soft); border-color: transparent; color: var(--tk-brand-strong); }
.tk-badge--sale  { background: #fee2e2; border-color: transparent; color: #b91c1c; }
.tk-badge--success { background: #d1fae5; border-color: transparent; color: #047857; }


/* ============================================================
   1. ANNOUNCEMENT BAR
   ============================================================ */
.tk-utility-bar {
  background: var(--tk-ink) !important;
  color: #cbd5e1 !important;
  font-size: 12.5px;
  letter-spacing: .02em;
}
.tk-utility-bar__inner {
  max-width: var(--tk-maxw);
  margin: 0 auto;
  padding: 9px var(--tk-pad-x);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.tk-marquee-wrap {
  display: flex;
  gap: 28px;
  overflow: hidden;
  justify-content: center;
}
.tk-marquee-wrap span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.tk-marquee-wrap .tk-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--tk-accent);
  flex-shrink: 0;
}
.tk-util-links { display: flex; gap: 18px; font-size: 12.5px; }
.tk-util-links a { color: #94a3b8 !important; text-decoration: none; transition: color 0.15s ease; }
.tk-util-links a:hover { color: #fff !important; }
@media (max-width: 749px) { .tk-util-links { display: none; } }

/* ============================================================
   2. HERO
   ============================================================ */
.tk-hero {
  position: relative;
  padding: 64px 0 80px;
  background: linear-gradient(180deg, #07101f 0%, #0b1220 100%) !important;
  color: #fff !important;
  overflow: hidden;
}
.tk-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.tk-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .35;
}
.tk-hero__glow--a {
  top: -150px; left: 8%;
  width: 480px; height: 480px;
  background: radial-gradient(circle, var(--tk-brand) 0%, transparent 70%);
}
.tk-hero__glow--b {
  bottom: -180px; right: -50px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, var(--tk-accent) 0%, transparent 70%);
  opacity: .22;
}
.tk-hero__grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}
.tk-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.tk-hero__copy { display: grid; gap: 22px; }
.tk-pill-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  width: fit-content;
}
.tk-pill-eyebrow::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--tk-accent);
  box-shadow: 0 0 10px var(--tk-accent);
}
.tk-hero h1 {
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.0;
  letter-spacing: -.035em;
  margin: 0;
  font-weight: 800;
  color: #ffffff !important;
}
.tk-hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--tk-brand) 0%, var(--tk-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tk-hero__sub { color: #c5cfdc !important; font-size: 16px; line-height: 1.6; margin: 0; max-width: 52ch; }
.tk-hero__cta { display: flex; gap: 10px; flex-wrap: wrap; }
.tk-hero__trust { display: flex; align-items: center; gap: 14px; }
.tk-avatar-stack { display: inline-flex; }
.tk-avatar-stack .tk-av {
  width: 30px; height: 30px;
  border-radius: 999px;
  border: 2px solid #0b1220;
  margin-left: -8px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 700; color: #fff !important;
  font-family: 'Poppins', sans-serif;
}
.tk-avatar-stack .tk-av:first-child { margin-left: 0; }
.tk-avatar-stack .tk-av--more {
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.2);
  font-size: 9px;
}
.tk-trust-text { display: grid; gap: 1px; }
.tk-trust-stars { color: var(--tk-star) !important; font-size: 13px; letter-spacing: 1.5px; }
.tk-trust-stars strong { color: #fff !important; margin-left: 4px; }
.tk-trust-text > span { font-size: 12px; color: #94a3b8 !important; }
.tk-trust-text > span strong { color: #fff !important; font-weight: 600; }
.tk-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.tk-hero__stats > div { display: flex; flex-direction: column; gap: 4px; }
.tk-hero__stats .tk-stat-num {
  font-size: 26px; font-weight: 700; letter-spacing: -.02em;
  color: #fff !important; line-height: 1;
}
.tk-hero__stats .tk-stat-num small { font-size: 15px; color: var(--tk-accent) !important; font-weight: 500; }
.tk-hero__stats .tk-stat-lbl {
  font-size: 10.5px; color: #94a3b8 !important;
  font-family: 'Poppins', sans-serif;
  letter-spacing: .12em; text-transform: uppercase;
}

/* compat card */
.tk-compat-card {
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 22px;
  display: grid;
  gap: 18px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.5);
  position: relative;
}
.tk-compat-card::before {
  content: "";
  position: absolute; inset: -1px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(249,115,22,.4), transparent 40%, transparent 60%, rgba(249,115,22,.3));
  z-index: -1; pointer-events: none;
}
.tk-cc-head { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; }
.tk-cc-icon {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--tk-brand), var(--tk-accent));
  color: #fff; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tk-cc-head h3 { font-size: 15px; font-weight: 700; margin: 0; color: #fff !important; line-height: 1.2; }
.tk-cc-head p { margin: 2px 0 0; font-size: 11px; color: #94a3b8 !important; font-family: 'Poppins', sans-serif; }
.tk-cc-step { font-size: 13px; color: #94a3b8 !important; }
.tk-cc-step .tk-cc-cur { color: var(--tk-accent) !important; font-weight: 700; font-size: 16px; }
.tk-cc-fields { display: grid; gap: 10px; }
.tk-cc-field { display: grid; gap: 5px; transition: opacity .2s; }
.tk-cc-field.tk-disabled { opacity: .42; }
.tk-cc-field label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: #64748b !important; font-weight: 600;
}
.tk-cc-select-wrap {
  position: relative;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
}
.tk-cc-select-wrap:hover { border-color: #f97316; }
.tk-cc-select-wrap:focus-within { border-color: #f97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
.tk-cc-select-wrap svg { position: absolute; top: 50%; right: 14px; transform: translateY(-50%); color: #64748b; pointer-events: none; }
.tk-cc-select-wrap select {
  width: 100%;
  background: transparent; border: 0;
  padding: 11px 38px 11px 14px;
  font-size: 13.5px; color: #0b1220; font-weight: 500;
  appearance: none; outline: none; cursor: pointer;
  font-family: inherit;
}
.tk-cc-select-wrap select option { background: #ffffff; color: #0b1220; }
.tk-cc-select-wrap select:disabled { color: #94a3b8; cursor: not-allowed; }
.tk-cc-actions { display: flex; flex-direction: column; gap: 6px; }
.tk-cc-reset { background: transparent; color: #64748b !important; font-size: 12px; font-weight: 600; padding: 4px; cursor: pointer; border: 0; }
.tk-cc-reset:hover { color: #f97316 !important; }
.tk-cc-trust { padding-top: 12px; border-top: 1px dashed rgba(255,255,255,.1); }
.tk-cc-trust-row { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #c5cfdc !important; }
.tk-cc-trust-row strong { color: #fff !important; }
.tk-dot-live {
  width: 8px; height: 8px;
  background: var(--tk-accent); border-radius: 999px;
  position: relative; flex-shrink: 0;
}
.tk-dot-live::after {
  content: ""; position: absolute; inset: 0;
  background: var(--tk-accent); border-radius: 999px;
  animation: tk-pulse 1.6s infinite;
}
@keyframes tk-pulse { from { opacity: .6; transform: scale(1); } to { opacity: 0; transform: scale(2.2); } }

@media (max-width: 980px) {
  .tk-hero { padding: 40px 0 56px; }
  .tk-hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .tk-hero__stats { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .tk-hero__stats { grid-template-columns: repeat(2,1fr); gap: 12px; }
}

/* ============================================================
   3. TRUST STRIP
   ============================================================ */
.tk-strip {
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9;
  padding: 24px 0;
}
.tk-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.tk-strip__item { 
  display: flex; 
  align-items: center; 
  gap: 14px; 
}
.tk-strip__icon {
  width: 48px; 
  height: 48px;
  background: #fff7ed !important;
  color: #f97316 !important;
  border-radius: 12px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.tk-strip__icon svg {
  stroke-width: 2.2 !important; /* High visual fidelity */
}
.tk-strip__item strong { 
  display: block; 
  font-size: 14.5px; 
  font-weight: 700; 
  color: #0f172a !important; /* Slate 900 */
  line-height: 1.25; 
}
.tk-strip__item span { 
  font-size: 12px; 
  color: #64748b !important; /* Slate 500 */
  display: block; 
  margin-top: 3px; 
}

@media (max-width: 980px) {
  .tk-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
  }
}

@media (max-width: 480px) {
  .tk-strip {
    padding: 16px 0;
  }
  .tk-strip__grid {
    grid-template-columns: repeat(2, 1fr) !important; /* Force beautiful 2x2 grid */
    gap: 16px 12px !important;
  }
  .tk-strip__item {
    gap: 10px;
  }
  .tk-strip__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }
  .tk-strip__icon svg {
    width: 18px;
    height: 18px;
  }
  .tk-strip__item strong {
    font-size: 12.5px;
  }
  .tk-strip__item span {
    font-size: 11px;
    margin-top: 2px;
  }
}

/* ============================================================
   4. SHOP BY CATEGORY
   ============================================================ */
.tk-cat-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 5 * 16px) / 6);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 0;
  box-sizing: border-box;
}
.tk-cat-row::-webkit-scrollbar { display: none; }
.tk-cat-mini {
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: var(--tk-r-lg);
  padding: 16px 10px 14px;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  gap: 6px;
  text-decoration: none; color: inherit;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  scroll-snap-align: start;
  width: 100%;
  box-sizing: border-box;
}
.tk-cat-mini:hover { transform: translateY(-3px); box-shadow: var(--tk-shadow-md); border-color: var(--tk-brand); }
.tk-cat-mini__img {
  width: 100%; aspect-ratio: 1.15/1;
  background: repeating-linear-gradient(
    45deg,
    #f8fafc,
    #f8fafc 8px,
    #f1f5f9 8px,
    #f1f5f9 16px
  );
  border: 1px solid var(--tk-line); border-radius: var(--tk-r-md);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 5px;
}
.tk-cat-mini__img img { width: 100%; height: 100%; object-fit: contain; }
.tk-cat-mini__img--has-image { background: transparent !important; }
.tk-cat-mini__img-placeholder {
  font-family: 'Poppins', sans-serif !important;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #71717a;
  background: #ffffff;
  border: 1px dashed #d4d4d8;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  text-align: center;
  white-space: nowrap;
}
.tk-cat-mini strong { font-size: 13.5px; font-weight: 700; color: var(--tk-ink); margin-top: 4px; line-height: 1.25; }
.tk-cat-mini span { font-size: 11px; color: var(--tk-muted); line-height: 1.35; margin-top: 1px; }

/* View all link */
.tk-link-all {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--tk-brand) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.15s ease;
  white-space: nowrap;
}
.tk-link-all:hover {
  color: var(--tk-brand-strong) !important;
}
@media (max-width: 980px) {
  .tk-cat-row { grid-auto-columns: calc((100% - 3 * 12px) / 4) !important; gap: 12px; }
  .tk-brand-row { grid-auto-columns: calc((100% - 4 * 12px) / 5.2) !important; }
}
@media (max-width: 600px) {
  .tk-cat-row { grid-auto-columns: calc((100% - 12px) / 2.3) !important; gap: 12px; }
  .tk-brand-row { grid-auto-columns: calc((100% - 2 * 10px) / 3.2) !important; }
}

/* ============================================================
   5. BRAND CAROUSEL
   ============================================================ */
.tk-brand-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 8 * 12px) / 8.5);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 0;
  box-sizing: border-box;
}
.tk-brand-row::-webkit-scrollbar { display: none; }
.tk-brand-tile {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  text-align: center;
  scroll-snap-align: start;
  text-decoration: none; 
  color: inherit;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  width: 100%;
}
.tk-brand-tile:hover { 
  transform: translateY(-3px); 
  border-color: #f97316; 
  box-shadow: 0 8px 16px -8px rgba(249, 115, 22, 0.15); 
}
/* Highlight active card to match mockup selected state exactly */
.tk-brand-tile:nth-child(2) {
  border-color: #f97316 !important;
  box-shadow: 0 8px 16px -8px rgba(249, 115, 22, 0.15) !important;
}
.tk-brand-tile strong { 
  font-size: 15px; 
  font-weight: 700; 
  color: #0f172a !important; 
  letter-spacing: -0.01em;
}
.tk-carousel-btns { 
  display: flex; 
  gap: 8px; 
}
.tk-carousel-btn {
  width: 40px; 
  height: 40px; 
  border-radius: 10px;
  border: 1.5px solid #e2e8f0; 
  background: #ffffff;
  font-size: 14px; 
  color: #0f172a; 
  cursor: pointer;
  display: flex; 
  align-items: center; 
  justify-content: center;
  transition: all 0.2s ease;
}
.tk-carousel-btn:hover { 
  background: #0f172a; 
  color: #ffffff; 
  border-color: #0f172a; 
}

/* ============================================================
   6. BESTSELLERS
   ============================================================ */
.tk-tab-row {
  display: inline-flex;
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 10px;
  padding: 3px;
}
.tk-tab {
  padding: 7px 14px; border-radius: 7px;
  font-weight: 600; font-size: 13px;
  color: var(--tk-muted); cursor: pointer; border: 0; background: transparent;
}
.tk-tab.tk-on { background: var(--tk-ink); color: #fff; }

/* product card */
.tk-prod-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.tk-pcard {
  position: relative;
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: var(--tk-r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  text-decoration: none; color: inherit;
}
.tk-pcard:hover { transform: translateY(-2px); box-shadow: var(--tk-shadow-md); border-color: #d4dae5; }
.tk-pcard__tags { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; flex-direction: column; gap: 6px; }
.tk-pcard__wish {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 34px; height: 34px; border-radius: 999px;
  background: #fff; box-shadow: var(--tk-shadow-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--tk-muted-2); cursor: pointer; border: 0;
}
.tk-pcard__wish:hover { color: var(--tk-sale); }
.tk-pcard__img {
  width: 100%; aspect-ratio: 1/1;
  background: linear-gradient(160deg, var(--tk-bg-tint), var(--tk-bg-soft));
  border-bottom: 1px solid var(--tk-line-2);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.tk-pcard__img img { width: 100%; height: 100%; object-fit: cover; }
.tk-pcard__img-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 9px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--tk-muted-2); text-align: center; padding: 8px;
}
.tk-pcard__quick {
  position: absolute; left: 10px; right: 10px; bottom: 10px;
  opacity: 0; transform: translateY(6px);
  transition: all .2s; z-index: 3;
}
.tk-pcard:hover .tk-pcard__quick { opacity: 1; transform: translateY(0); }
.tk-pcard__quick .tk-btn {
  width: 100%; font-size: 13px; padding: 10px 14px;
  background: #fff; border: 1px solid var(--tk-line); color: var(--tk-ink);
}
.tk-pcard__quick .tk-btn:hover { background: var(--tk-ink); color: #fff; border-color: var(--tk-ink); }
.tk-pcard__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; }
.tk-pcard__brand { font-family: 'Poppins', sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--tk-muted-2); }
.tk-pcard__name { font-weight: 600; font-size: 14px; color: var(--tk-ink); line-height: 1.3; }
.tk-pcard__rating { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--tk-muted); }
.tk-pcard__stars { color: var(--tk-star); letter-spacing: 1px; font-size: 11px; }
.tk-pcard__price-row { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
.tk-pcard__price { font-weight: 700; font-size: 16px; color: var(--tk-ink); letter-spacing: -.01em; }
.tk-pcard__price-old { font-size: 13px; color: var(--tk-muted-2); text-decoration: line-through; }
.tk-pcard__save { font-size: 11px; font-weight: 600; color: var(--tk-success); }

@media (max-width: 980px) { .tk-prod-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .tk-prod-grid { grid-template-columns: repeat(2,1fr); gap: 10px; } }

/* ============================================================
   7. FEATURED OFFERS
   ============================================================ */
.tk-offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.tk-offer-banner {
  position: relative;
  background: #0b1220;
  border-radius: var(--tk-r-xl);
  overflow: hidden;
  min-height: 280px;
  display: flex; align-items: stretch;
  color: #fff; text-decoration: none;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
}
.tk-offer-banner:hover {
  transform: translateY(-3px);
  box-shadow: var(--tk-shadow-lg);
  border-color: rgba(255,255,255,0.12);
}
.tk-offer-banner__bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0f172a 0%, #070d19 100%);
}
.tk-offer-banner__bg::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.015) 0px,
    rgba(255, 255, 255, 0.015) 1px,
    transparent 1px,
    transparent 8px
  );
  z-index: 1;
  pointer-events: none;
}
.tk-offer-banner__bg::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(249,115,22,.06) 0%, transparent 60%);
  z-index: 2;
}
.tk-offer-banner__bg img { width: 100%; height: 100%; object-fit: cover; }
.tk-offer-banner__text {
  position: relative; z-index: 3;
  padding: 36px; display: flex; flex-direction: column;
  justify-content: center; gap: 8px; max-width: 75%;
}
.tk-ob-tag {
  display: inline-flex; width: fit-content;
  font-family: 'Poppins', sans-serif;
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--tk-accent);
  background: rgba(249,115,22,.12);
  border: 1px solid rgba(249,115,22,.3);
  border-radius: 999px; padding: 4px 10px; font-weight: 600;
  margin-bottom: 6px;
}
.tk-ob-spec {
  display: inline-flex;
  align-items: center;
  font-family: var(--tk-font-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 3px 8px;
  font-weight: 500;
  margin-left: 8px;
  vertical-align: middle;
  white-space: nowrap;
}
.tk-offer-banner__text h3 {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  margin: 0; letter-spacing: -.03em; line-height: 1.15; color: #fff;
}
.tk-offer-banner__text p {
  margin: 4px 0 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.tk-ob-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #ffffff !important; color: #0b1220 !important;
  padding: 11px 20px; border-radius: 10px;
  font-weight: 700; font-size: 13.5px; width: fit-content; margin-top: 12px;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-decoration: none;
}
.tk-offer-banner:hover .tk-ob-cta {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.tk-offer-wide {
  grid-column: span 2;
  position: relative;
  background: #0b1220;
  border-radius: var(--tk-r-xl);
  overflow: hidden; min-height: 180px;
  display: flex; align-items: center;
  color: #fff; text-decoration: none;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
}
.tk-offer-wide:hover {
  transform: translateY(-3px);
  box-shadow: var(--tk-shadow-lg);
  border-color: rgba(255,255,255,0.12);
}
.tk-offer-wide__bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0f172a 0%, #070d19 100%);
}
.tk-offer-wide__bg::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.015) 0px,
    rgba(255, 255, 255, 0.015) 1px,
    transparent 1px,
    transparent 8px
  );
  z-index: 1;
  pointer-events: none;
}
.tk-offer-wide__bg::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 15% 30%, rgba(249,115,22,.05) 0%, transparent 60%);
  z-index: 2;
}
.tk-offer-wide__bg img { width: 100%; height: 100%; object-fit: cover; }
.tk-offer-wide__text {
  position: relative; z-index: 3;
  padding: 36px 44px; flex: 1;
  display: flex; flex-direction: column; gap: 4px;
  max-width: 65%;
}
.tk-offer-wide__text h3 {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
  margin: 0; letter-spacing: -.03em; line-height: 1.15; color: #fff;
}
.tk-offer-wide__text p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.5;
  margin: 2px 0 0;
  font-weight: 500;
}
.tk-offer-wide__cta { position: relative; z-index: 3; padding: 0 44px 0 0; }
.tk-offer-wide .tk-ob-cta {
  background: #f97316 !important;
  color: #ffffff !important;
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 14px rgba(249,115,22,0.25);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  margin-top: 0;
}
.tk-offer-wide:hover .tk-ob-cta {
  background-color: #ea580c !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(249,115,22,0.35);
}

@media (max-width: 749px) {
  .tk-offers { grid-template-columns: 1fr; }
  .tk-offer-wide { grid-column: span 1; flex-direction: column; align-items: flex-start; min-height: auto; }
  .tk-offer-wide__text { max-width: 100%; padding: 28px 28px 16px; }
  .tk-offer-wide__cta { padding: 0 28px 28px; width: 100%; }
  .tk-offer-wide .tk-ob-cta { width: 100%; justify-content: center; margin-top: 8px; }
}

/* ============================================================
   8. WHY US
   ============================================================ */
.tk-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.tk-why-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-top: 4px;
}
.tk-why-icon {
  width: 46px;
  height: 46px;
  background: rgba(249, 115, 22, 0.04);
  border: 1px solid rgba(249, 115, 22, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tk-accent);
  margin-bottom: 16px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease, background-color 0.25s ease;
}
.tk-why-item:hover .tk-why-icon {
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(249, 115, 22, 0.3);
  background-color: rgba(249, 115, 22, 0.08);
}
.tk-why-num {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--tk-accent);
  margin-bottom: 10px;
}
.tk-why-item h4 {
  margin: 0 0 12px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.tk-why-item p {
  margin: 0;
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.6;
}
@media (max-width: 980px) {
  .tk-why-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 600px) {
  .tk-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  .tk-why-item h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .tk-why-item p {
    font-size: 13.5px;
    line-height: 1.45;
  }
  .tk-why-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }
  .tk-why-icon svg {
    width: 18px;
    height: 18px;
  }
  .tk-why-num {
    margin-bottom: 6px;
  }
}

/* ============================================================
   9. REVIEWS
   ============================================================ */
.tk-reviews-head-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: flex-end;
  margin-bottom: 32px;
}
.tk-reviews-head-row h2 { font-size: clamp(26px,3vw,38px); margin: 0; line-height: 1.05; letter-spacing: -.02em; }
.tk-reviews-summary { display: grid; gap: 4px; text-align: right; }

/* Reviews Rating Summary Mockup Styling */
.tk-rs-stars {
  color: #f59e0b;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 4px;
}
.tk-rs-stat {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.4;
  margin-bottom: 8px;
}
.tk-rs-stat strong {
  color: #0f172a;
  font-weight: 700;
}
.tk-rs-pills {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.tk-rs-pill {
  background: #f1f5f9;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.tk-rcard {
  background: #fff;
  border: 1.5px solid #f1f5f9;
  border-radius: 20px;
  padding: 20px; display: grid; gap: 8px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.01);
}
.tk-rcard__stars { color: #f59e0b; font-size: 12px; letter-spacing: 1px; }
.tk-rcard h4 { font-size: 15.5px; margin: 2px 0 0; color: #0f172a; font-weight: 700; line-height: 1.35; }
.tk-rcard p { margin: 0; color: #475569; font-size: 13.5px; line-height: 1.5; }
.tk-rcard__foot { display: flex; align-items: center; gap: 10px; margin-top: 8px; padding-top: 12px; border-top: 1.5px solid #f1f5f9; }
.tk-rcard__av { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; }

/* SOLID COLOR AVATAR ROTATION */
.tk-rcard:nth-child(4n+1) .tk-rcard__av { background: #f97316 !important; }
.tk-rcard:nth-child(4n+2) .tk-rcard__av { background: #ea580c !important; }
.tk-rcard:nth-child(4n+3) .tk-rcard__av { background: #16a34a !important; }
.tk-rcard:nth-child(4n+4) .tk-rcard__av { background: #7c3aed !important; }

.tk-rcard__foot strong { display: block; font-size: 13px; color: #0f172a; font-weight: 700; }
.tk-rcard__foot span { font-size: 11px; color: #64748b; }
.tk-reviews-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }

@media (max-width: 980px) {
  .tk-reviews-head-row { grid-template-columns: 1fr; gap: 20px; }
  .tk-reviews-summary { text-align: left; }
  .tk-reviews-summary .tk-rs-pills { justify-content: flex-start; }
  .tk-reviews-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
}

@media (max-width: 600px) {
  .tk-reviews-grid {
    grid-template-columns: repeat(2, 1fr); /* Force exactly 2 columns side-by-side on mobile! */
    gap: 12px;
  }
  .tk-rcard {
    padding: 16px;
    border-radius: 16px;
  }
  .tk-rcard h4 {
    font-size: 13.5px;
    line-height: 1.35;
  }
  .tk-rcard p {
    font-size: 11.5px;
    line-height: 1.45;
  }
  .tk-rcard__foot {
    margin-top: 6px;
    padding-top: 10px;
    gap: 8px;
  }
  .tk-rcard__av {
    width: 24px;
    height: 24px;
  }
  .tk-rcard__foot strong {
    font-size: 11.5px;
  }
  .tk-rcard__foot span {
    font-size: 9.5px;
  }
}

/* ============================================================
   10. NEWSLETTER
   ============================================================ */
.tk-newsletter-wrap {
  background: linear-gradient(135deg, #09101d 0%, #060b14 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
  color: #fff;
  position: relative; overflow: hidden;
  box-shadow: var(--tk-shadow-lg);
}
.tk-newsletter-wrap::before {
  content: "";
  position: absolute; bottom: -200px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(249,115,22,.15), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.tk-newsletter-copy, .tk-newsletter-form { position: relative; z-index: 1; }
.tk-newsletter-copy .tk-badge {
  margin-bottom: 16px;
  background: rgba(249, 115, 22, 0.1) !important;
  border: 1px solid rgba(249, 115, 22, 0.2) !important;
  color: #f97316 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 700;
  display: inline-block;
}
.tk-newsletter-wrap h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #fff;
  max-width: 14ch;
}
.tk-newsletter-wrap p {
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.55;
  margin-top: 12px;
  max-width: 38ch;
  font-weight: 500;
}
.tk-nl-input-wrap {
  display: flex;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 5px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.tk-nl-input-wrap:focus-within {
  border-color: rgba(249, 115, 22, 0.4) !important;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}
.tk-nl-input-wrap input {
  flex: 1; border: 0; padding: 12px 14px;
  font-size: 14.5px; outline: none;
  background: transparent; color: #fff;
  font-family: inherit;
}
.tk-nl-input-wrap input::placeholder { color: #57657a; }
.tk-nl-input-wrap button {
  background: #f97316 !important;
  color: #ffffff !important;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.2);
}
.tk-nl-input-wrap button:hover {
  background-color: #ea580c !important;
  transform: translateY(-1px);
}
.tk-nl-fine {
  font-size: 11.5px;
  color: #64748b;
  margin: 14px 0 0;
  line-height: 1.5;
  max-width: 42ch;
  font-weight: 500;
}
.tk-nl-success { display: none; margin: 12px 0 0; color: var(--tk-accent); font-weight: 600; font-size: 14px; }
.tk-nl-success.tk-show { display: block; }
.tk-nl-perks { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; }
.tk-nl-perks li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #cbd5e1; }
.tk-nl-perks li svg { flex-shrink: 0; color: var(--tk-accent); }
.tk-nl-error { font-size: 13px; color: #f87171; margin: 8px 0 0; }
.tk-newsletter-section { padding: clamp(48px,6vw,80px) 0; background: var(--tk-bg-soft); }
@media (max-width: 980px) {
  .tk-newsletter-wrap { grid-template-columns: 1fr; padding: 36px; gap: 28px; }
  .tk-newsletter-wrap h2 { max-width: 100%; }
}

/* ============================================================
   11. DYNAMIC HIGH-FIDELITY FOOTER
   ============================================================ */
.tk-footer {
  background: #080f1e !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 80px 0 40px;
  color: #94a3b8;
}
.tk-foot-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.tk-foot-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.tk-foot-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.tk-foot-logo span {
  font-weight: 800;
}
.tk-foot-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
  max-width: 38ch;
}
.tk-foot-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: #94a3b8;
}
.tk-foot-contact strong {
  color: #cbd5e1;
}
.tk-foot-contact a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  width: fit-content;
}
.tk-foot-contact a:hover {
  color: var(--tk-accent);
}
.tk-foot-socials {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.tk-foot-socials a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.tk-foot-socials a:hover {
  background: rgba(249, 115, 22, 0.08);
  border-color: rgba(249, 115, 22, 0.3);
  color: var(--tk-accent);
  transform: translateY(-2px);
}
.tk-foot-col-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #e2e8f0;
  display: block;
  margin-bottom: 24px;
}
.tk-foot-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tk-foot-col-list a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.tk-foot-col-list a:hover {
  color: #ffffff;
}
.tk-foot-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin: 40px 0;
}
.tk-foot-catalog-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.tk-foot-cat-title {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--tk-accent);
  display: block;
  margin-bottom: 20px;
}
.tk-foot-cat-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tk-foot-cat-links a {
  color: #64748b;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.tk-foot-cat-links a:hover {
  color: #ffffff;
}
.tk-foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
  color: #64748b;
  margin-top: 24px;
}
.tk-foot-copyright {
  font-weight: 500;
}
.tk-foot-payment-icons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
}
.payment-badge {
  background: #ffffff;
  color: #000000;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #cbd5e1;
}
.tk-foot-payment-icons svg,
.tk-foot-payment-icons .payment-svg {
  width: 38px;
  height: 24px;
  border-radius: 4px;
  background: #ffffff;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.1);
}

@media (max-width: 980px) {
  .tk-foot-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .tk-foot-catalog-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .tk-foot-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  .tk-foot-brand {
    grid-column: 1 / -1;
    margin-bottom: 12px;
  }
  .tk-foot-contact a {
    color: #ffffff !important;
    font-weight: 700;
  }
  .tk-foot-contact a:hover {
    color: #fb923c !important;
  }
  .tk-foot-catalog-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  .tk-foot-col-heading, .tk-foot-cat-title {
    margin-bottom: 16px;
  }
  .tk-foot-col-list, .tk-foot-cat-links {
    gap: 10px;
  }
  .tk-foot-col-list a, .tk-foot-cat-links a {
    font-size: 13.5px;
    line-height: 1.3;
  }
  .tk-foot-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
  }
}

/* ============================================================
   12. DYNAMIC HIGH-FIDELITY HEADER
   ============================================================ */
.tk-header-wrapper {
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9;
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 76px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.01), 0 1px 2px rgba(0,0,0,0.02);
  font-family: 'Poppins', sans-serif;
}
.tk-header-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.tk-mob-menu-trigger {
  display: none;
  background: none;
  border: 0;
  color: #0f172a;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
.tk-mob-menu-trigger:hover {
  background: #f8fafc;
}
.tk-header-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.tk-logo-box {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #ea580c, #fb923c);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 10px rgba(249,115,22,0.15);
}
.tk-logo-t {
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  font-family: inherit;
  line-height: 1;
  transform: translateY(-1px);
}
.tk-logo-text {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
}
.tk-logo-dot {
  color: #f97316;
  font-weight: 900;
}
.tk-header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.tk-nav-item {
  position: relative;
  height: 76px;
  display: flex;
  align-items: center;
}
.tk-nav-link {
  font-size: 14.5px;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.15s ease;
}
.tk-nav-link:hover, .tk-nav-active {
  color: #0f172a;
}
.tk-nav-deals {
  color: #ef4444 !important;
  font-weight: 700 !important;
}
.tk-nav-chevron {
  color: #64748b;
  transition: transform 0.15s ease;
}
.tk-nav-item:hover .tk-nav-chevron {
  transform: translateY(1px);
  color: #0f172a;
}
.tk-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.03);
  padding: 16px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.tk-nav-dropdown--multi-column {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  min-width: 380px !important;
  gap: 8px 24px !important;
  padding: 20px 20px 20px 32px !important;
}
.tk-nav-item:hover .tk-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.tk-nav-dropdown-link {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  transition: color 0.15s ease;
}
.tk-nav-dropdown-link:hover {
  color: #0f172a;
}
.tk-nav-submenu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px;
  padding-left: 12px;
  border-left: 1.5px solid #e2e8f0;
}
.tk-nav-submenu-link {
  font-size: 13px;
  color: #64748b;
  text-decoration: none;
  transition: color 0.15s ease;
}
.tk-nav-submenu-link:hover {
  color: #0f172a;
}

/* Search container & inputs */
.tk-header-search-container {
  flex: 1;
  max-width: 320px;
}
.tk-search-pill-desktop {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 10px;
  transition: all 0.2s ease;
  position: relative;
  box-sizing: border-box;
}
.tk-search-pill-desktop:focus-within {
  background: #ffffff;
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}
.tk-search-btn {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  outline: none !important;
}
.tk-search-btn .tk-search-icon {
  transition: color 0.15s ease !important;
}
.tk-search-btn:hover .tk-search-icon {
  color: #f97316 !important;
}
.tk-search-icon {
  color: #94a3b8;
  flex-shrink: 0;
}
.tk-search-input {
  border: 0;
  background: transparent;
  outline: none;
  font-size: 13.5px;
  color: #0f172a;
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-weight: 500;
}
.tk-search-input::placeholder {
  color: #94a3b8;
}
.tk-search-shortcut {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  border-radius: 6px;
  padding: 2px 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: #64748b;
  user-select: none;
  flex-shrink: 0;
}
.tk-search-pill-mobile {
  display: none;
  background: #f1f5f9;
  border-radius: 999px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  gap: 8px;
  cursor: pointer;
}

/* Right side utilities */
.tk-header-utilities {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.tk-util-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}
.tk-util-btn:hover {
  background: #f8fafc;
  color: #0f172a;
}
.tk-cart-badge {
  background: #f97316;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 2px solid #ffffff;
}

/* Mobile search overlay */
.tk-mob-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background: #ffffff;
  z-index: 1100;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transform: translateY(-100%);
  transition: transform 0.25s ease;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
  box-sizing: border-box;
}
.tk-mob-search-overlay.tk-active {
  transform: translateY(0);
}
.tk-mob-search-bar {
  display: flex;
  align-items: center;
  width: 100%;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 0 16px;
  height: 44px;
  gap: 10px;
  box-sizing: border-box;
}
.tk-mob-search-input {
  border: 0;
  background: transparent;
  outline: none;
  font-size: 14px;
  width: 100%;
  color: #0f172a;
}
.tk-mob-search-close {
  background: none;
  border: 0;
  font-size: 18px;
  color: #64748b;
  cursor: pointer;
  padding: 4px;
}

/* Mobile Navigation Drawer */
.tk-mob-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  background: #ffffff;
  z-index: 1200;
  box-shadow: 10px 0 30px rgba(0,0,0,0.05);
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.tk-mob-drawer.tk-active {
  transform: translateX(0);
}
.tk-mob-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #f1f5f9;
}
.tk-mob-drawer-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}
.tk-mob-drawer-close {
  background: none;
  border: 0;
  font-size: 18px;
  color: #64748b;
  cursor: pointer;
}
.tk-mob-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tk-mob-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
}
.tk-mob-nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  text-decoration: none;
}
.tk-mob-arrow {
  color: #94a3b8;
  transition: transform 0.2s ease;
}
.tk-mob-dropdown-content {
  display: none;
  padding-left: 16px;
  margin-top: 8px;
  flex-direction: column;
  gap: 12px;
  border-left: 1.5px solid #f1f5f9;
}
.tk-mob-dropdown-content.tk-active {
  display: flex;
}
.tk-mob-child-link {
  font-size: 14.5px;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
}
.tk-mob-grandchild-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  padding-left: 12px;
}
.tk-mob-grandchild-link {
  font-size: 13.5px;
  color: #64748b;
  text-decoration: none;
}
.tk-mob-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(4px);
  z-index: 1150;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.tk-mob-drawer-overlay.tk-active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1100px) {
  .tk-header-container {
    padding: 0 24px;
    gap: 20px;
  }
  .tk-header-logo-wrap .tk-logo-text {
    font-size: 21px;
  }
  .tk-logo-box {
    width: 34px;
    height: 34px;
  }
  .tk-logo-t {
    font-size: 18px;
  }
  .tk-header-nav {
    gap: 18px;
  }
}
@media (max-width: 980px) {
  .tk-mob-menu-trigger {
    display: flex;
  }
  .tk-header-nav {
    display: none;
  }
  .tk-header-search-container {
    flex: 0;
    max-width: none;
  }
  .tk-search-pill-desktop {
    display: none;
  }
  .tk-search-pill-mobile {
    display: flex;
  }
  .tk-header-wrapper {
    height: 64px;
  }
  .tk-header-container {
    padding: 0 16px;
    gap: 12px;
  }
  .tk-header-utilities {
    gap: 4px;
  }
  .tk-util-btn {
    width: 38px;
    height: 38px;
  }
}


/* ============================================================
   TEKNOLET — Product Page v3
   Fully custom tk-pd-* layout. No Dawn grid overrides needed.
   ============================================================ */

/* ── Outer wrapper ── */
.tk-pd-root {
  display: block;
}

/* ── Page container ── */
.tk-pd-wrap {
  padding-top: 32px;
  padding-bottom: 48px;
}

/* ── 2-column layout: gallery left, info right ── */
.tk-pd-layout {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 56px;
  align-items: start;
}

/* ── Gallery column ── */
.tk-pd-gallery {
  position: sticky;
  top: 24px;
}

/* ── Info column ── */
.tk-pd-info {
  position: sticky;
  top: 90px;
}

/* ── Vendor pill ── */
.tk-pd-vendor {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f97316;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 14px;
}

/* ── Product title ── */
.tk-pd-title {
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 0 0 14px;
}

/* ── Star rating ── */
.tk-pd-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
}

.tk-star--on { color: #f59e0b; width: 15px; height: 15px; flex-shrink: 0; }
.tk-star--off { color: #d1d5db; width: 15px; height: 15px; flex-shrink: 0; }

.tk-pd-rating-count {
  font-size: 12px;
  color: #8b94a4;
  margin-left: 5px;
}

/* ── Price block ── */
.tk-pd-price-wrap {
  margin-bottom: 8px;
}

.tk-pd-price-wrap .price--large .price-item--regular,
.tk-pd-price-wrap .price--large .price__sale .price-item--sale {
  font-size: clamp(24px, 2.8vw, 34px) !important;
  font-weight: 800 !important;
  color: #f97316 !important;
  letter-spacing: -0.02em !important;
}

.tk-pd-price-wrap .price--large .price__sale .price-item--regular {
  font-size: 14px !important;
  color: #94a3b8 !important;
  text-decoration: line-through !important;
  font-weight: 500 !important;
}

.tk-pd-price-wrap .badge,
.tk-pd-price-wrap .price__badge-sale {
  background: #fee2e2 !important;
  color: #b91c1c !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

/* Hide the price wrapper's own default margins */
.tk-pd-price-wrap .price { margin: 0; }

.product__tax {
  font-size: 12px;
  color: #94a3b8;
  margin: 3px 0 6px;
}

.product__tax a { color: #f97316; }

/* ── Stock indicator ── */
.tk-pd-stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #059669;
  background: #ecfdf5;
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 18px;
}

.tk-stock-dot--in,
.tk-stock-dot--out {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tk-stock-dot--in {
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16,185,129,0.4);
  animation: tk-pulse 2s infinite;
}

.tk-stock-dot--out { background: #ef4444; }

.tk-stock-label--out { color: #dc2626; }

@keyframes tk-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(16,185,129,0.4); }
  70%  { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

/* ── Variant picker container ── */
.tk-pd-variants {
  margin-bottom: 6px;
}

.tk-pd-variants .product-form__input .form__label {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.09em !important;
  color: #f97316 !important;
  margin-bottom: 8px !important;
}

/* Neutralise Dawn's default form element bottom-margin inside our panel */
.tk-pd-info .product-form__input {
  margin-bottom: 16px !important;
}

/* ── Buy row: qty + ATC button side by side ── */
.tk-pd-buy-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Quantity stepper */
.tk-pd-qty-input {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  width: 126px !important;
  height: 52px !important;
  flex-shrink: 0 !important;
  padding: 0 8px !important;
  box-sizing: border-box !important;
}

.tk-pd-qty-input .quantity__button {
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  border: none !important;
  background: transparent !important;
  color: #64748b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.15s, color 0.15s !important;
  padding: 0 !important;
}

.tk-pd-qty-input .quantity__button:hover {
  background: #f8fafc !important;
  color: #0b1220 !important;
}

.tk-pd-qty-input .quantity__input {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0b1220 !important;
  width: 38px !important;
  text-align: center !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  -moz-appearance: textfield !important;
}

.tk-pd-qty-input .quantity__input::-webkit-outer-spin-button,
.tk-pd-qty-input .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* ATC button — dark, fills remaining space */
.tk-pd-atc {
  flex: 1;
  height: 52px !important;
  background: #111827 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  letter-spacing: 0.02em !important;
  padding: 0 16px !important;
  white-space: nowrap !important;
}

.tk-pd-atc:hover { background: #1e293b !important; }

.tk-pd-atc:disabled {
  background: #cbd5e1 !important;
  color: #94a3b8 !important;
  cursor: not-allowed !important;
}

/* ── Buy Now full-width orange below ── */
.tk-pd-buy-now {
  margin-bottom: 20px;
}

.tk-pd-buy-now .shopify-payment-button { width: 100% !important; }

.tk-pd-buy-now .shopify-payment-button__button--unbranded {
  width: 100% !important;
  min-height: 52px !important;
  background: #f97316 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  transition: background 0.2s ease !important;
  letter-spacing: 0.02em !important;
}

.tk-pd-buy-now .shopify-payment-button__button--unbranded:hover {
  background: #ea580c !important;
}

.tk-pd-buy-now .shopify-payment-button__button--branded {
  border-radius: 12px !important;
  min-height: 52px !important;
  width: 100% !important;
}

/* ── Trust badges 3-col ── */
.tk-pd-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 20px;
  padding: 16px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: transparent;
}

.tk-pd-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.tk-pd-trust-icon {
  color: #f97316!important;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}


.tk-pd-trust-title {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 2px 0;
  line-height: 1.25;
}

.tk-pd-trust-sub {
  font-size: 11px;
  color: #64748b;
  margin: 0;
  line-height: 1.35;
}

/* ── Real-time Inventory Status ── */
.tk-realtime-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #475569;
  margin-top: 4px;
  margin-bottom: 24px;
}
.tk-stock-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #16a34a;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.tk-stock-pulse-dot::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #16a34a;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: tkPulse 2s infinite ease-in-out;
  opacity: 0.8;
}
@keyframes tkPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

/* ── Product description (inside collapsible tab body) ── */
.tk-pd-accordion-body p { margin: 0 0 10px; }
.tk-pd-accordion-body ul,
.tk-pd-accordion-body ol { padding-left: 18px; margin: 0 0 10px; }
.tk-pd-accordion-body a { color: #f97316; }
.tk-pd-accordion-body li { margin-bottom: 4px; }

/* ── Accordion (collapsible_tab blocks) ── */
.tk-pd-accordion {
  border-top: 1px solid #f1f5f9;
}

.tk-pd-accordion + .tk-pd-accordion:last-of-type,
.tk-pd-accordion:last-child {
  border-bottom: 1px solid #f1f5f9;
}

.tk-pd-accordion-summary {
  padding: 15px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  user-select: none;
}

.tk-pd-accordion-summary::-webkit-details-marker { display: none; }

.tk-pd-accordion-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  transition: color 0.15s;
}

.tk-pd-accordion-summary:hover .tk-pd-accordion-title { color: #f97316; }

.tk-pd-chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #9ca3af;
  transition: transform 0.25s ease;
}

.tk-pd-accordion[open] > .tk-pd-accordion-summary .tk-pd-chevron {
  transform: rotate(180deg);
  color: #f97316;
}

.tk-pd-accordion-body {
  font-size: 14px;
  line-height: 1.8;
  color: #475569;
  padding: 0 0 18px;
}

/* ═══════════════════════════════════════════════════════════
   GALLERY — side thumbnail layout + labeled thumbs + badges
   ═══════════════════════════════════════════════════════════ */

/* ── Alt-text label overlay on each thumbnail (all breakpoints) ── */
.tk-thumb-label {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 16px 4px 5px !important;
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.52) 100%) !important;
  color: #fff !important;
  font-size: 8.5px !important;
  font-weight: 800 !important;
  text-align: center !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
  line-height: 1.2 !important;
  border-radius: 0 0 10px 10px !important;
}

/* ── Main gallery viewer — light blue bg, rounded (all breakpoints) ── */
.tk-gallery-viewer,
.product--thumbnail media-gallery > slider-component:first-child {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #edf2f8 !important;
}

/* ══════════════════════════════════════
   MOBILE  (≤ 749px): full-width slider
   ══════════════════════════════════════ */
@media (max-width: 749px) {
  /* Reset to single-column block — no side thumbnails */
  .product--thumbnail media-gallery {
    display: block !important;
  }

  /* Hide the thumbnail strip entirely on mobile */
  .product--thumbnail media-gallery > .thumbnail-slider {
    display: none !important;
  }

  /* Viewer fills full width */
  .product--thumbnail media-gallery > slider-component:first-child,
  .product--thumbnail media-gallery > .tk-gallery-viewer {
    grid-column: unset !important;
    grid-row: unset !important;
    width: 100% !important;
  }

  /* Each slide fills the viewer */
  .product--thumbnail .product__media-list .product__media-item {
    width: calc(100vw - 8vw) !important;
    max-width: 100% !important;
  }

  /* Show the slider arrow/counter bar even when Dawn adds small-hide */
  .tk-pd-gallery .slider-buttons,
  .tk-pd-gallery .slider-buttons.small-hide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 12px !important;
  }
}

/* ══════════════════════════════════════
   DESKTOP  (≥ 750px): side thumbnail grid
   ══════════════════════════════════════ */
@media (min-width: 750px) {
  /* 2-col grid: thumbs left (104px), main image right */
  .product--thumbnail media-gallery {
    display: grid !important;
    grid-template-columns: 104px 1fr !important;
    gap: 12px !important;
    align-items: start !important;
  }

  /* Main viewer sits in column 2 */
  .product--thumbnail media-gallery > slider-component:first-child,
  .product--thumbnail media-gallery > .tk-gallery-viewer {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  /* Thumbnail strip sits in column 1 */
  .product--thumbnail media-gallery > .thumbnail-slider {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: block !important;
  }

  /* Vertical thumbnail list */
  .product--thumbnail .thumbnail-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    grid-template-columns: unset !important;
    overflow-y: auto !important;
    max-height: 580px !important;
    padding: 0 !important;
    scrollbar-width: thin !important;
    scrollbar-color: #e2e8f0 transparent !important;
  }

  /* Each thumbnail list item */
  .product--thumbnail .thumbnail-list__item {
    width: 96px !important;
    height: 96px !important;
    flex-shrink: 0 !important;
    position: relative !important;
  }

  /* Remove the default aspect-ratio ::before trick — we use explicit dimensions */
  .product--thumbnail .thumbnail-list__item::before {
    content: none !important;
  }

  /* Thumbnail button */
  .product--thumbnail .thumbnail-list__item .thumbnail {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: 96px !important;
    height: 96px !important;
    display: block !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 2.5px solid #e8edf3 !important;
    background: #f0f4f9 !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
  }

  .product--thumbnail .thumbnail-list__item .thumbnail:hover {
    border-color: #94a3b8 !important;
    box-shadow: 0 0 0 1px #94a3b8 !important;
  }

  .product--thumbnail .thumbnail-list__item.is-active .thumbnail,
  .product--thumbnail .thumbnail-list__item .thumbnail[aria-current="true"] {
    border-color: #0f172a !important;
    box-shadow: 0 0 0 1px #0f172a !important;
  }

  /* Thumbnail image fills the button */
  .product--thumbnail .thumbnail-list__item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* Hide prev/next arrows inside vertical thumbnail strip */
  .product--thumbnail .thumbnail-slider .slider-button {
    display: none !important;
  }

  /* Dawn only gives width:100% to :first-child; active slide 2+ must fill too */
  .product--thumbnail .product__media-list .product__media-item.is-active {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Slider arrow/counter bar below main image */
  .tk-pd-gallery .slider-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 14px !important;
  }
}

.tk-pd-gallery .product-media-container {
  aspect-ratio: 1 / 1 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: transparent !important;
}

.tk-pd-gallery .media {
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #edf2f8 !important;
}

.tk-pd-gallery img.product__media {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  padding: 12px !important;
}

/* ── Badge overlays floating top-left of main image ── */
.tk-gallery-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tk-gallery-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.tk-gallery-badge--promo {
  background: rgba(241,245,249,0.88);
  color: #334155;
  border: 1px solid rgba(148,163,184,0.5);
}

.tk-gallery-badge--sale {
  background: rgba(254,226,226,0.88);
  color: #b91c1c;
  border: 1px solid rgba(252,165,165,0.5);
}

/* ── Main image slider nav arrows (styled ← →) ── */
.tk-pd-gallery .slider-buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 14px !important;
}

.tk-pd-gallery .slider-button {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 1.5px solid #e2e8f0 !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.15s !important;
  color: #475569 !important;
  flex-shrink: 0 !important;
}

.tk-pd-gallery .slider-button:hover {
  border-color: #0f172a !important;
  color: #0f172a !important;
  background: #f8fafc !important;
}

/* Slider counter — style as compact dot-row look */
.tk-pd-gallery .slider-counter {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  letter-spacing: 0.04em !important;
}

/* ── Size / Pill Buttons ── */
.product-form__input--pill .swatch-input--pill {
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333 !important;
  background: #fff !important;
  cursor: pointer !important;
  transition: all 0.15s !important;
  min-width: 44px !important;
  text-align: center !important;
}

.product-form__input--pill .swatch-input--pill:hover {
  border-color: #f97316 !important;
  color: #f97316 !important;
}

.product-form__input--pill .swatch-input--pill.swatch-input--active {
  background: #0b1220 !important;
  border-color: #0b1220 !important;
  color: #fff !important;
}

.product-form__input--pill .swatch-input--pill.disabled,
.product-form__input--pill .swatch-input--pill[disabled] {
  opacity: 0.38 !important;
  text-decoration: line-through !important;
  pointer-events: none !important;
}

/* ---- 12. Color Swatches ---- */
.product-form__input--swatch .swatch__button,
.swatch-input--swatch {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  border: 2.5px solid transparent !important;
  box-shadow: inset 0 0 0 1.5px rgba(0,0,0,0.12) !important;
  transition: all 0.15s !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.product-form__input--swatch .swatch__button:hover,
.swatch-input--swatch:hover {
  border-color: #f97316 !important;
  transform: scale(1.1) !important;
}

.product-form__input--swatch .swatch__button[aria-checked="true"],
.swatch-input--swatch.swatch-input--active {
  border-color: #f97316 !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #f97316 !important;
}

/* ── Related products ── */
.related-products .page-width {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.related-products .title-wrapper-with-link .title,
.related-products h2.title {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #0b1220 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 24px !important;
}

/* ── Product page responsive — tablet ── */
@media (max-width: 989px) {
  .tk-pd-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tk-pd-gallery,
  .tk-pd-info {
    position: static;
  }

  .tk-pd-title { font-size: 26px; }

  .tk-pd-price-wrap .price--large .price-item--regular,
  .tk-pd-price-wrap .price--large .price__sale .price-item--sale {
    font-size: 28px !important;
  }

  /* Tablet: side thumbnails → horizontal strip below main image */
  .product--thumbnail media-gallery {
    display: block !important;
  }

  .product--thumbnail .thumbnail-list {
    flex-direction: row !important;
    max-height: unset !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 8px !important;
    padding: 10px 0 4px !important;
  }

  .product--thumbnail .thumbnail-list__item,
  .product--thumbnail .thumbnail-list__item .thumbnail {
    width: 80px !important;
    height: 80px !important;
    flex-shrink: 0 !important;
  }
}

/* ── Product page responsive — mobile ── */
@media (max-width: 749px) {
  .tk-pd-wrap {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .tk-pd-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .tk-pd-price-wrap .price--large .price-item--regular,
  .tk-pd-price-wrap .price--large .price__sale .price-item--sale {
    font-size: 24px !important;
  }

  .tk-pd-buy-row {
    flex-wrap: wrap;
  }

  .tk-pd-qty-input {
    width: 110px !important;
  }

  .tk-pd-atc {
    height: 48px !important;
    font-size: 13px !important;
  }

  .tk-pd-buy-now .shopify-payment-button__button--unbranded {
    min-height: 48px !important;
  }

  .product--thumbnail .thumbnail-list__item {
    width: 62px !important;
    height: 62px !important;
  }

  .product--thumbnail .thumbnail-list__item .thumbnail {
    width: 62px !important;
    height: 62px !important;
  }

  .tk-pd-trust {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tk-pd-trust-item {
    flex-direction: row;
    text-align: left;
    align-items: center;
    gap: 10px;
  }

  .related-products h2.title,
  .related-products .title-wrapper-with-link .title {
    font-size: 20px !important;
  }
}

/* ── Custom Breadcrumbs ── */
.tk-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  padding-top:30px;
}
.tk-breadcrumb-link {
  color: #64748b;
  text-decoration: none;
  transition: color 0.15s ease;
}
.tk-breadcrumb-link:hover {
  color: #f97316;
}
.tk-breadcrumb-sep {
  color: #cbd5e1;
  user-select: none;
}
.tk-breadcrumb-current {
  color: #0f172a;
  font-weight: 600;
}

/* ── Compatibility Widget ── */
.tk-compat-widget {
  background: #f8fafc;
  border: 1.5px dashed #cbd5e1;
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.tk-compat-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px 0;
  letter-spacing: 0.01em;
}
.tk-compat-fields {
  display: flex;
  gap: 12px;
  align-items: center;
}
.tk-compat-field {
  flex: 1;
}
.tk-compat-select {
  width: 100%;
  height: 44px;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: #0f172a;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  transition: border-color 0.15s ease;
}
.tk-compat-select:focus,
.tk-compat-select:hover:not(:disabled) {
  border-color: #f97316;
}
.tk-compat-select:disabled {
  background: #f1f5f9;
  color: #94a3b8;
  cursor: not-allowed;
}
.tk-compat-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 10px 14px;
  color: #166534;
  font-size: 13px;
  font-weight: 600;
}
.tk-compat-status-icon {
  color: #15803d;
  flex-shrink: 0;
}

/* ── Teaser Description ── */
.tk-pd-description-teaser {
  font-size: 14.5px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 24px;
}

/* ── Checkout Row Layout ── */
.tk-pd-buy-row-custom {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.tk-pd-qty-input-custom {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: 1.5px solid #f97316 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  width: 120px !important;
  height: 48px !important;
  flex-shrink: 0 !important;
  padding: 0 4px !important;
  box-sizing: border-box !important;
  position: relative !important;
}
.tk-pd-qty-input-custom:before,
.tk-pd-qty-input-custom:after {
  display: none !important;
  content: none !important;
}
.tk-pd-qty-input-custom .quantity__button {
  width: 34px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #475569 !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: color 0.15s ease !important;
}
.tk-pd-qty-input-custom .quantity__button:hover {
  color: #0f172a !important;
}
.tk-pd-qty-input-custom .quantity__button svg {
  width: 10px !important;
  height: 10px !important;
  display: block !important;
}
.tk-pd-qty-input-custom .quantity__input {
  width: 44px !important;
  height: 100% !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.tk-pd-qty-input-custom .quantity__input::-webkit-outer-spin-button,
.tk-pd-qty-input-custom .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.tk-pd-qty-input-custom .quantity__input:focus,
.tk-pd-qty-input-custom .quantity__input:focus-visible {
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
}
.tk-pd-atc-btn-custom {
  flex: 1;
  height: 48px !important;
  background: #ffffff !important;
  border: 1.5px solid #f97316 !important;
  color: #0f172a !important;
  border-radius: 8px !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: all 0.2s ease !important;
  padding: 0 20px !important;
  white-space: nowrap !important;
}
.tk-pd-atc-btn-custom:before,
.tk-pd-atc-btn-custom:after {
  display: none !important;
  content: none !important;
}
.tk-pd-atc-btn-custom:hover {
  background: #fff7ed !important;
  border-color: #ea580c !important;
  color: #ea580c !important;
}
.tk-cart-btn-icon {
  stroke: currentColor;
  color: #0f172a !important;
}
.tk-pd-atc-btn-custom:hover .tk-cart-btn-icon {
  color: #ea580c !important;
}
.tk-pd-buy-now-custom {
  flex: 1.3;
}
.tk-pd-buy-now-custom .shopify-payment-button,
.tk-pd-buy-now-custom .shopify-payment-button__button {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
}
.tk-pd-buy-now-custom .shopify-payment-button__button--unbranded {
  background: #f97316 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  border: none !important;
  height: 48px !important;
  transition: background 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}
.tk-pd-buy-now-custom .shopify-payment-button__button--unbranded:before,
.tk-pd-buy-now-custom .shopify-payment-button__button--unbranded:after {
  display: none !important;
  content: none !important;
}
.tk-pd-buy-now-custom .shopify-payment-button__button--unbranded:hover {
  background: #ea580c !important;
}

@media (max-width: 749px) {
  .tk-pd-buy-row-custom {
    flex-direction: column;
    gap: 10px;
  }
  .tk-pd-qty-input-custom {
    width: 100% !important;
    height: 48px !important;
  }
  .tk-pd-atc-btn-custom {
    height: 48px !important;
    width: 100% !important;
  }
  .tk-pd-buy-now-custom {
    width: 100% !important;
  }
  .tk-pd-buy-now-custom .shopify-payment-button__button--unbranded {
    height: 48px !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE GALLERY OVERRIDE — appended last for cascade priority
   ═══════════════════════════════════════════════════════════ */
@media screen and (max-width: 749px) {
  /* Nuke the side-thumbnail grid — reset to single block column */
  media-gallery,
  .product--thumbnail media-gallery,
  .product--thumbnail_slider media-gallery {
    display: block !important;
    grid-template-columns: unset !important;
  }

  /* Hide the thumbnail strip no matter what classes Liquid adds */
  .thumbnail-slider,
  [id^="GalleryThumbnails"] {
    display: none !important;
  }

  /* Main viewer: full width, remove any column assignment */
  [id^="GalleryViewer"],
  .tk-gallery-viewer {
    width: 100% !important;
    grid-column: unset !important;
    grid-row: unset !important;
  }

  /* Every slide in the main list fills the viewer */
  .product__media-list .product__media-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Force the prev/next + counter bar to show (Dawn hides it via small-hide) */
  .slider-buttons,
  .slider-buttons.small-hide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 12px !important;
  }
}

/* ── Hub-and-Spoke SEO: spoke intro line ── */
.tk-spoke-intro {
  font-size: 13px;
  color: #5b6678;
  margin: 0 0 12px;
  padding: 8px 12px;
  background: #f1f5f9;
  border-left: 3px solid #f97316;
  border-radius: 0 6px 6px 0;
  line-height: 1.5;
}
.tk-spoke-intro strong {
  color: #0f172a;
  font-weight: 600;
}

/* ── Predictive Search: <predictive-search> wraps the <form> ── */

/* The outer custom element is the positioning context */
.tk-header-ps,
.tk-mob-ps {
  display: block;
  position: relative;
  flex: 1;
}

/* The <form> takes the pill appearance on desktop */
.tk-search-pill-desktop {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  gap: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.tk-search-pill-desktop:focus-within {
  background: #ffffff;
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249,115,22,.1);
}

/* Mobile search form row */
.tk-mob-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}

/* Predictive dropdown — positioned below the <predictive-search> wrapper */
.tk-header-ps .predictive-search--header,
.tk-mob-ps .predictive-search--header {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  min-width: 360px;
  background: #ffffff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  box-shadow: 0 16px 40px -8px rgba(11,18,32,.18), 0 4px 8px rgba(11,18,32,.06);
  z-index: 9999;
  max-height: 480px;
  overflow-y: auto;
}

.tk-mob-ps .predictive-search--header {
  top: 100%;
  min-width: unset;
  border-radius: 0 0 14px 14px;
}

/* Hide spinner until explicitly loading */
.predictive-search__loading-state {
  display: none !important;
}
predictive-search[loading] .predictive-search__loading-state {
  display: flex !important;
}

/* ── Override blue theme colors → orange throughout ── */

/* Predictive search hover/selection */
.predictive-search__list-item[aria-selected='true'] > *,
.predictive-search__item[aria-selected='true'] {
  background-color: #fff7ed !important;
}
.predictive-search__list-item[aria-selected='true'] .predictive-search__item-heading,
.predictive-search__item[aria-selected='true'] .predictive-search__item-heading {
  color: #f97316 !important;
}

/* Dawn's --color-button is often blue — override focus/active rings */
:root {
  --color-button: 249, 115, 22;
  --color-button-text: 255, 255, 255;
}

/* Link colours */
a:focus-visible {
  outline-color: #f97316 !important;
}

/* Any remaining sky/blue highlights */
::selection {
  background: rgba(249,115,22,.18);
}
