/** Shopify CDN: Minification failed

Line 1470:0 Unexpected "}"
Line 3024:1 Expected "}" to go with "{"

**/

/* CK — Smart width: Full-width for hero/announcement, centered for content */

/* Full-width for announcement bar and hero */
#shopify-section-announcement-bar,
.shopify-section--announcement,
.index-section--hero,
[data-section-type="video-section"],
#shopify-section-template__26293785376118__hero-video {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Centered, wider content for product sections */
.page-width {
  max-width: 1800px !important;
  margin: 0 auto !important;
}

#MainContent {
  max-width: none !important;
}

/* CK — Fix product page image size (make it normal again) */
.template-product .product__media-wrapper,
.template-product .product__main-photos,
.template-product .product-single__photo {
  max-width: 600px !important;  /* Constrain product images */
  margin: 0 auto !important;     /* Center them */
}

.template-product .page-width {
  max-width: 1400px !important;  /* Narrower on product pages */
}

/* Optional: Make before/after slider full-width (remove black edges) */
.shopify-section[data-section-type*="image"],
.index-section--image-compare,
.image-compare-section {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.image-compare-section .page-width {
  max-width: none !important;
  padding: 0 !important;
}
/* =========================================================
   CINEKIND — Motion Theme Overrides (clean, deduped)
   Focus: Buttons, Titles, Prices, Badges, Cards, Newsletter,
          and an animated Announcement Bar gradient
   ========================================================= */

/* ---------- 0) Tokens & base ---------- */
:root{
  --ck-red:#FF1E00;
  --ck-orange:#FF6F1C;
  --ck-gold:#FFD700;
  --ck-dark:#000000;
  --ck-text:#EDEDED;
  --ck-muted:#9A9A9A;
  --ck-sale:#FF4A1F;
  --ck-badge-speed: 4.5s;
}
*{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale }
html,body{ background:var(--ck-dark); color:var(--ck-text) }
body, .rte, .price, .button, .btn{ font-family: 'Inter', sans-serif !important; }

/* ---------- 1) Buttons (primary gradient + hover) ---------- */
.button:not(.button--secondary),
.btn:not(.button--secondary),
.button--primary,
.product-form__submit,
.shopify-payment-button__button--unbranded,
.shopify-payment-button .shopify-payment-button__button--unbranded{
  background-image:linear-gradient(135deg,var(--ck-red),var(--ck-orange),var(--ck-gold))!important;
  background-size:100% 100%!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  color:#fff!important;
  border:0!important; border-radius:8px!important;
  padding:12px 28px!important; font-weight:800!important;
  text-transform:uppercase!important; letter-spacing:.5px!important;
  transition:transform .25s, box-shadow .25s, background .25s!important;
  box-shadow:0 0 12px rgba(255,111,28,.55)!important;
  cursor:pointer!important;
}
.button:not(.button--secondary):hover,
.btn:not(.button--secondary):hover,
.button--primary:hover,
.product-form__submit:hover,
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover{
  background-image:linear-gradient(135deg,var(--ck-gold),var(--ck-orange),var(--ck-red))!important;
  transform:translateY(-1px)!important;
  box-shadow:0 0 18px rgba(255,215,0,.85)!important;
}
/* Secondary/ghost */
.button--secondary,.btn--secondary{ background:transparent!important; color:#fff!important; border:1px solid #2a2a2a!important }
.button--secondary:hover,.btn--secondary:hover{ border-color:var(--ck-orange)!important; box-shadow:0 0 14px rgba(255,111,28,.45)!important }
/* Do NOT style branded express buttons */
.shopify-payment-button__button--branded{ all:revert }

/* ---------- 2) Header link underline hover ---------- */
.header__inline-menu a,.header__menu-item{ position:relative }
.header__inline-menu a:after,.header__menu-item:after{
  content:""; position:absolute; left:0; right:0; bottom:-6px; height:2px;
  background:linear-gradient(90deg,var(--ck-red),var(--ck-gold));
  transform:scaleX(0); transform-origin:left; transition:transform .25s;
  box-shadow:0 0 10px rgba(255,111,28,.45);
}
.header__inline-menu a:hover:after,.header__menu-item:hover:after{ transform:scaleX(1) }

/* ---------- 3) Cards (tile surface + hover) ---------- */
.card,.product-card,.product-grid .grid__item .card{
  border-radius:22px; overflow:hidden;
  background:linear-gradient(180deg,#111 0%, #0a0a0a 100%);
  box-shadow:0 10px 30px rgba(0,0,0,.45);
  transition:transform .25s, box-shadow .25s;
}
.card:hover,.product-card:hover{
  transform:translateY(-4px) scale(1.03);
  box-shadow:0 12px 30px rgba(0,0,0,.45), 0 4px 14px rgba(0,0,0,.35);
}
.card:hover img,.product-card:hover img{ transform:scale(1.02); transition:transform .25s }

/* ---------- 4) Badges (Save $… etc.) — animated ---------- */
.card__badge{
  position:absolute !important;
  top:8px !important;
  left:8px !important;
  right:auto !important;
  z-index:5 !important; /* BELOW header */
}
.card__badge .badge,
.grid-product__tag--sale,
.badge,
.badge--bottom-left,
.badge--bottom-right,
.product__badge{
  background-image: linear-gradient(270deg, var(--ck-orange), var(--ck-gold), var(--ck-orange)) !important;
  background-size: 350% 100% !important;
  background-position: 0% 50% !important;
  animation: ckBadgeFlow var(--ck-badge-speed) linear infinite !important;
  color:#111 !important;
  font-family:'Sora',sans-serif!important;
  font-weight:900!important; letter-spacing:.3px!important; text-transform:none!important;
  border:0!important; border-radius:12px!important; padding:6px 12px!important;
  box-shadow:0 0 14px rgba(255,191,0,.35), inset 0 1px 0 rgba(255,255,255,.22)!important;
  display:inline-block !important;
}
@keyframes ckBadgeFlow { 0%{background-position:0% 50%} 100%{background-position:200% 50%} }
@media(max-width:480px){ .badge,.card__badge{ font-size:.76rem; padding:6px 10px }}

/* ---------- 5) Titles (grid + PDP) ---------- */
.grid-product__title,.grid-product__title a,
.product__title,.product__title a,
.card .card__heading,.card .card-information__text,
.product-card .product-card__title{
  font-family:'Sora',sans-serif!important;
  color:#F5F5F5!important;
  font-weight:900!important;
  letter-spacing:-0.01em!important;
  line-height:1.2!important;
}
.grid__item .grid-product__content .grid-product__title,
.grid__item .grid-product__content .grid-product__title a,
.grid-product__title,.grid-product__title a{
  font-size: clamp(12px, 1vw, 14px) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  max-width: 20ch !important;
}
.product__title,.product__title a{
  font-size: clamp(1rem, 1.4vw, 1.35rem) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

/* ---------- 6) Prices (hierarchy + gradient sale) ---------- */
.price{ display:flex; gap:10px; align-items:baseline; font-size:1.05rem }
.price .price-item--regular,
.price__compare,
.price__sale .price-item--regular,
.price__regular .price-item--regular{
  color:var(--ck-muted)!important; text-decoration:line-through!important; font-weight:500!important; font-size:.95em!important;
}
.price .price-item--last,
.price .price-item--sale,
.price__sale .price-item--last,
.price__sale .price-item--sale,
.grid-product__price .price [class*="price-item--last"],
.grid-product__price .price [class*="price-item--sale"],
.product__price .price [class*="price-item--last"],
.product__price .price [class*="price-item--sale"],
.grid-product__price .price [class*="price-item--last"] .money,
.grid-product__price .price [class*="price-item--sale"] .money,
.product__price .price [class*="price-item--last"] .money,
.product__price .price [class*="price-item--sale"] .money,
.sale-price{
  background:linear-gradient(135deg,var(--ck-orange),var(--ck-gold))!important;
  -webkit-background-clip:text!important; background-clip:text!important;
  -webkit-text-fill-color:transparent!important; color:transparent!important;
  font-weight:900!important; font-size:1.25em!important; line-height:1.2!important; display:inline-block!important;
}

/* ---------- 7) Newsletter ---------- */
.section-newsletter input[type="email"],
.newsletter input[type="email"],
.newsletter-form input[type="email"],
.section-newsletter .field__input,
.newsletter .field__input{
  background:#000; color:#fff; border:1px solid #222; height:56px; border-radius:8px 0 0 8px; box-shadow:none;
}
.section-newsletter .button,
.newsletter .button,
.newsletter-form .button,
.section-newsletter .newsletter__submit,
.newsletter__button,
.newsletter button[type="submit"]{
  height:56px; border-radius:0 8px 8px 0;
  background-image:linear-gradient(135deg,var(--ck-red),var(--ck-orange),var(--ck-gold));
  color:#fff; border:0; font-weight:800; letter-spacing:.5px; text-transform:uppercase;
  box-shadow:0 0 12px rgba(255,111,28,.55); transition:.25s;
}
.section-newsletter .button:hover,.newsletter .button:hover,.newsletter__button:hover{
  background-image:linear-gradient(135deg,var(--ck-gold),var(--ck-orange),var(--ck-red));
  transform:translateY(-1px); box-shadow:0 0 18px rgba(255,215,0,.85);
}

/* ---------- 8) Hero/featured overlays ---------- */
.overlay,.image-overlay,.hero__overlay{
  background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.15));
}

/* ---------- 9) Accessibility niceties ---------- */
@media (prefers-reduced-motion:reduce){ *{ transition:none!important; animation:none!important }}

/* =========================================================
   ANNOUNCEMENT BAR — animated gradient + timer pill
   (high specificity to beat Motion)
   ========================================================= */

#shopify-section-announcement-bar .announcement-bar,
#shopify-section-announcement-bar .announcement-bar__message,
#shopify-section-announcement-bar .announcement__text,
.shopify-section--announcement .announcement-bar,
.shopify-section--announcement .announcement-bar__message,
.shopify-section--announcement .announcement__text,
#shopify-section-announcement-bar,
.announcement-bar,
.announcement__text{
  background:
    linear-gradient(90deg, var(--ck-orange) 0%, var(--ck-gold) 60%, var(--ck-orange) 100%) !important,
    #f3c73a !important;
  background-size:200% 100% !important;
  animation: ckBarSheen 6s linear infinite !important;
  color:#111 !important;
}
#shopify-section-announcement-bar .announcement-bar::before,
#shopify-section-announcement-bar .announcement-bar::after,
#shopify-section-announcement-bar .announcement-bar__message::before,
#shopify-section-announcement-bar .announcement-bar__message::after,
.shopify-section--announcement .announcement-bar::before,
.shopify-section--announcement .announcement-bar::after,
.shopify-section--announcement .announcement-bar__message::before,
.shopify-section--announcement .announcement-bar__message::after{
  content:none !important; background:transparent !important;
}

/* Timer block */
#ck-announce{
  display:flex; align-items:center; justify-content:center; gap:14px;
  width:100%; margin:0 auto; text-align:center;
  font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  color:#111;
}
.ck-announce__headline{ font-weight:800; font-size:clamp(14px,1.6vw,20px) }
.ck-announce__sub{ font-weight:600; font-size:clamp(11px,1.1vw,15px); opacity:.9 }
.ck-announce__timer{
  display:inline-flex; align-items:center; gap:10px;
  background: rgba(0,0,0,.55) !important;
  border: 1px solid rgba(0,0,0,.65) !important;
  border-radius: 22px !important;
  padding: 6px 10px !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 6px 18px rgba(0,0,0,.35) !important;
  backdrop-filter: blur(3px);
}
.ck-announce__timer .ck-t{ display:inline-flex; flex-direction:column; align-items:center; line-height:1 }
.ck-announce__timer b{
  min-width:2ch; font-weight:900; line-height:1;
  font-size:clamp(16px, 2.1vw, 22px);
  background: linear-gradient(270deg,var(--ck-orange),var(--ck-gold),var(--ck-orange));
  background-size:300% 100%;
  background-position:0% 50%;
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
  animation: ckDigitsSweep 5.5s linear infinite;
}
.ck-announce__timer em{ margin-top:2px; font-size:clamp(9px,.9vw,12px); font-weight:700; color:#fff; opacity:.95 }
.ck-announce__timer .ck-sep{ font-size:clamp(14px,1.6vw,18px); color:#fff; opacity:.9 }
@keyframes ckBarSheen{ 0%{background-position:0 0} 100%{background-position:-200% 0} }
@keyframes ckDigitsSweep{ 0%{background-position:0% 50%} 100%{background-position:200% 50%} }

@media (max-width:980px){
  #ck-announce{ gap:10px }
  .ck-announce__sub{ display:none }
  .ck-announce__timer{ padding:6px 8px; gap:8px }
  .ck-announce__timer b{ font-size:clamp(16px,5.2vw,20px) }
  .ck-announce__timer em{ font-size:clamp(9px,2.4vw,11px) }
  .ck-announce__timer .ck-sep{ font-size:clamp(14px,3.2vw,16px) }
}

/* ================= CK — HOVER ZOOM + QUICK ADD ================ */
.grid-product__link{ position: relative !important; display: block !important; z-index: 0 !important; }
.grid-product__image-mask,.grid-product__link .image-wrap,.grid-product__link .grid__image-ratio{
  overflow: hidden !important; position: relative !important; z-index: 1 !important;
}
.grid-product__link img{ transition: transform .35s ease !important; }
.grid-product__link:hover img{ transform: scale(1.08) !important; }

/* Save badge above pill */
.grid-product__tag,
.grid-product__tag--sale,
.card__badge{
  position: absolute !important;
  z-index: 5 !important; /* BELOW header, above card content */
}

/* Quick Add pill */
.grid-product__image-mask .ck-quickadd{
  position: absolute !important; bottom: 10px !important; right: 10px !important; z-index: 7 !important;
  display: inline-flex !important; align-items: center; gap: 6px;
  background-image: linear-gradient(135deg,var(--ck-red),var(--ck-orange),var(--ck-gold)) !important;
  color: #111 !important; font-weight: 900 !important; font-size: .85rem !important;
  padding: 8px 12px !important; border-radius: 10px !important; border: 0 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.35), 0 0 12px rgba(255,191,0,.28) !important;
  opacity: 0 !important; transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, box-shadow .22s ease !important;
  pointer-events: none; cursor: pointer !important;
}
.grid-product__link:hover .ck-quickadd{ opacity: 1 !important; transform: translateY(0); pointer-events: auto; }
.grid-product__image-mask .ck-quickadd:hover{
  background-image: linear-gradient(135deg,var(--ck-gold),var(--ck-orange),var(--ck-red)) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.45), 0 0 18px rgba(255,215,0,.45) !important;
}
@media (hover: none) {
  .grid-product__image-mask .ck-quickadd{
    opacity: 1 !important; transform: translateY(0) !important; pointer-events: auto !important;
  }
}

/* ================= Drawer z-index & overlay (deduped) ================= */
#CartDrawer,
.cart-drawer,
[role="dialog"][data-cart]{ position: fixed !important; z-index: 10050 !important; }

#CartDrawer .drawer__contents,
#CartDrawer .drawer__inner{ position: relative; z-index: 2; }

.js-drawer-open #CartDrawer,
.js-drawer-open .cart-drawer,
.js-drawer-open [role="dialog"][data-cart]{
  top: 0 !important; right: 0 !important; bottom: 0 !important;
  width: min(420px, 92vw) !important;
  transform: translateX(0) !important;
  opacity: 1 !important; visibility: visible !important; display: block !important;
  pointer-events: auto !important; z-index: 10060 !important;
  background: #000 !important;
}

/* Overlay sits below drawer but is clickable */
.site-overlay,
.drawer__overlay,
.drawer__cover,
.drawer__backdrop,
.modal__overlay,
[data-cart-overlay]{ z-index: 10040 !important; pointer-events: auto !important; }

/* Drawer thumbnails sometimes stay transparent; force visible */
#CartDrawer image-element img { opacity: 1 !important; }

/* Hide default subtotal row in the DRAWER only — our injected TOTAL handles it */
#CartDrawer .cart__row--subtotal,
#CartDrawer .cart__subtotal,
#CartDrawer .cart__footer-subtotal,
#CartDrawer .totals { display: none !important; }

/* ===== CK — Cart Drawer UI bits ===== */
.ck-count-pill{
  display:inline-flex; align-items:center; justify-content:center;
  margin-left:.5em; padding:.2em .5em; min-width:1.5em; height:1.35em;
  font-size:.8em; font-weight:900; line-height:1; color:#111;
  border-radius:999px;
  background-image:linear-gradient(135deg,var(--ck-orange),var(--ck-gold));
  box-shadow:0 0 10px rgba(255,191,0,.35), inset 0 1px 0 rgba(255,255,255,.25);
}

.ck-cart-columns{
  display:flex; justify-content:space-between; align-items:center;
  padding:10px 22px; color:#9a9a9a; font-weight:700; letter-spacing:.16em;
  font-size:.78rem; text-transform:uppercase;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.02);
}
.ck-cart-columns .ck-col-left{ opacity:.95 }
.ck-cart-columns .ck-col-right{ opacity:.75 }

