/** Shopify CDN: Minification failed

Line 9:1 Unexpected "repeat("
Line 9:139 Unexpected "}"
Line 96:0 Comments in CSS use "/* ... */" instead of "//"
Line 347:8 Expected ":"

**/
 repeat(4,1fr); } .category-grid { grid-template-columns: repeat(4,1fr) !important; } .footer-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 768px)  { .apple-grid { grid-template-columns: repeat(3,1fr); } .category-grid { grid-template-columns: repeat(3,1fr) !important; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px)  { .apple-grid { grid-template-columns: repeat(2,1fr); } .category-grid { grid-template-columns: repeat(2,1fr) !important; } }

/* ========= POLICY PAGES ========= */
.policy-page__wrap { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }
.policy-page__sidebar { position: sticky; top: calc(var(--header-h) + 20px); background: var(--bg-secondary); border-radius: var(--radius); border: 1.5px solid var(--border); padding: 24px; }
.policy-sidebar__title { font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; color: var(--text-light); margin-bottom: 14px; }
.policy-sidebar__links { margin-bottom: 28px; }
.policy-sidebar__links li { margin-bottom: 6px; }
.policy-sidebar__links a { font-size: 14px; color: var(--text-muted); padding: 7px 10px; border-radius: var(--radius-sm); display: block; transition: all var(--transition); }
.policy-sidebar__links a:hover { background: var(--primary-light); color: var(--primary); }
.policy-sidebar__contact h4 { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.policy-sidebar__contact p { font-size: 13px; color: var(--text-muted); margin-bottom: 6px; line-height: 1.5; }
.policy-sidebar__contact a { color: var(--primary); }
.policy-sidebar__contact a:hover { text-decoration: underline; }
.policy-page__title { font-size: 32px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.policy-page__updated { font-size: 13px; color: var(--text-light); margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1.5px solid var(--border); }
.policy-page__body { max-width: 760px; }
.rte h2 { font-size: 20px; font-weight: 700; color: var(--text); margin: 32px 0 12px; }
.rte h3 { font-size: 16px; font-weight: 600; color: var(--text); margin: 24px 0 10px; }
.rte p { font-size: 15px; line-height: 1.8; color: var(--text-muted); margin-bottom: 16px; }
.rte ul, .rte ol { padding-left: 20px; margin-bottom: 16px; }
.rte li { font-size: 15px; line-height: 1.8; color: var(--text-muted); margin-bottom: 6px; }
.rte ul li { list-style: disc; }
.rte ol li { list-style: decimal; }
.rte a { color: var(--primary); text-decoration: underline; }
.rte strong { font-weight: 600; color: var(--text); }
.rte hr { border: none; border-top: 1.5px solid var(--border); margin: 28px 0; }
.rte blockquote { border-left: 3px solid var(--primary); padding: 12px 20px; background: var(--bg-secondary); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 20px 0; }
.footer-social { display: flex; gap: 10px; }
.footer-social__link { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); transition: all var(--transition); }
.footer-social__link:hover { background: var(--primary); color: #fff; }
@media (max-width: 900px) { .policy-page__wrap { grid-template-columns: 1fr; } .policy-page__sidebar { position: static; } }

/* ========= UPDATED PROMO BANNER ========= */
.promo-banner__inner { border-radius: 18px; padding: 48px 52px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.promo-banner__eyebrow { display: inline-block; font-size: 13px; font-weight: 600; color: #6db3f5; letter-spacing: .5px; margin-bottom: 12px; }
.promo-banner__heading { font-size: 30px; font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 14px; }
.promo-banner__sub { font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.7; margin-bottom: 20px; max-width: 440px; }
.promo-banner__perks { display: flex; flex-direction: column; gap: 7px; }
.promo-perk { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.85); }
.promo-banner__badges { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }
.promo-badge-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 14px 20px; display: flex; align-items: center; gap: 14px; min-width: 220px; transition: background var(--transition); }
.promo-badge-card:hover { background: rgba(255,255,255,.12); }
.promo-badge-card__icon { font-size: 24px; flex-shrink: 0; }
.promo-badge-card__title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.promo-badge-card__sub { font-size: 12px; color: rgba(255,255,255,.55); }
@media (max-width: 900px) { .promo-banner__inner { flex-direction: column; text-align: center; padding: 36px 28px; } .promo-banner__badges { flex-direction: row; flex-wrap: wrap; justify-content: center; } .promo-banner__perks { align-items: center; } .promo-banner__sub { max-width: 100%; } }
@media (max-width: 480px) { .promo-badge-card { min-width: 160px; } }

/* ========= CONTACT PAGE ========= */
.contact-hero { text-align: center; margin-bottom: 40px; }
.contact-hero__title { font-size: 36px; font-weight: 800; margin-bottom: 10px; }
.contact-hero__sub { font-size: 16px; color: var(--text-muted); max-width: 500px; margin: 0 auto; }
.contact-layout { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.contact-main { background: var(--bg); border-radius: var(--radius); border: 1.5px solid var(--border); overflow: hidden; }
.contact-tabs { display: flex; gap: 4px; padding: 12px; background: var(--bg-secondary); border-bottom: 1.5px solid var(--border); }
.ctab { flex: 1; padding: 10px 12px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; cursor: pointer; border: none; background: transparent; color: var(--text-muted); font-family: var(--font-body); transition: all var(--transition); }
.ctab.active { background: var(--bg); color: var(--text); box-shadow: 0 1px 4px rgba(0,0,0,.1); }
.contact-panel { display: none; padding: 24px; }
.contact-panel.active { display: block; }
.contact-info-box { background: var(--primary-light); border: 1px solid rgba(26,111,196,.2); border-radius: var(--radius-sm); padding: 12px 16px; font-size: 13px; color: var(--primary-dark); margin-bottom: 18px; line-height: 1.6; }
.contact-warn-box { background: #fef3c7; border: 1px solid rgba(217,119,6,.2); border-radius: var(--radius-sm); padding: 12px 16px; font-size: 13px; color: #92400e; margin-bottom: 18px; line-height: 1.6; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.fgroup { margin-bottom: 14px; }
.fgroup label { display: block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .8px; color: var(--text-muted); margin-bottom: 6px; }
.fgroup input, .fgroup select, .fgroup textarea { width: 100%; padding: 11px 14px; border: 1.5px solid rgba(0,0,0,.15); border-radius: var(--radius-sm); font-size: 14px; font-family: var(--font-body); color: var(--text); background: var(--bg); outline: none; transition: border-color var(--transition); }
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus { border-color: var(--primary); }
.fgroup textarea { resize: vertical; min-height: 100px; line-height: 1.6; }
.fgroup select { appearance: none; cursor: pointer; }
.form-hint { font-size: 11px; color: var(--text-light); margin-top: 4px; }
.contact-sidebar { display: flex; flex-direction: column; gap: 16px; }
.contact-info-card { background: var(--bg); border-radius: var(--radius); border: 1.5px solid var(--border); overflow: hidden; }
.cinfo-item { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.cinfo-item:last-child { border-bottom: none; }
.cinfo-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.cinfo-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: var(--text-light); margin-bottom: 2px; }
.cinfo-value { font-size: 13px; font-weight: 500; color: var(--text); line-height: 1.5; }
.cinfo-value a { color: var(--primary); }
.contact-hours-card { background: var(--bg); border-radius: var(--radius); border: 1.5px solid var(--border); padding: 18px; }
.contact-hours-title { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: var(--text-light); margin-bottom: 14px; }
.chour { display: flex; justify-content: space-between; font-size: 13px; color: var(--text-muted); padding: 6px 0; border-bottom: 1px solid var(--border); }
.chour:last-child { border-bottom: none; }
.contact-map-btn { display: block; text-align: center; background: var(--dark); color: #fff; padding: 13px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; transition: background var(--transition); }
.contact-map-btn:hover { background: var(--primary); }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } .form-row-2 { grid-template-columns: 1fr; } }
//* ============================================
   DARK THEME — SMOOTH & SEXY v2 🌑✨
   ============================================ */

:root {
  --bg-primary: #0a0e1a;
  --bg-secondary: #0f1424;
  --bg-card: rgba(26, 34, 54, 0.6);
  --bg-card-solid: #1a2236;
  --bg-elevated: #232c44;
  --text-primary: #ffffff;
  --text-secondary: #b8c1d6;
  --text-muted: #7a85a3;
  --accent: #00d4ff;
  --accent-hover: #33dfff;
  --accent-glow: rgba(0, 212, 255, 0.4);
  --accent-soft: rgba(0, 212, 255, 0.1);
  --purple-glow: rgba(120, 80, 255, 0.15);
  --border: rgba(255, 255, 255, 0.06);
  --border-hover: rgba(0, 212, 255, 0.4);
  --sale: #ff4d6d;
  --success: #00e676;
}

/* SMOOTH GRADIENT BACKGROUND */
body {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 212, 255, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 100% 50%, rgba(120, 80, 255, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(0, 212, 255, 0.05) 0%, transparent 60%),
    linear-gradient(180deg, #0a0e1a 0%, #0f1424 50%, #0a0e1a 100%) !important;
  background-attachment: fixed !important;
  color: var(--text-primary) !important;
  min-height: 100vh;
}

/* HEADER - smoother glass */
header, .header, .site-header {
  background: rgba(10, 14, 26, 0.7) !important;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--border) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

/* TEXT COLORS */
h1, h2, h3, h4, h5, h6, p, span, label, li {
  color: var(--text-primary);
}

a {
  color: var(--text-primary);
  transition: color 0.25s ease;
  text-decoration: none;
}

a:hover {
  color: var(--accent);
}

nav a, .nav a, header a {
  color: var(--text-primary) !important;
}

nav a:hover, .nav a:hover, header a:hover {
  color: var(--accent) !important;
}

/* SECTION SPACING & CENTERING */
section,
.section-padding,
main > div,
main > section {
  padding: 60px 20px;
  position: relative;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* SECTION HEADERS - centered & glowing */
h2, .section-title,
.collection-page__title,
[class*="title"]:not(.product-card__name) {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.section-subtitle,
.section-desc,
p[class*="desc"] {
  text-align: center;
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 40px;
}

/* CATEGORY ICON BOXES - dark themed */
.category-card,
[class*="category"] > a,
.category-grid > * {
  background: var(--bg-card) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--border) !important;
  border-radius: 20px !important;
  padding: 24px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.category-card:hover,
[class*="category"] > a:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover) !important;
  box-shadow: 0 12px 40px var(--accent-glow);
  background: rgba(26, 34, 54, 0.8) !important;
}

.category-card span,
.category-card p,
[class*="category"] span {
  color: var(--text-primary) !important;
  font-weight: 600;
}

/* APPLE PRODUCT CIRCULAR ICONS */
[class*="apple"] .category-card,
[class*="apple-product"] {
  background: var(--bg-card) !important;
  border: 1px solid var(--border) !important;
}

/* ICONS INSIDE CATEGORY CARDS */
.category-card svg,
[class*="category"] svg,
[class*="icon"] svg {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.category-card:hover svg,
[class*="category"] > a:hover svg {
  filter: brightness(0) saturate(100%) invert(67%) sepia(94%) saturate(2200%) hue-rotate(155deg);
  opacity: 1;
}

/* PRODUCT CARDS */
.product-card {
  background: var(--bg-card) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 40px var(--accent-glow);
  border-color: var(--border-hover);
}

.product-card__image-wrap {
  background: var(--bg-elevated);
  position: relative;
  overflow: hidden;
}

.product-card__img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-card__img {
  transform: scale(1.06);
}

.product-card__placeholder-img {
  background: linear-gradient(135deg, #1a2236 0%, #232c44 100%);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.product-card__info {
  padding: 18px;
}

.product-card__brand {
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}

.product-card__name {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 12px 0;
}

.product-card__name a {
  color: var(--text-primary);
}

.product-card__name a:hover {
  color: var(--accent);
}

.product-card__price {
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 20px var(--accent-glow);
}

.product-card__price--compare {
  color: var(--text-muted);
  text-decoration: line-through;
  font-size: 14px;
  text-shadow: none;
  margin-left: 8px;
  font-weight: 400;
}

/* BADGES */
.product-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 10px;
  font-w