.hg{--hg-navy: #1b0d33;--hg-navy-2: #241046;--hg-blue: #5b21b6;--hg-blue-soft: #f1eafc;--hg-blue-line: #d6c6f2;--hg-red: #f5b301;--hg-cta-ink: #1b0d33;--hg-red-dark: #e0a200;--hg-bg: #f7f4fc;--hg-card: #ffffff;--hg-ink: #1b0d33;--hg-muted: #56506a;--hg-radius: 18px;font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--hg-ink);-webkit-font-smoothing:antialiased}.hg *,.hg *:before,.hg *:after{box-sizing:border-box}.hg img{display:block;max-width:100%;height:auto}.hg a{color:inherit}.hg-wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.hg-eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--hg-blue);margin:0 0 10px}.hg-h1,.hg-h2{overflow-wrap:break-word;font-weight:800;letter-spacing:-.02em;line-height:1.02;margin:0;color:var(--hg-ink)}.hg-h1{font-size:clamp(40px,6.4vw,76px)}.hg-h2{font-size:clamp(32px,4.6vw,54px)}.hg-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 26px;border-radius:8px;border:0;cursor:pointer;font:700 15px/1 Poppins,system-ui,sans-serif;text-decoration:none;letter-spacing:.01em;background:var(--hg-blue);color:#fff;transition:background .15s ease,transform .15s ease}.hg-btn:hover{background:var(--hg-navy)}.hg-btn:active{transform:translateY(1px)}.hg-btn--red{background:var(--hg-red);color:var(--hg-cta-ink)}.hg-btn--red:hover{background:var(--hg-red-dark)}.hg-btn[disabled]{opacity:.6;cursor:default}.hg-marquee{background:var(--hg-blue);color:#fff;overflow:hidden;white-space:nowrap}.hg-marquee__track{display:inline-flex;animation:hg-marquee var(--hg-speed, 28s) linear infinite}.hg-marquee__item{font-weight:800;font-size:14px;letter-spacing:.06em;text-transform:uppercase;padding:9px 32px}@keyframes hg-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.hg-marquee__track{animation:none}}.hg-hero{background:linear-gradient(180deg,#fff 0%,var(--hg-bg) 100%);padding:56px 0 64px}.hg-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:48px;align-items:center}.hg-hero__sub{font-size:18px;line-height:1.6;color:var(--hg-muted);margin:22px 0 26px;max-width:34ch}.hg-hero__price{font-size:22px;font-weight:800;margin:0 0 18px}.hg-hero__price s{font-size:16px;font-weight:600;color:var(--hg-muted);margin-left:8px}.hg-chips{display:flex;flex-wrap:wrap;gap:8px 18px;margin:18px 0 0;padding:0;list-style:none}.hg-chips li{font-size:12px;font-weight:700;color:var(--hg-muted)}.hg-chips li:before{content:"\2713";color:var(--hg-blue);margin-right:6px}.hg-hero__card{background:var(--hg-card);border-radius:24px;padding:28px;box-shadow:0 30px 60px -30px #0f1f3d59,0 2px 8px #0f1f3d0f}.hg-hero__card img{width:100%;border-radius:14px;aspect-ratio:1 / 1;object-fit:cover}@media(max-width:860px){.hg-hero{padding:32px 0 44px}.hg-hero__grid{grid-template-columns:minmax(0,1fr);gap:28px}.hg-hero__media{order:-1}.hg-hero__card{padding:14px}}.hg-features{background:var(--hg-navy-2)}.hg-features__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:var(--hg-navy)}.hg-feature{padding:44px 40px 48px;border-left:1px solid rgba(255,255,255,.1);color:#fff}.hg-feature:first-child{border-left:0}.hg-feature__num{font-size:13px;font-weight:800;color:#f5c542;margin:0 0 18px}.hg-feature__title{font-size:22px;font-weight:800;line-height:1.15;margin:0 0 14px;color:#fff}.hg-feature__text{font-size:15px;line-height:1.6;color:#ffffffc7;margin:0}@media(max-width:860px){.hg-features__grid{grid-template-columns:minmax(0,1fr)}.hg-feature{border-left:0;border-top:1px solid rgba(255,255,255,.1);padding:30px 24px}.hg-feature:first-child{border-top:0}}.hg-gallery{background:var(--hg-bg);padding:56px 0 40px;text-align:center}.hg-gallery__intro{color:var(--hg-muted);font-size:16px;line-height:1.6;margin:14px auto 0;max-width:52ch}.hg-gallery__viewport{position:relative;margin-top:36px}.hg-gallery__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 0 6px;scrollbar-width:none}.hg-gallery__track::-webkit-scrollbar{display:none}.hg-gallery__slide{flex:0 0 calc((100% - 32px) / 2.4);scroll-snap-align:start}.hg-gallery__slide img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--hg-radius)}.hg-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;border:0;cursor:pointer;background:#fff;color:var(--hg-ink);font-size:22px;line-height:1;box-shadow:0 6px 18px #0f1f3d2e}.hg-gallery__arrow--prev{left:10px}.hg-gallery__arrow--next{right:10px}@media(max-width:860px){.hg-gallery__slide{flex-basis:82%}}.hg-cta{background:linear-gradient(90deg,#f3edfc,#e2d3fa);padding:28px 0}.hg-cta__row{display:flex;align-items:center;justify-content:space-between;gap:20px}.hg-cta .hg-h2{font-size:clamp(28px,3.6vw,40px)}@media(max-width:700px){.hg-cta__row{flex-direction:column;align-items:flex-start}}.hg-product{background:var(--hg-bg);padding:40px 0 56px}.hg-product__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}.hg-product__media{position:sticky;top:24px}.hg-product__main{background:#fff;border-radius:var(--hg-radius);overflow:hidden}.hg-product__main img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#fff}.hg-product__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.hg-product__thumb{width:72px;height:72px;padding:0;border-radius:10px;overflow:hidden;border:2px solid transparent;background:#fff;cursor:pointer}.hg-product__thumb[aria-current=true]{border-color:var(--hg-blue)}.hg-product__thumb img{width:100%;height:100%;object-fit:cover}.hg-product__title{font-size:clamp(30px,3.4vw,42px);font-weight:800;line-height:1.12;letter-spacing:-.01em;margin:0 0 22px}@media(max-width:860px){.hg-product{padding:16px 0 40px}.hg-product__grid{grid-template-columns:minmax(0,1fr);gap:22px}.hg-product__media{position:static}}.hg-tiers{display:grid;gap:14px;margin:0 0 16px}.hg-tier{position:relative;border:1.5px solid var(--hg-blue-line);border-radius:12px;background:#fff;cursor:pointer;overflow:visible}.hg-tier.is-selected{border-color:var(--hg-blue);box-shadow:0 0 0 1px var(--hg-blue)}.hg-tier__head{display:flex;align-items:center;gap:14px;padding:16px 16px 14px}.hg-tier__radio{width:20px;height:20px;flex:0 0 20px;border-radius:50%;border:2px solid var(--hg-blue-line);background:#fff}.hg-tier.is-selected .hg-tier__radio{border-color:var(--hg-blue);box-shadow:inset 0 0 0 4px #fff;background:var(--hg-blue)}.hg-tier__name{font-size:18px;font-weight:800;margin:0}.hg-tier__save{display:inline-block;margin-top:4px;font-size:11px;font-weight:700;background:var(--hg-blue-soft);color:var(--hg-navy);padding:3px 8px;border-radius:6px}.hg-tier__prices{margin-left:auto;text-align:right}.hg-tier__price{font-size:19px;font-weight:800}.hg-tier__compare{display:block;font-size:13px;color:var(--hg-muted);text-decoration:line-through}.hg-tier__badge{position:absolute;top:-12px;right:12px;z-index:1;background:var(--hg-blue);color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 10px;border-radius:6px}.hg-tier__badge--pop{background:var(--hg-red);color:var(--hg-cta-ink);transform:rotate(6deg);top:-16px;border-radius:999px;padding:6px 12px}.hg-addons{list-style:none;margin:0;padding:0;background:var(--hg-blue-soft);border-radius:0 0 10px 10px}.hg-addon{display:flex;align-items:center;gap:10px;padding:9px 16px;border-top:1px solid rgba(15,31,61,.08);font-size:13px;font-weight:600}.hg-addon img{width:30px;height:30px;object-fit:cover;border-radius:6px;background:#fff;flex:0 0 30px}.hg-addon__check{width:18px;height:18px;flex:0 0 18px;accent-color:var(--hg-blue);margin:0;display:none;cursor:pointer}.hg-tier.is-selected .hg-addon__check{display:block}.hg-addon__name{flex:1;min-width:0}.hg-addon__prices{text-align:right;font-weight:700}.hg-addon__prices s{display:block;font-size:11px;font-weight:500;color:var(--hg-muted)}.hg-atc{width:100%;min-height:56px;font-size:17px;text-transform:uppercase;letter-spacing:.04em}.hg-atc__error{color:var(--hg-red);font-size:14px;margin:10px 0 0}.hg-desc{margin-top:30px;font-size:16px;line-height:1.75;color:var(--hg-muted)}.hg-desc h3{font-size:22px;font-weight:800;color:var(--hg-ink);margin:26px 0 10px;line-height:1.2}.hg-desc h3:first-child{margin-top:0}.hg-desc strong{color:var(--hg-ink)}.hg-desc details{margin-top:18px}.hg-desc summary{cursor:pointer;font-weight:600;color:var(--hg-ink)}.hg-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#fff;box-shadow:0 -6px 24px #0f1f3d1f;transform:translateY(110%);transition:transform .25s ease}.hg-sticky.is-visible{transform:translateY(0)}.hg-sticky__row{display:flex;align-items:center;gap:14px;padding:10px 20px;max-width:1200px;margin:0 auto}.hg-sticky__row img{width:44px;height:44px;object-fit:cover;border-radius:8px}.hg-sticky__title{font-weight:700;font-size:15px;margin:0}.hg-sticky__price{font-weight:700;color:var(--hg-blue);font-size:15px}.hg-sticky__price s{color:var(--hg-muted);margin-left:6px;font-weight:600}.hg-sticky .hg-btn{margin-left:auto}@media(max-width:600px){.hg-sticky__title{font-size:13px}.hg-sticky .hg-btn{padding:0 16px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hoopglow.css.map */