/* Cart drawer line prices - ORANGE GRADIENT */
#CartDrawer .ck-line-price { font-weight:900; }
#CartDrawer .ck-line-now{
  background:linear-gradient(135deg,var(--ck-orange),var(--ck-gold)) !important;
  -webkit-background-clip:text !important; 
  background-clip:text !important; 
  -webkit-text-fill-color:transparent !important;
  color:transparent !important;
  display:inline-block !important;
}
#CartDrawer .ck-line-was{
  color:var(--ck-muted) !important; 
  text-decoration:line-through !important; 
  margin-left:.5em; 
  font-weight:600;
}

/* FORCE all cart prices to be orange gradient */
#CartDrawer .cart__price,
#CartDrawer .cart__item-price,
#CartDrawer .cart-item__price,
#CartDrawer [data-cart-item-price],
#CartDrawer .text-right .h3,
#CartDrawer .price {
  background:linear-gradient(135deg,var(--ck-orange),var(--ck-gold)) !important;
  -webkit-background-clip:text !important; 
  background-clip:text !important; 
  -webkit-text-fill-color:transparent !important;
  color:transparent !important;
  font-weight:900 !important;
}

#CartDrawer .ck-remove{
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px; margin-left:10px; border-radius:10px; border:0;
  background:rgba(255,255,255,.05); color:#fff; cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.35);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
#CartDrawer .ck-remove:hover{
  background:rgba(255,255,255,.08); transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(0,0,0,.45), 0 0 14px rgba(255,215,0,.25);
}
#CartDrawer .ck-remove svg{ width:18px; height:18px; display:block }

