.customer-reviews{background:var(--reviews-bg);color:var(--reviews-text);padding:var(--reviews-desktop-top) 20px var(--reviews-desktop-bottom)}.customer-reviews__demo-notice{margin:0 0 18px;padding:10px 12px;border:1px solid #8a4b12;border-radius:8px;background:#fff6e8;color:#58300a;font-size:12px;font-weight:700;line-height:1.4;text-align:center}.customer-reviews__inner{width:100%;max-width:var(--reviews-max-width);margin:0 auto}.customer-reviews--narrow .customer-reviews__inner{max-width:min(100%,1080px)}.customer-reviews__summary{margin:0 auto 38px;max-width:720px}.customer-reviews__summary--left{text-align:left}.customer-reviews__summary--center{text-align:center}.customer-reviews__summary--right{text-align:right}.customer-reviews__heading{color:var(--reviews-heading);margin:0 0 12px;font-size:clamp(28px,4vw,44px);line-height:1.1}.customer-reviews__overall{display:inline-flex;align-items:center;gap:10px;font-weight:700}.customer-reviews__stars{display:inline-flex;gap:2px;line-height:1}.customer-reviews__star{color:var(--reviews-empty-star);font-size:var(--reviews-star-size);line-height:1}.customer-reviews__star--filled{color:var(--reviews-star)}.customer-reviews__average{color:var(--reviews-text)}.customer-reviews__count{margin:10px 0 0;color:var(--reviews-text);font-size:16px}.customer-reviews__supporting{margin:12px 0 0;color:var(--reviews-text);opacity:.8}.customer-reviews__button{display:inline-flex;margin-top:20px;padding:12px 22px;border:var(--reviews-border-width) solid var(--reviews-border);border-radius:var(--reviews-radius);color:var(--reviews-heading);text-decoration:none;font-weight:700;transition:transform .2s ease,opacity .2s ease}.customer-reviews__button:hover{transform:translateY(-2px);opacity:.8}.customer-reviews__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--reviews-gap)}.customer-reviews__grid--1{grid-template-columns:1fr}.customer-reviews__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-review-card{display:flex;flex-direction:column;overflow:hidden;background:var(--reviews-card-bg);border:var(--reviews-border-width) solid var(--reviews-border);border-radius:var(--reviews-radius);box-shadow:none}.customer-reviews--shadow .customer-review-card{box-shadow:0 12px 32px #12121214}.customer-review-card--image-left,.customer-review-card--image-right{display:grid;grid-template-columns:minmax(110px,34%) 1fr}.customer-review-card--image-right{grid-template-columns:1fr minmax(110px,34%)}.customer-review-card--image-right .customer-review-card__media{order:2}.customer-review-card__media{overflow:hidden;background:#1212120a}.customer-review-card__media--square{aspect-ratio:1}.customer-review-card__media--portrait{aspect-ratio:4 / 5}.customer-review-card__media--landscape{aspect-ratio:4 / 3}.customer-review-card__media--auto{aspect-ratio:auto}.customer-review-card__image{width:100%;height:100%;object-fit:cover;border-radius:var(--reviews-radius);display:block}.customer-review-card__content{display:flex;flex-direction:column;gap:10px;padding:24px}.customer-review-card--no-image{align-self:start}.customer-review-card--no-image .customer-review-card__content{gap:7px;padding:16px 18px}.customer-review-card--no-image .customer-review-card__title{font-size:17px}.customer-review-card--no-image .customer-review-card__text{font-size:14px;line-height:1.45}.customer-review-card[hidden],.customer-reviews__show-more[hidden]{display:none!important}.customer-reviews__show-more{display:block;margin:24px auto 0;padding:11px 22px;border:var(--reviews-border-width) solid var(--reviews-border);border-radius:var(--reviews-radius);background:var(--reviews-card-bg);color:var(--reviews-heading);font:inherit;font-weight:700;cursor:pointer}.customer-reviews__show-more:focus-visible{outline:2px solid var(--reviews-heading);outline-offset:3px}.customer-review-card__topline{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.customer-review-card__name{color:var(--reviews-heading);font-weight:700}.customer-review-card__badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:var(--badge-bg);color:var(--badge-text);font-size:11px;font-weight:700;letter-spacing:.03em}.customer-review-card__badge-check{display:inline-grid;width:16px;height:16px;place-items:center;margin-right:5px;border-radius:50%;background:var(--badge-text);color:var(--badge-bg);font-size:11px;line-height:1;font-weight:900}.customer-review-card__rating{display:flex;gap:2px}.customer-review-card__title{margin:0;color:var(--reviews-heading);font-size:19px;line-height:1.25}.customer-review-card__text{color:var(--reviews-text);line-height:1.6}.customer-review-card__text p{margin:0}.customer-review-card__date{color:var(--reviews-text);opacity:.65;font-size:13px}@media screen and (max-width:749px){.customer-reviews{padding-top:var(--reviews-mobile-top);padding-bottom:var(--reviews-mobile-bottom)}.customer-reviews__grid,.customer-reviews__grid--3{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-reviews__grid--1{grid-template-columns:1fr}.customer-review-card{width:100%;max-width:var(--reviews-mobile-card-width);justify-self:center}.customer-review-card--image-left,.customer-review-card--image-right{display:flex}.customer-review-card--image-right .customer-review-card__media{order:0}.customer-review-card__content{padding:14px}.customer-review-card--no-image .customer-review-card__content{gap:5px;padding:10px}.customer-review-card--no-image .customer-review-card__title{font-size:14px;line-height:1.25}.customer-review-card--no-image .customer-review-card__text{font-size:12px;line-height:1.35}.customer-review-card--no-image .customer-review-card__rating .customer-reviews__star{font-size:min(var(--reviews-star-size),16px)}.customer-review-card__title{font-size:16px}.customer-review-card__text{font-size:13px;line-height:1.45}.customer-review-card__name{font-size:13px}.customer-review-card__badge-label{display:none}.customer-review-card__badge{width:22px;height:22px;padding:0;justify-content:center}.customer-review-card__badge-check{width:17px;height:17px;margin:0}}.social-urgency-section{width:100%;padding-top:var(--su-section-pt);padding-bottom:var(--su-section-pb)}.social-urgency-section__outer{width:100%;max-width:var(--su-max-width);margin:0 auto;padding:0 20px;box-sizing:border-box}.social-urgency-section__box{display:flex;align-items:flex-start;gap:20px;width:100%;padding:var(--su-desktop-py) var(--su-desktop-px);box-sizing:border-box;border-radius:var(--su-radius);background:var(--su-bg);color:var(--su-text)}.social-urgency-section__icon{flex:0 0 42px;width:42px;height:42px;color:var(--su-icon);margin-top:1px}.social-urgency-section__icon svg{display:block;width:100%;height:100%}.social-urgency-section__copy{min-width:0;font-size:var(--su-desktop-font);line-height:1.45;letter-spacing:0}.social-urgency-section__label{font-weight:700;margin-right:.38em}.social-urgency-section__message{font-weight:400}@media screen and (max-width:749px){.social-urgency-section__outer{padding:0 12px}.social-urgency-section__box{gap:12px;padding:var(--su-mobile-py) var(--su-mobile-px)}.social-urgency-section__icon{flex-basis:30px;width:30px;height:30px;margin-top:0}.social-urgency-section__copy{font-size:var(--su-mobile-font);line-height:1.42}}.spookfit-cube-wrap{background:var(--cube-bg);color:var(--cube-text);padding-top:var(--cube-padding-top);padding-bottom:var(--cube-padding-bottom);overflow:hidden}.spookfit-cube-inner{display:grid;justify-items:center}.spookfit-cube-heading{margin:0 0 34px;max-width:760px;text-align:center;color:inherit;font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.08}.spookfit-cube-stage{width:var(--cube-size-mobile);height:var(--cube-size-mobile);perspective:1100px;perspective-origin:50% 45%}.spookfit-cube{position:relative;width:100%;height:100%;transform-style:preserve-3d;animation:spookfit-cube-spin var(--cube-speed) linear infinite;will-change:transform}.spookfit-cube--pause-hover:hover{animation-play-state:paused}.spookfit-cube-face{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#f3f3f3;border:1px solid rgba(0,0,0,.08);backface-visibility:hidden}.spookfit-cube-face img,.spookfit-cube-placeholder{display:block;width:100%;height:100%;object-fit:cover}.spookfit-cube-face--front{transform:rotateY(0) translateZ(var(--cube-depth-mobile))}.spookfit-cube-face--right{transform:rotateY(90deg) translateZ(var(--cube-depth-mobile))}.spookfit-cube-face--back{transform:rotateY(180deg) translateZ(var(--cube-depth-mobile))}.spookfit-cube-face--left{transform:rotateY(-90deg) translateZ(var(--cube-depth-mobile))}@keyframes spookfit-cube-spin{0%{transform:rotateY(0)}to{transform:rotateY(-360deg)}}@media screen and (min-width:750px){.spookfit-cube-heading{margin-bottom:42px}.spookfit-cube-stage{width:var(--cube-size-desktop);height:var(--cube-size-desktop)}.spookfit-cube-face--front{transform:rotateY(0) translateZ(var(--cube-depth-desktop))}.spookfit-cube-face--right{transform:rotateY(90deg) translateZ(var(--cube-depth-desktop))}.spookfit-cube-face--back{transform:rotateY(180deg) translateZ(var(--cube-depth-desktop))}.spookfit-cube-face--left{transform:rotateY(-90deg) translateZ(var(--cube-depth-desktop))}}@media(prefers-reduced-motion:reduce){.spookfit-cube{animation:none;transform:rotateY(-32deg)}}.spookfit-faq{background:var(--faq-bg);color:var(--faq-text);padding-top:var(--faq-pt);padding-bottom:var(--faq-pb);interpolate-size:allow-keywords}.spookfit-faq__inner{max-width:980px}.spookfit-faq__header{text-align:center;margin:0 auto 28px;max-width:720px}.spookfit-faq__heading{margin:0;color:var(--faq-heading-text);font-size:clamp(2.4rem,4vw,4.2rem);line-height:1.08;letter-spacing:-.03em}.spookfit-faq__subheading{margin-top:10px;color:var(--faq-heading-text);opacity:.88;font-size:1.5rem;line-height:1.55}.spookfit-faq__subheading p{margin:0}.spookfit-faq__list{display:grid;gap:10px}.spookfit-faq__item{background:var(--faq-card);border:1px solid var(--faq-border);border-radius:var(--faq-radius);overflow:clip;transition:border-color .18s ease,box-shadow .18s ease}.spookfit-faq__item[open]{border-color:color-mix(in srgb,var(--faq-accent) 38%,var(--faq-border));box-shadow:0 10px 28px #1111110d}.spookfit-faq__summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 20px;cursor:pointer;color:var(--faq-text);font-size:1.55rem;font-weight:700;line-height:1.35;-webkit-tap-highlight-color:transparent}.spookfit-faq__summary::-webkit-details-marker{display:none}.spookfit-faq__summary::marker{content:""}.spookfit-faq__summary:focus-visible{outline:2px solid var(--faq-accent);outline-offset:-3px;border-radius:calc(var(--faq-radius) - 2px)}.spookfit-faq__question{text-align:left}.spookfit-faq__icon{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:999px;background:color-mix(in srgb,var(--faq-accent) 10%,var(--faq-card));border:1px solid color-mix(in srgb,var(--faq-accent) 24%,var(--faq-border))}.spookfit-faq__icon:before,.spookfit-faq__icon:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:2px;border-radius:999px;background:var(--faq-accent);transform:translate(-50%,-50%);transition:transform .26s ease,opacity .22s ease}.spookfit-faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.spookfit-faq__item[open] .spookfit-faq__icon:after{transform:translate(-50%,-50%) rotate(180deg);opacity:0}.spookfit-faq__item::details-content{block-size:0;opacity:0;overflow:clip;transition:block-size .32s ease,opacity .24s ease,content-visibility .32s allow-discrete}.spookfit-faq__item[open]::details-content{block-size:auto;opacity:1}.spookfit-faq__answer-wrap{padding:0 20px 20px}.spookfit-faq__answer{max-width:780px;color:var(--faq-muted);font-size:1.45rem;line-height:1.65}.spookfit-faq__answer>:first-child{margin-top:0}.spookfit-faq__answer>:last-child{margin-bottom:0}@media screen and (max-width:749px){.spookfit-faq__header{text-align:left;margin-bottom:20px}.spookfit-faq__heading{font-size:clamp(2.4rem,8vw,3.3rem)}.spookfit-faq__summary{padding:17px 16px;font-size:1.45rem}.spookfit-faq__answer-wrap{padding:0 16px 17px}}@media(prefers-reduced-motion:reduce){.spookfit-faq__item,.spookfit-faq__icon:before,.spookfit-faq__icon:after,.spookfit-faq__item::details-content{transition:none}}.spookfit-logo-marquee{width:100%;background:var(--marquee-bg);color:var(--marquee-fg);overflow:hidden}.spookfit-logo-marquee__inner{min-height:calc(var(--marquee-logo-height) + 2 * var(--marquee-padding));padding:var(--marquee-padding) clamp(12px,2vw,28px)}.spookfit-logo-marquee__heading{display:inline-block;flex:0 0 auto;color:inherit;font-size:clamp(12px,1.15vw,16px);font-weight:700;line-height:1.25;letter-spacing:.12em;white-space:nowrap}.spookfit-logo-marquee__viewport{width:100%;overflow:hidden}.spookfit-logo-marquee__track{display:flex;width:max-content;animation:spookfit-logos-right var(--marquee-speed) linear infinite;animation-play-state:running;will-change:transform}.spookfit-logo-marquee__group{display:flex;flex:0 0 auto;align-items:center;justify-content:space-around;min-width:100vw;gap:var(--marquee-gap);padding-inline:calc(var(--marquee-gap) / 2)}.spookfit-logo-marquee__item{display:flex;flex:0 0 auto;align-items:center;justify-content:center;max-width:190px}.spookfit-logo-marquee__image{display:block;width:auto;max-width:190px;height:var(--marquee-logo-height);object-fit:contain}@keyframes spookfit-logos-right{0%{transform:translate(-33.333333%)}to{transform:translate(0)}}@media(max-width:749px){.spookfit-logo-marquee__inner{padding-inline:12px}.spookfit-logo-marquee__item,.spookfit-logo-marquee__image{max-width:125px}}@media(prefers-reduced-motion:reduce){.spookfit-logo-marquee__track{animation:none;transform:none}}.bundle-purchase{display:block;color:var(--bundle-text);background:var(--bundle-bg);margin-block:1.6rem}.bundle-purchase__heading{display:flex;align-items:center;justify-content:center;gap:.9rem;width:100%;margin:0 0 1rem;color:inherit;font-size:var(--bundle-heading-size);line-height:1.25;text-align:center}.bundle-purchase__heading:before,.bundle-purchase__heading:after{content:"";flex:1 1 0;border-top:1px solid var(--bundle-border)}.bundle-purchase__timer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin:0 0 1rem;padding:.9rem 1.1rem;border:1px solid var(--timer-border);border-radius:var(--timer-radius);color:var(--timer-text);background:var(--timer-background);text-align:center}.bundle-purchase__timer-label{font-size:1.25rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bundle-purchase__timer-value{min-width:4.8rem;padding:0;color:var(--timer-accent);background:transparent;font-variant-numeric:tabular-nums;text-align:center}.bundle-purchase__plans{display:grid;gap:var(--bundle-gap)}.bundle-plan{position:relative;overflow:hidden;border:1px solid var(--bundle-border);border-radius:var(--bundle-radius);background:var(--bundle-bg);transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.bundle-plan.is-selected{border-color:var(--bundle-accent);background:var(--bundle-selected-bg);box-shadow:0 0 0 1px var(--bundle-accent)}.bundle-plan__radio{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.bundle-plan__summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:7.2rem;padding:1.1rem;cursor:pointer}.bundle-plan:not(.is-selected) .bundle-plan__summary{min-height:6.2rem;padding-block:.85rem}.bundle-plan__selector{display:grid;place-items:center;inline-size:2rem;block-size:2rem;border:1.5px solid var(--bundle-border);border-radius:50%;background:var(--bundle-bg)}.bundle-plan.is-selected .bundle-plan__selector{border:6px solid var(--bundle-accent)}.bundle-plan__copy,.bundle-plan__prices,.bundle-plan__title-row,.bundle-plan__meta{display:flex}.bundle-plan__copy,.bundle-plan__prices{flex-direction:column}.bundle-plan__title-row{align-items:center;flex-wrap:wrap;gap:.6rem}.bundle-plan__title{font-size:1.45rem;line-height:1.25}.bundle-plan__badge{display:inline-flex;align-items:center;min-height:2.2rem;padding:.3rem .7rem;border-radius:999px;color:#fff;background:var(--bundle-accent);font-size:1rem;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase}.bundle-plan__meta{flex-wrap:wrap;gap:.35rem .8rem;margin-top:.35rem;color:color-mix(in srgb,var(--bundle-text) 68%,transparent);font-size:1.15rem;line-height:1.3}.bundle-plan__prices{align-items:flex-end;white-space:nowrap}.bundle-plan__prices strong{font-size:1.45rem;line-height:1.2}.bundle-plan__prices s{color:color-mix(in srgb,var(--bundle-text) 55%,transparent);font-size:1.15rem}.bundle-plan__choices{display:none;gap:.8rem;padding:0 1.1rem 1.1rem 4.1rem}.bundle-plan.is-selected .bundle-plan__choices{display:grid}.bundle-plan__choice{display:grid;grid-template-columns:4.4rem minmax(0,1fr);align-items:center;gap:.8rem;font-size:1.2rem}.bundle-plan__choice--no-image{grid-template-columns:minmax(0,1fr)}.bundle-plan__choice-image{display:block;inline-size:4.4rem;block-size:4.4rem;overflow:hidden;border:1px solid var(--bundle-border);border-radius:calc(var(--bundle-radius) * .7);background:#f5f5f5}.bundle-plan__choice-image img{inline-size:100%;block-size:100%;object-fit:cover}.bundle-plan__choice select{width:100%;min-height:4.4rem;padding:.8rem 3.2rem .8rem 1rem;border:1px solid var(--bundle-border);border-radius:calc(var(--bundle-radius) * .7);color:var(--bundle-text);background-color:var(--bundle-bg);font:inherit}.bundle-plan__choice-copy{display:flex;flex-direction:column;gap:.55rem;min-width:0}.bundle-plan__choice-copy strong,.bundle-plan__choice-name{overflow:hidden;font-size:1.2rem;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.bundle-plan__choice--additional{position:relative;min-height:4.4rem}.bundle-plan__choose-placeholder{display:flex;grid-column:1 / -1;align-items:center;gap:.8rem;min-height:4.4rem}.bundle-plan__choose-plus{display:grid;place-items:center;inline-size:3rem;block-size:3rem;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--bundle-text);font-size:2rem;font-weight:700;line-height:1}.bundle-plan__choice--additional>.bundle-plan__choice-image,.bundle-plan__choice--additional>.bundle-plan__choice-name,.bundle-plan__choice--additional>.bundle-plan__choice-remove{display:none}.bundle-plan__choice--additional>select{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;min-height:4.4rem;opacity:0;cursor:pointer}.bundle-plan__choice--additional.is-chosen .bundle-plan__choose-placeholder{display:none}.bundle-plan__choice--additional.is-chosen:not(.bundle-plan__choice--no-image){grid-template-columns:4.4rem minmax(0,1fr) 2.6rem}.bundle-plan__choice--additional.bundle-plan__choice--no-image.is-chosen{grid-template-columns:minmax(0,1fr) 2.6rem}.bundle-plan__choice--additional.is-chosen>.bundle-plan__choice-image{display:block;grid-column:1;grid-row:1 / span 2}.bundle-plan__choice--additional.is-chosen>.bundle-plan__choice-name{display:block;grid-column:2;grid-row:1}.bundle-plan__choice--additional.is-chosen>.bundle-plan__choice-remove{display:grid;grid-column:3;grid-row:1;place-items:center;inline-size:2.6rem;block-size:2.6rem;padding:0;border:0;color:var(--bundle-text);background:transparent;font:inherit;font-size:2rem;line-height:1;cursor:pointer}.bundle-plan__choice--additional.is-chosen>select{position:static;grid-column:2 / 4;grid-row:2;opacity:1}.bundle-plan__choice--additional.bundle-plan__choice--no-image.is-chosen>.bundle-plan__choice-name{grid-column:1}.bundle-plan__choice--additional.bundle-plan__choice--no-image.is-chosen>.bundle-plan__choice-remove{grid-column:2}.bundle-plan__choice--additional.bundle-plan__choice--no-image.is-chosen>select{grid-column:1 / 3}.bundle-plan__extra{grid-template-columns:4.4rem minmax(0,1fr) auto;margin:.2rem -1.1rem -1.1rem;padding:1rem 1.1rem;border-top:1px solid var(--bundle-border);background:color-mix(in srgb,var(--bundle-accent) 8%,var(--bundle-bg))}.bundle-plan__extra--gift{background:color-mix(in srgb,var(--bundle-accent) 14%,var(--bundle-bg))}.bundle-plan__extra-copy{display:flex;flex-direction:column;min-width:0;line-height:1.25}.bundle-plan__extra-copy strong{font-size:1.25rem}.bundle-plan__extra-copy span{overflow:hidden;color:color-mix(in srgb,var(--bundle-text) 68%,transparent);font-size:1.1rem;text-overflow:ellipsis;white-space:nowrap}.bundle-plan__extra-price{font-weight:700;white-space:nowrap}.bundle-plan__extra select:not([hidden]){grid-column:2 / -1}.bundle-plan__addons{display:grid;gap:.7rem;margin:.2rem -1.1rem -1.1rem;padding:1rem 1.1rem;border-top:1px solid var(--bundle-border);background:color-mix(in srgb,var(--bundle-text) 3%,var(--bundle-bg))}.bundle-plan__addons-heading{font-size:1.2rem;line-height:1.3}.bundle-plan__addon{padding:.75rem;border:1px solid var(--bundle-border);border-radius:calc(var(--bundle-radius) * .7);background:var(--bundle-bg);transition:border-color .15s ease,background-color .15s ease}.bundle-plan__addon.is-enabled{border-color:var(--bundle-accent);background:color-mix(in srgb,var(--bundle-accent) 6%,var(--bundle-bg))}.bundle-plan__addon-toggle{display:grid;grid-template-columns:2rem 4.4rem minmax(0,1fr);align-items:center;gap:.8rem;cursor:pointer}.bundle-plan__addon-toggle--no-image{grid-template-columns:2rem minmax(0,1fr)}.bundle-plan__addon-toggle input{position:absolute;inline-size:1px;block-size:1px;opacity:0}.bundle-plan__addon-check{display:grid;place-items:center;inline-size:2rem;block-size:2rem;border:1.5px solid var(--bundle-border);border-radius:.45rem;background:var(--bundle-bg)}.bundle-plan__addon-check:after{content:"";inline-size:.9rem;block-size:.5rem;border-left:2px solid #fff;border-bottom:2px solid #fff;opacity:0;transform:translateY(-.1rem) rotate(-45deg)}.bundle-plan__addon-toggle input:checked+.bundle-plan__addon-check{border-color:var(--bundle-accent);background:var(--bundle-accent)}.bundle-plan__addon-toggle input:checked+.bundle-plan__addon-check:after{opacity:1}.bundle-plan__addon-toggle input:focus-visible+.bundle-plan__addon-check{outline:2px solid var(--bundle-accent);outline-offset:2px}.bundle-plan__addon-copy{display:flex;flex-direction:column;min-width:0;line-height:1.25}.bundle-plan__addon-copy strong{overflow:hidden;font-size:1.15rem;text-overflow:ellipsis;white-space:nowrap}.bundle-plan__addon-copy span{margin-top:.25rem;color:color-mix(in srgb,var(--bundle-text) 70%,transparent);font-size:1.1rem}.bundle-plan__addon>select:not([hidden]){width:100%;min-height:4rem;margin-top:.7rem;padding:.7rem 3rem .7rem .9rem;border:1px solid var(--bundle-border);border-radius:calc(var(--bundle-radius) * .6);color:var(--bundle-text);background:var(--bundle-bg);font:inherit}.bundle-plan__addon:not(.is-enabled)>select:not([hidden]){display:none}.bundle-purchase__actions{display:grid;gap:.9rem;margin-top:1.2rem}.bundle-purchase__button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:5.2rem;width:100%;padding:1.2rem 1.8rem;border:1px solid transparent;border-radius:var(--bundle-radius);font:inherit;font-size:1.4rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.bundle-purchase__button:hover{opacity:.9}.bundle-purchase__button:active{transform:translateY(1px)}.bundle-purchase__button:focus-visible,.bundle-plan__choice-remove:focus-visible,.bundle-plan__choice select:focus-visible,.bundle-plan__radio:focus-visible+.bundle-plan__summary{outline:2px solid var(--bundle-accent);outline-offset:2px}.bundle-purchase__button--primary{color:var(--bundle-primary-text);background:var(--bundle-primary-bg)}.bundle-purchase__button--secondary{border-color:var(--bundle-accent);color:var(--bundle-secondary-text);background:var(--bundle-secondary-bg)}.bundle-purchase__button[disabled]{opacity:.58;cursor:wait}.bundle-purchase__spinner{display:none;inline-size:1.6rem;block-size:1.6rem;margin-left:.8rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:bundle-spin .65s linear infinite}.bundle-purchase.is-loading .bundle-purchase__spinner{display:inline-block}.bundle-purchase__status{min-height:1.6rem;margin:.6rem 0 0;font-size:1.2rem}@keyframes bundle-spin{to{transform:rotate(360deg)}}@media screen and (max-width:420px){.bundle-plan__summary{grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem}.bundle-plan__choices{padding-left:1.1rem}.bundle-plan__choice{grid-template-columns:4.4rem minmax(0,1fr)}.bundle-plan__extra{grid-template-columns:4.4rem minmax(0,1fr) auto}.bundle-plan__choice-copy strong,.bundle-plan__choice-name{white-space:normal}}.spookfit-review-strip{min-width:0;padding-block:var(--review-strip-padding-top) var(--review-strip-padding-bottom)}.spookfit-review-strip__heading{margin:0 0 8px;font-size:1.6rem;line-height:1.2}.spookfit-review-strip__track{display:flex;gap:10px;width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}.spookfit-review-strip__track::-webkit-scrollbar{display:none}.spookfit-review-strip__card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:11px;flex:0 0 min(var(--review-strip-mobile-width),82vw);align-items:start;min-height:150px;padding:14px;border:1px solid var(--review-strip-border);border-radius:15px;color:var(--review-strip-text);background:var(--review-strip-card);box-shadow:0 3px 12px #0000000f;scroll-snap-align:start}.spookfit-review-strip__image{width:58px;height:58px;border-radius:50%;object-fit:cover}.spookfit-review-strip__content{min-width:0}.spookfit-review-strip__stars{margin-bottom:5px;color:var(--review-strip-star);font-size:1.5rem;line-height:1;letter-spacing:1px}.spookfit-review-strip__text,.spookfit-review-strip__text p{margin:0;font-size:1.2rem;line-height:1.42}.spookfit-review-strip__name{margin:8px 0 0;color:var(--review-strip-name);font-size:1.15rem;font-weight:700;line-height:1.2}@media screen and (min-width:750px){.spookfit-review-strip__card{flex-basis:320px}}.spookfit-shipping-returns{width:var(--sr-width);min-height:var(--sr-min-height);display:grid;align-items:center;box-sizing:border-box;container-type:inline-size;margin:var(--sr-mobile-top) auto var(--sr-mobile-bottom);padding:var(--sr-padding-y) var(--sr-padding-x);border:1px solid var(--sr-border);border-radius:var(--sr-radius);background:var(--sr-bg);color:var(--sr-text);font-family:inherit}.spookfit-shipping-returns__grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr)}.spookfit-shipping-returns__item{min-width:0}.spookfit-shipping-returns__item+.spookfit-shipping-returns__item{border-left:1px solid var(--sr-border);margin-left:var(--sr-gap);padding-left:var(--sr-gap)}.spookfit-shipping-returns__body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:100%;color:inherit;text-decoration:none}.spookfit-shipping-returns__icon{display:block;width:var(--sr-icon-size);height:var(--sr-icon-size);color:var(--sr-icon);flex:none}.spookfit-shipping-returns__icon svg{display:block;width:100%;height:100%}.spookfit-shipping-returns__copy{display:block;min-width:0;text-align:center}.spookfit-shipping-returns__heading{display:block;color:inherit;font-size:var(--sr-heading-size);font-weight:700;line-height:1.2;text-decoration:none}.spookfit-shipping-returns__description{display:block;margin-top:2px;font-size:var(--sr-description-size);line-height:1.42}.spookfit-shipping-returns__learn-more{display:inline-block;margin-top:4px;color:inherit;font-size:var(--sr-description-size);line-height:1.35;text-underline-offset:2px}.spookfit-shipping-returns__body--link:hover .spookfit-shipping-returns__heading,.spookfit-shipping-returns__heading--link:hover{text-decoration:underline;text-underline-offset:2px}.spookfit-shipping-returns a:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:2px}@media screen and (min-width:750px){.spookfit-shipping-returns{width:var(--sr-desktop-width);min-height:var(--sr-desktop-min-height);padding:var(--sr-desktop-padding-y) var(--sr-desktop-padding-x);margin-top:var(--sr-desktop-top);margin-bottom:var(--sr-desktop-bottom)}.spookfit-shipping-returns__icon{width:var(--sr-desktop-icon-size);height:var(--sr-desktop-icon-size)}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
