.atb-landing-mount{display:block;background:radial-gradient(ellipse at 50% -5%,rgba(255,79,216,.2),transparent 55%),radial-gradient(ellipse at 85% 12%,rgba(76,199,255,.12),transparent 50%),linear-gradient(180deg,#0b0716,#140d26);color:#ffffffeb;font-family:var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);min-height:60vh;overflow-x:hidden}.atb-landing{padding-bottom:3rem;position:relative}.atb-landing__bg{position:absolute;top:0;left:0;right:0;height:min(160vh,1500px);background-size:cover;background-position:center top;z-index:0;pointer-events:none;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 55%,rgba(0,0,0,0) 97%);mask-image:linear-gradient(180deg,#000 0% 55%,#0000 97%);animation:atb-landing-fade .6s ease both}.atb-landing__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(11,7,22,var(--atb-ov, .5))}.atb-landing__hero,.atb-landing__cat{position:relative;z-index:1}.atb-landing .atb-landing__bg,.atb-landing .atb-landing__skel{display:block!important}.atb-landing__hero{text-align:center;max-width:880px;margin:0 auto;padding:clamp(3.5rem,11vw,7rem) 1.25rem clamp(2.25rem,6vw,4rem)}.atb-landing__eyebrow{margin:0 0 1rem;font-size:1.7rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#ffffff9e;animation:atb-landing-fade .7s ease both}.atb-landing__headline{margin:0 0 1.1rem;font-family:var(--font-heading-family, inherit);font-weight:800;line-height:1;letter-spacing:-.02em;font-size:clamp(3.25rem,10vw + 1rem,7rem);text-transform:uppercase;background:linear-gradient(92deg,#ff4fd8,#a78bfa,#4cc7ff);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;filter:drop-shadow(0 0 26px rgba(167,139,250,.4));animation:atb-landing-rise .8s cubic-bezier(.2,.7,.2,1) both,atb-landing-hue 8s ease-in-out 1s infinite}.atb-landing__subtext{margin:0 auto 1.9rem;max-width:620px;font-size:clamp(2.2rem,2.4vw + 1rem,3.4rem);font-weight:600;line-height:1.25;color:#fff;animation:atb-landing-fade .8s ease .15s both}.atb-landing__cta{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 3rem;border-radius:999px;font-weight:800;font-size:1.45rem;letter-spacing:.02em;text-decoration:none;color:#fff;background:linear-gradient(135deg,#ff4fd8,#a78bfa,#4cc7ff);box-shadow:0 12px 34px -10px #ff4fd8b3;transition:transform .2s ease,box-shadow .2s ease;animation:atb-landing-fade .8s ease .3s both}.atb-landing__cta:hover,.atb-landing__cta:focus-visible{transform:translateY(-2px);box-shadow:0 18px 44px -10px #a78bfad9;outline:none}.atb-landing__code{margin:1.3rem 0 0;font-size:1.5rem;letter-spacing:.03em;color:#fff9;animation:atb-landing-fade .8s ease .4s both}.atb-landing__code b{color:#fff;letter-spacing:.06em}.atb-landing__cat{max-width:1200px;margin:0 auto;padding:clamp(1.5rem,4vw,2.75rem) 1rem 0}.atb-landing__cat-title{font-family:var(--font-heading-family, inherit);font-weight:800;font-size:clamp(2rem,3.2vw + .6rem,2.8rem);letter-spacing:-.01em;color:#fff;margin:0 0 1.1rem}.atb-landing__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}@media(min-width:750px){.atb-landing__grid{grid-template-columns:repeat(3,1fr);gap:1.1rem}}@media(min-width:990px){.atb-landing__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.atb-landing__card{display:flex;flex-direction:column;background:#ffffff09;border:1px solid rgba(167,139,250,.18);border-radius:16px;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;animation:atb-landing-rise .5s cubic-bezier(.2,.7,.2,1) both}.is-ready .atb-landing__card:nth-child(2){animation-delay:.04s}.is-ready .atb-landing__card:nth-child(3){animation-delay:.08s}.is-ready .atb-landing__card:nth-child(4){animation-delay:.12s}.is-ready .atb-landing__card:nth-child(n+5){animation-delay:.16s}.atb-landing__card:hover{transform:translateY(-4px);border-color:#ff4fd873;box-shadow:0 18px 44px -20px #9d00ff99}.atb-landing__card.is-soldout{opacity:.55}.atb-landing__card-media{display:block;position:relative;aspect-ratio:1 / 1;background:#00000040;overflow:hidden}.atb-landing__card-img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1;transition:transform .4s ease}.atb-landing__card-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 0 0,rgba(138,59,255,.18),transparent 60%),radial-gradient(circle at 100% 100%,rgba(76,199,255,.14),transparent 60%);mix-blend-mode:multiply;z-index:2}.atb-landing__card-img--empty{background:linear-gradient(135deg,#ff4fd81f,#4cc7ff1f)}.atb-landing__card:hover .atb-landing__card-img{transform:scale(1.04)}.atb-landing__card-body{display:flex;flex-direction:column;flex:1;padding:.85rem .9rem 1rem;gap:.4rem}.atb-landing__card-title{font-family:var(--font-heading-family, inherit);font-weight:600;font-size:1.35rem;line-height:1.3;color:#ffffffeb;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.atb-landing__card-title:hover{color:#ff9be9}.atb-landing__card-price{margin:0;font-weight:700;font-size:1.5rem;color:#c8b3ff;min-height:1.4em;text-shadow:0 0 8px rgba(150,90,255,.3)}.atb-landing__card-atc{margin-top:auto;width:100%;padding:.85rem 1rem;border-radius:999px;border:1px solid rgba(167,139,250,.4);background:#ffffff0f;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease}.atb-landing__card-atc:hover:not(:disabled){background:#ff4fd824;border-color:#ff4fd8}.atb-landing__card-atc:active:not(:disabled){transform:scale(.98)}.atb-landing__card-atc:disabled{opacity:.6;cursor:default}.atb-landing__empty{text-align:center;padding:4rem 1.5rem;color:#fff9}.atb-landing__skel{background:linear-gradient(100deg,#ffffff0d 30%,#ffffff1f,#ffffff0d 70%);background-size:200% 100%;animation:atb-landing-shimmer 1.4s ease-in-out infinite;border-radius:10px}.atb-landing__card--skel{animation:none;pointer-events:none}.atb-landing__skel-line{height:.85rem;width:100%}.atb-landing__skel-line--short{width:60%}.atb-landing__skel-line--price{width:42%;height:1.05rem;margin-top:.1rem}.atb-landing__skel-btn{height:2.6rem;border-radius:999px;margin-top:auto}.atb-landing__hero--skel{display:flex;flex-direction:column;align-items:center;gap:1rem}.atb-landing__skel-line--eyebrow{width:160px;height:14px}.atb-landing__skel-line--head{width:min(70%,560px);height:clamp(2.6rem,9vw,5rem);border-radius:14px}.atb-landing__skel-line--sub{width:min(60%,460px);height:18px}.atb-landing__skel-line--cat-title{width:220px;height:1.8rem;margin:0 0 1.1rem}.atb-landing__skel-btn--hero{width:200px;height:48px;margin-top:.5rem}@keyframes atb-landing-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes atb-landing-fade{0%{opacity:0}to{opacity:1}}@keyframes atb-landing-hue{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes atb-landing-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.atb-landing__headline,.atb-landing__eyebrow,.atb-landing__subtext,.atb-landing__cta,.atb-landing__code,.atb-landing__card{animation:none!important;opacity:1!important;transform:none!important}.atb-landing__skel-line,.atb-landing__skel-card{animation:none!important}}.atb-landing-cart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.atb-landing-cart-modal[hidden]{display:none}.atb-landing-cart-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#080516c7;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:atb-landing-fade .2s ease both}.atb-landing-cart-modal__content{position:relative;width:100%;max-width:480px;max-height:calc(100dvh - 2rem);overflow-y:auto;padding:2rem 1.75rem 1.5rem;background:#1a1230;border:1px solid rgba(167,139,250,.25);border-radius:18px;box-shadow:0 30px 80px #0009;color:#fff;animation:atb-landing-rise .25s cubic-bezier(.2,.7,.2,1) both}.atb-landing-cart-modal__close{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;color:#ffffffb3;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:100px;transition:background-color .2s ease,color .2s ease}.atb-landing-cart-modal__close:hover{background:#ffffff1a;color:#fff}.atb-landing-cart-modal__title{margin:0 1.5rem .25rem 0;font-family:var(--font-heading-family, inherit);font-weight:700;font-size:1.6rem;line-height:1.3;color:#fff}.atb-landing-cart-modal__subtitle{margin:0 0 1.5rem;font-size:1.05rem;letter-spacing:.04em;color:#ffffffa6}.atb-landing-cart-modal__options{display:flex;flex-direction:column;gap:1.25rem}.atb-landing-cart-modal__option-row{display:flex;flex-direction:column;gap:.625rem}.atb-landing-cart-modal__option-label{margin:0;font-weight:600;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf}.atb-landing-cart-modal__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.atb-landing-cart-modal__option-value{min-width:44px;min-height:44px;padding:.5rem 1rem;font:inherit;font-weight:500;font-size:1.05rem;color:#fff;background:#ffffff0a;border:1.5px solid rgba(167,139,250,.3);border-radius:100px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.atb-landing-cart-modal__option-value:hover:not(:disabled),.atb-landing-cart-modal__option-value:focus-visible:not(:disabled),.atb-landing-cart-modal__option-value.is-selected{background:linear-gradient(135deg,#ff4fd840,#4cc7ff40);border-color:#ff4fd8;color:#fff;outline:none}.atb-landing-cart-modal__option-value.is-sold-out{opacity:.35;cursor:not-allowed;text-decoration:line-through}.atb-landing-cart-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08)}.atb-landing-cart-modal__price{margin:0;font-size:1.4rem;font-weight:700;color:#c8b3ff;text-shadow:0 0 8px rgba(150,90,255,.35);min-height:1.4rem}.atb-landing-cart-modal__confirm{flex-shrink:0;padding:.75rem 1.6rem;font:inherit;font-weight:700;font-size:1.05rem;letter-spacing:.02em;color:#fff;border:none;border-radius:999px;cursor:pointer;min-height:44px;background:linear-gradient(135deg,#ff4fd8,#a78bfa,#4cc7ff);transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.atb-landing-cart-modal__confirm:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #a78bfa66}.atb-landing-cart-modal__confirm:disabled{opacity:.4;cursor:not-allowed}@media screen and (max-width:749px){.atb-landing-cart-modal{align-items:flex-end;padding:0}.atb-landing-cart-modal__content{max-width:100%;border-radius:18px 18px 0 0;max-height:88dvh}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/atb-landing.css.map */