/* Inline bin beside the qty pill */
#CartDrawer .ck-remove--inline{
  width:40px; height:40px; margin-left:12px; border-radius:10px; vertical-align:middle;
}

/* Wider cart drawer (desktop), keep mobile full width */
@media (min-width: 769px){
  #CartDrawer, .cart-drawer, [role="dialog"][data-cart]{
    width: min(640px, 96vw) !important;   /* ~1.5× previous 420px */
  }
  .js-drawer-open #CartDrawer,
  .js-drawer-open .cart-drawer,
  .js-drawer-open [role="dialog"][data-cart]{
    width: min(640px, 96vw) !important;
  }
}

#CartDrawer .ck-qtyline{ display:flex !important; align-items:center !important; gap:12px !important; }
#CartDrawer .ck-remove{ display:inline-flex !important; }
#CartDrawer .ck-remove--inline{ width:40px; height:40px; border-radius:10px; flex:0 0 auto; margin-left:12px; }

/* CK — force "Save $…" pill to top-left on product/grid cards */
.product-card,
.card { position: relative !important; } /* make sure there's a positioned parent */

.product-card .card__badge,
.product-card .grid-product__tag--sale,
.product-card .grid-product__tag,
.card .card__badge,
.card .grid-product__tag--sale,
.card .grid-product__tag {
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  transform: none !important;          /* cancel theme's centering translate */
  z-index: 20 !important;              /* above mockup spine/shadow */
}

/* The orange pill inside the badge */
.product-card .card__badge .badge,
.card .card__badge .badge {
  transform: none !important;          /* some variants apply translate here */
}

/* ===== CK OVERRIDE — force sale/badge pill to TOP-LEFT on all cards ===== */

/* Control how far the badge sits from the left edge.
   Negative values push it slightly outside the image on desktop. */
:root { --ck-badge-left: -14px; }         /* desktop/default */
@media (max-width: 520px){
  :root { --ck-badge-left: 8px; }         /* keep it inside on small screens */
}

/* Make sure the image wrapper is a positioned ancestor */
.product-card .media,
.product-card .card__media,
.product-card .grid__image-ratio,
.product-card .image-wrap,
.grid__item .card .media,
.grid__item .card .card__media,
.grid__item .card .grid__image-ratio,
.grid__item .card .image-wrap{
  position: relative !important;
  overflow: visible !important;
}

/* Hammer the badge/tag position (cover Motion variants) */
.grid__item .card .card__badge,
.grid__item .card .grid-product__tag--sale,
.grid__item .card .grid-product__tag,
.product-card .card__badge,
.product-card .grid-product__tag--sale,
.product-card .grid-product__tag,
.card .card__badge,
.card .grid-product__tag--sale,
.card .grid-product__tag{
  top: 8px !important;
  left: var(--ck-badge-left, 8px) !important;
  right: auto !important;
  transform: none !important;
  inset-inline-start: var(--ck-badge-left, 8px) !important;
  inset-inline-end: auto !important;
  z-index: 5 !important; /* BELOW header */
}

/* Some Motion builds apply transform on the inner .badge */
.grid__item .card .card__badge .badge,
.product-card .card__badge .badge,
.card .card__badge .badge{
  transform: none !important;
}

/* Safety: if theme pushes the badge down into the title row, pull it back */
.grid__item .card .card-information,
.product-card .card-information{
  position: relative; /* keep text layer beneath the badge z-index */
}

/* ===== Drawer image safety & payment sprite ===== */
#ck-payment-img{ display:block; margin:8px auto 0; max-width:92%; height:auto; }

/* Safety clamps for the license badge image */
#CartDrawer .ck-license-badge { width:30px; height:30px; overflow:hidden; }
#CartDrawer .ck-license-badge img { width:100%; height:100%; display:block; object-fit:cover; }

/* === CK — License upsell card (drawer) === */
.ck-license-card{
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding:12px;margin:8px 0 12px;border:1px solid rgba(255,255,255,.10);
  border-radius:12px;background:rgba(255,255,255,.05);color:#fff;
  box-shadow:0 3px 14px rgba(0,0,0,.22);
}
.ck-license-left{display:flex;align-items:center;gap:12px;min-width:0}
.ck-license-badge{width:30px;height:30px;border-radius:50%;overflow:hidden;flex:0 0 auto;
  background: radial-gradient(120% 120% at 30% 20%, #fff 0%, #cfe6ff 40%, #90b7ff 70%, #3b64ff 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15), 0 3px 8px rgba(0,0,0,.2);display:grid;place-items:center;}
.ck-license-title{font-weight:800;font-size:15px;line-height:1.2}
.ck-license-sub{font-size:11.5px;opacity:.8;margin-top:2px;max-width:300px}
.ck-license-right{display:flex;align-items:center;gap:12px;white-space:nowrap}
.ck-switch{position:relative;display:inline-block;width:40px;height:22px}
.ck-switch input{opacity:0;width:0;height:0}
.ck-slider{position:absolute;inset:0;cursor:pointer;background:#444;border-radius:999px;transition:.2s;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.ck-slider:before{content:"";position:absolute;left:2px;bottom:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:.2s;
  box-shadow:0 1px 2px rgba(0,0,0,.25)}
.ck-switch input:checked + .ck-slider{background:var(--ck-orange)}
.ck-switch input:checked + .ck-slider:before{transform:translateX(18px)}
/* Payment sprite sizing safeguard */
#ck-payment-row{ margin:12px 0 0; text-align:center }

/* ---- Optional CSS fallback to hide the Commercial License line (modern browsers) ---- */
@supports selector(.x:has(a)) {
  #CartDrawer .cart__item:has(a[href*="/products/commercial-license"]),
  #CartDrawer .cart-item:has(a[href*="/products/commercial-license"]) {
    display: none !important;
  }
}

/* === CK — Badge off the LEFT EDGE (desktop), inside on small screens === */
:root { --ck-badge-left: -16px; }   /* move left outside the image */
@media (max-width: 520px){
  :root { --ck-badge-left: 8px; }   /* keep inside on phones */
}

/* Let the outer MASK allow overflow so the pill can stick out,
   but keep the INNER image wrapper clipped for hover-zoom. */
.grid-product__image-mask { position: relative !important; overflow: visible !important; }
.grid-product__image-mask .image-wrap,
.grid-product__image-mask .grid__image-ratio { overflow: hidden !important; }

/* Apply the left offset everywhere the pill might render */
.grid__item .card .card__badge,
.grid__item .card .grid-product__tag--sale,
.grid__item .card .grid-product__tag,
.product-card .card__badge,
.product-card .grid-product__tag--sale,
.product-card .grid-product__tag,
.card .badge--top-right,
.card .badge--top-left,
.product-card .badge--top-right,
.product-card .badge--top-left{
  left: var(--ck-badge-left) !important;
  inset-inline-start: var(--ck-badge-left) !important;
  right: auto !important;
  top: 8px !important;
  transform: none !important;
  z-index: 20 !important;
}

/* Ensure the pill itself isn't translated by theme variants */
.grid__item .card .card__badge .badge,
.product-card .card__badge .badge { transform: none !important; }


/* ================= MOBILE ANNOUNCEMENT BAR - PERFECTLY CENTERED ================= */
@media screen and (max-width: 768px) {
  #shopify-section-announcement-bar,
  #shopify-section-announcement-bar .announcement-bar,
  #shopify-section-announcement-bar .announcement-bar__message,
  #shopify-section-announcement-bar .announcement__text,
  body #shopify-section-announcement-bar,
  body .announcement-bar {
    min-height: 220px !important;
    max-height: none !important;
    height: auto !important;
    padding: 28px 16px 28px 16px !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  #ck-announce,
  body #ck-announce,
  #shopify-section-announcement-bar #ck-announce {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  
  .ck-announce__headline {
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
  }
  
  .ck-announce__sub {
    display: block !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    opacity: 0.9 !important;
  }
  
  .ck-announce__timer,
  #ck-announce .ck-announce__timer,
  body .ck-announce__timer {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    margin: 2px auto 0 auto !important;
    gap: 6px !important;
    padding: 6px 10px !important;
  }
  
  .ck-announce__timer .ck-t { min-width: 36px !important; }
  .ck-announce__timer b { font-size: 18px !important; }
  .ck-announce__timer em { font-size: 8px !important; }
  .ck-announce__timer .ck-sep { font-size: 14px !important; }
}

@media screen and (max-width: 480px) {
  #shopify-section-announcement-bar,
  #shopify-section-announcement-bar .announcement-bar {
    min-height: 200px !important;
    padding: 24px 12px 24px 12px !important;
  }
  
  #ck-announce { gap: 5px !important; }
  .ck-announce__headline { font-size: 13px !important; }
  .ck-announce__sub { font-size: 10px !important; }
  .ck-announce__timer { gap: 5px !important; padding: 5px 8px !important; }
  .ck-announce__timer b { font-size: 16px !important; }
}

/* MUCH bigger products - nearly edge to edge */
.grid__item {
  padding: 0 12px !important;
}

.grid-product__image-wrapper,
.card__media {
  padding-bottom: 100% !important;
}

/* Star rating - LEFT aligned */
.ck-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.ck-rating svg {
  width: 18px;
  height: 18px;
  fill: #ffd700;
  margin: 0 2px;
}

/* Section header - LEFT aligned */
.section-header {
  text-align: left !important;
  max-width: none !important;
  margin: 0 0 60px !important;
}

/* Title - SMALLER and left aligned */
.section-header__title {
  font-size: 48px !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
  background: linear-gradient(135deg, #ff6f1c, #ffd700);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left !important;
}

/* Subtitle - LEFT aligned */
.ck-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left !important;
  margin: 0;
}

/* Mobile - keep center aligned */
@media (max-width: 768px) {
  .section-header {
    text-align: center !important;
  }
  
  .section-header__title {
    font-size: 36px !important;
    text-align: center !important;
  }
  
  .ck-subtitle {
    font-size: 16px;
    text-align: center !important;
  }
  
  .ck-rating {
    justify-content: center;
  }
  
  .grid__item {
    width: 50% !important;
  }
}

/* ===== CK — Transparent Header on ALL Pages (Fixed) ===== */

/* Make header background transparent - but keep it in normal position */
#HeaderWrapper,
#HeaderWrapper.header-wrapper,
.header-wrapper,
#StickyHeaderWrap,
#SiteHeader,
#SiteHeader[data-overlay="false"],
.site-header[data-overlay="false"],
header.site-header,
header#SiteHeader {
  background: transparent !important;
  background-color: transparent !important;
}

