html{overflow-x:clip}body{overflow-x:clip;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);letter-spacing:0}h1,h2,h3,h4,h5,.h0,.h1,.h2,.h3{color:var(--color-text);font-family:var(--font-heading);font-weight:var(--font-heading-weight);letter-spacing:0}.button,.btn,.shopify-challenge__button,.customer button,button.shopify-payment-button__button--unbranded{border-radius:var(--radius-none);font-family:var(--font-body);font-weight:var(--font-body-bold);letter-spacing:0;transition:background-color var(--duration-fast) var(--ease-in-out-soft),border-color var(--duration-fast) var(--ease-in-out-soft),color var(--duration-fast) var(--ease-in-out-soft),transform var(--duration-fast) var(--ease-in-out-soft)}.button:hover,.btn:hover,.shopify-challenge__button:hover,.customer button:hover,button.shopify-payment-button__button--unbranded:hover{transform:translateY(-1px)}.swsh-page{background:var(--color-bg);color:var(--color-text)}.swsh-container{width:min(100%,1280px);margin-inline:auto;padding-inline:var(--space-sm)}.swsh-section{padding:var(--space-lg) 0}.swsh-section--alt{background:var(--color-bg-section)}.swsh-section--dark{background:var(--color-bg-dark);color:var(--color-text-light)}.swsh-section__eyebrow{margin:0 0 var(--space-sm);color:var(--color-text-muted);font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.swsh-section--dark .swsh-section__eyebrow,.swsh-section--dark h1,.swsh-section--dark h2,.swsh-section--dark h3,.swsh-section--dark p{color:var(--color-text-light)}.swsh-section__heading{max-width:760px;margin:0;font-size:clamp(36px,7vw,64px);line-height:.98}.swsh-section__copy{max-width:680px;margin:var(--space-sm) 0 0;color:var(--color-text-muted);font-size:16px;line-height:1.7}.swsh-section--dark .swsh-section__copy{color:var(--color-text-light)}.swsh-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border:2px solid var(--color-btn-bg);border-radius:9999px!important;color:var(--color-btn-bg);font-family:var(--font-body);font-size:14px;font-weight:var(--font-body-bold);text-decoration:none;text-transform:uppercase;letter-spacing:.1em;background:transparent;position:relative;overflow:hidden;z-index:1;transition:border-color var(--duration-fast) var(--ease-in-out-soft),color var(--duration-fast) var(--ease-in-out-soft),transform var(--duration-fast) var(--ease-in-out-soft)}.swsh-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-btn-bg);z-index:-1;transform:scaleX(0);transform-origin:left;transition:transform var(--duration-base) var(--ease-in-out-soft)}.swsh-button:hover:before{transform:scaleX(1)}.swsh-button:hover{color:var(--color-btn-text)!important;border-color:var(--color-btn-bg)!important;transform:translateY(-1px)}.swsh-button--outline{color:var(--color-btn-outline-text);background:transparent;border:2px solid var(--color-btn-outline-border);border-radius:9999px!important;text-transform:uppercase;letter-spacing:.1em;position:relative;overflow:hidden;z-index:1;transition:border-color var(--duration-fast) var(--ease-in-out-soft),color var(--duration-fast) var(--ease-in-out-soft),transform var(--duration-fast) var(--ease-in-out-soft)}.swsh-button--outline:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-btn-outline-hover);z-index:-1;transform:scaleX(0);transform-origin:left;transition:transform var(--duration-base) var(--ease-in-out-soft)}.swsh-button--outline:hover:before{transform:scaleX(1)}.swsh-button--outline:hover{color:var(--color-btn-text)!important;border-color:var(--color-btn-outline-hover)!important;transform:translateY(-1px)}@media(min-width:768px){.swsh-container{padding-inline:var(--space-md)}.swsh-section{padding:var(--space-xl) 0}}@media(min-width:1024px){.swsh-container{padding-inline:var(--space-lg)}.swsh-section{padding:var(--space-2xl) 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}.swsh-announcement{position:relative;min-height:40px;overflow:hidden;color:var(--color-text-light);font-size:13px;font-weight:var(--font-body-bold);letter-spacing:.04em;background:var(--color-accent)}.swsh-announcement__track{display:flex;width:max-content;animation:swsh-announcement-marquee 24s linear infinite}.swsh-announcement__group{display:flex;align-items:center;min-height:40px}.swsh-announcement__item{display:inline-flex;align-items:center;min-height:40px;padding-inline:28px;color:var(--color-text-light);text-decoration:none;white-space:nowrap}.swsh-hero-section{min-height:80vh;display:grid;background:var(--color-bg);animation:swsh-fade-in var(--duration-reveal) var(--ease-out-smooth) both}.swsh-hero-section__content{display:grid}.swsh-hero-section__copy{display:grid;align-content:center;justify-items:start;gap:24px;padding:var(--space-lg) var(--space-sm)}.swsh-hero-section__copy h1{max-width:760px;margin:0;font-size:clamp(48px,11vw,72px);line-height:.96}.swsh-hero-section__copy p{max-width:560px;margin:0;color:var(--color-text-muted);font-size:18px;line-height:1.6}.swsh-hero-section__media{min-height:48vh}.swsh-hero-section__media img,.swsh-image-placeholder{width:100%;height:100%;min-height:inherit}.swsh-hero-section__media img{display:block;object-fit:cover}.swsh-image-placeholder{display:grid;align-content:center;justify-items:center;gap:8px;padding:24px;border:1px dashed var(--color-accent);color:var(--color-text-muted);text-align:center;background:var(--color-bg-section)}.swsh-image-placeholder span{font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.swsh-image-placeholder strong{max-width:360px;color:var(--color-text);font-family:var(--font-heading);font-size:28px;font-weight:var(--font-heading-weight);line-height:1.05}.swsh-image-placeholder p{max-width:340px;margin:0;color:var(--color-text-muted);font-size:14px;line-height:1.5}.swsh-hero-carousel{position:relative;height:85vh;min-height:580px;overflow:hidden;color:var(--color-text-light);background:var(--color-bg-dark)}.swsh-hero-carousel__desktop,.swsh-hero-carousel__slides,.swsh-hero-carousel__slide,.swsh-hero-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0}.swsh-hero-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--duration-slow) ease-in-out;pointer-events:none;z-index:1}.swsh-hero-carousel__slide.is-active{opacity:1;pointer-events:auto;z-index:2}.swsh-hero-carousel__media img,.swsh-hero-carousel__media picture,.swsh-hero-carousel__media video,.swsh-hero-carousel__placeholder{width:100%;height:100%;display:block}.swsh-hero-carousel__media img,.swsh-hero-carousel__media video{object-fit:cover;object-position:center}.swsh-hero-carousel__placeholder{display:grid;align-content:center;justify-items:center;gap:12px;padding:32px;color:var(--color-text);text-align:center;background:linear-gradient(135deg,#46b7bc57,#fff0 54%),var(--color-bg-section)}.swsh-hero-carousel__placeholder span{color:var(--color-accent-dark);font-family:var(--font-mono);font-size:12px;text-transform:uppercase}.swsh-hero-carousel__placeholder strong{max-width:520px;font-family:var(--font-heading);font-size:clamp(34px,6vw,72px);font-weight:var(--font-heading-weight);line-height:.98}.swsh-hero-carousel__placeholder p{max-width:440px;margin:0;color:var(--color-text-muted);font-size:15px;line-height:1.5}.swsh-hero-carousel__actions{position:absolute;z-index:2;right:clamp(20px,5vw,72px);bottom:clamp(34px,7vh,72px);display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.swsh-hero-carousel__actions .swsh-button{min-width:210px;min-height:64px;padding:0 44px;font-size:20px;background:transparent!important;border:2px solid var(--color-text-light)!important;color:var(--color-text-light)!important;border-radius:9999px!important;font-weight:var(--font-body-bold);text-transform:uppercase;letter-spacing:.12em;box-shadow:0 16px 44px #1112112e;position:relative;overflow:hidden;z-index:1;transition:border-color var(--duration-fast) ease,color var(--duration-fast) ease,transform var(--duration-fast) ease}.swsh-hero-carousel__actions .swsh-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-text-light)!important;z-index:-1;transform:scaleX(0);transform-origin:left;transition:transform var(--duration-base) var(--ease-in-out-soft)}.swsh-hero-carousel__actions .swsh-button:hover:before{transform:scaleX(1)}.swsh-hero-carousel__actions .swsh-button:hover{color:var(--color-bg-dark)!important;border-color:var(--color-text-light)!important;transform:translateY(-1px)}.swsh-hero-carousel__actions--delayed{opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity var(--duration-default) ease 1.5s,transform var(--duration-default) ease 1.5s}.swsh-hero-carousel__slide.is-active .swsh-hero-carousel__actions--delayed{opacity:1;pointer-events:auto;transform:translateY(0)}.swsh-hero-carousel__content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;pointer-events:none}.swsh-hero-carousel__content-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#1112118c,#11121140,#11121100);z-index:-1;pointer-events:none;opacity:0;transition:opacity var(--duration-slow) ease-in-out}.swsh-hero-carousel__slide.is-active .swsh-hero-carousel__content-wrapper:before{opacity:1}.swsh-hero-carousel__content{max-width:580px;text-align:left;pointer-events:auto}.swsh-hero-carousel__label{display:block;font-family:var(--font-mono);font-size:14px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-xs)}.swsh-hero-carousel__headline{display:block;font-family:var(--font-heading);font-size:clamp(38px,6.2vw,76px);font-weight:var(--font-heading-weight);line-height:1.05;color:var(--color-text-light);margin:0 0 var(--space-sm)}.swsh-hero-carousel__subtitle{display:block;font-family:var(--font-body);font-size:clamp(15px,2vw,19px);line-height:1.5;color:#ffffffd9;margin:0 0 32px}.swsh-hero-carousel__content .swsh-hero-carousel__actions--content{position:static;inset:auto;justify-content:flex-start;margin-top:0;padding:0}.swsh-hero-carousel__label,.swsh-hero-carousel__headline,.swsh-hero-carousel__subtitle,.swsh-hero-carousel__content .swsh-hero-carousel__actions--content{opacity:0;transform:translateY(16px);transition:opacity var(--duration-reveal) var(--ease-out-smooth),transform var(--duration-reveal) var(--ease-out-smooth)}.swsh-hero-carousel__slide.is-active .swsh-hero-carousel__label{opacity:1;transform:translateY(0);transition-delay:.2s}.swsh-hero-carousel__slide.is-active .swsh-hero-carousel__headline{opacity:1;transform:translateY(0);transition-delay:.35s}.swsh-hero-carousel__slide.is-active .swsh-hero-carousel__subtitle{opacity:1;transform:translateY(0);transition-delay:.5s}.swsh-hero-carousel__slide.is-active .swsh-hero-carousel__content .swsh-hero-carousel__actions--content{opacity:1;transform:translateY(0);transition-delay:.65s}.swsh-hero-carousel__slide--last.is-active .swsh-hero-carousel__label{transition-delay:2s}.swsh-hero-carousel__slide--last.is-active .swsh-hero-carousel__headline{transition-delay:2.15s}.swsh-hero-carousel__slide--last.is-active .swsh-hero-carousel__subtitle{transition-delay:2.3s}.swsh-hero-carousel__slide--last.is-active .swsh-hero-carousel__content .swsh-hero-carousel__actions--content{transition-delay:2.45s}.swsh-hero-carousel__dots{position:absolute;z-index:3;left:50%;bottom:32px;display:flex;gap:10px;transform:translate(-50%)}.swsh-hero-carousel__dots span{width:36px;height:2px;background:#ffffff52;overflow:hidden}.swsh-hero-carousel__dots span:after{content:"";display:block;width:100%;height:100%;transform:translate(-100%);background:var(--color-accent);transition:transform var(--swsh-dot-duration, 6s) linear}.swsh-hero-carousel__dots span.is-active:after{transform:translate(0)}.swsh-hero-carousel__dots span:not(.is-active):after{transition:none}.swsh-hero-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#11121138;border:none;border-radius:50%;color:var(--color-text-light);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background var(--duration-fast) ease}.swsh-hero-carousel__arrow:hover{background:#11121161}.swsh-hero-carousel__arrow--prev{left:24px}.swsh-hero-carousel__arrow--next{right:24px}.swsh-hero-carousel__arrow svg{width:22px;height:22px;display:block}.swsh-hero-mobile{display:none}.swsh-hero-mobile img,.swsh-hero-mobile__placeholder{width:100%;height:100%;display:block}.swsh-hero-mobile img{object-fit:cover;object-position:center}.swsh-hero-mobile__placeholder{display:grid;align-content:center;justify-items:center;gap:12px;padding:28px;color:var(--color-text);text-align:center;background:linear-gradient(160deg,#46b7bc61,#fff0 56%),var(--color-bg-section)}.swsh-hero-mobile__placeholder span{color:var(--color-accent-dark);font-family:var(--font-mono);font-size:12px;text-transform:uppercase}.swsh-hero-mobile__placeholder strong{max-width:320px;font-family:var(--font-heading);font-size:42px;font-weight:var(--font-heading-weight);line-height:.98}.swsh-hero-mobile__placeholder p{max-width:280px;margin:0;color:var(--color-text-muted);font-size:14px;line-height:1.5}.swsh-trust-bar{background:var(--color-bg-section);border-block:1px solid var(--color-border)}.swsh-trust-bar__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.swsh-trust-bar__item{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:center;min-height:90px;padding:18px 12px;border-bottom:1px solid var(--color-border)}.swsh-trust-bar__icon,.swsh-benefit-tile__icon{color:var(--color-accent)}.swsh-trust-bar svg,.swsh-benefit-tile svg,.swsh-inbox-item svg,.swsh-contact-cta svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.swsh-trust-bar strong{display:block;color:var(--color-text);font-size:14px;font-weight:var(--font-body-bold)}.swsh-trust-bar p{margin:4px 0 0;color:var(--color-text-muted);font-size:13px;line-height:1.35}.swsh-centered{display:grid;justify-items:center;text-align:center}.swsh-centered .swsh-section__heading{margin-inline:auto}.swsh-models-grid,.swsh-benefits-grid,.swsh-reviews-grid{display:grid;gap:24px;margin-top:48px}.swsh-model-card,.swsh-review-card{border:1px solid var(--color-border);background:var(--color-surface);transition:transform var(--duration-base) var(--ease-in-out-soft),box-shadow var(--duration-base) var(--ease-in-out-soft)}.swsh-model-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #11111114}.swsh-model-card__image{display:block;aspect-ratio:1 / 1;color:inherit;text-decoration:none;background:var(--color-bg-section)}.swsh-model-card__image img{width:100%;height:100%;display:block;object-fit:cover}.swsh-model-card__body{display:grid;gap:12px;padding:20px}.swsh-model-card h3{margin:0;font-size:22px}.swsh-model-card p{margin:0;color:var(--color-text-muted);font-size:14px;line-height:1.5}.swsh-model-card__price{font-size:18px;font-weight:var(--font-body-bold)}.swsh-soldout{width:max-content;padding:5px 8px;color:var(--color-text-light);font-size:12px;font-weight:var(--font-body-bold);background:var(--color-bg-dark)}.swsh-why{display:grid;gap:32px}.swsh-why__media{min-height:360px}.swsh-why__media img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}.swsh-why__copy{display:grid;align-content:center}.swsh-rte{margin-top:24px;color:var(--color-text);font-size:16px;line-height:1.7}.swsh-rte ol{display:grid;gap:12px;margin:24px 0 0;padding-left:20px;border-left:2px solid var(--color-accent)}.swsh-benefits-grid{grid-template-columns:1fr}.swsh-benefit-tile{display:grid;gap:12px}.swsh-benefit-tile h3{margin:0;font-family:var(--font-body);font-size:18px;font-weight:var(--font-body-bold)}.swsh-benefit-tile p{margin:0;color:var(--color-text-muted);line-height:1.5}.swsh-comparison-table{min-width:760px;margin-top:40px;border-top:1px solid var(--color-accent)}.swsh-comparison-table__row{display:grid;grid-template-columns:1.2fr repeat(3,1fr);border-bottom:1px solid var(--color-accent)}.swsh-comparison-table__row>div{padding:16px;color:var(--color-text-light)}.swsh-comparison-table__row--header>div{position:sticky;top:0;font-weight:var(--font-body-bold);background:var(--color-bg-dark)}.swsh-comparison-table__row--cta a{color:var(--color-text-light);text-decoration-color:var(--color-accent);text-underline-offset:4px}.swsh-inbox-grid,.swsh-howto{display:grid;gap:24px;margin-top:48px}.swsh-inbox-item,.swsh-howto__step{text-align:center}.swsh-inbox-item__icon{width:88px;height:88px;display:grid;place-items:center;margin-inline:auto;color:var(--color-accent-dark);border:1px solid var(--color-border);background:var(--color-surface)}.swsh-inbox-item img{max-width:64px;max-height:64px}.swsh-inbox-item p{margin:12px 0 0;font-weight:var(--font-body-bold)}.swsh-howto{position:relative}.swsh-howto__step span{display:block;color:var(--color-accent);font-family:var(--font-heading);font-size:96px;line-height:.9}.swsh-howto__step h3{margin:8px 0;font-family:var(--font-body);font-size:18px;font-weight:var(--font-body-bold)}.swsh-howto__step p{margin:0;color:var(--color-text-muted);line-height:1.55}.swsh-container--narrow{max-width:920px}.swsh-faq-list{margin-top:40px;border-top:1px solid var(--color-border)}.swsh-faq-item{border-bottom:1px solid var(--color-border)}.swsh-faq-item summary{cursor:pointer;display:flex;justify-content:space-between;gap:16px;padding:20px 0;font-size:17px;font-weight:var(--font-body-bold);list-style:none}.swsh-faq-item summary::-webkit-details-marker{display:none}.swsh-faq-item summary:after{content:"+"}.swsh-faq-item[open] summary:after{content:"-"}.swsh-faq-item__answer{max-height:0;overflow:hidden;color:var(--color-text-muted);font-size:15px;line-height:1.7;transition:max-height var(--duration-slow) var(--ease-out-smooth)}.swsh-faq-item[open] .swsh-faq-item__answer{max-height:320px;padding-bottom:20px}.swsh-review-card{margin:0;padding:24px}.swsh-stars{color:var(--color-accent);letter-spacing:.08em}.swsh-review-card blockquote{margin:20px 0;color:var(--color-text);line-height:1.6}.swsh-review-card figcaption{color:var(--color-text);font-weight:var(--font-body-bold)}.swsh-review-card figcaption span{display:block;margin-top:4px;color:var(--color-text-muted);font-weight:var(--font-body-weight)}.swsh-contact-cta{display:grid;justify-items:center;text-align:center}.swsh-contact-cta h2{max-width:760px;margin:0;color:var(--color-text-light);font-size:clamp(36px,7vw,64px)}.swsh-contact-cta p{max-width:560px;margin:16px 0 28px;color:var(--color-text-light);line-height:1.6}.swsh-contact-cta__button{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 24px;border:1px solid var(--color-text-light);color:var(--color-text-light);text-decoration:none;transition:background-color var(--duration-fast) var(--ease-in-out-soft),color var(--duration-fast) var(--ease-in-out-soft)}.swsh-contact-cta__button:hover{color:var(--color-text);background:var(--color-text-light)}@keyframes swsh-fade-in{0%{opacity:0}to{opacity:1}}@keyframes swsh-announcement-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes swsh-hero-slide{0%,30%{opacity:1}36%,94%{opacity:0}to{opacity:1}}@keyframes swsh-hero-dot{0%{transform:translate(-100%)}30%{transform:translate(0)}36%,to{transform:translate(100%)}}@keyframes swsh-hero-actions-delayed{0%,77%{opacity:0;pointer-events:none;transform:translateY(8px)}79%,96%{opacity:1;pointer-events:auto;transform:translateY(0)}to{opacity:0;pointer-events:none;transform:translateY(8px)}}@media(min-width:768px){.swsh-trust-bar__grid,.swsh-inbox-grid,.swsh-howto{grid-template-columns:repeat(4,minmax(0,1fr))}.swsh-models-grid,.swsh-benefits-grid,.swsh-reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.swsh-why{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.swsh-why--right .swsh-why__media{order:2}}@media(min-width:1024px){.swsh-hero-section{min-height:100vh}.swsh-hero-section__content{grid-template-columns:repeat(2,minmax(0,1fr))}.swsh-hero-section__copy{padding:var(--space-2xl) var(--space-lg)}.swsh-hero-section__media{min-height:100vh}}@media(max-width:749px){.swsh-hero-carousel{height:85svh;min-height:560px}.swsh-hero-carousel__desktop{display:block}.swsh-hero-mobile{display:none}.swsh-hero-carousel__actions{right:16px;bottom:56px;left:16px;justify-content:center;gap:10px}.swsh-hero-carousel__actions .swsh-button{min-width:0;min-height:46px;padding:0 18px;font-size:12px;letter-spacing:.08em}.swsh-hero-carousel__content-wrapper{align-items:stretch;padding:max(112px,calc(var(--header-height, 72px) + 32px)) 20px 88px}.swsh-hero-carousel__content-wrapper:before{background:linear-gradient(to bottom,#11121194,#1112113d 36%,#11121100 62%),linear-gradient(to top,#1112119e,#11121133 34%,#11121100 58%)}.swsh-hero-carousel__content-wrapper .swsh-container{display:flex;width:100%}.swsh-hero-carousel__content{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;max-width:100%;width:100%}.swsh-hero-carousel__text{margin-inline:auto;max-width:330px;text-align:center}.swsh-hero-carousel__label{font-size:11px}.swsh-hero-carousel__headline{font-size:clamp(30px,10vw,44px);line-height:1.02}.swsh-hero-carousel__subtitle{font-size:16px;line-height:1.45;margin-bottom:18px}.swsh-hero-carousel__content .swsh-hero-carousel__actions--content{justify-content:center;width:100%;margin-top:auto}.swsh-hero-carousel__content .swsh-hero-carousel__actions--content .swsh-button{width:min(100%,260px);min-height:58px;padding:0 28px;font-size:18px;letter-spacing:.1em}.swsh-hero-carousel__dots{bottom:24px;gap:8px}.swsh-hero-carousel__dots span{width:28px}.swsh-hero-carousel__arrow{display:none}}@media(prefers-reduced-motion:reduce){.swsh-hero-carousel__slide,.swsh-hero-carousel__dots span:after,.swsh-hero-carousel__actions--delayed,.swsh-announcement__track{animation:none!important}.swsh-hero-carousel__slide{opacity:0}.swsh-hero-carousel__slide:first-child{opacity:1}.swsh-hero-carousel__actions--delayed{opacity:1;pointer-events:auto;transform:none}}.header__icon .icon,.header__icon--cart .icon{height:2.4rem;width:2.4rem}.swsh-bestsellers{padding-block:var(--space-lg);overflow:hidden;background-color:var(--color-bg)}.swsh-bestsellers__slider-wrapper{display:block}.swsh-bestsellers__layout{display:grid;grid-template-columns:1fr;gap:var(--space-md);align-items:start}@media(min-width:990px){.swsh-bestsellers__layout{grid-template-columns:320px 1fr;gap:48px}}.swsh-bestsellers__sidebar{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%}@media(min-width:990px){.swsh-bestsellers__sidebar{padding-top:60px}}@media(max-width:989px){.swsh-bestsellers__layout{display:flex;flex-direction:column;gap:24px}.swsh-bestsellers__sidebar{flex-direction:column;align-items:center;text-align:center;width:100%;gap:12px}.swsh-bestsellers__header{margin-bottom:0}.swsh-bestsellers__nav{margin-top:0}}.swsh-bestsellers__header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:var(--space-sm)}.swsh-bestsellers .swsh-eyebrow{margin:0 -.28em 0 0;font-size:clamp(16px,2.2vw,21px);font-weight:700;letter-spacing:.28em}.swsh-bestsellers__subheading{font-family:Georgia,serif;font-style:italic;font-size:clamp(18px,2.5vw,22px);font-weight:400;line-height:1.2;color:var(--color-accent);margin:0;text-transform:none}.swsh-bestsellers__heading{font-family:var(--font-heading);font-size:clamp(32px,4.5vw,48px);font-weight:800;line-height:1;letter-spacing:-.02em;margin:0;color:var(--color-text);text-transform:uppercase;white-space:nowrap}.swsh-bestsellers__nav{display:flex;gap:12px;margin-top:16px}.swsh-bestsellers__arrow{width:44px;height:44px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--duration-fast) ease}.swsh-bestsellers__arrow:hover{background:var(--color-accent-soft);color:var(--color-accent);border-color:var(--color-accent)}.swsh-bestsellers__arrow svg{width:20px;height:20px}.swsh-bestsellers__content{overflow:visible}.swsh-bestsellers__grid{display:flex;flex-wrap:nowrap;gap:24px;margin:0;padding:0;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.swsh-bestsellers__grid::-webkit-scrollbar{display:none}.swsh-bestsellers__item{width:100%;flex-shrink:0;scroll-snap-align:start}@media(min-width:550px){.swsh-bestsellers__item{width:calc((100% - 24px)/2)}}@media(min-width:990px){.swsh-bestsellers__item{width:calc((100% - 48px) / 3)}}.swsh-bestseller-card{display:flex;flex-direction:column;background:var(--color-surface);height:100%;transition:transform var(--duration-base) var(--ease-in-out-soft);text-align:center}.swsh-bestseller-card__image-wrapper{position:relative;aspect-ratio:1 / 1;background:var(--color-surface);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0}.swsh-bestseller-card__link{display:block;width:100%;height:100%}.swsh-bestseller-card__image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transform:scale(1.15);transition:transform var(--duration-slow) var(--ease-out-smooth)}.swsh-bestseller-card__image--primary,.swsh-bestseller-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0}.swsh-bestseller-card__image--hover{opacity:0}.swsh-bestseller-card:hover .swsh-bestseller-card__image{transform:scale(1.22)}.swsh-bestseller-card:hover .swsh-bestseller-card__image--primary{opacity:0}.swsh-bestseller-card:hover .swsh-bestseller-card__image--hover{opacity:1}.swsh-bestseller-card__placeholder{background:var(--color-bg-section);padding:40px}.swsh-bestseller-card__info{padding:20px 10px;display:flex;flex-direction:column;align-items:center;gap:12px;flex-grow:1}.swsh-bestseller-card__title{margin:0;font-family:var(--font-body);font-size:15px;font-weight:500;line-height:1.4;color:var(--color-text);min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.swsh-bestseller-card__title a{color:inherit;text-decoration:none}.swsh-bestseller-card__title a:hover{text-decoration:underline}.swsh-bestseller-card__price{font-size:16px;font-weight:700;color:var(--color-text)}.swsh-bestseller-card__button{margin-top:8px;display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:44px;padding:0 24px;border:2px solid var(--color-accent);color:var(--color-accent);background:transparent;border-radius:9999px;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;position:relative;overflow:hidden;z-index:1;transition:border-color var(--duration-fast) ease,color var(--duration-fast) ease;cursor:pointer}.swsh-bestseller-card__button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-accent);z-index:-1;transform:scaleX(0);transform-origin:right;transition:transform var(--duration-base) var(--ease-in-out-soft)}.swsh-bestseller-card__button:hover:before{transform:scaleX(1);transform-origin:left}.swsh-bestseller-card__button:hover{color:var(--color-surface);border-color:var(--color-accent)}.swsh-badge-hot{position:absolute;top:15px;right:15px;width:46px;height:46px;background:#f25c05;color:#fff;font-size:12px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #f25c054d;z-index:2}.swsh-badge-ada{position:absolute;top:15px;left:15px;background:#fff;border:1px solid #7a7a7a;color:#2b2b2b;padding:2px 4px;display:flex;flex-direction:column;align-items:center;text-align:center;font-family:Arial,sans-serif;line-height:1.1;box-shadow:0 2px 5px #0000000d;z-index:2;max-width:64px}.swsh-badge-ada__title{font-size:10px;font-weight:900;letter-spacing:.05em;border-bottom:1px solid #7a7a7a;width:100%;padding-bottom:1px;margin-bottom:1px}.swsh-badge-ada__subtitle{font-size:6px;font-weight:700;text-transform:uppercase}.swsh-badge-ada__association{font-size:4px;font-weight:400;white-space:normal;max-width:56px}.swsh-badge-custom{position:absolute;top:15px;left:15px;background:var(--color-text);color:var(--color-surface);font-size:11px;font-weight:700;padding:4px 10px;text-transform:uppercase;border-radius:2px;letter-spacing:.05em;z-index:2}.swsh-badge-time{position:absolute;top:15px;left:15px;z-index:2;width:48px;height:auto}.swsh-badge-time img{width:100%;height:auto;display:block}.swsh-product-video-section{width:100%;display:block;overflow:hidden;background:var(--color-bg-dark, #111211)}.swsh-product-video-wrapper{width:100%;height:100%;position:relative}.swsh-product-video-wrapper video{display:block;width:100%;height:100%;object-fit:cover}@media screen and (min-width:750px){.swsh-product-video-section{aspect-ratio:var(--ar-desktop, 21/9);min-height:400px}}@media screen and (max-width:749px){.swsh-product-video-section{aspect-ratio:var(--ar-mobile, 9/16);min-height:350px}}.swsh-breadcrumbs{background-color:#f7f7f7}.swsh-breadcrumbs__list{display:flex;align-items:center;list-style:none;padding:0;margin:0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.swsh-breadcrumbs__list::-webkit-scrollbar{display:none}.swsh-breadcrumbs__item{display:inline-flex;align-items:center;font-size:clamp(1.2rem,.8vw + 1rem,1.6rem);font-weight:400;line-height:1.2;flex-shrink:0}.swsh-breadcrumbs__link{color:var(--color-text, #1d1d1d);text-decoration:none;display:inline-flex;align-items:center;transition:color var(--duration-fast, .18s) var(--ease-in-out-soft, ease-in-out)}.swsh-breadcrumbs__link:hover{color:var(--color-accent, #46b7bc)}.swsh-breadcrumbs__link svg.icon-home{width:1em;height:1em;display:inline-block;vertical-align:middle;stroke-width:1.8px}.swsh-breadcrumbs__separator{display:inline-flex;align-items:center;color:#8c8c8c;font-size:.7em;font-weight:300;margin:0 .4em;-webkit-user-select:none;user-select:none;flex-shrink:0}.swsh-breadcrumbs__pipe{display:inline-flex;align-items:center;color:#8c8c8c;font-size:1em;font-weight:300;margin:0 .6em;-webkit-user-select:none;user-select:none;flex-shrink:0}.swsh-breadcrumbs__current{color:var(--color-text-muted, #5a5a57);font-weight:400}
/*# sourceMappingURL=/cdn/shop/t/3/assets/swsh-base.css.map */
