/** Shopify CDN: Minification failed

Line 17:7 Expected identifier but found whitespace
Line 17:9 Unexpected "{"
Line 17:19 Expected ":"
Line 18:9 Expected identifier but found whitespace
Line 18:11 Unexpected "{"
Line 18:21 Expected ":"
Line 19:10 Expected identifier but found whitespace
Line 19:12 Unexpected "{"
Line 19:22 Expected ":"
Line 20:11 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
:root{
  --bg: {{ settings.background_color | default: '#050505' }};
  --text: {{ settings.text_color | default: '#ffffff' }};
  --muted: {{ settings.muted_color | default: '#9c9c9c' }};
  --accent: {{ settings.accent_color | default: '#00ff84' }};
  --border:#2c2c2c;
  --card:#090909;
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:#050505;color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  letter-spacing:.02em;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.page-width{width:min(1180px,calc(100% - 32px));margin:0 auto}
.page-narrow{width:min(760px,calc(100% - 32px))}
.announcement{background:#000;border-bottom:1px solid #1b1b1b;font-size:12px;font-weight:800;letter-spacing:.08em}
.announcement__inner{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:38px}
.announcement__live{color:#00ff84;display:flex;align-items:center;gap:8px}
.dot{width:7px;height:7px;background:#00ff84;border-radius:50%;box-shadow:0 0 12px #00ff84}
.site-header{position:sticky;top:0;z-index:20;background:rgba(5,5,5,.9);backdrop-filter:blur(16px);border-bottom:1px solid #171717}
.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 80px;
}

.brand {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}

.header-actions {
  grid-column: 3;
  justify-self: end;
}
.site-header__inner{min-height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.brand__text{font-size:20px;font-weight:900;letter-spacing:.08em}
.brand__logo{max-height:42px;width:auto}
.nav{display:flex;gap:22px;font-size:13px;font-weight:700}
.header-actions{justify-self:end;font-size:13px;font-weight:800}
.hero{padding:84px 0 56px;text-align:center;overflow:hidden}
.hero__inner{position:relative}
.hero__inner:before{
  content:"";position:absolute;left:50%;top:20px;transform:translateX(-50%);
  width:540px;height:260px;border-radius:50%;background:rgba(0,255,132,.12);
  filter:blur(70px);pointer-events:none
}
.eyebrow{position:relative;color:#00ff84;font-size:12px;font-weight:900;letter-spacing:.22em;margin:0 0 14px}
h1,h2,h3{font-family:"Arial Narrow",Arial,Helvetica,sans-serif;text-transform:uppercase;margin-top:0}
h1{position:relative;font-size:clamp(42px,8vw,94px);line-height:.88;letter-spacing:-.045em;max-width:920px;margin:0 auto 22px}
.hero__sub{position:relative;max-width:650px;margin:0 auto 28px;color:#a9a9a9;font-size:17px;line-height:1.6}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 28px;border:1px solid #f4f4f4;border-radius:999px;
  background:transparent;color:#fff;font-weight:800;letter-spacing:.1em;font-size:13px;
  transition:.2s ease;cursor:pointer
}
.btn:hover{transform:translateY(-2px);background:#fff;color:#000}
.btn--neon{border-color:#00ff84;box-shadow:0 0 0 1px rgba(0,255,132,.2),0 0 28px rgba(0,255,132,.18)}
.btn--neon:hover{background:#00ff84;color:#000;box-shadow:0 0 42px rgba(0,255,132,.35)}
.btn--full{width:100%}
.section{padding:58px 0}
.section-heading{text-align:center;margin-bottom:30px}
.section-heading h2,.section-heading h1{font-size:clamp(30px,5vw,58px);line-height:.95;margin-bottom:10px}
.section-heading p{color:#8d8d8d;margin:0}
.offer-grid,.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.offer-card{
  position:relative;background:#050505;border:1px solid #383838;border-radius:28px;overflow:visible;
}
.offer-card--featured{
  border-color:#00ff84;
  box-shadow:0 0 0 1px rgba(0,255,132,.4),0 0 40px rgba(0,255,132,.22)
}
.offer-badge{
  position:absolute;z-index:4;left:50%;top:-14px;transform:translateX(-50%);
  background:#00ff84;color:#001b0e;font-size:12px;font-weight:900;padding:8px 18px;border-radius:999px;
  letter-spacing:.08em
}
.offer-art{aspect-ratio:1/1;overflow:hidden;border-radius:27px 27px 0 0;background:#080808}
.offer-art img{width:100%;height:100%;object-fit:cover}
.offer-art__placeholder{
  width:100%;height:100%;display:flex;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 20% 30%,rgba(255,255,255,.10) 0 1px,transparent 2px),
    radial-gradient(circle at 80% 60%,rgba(255,255,255,.12) 0 1px,transparent 2px),
    radial-gradient(circle at 40% 80%,rgba(0,255,132,.18),transparent 38%),
    linear-gradient(160deg,#121212,#020202);
  background-size:37px 37px,53px 53px,100% 100%,100% 100%;
  color:#fff;font-size:clamp(26px,5vw,58px);font-weight:900;text-align:center;padding:30px;
  text-shadow:0 0 22px rgba(255,255,255,.16)
}
.offer-card__body{padding:28px;text-align:center}
.offer-card__body h3{font-size:clamp(24px,4vw,42px);line-height:1;margin-bottom:12px}
.offer-card__body p{color:#8e8e8e;line-height:1.6;max-width:420px;margin:0 auto 20px}
.price-row{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 0 20px}
.price-row s{color:#6f6f6f;font-size:18px}
.price-row strong{font-size:26px}
.product-card{background:#080808;border:1px solid #272727;border-radius:22px;overflow:hidden}
.product-card__media{display:block;aspect-ratio:1/1;background:#0d0d0d;overflow:hidden}
.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.25s ease}
.product-card:hover .product-card__media img{transform:scale(1.025)}
.product-card__body{padding:18px}
.product-card__body h3{font-size:18px;margin:0 0 12px}
.product-card__price{display:flex;gap:10px;align-items:center;margin-bottom:16px}
.product-card__price s{color:#6d6d6d}
.placeholder{display:flex;align-items:center;justify-content:center;color:#666;font-weight:900}
.trust{border-top:1px solid #181818}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.trust-grid div{padding:20px;border:1px solid #262626;border-radius:18px;text-align:center;font-size:12px;font-weight:900;letter-spacing:.08em}
.site-footer{border-top:1px solid #1c1c1c;padding:44px 0 60px;color:#888}
.site-footer__inner{display:flex;justify-content:space-between;gap:30px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.product{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:start}
.product__media img{border-radius:24px}
.product__info{position:sticky;top:110px}
.product__info h1{font-size:clamp(40px,6vw,72px);margin:0 0 18px;text-align:left}
.product__price{display:flex;gap:12px;align-items:center;font-size:24px;margin-bottom:24px}
.rte{color:#a0a0a0;line-height:1.7}
.product form{display:grid;gap:12px;margin-top:28px}
.product input,.product select{
  width:100%;background:#0a0a0a;color:#fff;border:1px solid #333;border-radius:14px;padding:14px
}
.cart-list{display:grid;gap:12px;margin-bottom:24px}
.cart-row{display:grid;grid-template-columns:1fr 100px auto;align-items:center;gap:20px;padding:18px;border:1px solid #262626;border-radius:16px}
.cart-row input{background:#0a0a0a;color:#fff;border:1px solid #333;border-radius:10px;padding:10px}
.cart-total{text-align:right;font-size:24px;margin-bottom:18px}
.pagination{text-align:center;margin-top:30px}

@media(max-width: 760px){
  .page-width{width:min(100% - 20px,1180px)}
  .announcement__inner{font-size:10px}
  .site-header__inner{grid-template-columns:1fr auto}
  .nav{display:none}
  .hero{padding:56px 0 30px}
  h1{font-size:48px}
  .hero__sub{font-size:15px}
  .offer-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .offer-card{border-radius:20px}
  .offer-art{aspect-ratio:1/1;border-radius:19px 19px 0 0}
  .offer-card__body{padding:16px 12px 18px}
  .offer-card__body h3{font-size:22px}
  .offer-card__body p{font-size:12px;line-height:1.45;display:none}
  .price-row{gap:8px}
  .price-row s{font-size:13px}
  .price-row strong{font-size:18px}
  .offer-card .btn{min-height:46px;width:100%;padding:0 12px}
  .offer-badge{font-size:10px;padding:7px 13px;top:-12px}
  .section{padding:40px 0}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .site-footer__inner{flex-direction:column}
  .product{grid-template-columns:1fr;gap:26px}
  .product__info{position:static}
  .product-card__body{padding:12px}
  .product-card__body h3{font-size:15px}
  .product-card .btn{width:100%;min-height:44px;padding:0 10px}
}