/* Pull the main content UP behind the header - HOMEPAGE + COLLECTION PAGES */
.template-index .main-content,
.template-index #MainContent,
.template-collection .main-content,
.template-collection #MainContent {
  margin-top: -80px !important;
  padding-top: 0 !important;
}

/* Make sure header stays on top of content */
#HeaderWrapper,
.header-wrapper,
#StickyHeaderWrap {
  position: relative !important;
  z-index: 100 !important;
}


/* CK — Header - INVISIBLE at top, Glass on scroll */
.site-header,
#shopify-section-header .site-header {
  background: transparent !important; /* Completely invisible at top */
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important; /* No border at top */
  border-radius: 16px !important;
  margin: 0 auto 16px auto !important;
  max-width: calc(100% - 32px) !important;
  box-shadow: none !important; /* No shadow at top */
  padding: 0 !important;
  transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
              backdrop-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
              border 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
              box-shadow 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* GLASS EFFECT - Only when scrolled */
.site-header.scrolled {
  background: rgba(0, 0, 0, 0.3) !important; /* Glass appears */
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

.site-header .page-width {
  padding: 8px 18px !important;
}

.site-header__logo-image,
.site-header img,
.site-header__logo img,
#shopify-section-header img,
.header__heading-logo img,
.logo img {
  max-height: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  width: auto !important;
  object-fit: contain !important;
}

.site-header__logo {
  padding: 0 !important;
  margin: 0 !important;
  max-height: 48px !important;
  line-height: 1 !important;
}

.site-header .site-nav__link {
  padding: 10px 14px !important;
  font-size: 15px !important;
}

.site-header .site-nav__link,
.site-header .site-header__logo,
.site-header a {
  color: #fff !important;
}

@media (max-width: 768px) {
  .site-header {
    margin: 12px auto !important;
    max-width: calc(100% - 24px) !important;
    border-radius: 12px !important;
  }
  
  .site-header .page-width {
    padding: 6px 14px !important;
  }
  
  .site-header__logo-image,
  .site-header img {
    max-height: 40px !important;
    height: 40px !important;
  }
}
/* MOBILE FIX */
@media (max-width: 768px) {
  .site-header,
  #shopify-section-header .site-header {
    border-radius: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    position: absolute !important;
    width: 100% !important;
  }
  
  .main-content,
  #MainContent {
    margin-top: 0 !important;
  }
  
  #HeaderWrapper,
  .header-wrapper {
    position: absolute !important;
  }
}

/* CK — FORCE featured collection to have ZERO padding */
#shopify-section-template__26293785376118__featured-collection {
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Keep products horizontally padded */
#shopify-section-template__26293785376118__featured-collection .page-width {
  padding: 0 40px !important;
}

/* Mobile */
@media (max-width: 768px) {
  #shopify-section-template__26293785376118__featured-collection .page-width {
    padding: 0 20px !important;
  }
}
/* CK — Gradient "Limited Time Sale" nav link */
.site-header .site-nav__link[href*="/collections/sale"],
.header__menu-item a[href*="/collections/sale"] {
  background: linear-gradient(135deg, #FF6F1C, #FFD700) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 900 !important;
  position: relative !important;
}

/* Glowing underline */
.site-header .site-nav__link[href*="/collections/sale"]:after,
.header__menu-item a[href*="/collections/sale"]:after {
  background: linear-gradient(90deg, #FF6F1C, #FFD700) !important;
  transform: scaleX(1) !important;
  height: 3px !important;
  box-shadow: 0 0 12px rgba(255, 111, 28, 0.6) !important;
}
/* CK — White section titles (instead of orange gradient) */

/* "Sale" page title */
.template-collection .page-header h1,
.template-collection .collection-hero__title,
.collection-hero h1 {
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  font-weight: 900 !important;
  font-size: clamp(48px, 6vw, 80px) !important;
  letter-spacing: -0.02em !important;
}

/* "Top-Selling Bundles" and other section headers */
.section-header__title {
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  font-weight: 900 !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  letter-spacing: -0.01em !important;
}

/* Subtitle text (white and clean) */
.ck-subtitle,
.section-header p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 400 !important;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  line-height: 1.5 !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .template-collection .page-header h1 {
    font-size: 48px !important;
  }
  
  .section-header__title {
    font-size: 32px !important;
  }
}
/* CK — Tighter, centered product layout (like references) */

/* Narrow down the container - don't go edge to edge */
.template-collection .page-width,
.collection-grid {
  max-width: 1400px !important; /* Was 1800px - now narrower */
  margin: 0 auto !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* Tighter spacing between products */
.grid--uniform {
  gap: 24px !important; /* Reduced from default ~40px */
}

/* Products should be closer together */
.grid__item {
  padding: 0 8px !important; /* Reduced from 12px */
}

/* Desktop: 3 products per row (not 4) for better centering */
@media (min-width: 769px) {
  .grid--view-items .grid__item {
    width: 33.333% !important; /* 3 per row instead of 4 */
    max-width: 420px !important;
  }
}

/* Add breathing room above products */
.template-collection .grid--uniform {
  margin-top: 40px !important;
}

/* Section spacing - tighter */
.index-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* Mobile: Keep 2 per row */
@media (max-width: 768px) {
  .template-collection .page-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  .grid__item {
    width: 50% !important;
    padding: 0 6px !important;
  }
  
  .grid--uniform {
    gap: 16px !important;
  }
}
/* CK — Hide rating and subtitle on Sale page collections ONLY */
.template-collection .ck-rating,
.template-collection .ck-subtitle,
.template-collection .section-header p {
  display: none !important;
}

/* Keep them visible on homepage */
.template-index .ck-rating,
.template-index .ck-subtitle {
  display: block !important;
}
/* CK — Divider image styling */
.grid-product__divider-image {
  margin: 8px auto 8px auto !important;
  padding: 0 !important;
  text-align: center;
}

.grid-product__divider-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* CK — Remove padding from product cards */
.grid-product__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.grid-product__meta {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.grid-product__title {
  margin-bottom: 4px !important;
}

.grid-product__price {
  margin-top: 4px !important;
}
/* CK — Universal divider image BELOW price, FLUSH LEFT */
.grid-product__price::after {
  content: '';
  display: none !important; /* HIDDEN - using new star rating instead */
  width: 100%;
  max-width: 200px;
  height: 18px;
  margin: 2px 0 0 0;
  padding: 0 !important;
  background-image: url('/cdn/shop/files/Test_2.png?v=1763218217');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: relative;
  left: 0 !important;
}

.grid-product__price {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ===== CK — FOOTER REDESIGN (Centered, More Spacing) ===== */

/* Footer background */
.site-footer,
#shopify-section-footer .site-footer {
  background: #000 !important;
  padding: 60px 0 30px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer .page-width {
  max-width: 1400px !important; /* Wider from 1200px */
  margin: 0 auto !important;
  padding: 0 40px !important;
}

/* Main footer layout - MORE SPACE between logo and menus */
.ck-footer-main {
  display: flex !important;
  gap: 100px !important; /* Increased from 50px to 100px */
  align-items: flex-start !important;
  margin-bottom: 50px !important;
  justify-content: center !important;
}

/* Logo column */
.ck-footer-logo-col {
  flex: 0 0 80px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.ck-footer-logo {
  width: 80px !important;
  max-width: 80px !important;
  display: block !important;
}

.ck-footer-logo img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Menus column */
.ck-footer-menus-col {
  flex: 0 1 auto !important;
  max-width: 1000px !important; /* Wider from 900px */
  min-width: 0 !important;
}

/* More space between menu columns */
.ck-footer-menus-col .grid {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 120px !important; /* Increased from 80px to 120px */
  width: 100% !important;
}

.ck-footer-menus-col .grid .grid__item {
  flex: 0 1 auto !important;
  min-width: 180px !important;
  max-width: 300px !important;
  width: auto !important;
}

/* WHITE BOLD Menu Titles */
.footer__title,
.footer-block__heading {
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 20px !important;
  color: #fff !important;
}

.footer__list-item a,
.site-footer__linklist a {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 10px !important;
  transition: color 0.3s ease !important;
  font-weight: 400 !important;
}

.footer__list-item a:hover,
.site-footer__linklist a:hover {
  color: #fff !important;
}

/* Newsletter - keeping current styles */
.footer-block--newsletter {
  max-width: 100% !important;
  min-width: 280px !important;
}

.footer-block--newsletter .footer__title {
  font-size: 13px !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin-bottom: 12px !important;
}

.footer-block--newsletter p {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 20px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

.footer-block--newsletter input[type="email"] {
  width: 100% !important;
  min-width: 280px !important;
  padding: 12px 16px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 13px !important;
  margin-bottom: 12px !important;
  transition: all 0.3s ease !important;
}

.footer-block--newsletter input[type="email"]:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  outline: none !important;
}

.footer-block--newsletter input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 400 !important;
}

.footer-block--newsletter button[type="submit"] {
  width: 100% !important;
  padding: 12px 24px !important;
  background-image: linear-gradient(135deg, var(--ck-orange), var(--ck-gold)) !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(255, 191, 0, 0.3) !important;
  transition: all 0.3s ease !important;
}

.footer-block--newsletter button[type="submit"]:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(255, 191, 0, 0.4) !important;
}

/* HIDE default section */
.site-footer__bottom {
  display: none !important;
}

/* Footer Bottom - keeping current bright styles */
.footer__content-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding-top: 30px !important;
  margin-top: 0 !important;
}

.ck-footer-bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 60px !important;
  max-width: 1400px !important; /* Match wider container */
  margin: 0 auto !important;
  flex-wrap: wrap !important;
}

.ck-footer-left {
  order: 1 !important;
  flex: 0 0 auto !important;
}

.ck-footer-center {
  order: 2 !important;
  flex: 0 0 auto !important;
}

.ck-footer-right {
  order: 3 !important;
  flex: 0 0 auto !important;
}

.ck-footer-copyright {
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.ck-footer-copyright strong {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 700 !important;
}

.ck-payment-icons {
  display: inline-block !important;
}

.ck-payment-icons img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  opacity: 0.95 !important;
  transition: opacity 0.3s ease !important;
}

.ck-payment-icons:hover img {
  opacity: 1 !important;
}

.ck-dmca-badge {
  display: inline-block !important;
  width: 90px !important;
}

.ck-dmca-badge img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  opacity: 0.95 !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.ck-dmca-badge:hover img {
  opacity: 1 !important;
  transform: translateY(-2px) !important;
}

/* Mobile responsive */
@media (max-width: 990px) {
  .ck-footer-main {
    flex-direction: column !important;
    gap: 40px !important;
  }
  
  .ck-footer-logo-col {
    width: 100% !important;
    justify-content: center !important;
  }
  
  .ck-footer-menus-col {
    max-width: 100% !important;
  }
  
  .ck-footer-menus-col .grid {
    flex-direction: column !important;
    gap: 30px !important;
  }
  
  .footer-block--newsletter {
    min-width: 100% !important;
  }
  
  .footer-block--newsletter input[type="email"] {
    min-width: 100% !important;
  }
  
  .ck-footer-bottom {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .ck-footer-left,
  .ck-footer-center,
  .ck-footer-right {
    order: 0 !important;
  }
  
  .ck-payment-icons img {
    max-width: 320px !important;
  }
}

@media (max-width: 640px) {
  .site-footer .page-width {
    padding: 0 24px !important;
  }
  
  .ck-footer-logo {
    max-width: 60px !important;
    width: 60px !important;
  }
  
  .ck-footer-menus-col .grid {
    gap: 24px !important;
  }
  
  .ck-payment-icons img {
    max-width: 280px !important;
  }
  
  .ck-dmca-badge {
    width: 75px !important;
  }
}

/* ===== CK — Fix Hamburger Opening Cart on Mobile ===== */

/* Ensure hamburger button is above cart interactions */
.site-header .js-drawer-open-nav,
.site-header button[aria-controls="NavDrawer"] {
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
}
  
  /* Give hamburger more tap space */
  .site-header .js-drawer-open-nav {
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 10px !important;
  }
}
/* ===== CK — Fix Cart Drawer Closing Glitch ===== */

/* ONLY hide cart when explicitly closed */
#CartDrawer[aria-hidden="true"]:not(.is-open):not(.drawer--is-open),
.cart-drawer[aria-hidden="true"]:not(.is-open):not(.drawer--is-open) {
  transform: translateX(100%) !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Ensure cart shows when open */
#CartDrawer[aria-hidden="false"],
#CartDrawer.is-open,
#CartDrawer.drawer--is-open,
.cart-drawer[aria-hidden="false"],
.cart-drawer.is-open,
.cart-drawer.drawer--is-open {
  transform: translateX(0) !important;
  visibility: visible !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* ===== CK — Force remove nav overlay when closed ===== */
body:not(.js-drawer-open) .site-overlay,
body:not(.js-drawer-open) .drawer__overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Ensure nav drawer hides when closed */
#NavDrawer[aria-hidden="true"] {
  transform: translateX(-100%) !important;
  visibility: hidden !important;
}

#NavDrawer[aria-hidden="false"] {
  transform: translateX(0) !important;
  visibility: visible !important;
}
/* ===== CK — Premium Mobile Navigation Drawer ===== */

/* Nav drawer background - darker with subtle texture */
#NavDrawer,
#NavDrawer .drawer__contents {
  background: linear-gradient(180deg, #0a0a0a 0%, #000 100%) !important;
}

/* Nav drawer header */
#NavDrawer .drawer__header {
  padding: 24px 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

/* Close button - more premium */
#NavDrawer .drawer__close-button {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  transition: all 0.3s ease !important;
}

