:root{--bg:#f3f3f3;--text:#0e0f12;--muted:#6a6f77;--accent:#e11d48;--radius:18px}*{box-sizing:border-box}html,body{height:100%;width:100%}body{margin:0;font-family:Sofia Pro,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.container{max-width:1440px;width:100%;padding:24px 96px;margin:0 auto}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #ececec}.container.header-inner{display:grid;grid-template-columns:auto 1fr auto auto;gap:30px;align-items:center;min-height:48px;padding-top:24px;padding-bottom:24px}.logo{font-weight:800;letter-spacing:.5px;display:flex;align-items:center;gap:2px}.logo-4{color:var(--accent);font-weight:900}.logo-dot{color:#1b1d1f}.nav{display:block}.nav-list{display:flex;gap:22px;list-style:none;margin:0;padding:0}.nav-list a{font-size:18px;color:#171a1b}.nav-list a:hover{color:#111}.header-cta{display:flex;align-items:center;gap:12px}.currency{display:flex;align-items:center;gap:8px;border:none;border-radius:999px;height:36px;background:#fff;cursor:pointer;font-size:13px;color:#222}.currency .chev{width:14px;height:14px}.curr{font-size:18px;font-weight:600}.header-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;background:transparent;cursor:pointer}.cart-badge{position:absolute;right:0;top:0;min-width:18px;height:18px;padding:0 5px;background:#e11d48;color:#fff;border-radius:999px;font-size:12px;line-height:18px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;transform-origin:100% 0}.cart-badge.bump{animation:cart-bump .32s ease}@keyframes cart-bump{0%{transform:scale(1)}40%{transform:scale(1.15)}to{transform:scale(1)}}.btn{display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:999px;padding:0 16px;border:1px solid #ddd;font-weight:600}.btn-dark{background:#111;color:#fff;width:120px;height:48px;border-radius:999px;border:none;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-left:20px}.btn-light{background:#fff;border-color:#ddd}.btn-full{width:100%}.burger{display:none;position:relative;width:40px;height:40px;background:#fff}.burger span{position:absolute;left:9px;right:9px;height:2px;background:#111;transition:transform .3s,opacity .3s}.burger span:nth-child(1){top:12px}.burger span:nth-child(2){top:19px}.burger span:nth-child(3){top:26px}.burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.is-open span:nth-child(2){transform:translateY(-7px) rotate(-45deg)}.mobile-drawer{position:fixed;top:0;width:100%;background:#fff;height:100vh;transform:translate(100%);transition:transform .3s ease;z-index:60;border-left:1px solid #ececec}.mobile-drawer.open{transform:none}.mobile-nav{padding:24px}.mobile-nav ul{list-style:none;margin:0;padding:0 0 48px;display:grid;gap:14px;text-transform:uppercase}.mobile-nav .currency{display:flex}.mobile-nav a{display:block;padding:20px 2px;border-bottom:1px dashed #eee}.mobile-cta{margin-top:14px;display:none}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;-webkit-backdrop-filter:saturate(120%) blur(2px);backdrop-filter:saturate(120%) blur(2px);z-index:55}.close-nav{display:flex;position:absolute;right:28px;width:34px;text-align:center;height:34px;top:28px;justify-content:center;align-items:center;border-radius:50%;border:1px solid #000}.hero{height:600px;border-bottom:1px solid #f0f0f0;background:url(images/hero-image.jpg) no-repeat center;margin-bottom:48px;background-size:cover}.hero-grid{display:grid;grid-template-columns:2fr;gap:24px;align-items:center}.hero-copy{padding:48px 0}.hero-copy .eyebrow{color:#e4032e;font-weight:600;font-size:16px;letter-spacing:.04em;margin-bottom:8px}.hero h1{font-size:80px;line-height:1.05;margin:6px 0 12px;letter-spacing:-.02em}.lead{max-width:36ch;color:#171a1b;font-size:20px}.hero .btn{margin-top:16px;color:#e4032e}.hero-media .img-placeholder{height:340px;border-radius:var(--radius);background:#e9ecef;display:grid;place-items:center;color:#7a7f86}.info-split{padding:80px 0 80px 96px}.split-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:flex-start}.split-copy{padding-top:16px}.eyebrow-accent{color:#e4032e;display:flex;align-items:center;gap:8px;font-weight:600}.ball-icon{position:relative;top:4px}h2{font-size:48px;font-weight:400;margin:6px 0 12px}.bullet-list{list-style:none;margin:0 0 10px;padding:0;display:grid;gap:10px}.bullet-list li{font-family:Sofia Pro,sans-serif;font-weight:500;font-size:36px;color:#545454}.small{font-size:20px;color:#171a1b;max-width:580px}.muted{color:#666}.split-media .img-placeholder{height:280px;border-radius:16px;background:#eceff3;display:grid;place-items:center;color:#7a7f86}.rounded{border-radius:16px}.cards-section{margin:48px 0;padding:80px 96px}.cards-head{text-align:center;margin-bottom:16px}.cards-head h2{font-size:48px;letter-spacing:-.02em;margin:0 0 6px}.cards-head p{margin:0 auto 64px}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:12px 0 4px}.card{position:relative;display:block;border-radius:16px;overflow:hidden;background:#0f1114;box-shadow:0 8px 28px #0000001a;transition:transform .25s ease,box-shadow .25s ease;aspect-ratio:16 / 16;isolation:isolate}.card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.card:hover{transform:translateY(-2px);box-shadow:0 14px 36px #00000029}.card__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.92)}.card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#0000008c 86%);z-index:1}.card__badge{position:absolute;left:24px;top:24px;z-index:2;display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;border-radius:999px;background:#ffffffdb;color:#222;font-size:12px;font-weight:400;box-shadow:0 4px 18px #0000002e}.card__text{position:absolute;left:24px;right:14px;bottom:24px;z-index:2;color:#fff}.card__title{font-weight:700;font-size:16px;margin-bottom:4px}.card__desc{font-size:13px;opacity:.9}.details_section{width:100%;margin:16px 0}.details_row{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:12px}.detail_title{color:#545454;font-size:16px;font-family:Sofia Pro,sans-serif;font-weight:300;line-height:22px;word-wrap:break-word}.detail_descr{color:#171a1b;font-size:16px;font-family:Sofia Pro,sans-serif;font-weight:600;line-height:20px;word-wrap:break-word;text-align:right}.bordered{border-bottom:1px solid #E2E2E2}@media (max-width: 1024px){.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.cards-head h2{font-size:26px}.cards-grid{grid-template-columns:1fr;gap:16px}.cards-section{padding:20px 0 28px}}@media (max-width: 1100px){.hero h1{font-size:48px}}@media (max-width: 1150px){.nav{display:none}.burger{display:block}.header-inner{grid-template-columns:auto 1fr auto auto}.hero-grid,.split-grid{grid-template-columns:1fr}}@media (max-width: 520px){.hero h1{font-size:40px}.hero-media .img-placeholder{height:260px}}.how{background:#181a1c;color:#f5f6f7;padding:80px 0 56px}.container.how-head{text-align:center;margin-bottom:64px}.how-head h2{margin:0 0 6px;font-size:32px;letter-spacing:-.02em;color:#fff}.how-head .muted{color:#b7bcc2;text-align:center;margin:0 auto}.how-wrap{position:relative}.how-swiper{padding:8px 0 24px}.how-swiper .swiper-wrapper{align-items:stretch}.video-card{width:min(360px,82vw);height:520px;border-radius:18px;overflow:hidden;position:relative}.video-card__img{width:100%;height:100%;max-height:540px;object-fit:cover;border-radius:inherit;display:block}.video-card{position:relative;overflow:hidden;border-radius:18px}.video-card__content{position:absolute;bottom:16px;left:16px;right:16px;z-index:2;color:#fff}.video-card__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:none!important;border:none!important;padding:0!important;cursor:pointer;display:grid;place-items:center;box-shadow:0 8px 24px #00000059}.video-card__play svg path:first-child{fill:#8886!important}.video-card__caption{position:absolute;left:18px;right:18px;bottom:30px;z-index:2;color:#fff}.video-card__title{font-weight:700;font-size:18px;line-height:1.25;margin-bottom:6px;text-shadow:0 2px 10px rgba(0,0,0,.45)}.video-card__meta{font-size:12px;opacity:.85}.how-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px 0}.how-pagination,.reviews-pagination{display:flex;align-items:center;gap:10px}.how-pagination .how-bullet,.reviews-pagination .how-bullet{width:10px;height:10px;border-radius:999px;background:#ffffff59;display:inline-block;transition:width .28s ease,background .28s ease,opacity .28s ease}.how-pagination .how-bullet.active,.reviews-pagination .how-bullet.active{width:80px;height:12px;border-radius:6px;background:#e11d48}.how-arrows{display:flex;align-items:center;gap:10px}.how-arrows button{width:38px;height:38px;border-radius:999px;background:transparent;color:#e6e7ea;border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;cursor:pointer}.how-arrows button:hover{background:#ffffff0f}.how-arrows svg{display:block}.how .swiper-slide{margin-right:22px;width:auto}.how .swiper-slide:last-child{margin-right:0}.how .swiper-slide{transition:transform .4s ease,opacity .4s ease;transform:scale(.9)!important}.how .swiper-slide-active{transform:scale(1)!important;z-index:2}@media (max-width: 1024px){.video-card{height:480px;width:min(320px,84vw)}}@media (max-width: 640px){.video-card{height:440px;width:84vw}.how-controls{padding-inline:10px}}.product{background:#fff;padding:80px 0;margin-top:48px}.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:start}@media (max-width:960px){.product-grid{grid-template-columns:1fr;gap:22px}}.product-figure{background:#f1f2f4;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #0000000f inset}.product-figure img{display:block;width:100%;height:auto}.product-thumbs{margin-top:16px;display:flex;gap:14px;list-style:none;padding:0;overflow:auto}.product-thumbs li{flex:0 0 auto}.product-thumbs button{overflow:hidden;width:58px;height:58px;border-radius:999px;padding:0;border:2px solid transparent;background:#f3f4f6;display:grid;place-items:center;cursor:pointer;position:relative}.product-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:999px}.product-thumbs li.is-active button{border-color:#e11d48}.product-title{font-size:64px;line-height:.95;letter-spacing:-.02em;margin:4px 0 10px}@media (max-width:1100px){.product-title{font-size:52px}}@media (max-width:520px){.product-title{font-size:40px}}.product-rating{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:10px}.stars{color:#111;letter-spacing:2px}.reviews{font-weight:600;color:#333}.product-desc{color:#4a5058;display:grid;gap:10px;margin:14px 0 16px}.product-options .label{font-weight:700;margin-bottom:8px}.pill-group{display:grid;grid-template-columns:1fr 1fr;gap:12px}.visually-hidden{position:absolute!important;clip:rect(0 0 0 0)!important;width:1px;height:1px;margin:-1px;overflow:hidden}.pill{width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;border:1px solid #d7d9de;background:#fff;color:#111;cursor:pointer;font-weight:600}#opt1:checked+.pill,#opt2:checked+.pill{border-color:#111;box-shadow:0 4px 14px #00000014 inset}.product-accordion{margin:14px 0 12px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:8px 0}.product-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:700;color:#333}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion[open] summary svg{transform:rotate(180deg)}.product-accordion summary svg{transition:.25s}.accordion-body{padding:10px 0 6px;color:#4a5058}.accordion-body ul{margin:0;padding-left:18px}.product-buy{display:grid;grid-template-columns:auto 2fr;gap:16px;align-items:center;margin-top:10px}.m-24{margin:24px 0}.price{font-family:Sofia Pro,sans-serif;font-size:28px;font-weight:500;color:#171a1b}.qty{display:inline-grid;grid-template-columns:36px 60px 36px;align-items:center;height:48px;border:1px solid #888;border-radius:999px;background:#fff}.qty-btn{width:36px;height:46px;border:0;background:transparent;font-size:20px;cursor:pointer;color:#111}.qty-input{width:60px;height:46px;border:0;text-align:center;font-weight:700;font-size:16px;outline:none;background:transparent;-moz-appearance:textfield}.btn-xl{height:56px;padding:0 28px;border-radius:999px}.add-to-cart{width:100%}@media (max-width:640px){.product-buy{grid-template-columns:1fr;gap:12px}.qty{width:100%}}.reviews{color:#171a1b}.reviews_section{background:#171a1b;padding:80px 0}.reviews-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:16px}.reviews-head h2{color:#fff;margin:0 0 6px;font-size:32px;letter-spacing:-.02em}.reviews-head .muted{color:#e2e2e2}.reviews-score{display:flex;flex-direction:row;gap:4px}.reviews-score strong{font-size:36px;color:#fff}.reviews-score .stars{letter-spacing:5px;color:#fff;font-size:30px}.tiny{font-size:16px;text-align:right}.reviews-wrap{position:relative;overflow:hidden}.reviews-swiper{overflow:visible;padding-bottom:10px}.review-grid{column-count:3;column-gap:18px}@media (max-width: 900px){.review-grid{column-count:2}}.rev-card{position:relative;display:inline-block;width:100%;margin:0 0 18px;break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;border-radius:12px;overflow:hidden}.rev-media{width:100%;height:auto;object-fit:cover;display:block}.rev-card:not(.rev-video) .rev-media{max-height:280px}.rev-card--short{max-height:410px}.rev-card--tall{min-height:704px}.rev-card--short .rev-media,.rev-card--tall .rev-media{height:100%;object-fit:cover}.rev-card .video-card__play{position:absolute}.rev-caption{position:absolute;left:14px;right:14px;bottom:14px;z-index:2;color:#fff}.rev-caption .name{font-weight:800}.rev-caption .text{font-size:12px;opacity:.9}.rev-band{height:100%;background:#fff;color:#1a1b1d;z-index:2;padding:28px;box-shadow:0 8px 22px #00000040}.rev-band .name{font-weight:800;margin-bottom:6px}.rev-band .text{font-size:12px;color:#3b3f46}.rev-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;border:0;cursor:pointer;background:#ffffffe6;display:grid;place-items:center;z-index:2;box-shadow:0 8px 22px #00000059}.rev-play:before{content:"";width:0;height:0;margin-left:3px;border-left:16px solid #575b63;border-top:10px solid transparent;border-bottom:10px solid transparent}.reviews-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:64px}.reviews-arrows{display:flex;gap:10px}.reviews-arrows button{width:38px;height:38px;border-radius:999px;background:transparent;color:#e6e7ea;border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;cursor:pointer}.reviews-arrows button:hover{background:#ffffff0f}.reviews-pagination{position:relative;display:flex;align-items:center}.rev-dots{display:flex;gap:12px;position:relative;z-index:1}.rev-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80}.rev-pill{position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:999px;background:#e11d48;z-index:2;transition:width .35s ease}.boost{background:#fff;color:#f6f7f8;padding:40px 0}.ticket{position:relative;background:#000;border-radius:24px;padding:28px 28px 28px 16px;isolation:isolate}.ticket:before{top:16px}.ticket:after{bottom:16px}.ticket__cap{display:flex;justify-content:center;align-items:center;margin-bottom:12px}.ticket__label{color:#e11d48;font-size:16px}.ticket__perforation{position:relative;height:18px;margin:14px 0;background-image:radial-gradient(circle,#ffffff 6px,transparent 4px);background-size:24px 100%;background-repeat:repeat-x;background-position:left center;z-index:0}.ticket:before,.ticket:after{content:"";position:absolute;top:195px;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background:#fff}.ticket:before{left:-12px}.ticket:after{right:-12px}.ticket__title{font-weight:800;font-size:48px;margin:6px 0 61px;text-align:center}.ticket__subtitle{color:#e2e2e2;text-align:center;padding:36px 0;font-size:20px}.step{display:none;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease}.step.is-active{display:block;opacity:1;transform:none}.chips{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:10px 0 8px;border:0;padding:0}.chip{position:relative}.chip input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.chip span{display:inline-flex;align-items:center;justify-content:center;font-size:16px;min-height:40px;padding:0 16px;border-radius:12px;border:1px solid #d8dbe1;background:#ededed;color:#171a1b;cursor:pointer;font-weight:300;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.chip span:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00000026}.chip input:checked+span{border-color:#111;box-shadow:inset 0 0 0 1.5px #111}.ticket__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;padding:36px 0}@media (max-width:720px){.ticket__grid{grid-template-columns:1fr}}.field{display:flex;justify-content:center;align-items:center}.field__label{display:block;margin-bottom:8px;color:#cfd3d9;font-weight:700}.field__hint{text-align:center;display:block;margin-top:6px;font-size:14px;color:#fff}.field__hint span{font-size:20px;color:#e2e2e2}.field__error{margin-top:8px;color:#ff8080}input[type=email]{width:100%;height:48px;border-radius:12px;border:1px solid #2b2f34;background:#fff;color:#545454;padding:16px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;margin-bottom:16px}input[type=email]::placeholder{color:#545454}input[type=email]:focus{border-color:#444b53}.email-btn{font-size:18px;display:inline-flex;align-items:center;justify-content:center;height:48px;padding:16px;border-radius:999px;border:0;cursor:pointer;font-weight:600;width:100%;margin-top:16px}.email-btn{background:#f7f7f7;color:#e11d48}.email-btn:hover{background:#b11237;color:#f7f7f7}.thanks{display:grid;grid-template-columns:1fr 1fr;justify-items:center;gap:10px;padding:48px;text-align:center}.promo{display:flex;gap:10px;align-items:center}.promo__code{font-weight:400;font-size:48px;letter-spacing:.08em;color:#fff;border-radius:10px;padding:10px 14px}.promo__copy{color:#fff;border-radius:10px;height:24px;cursor:pointer}.contact{padding:80px 0;font-family:Sofia Pro,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#0f1214}.contact__row{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:50px 32px;align-items:start}@media (max-width: 980px){.contact__row{grid-template-columns:1fr}}.contact__title{grid-column:1 / -1;font-size:48px;line-height:1.1;letter-spacing:-.02em;margin-bottom:8px}.contact__socials{position:absolute;right:100px;top:42px;display:flex;gap:10px}.soc{width:36px;height:36px;border-radius:999px;background:#000;border:1px solid #e7e8eb;color:#fff;display:grid;place-items:center;box-shadow:0 10px 30px #00000014}.soc:hover{transform:translateY(-1px)}.contact__media{position:relative;min-height:380px}.circle{position:absolute;border-radius:50%;overflow:hidden}.circle img{width:100%;height:100%;object-fit:cover;display:block}.circle--lg{width:600px;height:600px;left:-160px;top:-114px}.circle--sm{width:440px;height:440px;left:100px;top:105px}.contact__card{background:#ededed;border:1px solid #e7e8eb;border-radius:24px;box-shadow:0 10px 30px #00000014;padding:24px}.contact_card__title{font-size:22px;margin:2px 0 8px;color:#545454}.card__intro{color:#545454;margin:0 0 16px}.card__intro a{color:#111;font-weight:700;text-decoration:none;border-bottom:1px solid #cfd1d4}.card__intro a:hover{border-color:#111}.contact_field{display:grid;gap:8px;margin-bottom:24px}.contact_field label{color:#6d7178;font-weight:700}.contact_field input,.contact_field textarea{width:100%;background:#fff;border:1px solid #dcdfe4;border-radius:12px;height:46px;padding:0 14px;color:#0f1214;outline:none;transition:border-color .15s ease,box-shadow .15s ease;margin:0}.contact_field textarea{height:auto;padding:10px 14px;resize:vertical;min-height:110px}.contact_field input::placeholder,.field textarea::placeholder{color:#a5abb1}.contact_field input:focus,.field textarea:focus{border-color:#c9cdd3;box-shadow:0 0 0 3px #0000000a inset}.error{color:#d12d2d;font-size:13px}.btn{height:48px;padding:0 28px;border-radius:999px;border:0;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.btn--black{background:#111;color:#fff;width:100%}.btn--black:hover{filter:brightness(.95)}.faq{background:#efefef;padding:48px 0 44px;font-family:Sofia Pro,sans-serif;color:#0f1214}.faq__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}@media (max-width: 1024px){.faq__inner{grid-template-columns:1fr;gap:24px}}.faq__left{padding-top:18px}.faq__title{font-size:48px;line-height:1.05;letter-spacing:-.02em;margin:0 0 10px}@media (max-width:640px){.faq__title{font-size:36px}}.faq__subtitle{color:#6e737a;margin:0}.faq__right{position:relative;padding-right:52px}@media (max-width: 640px){.faq__right{padding-right:0}}@media (max-width:640px){.faq__close{position:static;margin-left:auto;margin-bottom:8px}}.faq__list{list-style:none;margin:0;padding:0}.faq__item{border-bottom:1px solid #e2e4e8}.faq__item:first-child{border-top:1px solid #e2e4e8}.faq__q{font-size:14px;width:100%;text-align:left;background:transparent;border:0;cursor:pointer;display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:22px 0;font-weight:600;color:#0f1214}.faq__q:hover{color:#111}.faq__icon{width:40px;height:40px;border-radius:999px;border:1px solid #cfd2d7;background:#000;position:relative;flex:0 0 40px}.faq__icon:before,.faq__icon:after{content:"";position:absolute;left:50%;top:50%;background:#fff;transform:translate(-50%,-50%);transition:.2s ease}.faq__icon:before{width:17px;height:2px}.faq__icon:after{width:2px;height:17px}.faq__a{display:none;color:#6a7077;padding:0 64px 22px 0;line-height:1.55}@media (max-width:640px){.faq__a{padding-right:0}}.faq__q[aria-expanded=true] .faq__icon:before{transform:translate(-50%,-50%) rotate(45deg);background:#000}.faq__q[aria-expanded=true] .faq__icon{background:#fff}.faq__q[aria-expanded=true] .faq__icon:after{transform:translate(-50%,-50%) rotate(-45deg);width:17px;height:2px;background:#000}.site-footer{background:#171a1b;color:#e9eaec;padding:80px 0 32px;font-family:Sofia Pro,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.f-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.f-menu{display:flex;gap:42px;flex-wrap:wrap;margin-bottom:56px}.f-menu a{color:#e9eaec;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;font-weight:300;font-size:20px}.f-menu a:hover{opacity:.9}.f-email{color:#e9eaec;text-decoration:none;text-transform:uppercase;font-size:20px;font-weight:300;letter-spacing:.02em}.f-email:hover{opacity:.9}.f-socials{display:flex;gap:50px;justify-content:flex-end}.soc{width:36px;height:36px;border-radius:999px;background:#171a1b;color:#fff;display:grid;place-items:center;border:none}.f-logo{display:flex;justify-content:space-between;align-items:flex-end;padding:0 0 10px}.f-logo img{max-height:165px}.logo-stub{font-size:120px;line-height:1;letter-spacing:.02em;font-weight:800;color:#fff}.logo-stub .accent{color:#e23b3b}.f-sep{border:0;border-top:1px solid #888888;margin:12px 0 14px}.f-bottom{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:20px}.f-legal{display:flex;gap:26px;flex-wrap:wrap}.f-legal a{color:#cfd2d6;text-decoration:none;font-size:16px;font-weight:300}.f-legal a:hover{color:#fff}.f-copy{color:#cfd2d6;font-size:16px;font-weight:300;text-align:center}.f-currency{position:relative;justify-self:end}.curr-btn{font-size:18px;display:inline-flex;align-items:center;gap:8px;background:transparent;border:0;color:#fff;cursor:pointer;font-weight:600;padding:6px 8px;border-radius:10px}.curr-btn .flag{width:20px;height:20px;object-fit:cover;border-radius:2px}.curr-btn .chev{opacity:.8;transition:transform .2s ease}.curr-btn[aria-expanded=true] .chev{transform:rotate(180deg)}.curr-list{position:absolute;right:0;bottom:calc(100% + 6px);background:#2a2c2e;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:6px 0;list-style:none;margin:0;min-width:110px;display:none;z-index:10}.curr-list li{padding:8px 12px;cursor:pointer}.curr-list li:hover{background:#35383a}.site-footer .curr-form .currency{background:#171a1b}.site-footer .curr,.site-footer .chev{color:#fff}@media (max-width: 1000px){.logo-stub{font-size:96px}}@media (max-width: 780px){.f-top{flex-direction:column;align-items:flex-start}.logo-stub{font-size:72px}.f-bottom{grid-template-columns:1fr;gap:10px}.f-currency{order:2;justify-self:start}}.open-cart{margin:20px;padding:10px 14px;border-radius:10px;border:1px solid #ddd;background:#fff;font-family:Sofia Pro,sans-serif}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none;font-family:Sofia Pro,sans-serif;color:#0f1214}.cart-overlay.is-open{display:block}.cart-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cart-drawer{position:absolute;top:0;right:0;width:456px;max-width:92vw;height:100%;background:#fff;box-shadow:-10px 0 30px #00000026;display:flex;flex-direction:column;justify-content:space-between;transform:translate(100%);transition:transform .35s ease}.cart-overlay.is-open .cart-drawer{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 18px 14px;border-bottom:1px solid #eee}.cart-header h3{font-size:24px;margin:0}.cart-close{width:36px;height:36px;border-radius:999px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:22px;line-height:1}.cart-list{overflow:auto;padding:10px 18px 0}.cart-sep{border:0;border-top:1px solid #eee;margin:24px 0}.cart-item{display:grid;grid-template-columns:104px 1fr auto;gap:14px;align-items:flex-start}.cart-thumb{width:56px;height:56px;object-fit:cover;border-radius:50%;background:#f3f4f6}.cart-info{display:grid;gap:8px}.cart-name{font-weight:700}.cart-controls{display:flex;align-items:center;gap:10px}.cart-remove{width:28px;height:36px;border-radius:999px;border:1px solid #e2e3e8;background:#fff;color:#0f1214;display:grid;place-items:center;cursor:pointer}.qty{display:inline-grid;grid-template-columns:28px 28px 28px;align-items:center;height:36px;border:1px solid #e2e3e8;border-radius:999px;background:#fff}.qty-btn{width:28px;height:34px;border:0;background:transparent;font-size:20px;cursor:pointer;color:#111}.qty-input{width:28px;height:34px;border:0;text-align:center;font-weight:700;font-size:14px;outline:none;background:transparent;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-price{font-weight:700}.cart-promo{padding:0 18px 6px}.promo-label{display:block;font-weight:700;margin:8px 0}.promo-row{display:grid;grid-template-columns:1fr 40px;gap:10px}.promo-input{height:48px;border:1px solid #e2e3e8;border-radius:12px;padding:0 12px;outline:none}.promo-apply{width:48px;height:48px;border-radius:999px;border:0;background:#d0d2d6;display:grid;place-items:center;cursor:pointer}.promo-apply.is-ok{background:#4caf50}.cart-total{padding:6px 18px 10px;border-top:1px solid #eee}.cart-total .row{display:flex;align-items:center;justify-content:space-between;font-weight:700;padding:10px 0 4px}.cart-total .note{color:#7a8086;font-size:12px;margin:0 0 8px}.cart-checkout{margin:10px 18px 18px;height:48px;border-radius:999px;border:0;line-height:48px;cursor:pointer;text-align:center;font-weight:700;background:#111;color:#fff;width:calc(100% - 36px)}.cart-checkout.is-disabled{opacity:.5;pointer-events:none}.qty-btn.trash{font-size:0;background:url(images/Counter\ Buttons.svg) center/25px no-repeat transparent;cursor:pointer}.header-currency{position:relative;padding-left:5px}.curr-form .currency{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;line-height:1;cursor:pointer}.curr-form .currency .flag{border-radius:2px;display:block}.curr-form .currency .chev{width:16px;height:16px}.curr-menu{position:absolute;top:calc(100% + 8px);right:0;width:min(320px,90vw);max-height:60vh;overflow:auto;background:#fff;border:1px solid #EAEAEA;border-radius:12px;box-shadow:0 12px 28px #0000001f;padding:6px;z-index:80}.curr-menu ul{list-style:none;margin:0;padding:0}.curr-menu li[aria-selected=true] .curr-option{background:#f5f7fa}.curr-option{display:flex;align-items:center;gap:.75rem;justify-content:space-between;width:100%;padding:.5rem .625rem;border-radius:10px;background:transparent;border:0;cursor:pointer;text-align:left}.curr-option .flag{flex:0 0 auto;border-radius:2px}.curr-option .label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.curr-option .code{font-weight:600;color:#111;margin-left:.75rem}.curr-option:hover{background:#f0f2f5}@media (max-width: 1245px){.circle--lg{width:400px;height:400px}.circle--sm{width:300px;height:300px;left:40px}.f-logo{flex-direction:column}}@media (max-width: 820px){.circle--lg{width:400px;height:400px;left:-40px}.circle--sm{width:300px;height:300px;left:170px}.reviews_section .review-grid .rev-card:nth-child(n+5){display:none}.f-logo{flex-direction:column}}@media screen and (max-width: 768px){.container{padding:48px 20px;max-width:768px}.container.header-inner{padding:56px 16px 12px;grid-template-columns:auto auto auto auto;gap:0}.info-split{padding:24px 20px}.btn-dark{margin:0}.currency{display:none}.hero-copy .eyebrow{margin-bottom:12px}.hero-copy{text-align:center}h2{font-size:24px}.bullet-list li{font-size:22px}.hero{margin-bottom:32px}.f-logo img{max-height:75px}.small{font-size:16px}.cards-section{padding:24px 0 20px;margin-top:32px}.cards-head h2{font-size:24px}.cards-head p{font-size:16px;margin-bottom:24px}.cards-grid{grid-template-columns:1fr;gap:28px;padding:0 20px}.how-arrows{display:none}.container.how-controls{padding:32px 20px}.how-head h2{margin-bottom:12px}.container.how-head{margin-bottom:32px}.how{padding:24px 20px}.how-pagination,.reviews-pagination{justify-content:center}.pill-group{grid-template-columns:1fr}.qty{height:48px;grid-template-columns:50px 45px 42px}.qty-btn,.qty-input{width:36px}.product{margin-top:0;padding-top:24px}.product-buy{grid-template-columns:1fr 2fr}.product-accordion{margin:0}.product-accordion summary{display:none}.reviews_section{padding:0}.reviews-head{flex-direction:column;padding:24px 20px 32px;margin:0}.tiny{text-align:left}.reviews-wrap{padding:0 20px}.boost{padding:0}.ticket__title{font-weight:400;font-size:24px;margin-bottom:87px}.ticket__cap{font-size:14px;margin-bottom:24px}.ticket__perforation{background-image:radial-gradient(circle,#ffffff 9px,transparent 4px);background-size:32px 100%}.chip{width:100%}.chip span{height:48px;width:100%}.contact{padding:24px 20px}.contact__title{font-size:24px;max-width:170px;padding-top:6px;line-height:28px}.contact__row{padding:0}.soc{width:40px;height:40px}.contact__media{min-height:226px}.circle--sm{width:240px;height:240px;left:112px;top:-26px}.circle--lg{width:300px;height:300px;left:-80px;top:-81px}.faq__a{font-size:14px}.site-footer{padding:24px 0 28px}.f-menu{width:100%;display:grid;grid-template-columns:1fr 1fr}.f-legal{flex-direction:column;align-items:center}.f-copy{text-align:center;margin-top:26px}.f-logo{flex-direction:column;align-items:center;gap:32px;padding:32px 0}.footer-container{display:grid}.f-socials{order:2}.f-sep{order:3}.f-bottom{order:4}.f-menu{margin-bottom:0}.f-email{margin:42px auto}.f-socials{justify-content:center}.rev-card:not(.rev-video) .rev-media{max-height:280px}.rev-band{height:auto;border-bottom-right-radius:12px;border-bottom-left-radius:12px}}@media (max-width: 500px){.product-grid{display:block}.reviews_section .review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.rev-card:not(.rev-video) .rev-media{max-height:170px}.rev-card--tall{min-height:auto;height:auto}.curr-menu{width:120px}.curr-form .currency{padding:0}.header-currency:not(.header-currency--mobile){display:none}.header-currency--mobile .curr-menu{left:0}.contact__socials{top:0;right:0}.ticket{padding:28px}.ticket__perforation{background-size:34px 100%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/styles.css.map */
