html,body{overflow-x:clip}.roam-timeline{--rt-circle: 52px;--rt-line: var(--color-border);list-style:none;margin:3.5rem 0 0;padding:0;display:flex}.roam-timeline__step{position:relative;flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding-inline:.75rem}.roam-timeline__step:before{content:"";position:absolute;top:calc(var(--rt-circle) / 2);right:50%;width:100%;height:2px;background:var(--rt-line);z-index:0}.roam-timeline__step:first-child:before{display:none}.roam-timeline__marker{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--rt-circle);height:var(--rt-circle);border-radius:999px;background:var(--color-primary);color:var(--color-primary-foreground)}.roam-timeline__num{font-family:var(--font-heading-family);font-weight:700;font-size:1.25rem;line-height:1}.roam-timeline__title{margin-top:1.25rem;font-size:1.125rem}.roam-timeline__text{margin-top:.5rem;max-width:24ch;color:var(--color-muted-foreground);line-height:1.6}@media(max-width:748px){.roam-timeline{flex-direction:column}.roam-timeline__step{flex-direction:row;align-items:flex-start;text-align:left;gap:1.1rem;padding:0 0 2rem}.roam-timeline__step:last-child{padding-bottom:0}.roam-timeline__step:before{top:calc(var(--rt-circle) / 2);left:calc(var(--rt-circle) / 2);right:auto;width:2px;height:100%;transform:translate(-1px)}.roam-timeline__step:first-child:before{display:block}.roam-timeline__step:last-child:before{display:none}.roam-timeline__body{flex:1;padding-top:.4rem}.roam-timeline__title{margin-top:0}.roam-timeline__text{max-width:none}}.roam-wave{position:relative;display:flex;align-items:center;justify-content:center}.roam-wave__device{position:relative;z-index:1;width:46%;display:flex;align-items:center;justify-content:center}.roam-wave .roam-wave__img{width:100%;height:auto;object-fit:contain}.roam-wave__ring{position:absolute;top:50%;left:50%;width:52%;aspect-ratio:1 / 1;border:2px solid var(--color-primary);border-radius:999px;transform:translate(-50%,-50%) scale(.35);opacity:0;z-index:0;animation:roam-wave-pulse 3s ease-out infinite}.roam-wave__ring:nth-child(2){animation-delay:.75s}.roam-wave__ring:nth-child(3){animation-delay:1.5s}.roam-wave__ring:nth-child(4){animation-delay:2.25s}@keyframes roam-wave-pulse{0%{transform:translate(-50%,-50%) scale(.35);opacity:0}15%{opacity:.5}to{transform:translate(-50%,-50%) scale(1.7);opacity:0}}@media(prefers-reduced-motion:reduce){.roam-wave__ring{animation:none;opacity:.45}.roam-wave__ring:nth-child(1){transform:translate(-50%,-50%) scale(.7);opacity:.5}.roam-wave__ring:nth-child(2){transform:translate(-50%,-50%) scale(1);opacity:.32}.roam-wave__ring:nth-child(3){transform:translate(-50%,-50%) scale(1.3);opacity:.2}.roam-wave__ring:nth-child(4){transform:translate(-50%,-50%) scale(1.6);opacity:.1}}.hiwt__note{margin-top:1rem;font-size:.8125rem;line-height:1.6;color:var(--color-muted-foreground)}.hiwt-reassure{list-style:none;margin:1.75rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:1rem 1.75rem}.hiwt-reassure__item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.hiwt-reassure__icon{display:inline-flex;color:var(--color-primary)}.hiwt-reassure__icon svg{width:1.125rem;height:1.125rem}@media(max-width:748px){.hiwt-reassure{gap:.75rem 1.25rem}}.bundles__lead{font-weight:600;line-height:1.45;margin:1.875rem 0 .875rem;color:var(--color-foreground)}.color-select+.bundles__lead{margin-top:1rem}.bundles__lead+.bundle{margin-top:0}.color-select{border:0;padding:0;margin:1.875rem 0 0}.color-select__legend{padding:0;margin:0 0 .625rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted-foreground)}.color-select__row{display:flex;flex-wrap:wrap;gap:.75rem}.color-swatch{position:relative;display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.375rem .875rem .375rem .375rem;border:1px solid var(--color-border);border-radius:999px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.color-swatch__dot{width:26px;height:26px;border-radius:999px;border:1px solid var(--color-border);flex-shrink:0}.color-swatch__dot--black{background:#1a1a1a}.color-swatch__dot--white{background:#f4f4f0}.color-swatch__label{font-size:.875rem;font-weight:600}.color-swatch__img{width:26px;height:26px;border-radius:999px;border:1px solid var(--color-border);object-fit:cover;flex-shrink:0}.color-swatch input:checked~.color-swatch__dot,.color-swatch input:checked~.color-swatch__img{box-shadow:0 0 0 3px var(--color-primary);border-color:var(--color-primary)}.color-swatch:has(input:checked){border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.color-swatch input:focus-visible~.color-swatch__dot,.color-swatch input:focus-visible~.color-swatch__img{outline:2px solid var(--color-ring);outline-offset:2px}.color-swatch.is-unavailable{opacity:.4}.color-swatch.is-unavailable .color-swatch__label{text-decoration:line-through}.bundle__option.is-unavailable{opacity:.5}.bundle__img{width:56px;height:56px;object-fit:contain;flex-shrink:0}.email-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1.25rem}.email-popup[hidden]{display:none}.email-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a24208c}.email-popup__card{position:relative;z-index:1;width:100%;max-width:26rem;background:var(--color-background);border:1px solid var(--color-border);padding:2.25rem 1.75rem 2rem;box-shadow:0 18px 50px #00000040}.email-popup__close{position:absolute;top:.5rem;right:.5rem;display:inline-flex;padding:.5rem;background:none;border:0;color:var(--color-muted-foreground)}.email-popup__close svg{width:1.1rem;height:1.1rem}.email-popup__eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary)}.email-popup__title{margin-top:.5rem;font-size:1.5rem}.email-popup__text{margin-top:.75rem;font-size:.9375rem;line-height:1.6;color:var(--color-muted-foreground)}.email-popup__form .field-input{width:100%;margin-top:1.25rem}.email-popup__form .btn{margin-top:.75rem}.email-popup__code{letter-spacing:.08em}.email-popup__dismiss{display:block;margin:.875rem auto 0;background:none;border:0;cursor:pointer;font-size:.8125rem;color:var(--color-muted-foreground);text-decoration:underline}@media(prefers-reduced-motion:no-preference){.email-popup__card{animation:email-popup-in .25s ease}@keyframes email-popup-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}.reviews-grid .testimonial,.reviews-grid .testimonial__quote,.social-proof__quote{margin:0}@media(max-width:600px){.product__trust{flex-wrap:nowrap;justify-content:space-between;gap:.5rem;font-size:.6875rem}.product__trust span{min-width:0;gap:.25rem;white-space:nowrap;overflow:hidden}.product__trust svg{width:.875rem;height:.875rem;flex-shrink:0}}@media(max-width:360px){.product__trust{gap:.375rem;font-size:.625rem}.product__trust svg{width:.8125rem;height:.8125rem}}@media(max-width:767px){.reviews-grid{grid-template-columns:1fr;max-width:100%}.reviews-grid>.testimonial{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.reviews-grid .testimonial__quote{overflow-wrap:anywhere}.reviews-grid .testimonial__person{align-items:center;min-width:0}.reviews-grid .testimonial__person>div{min-width:0}.reviews-grid .testimonial__name,.reviews-grid .testimonial__meta{overflow-wrap:anywhere}.reviews-grid .testimonial__avatar{flex-shrink:0}.reviews-grid .stars{flex-wrap:nowrap}.social-proof__rating{gap:.5rem .75rem}.social-proof__quotes{grid-template-columns:1fr;max-width:100%}.social-proof__quote{overflow-wrap:anywhere}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