#NavDrawer .drawer__close-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  transform: scale(1.05) !important;
}

/* Navigation links - better spacing and hover */
#NavDrawer .mobile-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.3s ease;
}

#NavDrawer .mobile-nav__item:hover {
  background: rgba(255, 255, 255, 0.02);
}

#NavDrawer .mobile-nav__link {
  padding: 18px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}

#NavDrawer .mobile-nav__link:hover {
  color: #fff !important;
  padding-left: 28px !important;
}

/* ORANGE GRADIENT on "Limited Time Sale" link */
#NavDrawer .mobile-nav__link[href*="/collections/sale"],
#NavDrawer .mobile-nav__link[href*="limited-time-sale"],
#NavDrawer a[href*="/collections/sale"] {
  background: linear-gradient(135deg, #FF6F1C, #FFD700) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  position: relative !important;
}

/* Glowing indicator for sale link */
#NavDrawer .mobile-nav__link[href*="/collections/sale"]::before,
#NavDrawer a[href*="/collections/sale"]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #FF6F1C, #FFD700);
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 12px rgba(255, 111, 28, 0.5);
}

/* Social icons - premium styling */
#NavDrawer .mobile-nav__social {
  padding: 24px 20px !important;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#NavDrawer .social-icons__link {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 8px !important;
  transition: all 0.3s ease !important;
}

#NavDrawer .social-icons__link:hover {
  background: linear-gradient(135deg, #FF6F1C, #FFD700) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(255, 111, 28, 0.3) !important;
}

#NavDrawer .social-icons__link svg,
#NavDrawer .social-icons__link .icon {
  width: 20px !important;
  height: 20px !important;
  fill: #fff !important;
}

/* Log in link - special treatment */
#NavDrawer .mobile-nav__link[href*="login"],
#NavDrawer .mobile-nav__link[href*="account"] {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Active state */
#NavDrawer .mobile-nav__item--active .mobile-nav__link {
  color: #FFD700 !important;
  font-weight: 800 !important;
}

/* Smooth drawer animation */
#NavDrawer {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/* ===== CK — Compact Mobile Footer (Side-by-Side Columns) ===== */

