/** Shopify CDN: Minification failed

Line 184:11 Expected identifier but found whitespace
Line 184:12 Unexpected "100px"

**/
:root {
  --kh-primary: #6c63ff;
  --kh-teal: #20c7b5;
  --kh-sun: #ffb84c;
  --kh-coral: #ff6f91;
  --kh-ink: #172033;
  --kh-muted: #657086;
  --kh-line: #e7eaf3;
  --kh-cloud: #f7f9ff;
  --kh-mint: #e7fbf7;
  --kh-rose: #fff1f5;
  --kh-white: #fff;
  --kh-shadow: 0 20px 60px rgba(31, 42, 68, .12);
  --kh-radius: 8px;
  --kh-page: min(1180px, calc(100vw - 32px));
  --kh-font-head: "Nunito Sans", "Avenir Next", system-ui, sans-serif;
  --kh-font-body: Inter, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--kh-ink);
  background: #fff;
  font-family: var(--kh-font-body);
  font-size: 16px;
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 999; background: #fff; padding: 12px; }
.skip-link:focus { left: 8px; }
.page-width { width: var(--kh-page); margin-inline: auto; }
.kh-section { padding: 64px 0; }
.kh-section--soft { background: var(--kh-cloud); }
.kh-eyebrow { color: var(--kh-primary); font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.kh-title { font-family: var(--kh-font-head); font-size: clamp(30px, 4vw, 52px); line-height: 1.04; margin: 8px 0 12px; }
.kh-subtitle { color: var(--kh-muted); max-width: 680px; margin: 0; }
.kh-button {
  min-height: 48px;
  border: 0;
  border-radius: var(--kh-radius);
  padding: 14px 20px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.kh-button:hover { transform: translateY(-2px); }
.kh-button--primary { background: var(--kh-primary); color: #fff; box-shadow: 0 14px 30px rgba(108, 99, 255, .28); }
.kh-button--secondary { background: var(--kh-ink); color: #fff; }
.kh-button--ghost { background: #fff; color: var(--kh-ink); border: 1px solid var(--kh-line); }
.announcement { background: var(--kh-ink); color: #fff; text-align: center; font-size: 13px; padding: 9px 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--kh-line); }
.header-inner { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.brand-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--kh-font-head); font-weight: 950; font-size: 24px; }
.brand-logo__image { max-width: 180px; max-height: 48px; object-fit: contain; }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, var(--kh-primary), var(--kh-teal)); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 24px rgba(108,99,255,.25); }
.nav { display: flex; justify-content: center; gap: 20px; font-size: 14px; font-weight: 750; }
.nav-item { padding: 27px 0; }
.mega { position: absolute; left: 50%; transform: translateX(-50%); top: 100%; width: min(1000px, calc(100vw - 28px)); background: #fff; border: 1px solid var(--kh-line); box-shadow: var(--kh-shadow); border-radius: 0 0 8px 8px; padding: 24px; display: none; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nav-item:hover .mega, .nav-item:focus-within .mega { display: grid; }
.mega h3 { font-size: 14px; margin: 0 0 10px; }
.mega a { display: block; color: var(--kh-muted); padding: 6px 0; }
.mega-card { border-radius: 8px; background: linear-gradient(145deg, var(--kh-mint), #fff); border: 1px solid var(--kh-line); padding: 16px; display: grid; gap: 8px; }
.mega-card span { color: var(--kh-muted); font-size: 14px; }
.mega-card .kh-button { min-height: 40px; padding: 10px 12px; font-size: 13px; width: fit-content; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--kh-line); border-radius: var(--kh-radius); background: #fff; display: grid; place-items: center; position: relative; }
.cart-count { position: absolute; right: -6px; top: -6px; min-width: 18px; height: 18px; border-radius: 999px; background: var(--kh-coral); color: #fff; font-size: 11px; display: grid; place-items: center; }
.mobile-menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f6f7ff 0%, #e9fbf8 58%, #fff5e5 100%); }
.hero-inner { min-height: 620px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; padding: 54px 0; }
.hero-copy { max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; color: var(--kh-muted); font-weight: 750; font-size: 14px; }
.hero-stage { min-height: 500px; position: relative; perspective: 1100px; }
.hero--medium .hero-inner { min-height: 520px; }
.floating-card {
  position: absolute;
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--kh-shadow);
  border: 1px solid rgba(255,255,255,.72);
  transform-style: preserve-3d;
}
.product-orbit { inset: 36px 32px 54px 18px; background: radial-gradient(circle at 30% 20%, #fff, #f7f9ff 64%); transform: rotateY(-9deg) rotateX(5deg); display: grid; place-items: center; }
.kidora-visual { width: 78%; aspect-ratio: 1; border-radius: 26px; background: linear-gradient(145deg, #fff, #eef8ff); position: relative; box-shadow: inset -18px -18px 32px rgba(108,99,255,.08), inset 18px 18px 35px #fff; }
.kidora-visual span { position: absolute; display: block; border-radius: 8px; box-shadow: 0 16px 28px rgba(23,32,51,.12); }
.hero-product-image { width: min(86%, 520px); max-height: 430px; object-fit: contain; filter: drop-shadow(0 24px 36px rgba(23,32,51,.14)); }
.cube-a { width: 30%; height: 30%; left: 14%; top: 18%; background: var(--kh-primary); }
.cube-b { width: 24%; height: 24%; right: 18%; top: 22%; background: var(--kh-sun); }
.cube-c { width: 34%; height: 22%; left: 28%; bottom: 18%; background: var(--kh-teal); }
.float-label { padding: 14px 16px; font-weight: 850; font-size: 14px; }
.float-1 { top: 10px; right: 10px; }
.float-2 { bottom: 26px; left: 0; }
.float-3 { right: 0; bottom: 132px; }
.tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.tile { background: #fff; border: 1px solid var(--kh-line); border-radius: var(--kh-radius); padding: 20px; min-height: 132px; box-shadow: 0 12px 30px rgba(31,42,68,.06); transition: transform .2s ease, box-shadow .2s ease; }
.tile:hover { transform: translateY(-4px); box-shadow: var(--kh-shadow); }
.tile-icon { width: 48px; height: 48px; border-radius: 8px; display: grid; place-items: center; background: var(--kh-mint); margin-bottom: 14px; }
.tile h3 { margin: 0 0 5px; font-size: 17px; }
.tile p { margin: 0; color: var(--kh-muted); font-size: 14px; }
.section-heading-row { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.section-heading-row .kh-title { margin-bottom: 8px; }
.section-heading-cta { flex: 0 0 auto; }
.collection-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 28px; }
.collection-card { min-height: 320px; border-radius: 8px; overflow: hidden; border: 1px solid var(--kh-line); background: #fff; box-shadow: 0 16px 36px rgba(31,42,68,.08); display: grid; grid-template-rows: 1fr auto; transition: transform .2s ease, box-shadow .2s ease; }
.collection-card:hover { transform: translateY(-5px); box-shadow: var(--kh-shadow); }
.collection-card__media { min-height: 190px; display: grid; place-items: center; background: linear-gradient(145deg, #f7f9ff, #e7fbf7); }
.collection-card__media img { width: 100%; height: 100%; object-fit: cover; }
.collection-orb { width: 118px; height: 118px; border-radius: 28px; display: grid; place-items: center; background: linear-gradient(135deg, var(--kh-primary), var(--kh-teal)); color: #fff; font-weight: 950; box-shadow: 0 24px 48px rgba(108,99,255,.22); transform: rotate(-4deg); }
.collection-card:nth-child(2) .collection-orb { background: linear-gradient(135deg, var(--kh-coral), var(--kh-sun)); }
.collection-card:nth-child(3) .collection-orb { background: linear-gradient(135deg, var(--kh-teal), #8de6ff); }
.collection-card:nth-child(4) .collection-orb { background: linear-gradient(135deg, var(--kh-ink), var(--kh-primary)); }
.collection-card__body { padding: 18px; }
.collection-card__body span { color: var(--kh-primary); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.collection-card__body h3 { margin: 8px 0 6px; font-size: 22px; font-family: var(--kh-font-head); }
.collection-card__body p { margin: 0; color: var(--kh-muted); font-size: 14px; }
.promo-band { padding-top: 38px; padding-bottom: 38px; }
.promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.promo-card { min-height: 270px; border-radius: 8px; padding: 24px; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 18px; overflow: hidden; color: var(--kh-ink); background: linear-gradient(135deg, #fff5e5, #f7f9ff); border: 1px solid var(--kh-line); box-shadow: 0 18px 44px rgba(31,42,68,.08); }
.promo-card:nth-child(2) { background: linear-gradient(135deg, #e7fbf7, #fff1f5); }
.promo-card h2 { font-family: var(--kh-font-head); font-size: 30px; line-height: 1.08; margin: 8px 0; }
.promo-card p { color: var(--kh-muted); margin: 0 0 18px; }
.promo-visual { min-height: 180px; position: relative; display: grid; place-items: center; }
.promo-visual img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 26px rgba(23,32,51,.14)); }
.promo-visual span { position: absolute; border-radius: 10px; box-shadow: 0 18px 28px rgba(23,32,51,.12); }
.promo-visual span:nth-child(1) { width: 82px; height: 118px; background: var(--kh-primary); left: 18%; top: 18%; transform: rotate(-10deg); }
.promo-visual span:nth-child(2) { width: 96px; height: 96px; background: var(--kh-sun); right: 15%; top: 28%; border-radius: 50%; }
.promo-visual span:nth-child(3) { width: 132px; height: 54px; background: var(--kh-teal); left: 26%; bottom: 12%; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 28px; }
.product-gallery__thumb{
  border:1px solid #e5e7eb;
  border-radius:12px;
  overflow:hidden;
  cursor:pointer;
  transition:.3s;
}

.product-gallery__thumb:hover{
  border-color:#6C63FF;
  transform:translateY(-2px);
}

.product-gallery__thumb img{
  display:block;
  width:100%;
 height:90px;
object-fit:cover;
}
.product-grid--3 { grid-template-columns: repeat(3, 1fr); }
.product-card { border: 1px solid var(--kh-line); border-radius: var(--kh-radius); overflow: hidden; background: #fff; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--kh-shadow); }
.product-card__media { aspect-ratio: 1; background: var(--kh-cloud); display: grid; place-items: center; overflow: hidden; }
.product-card__media--3d { background: radial-gradient(circle at 35% 25%, #fff, #eef8ff 70%); }
.mock-product { width: 46%; aspect-ratio: .78; border-radius: 14px; background: linear-gradient(145deg, var(--kh-primary), var(--kh-teal)); box-shadow: 0 26px 44px rgba(31,42,68,.18); transform: rotate(-7deg); position: relative; }
.mock-product:after { content: ""; position: absolute; width: 58%; height: 18%; left: 21%; top: 18%; border-radius: 999px; background: rgba(255,255,255,.78); }
.mock-product--2 { background: linear-gradient(145deg, var(--kh-sun), var(--kh-coral)); transform: rotate(6deg); }
.mock-product--3 { background: linear-gradient(145deg, var(--kh-teal), #8de6ff); transform: rotate(-3deg); border-radius: 50% 50% 18px 18px; }
.mock-product--4 { background: linear-gradient(145deg, var(--kh-ink), var(--kh-primary)); transform: rotate(5deg); }
.product-card__body { display:flex;
flex-direction:column;
height:100%;
    padding: 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quick-add{ margin-top:auto;
    margin-top: auto;
}
min-height: 100px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
.price { font-weight: 900; margin-top: 8px; }
.compare { color: var(--kh-muted); text-decoration: line-through; margin-left: 6px; font-weight: 500; }
.badge { position: absolute; top: 12px; left: 12px; background: var(--kh-coral); color: #fff; border-radius: 999px; padding: 5px 9px; font-size: 12px; font-weight: 850; z-index: 2; }
.quick-add { width: 100%; margin-top: 12px; }
.collection-shell{
  display:block;
  width:100%;
  padding:36px 0 64px;
}
.filter-panel { border: 1px solid var(--kh-line); border-radius: var(--kh-radius); padding: 18px; height: fit-content; position: sticky; top: 98px; }
.filter-panel h3 { margin: 0 0 14px; }
.filter-group { border-top: 1px solid var(--kh-line); padding: 14px 0; }
.filter-group label { display: flex; align-items: center; gap: 8px; margin: 9px 0; color: var(--kh-muted); }
.collection-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:30px;
  padding:0 20px;
  flex-wrap:wrap;
}
.collection-toolbar .kh-title{
  margin:0;
}

.collection-toolbar form{
  margin-left:auto;
}
.product-page { display: grid; grid-template-columns: 1fr .9fr; gap: 44px; padding: 42px 0 80px; }
.product-gallery { display: grid; gap: 12px; }
.product-gallery__main{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  border-radius: var(--kh-radius);
  background: var(--kh-cloud);
  overflow:hidden;
  border:1px solid var(--kh-line);
  line-height:0;
}

.product-gallery__main img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  vertical-align:top;
}
  .product-form { position: sticky; top: 100px; align-self: start; }
.product-title { font-family: var(--kh-font-head); font-size: clamp(30px, 4vw, 48px); line-height: 1.05; margin: 8px 0; }
.benefit-list, .trust-row { display: grid; gap: 10px; margin: 18px 0; }
.benefit-list li, .trust-row div { list-style: none; border: 1px solid var(--kh-line); border-radius: var(--kh-radius); padding: 12px; background: #fff; }
.quantity-row { display: grid; grid-template-columns: 110px 1fr; gap: 12px; margin: 18px 0; }
.quantity-row input { width: 100%; border: 1px solid var(--kh-line); border-radius: var(--kh-radius); padding: 12px; }
.sticky-atc { display: none; position: fixed; left: 0; right: 0; bottom: 64px; z-index: 28; background: #fff; border-top: 1px solid var(--kh-line); padding: 10px 14px; box-shadow: 0 -16px 30px rgba(23,32,51,.1); }
.tabs { margin-top: 30px; border-top: 1px solid var(--kh-line); }
.tab { border-bottom: 1px solid var(--kh-line); padding: 16px 0; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.review { background: #fff; border: 1px solid var(--kh-line); border-radius: var(--kh-radius); padding: 18px; }
.newsletter { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: end; background: var(--kh-ink); color: #fff; border-radius: 8px; padding: 28px; }
.newsletter p { color: rgba(255,255,255,.75); }
.newsletter-form { display: flex; gap: 10px; }
.newsletter-form input { min-height: 48px; min-width: 260px; border: 0; border-radius: var(--kh-radius); padding: 0 14px; }
.gallery-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 26px; }
.gallery-item { aspect-ratio: 1; border-radius: var(--kh-radius); background: linear-gradient(135deg, #f7f9ff, #e7fbf7); border: 1px solid var(--kh-line); display: grid; place-items: center; color: var(--kh-muted); font-weight: 850; }
.site-footer { background: #101827; color: #fff; padding: 46px 0 90px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 24px; }
.site-footer a, .site-footer p { color: rgba(255,255,255,.72); }
.site-footer h3 { color: #fff; margin-top: 0; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-badges span { border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 7px 10px; color: rgba(255,255,255,.72); font-size: 12px; }
.mobile-bottom-nav { display: none; }
.cart-page, .search-page, .static-page { padding: 42px 0 80px; }
.cart-line { display: grid; grid-template-columns: 90px 1fr auto; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--kh-line); }

@media (max-width: 900px) {
  :root { --kh-page: min(100% - 28px, 680px); }
  .announcement { font-size: 12px; }
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; min-height: 64px; }
  .nav { position: fixed; inset: 105px 14px auto; background: #fff; border: 1px solid var(--kh-line); border-radius: var(--kh-radius); box-shadow: var(--kh-shadow); display: none; flex-direction: column; padding: 16px; }
  .nav.is-open { display: flex; }
  .nav-item { padding: 4px 0; }
  .mega { position: static; transform: none; width: 100%; box-shadow: none; border: 0; padding: 8px 0; grid-template-columns: 1fr; display: grid; }
  .mobile-menu-toggle { display: grid; }
  .header-actions .hide-mobile { display: none; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding: 38px 0 28px; }
  .hero-stage { min-height: 340px; order: -1; }
  .hero .kh-title { font-size: 40px; }
  .tile-grid, .product-grid, .product-grid--3, .reviews, .gallery-strip, .collection-card-grid, .promo-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading-row { display: grid; align-items: start; }
  .promo-card { grid-template-columns: 1fr; }
  .collection-shell, .product-page, .footer-grid, .newsletter { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .product-form { position: static; }
  .sticky-atc { display: block; }
  .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 29; height: 64px; background: #fff; border-top: 1px solid var(--kh-line); display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: 0 -8px 28px rgba(23,32,51,.08); }
  .mobile-bottom-nav a { display: grid; place-items: center; font-size: 11px; font-weight: 800; color: var(--kh-muted); }
  body { padding-bottom: 64px; }
}

@media (max-width: 520px) {
  .kh-section { padding: 44px 0; }
  .hero .kh-title { font-size: 34px; }
  .tile-grid, .product-grid, .product-grid--3, .reviews, .gallery-strip, .collection-card-grid, .promo-grid { grid-template-columns: 1fr; }
  .hero-actions, .newsletter-form { flex-direction: column; }
  .newsletter-form input { min-width: 100%; }
  .quantity-row { grid-template-columns: 1fr; }
  .cart-line { grid-template-columns: 72px 1fr; }
}
.product-price{
  margin-bottom: 22px;
}

.benefit-list{
  margin-top: 0;
}.benefit-list{
  list-style:none;
  padding:0;
  margin:18px 0;
}

.benefit-list li{
  background:#fff;
  border:1px solid #E7EAF3;
  border-radius:12px;
  padding:14px 18px;
  margin-bottom:10px;
  font-size:15px;
  font-weight:500;
  line-height:1.4;
}.kh-button--primary{
    border-radius:14px !important;
    font-size:18px !important;
    font-weight:700 !important;
    height:56px !important;
    box-shadow:0 8px 22px rgba(108,92,231,.18);
    transition:.25s;
}

.kh-button--primary:hover{
    transform:translateY(-2px);
}

/* ============================================================
   KIDORA HUB — PRODUCT PAGE PREMIUM UPGRADE
   Rebuilt: 2026-06 | Clean, no duplicates
   ============================================================ */

/* ── Product Page Layout ────────────────────────────────── */
.kh-product-page {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 52px;
  padding: 40px 0 72px;
  align-items: start;
}

/* ── Gallery Column ─────────────────────────────────────── */
.kh-product-gallery {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Hero image wrapper — position:relative so arrows position inside it */
.kh-gallery__hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--kh-cloud);
  border: 1px solid var(--kh-line);
  box-shadow: 0 24px 56px rgba(31,42,68,.10);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
  /* Prevent layout shift during image swap */
  contain: layout;
}

.kh-gallery__hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.22s ease;
  will-change: opacity;
}

/* Fade class applied by JS during swap */
.kh-gallery__hero img.kh-gallery--loading {
  opacity: 0;
}

/* Subtle zoom on hover — only desktop */
@media (hover: hover) {
  .kh-gallery__hero:hover img {
    transform: scale(1.04);
    transition: transform 0.4s ease, opacity 0.22s ease;
  }
}

/* Discount badge */
.kh-gallery-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, #ff4757, #ff6b81);
  color: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(255,71,87,.32);
  z-index: 3;
  pointer-events: none;
}

.kh-gallery-badge__pct {
  font-size: 20px;
  font-weight: 900;
  font-family: var(--kh-font-head);
}

.kh-gallery-badge__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  opacity: .9;
}

/* Gallery nav arrows — inside hero, correctly positioned */
.kh-gallery-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.92);
  border: 1px solid var(--kh-line);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(23,32,51,.14);
  transition: background .18s, box-shadow .18s, transform .18s;
  color: var(--kh-ink);
  /* prevent hero cursor:zoom-in bleeding */
  cursor: pointer;
}

.kh-gallery-arrow:hover {
  background: #fff;
  box-shadow: 0 6px 22px rgba(23,32,51,.2);
  transform: translateY(-50%) scale(1.1);
}

.kh-gallery-arrow--prev { left: 12px; }
.kh-gallery-arrow--next { right: 12px; }

/* Thumbnail strip */
.kh-gallery__thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--kh-line) transparent;
  /* Prevent CLS when thumbs load */
  min-height: 72px;
}

.kh-gallery__thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--kh-line);
  cursor: pointer;
  background: var(--kh-cloud);
  transition: border-color .2s, box-shadow .2s, transform .18s;
  padding: 0;
}

.kh-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.kh-gallery__thumb:hover {
  border-color: var(--kh-primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(108,99,255,.18);
}

.kh-gallery__thumb.is-active {
  border-color: var(--kh-primary);
  box-shadow: 0 0 0 3px rgba(108,99,255,.18);
}

/* ── Product Form Column ──────────────────────────────── */
.kh-product-form {
  position: sticky;
  top: 96px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.kh-product__eyebrow {
  margin-bottom: 8px;
}

.kh-product__title {
  font-family: var(--kh-font-head);
  font-size: clamp(26px, 3.5vw, 44px);
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--kh-ink);
  font-weight: 900;
  letter-spacing: -.01em;
}

/* Judge.me badge — reserve height to prevent CLS */
.kh-product__rating {
  margin-bottom: 14px;
  min-height: 22px;
}

/* Price block */
.kh-product__price-block {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #f9f7ff, #f0fff8);
  border: 1px solid rgba(108,99,255,.12);
  border-radius: 14px;
}

.kh-price {
  font-family: var(--kh-font-head);
  font-size: 32px;
  font-weight: 900;
  color: var(--kh-ink);
  line-height: 1;
}

.kh-price--sale {
  color: #d63031;
}

.kh-price--compare {
  font-size: 20px;
  color: var(--kh-muted);
  text-decoration: line-through;
  font-weight: 500;
}

.kh-price__badge {
  background: linear-gradient(135deg, #ff4757, #ff6b81);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: .03em;
  white-space: nowrap;
}

/* ── Variant Pills ────────────────────────────────────── */
.kh-product__variants {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.kh-variant-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kh-variant-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--kh-ink);
  text-transform: uppercase;
  letter-spacing: .06em;
  display: flex;
  gap: 6px;
}

.kh-variant-selected {
  color: var(--kh-primary);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}

.kh-variant-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kh-variant-pill {
  min-width: 48px;
  height: 40px;
  padding: 0 16px;
  border: 2px solid var(--kh-line);
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .18s, background .18s, color .18s, box-shadow .18s, transform .15s;
  color: var(--kh-ink);
}

.kh-variant-pill:hover {
  border-color: var(--kh-primary);
  transform: translateY(-1px);
}

.kh-variant-pill.is-active {
  border-color: var(--kh-primary);
  background: var(--kh-primary);
  color: #fff;
  box-shadow: 0 6px 16px rgba(108,99,255,.28);
}

.kh-variant-pill.is-unavailable {
  opacity: .4;
  text-decoration: line-through;
  cursor: not-allowed;
  pointer-events: none;
}

/* ── Benefits ─────────────────────────────────────────── */
.kh-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kh-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  background: #fff;
  border: 1px solid var(--kh-line);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--kh-ink);
  transition: border-color .18s, box-shadow .18s, transform .18s;
}

.kh-benefit:hover {
  border-color: var(--kh-primary);
  box-shadow: 0 4px 16px rgba(108,99,255,.08);
  transform: translateX(3px);
}

.kh-benefit__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--kh-primary), var(--kh-teal));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Quantity + ATC ───────────────────────────────────── */
.kh-form {
  margin-bottom: 14px;
}

.kh-form__quantity-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.kh-qty {
  display: flex;
  align-items: center;
  border: 2px solid var(--kh-line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: border-color .2s;
}

.kh-qty:focus-within {
  border-color: var(--kh-primary);
}

.kh-qty__btn {
  width: 42px;
  height: 54px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kh-ink);
  transition: background .15s;
  flex-shrink: 0;
}

.kh-qty__btn:hover {
  background: var(--kh-cloud);
}

.kh-qty__input {
  width: 100%;
  border: 0;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  color: var(--kh-ink);
  background: transparent;
  -moz-appearance: textfield;
}

.kh-qty__input::-webkit-inner-spin-button,
.kh-qty__input::-webkit-outer-spin-button { -webkit-appearance: none; }

/* ATC Button — premium purple gradient */
.kh-button--atc {
  width: 100%;
  min-height: 56px;
  background: linear-gradient(135deg, #6c63ff 0%, #8b5cf6 60%, #a855f7 100%);
  color: #fff;
  border: 0;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(108,99,255,.35);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

/* Sheen overlay */
.kh-button--atc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 60%);
  pointer-events: none;
}

.kh-button--atc:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(108,99,255,.44);
}

.kh-button--atc:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(108,99,255,.3);
}

.kh-button--atc:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Loading state */
.kh-atc-btn__loading { display: none; }
.kh-button--atc.is-loading .kh-atc-btn__text { display: none; }
.kh-button--atc.is-loading .kh-atc-btn__loading { display: flex; }

.kh-spinner {
  animation: kh-spin 0.75s linear infinite;
}

@keyframes kh-spin {
  to { transform: rotate(360deg); }
}

/* Dynamic checkout */
.kh-form__dynamic-checkout {
  margin-top: 10px;
}

.kh-form__dynamic-checkout .shopify-payment-button__button {
  border-radius: 14px !important;
  min-height: 52px !important;
}

/* ── Trust Row ────────────────────────────────────────── */
.kh-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 24px;
}

.kh-trust {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--kh-muted);
  padding: 7px 12px;
  background: var(--kh-cloud);
  border-radius: 999px;
  border: 1px solid var(--kh-line);
  white-space: nowrap;
}

.kh-trust__icon {
  color: var(--kh-primary);
  display: flex;
  flex-shrink: 0;
}

/* ── Accordion ────────────────────────────────────────── */
.kh-accordion {
  border-top: 1px solid var(--kh-line);
  margin-top: 4px;
}

.kh-accordion__item {
  border-bottom: 1px solid var(--kh-line);
}

.kh-accordion__trigger {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  color: var(--kh-ink);
  transition: color .18s;
}

.kh-accordion__trigger:hover {
  color: var(--kh-primary);
}

.kh-accordion__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: inherit;
}

.kh-accordion__title svg {
  flex-shrink: 0;
  color: var(--kh-primary);
}

.kh-accordion__chevron {
  flex-shrink: 0;
  color: var(--kh-muted);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}

.kh-accordion__trigger[aria-expanded="true"] .kh-accordion__chevron {
  transform: rotate(180deg);
}

/* Accordion panel — CSS grid trick avoids hidden/max-height conflicts */
.kh-accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}

.kh-accordion__panel--open,
.kh-accordion__panel[data-open] {
  grid-template-rows: 1fr;
}

/* Inner div required for grid collapse trick */
.kh-accordion__content {
  overflow: hidden;
  padding: 0;
  transition: padding .35s cubic-bezier(.4,0,.2,1);
  color: var(--kh-muted);
  font-size: 14px;
  line-height: 1.75;
}

.kh-accordion__panel--open .kh-accordion__content,
.kh-accordion__panel[data-open] .kh-accordion__content {
  padding: 0 0 18px;
}

.kh-rte h1, .kh-rte h2, .kh-rte h3 { color: var(--kh-ink); margin-top: 0; }
.kh-rte ul, .kh-rte ol { padding-left: 20px; }
.kh-rte img { border-radius: 8px; max-width: 100%; }

/* ── Reviews Section ──────────────────────────────────── */
.kh-reviews-section {
  padding: 56px 0 72px;
  border-top: 1px solid var(--kh-line);
}

.kh-reviews-header {
  margin-bottom: 32px;
}

/* Judge.me integration fixes */
.kh-judgeme-wrap .jdgm-review-widget {
  max-width: 100%;
}

.kh-judgeme-wrap .jdgm-all-reviews-header {
  border-bottom: 1px solid var(--kh-line);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

/* Fix: remove stuck infinite spinner on pagination buttons */
.kh-judgeme-wrap .jdgm-paginate__prev-page,
.kh-judgeme-wrap .jdgm-paginate__next-page {
  position: relative;
}

/* When JS clears the loading class the spinner stops immediately */
.kh-judgeme-wrap .jdgm-paginate__prev-page:not(.loading) .jdgm-paginate__prev-icon,
.kh-judgeme-wrap .jdgm-paginate__next-page:not(.loading) .jdgm-paginate__next-icon {
  animation: none !important;
}

/* ── Sticky ATC ───────────────────────────────────────── */
/* Desktop: hidden entirely. Mobile: revealed by JS */
.kh-sticky-atc {
  position: fixed;
  bottom: 64px; /* sits above mobile bottom nav */
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--kh-line);
  box-shadow: 0 -12px 30px rgba(23,32,51,.10);
  padding: 10px 0;
  /* Start off-screen */
  transform: translateY(110%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  /* Always in DOM so JS can observe ATC btn; hidden via transform */
  display: block;
  visibility: hidden;
}

.kh-sticky-atc.is-visible {
  transform: translateY(0);
  visibility: visible;
}

.kh-sticky-atc__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kh-sticky-atc__info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.kh-sticky-atc__info img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--kh-line);
  flex-shrink: 0;
}

.kh-sticky-atc__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.kh-sticky-atc__title {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kh-sticky-atc__price {
  font-size: 15px;
  font-weight: 900;
  color: var(--kh-primary);
}

.kh-sticky-atc__btn {
  flex-shrink: 0;
  min-width: 140px;
  min-height: 44px;
  font-size: 14px;
  border-radius: 12px;
  padding: 0 16px;
  width: auto;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 900px) {
  .kh-product-page {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px 0 88px; /* extra bottom for sticky ATC */
  }

  .kh-product-gallery {
    position: static;
  }

  .kh-product-form {
    position: static;
  }

  /* Hide desktop arrows on mobile (use touch swipe) */
  .kh-gallery-arrow {
    display: none;
  }

  .kh-gallery__hero {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .kh-form__quantity-row {
    grid-template-columns: 106px 1fr;
    gap: 10px;
  }
}

@media (max-width: 520px) {
  .kh-product__title {
    font-size: 26px;
  }

  .kh-gallery__hero {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  .kh-gallery__thumb {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }

  .kh-form__quantity-row {
    grid-template-columns: 1fr;
  }

  .kh-qty {
    justify-content: center;
  }

  .kh-trust-row {
    flex-wrap: wrap;
  }

  .kh-price {
    font-size: 26px;
  }
}

/* ── Override legacy product page rules (now unused) ──── */
/* These selectors still exist in HTML from old markup;
   set them to no-op so there's zero visual conflict */
.sticky-atc { display: none !important; }
/* Mobile product card fix */
@media screen and (max-width: 749px) {
  .product-showcase .swiper-slide,
  .product-showcase .product-card,
  .product-showcase .card {
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    flex: 0 0 calc(50% - 8px) !important;
  }

  .product-showcase .swiper-wrapper {
    gap: 12px !important;
  }
}
.collection-toolbar{
    padding-left:20px;
    padding-right:20px;
}

.collection-toolbar .kh-title{
    margin:0;
}

.product-grid{
    margin-top:20px;
}
.kh-title{
    padding-left:20px;
}
/* Home page only */
.product-showcase .product-card__title{
    min-height:100px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* Collection page only */
.product-grid .product-card__title{
    min-height:72px;
}