@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Outfit:wght@400;600;700;900&display=swap";:root{--neon-orange:#ff5a36;--neon-red:#b52603;--neon-ink:#271814;--neon-cream:#fff8f6;--neon-soft:#ffe9e5;--neon-line:#e3beb6}.neon-page,.neon-header,.neon-footer,.neon-mobile-nav{font-family:Inter,sans-serif;color:var(--neon-ink)}.neon-page *,.neon-header *,.neon-footer *,.neon-mobile-nav *{box-sizing:border-box}.neon-wrap{width:min(1180px,calc(100% - 32px));margin-inline:auto}.neon-header{position:relative;z-index:20;background:#fff8f6f5}.neon-header__top{min-height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.neon-logo{display:flex;align-items:center;gap:7px;color:var(--neon-ink);font-family:Outfit,sans-serif;font-size:28px;font-weight:800;text-decoration:none;letter-spacing:-1px}.neon-logo b,.neon-logo__mark{color:var(--neon-orange)}.neon-logo__mark{font-size:48px;line-height:.6;font-weight:900;letter-spacing:-12px;transform:translate(-5px)}.neon-logo--image{display:block;width:310px;height:76px;overflow:hidden}.neon-logo--image img{display:block;width:100%;height:100%;object-fit:contain}.neon-header__actions{justify-self:end;display:flex;gap:16px}.neon-icon-link{position:relative;display:grid;width:35px;height:35px;place-items:center;color:var(--neon-ink)}.neon-icon-link svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}.neon-cart-link span{position:absolute;right:-4px;top:-4px;display:grid;width:17px;height:17px;place-items:center;border-radius:50%;background:var(--neon-orange);color:#fff;font-size:10px;font-weight:800}.neon-nav{display:flex;justify-content:center;gap:34px;padding:2px 16px 16px}.neon-nav a{color:#5b5453;text-decoration:none;font-size:14px}.neon-nav a:hover{color:var(--neon-red)}.neon-ticker{overflow:hidden;background:#241d15;color:#fff}.neon-ticker>div{display:flex;width:max-content;animation:neonTicker 20s linear infinite}.neon-ticker span{min-width:330px;padding:4px 28px;text-align:center;font-size:11px;font-weight:800;letter-spacing:.8px}.neon-ticker b{color:var(--neon-orange)}@keyframes neonTicker{to{transform:translate(-50%)}}.neon-hero{position:relative;overflow:hidden;min-height:620px;background:var(--neon-ink);color:#fff}.neon-glow{position:absolute;right:-80px;top:-80px;width:420px;height:420px;border-radius:50%;background:#ff5a3633;filter:blur(95px)}.neon-hero__inner{position:relative;min-height:620px;display:flex;align-items:center}.neon-hero__content{width:min(660px,100%);padding:65px 0}.neon-eyebrow{display:flex;align-items:center;gap:12px;color:var(--neon-orange);font-size:12px;font-weight:800;letter-spacing:3px}.neon-eyebrow i{display:block;width:48px;height:2px;background:var(--neon-orange)}.neon-hero h1{margin:22px 0 20px;color:#fff;font-family:Outfit,sans-serif;font-size:clamp(44px,6vw,75px);line-height:1.02;font-weight:700;letter-spacing:-2px}.neon-hero h1 em{color:var(--neon-orange);font-style:italic;font-weight:900}.neon-hero p{max-width:620px;margin:0 0 28px;color:#f9dcd6;font-size:17px;line-height:1.65}.neon-primary-button{display:inline-flex;min-height:58px;align-items:center;justify-content:space-between;gap:45px;padding:15px 25px;border:0;border-radius:9px;background:var(--neon-orange);color:var(--neon-ink);font:800 16px Inter,sans-serif;text-decoration:none;cursor:pointer;transition:.2s}.neon-primary-button:hover{background:#ff7558;transform:translateY(-2px)}.neon-double-arrow{margin:12px 0 0 80px;color:var(--neon-orange);font-size:88px;font-weight:900;line-height:.8;letter-spacing:-12px}.neon-speed-card{position:absolute;right:0;bottom:38px;display:flex;align-items:center;gap:13px;padding:14px 18px;border:1px solid rgba(255,255,255,.15);border-radius:13px;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.neon-speed-card__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--neon-orange)}.neon-speed-card small,.neon-speed-card strong{display:block}.neon-speed-card small{color:#d8c3bf;font-size:9px}.neon-speed-card strong{color:#fff;font-size:16px}.neon-product-section{padding:80px 0;background:#fff}.neon-product-list{display:grid;gap:28px}.neon-product-list--two{grid-template-columns:repeat(2,minmax(0,1fr))}.neon-product-list--two .neon-product-card{grid-template-columns:1fr;grid-template-rows:390px 1fr;height:100%}.neon-product-list--two .neon-product-card__media,.neon-product-list--two .neon-product-card__image{min-height:0;height:390px}.neon-product-list--two .neon-product-card__content{padding:32px}.neon-product-list--two .neon-product-card h3{font-size:clamp(27px,3vw,38px)}.neon-section-title>span{color:var(--neon-red);font-size:11px;font-weight:800;letter-spacing:2px}.neon-section-title h2{margin:7px 0 30px;font-family:Outfit,sans-serif;font-size:clamp(32px,4vw,48px)}.neon-product-card{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border:1px solid var(--neon-line);border-radius:18px;background:var(--neon-cream)}.neon-product-card__media{position:relative;min-height:510px;background:var(--neon-soft)}.neon-product-card__image{display:block;width:100%;height:100%;min-height:510px;object-fit:cover}.neon-badge{position:absolute;left:18px;top:18px;padding:7px 14px;border-radius:30px;background:var(--neon-orange);color:var(--neon-ink);font-size:10px;font-weight:900}.neon-product-card__content{display:flex;flex-direction:column;justify-content:center;padding:48px}.neon-product-card__kicker{margin:0 0 10px!important;color:var(--neon-red)!important;font-size:11px!important;font-weight:800;letter-spacing:2px}.neon-product-card h3{margin:0 0 17px;font:700 clamp(29px,3.5vw,44px)/1.1 Outfit,sans-serif}.neon-product-card h3 a{color:inherit;text-decoration:none}.neon-price{display:flex;align-items:center;gap:15px;margin-bottom:18px}.neon-price strong{color:var(--neon-red);font-size:26px}.neon-price s{color:#8f7069;font-size:16px}.neon-product-card__description{margin:0 0 24px;color:#5b403a;line-height:1.65}.neon-product-form{margin:0 0 14px}.neon-primary-button--wide{width:100%}.neon-primary-button:disabled{opacity:.55;cursor:not-allowed}.neon-detail-link{color:var(--neon-red);font-weight:700;text-align:center}.neon-buy-now-link{display:flex;min-height:48px;align-items:center;justify-content:center;gap:12px;margin:0 0 14px;border-radius:7px;background:#050505;color:#fff!important;font-weight:800;text-decoration:none;box-shadow:0 2px 4px #00000040}.neon-product-empty{padding:50px;border:2px dashed var(--neon-line);border-radius:15px;text-align:center}.neon-product-empty--editor{display:none}.shopify-design-mode .neon-product-empty--editor{display:block}.neon-essence{padding:80px 0;background:var(--neon-cream)}.neon-essence__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.neon-essence article{min-height:300px;padding:38px;border-radius:18px}.neon-essence__light{border:1px solid var(--neon-line);background:var(--neon-soft)}.neon-essence__light span{display:inline-block;padding:7px 13px;border-radius:30px;background:var(--neon-red);color:#fff;font-size:10px;font-weight:800}.neon-essence__light p{margin-top:45px;color:#5b403a;font-size:17px;line-height:1.7}.neon-essence__dark{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--neon-ink);color:#fff;text-align:center}.neon-essence__dark .neon-double-arrow{margin:0}.neon-essence__dark h3{margin:12px 0;color:#fff!important;font:600 25px Outfit,sans-serif}.neon-essence__dark p{max-width:480px;color:#f9dcd6;line-height:1.6}.neon-essence__dark i{width:8px;height:8px;border-radius:50%;background:var(--neon-orange)}.neon-footer{padding-top:56px;background:var(--neon-ink);color:#fff}.neon-footer__grid{display:grid;grid-template-columns:1.4fr 1fr;gap:50px;padding-bottom:45px}.neon-logo--footer{width:300px;height:74px;margin-bottom:14px;border-radius:10px;background:var(--neon-cream)}.neon-footer p,.neon-footer a{color:#d9c9c6;line-height:1.65;text-decoration:none}.neon-footer h3{margin:0 0 18px;color:var(--neon-orange);font:600 20px Outfit,sans-serif}.neon-footer__grid>div:last-child a{display:block;margin:8px 0}.neon-footer__bottom{padding:25px 16px;border-top:1px solid rgba(255,255,255,.1);color:#9f8e8b;text-align:center;font-size:10px;letter-spacing:1px}.neon-mobile-nav{display:none}@media(max-width:749px){body{padding-bottom:0}.neon-header__top{min-height:66px}.neon-logo{font-size:21px}.neon-logo__mark{font-size:38px}.neon-logo--image{width:220px;height:60px}.neon-search-link{display:none}.neon-header__top{grid-template-columns:1fr auto}.neon-header__top .neon-logo{justify-self:start}.neon-header__actions{justify-self:end}.neon-nav{display:none}.neon-ticker span{min-width:250px;padding:3px 18px}.neon-hero,.neon-hero__inner{min-height:610px}.neon-hero__inner{align-items:flex-start}.neon-hero__content{padding-top:65px}.neon-hero h1{font-size:45px}.neon-double-arrow{margin-left:45px}.neon-speed-card{right:0;bottom:24px}.neon-product-section,.neon-essence{padding:55px 0}.neon-product-list--two,.neon-product-card,.neon-essence__grid{grid-template-columns:1fr}.neon-product-list--two .neon-product-card{grid-template-rows:360px auto}.neon-product-card__media,.neon-product-card__image{min-height:390px}.neon-product-list--two .neon-product-card__media,.neon-product-list--two .neon-product-card__image{min-height:0;height:360px}.neon-product-card__content,.neon-product-list--two .neon-product-card__content{padding:28px 22px}.neon-essence article{min-height:auto;padding:28px 22px}.neon-footer__grid{grid-template-columns:1fr;gap:28px}.neon-logo--footer{width:260px;height:66px}.neon-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:flex-end;justify-content:space-around;min-height:68px;padding:8px 8px max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--neon-line);background:#fff8f6f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.neon-mobile-nav a{display:flex;min-width:50px;flex-direction:column;align-items:center;gap:3px;color:#5b403a;font-size:9px;font-weight:700;text-decoration:none}.neon-mobile-nav a span{font-size:22px}.neon-mobile-nav__search{transform:translateY(-15px)}.neon-mobile-nav__search span{display:grid!important;width:54px;height:54px;place-items:center;border-radius:50%;background:var(--neon-orange);color:var(--neon-ink);font-size:29px!important;box-shadow:0 8px 24px #b5260340}}.shopify-section-group-footer-group{margin-top:0!important}
/*# sourceMappingURL=/cdn/shop/t/38/assets/neon-shopping.css.map */