@media (max-width: 990px) {
  /* Much tighter spacing */
  .site-footer {
    padding: 24px 20px 16px !important;
  }
  
  /* Logo - smaller with less space below */
  .ck-footer-logo-col {
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  
  .ck-footer-logo {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto !important;
  }
  
  /* TWO COLUMNS SIDE-BY-SIDE */
  .ck-footer-menus-col .grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
    margin-bottom: 20px !important;
  }
  
  .ck-footer-menus-col .grid__item {
    width: 100% !important;
  }
  
  /* Menu titles - compact */
  .footer__title,
  .footer-block__heading {
    font-size: 10px !important;
    margin-bottom: 10px !important;
    letter-spacing: 1.5px !important;
    font-weight: 900 !important;
  }
  
  /* Menu links - tight spacing */
  .footer__list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .footer__list-item {
    margin-bottom: 6px !important;
  }
  
  .footer__list-item a {
    font-size: 13px !important;
    line-height: 1.4 !important;
    display: block !important;
    padding: 2px 0 !important;
  }
  
  /* Newsletter - more compact */
  .footer-block--newsletter {
    margin: 16px 0 !important;
    padding: 14px 16px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 10px !important;
  }
  
  .footer-block--newsletter .footer__title {
    font-size: 11px !important;
    margin-bottom: 8px !important;
  }
  
  .footer-block--newsletter p {
    font-size: 12px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
  }
  
  .footer-block--newsletter input[type="email"] {
    padding: 9px 12px !important;
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }
  
  .footer-block--newsletter button[type="submit"] {
    padding: 9px 18px !important;
    font-size: 11px !important;
  }
  
  /* Footer bottom - tighter */
  .footer__content-bottom {
    padding-top: 16px !important;
    margin-top: 12px !important;
  }
  
  .ck-footer-bottom {
    gap: 14px !important;
  }
  
  /* Copyright - smaller */
  .ck-footer-copyright {
    font-size: 10px !important;
    opacity: 0.7 !important;
    line-height: 1.5 !important;
  }
  
  /* Payment icons - compact */
  .ck-payment-icons img {
    max-width: 240px !important;
  }
  
  /* DMCA badge */
  .ck-dmca-badge {
    width: 60px !important;
  }
  
/* Force content to always show - FIXED */
@media (max-width: 990px) {
  /* Remove any collapsible behavior */
  .site-footer details {
    display: block !important;
  }
  
  .site-footer details[open],
  .site-footer details {
    all: initial !important;
    display: block !important;
    color: inherit !important;
    font-family: inherit !important;
  }
  
  .site-footer summary {
    display: none !important;
  }
  
  .site-footer details > *:not(summary) {
    display: block !important;
  }
  
  /* Force lists to show */
  .site-footer .footer__list,
  .site-footer .footer__list-wrap,
  .site-footer .collapsible-content,
  .site-footer .collapsible-content__inner {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transition: none !important;
  }
  
  /* Ensure links are visible */
  .site-footer .footer__list-item {
    display: block !important;
    visibility: visible !important;
  }
  
  .site-footer .footer__list-item a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Extra small screens - keep side by side but tighter */
@media (max-width: 480px) {
  .site-footer {
    padding: 20px 16px 14px !important;
  }
  
  .ck-footer-logo {
    width: 52px !important;
    height: 52px !important;
  }
  
  .ck-footer-menus-col .grid {
    gap: 24px !important;
  }
  
  .footer__list-item a {
    font-size: 12px !important;
  }
  
  .ck-payment-icons img {
    max-width: 220px !important;
  }
}
/* ===== CK — Mobile Footer (Compact, No Titles) ===== */

@media (max-width: 990px) {
  /* Tight overall spacing */
  .site-footer {
    padding: 20px 20px 16px !important;
  }
  
  /* Logo - compact */
  .ck-footer-logo-col {
    text-align: center !important;
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
  }
  
  .ck-footer-logo {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto !important;
  }
  
  /* HIDE titles completely */
  .site-footer .footer__title,
  .site-footer .footer-block__heading,
  .site-footer summary,
  .site-footer .collapsible-trigger {
    display: none !important;
  }
  
  /* Remove extra spacing */
  .ck-footer-main {
    margin-bottom: 20px !important;
    gap: 0 !important;
  }
  
  .ck-footer-menus-col {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* Two columns side-by-side */
  .ck-footer-menus-col .grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .ck-footer-menus-col .grid__item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* Lists - no spacing */
  .site-footer .footer__list,
  .site-footer .footer__list-wrap {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  
  /* Links - compact */
  .footer__list-item {
    margin-bottom: 6px !important;
  }
  
  .footer__list-item a {
    font-size: 13px !important;
    line-height: 1.4 !important;
    display: block !important;
    padding: 2px 0 !important;
  }
  
  /* Force content visible */
  .site-footer details {
    display: block !important;
  }
  
  .site-footer details[open],
  .site-footer details {
    all: initial !important;
    display: block !important;
    color: inherit !important;
    font-family: inherit !important;
  }
  
  .site-footer details > *:not(summary) {
    display: block !important;
  }
  
  .site-footer .footer__list,
  .site-footer .collapsible-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
  }
  
  /* Newsletter - compact */
  .footer-block--newsletter {
    margin: 12px 0 16px !important;
    padding: 14px 16px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 10px !important;
  }
  
  /* Hide dividers */
  .site-footer hr,
  .site-footer .footer__divider {
    display: none !important;
  }
  
  /* Footer bottom - tight */
  .footer__content-bottom {
    padding-top: 16px !important;
    margin-top: 12px !important;
  }
  
  .ck-footer-bottom {
    gap: 14px !important;
  }
  
  .ck-footer-copyright {
    font-size: 10px !important;
    opacity: 0.7 !important;
  }
  
  .ck-payment-icons img {
    max-width: 240px !important;
  }
  
  .ck-dmca-badge {
    width: 60px !important;
  }
}
/* ===== CK — Mobile Sale Page: Compact 2-Column Grid ===== */

@media (max-width: 768px) {
  /* Container padding to prevent cutoff */
  .template-collection .page-width,
  .template-collection .collection-grid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
  /* 2-column grid with proper spacing */
  .template-collection .grid--uniform {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Each product - compact */
  .template-collection .grid__item {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Product cards - smaller */
  .template-collection .card,
  .template-collection .product-card {
    max-width: 100% !important;
    padding: 8px !important;
  }
  
  /* Product images - smaller aspect ratio */
  .template-collection .card__media,
  .template-collection .grid-product__image-wrapper {
    padding-bottom: 120% !important; /* Taller ratio */
  }
  
  /* Product titles - smaller */
  .template-collection .grid-product__title,
  .template-collection .card__heading {
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
    padding: 0 4px !important;
  }
  
  /* Prices - smaller and tighter */
  .template-collection .grid-product__price,
  .template-collection .price {
    font-size: 14px !important;
    padding: 0 4px !important;
    margin-top: 4px !important;
  }
  
  .template-collection .price .price-item--regular {
    font-size: 11px !important;
  }
  
  /* Quick Add button - more compact */
  .template-collection .ck-quickadd {
    padding: 6px 10px !important;
    font-size: 11px !important;
    bottom: 6px !important;
    right: 6px !important;
  }
  
  /* Save badge - smaller */
  .template-collection .card__badge .badge {
    font-size: 10px !important;
    padding: 4px 8px !important;
    top: 6px !important;
    left: 6px !important;
  }
  
  /* Star ratings - compact */
  .template-collection .ck-rating {
    margin: 6px 0 !important;
    font-size: 11px !important;
  }
  
  .template-collection .ck-rating svg {
    width: 14px !important;
    height: 14px !important;
  }
  
  /* Hide "View all" buttons */
  .template-collection .collection-view-all,
  .template-collection .view-all-button,
  .template-collection [class*="view-all"] {
    display: none !important;
  }
  
  /* Section spacing */
  .template-collection .shopify-section {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
  }
  
  /* Section headers - tighter */
  .template-collection .section-header {
    margin-bottom: 16px !important;
    padding: 0 16px !important;
  }
  
  .template-collection .section-header__title {
    font-size: 28px !important;
    margin-bottom: 8px !important;
  }
}

/* Extra compact for very small screens */
@media (max-width: 375px) {
  .template-collection .page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  .template-collection .grid--uniform {
    gap: 10px !important;
  }
  
  .template-collection .card {
    padding: 6px !important;
  }
}
/* ===== CK — Homepage Featured Collection: Compact 2-Column (Mobile) ===== */

@media (max-width: 768px) {
  /* Target homepage featured collection */
  .template-index [data-section-type="featured-collection"] .page-width,
  #shopify-section-template__26293785376118__featured-collection .page-width {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
  /* 2-column grid */
  .template-index [data-section-type="featured-collection"] .grid--uniform,
  #shopify-section-template__26293785376118__featured-collection .grid--uniform {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Product items */
  .template-index [data-section-type="featured-collection"] .grid__item,
  #shopify-section-template__26293785376118__featured-collection .grid__item {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Product cards - compact */
  .template-index [data-section-type="featured-collection"] .card,
  .template-index [data-section-type="featured-collection"] .product-card {
    max-width: 100% !important;
    padding: 8px !important;
  }
  
  /* Images - compact */
  .template-index [data-section-type="featured-collection"] .card__media,
  .template-index [data-section-type="featured-collection"] .grid-product__image-wrapper {
    padding-bottom: 120% !important;
  }
  
  /* Titles - smaller */
  .template-index [data-section-type="featured-collection"] .grid-product__title,
  .template-index [data-section-type="featured-collection"] .card__heading {
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
    padding: 0 4px !important;
  }
  
  /* Prices - smaller */
  .template-index [data-section-type="featured-collection"] .grid-product__price,
  .template-index [data-section-type="featured-collection"] .price {
    font-size: 14px !important;
    padding: 0 4px !important;
    margin-top: 4px !important;
  }
  
  .template-index [data-section-type="featured-collection"] .price .price-item--regular {
    font-size: 11px !important;
  }
  
  /* Quick Add button - compact */
  .template-index [data-section-type="featured-collection"] .ck-quickadd {
    padding: 6px 10px !important;
    font-size: 11px !important;
    bottom: 6px !important;
    right: 6px !important;
  }
  
  /* Save badge - smaller */
  .template-index [data-section-type="featured-collection"] .card__badge .badge {
    font-size: 10px !important;
    padding: 4px 8px !important;
    top: 6px !important;
    left: 6px !important;
  }
  
  /* Star ratings */
  .template-index [data-section-type="featured-collection"] .ck-rating {
    margin: 6px 0 !important;
    font-size: 11px !important;
  }
  
  .template-index [data-section-type="featured-collection"] .ck-rating svg {
    width: 14px !important;
    height: 14px !important;
  }
  
  /* Section header - keep centered */
  .template-index [data-section-type="featured-collection"] .section-header {
    text-align: center !important;
    margin-bottom: 16px !important;
    padding: 0 16px !important;
  }
  
  .template-index [data-section-type="featured-collection"] .section-header__title {
    font-size: 32px !important;
    margin-bottom: 8px !important;
  }
  
  .template-index [data-section-type="featured-collection"] .ck-subtitle {
    font-size: 14px !important;
  }
}

/* Extra small screens */
@media (max-width: 375px) {
  .template-index [data-section-type="featured-collection"] .page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  .template-index [data-section-type="featured-collection"] .grid--uniform {
    gap: 10px !important;
  }
}
/* ===== CK — Hide Shipping Text ===== */

.product__policies,
.product__shipping-policy,
.product__policy-shipping,
.price__policies,
[class*="shipping-policy"] {
  display: none !important;
}

/* Keep tax text visible */
.product__tax-notice,
.price__tax-notice,
[class*="tax-notice"] {
  display: block !important;
}
/* ===== CK — Save Badge (STRONGER) ===== */

/* Force flex layout on price container */
.product-block--price,
div.product-block.product-block--price,
.product-single__meta .product-block--price {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

/* SAVE BADGE - Maximum specificity */
.ck-save-badge,
span.ck-save-badge,
.product-block--price .ck-save-badge,
.product-single__meta .ck-save-badge {
  background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%) !important;
  background-image: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%) !important;
  color: #ffffff !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.35) !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  border: 0 !important;
  margin-left: 8px !important;
  vertical-align: middle !important;
  animation: ck-pulse-save 2.5s ease-in-out infinite !important;
}

/* Pulse animation */
@keyframes ck-pulse-save {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.35);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgba(255, 107, 0, 0.55);
  }
}

/* Mobile adjustments */
@media (max-width: 749px) {
  .ck-save-badge,
  span.ck-save-badge {
    font-size: 11px !important;
    padding: 8px 14px !important;
    margin-left: 6px !important;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .ck-save-badge,
  span.ck-save-badge {
    font-size: 10px !important;
    padding: 6px 12px !important;
  }
}
/* ===== CK — NUCLEAR SAVE BADGE FIX (ULTIMATE OVERRIDE) ===== */

/* This uses "all: initial" to reset everything, then re-applies styles */
.product-block--price span.ck-save-badge,
.product-single__meta span.ck-save-badge,
span[class="ck-save-badge"],
*[class*="ck-save-badge"] {
  all: initial !important;
  
  /* Re-apply all styles with maximum specificity */
  display: inline-block !important;
  background: linear-gradient(135deg, #ff6b00, #ff8c00) !important;
  background-image: linear-gradient(135deg, #ff6b00, #ff8c00) !important;
  color: #ffffff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  letter-spacing: 0.8px !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.35) !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  border: 0 !important;
  margin: 0 0 0 8px !important;
  vertical-align: middle !important;
  position: relative !important;
  z-index: 1 !important;
  cursor: default !important;
  animation: ck-pulse-nuclear 2.5s ease-in-out infinite !important;
}

@keyframes ck-pulse-nuclear {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.35);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgba(255, 107, 0, 0.55);
  }
}

/* Mobile nuclear override */
@media (max-width: 749px) {
  .product-block--price span.ck-save-badge,
  span[class="ck-save-badge"] {
    font-size: 11px !important;
    padding: 8px 14px !important;
    margin-left: 6px !important;
  }
}

@media (max-width: 480px) {
  .product-block--price span.ck-save-badge,
  span[class="ck-save-badge"] {
    font-size: 10px !important;
    padding: 6px 12px !important;
  }
}

/* 2. REVIEW COUNT styling */
.ck-review-count {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

/* ===== CK — Product Card Star Ratings (Fresh Build) ===== */

/* Star rating display */
.ck-product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 8px 0;
  font-size: 13px;
  line-height: 1;
}

/* Force gold stars with maximum specificity */
.grid-product .grid-product__content .grid-product__meta .ck-product-rating .ck-stars,
.grid-product__meta .ck-product-rating .ck-stars,
.ck-product-rating .ck-stars,
.ck-stars {
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  color: #FFD700 !important;
  font-weight: 400 !important;
  -webkit-text-fill-color: #FFD700 !important;
  text-shadow: none !important;
}

.ck-rating-number {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 13px;
}

.ck-review-count {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 13px;
  margin-left: 2px;
}

/* Category colored borders on cards */
.grid-product__content[data-category="luts"] {
  border-top: 3px solid #FF6F1C !important;
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}

.grid-product__content[data-category="overlays"] {
  border-top: 3px solid #3B82F6 !important;
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}

.grid-product__content[data-category="sound"] {
  border-top: 3px solid #A855F7 !important;
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}

.grid-product__content[data-category="presets"] {
  border-top: 3px solid #10B981 !important;
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}

.grid-product__content[data-category="bundles"] {
  border-top: 3px solid #FFD700 !important;
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}

/* Category-specific hover glows - STRONGER + MULTIPLE SELECTORS */

/* BUNDLES - Gold */
.grid-product:hover .grid-product__content[data-category="bundles"],
.grid-product__link:hover ~ .grid-product__content[data-category="bundles"],
.grid-product__content[data-category="bundles"]:hover {
  box-shadow: 
    0 16px 40px rgba(255, 215, 0, 0.5),
    0 8px 24px rgba(255, 215, 0, 0.4),
    0 0 0 3px rgba(255, 215, 0, 0.5) !important;
  transform: translateY(-6px) !important;
  transition: all 0.3s ease !important;
}

/* LUTS - Orange */
.grid-product:hover .grid-product__content[data-category="luts"],
.grid-product__link:hover ~ .grid-product__content[data-category="luts"],
.grid-product__content[data-category="luts"]:hover {
  box-shadow: 
    0 16px 40px rgba(255, 111, 28, 0.5),
    0 8px 24px rgba(255, 111, 28, 0.4),
    0 0 0 3px rgba(255, 111, 28, 0.5) !important;
  transform: translateY(-6px) !important;
  transition: all 0.3s ease !important;
}

/* OVERLAYS - Blue */
.grid-product:hover .grid-product__content[data-category="overlays"],
.grid-product__link:hover ~ .grid-product__content[data-category="overlays"],
.grid-product__content[data-category="overlays"]:hover {
  box-shadow: 
    0 16px 40px rgba(59, 130, 246, 0.5),
    0 8px 24px rgba(59, 130, 246, 0.4),
    0 0 0 3px rgba(59, 130, 246, 0.5) !important;
  transform: translateY(-6px) !important;
  transition: all 0.3s ease !important;
}

/* SOUND - Purple */
.grid-product:hover .grid-product__content[data-category="sound"],
.grid-product__link:hover ~ .grid-product__content[data-category="sound"],
.grid-product__content[data-category="sound"]:hover {
  box-shadow: 
    0 16px 40px rgba(168, 85, 247, 0.5),
    0 8px 24px rgba(168, 85, 247, 0.4),
    0 0 0 3px rgba(168, 85, 247, 0.5) !important;
  transform: translateY(-6px) !important;
  transition: all 0.3s ease !important;
}

/* PRESETS - Green */
.grid-product:hover .grid-product__content[data-category="presets"],
.grid-product__link:hover ~ .grid-product__content[data-category="presets"],
.grid-product__content[data-category="presets"]:hover {
  box-shadow: 
    0 16px 40px rgba(16, 185, 129, 0.5),
    0 8px 24px rgba(16, 185, 129, 0.4),
    0 0 0 3px rgba(16, 185, 129, 0.5) !important;
  transform: translateY(-6px) !important;
  transition: all 0.3s ease !important;
}
/* ===== CK — Mobile Product Page (Competitor-Matched) ===== */

@media screen and (max-width: 768px) {
  
  /* Full-width product images on mobile */
  .product-single__sticky {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  
  /* Product info section full width */
  .grid__item.medium-up--one-half,
  .grid__item.medium-up--two-fifths,
  .grid__item.medium-up--three-fifths {
    width: 100% !important;
  }
  
  /* Better image styling */
  .product-single__photo {
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  
  /* Improved meta section spacing */
  .product-single__meta {
    padding: 0 16px !important;
  }
  
  /* Product title - matched to competitors */
  .product-single__title {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px !important;
  }
  
  /* Vendor text - minimal */
  .product-single__vendor {
    font-size: 12px !important;
    margin-bottom: 6px !important;
    opacity: 0.6 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }
  
  /* Rating stars - matched */
  .product-single__rating,
  [data-product-rating] {
    margin-bottom: 14px !important;
    font-size: 14px !important;
  }
  
  /* Price block spacing */
  .product-block--price {
    margin-bottom: 16px !important;
  }
  
  /* Main price - MATCHED TO COMPETITORS (24-26px) */
  .product__price {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: inline-block !important;
  }
  
  /* Compare at price - subtle and smaller */
  .product__price--compare {
    font-size: 16px !important;
    opacity: 0.5 !important;
    text-decoration: line-through !important;
    margin-right: 8px !important;
    display: inline-block !important;
    font-weight: 400 !important;
  }
  
  /* SAVE badge - matched to competitors (small!) */
  .ck-save-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #FF6F1C 0%, #FF8C42 100%) !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    padding: 4px 12px !important;
    border-radius: 14px !important;
    margin-left: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    vertical-align: middle !important;
  }
  
  /* Tax included text - smaller */
  .product__policies {
    font-size: 12px !important;
    opacity: 0.6 !important;
    margin-top: 6px !important;
  }
  
  /* Sale ends soon badge - matched */
  .product-single__badge,
  .product__badge {
    font-size: 13px !important;
    padding: 6px 0 !important;
    margin: 8px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  
  /* Download instantly badge - icons */
  .product-single__badge svg,
  .product__badge svg {
    width: 16px !important;
    height: 16px !important;
  }
  
  /* Add to Cart button - matched to competitors */
  .product-form__cart-submit,
  .btn--add-to-cart {
    font-size: 16px !important;
    padding: 16px 24px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    margin: 16px 0 !important;
    width: 100% !important;
    text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
  }
  
  /* Bundle & Save box - matched */
  .product-single__bundle,
  .product-block:has([class*="bundle"]) {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    padding: 16px !important;
    margin: 16px 0 !important;
  }
  
  .product-single__bundle h4,
  .product-single__bundle .h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
  }
  
  .product-single__bundle p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    opacity: 0.85 !important;
  }
  
  .product-single__bundle strong {
    color: #FF6F1C !important;
  }
  
  /* Software icons - matched size */
  .product-single__software-icons,
  [class*="software-icons"],
  [class*="compatible"] {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin: 16px 0 !important;
    justify-content: flex-start !important;
  }
  
  .product-single__software-icons img,
  [class*="software-icons"] img,
  [class*="compatible"] img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    padding: 4px !important;
  }
  
  /* Product blocks - tighter spacing */
  .product-block {
    margin-bottom: 14px !important;
  }
  
  /* Sales points - matched */
  .sales-points {
    margin: 16px 0 !important;
  }
  
  .sales-point {
    font-size: 13px !important;
    padding: 8px 0 !important;
    line-height: 1.5 !important;
  }
  
  .sales-point .icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
  }
  
  /* Description collapsible - matched */
  .collapsible-trigger {
    padding: 16px 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
  }
  
  .collapsible-content__inner {
    padding: 14px 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  
  .collapsible-content__inner p {
    margin-bottom: 12px !important;
  }
  
  .collapsible-content__inner ul {
    padding-left: 16px !important;
  }
  
  .collapsible-content__inner li {
    margin-bottom: 6px !important;
  }
  
  /* Remove excessive padding */
  .product-section .page-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .product-section .grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  /* Quantity selector - matched */
  .product__quantity {
    margin: 14px 0 !important;
  }
  
  .product__quantity label {
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    display: block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }
  
  /* Dynamic checkout buttons */
  .shopify-payment-button {
    margin-top: 8px !important;
  }
  
  .shopify-payment-button__button {
    border-radius: 8px !important;
  }
  
  /* Breadcrumbs - minimal */
  .breadcrumbs {
    font-size: 11px !important;
    padding: 10px 16px !important;
  }
}
/* ===== CK — Transparent Header on ALL Pages (FIXED FOR MOBILE) ===== */

/* ============================================
   DESKTOP & TABLET - Transparent Header
   ============================================ */

/* Target ALL header-related elements in Motion theme */
body:not(.template-cart):not(.template-checkout) .site-header,
body:not(.template-cart):not(.template-checkout) .site-header-wrapper,
body:not(.template-cart):not(.template-checkout) .header-wrapper,
body:not(.template-cart):not(.template-checkout) #HeaderWrapper,
body:not(.template-cart):not(.template-checkout) .shopify-section-header,
body:not(.template-cart):not(.template-checkout) #shopify-section-header,
body:not(.template-cart):not(.template-checkout) [data-section-type="header"],
body:not(.template-cart):not(.template-checkout) .header-section {
  background: transparent !important;
  background-color: transparent !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 100 !important;
  left: 0 !important;
}

/* Remove any inner backgrounds */
body:not(.template-cart):not(.template-checkout) .site-header__wrapper,
body:not(.template-cart):not(.template-checkout) .site-header .header__wrapper,
body:not(.template-cart):not(.template-checkout) .header__inner,
body:not(.template-cart):not(.template-checkout) .site-header > div,
body:not(.template-cart):not(.template-checkout) .site-header .page-width {
  background: transparent !important;
  background-color: transparent !important;
}

/* Dark gradient overlay for text readability */
body:not(.template-cart):not(.template-checkout) .site-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
  z-index: -1;
  pointer-events: none;
}

/* Keep header text white */
body:not(.template-cart):not(.template-checkout) .site-header a,
body:not(.template-cart):not(.template-checkout) .site-header button,
body:not(.template-cart):not(.template-checkout) .site-header span,
body:not(.template-cart):not(.template-checkout) .header__menu-item {
  color: #ffffff !important;
}

/* Make first section full-height behind header */
body:not(.template-cart):not(.template-checkout) #MainContent > .shopify-section:first-child,
body:not(.template-cart):not(.template-checkout) .main-content > .shopify-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* When scrolled - add background back */
body:not(.template-cart):not(.template-checkout) .site-header.scrolled {
  background: rgba(0,0,0,0.95) !important;
  position: fixed !important;
}

body:not(.template-cart):not(.template-checkout) .site-header.scrolled::before {
  display: none;
}


/* ============================================
   MOBILE - Transparent Header + Drawer Fix
   ============================================ */

@media screen and (max-width: 768px) {
  
  /* Force transparent header on mobile */
  body:not(.template-cart):not(.template-checkout) .site-header,
  body:not(.template-cart):not(.template-checkout) .header-wrapper,
  body:not(.template-cart):not(.template-checkout) #HeaderWrapper,
  body:not(.template-cart):not(.template-checkout) .shopify-section-header,
  body:not(.template-cart):not(.template-checkout) #shopify-section-header,
  body:not(.template-cart):not(.template-checkout) [data-section-type="header"] {
    background: transparent !important;
    background-color: transparent !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 100 !important;
    left: 0 !important;
  }
  
  /* Remove inner backgrounds on mobile */
  body:not(.template-cart):not(.template-checkout) .site-header__wrapper,
  body:not(.template-cart):not(.template-checkout) .site-header .header__wrapper,
  body:not(.template-cart):not(.template-checkout) .header__inner,
  body:not(.template-cart):not(.template-checkout) .site-header > div,
  body:not(.template-cart):not(.template-checkout) .site-header .page-width,
  body:not(.template-cart):not(.template-checkout) .header-layout {
    background: transparent !important;
    background-color: transparent !important;
  }
  
  /* Mobile gradient overlay - shorter */
  body:not(.template-cart):not(.template-checkout) .site-header::before {
    height: 120px !important;
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%) !important;
  }
  
  /* White text/icons on mobile */
  body:not(.template-cart):not(.template-checkout) .site-header a,
  body:not(.template-cart):not(.template-checkout) .site-header button,
  body:not(.template-cart):not(.template-checkout) .site-header span,
  body:not(.template-cart):not(.template-checkout) .site-header .icon,
  body:not(.template-cart):not(.template-checkout) .site-header svg,
  body:not(.template-cart):not(.template-checkout) .site-nav__link {
    color: #ffffff !important;
  }
  
  /* White SVG strokes */
  body:not(.template-cart):not(.template-checkout) .site-header svg path,
  body:not(.template-cart):not(.template-checkout) .site-header svg line {
    stroke: #ffffff !important;
  }
  
  /* Scrolled state on mobile */
  body:not(.template-cart):not(.template-checkout) .site-header.scrolled {
    background: rgba(0, 0, 0, 0.95) !important;
    position: fixed !important;
  }
  
  body:not(.template-cart):not(.template-checkout) .site-header.scrolled::before {
    display: none !important;
  }
}


