:root{--bg:#0b0c0f;--bg-2:#0f1418;--teal:#0c3a3a;--emerald:#1dbf8b;--gold:#c9a857;--text:#e8f1ef;--muted:#9fb3ad;--line:rgba(255,255,255,.08);--card:rgba(255,255,255,.03);--radius:14px;--shadow:0 6px 24px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.04);--page-pad: clamp(16px, 5vw, 28px)}*{box-sizing:border-box}html.theme-dark,body.aether-body{background:var(--bg);color:var(--text)}.no-scroll{overflow:hidden}img{max-width:100%;height:auto;display:block}.aether-header{position:sticky;top:0;z-index:70;background:#0b0c0fd9;-webkit-backdrop-filter:saturate(1.1) blur(6px);backdrop-filter:saturate(1.1) blur(6px);border-bottom:1px solid var(--line)}.aether-header .container{max-width:1120px;width:100%;margin-inline:auto;padding-inline:var(--page-pad)}.aether-header__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}.aether-header__logo{font-weight:800;letter-spacing:.4px;color:#fff;text-decoration:none}.aether-header__nav{display:flex;gap:18px}.aether-header__link{color:var(--text);opacity:.9;text-decoration:none}.aether-header__link:hover{opacity:1}.aether-header__actions{display:flex;align-items:center;gap:12px}.aether-header__icon,.aether-header__menu{background:transparent;border:0;color:#fff;font-weight:700;text-decoration:none}.aether-header__count{min-width:1.25rem;height:1.25rem;display:inline-grid;place-items:center;background:var(--emerald);color:#022;border-radius:999px;padding:0 .25rem;font-size:.75rem}.aether-header__menu{display:none;border:1px solid var(--line);border-radius:8px;padding:.45rem .6rem}@media (max-width:900px){.aether-header__menu{display:inline-flex}.aether-header__nav{display:none}}.aether-drawer{position:fixed;left:0;top:0;bottom:0;width:min(380px,92vw);background:var(--bg-2);color:var(--text);z-index:85;border-right:1px solid var(--line);box-shadow:var(--shadow)}.aether-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line)}.aether-drawer__body{display:grid;gap:10px;padding:14px 16px}.aether-drawer__link{display:block;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#ffffff05;text-decoration:none;color:var(--text)}.aether-scope a{color:var(--emerald);text-decoration:none}.aether-scope .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.1rem;border-radius:10px;border:1px solid transparent;font-weight:600;line-height:1;transition:transform .12s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.aether-scope .btn-primary{background:linear-gradient(180deg,#104c4c,#0c3a3a);border-color:#0e4848;color:#eafffa;box-shadow:0 6px 18px #104c4c59}.aether-scope .btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #104c4c73}.aether-scope .btn-primary:active{transform:translateY(0)}.aether-scope .btn-ghost{background:transparent;border-color:var(--line);color:var(--text)}.aether-scope .btn-ghost:hover{background:#ffffff0f}.aether-scope .badge{font-size:.72rem;padding:.25rem .5rem;border-radius:999px;border:1px solid var(--line);color:#bfe4da;background:#1dbf8b14}.aether-scope .section{padding:44px 0}.aether-scope .container,.aether-scope .page-width,.aether-scope .footer .container{max-width:1120px;width:100%;margin-inline:auto;padding-inline:var(--page-pad)}.aether-scope .card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.aether-scope .grid{display:grid;gap:16px}.aether-scope .grid--2{grid-template-columns:1fr 1fr}.aether-scope .grid--3{grid-template-columns:repeat(3,1fr)}@media (max-width:720px){.aether-scope .grid--2,.aether-scope .grid--3{grid-template-columns:1fr}}.aether-scope .hero{position:relative;overflow:hidden}.aether-scope .hero:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(1200px 600px at 20% -10%,rgba(29,191,139,.25),transparent 60%),radial-gradient(1000px 600px at 90% 10%,rgba(201,168,87,.18),transparent 55%),linear-gradient(180deg,var(--bg),#0b1213 60%,#0b0c0f);filter:saturate(1.05);z-index:0;pointer-events:none}.aether-scope .hero__inner{position:relative;z-index:1;padding:56px 0}.aether-scope .hero h1{font-size:clamp(32px,5vw,56px);line-height:1.05;margin:0 0 10px}.aether-scope .hero p{color:var(--muted);font-size:clamp(14px,2.5vw,18px);margin:0 0 18px}.aether-scope .bundle{display:grid;gap:12px}.aether-scope .bundle__row{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--line);border-radius:14px;padding:12px 12px 12px 14px;background:#ffffff05;transition:background .2s,border-color .2s}.aether-scope .bundle__row:hover{border-color:#1e6d6d;background:#1dbf8b0f}.aether-scope .bundle__row.is-active{outline:2px solid var(--emerald);background:#1dbf8b12}.aether-scope .bundle__left{display:flex;align-items:center;gap:10px}.aether-scope .bundle__title{font-weight:700}.aether-scope .bundle__badges{display:flex;gap:6px;flex-wrap:wrap}.aether-scope .bundle__price{font-weight:800}.aether-scope .bundle__compare{opacity:.6;text-decoration:line-through;margin-left:8px;font-weight:600}.aether-scope .pdp{display:grid;gap:20px}.aether-scope .pdp__media{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.aether-scope .pdp__info{display:grid;gap:16px}.aether-scope .pdp__trust{display:flex;gap:10px;flex-wrap:wrap}.aether-scope .trust{display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:8px 10px;border-radius:10px;background:#ffffff05}.aether-scope .trust svg{width:18px;height:18px;opacity:.9}.aether-scope .low-stock{color:#ffd166}.aether-scope .countdown{font-variant-numeric:tabular-nums}.aether-scope .price-lg{font-size:1.6rem;font-weight:800}.aether-scope .footer{padding:40px 0;background:linear-gradient(180deg,#0b0c0f,#081011)}.aether-scope .footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px}@media (max-width:900px){.aether-scope .footer .cols{grid-template-columns:1fr 1fr}.aether-scope .footer .brand{grid-column:1/-1}}.aether-scope .footer h4{margin:0 0 10px}.aether-scope .footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.aether-scope .footer .newsletter{display:grid;gap:10px}.aether-scope .footer input[type=email]{width:100%;background:#ffffff0f;border:1px solid var(--line);border-radius:10px;padding:.8rem .9rem;color:var(--text)}.aether-scope .footer .payments{display:flex;gap:8px;flex-wrap:wrap;opacity:.85}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:60;-webkit-backdrop-filter:saturate(1.1) blur(8px);backdrop-filter:saturate(1.1) blur(8px);background:linear-gradient(180deg,#0c3a3aeb,#0b0c0ffa);border-top:1px solid var(--line)}.sticky-atc__inner{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px var(--page-pad);max-width:1120px;margin-inline:auto}.sticky-atc__meta{font-weight:700}.sticky-atc__price{font-weight:800}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(420px,92vw);background:var(--bg-2);color:var(--text);z-index:80;border-left:1px solid var(--line);transform:translate(100%);transition:.28s ease;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{padding:14px var(--page-pad);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.cart-drawer__body{padding:14px var(--page-pad);overflow:auto;flex:1;display:grid;gap:12px}.cart-drawer__item{display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:center;border-bottom:1px dashed var(--line);padding:10px 0}.cart-drawer__foot{padding:14px var(--page-pad);border-top:1px solid var(--line);display:grid;gap:10px}.freebar{display:flex;justify-content:space-between;align-items:center;background:#1dbf8b14;border:1px solid var(--line);padding:8px 10px;border-radius:10px}.progress{height:6px;background:#ffffff0f;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--emerald),#49ffc7)}.exit-intent[hidden]{display:none!important}.exit-intent{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:120;display:grid;place-items:center}.exit-inner{position:relative;width:min(540px,92vw);background:var(--bg-2);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:18px}.exit-close{position:absolute;right:10px;top:10px;background:transparent;border:0;color:#fff;font-size:20px}.exit-content{text-align:center;display:grid;gap:10px}button,[role=button],.aether-scope .btn,.aether-header__icon,.aether-header__menu,.aether-drawer__link,.aether-scope .bundle__row,[data-sticky-submit],[data-cart-open],[data-cart-close]{cursor:pointer}.aether-scope .btn:focus-visible,.aether-header__icon:focus-visible,.aether-drawer__link:focus-visible{outline:2px solid var(--emerald);outline-offset:2px;border-radius:10px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;pointer-events:none;z-index:9998;transition:opacity .3s ease}.cart-overlay.visible{opacity:1;pointer-events:all;display:block}.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100%;height:100%;background:#111;color:#fff;transform:translate(100%);transition:transform .3s ease;z-index:9999;overflow-y:auto;padding:2rem}.cart-drawer.open{transform:translate(0)}.cart-close{font-size:2rem;background:none;border:none;color:#fff;position:absolute;top:1rem;right:1rem;z-index:10000}.cart-item{display:flex;gap:1rem;margin-bottom:1.5rem}.cart-item__image img{width:80px;height:80px;object-fit:cover;border-radius:.5rem}.cart-item__info{flex:1}.cart-footer{border-top:1px solid #333;padding-top:1rem;margin-top:2rem}.btn--checkout{display:block;width:100%;padding:1rem;background:#ff7b24;color:#000;text-align:center;border-radius:6px;font-weight:700;margin-top:1rem}.mp__urgency{display:flex!important;align-items:center!important;gap:12px!important;animation:urgency-pulse 3s infinite}.mp__urgency:before{content:"\1f525";font-size:18px;animation:bounce 1s infinite}@keyframes urgency-pulse{0%,to{box-shadow:0 0 #ff6b6b33}50%{box-shadow:0 0 0 8px #ff6b6b0d}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.mp__price:after{content:"\2605\2605\2605\2605\2605  4.8 (127 reviews)";display:block;font-size:14px;margin-top:8px;color:#f5c451;font-weight:600}.mp-card[data-bundle="2"]{position:relative;border:2px solid rgba(255,107,107,.3)!important;background:linear-gradient(145deg,#ff6b6b14,#ff6b6b08)!important}.mp-card[data-bundle="2"]:before{content:"\1f525  MOST POPULAR";position:absolute;top:-8px;right:12px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:12px;letter-spacing:.5px;z-index:10}.mp-btn--full{position:relative;overflow:hidden;transition:all .2s ease!important}.mp-btn--full:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.mp-btn--full:hover:before{left:100%}.mp-btn--full:hover{transform:translateY(-2px);box-shadow:0 8px 25px #c9a36b66!important}.mp__bundle:after{content:"";display:block;margin:20px 0;padding:16px;background:#00d0a814;border-radius:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300d0a8' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M12 1l3.09 6.26L22 9l-5 4.87L18.18 21 12 17.77 5.82 21 7 13.87 2 9l6.91-1.74L12 1z'/%3E%3C/svg%3E"),linear-gradient(90deg,transparent 33%,rgba(0,208,168,.1) 33%,rgba(0,208,168,.1) 66%,transparent 66%);background-repeat:no-repeat,no-repeat;background-position:12px center,0 0;background-size:16px 16px,100% 100%;font-size:12px;color:#00d0a8}.mp__bundle:after{content:"\1f512  Secure SSL Checkout   \1f69a  Free Shipping $100+   \21a9\fe0f  30-Day Returns";text-align:center;font-weight:600;letter-spacing:.3px}.mp-randbtn:after{content:"\1f4b0  Save extra + mystery gift!";display:block;font-size:11px;opacity:.8;margin-top:4px;font-weight:400}.mp-qty__btn:hover{background:#c9a36b33!important;color:#c9a857!important;transform:scale(1.05)}.mp-save:before{content:"\1f4b0  ";font-size:16px}.mp-save{background:#1dbf8b1a!important;border:1px solid rgba(29,191,139,.2)!important;border-radius:8px!important;padding:8px 12px!important;color:#1dbf8b!important;font-weight:700!important}@media (max-width: 749px){.mp-qty__btn,.mp__thumb{min-width:44px!important;min-height:44px!important}.mp-btn--full{min-height:48px!important;font-size:16px!important}.mp__bundle:after{font-size:10px!important;padding:12px!important}}.social-proof-popup{position:fixed;bottom:20px;left:20px;background:#000000e6;color:#fff;padding:12px 16px;border-radius:12px;font-size:13px;z-index:1000;display:none;max-width:280px;border-left:3px solid #00d0a8;animation:slideInUp .3s ease}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.social-proof-popup:before{content:"\1f6d2";margin-right:8px;font-size:14px}.progress{position:relative;overflow:hidden}.progress:after{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.acart-chip__add,.cart-upsell-btn,[data-upsell-id]{min-width:60px!important;width:auto!important;padding:8px 12px!important;white-space:nowrap!important;font-size:12px!important;font-weight:700!important;text-align:center!important;border-radius:8px!important;background:linear-gradient(135deg,#e0b15c,#c9a857)!important;color:#0b0c0f!important;border:none!important;cursor:pointer!important;transition:all .2s ease!important}.acart-chip__add:hover,.cart-upsell-btn:hover,[data-upsell-id]:hover{background:linear-gradient(135deg,#c9a857,#b8975f)!important;transform:translateY(-1px)!important}.acart-chip{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:10px 12px!important;background:#ffffff08!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;min-height:70px!important}.acart-chip__l{flex:1!important;min-width:0!important}.acart-chip__r{flex-shrink:0!important;margin-left:8px!important}.acart-chip__meta{display:flex!important;flex-direction:column!important;gap:4px!important}.acart-chip__img{width:50px!important;height:50px!important;border-radius:8px!important;overflow:hidden!important;flex-shrink:0!important}.acart-chip__img img{width:100%!important;height:100%!important;object-fit:cover!important}.acart-chip__title{font-weight:600!important;font-size:13px!important;line-height:1.2!important;color:#fff!important}.acart-chip__price{font-size:12px!important;color:#fffc!important}.acart-chip__badge{font-size:10px!important;padding:2px 6px!important;background:#e0b15c33!important;border:1px solid rgba(224,177,92,.4)!important;border-radius:6px!important;color:#e0b15c!important;margin-top:2px!important}.acart__checkout,#checkout,[data-checkout],button[name=checkout]{width:100%!important;min-height:48px!important;background:linear-gradient(135deg,#e0b15c,#c9a857)!important;color:#0b0c0f!important;border:none!important;border-radius:12px!important;font-weight:800!important;font-size:16px!important;cursor:pointer!important;transition:all .2s ease!important;position:relative!important;z-index:10!important}.acart__checkout:hover,#checkout:hover,[data-checkout]:hover,button[name=checkout]:hover{background:linear-gradient(135deg,#c9a857,#b8975f)!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #e0b15c4d!important}.acart__foot,.acart__footer,.cart-drawer__footer{padding:16px!important;border-top:1px solid rgba(255,255,255,.08)!important;background:#101218cc!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.acart__cta{display:grid!important;grid-template-columns:1fr 2fr!important;gap:12px!important;margin-top:8px!important}.acart__view,.cart-view-btn{display:flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;background:transparent!important;border:2px solid rgba(255,255,255,.2)!important;color:#fff!important;border-radius:12px!important;text-decoration:none!important;font-weight:600!important;transition:all .2s ease!important}.acart__view:hover,.cart-view-btn:hover{background:#ffffff14!important;border-color:#ffffff4d!important;color:#fff!important}@media (max-width: 749px){.acart-chip{min-height:65px!important;padding:8px 10px!important}.acart-chip__add{min-width:50px!important;padding:6px 10px!important;font-size:11px!important}.acart-chip__img{width:45px!important;height:45px!important}.acart-chip__title{font-size:12px!important}.acart__cta{grid-template-columns:1fr!important;gap:8px!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/aetherosa.css.map */
