@import"https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,500;0,600;0,700;0,800;0,900;1,800;1,900&family=Manrope:wght@400;500;600;700;800&display=swap";.hj-root{box-sizing:border-box;font-family:var(--font)}.hj-root *,.hj-root *:before,.hj-root *:after{box-sizing:border-box}.hj-root{--ink:#0b1a29;--ink-2:#0a1521;--ink-3:#13283b;--blue:#16a3e6;--blue-d:#0c87c6;--blue-t:#eaf6fd;--hot:#ef4a2d;--hot-d:#d23718;--paper:#f5f7f8;--white:#ffffff;--line:#e4e9ec;--muted:#5c6b78;--muted-2:#8a98a4;--gold:#f5a623;--shadow-s:0 1px 2px rgba(11,26,41,.06), 0 2px 8px rgba(11,26,41,.05);--shadow-m:0 6px 22px rgba(11,26,41,.1);--shadow-l:0 24px 60px rgba(11,26,41,.16);--r:14px;--r-lg:22px;--r-sm:10px;--maxw:1180px;--font:"Manrope",system-ui,sans-serif;--display:"Archivo",system-ui,sans-serif}.hj-root,.hj-root *{box-sizing:border-box}.hj-root{scroll-behavior:smooth}.hj-root{margin:0;font-family:var(--font);color:var(--ink);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.hj-root img{max-width:100%;display:block}.hj-root a{color:inherit;text-decoration:none}.hj-root h1,.hj-root h2,.hj-root h3,.hj-root h4{font-family:var(--display);margin:0;line-height:1.04;letter-spacing:-.02em;font-weight:800}.hj-root p{margin:0}.hj-wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.hj-section{padding:84px 0}.hj-center{text-align:center}.hj-eyebrow{font-family:var(--display);font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:13px;color:var(--blue-d)}.hj-kicker{display:inline-flex;align-items:center;gap:9px;background:var(--blue-t);color:var(--blue-d);font-family:var(--display);font-weight:700;font-size:13px;letter-spacing:.04em;padding:8px 15px;border-radius:999px;text-transform:uppercase}.hj-h-sec{font-size:clamp(30px,4.4vw,50px);letter-spacing:-.03em}.hj-lead{font-size:19px;color:var(--muted);max-width:62ch}.hj-tnum{font-variant-numeric:tabular-nums}.hj-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-family:var(--display);font-weight:800;letter-spacing:.01em;font-size:17px;padding:17px 30px;border-radius:12px;border:0;transition:transform .12s ease,box-shadow .2s ease,background .2s;text-align:center;line-height:1}.hj-btn-cta{background:var(--hot);color:#fff;box-shadow:0 10px 22px #ef4a2d52}.hj-btn-cta:hover{background:var(--hot-d);transform:translateY(-2px);box-shadow:0 16px 30px #ef4a2d66}.hj-btn-blue{background:var(--blue);color:#fff;box-shadow:0 10px 22px #16a3e64d}.hj-btn-blue:hover{background:var(--blue-d);transform:translateY(-2px)}.hj-btn-ghost{background:#fff;color:var(--ink);border:1.5px solid var(--line)}.hj-btn-ghost:hover{border-color:var(--blue);color:var(--blue-d)}.hj-btn-lg{font-size:19px;padding:20px 38px}.hj-btn-block{display:flex;width:100%}.hj-btn .hj-sub{font-weight:600;font-family:var(--font);opacity:.85;font-size:13px}.hj-urgent{background:linear-gradient(90deg,var(--hot),#f3683f);color:#fff;font-family:var(--display);font-weight:700;font-size:13.5px;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:18px;padding:9px 16px;text-align:center}.hj-urgent .hj-dot{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 #ffffffb3;animation:pulse 1.6s infinite}.hj-urgent .hj-cd{display:inline-flex;gap:5px;align-items:center;background:#0000002e;padding:4px 10px;border-radius:7px;letter-spacing:.06em}@keyframes pulse{0%{box-shadow:0 0 #fff9}70%{box-shadow:0 0 0 7px #fff0}to{box-shadow:0 0 #fff0}}@media(max-width:640px){.hj-urgent .hj-hide-sm{display:none}}.hj-head{position:sticky;top:0;z-index:60;background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.hj-head .hj-row{display:flex;align-items:center;justify-content:space-between;height:74px;gap:20px}.hj-brand{display:flex;align-items:center;gap:11px}.hj-brand img{height:34px;width:auto}.hj-nav{display:flex;align-items:center;gap:30px}.hj-nav a{font-weight:600;font-size:15px;color:var(--ink);opacity:.82;transition:opacity .15s,color .15s}.hj-nav a:hover{opacity:1;color:var(--blue-d)}.hj-head .hj-cta-wrap{display:flex;align-items:center;gap:16px}.hj-head .hj-price-mini{font-family:var(--display);font-weight:800;font-size:15px}.hj-head .hj-price-mini s{color:var(--muted-2);font-weight:600;margin-right:5px}.hj-burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;gap:5px;padding:8px}.hj-burger span{width:22px;height:2.5px;background:var(--ink);border-radius:2px;transition:.2s}@media(max-width:900px){.hj-nav,.hj-head .hj-price-mini{display:none}.hj-burger{display:flex}}.hj-mobile-nav{display:none;flex-direction:column;gap:4px;padding:14px 24px 22px;border-bottom:1px solid var(--line);background:#fff}.hj-mobile-nav.hj-open{display:flex}.hj-mobile-nav a{padding:12px 4px;font-weight:700;font-family:var(--display);border-bottom:1px solid var(--line)}.hj-hero{background:radial-gradient(120% 120% at 85% -10%,var(--blue-t) 0%,rgba(234,246,253,0) 55%),linear-gradient(180deg,#fff,var(--paper));padding:60px 0 70px;overflow:hidden}.hj-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.hj-hero h1{font-size:clamp(34px,5vw,58px);font-weight:900;letter-spacing:-.035em}.hj-hero h1 .hj-hl{color:var(--blue-d);position:relative;white-space:nowrap}.hj-stars{display:inline-flex;gap:2px;color:var(--gold)}.hj-stars svg{width:17px;height:17px}.hj-rating-line{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;color:var(--ink)}.hj-rating-line .hj-muted{color:var(--muted);font-weight:600}.hj-hero ul.hj-checks{list-style:none;padding:0;margin:22px 0 26px;display:grid;gap:11px}.hj-checks li{display:flex;gap:11px;align-items:flex-start;font-size:16px;font-weight:600}.hj-checks li .hj-ck{flex:none;width:23px;height:23px;border-radius:50%;background:var(--blue);display:grid;place-items:center;margin-top:1px}.hj-checks li .hj-ck svg{width:13px;height:13px;stroke:#fff;stroke-width:3.4;fill:none}.hj-price-row{display:flex;align-items:center;gap:14px;margin:6px 0 22px;flex-wrap:wrap}.hj-price-now{font-family:var(--display);font-weight:900;font-size:46px;letter-spacing:-.04em}.hj-price-was{font-family:var(--display);font-weight:700;font-size:22px;color:var(--muted-2);text-decoration:line-through}.hj-badge-off{background:var(--hot);color:#fff;font-family:var(--display);font-weight:800;font-size:13px;letter-spacing:.04em;padding:7px 12px;border-radius:8px}.hj-trust-inline{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:var(--muted);font-size:13.5px;font-weight:600}.hj-trust-inline span{display:inline-flex;gap:7px;align-items:center}.hj-trust-inline svg{width:15px;height:15px;color:var(--blue-d)}.hj-hero-visual{position:relative}.hj-hero-shot{position:relative;border-radius:var(--r-lg);overflow:visible}.hj-hero-shot image-slot{width:100%;height:480px;box-shadow:var(--shadow-l)}.hj-sticker{position:absolute;top:-18px;right:-14px;z-index:3;width:104px;height:104px;border-radius:50%;background:var(--hot);color:#fff;display:grid;place-content:center;text-align:center;font-family:var(--display);font-weight:900;line-height:1;box-shadow:var(--shadow-m);transform:rotate(8deg)}.hj-sticker b{font-size:30px;display:block}.hj-sticker small{font-size:11px;letter-spacing:.08em;font-weight:800}.hj-float-card{position:absolute;left:-22px;bottom:26px;z-index:3;background:#fff;border-radius:14px;box-shadow:var(--shadow-m);padding:13px 17px;display:flex;align-items:center;gap:12px;border:1px solid var(--line)}.hj-float-card .hj-big{font-family:var(--display);font-weight:900;font-size:26px;line-height:1}.hj-float-card small{color:var(--muted);font-size:12px;font-weight:600;display:block}@media(max-width:900px){.hj-hero-grid{grid-template-columns:1fr;gap:36px}.hj-hero-shot image-slot{height:380px}.hj-float-card{left:8px}}.hj-trust-strip{background:var(--ink);color:#fff}.hj-trust-strip .hj-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:26px 0}.hj-trust-strip .hj-item{display:flex;align-items:center;gap:13px;justify-content:center;font-family:var(--display);font-weight:700;font-size:15px}.hj-trust-strip .hj-ic{width:34px;height:34px;flex:none;border-radius:9px;background:#ffffff17;display:grid;place-items:center}.hj-trust-strip .hj-ic svg{width:18px;height:18px;stroke:var(--blue);fill:none;stroke-width:2}@media(max-width:760px){.hj-trust-strip .hj-row{grid-template-columns:repeat(2,1fr);gap:20px 12px}}.hj-featured{padding:40px 0;border-bottom:1px solid var(--line)}.hj-featured .hj-lbl{text-align:center;font-family:var(--display);font-weight:700;letter-spacing:.28em;font-size:12px;color:var(--muted-2);margin-bottom:20px}.hj-logos{display:flex;flex-wrap:wrap;gap:34px 52px;justify-content:center;align-items:center}.hj-logos span{font-family:var(--display);font-weight:800;font-size:21px;letter-spacing:-.02em;color:#b3bec6;text-transform:uppercase;opacity:.9;transition:color .2s}.hj-logos span:hover{color:var(--muted)}.hj-benefits{background:var(--paper)}.hj-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hj-feat{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:30px 26px;box-shadow:var(--shadow-s);transition:transform .18s ease,box-shadow .2s ease}.hj-feat:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}.hj-feat .hj-ic{width:50px;height:50px;border-radius:12px;background:var(--blue-t);display:grid;place-items:center;margin-bottom:18px}.hj-feat .hj-ic svg{width:26px;height:26px;stroke:var(--blue-d);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.hj-feat h3{font-size:20px;margin-bottom:8px}.hj-feat p{color:var(--muted);font-size:15px}@media(max-width:900px){.hj-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.hj-grid-3{grid-template-columns:1fr}}.hj-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:46px}.hj-step .hj-media{position:relative;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-m)}.hj-step image-slot{width:100%;height:240px}.hj-step .hj-num{position:absolute;top:14px;left:14px;z-index:2;width:42px;height:42px;border-radius:50%;background:var(--hot);color:#fff;font-family:var(--display);font-weight:900;font-size:20px;display:grid;place-items:center;box-shadow:var(--shadow-s)}.hj-step h3{font-size:21px;margin:20px 0 7px}.hj-step p{color:var(--muted);font-size:15px}@media(max-width:820px){.hj-steps{grid-template-columns:1fr;gap:30px;max-width:460px;margin-inline:auto}}.hj-results{background:var(--ink-2);color:#fff}.hj-results .hj-h-sec{color:#fff}.hj-results .hj-lead{color:#aab8c4}.hj-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}.hj-shot{border-radius:var(--r);overflow:hidden;background:#13283b}.hj-shot image-slot{width:100%;height:230px}.hj-shot .hj-cap{padding:14px 16px;font-size:13.5px;font-weight:600;color:#c4d0da}@media(max-width:920px){.hj-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.hj-gallery{grid-template-columns:1fr}}.hj-uses{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:42px}.hj-use{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;font-family:var(--display);font-weight:700;font-size:16px;box-shadow:var(--shadow-s)}.hj-use .hj-ic{width:38px;height:38px;flex:none;border-radius:9px;background:var(--blue-t);display:grid;place-items:center}.hj-use .hj-ic svg{width:20px;height:20px;stroke:var(--blue-d);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}@media(max-width:920px){.hj-uses{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hj-uses{grid-template-columns:1fr}}.hj-reviews{background:var(--paper)}.hj-rev-top{display:grid;grid-template-columns:300px 1fr;gap:50px;align-items:center;margin-bottom:50px}.hj-score{text-align:center}.hj-score .hj-big{font-family:var(--display);font-weight:900;font-size:78px;line-height:.9;letter-spacing:-.04em}.hj-score .hj-stars{justify-content:center;margin:8px 0 6px}.hj-score small{color:var(--muted);font-weight:600;font-size:14px}.hj-bars{display:grid;gap:9px}.hj-bar{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700;color:var(--muted)}.hj-bar .hj-lbl{width:30px;display:flex;gap:3px;align-items:center;color:var(--ink)}.hj-bar .hj-track{flex:1;height:9px;background:#e3e9ed;border-radius:99px;overflow:hidden}.hj-bar .hj-fill{height:100%;background:var(--gold);border-radius:99px}.hj-rev-foot{text-align:center;font-family:var(--display);font-weight:700;color:var(--ink);margin-top:18px;font-size:15px}.hj-tcards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hj-tcard{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:28px 26px;box-shadow:var(--shadow-s)}.hj-tcard .hj-stars{margin-bottom:14px}.hj-tcard p{font-size:16px;font-weight:500;color:var(--ink-3);line-height:1.6}.hj-tcard .hj-who{margin-top:18px;display:flex;align-items:center;gap:11px;font-weight:700;font-size:14px}.hj-tcard .hj-who .hj-av{width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-family:var(--display);font-weight:800}.hj-tcard .hj-who .hj-vf{color:var(--blue-d);font-size:12px;font-weight:700;display:flex;align-items:center;gap:4px}@media(max-width:900px){.hj-rev-top{grid-template-columns:1fr;gap:30px}.hj-tcards{grid-template-columns:1fr}}.hj-cmp{overflow-x:auto}.hj-cmp table{width:100%;border-collapse:collapse;min-width:560px;margin-top:40px;background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-m)}.hj-cmp th,.hj-cmp td{padding:18px 20px;text-align:center;border-bottom:1px solid var(--line);font-size:15px}.hj-cmp th{font-family:var(--display);font-weight:800;font-size:16px}.hj-cmp thead th{background:var(--ink);color:#fff;font-size:16px}.hj-cmp thead th.hj-us{background:var(--blue)}.hj-cmp tbody td:first-child,.hj-cmp tbody th:first-child{text-align:left;font-family:var(--display);font-weight:700;color:var(--ink)}.hj-cmp td.hj-us{background:var(--blue-t);font-weight:800;color:var(--blue-d)}.hj-cmp td .hj-y{color:#1aa05a;font-weight:800}.hj-cmp td .hj-n{color:var(--muted-2);font-weight:700}.hj-cmp tbody tr:last-child td{border-bottom:0}.hj-offer{background:linear-gradient(180deg,var(--ink),var(--ink-2));color:#fff}.hj-offer-box{max-width:660px;margin:0 auto;background:#fff;color:var(--ink);border-radius:var(--r-lg);box-shadow:var(--shadow-l);overflow:hidden}.hj-offer-box .hj-top{background:var(--hot);color:#fff;text-align:center;padding:13px;font-family:var(--display);font-weight:800;letter-spacing:.04em;font-size:14px}.hj-offer-box .hj-body{padding:38px 40px}.hj-offer-price{display:flex;align-items:baseline;gap:14px;justify-content:center;margin-bottom:6px}.hj-offer-price .hj-now{font-family:var(--display);font-weight:900;font-size:62px;letter-spacing:-.04em}.hj-offer-price .hj-was{font-family:var(--display);font-weight:700;font-size:26px;color:var(--muted-2);text-decoration:line-through}.hj-offer-warn{text-align:center;color:var(--hot-d);font-weight:700;font-size:14px;margin-bottom:24px}.hj-incl{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:13px}.hj-incl li{display:flex;gap:12px;align-items:flex-start;font-size:15.5px;font-weight:600}.hj-incl li .hj-ck{flex:none;width:22px;height:22px;border-radius:50%;background:var(--blue);display:grid;place-items:center;margin-top:1px}.hj-incl li .hj-ck svg{width:12px;height:12px;stroke:#fff;stroke-width:3.4;fill:none}.hj-bundle{background:var(--blue-t);border-radius:12px;padding:16px 18px;font-size:14px;color:var(--ink-3);margin-bottom:24px;display:flex;gap:11px}.hj-bundle b{color:var(--blue-d)}.hj-offer-foot{text-align:center;color:var(--muted);font-size:12.5px;font-weight:600;margin-top:16px}@media(max-width:560px){.hj-offer-box .hj-body{padding:30px 22px}.hj-offer-price .hj-now{font-size:50px}}.hj-guarantee{display:flex;align-items:center;gap:30px;max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:34px 38px;box-shadow:var(--shadow-m)}.hj-guarantee .hj-seal{flex:none;width:96px;height:96px;border-radius:50%;border:3px solid var(--blue);display:grid;place-content:center;text-align:center;color:var(--blue-d);font-family:var(--display);font-weight:900;line-height:1}.hj-guarantee .hj-seal b{font-size:30px;display:block}.hj-guarantee .hj-seal small{font-size:10px;letter-spacing:.06em}.hj-guarantee h3{font-size:24px;margin-bottom:8px}.hj-guarantee p{color:var(--muted);font-size:15.5px}@media(max-width:560px){.hj-guarantee{flex-direction:column;text-align:center;padding:30px 24px}}.hj-faq{max-width:760px;margin:42px auto 0}.hj-qa{border-bottom:1px solid var(--line)}.hj-qa button{width:100%;background:none;border:0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 4px;text-align:left;font-family:var(--display);font-weight:700;font-size:18px;color:var(--ink)}.hj-qa .hj-sign{flex:none;width:26px;height:26px;border-radius:50%;background:var(--blue-t);display:grid;place-items:center;transition:.2s}.hj-qa .hj-sign svg{width:14px;height:14px;stroke:var(--blue-d);stroke-width:2.4;fill:none;transition:.25s}.hj-qa[aria-expanded=true] .hj-sign{background:var(--blue)}.hj-qa[aria-expanded=true] .hj-sign svg{stroke:#fff;transform:rotate(45deg)}.hj-qa .hj-ans{max-height:0;overflow:hidden;transition:max-height .3s ease}.hj-qa .hj-ans p{padding:0 4px 22px;color:var(--muted);font-size:15.5px;max-width:64ch}.hj-final{background:radial-gradient(120% 140% at 50% 0%,rgba(22,163,230,.16),transparent 60%),var(--ink);color:#fff;text-align:center}.hj-final h2{font-size:clamp(32px,5vw,56px);font-weight:900;letter-spacing:-.03em}.hj-final p{color:#aebcc8;font-size:18px;margin:16px auto 30px;max-width:54ch}.hj-foot{background:var(--ink-2);color:#9fb0bd;padding:54px 0 40px;font-size:14px}.hj-foot .hj-top{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;flex-wrap:wrap;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.08)}.hj-foot img{height:30px}.hj-foot .hj-links{display:flex;gap:26px;flex-wrap:wrap}.hj-foot .hj-links a{font-weight:600;color:#bcc9d4}.hj-foot .hj-links a:hover{color:#fff}.hj-foot .hj-legal{margin-top:24px;display:grid;gap:10px;color:#7e909e;font-size:12.5px;max-width:80ch}.hj-foot .hj-legal a{color:var(--blue);font-weight:600}.hj-buybar{position:fixed;left:0;right:0;bottom:0;z-index:70;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 24px #0b1a291f;padding:11px 16px;display:none;align-items:center;justify-content:space-between;gap:14px;transform:translateY(110%);transition:transform .28s ease}.hj-buybar.hj-show{transform:translateY(0)}.hj-buybar .hj-p{font-family:var(--display);font-weight:900;font-size:20px}.hj-buybar .hj-p s{color:var(--muted-2);font-weight:600;font-size:14px;margin-right:6px}.hj-buybar .hj-btn{padding:14px 22px;font-size:15px}@media(max-width:900px){.hj-buybar{display:flex}}.hj-reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.hj-reveal.hj-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.hj-reveal{opacity:1;transform:none;transition:none}.hj-urgent .hj-dot{animation:none}}.hj-hero-media{position:relative;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-l);background:var(--blue-t)}.hj-hero-media img{width:100%;height:480px;object-fit:cover}.hj-hero-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.hj-hero-thumbs button{flex:0 0 auto;width:72px;height:72px;padding:0;border:2px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;transition:border-color .15s}.hj-hero-thumbs button[aria-current=true]{border-color:var(--blue)}.hj-hero-thumbs img{width:100%;height:100%;object-fit:cover}.hj-step .hj-media img{width:100%;height:240px;object-fit:cover;display:block}.hj-shot img{width:100%;height:230px;object-fit:cover;display:block}.hj-media-empty{display:grid;place-items:center;color:var(--muted-2);font-size:13px;font-weight:600;text-align:center;padding:18px;height:100%;min-height:160px;background:var(--blue-t)}.hj-hero-media .hj-media-empty{height:480px}@media(max-width:900px){.hj-hero-media img,.hj-hero-media .hj-media-empty{height:380px}}.hj-form{margin:0}.hj-variant{margin:14px 0 4px}.hj-variant .hj-vlabel{font-family:var(--display);font-weight:700;font-size:13px;letter-spacing:.02em;color:var(--ink);margin-bottom:8px;display:block}.hj-variant .hj-vlabel span{color:var(--muted);font-weight:600}.hj-opts{display:flex;flex-wrap:wrap;gap:9px}.hj-opts input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hj-opts label{display:inline-flex;align-items:center;justify-content:center;min-width:46px;padding:10px 16px;border:1.5px solid var(--line);border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;background:#fff;transition:border-color .15s,background .15s,color .15s;font-family:var(--display)}.hj-opts input:checked+label{border-color:var(--blue);background:var(--blue-t);color:var(--blue-d)}.hj-opts input:focus-visible+label{outline:2px solid var(--blue);outline-offset:2px}.hj-opts input:disabled+label{opacity:.45;text-decoration:line-through;cursor:not-allowed}.hj-vselect{padding:12px 14px;border:1.5px solid var(--line);border-radius:10px;font-size:15px;font-family:var(--font);font-weight:600;background:#fff;min-width:180px}.hj-buy-row{display:flex;gap:12px;align-items:stretch;margin:18px 0 6px;flex-wrap:wrap}.hj-qty{display:inline-flex;align-items:center;border:1.5px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.hj-qty button{width:46px;height:100%;min-height:54px;border:0;background:none;cursor:pointer;font-size:20px;font-weight:700;color:var(--ink);font-family:var(--display)}.hj-qty button:hover{color:var(--blue-d)}.hj-qty input{width:46px;text-align:center;border:0;font-size:17px;font-weight:800;font-family:var(--display);-moz-appearance:textfield}.hj-qty input::-webkit-outer-spin-button,.hj-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hj-atc{flex:1 1 240px}.hj-atc[disabled]{background:var(--muted-2);box-shadow:none;cursor:not-allowed;transform:none}.hj-dynamic{margin-top:10px}.hj-dynamic .shopify-payment-button__button{border-radius:12px!important;font-family:var(--display)!important;font-weight:800!important}.hj-form-error{color:var(--hot-d);font-weight:700;font-size:14px;margin-top:10px;display:none}.hj-form-error.is-visible{display:block}.hj-sold-out-note{display:none}.hj-buybar form{display:flex;align-items:center;gap:12px;margin:0}.hj-buybar .hj-qty{min-height:0}.hj-buybar .hj-qty button{min-height:44px}.hj-offer .hj-atc,.hj-final .hj-atc{flex:initial;width:100%}.hj-section{padding-top:var(--hj-pt,84px);padding-bottom:var(--hj-pb,84px)}.hj-hero{padding:48px 0 64px}@media(max-width:900px){.hj-hero{padding:30px 0 44px}}.hj-hidden{display:none!important}.hj-buybar.hj-always{display:flex}.hj-buybar [data-hj-product-form]{flex:1 1 auto;min-width:0}.hj-buybar form{display:flex;align-items:center;gap:12px;margin:0;width:100%;justify-content:space-between}.hj-buybar .hj-price-row{margin:0;gap:7px;flex-wrap:nowrap}.hj-buybar .hj-price-now{font-size:20px}.hj-buybar .hj-price-was{font-size:13px}.hj-buybar .hj-buy-row{margin:0;flex:0 0 auto}.hj-buybar .hj-atc{padding:13px 22px;font-size:15px;flex:0 0 auto}.hj-buybar .hj-form-error{display:none!important}.hj-bb-title{font-family:var(--display);font-weight:800;font-size:14px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:34vw}
/*# sourceMappingURL=/cdn/shop/t/8/assets/hydrojet.css.map */