/* ============================================
   MOBILE DRAWER MENU - Transparent Background
   ============================================ */

/* Fix the drawer menu itself */
.drawer,
.drawer-menu,
#NavDrawer,
.mobile-nav-wrapper,
.drawer__inner,
.drawer__content {
  background: rgba(0, 0, 0, 0.98) !important;
  background-color: rgba(0, 0, 0, 0.98) !important;
}

/* Drawer header transparent */
.drawer__header,
.drawer-menu__header,
.mobile-nav__header {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Remove any conflicting backgrounds in drawer */
.drawer *[class*="header"],
.drawer-menu *[class*="header"] {
  background: transparent !important;
}

/* Drawer text white */
.drawer,
.drawer-menu,
#NavDrawer {
  color: #ffffff !important;
}

.drawer a,
.drawer-menu a,
.drawer button,
.drawer span,
.mobile-nav__link {
  color: #ffffff !important;
}

/* Drawer close button */
.drawer__close,
.js-drawer-close {
  color: #ffffff !important;
}

.drawer__close svg,
.js-drawer-close svg {
  stroke: #ffffff !important;
}
/* Mobile drawer header transparent */
@media (max-width: 768px) {
  #NavDrawer .drawer__header {
    background: transparent !important;
  }
}
/* === CK — Mobile header + announcement bar fix === */
@media (max-width: 768px){
  /* Let the header participate in layout (no overlap) */
  #HeaderWrapper,
  .header-wrapper {
    position: relative !important;
    z-index: 100 !important; /* above content, below drawers */
  }

  /* Put the header AFTER the announcement bar and keep it sticky */
  #shopify-section-header .site-header,
  .site-header {
    position: sticky !important;
    top: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    backdrop-filter: none !important; /* glass only when scrolled on desktop */
    -webkit-backdrop-filter: none !important;
  }

  /* Push the header down so it sits under the tall announcement bar */
  /* If you keep the current tall mobile bar, 220px is safe; we’ll set this dynamically in step 2 */
  #shopify-section-header {
    margin-top: var(--ck-announce-h, 220px) !important;
  }

  /* We earlier removed global negative margin on mobile — keep content natural */
  .main-content,
  #MainContent {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
#NavDrawer {
  z-index: 10000 !important;
}

.site-header {
  z-index: 100 !important;
}

@media (max-width: 768px) {
  /* Cleaner spacing for mobile menu */
  #NavDrawer .mobile-nav__link {
    padding: 22px 24px !important;
    font-size: 17px !important;
  }
  
  #NavDrawer .drawer__header {
    padding: 24px !important;
  }
}
/* ===== CK — Gap Below Announcement Bar ===== */
#shopify-section-announcement-bar {
  margin-bottom: 16px !important;
}