*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bs-page);color:var(--bs-text);font-family:var(--bs-body-font);font-size:calc(16px * var(--bs-body-scale,1));line-height:1.6}body,input,button,select,textarea{font-family:var(--bs-body-font)}img,svg,video,model-viewer{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin-top:0;color:var(--bs-text);font-family:var(--bs-heading-font);line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(2.6rem,6vw,5.6rem)}h2{font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:1.25rem}p{margin-top:0}.page-width{width:min(100% - 3rem,var(--bs-max-width));margin-inline:auto}.page-width--narrow{max-width:920px}.section-spacing{padding-block:clamp(4.5rem,8vw,7rem)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link{position:fixed;left:1rem;top:1rem;z-index:999;padding:.8rem 1rem;background:#fff;color:#111;transform:translateY(-180%)}.skip-to-content-link:focus{transform:translateY(0)}.placeholder-svg{width:100%;height:100%;min-height:260px;background:#0b1120;fill:#314158}.rte{color:var(--bs-muted)}.rte a{text-decoration:underline;text-underline-offset:.2em}.rte>*:last-child{margin-bottom:0}.eyebrow{margin:0 0 .9rem;color:#60a5fa;font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.button{min-height:48px;padding:.75rem 1.4rem;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;border:1px solid transparent;border-radius:10px;cursor:pointer;font-weight:800;line-height:1.1;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.button--primary{background:linear-gradient(135deg,#1d4ed8,var(--bs-accent));color:#fff;box-shadow:0 10px 25px #2563eb42}.button--primary:hover{background:linear-gradient(135deg,var(--bs-accent),var(--bs-accent-hover));box-shadow:0 14px 32px #2563eb61;transform:translateY(-2px)}.button--secondary{border-color:var(--bs-accent-hover);background:#3b82f614;color:#dbeafe}.button--secondary:hover{background:#3b82f62e}.button[disabled]{cursor:not-allowed;opacity:.5}.button-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #60a5fa;outline-offset:3px}.announcement-bar{background:linear-gradient(90deg,var(--announcement-start),var(--announcement-end));color:#fff}.announcement-bar__inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:2rem;font-size:.75rem;font-weight:700}.announcement-bar__inner p{margin:0}.announcement-bar__inner a{opacity:.9}.site-header{position:relative;z-index:30;background:#111827f5;border-bottom:1px solid var(--bs-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header--sticky{position:sticky;top:0}.site-header__inner{min-height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem}.site-logo{width:fit-content;display:flex;align-items:center;gap:.7rem;font-weight:800;letter-spacing:.12em}.site-logo img{width:auto;height:auto;max-height:58px}.site-logo__mark{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(135deg,#1d4ed8,var(--bs-accent-hover));box-shadow:0 8px 22px #2563eb47;color:#fff;font-size:.68rem;letter-spacing:0}.site-logo__text{font-size:.88rem}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,3vw,2.4rem);font-size:.85rem;font-weight:700}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:-.6rem;background:var(--bs-accent-hover);transition:right .18s ease}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{right:0}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.header-search{height:38px;display:flex;align-items:center;border:1px solid var(--bs-border);border-radius:999px;background:#ffffff06}.header-search input{width:0;min-width:0;padding:0;border:0;background:transparent;color:#fff;transition:width .2s ease,padding .2s ease}.header-search:focus-within input,.header-search:hover input{width:130px;padding-left:.8rem}.header-search button{width:38px;height:38px;border:0;background:transparent;color:#fff;cursor:pointer}.header-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--bs-border);border-radius:50%}.header-cart{padding:.4rem .45rem .4rem .9rem;border:1px solid var(--bs-border);border-radius:999px;font-size:.8rem;font-weight:800}.header-cart span{min-width:25px;height:25px;margin-left:.4rem;padding-inline:.35rem;display:inline-grid;place-items:center;border-radius:999px;background:var(--bs-accent)}.mobile-menu-button{display:none;width:40px;height:40px;border:1px solid var(--bs-border);border-radius:9px;background:transparent}.mobile-menu-button i{width:16px;height:1px;display:block;margin:4px auto;background:#fff}.mobile-nav{display:none;padding-block:1rem 1.5rem;flex-direction:column;gap:1rem}.mobile-nav[data-open]{display:flex}.mobile-nav form{display:flex;gap:.5rem}.mobile-nav input{min-width:0;flex:1}.mobile-nav button{border:0;border-radius:8px;padding:.5rem .8rem;background:var(--bs-accent);color:#fff}.hero-banner{min-height:680px;position:relative;display:grid;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--hero-start),var(--hero-end))}.hero-banner--small{min-height:480px}.hero-banner--medium{min-height:600px}.hero-banner--full{min-height:calc(100vh - 116px)}.hero-banner__media,.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-banner__media img,.hero-banner__media picture,.hero-banner__media svg{width:100%;height:100%;object-fit:cover}.hero-banner__overlay{z-index:1;background:linear-gradient(90deg,rgba(15,23,42,var(--hero-overlay)),rgba(15,23,42,calc(var(--hero-overlay) * .35)))}.hero-banner__content{position:relative;z-index:2;display:flex}.hero-banner__content--left{justify-content:flex-start;text-align:left}.hero-banner__content--center{justify-content:center;text-align:center}.hero-banner__content--right{justify-content:flex-end;text-align:right}.hero-banner__box{max-width:760px;padding-block:5rem}.hero-banner__box h1{margin-bottom:1.5rem;font-size:clamp(3.2rem,7vw,6.5rem)}.hero-banner__text{max-width:640px;font-size:1.12rem}.hero-banner__content--center .hero-banner__text,.hero-banner__content--center .button-row{margin-inline:auto;justify-content:center}.hero-banner__content--right .hero-banner__text,.hero-banner__content--right .button-row{margin-left:auto;justify-content:flex-end}.hero-banner .button-row{margin-top:2rem}.hero-stats{margin-top:3rem;padding-top:1.4rem;display:flex;gap:2.5rem;border-top:1px solid rgba(255,255,255,.18)}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:.9rem}.hero-stats span{color:#aab8ca;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.hero-banner__content--center .hero-stats{justify-content:center}.hero-banner__content--right .hero-stats{justify-content:flex-end}.trust-bar{background:var(--trust-background);color:var(--trust-text);border-block:1px solid var(--bs-border)}.trust-bar__grid{min-height:76px;display:grid;grid-template-columns:repeat(var(--trust-columns,4),1fr)}.trust-bar__grid--1{grid-template-columns:1fr}.trust-bar__grid--2{grid-template-columns:repeat(2,1fr)}.trust-bar__grid--3{grid-template-columns:repeat(3,1fr)}.trust-bar__grid--4{grid-template-columns:repeat(4,1fr)}.trust-item{padding:1rem;display:flex;align-items:center;justify-content:center;gap:.65rem;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}.trust-item+.trust-item{border-left:1px solid var(--bs-border)}.trust-item__icon{color:#60a5fa;font-size:1rem}.section-heading{margin-bottom:2.2rem;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.section-heading h1,.section-heading h2{margin-bottom:0}.section-heading>a{color:#93c5fd;font-size:.85rem;font-weight:800}.section-heading--center{justify-content:center;text-align:center}.section-heading__text{max-width:650px;margin:1rem auto 0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}.product-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{min-width:0;overflow:hidden;border:1px solid var(--bs-border);border-radius:var(--bs-radius);background:var(--bs-card);box-shadow:0 10px 28px #02061740;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card:hover{border-color:var(--bs-accent-hover);box-shadow:0 18px 40px #02061766}body:has(.product-card) .product-card:hover{transform:translateY(-5px)}.product-card__media{position:relative;display:block;overflow:hidden;background:#0b1120}.product-card__media--square{aspect-ratio:1}.product-card__media--portrait{aspect-ratio:4/5}.product-card__media--adapt{min-height:260px}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.badge{position:absolute;z-index:2;top:.9rem;left:.9rem;padding:.35rem .6rem;border-radius:999px;background:var(--bs-accent);color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-card__content{padding:1.15rem}.product-card__vendor{margin:0 0 .4rem;color:#94a3b8;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.product-card h3{margin-bottom:1.4rem;font-size:1.05rem}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}.price{display:flex;align-items:center;gap:.5rem}.price>span{font-size:.75rem}.price s{color:#94a3b8;font-size:.75rem}.product-card__action{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--bs-accent-hover);border-radius:9px;background:#2563eb1f;font-size:1.25rem}.product-card__action:hover{background:var(--bs-accent)}.image-with-text{background:var(--section-background)}.image-with-text__grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.image-with-text--text-first .image-with-text__media{order:2}.image-with-text__media{min-height:460px;overflow:hidden;border-radius:var(--bs-radius);background:#0b1120}.image-with-text__media--medium{min-height:520px}.image-with-text__media--large{min-height:650px}.image-with-text__media img,.image-with-text__media svg{width:100%;height:100%;object-fit:cover}.image-with-text__content{padding:clamp(3rem,7vw,7rem);align-self:center}.image-with-text__content h2{margin-bottom:1.4rem}.process-list{margin:2rem 0;padding:0;list-style:none;border-top:1px solid var(--bs-border)}.process-list li{padding:1rem 0;display:flex;gap:1rem;border-bottom:1px solid var(--bs-border)}.process-list li>span{color:#60a5fa;font-size:.68rem;font-weight:800}.process-list strong{display:block}.process-list p{margin:.3rem 0 0;color:var(--bs-muted);font-size:.85rem}.icon-features{background:var(--section-background)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.feature-grid--2{grid-template-columns:repeat(2,1fr)}.feature-grid--3{grid-template-columns:repeat(3,1fr)}.feature-grid--4{grid-template-columns:repeat(4,1fr)}.feature-card{padding:1.8rem;border:1px solid var(--bs-border);border-radius:var(--bs-radius);background:linear-gradient(145deg,var(--bs-card),var(--bs-surface))}.feature-card__number{width:42px;height:42px;margin-bottom:2.8rem;display:grid;place-items:center;border:1px solid rgba(96,165,250,.45);border-radius:10px;color:#60a5fa;font-size:.65rem;font-weight:800}.feature-card__image{height:160px;margin:-1.8rem -1.8rem 1.5rem;overflow:hidden}.feature-card__image img{width:100%;height:100%;object-fit:cover}.feature-card h3{margin-bottom:.7rem}.testimonials{background:linear-gradient(135deg,var(--testimonial-start),var(--testimonial-end))}.testimonials .eyebrow{color:#c4d9ff;text-align:center}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.testimonial-grid--1{grid-template-columns:minmax(0,900px);justify-content:center}.testimonial-grid--2{grid-template-columns:repeat(2,1fr)}.testimonial{margin:0;padding:2.2rem;border:1px solid rgba(255,255,255,.16);border-radius:var(--bs-radius);background:#0f172a33}.testimonial__quote{display:block;height:55px;color:#ffffff40;font-family:Georgia,serif;font-size:5rem;line-height:1}.testimonial blockquote{margin:1rem 0 1.6rem;font-family:var(--bs-heading-font);font-size:1.4rem;font-weight:700;line-height:1.45}.testimonial figcaption{display:flex;align-items:center;gap:.8rem}.testimonial figcaption img{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial figcaption strong,.testimonial figcaption span{display:block}.testimonial figcaption span{color:#bfd0ed;font-size:.75rem}.newsletter-section{background:var(--section-background)}.newsletter-section__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,7vw,7rem)}.newsletter-section h2{margin-bottom:0}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:.65rem}.newsletter-form input{min-width:0}.newsletter-form button{padding-inline:1.25rem;border:0;border-radius:9px;background:var(--bs-accent);color:#fff;font-weight:800;cursor:pointer}.newsletter-form .form-message{grid-column:1/-1}.custom-liquid{overflow:hidden}.site-footer{padding-top:4.5rem;background:var(--bs-surface);border-top:1px solid var(--bs-border)}.site-footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem}.footer-tagline{max-width:300px;margin-top:1.2rem;font-size:.9rem}.social-links{margin-top:1.2rem;display:flex;gap:.8rem;flex-wrap:wrap;font-size:.75rem}.social-links a{color:#93c5fd}.footer-menu{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;color:#9facc0;font-size:.8rem}.footer-menu h2{margin-bottom:.4rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.footer-menu a:hover{color:#60a5fa}.footer-menu__empty{font-size:.72rem;font-style:italic}.site-footer__bottom{margin-top:3.5rem;padding-block:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--bs-border);color:#79879d}.payment-icons{display:flex;gap:.35rem;flex-wrap:wrap}.payment-icons svg{width:36px;height:auto}input,select,textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--bs-border);border-radius:9px;background:var(--bs-card);color:var(--bs-text)}textarea{resize:vertical}label{display:block;margin-bottom:.4rem;color:var(--bs-muted);font-size:.78rem;font-weight:700}.form-message{padding:.7rem 1rem;border-radius:8px}.form-message--success{background:#22c55e1f;color:#bbf7d0}.form-message--error{background:#ef44441f;color:#fecaca}.product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:start;gap:clamp(2rem,6vw,6rem)}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.product-gallery--stack{grid-template-columns:1fr}.product-gallery--grid .product-media--featured{grid-column:1/-1}.product-media{overflow:hidden;border:1px solid var(--bs-border);border-radius:var(--bs-radius);background:#0b1120}.product-media img,.product-media video,.product-media model-viewer{width:100%;height:100%;object-fit:cover}.product-details{position:sticky;top:120px}.product-details h1{margin-bottom:.8rem;font-size:clamp(2.5rem,4.5vw,4.5rem)}.product-block{margin-bottom:1.25rem}.product-price{display:flex;align-items:center;gap:.8rem;font-size:1.5rem}.product-price s{color:#94a3b8;font-size:1rem}.quantity-input{max-width:90px}.product-submit{width:100%;font-size:1rem}.shopify-payment-button{margin-top:.65rem}.shopify-payment-button__button{min-height:48px!important;border-radius:10px!important}.accordion{border-block:1px solid var(--bs-border)}.accordion+.accordion{border-top:0}.accordion summary{padding:1rem 0;display:flex;justify-content:space-between;cursor:pointer;font-weight:800}.accordion[open] summary span{transform:rotate(45deg)}.accordion .rte{padding-bottom:1rem}.collection-header{margin-bottom:2rem;display:grid;grid-template-columns:1fr;gap:2rem}.collection-header__image{max-height:440px;overflow:hidden;border-radius:var(--bs-radius)}.collection-header__image img{width:100%;height:100%;object-fit:cover}.collection-toolbar{margin-bottom:1.5rem;padding-block:1rem;display:flex;justify-content:space-between;align-items:center;border-block:1px solid var(--bs-border)}.collection-toolbar p{margin:0;color:var(--bs-muted)}.collection-toolbar form{display:flex;align-items:center;gap:.7rem}.collection-toolbar label{margin:0}.collection-toolbar select{width:auto}.pagination{margin-top:3rem}.pagination .page,.pagination .next,.pagination .prev{display:inline-grid;place-items:center;min-width:38px;height:38px;padding-inline:.5rem;border:1px solid var(--bs-border);border-radius:8px}.pagination .current{background:var(--bs-accent)}.main-cart h1,.main-page h1,.main-search h1,.contact-section h1,.main-blog h1,.main-article h1{font-size:clamp(2.5rem,5vw,4.8rem)}.empty-state{padding-block:4rem;text-align:center}.cart-lines{border-top:1px solid var(--bs-border)}.cart-line{padding:1.2rem 0;display:grid;grid-template-columns:110px 1fr 90px auto;gap:1rem;align-items:center;border-bottom:1px solid var(--bs-border)}.cart-line__image{width:110px;height:110px;overflow:hidden;border-radius:10px;background:#0b1120}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line p{margin:.25rem 0;color:var(--bs-muted);font-size:.85rem}.cart-summary{max-width:520px;margin:2rem 0 0 auto;padding:1.5rem;border:1px solid var(--bs-border);border-radius:var(--bs-radius);background:var(--bs-surface)}.cart-summary>p{display:flex;justify-content:space-between;font-size:1.1rem}.cart-summary small{display:block;margin-bottom:1rem;color:var(--bs-muted)}.search-header{max-width:850px;margin-bottom:3rem}.search-header form{display:grid;grid-template-columns:1fr auto;gap:.6rem}.search-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.content-card,.article-card{overflow:hidden;border:1px solid var(--bs-border);border-radius:var(--bs-radius);background:var(--bs-card)}.content-card{padding:1.5rem}.content-card h2{font-size:1.25rem}.contact-section>.page-width>.rte{margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.article-card>a:first-child{aspect-ratio:16/10;display:block;overflow:hidden}.article-card>a img{width:100%;height:100%;object-fit:cover}.article-card>div{padding:1.4rem}.article-card h2{font-size:1.35rem}.article-card p{color:var(--bs-muted)}.article-card>div>a{color:#93c5fd;font-weight:800}.main-article header{text-align:center}.main-article header>p:last-child{color:var(--bs-muted)}.article-hero{margin:2.5rem 0;overflow:hidden;border-radius:var(--bs-radius)}.article-content{font-size:1.05rem}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.collection-grid--2{grid-template-columns:repeat(2,1fr)}.collection-grid--4{grid-template-columns:repeat(4,1fr)}.collection-card{overflow:hidden;border:1px solid var(--bs-border);border-radius:var(--bs-radius);background:var(--bs-card)}.collection-card>img,.collection-card>svg{width:100%;aspect-ratio:4/3;object-fit:cover}.collection-card>div{padding:1.2rem}.collection-card h2{margin-bottom:.2rem;font-size:1.3rem}.collection-card span{color:var(--bs-muted);font-size:.8rem}.password-page{min-height:70vh;display:grid;place-items:center;padding:3rem 1.5rem}.password-page__inner{max-width:620px;text-align:center}.password-page__inner>.site-logo__mark{margin:0 auto 1.5rem}.password-form{margin-top:2rem;display:flex;gap:.6rem}.gift-card{text-align:center}.gift-card__code{margin:1.5rem auto;padding:1rem;max-width:520px;border:1px dashed var(--bs-accent-hover);border-radius:10px;background:var(--bs-card);font-family:monospace;font-size:1.2rem;letter-spacing:.08em}@media(max-width:1050px){.desktop-nav{gap:1rem}.header-search{display:none}.product-grid,.product-grid--4,.search-grid,.feature-grid--4,.article-grid{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:1.5fr repeat(3,1fr)}.product-layout{grid-template-columns:1fr 1fr;gap:2.5rem}.collection-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.page-width{width:min(100% - 2rem,var(--bs-max-width))}.section-spacing{padding-block:4rem}.announcement-bar__inner a{display:none}.site-header__inner{min-height:68px;grid-template-columns:1fr auto}.desktop-nav,.header-icon{display:none}.mobile-menu-button{display:block}.header-cart{font-size:0}.header-cart span{margin-left:0;font-size:.8rem}.hero-banner{min-height:620px}.hero-banner__overlay{background:linear-gradient(0deg,rgba(15,23,42,var(--hero-overlay)),rgba(15,23,42,calc(var(--hero-overlay)*.55)))}.hero-banner__content--right,.hero-banner__content--center,.hero-banner__content--left{justify-content:flex-start;text-align:left}.hero-banner__box{padding-block:4rem;align-self:end}.hero-banner__box h1{font-size:clamp(3rem,14vw,5rem)}.hero-banner__content .hero-banner__text{margin-left:0}.hero-banner__content .button-row,.hero-banner__content .hero-stats{justify-content:flex-start}.hero-stats{gap:1.25rem;flex-wrap:wrap}.trust-bar__grid{grid-template-columns:repeat(2,1fr)}.trust-item{min-height:64px}.trust-item+.trust-item{border-left:0}.section-heading{align-items:flex-start;flex-direction:column}.product-grid,.product-grid--2,.product-grid--3,.product-grid--4,.search-grid,.image-with-text__grid{grid-template-columns:1fr}.image-with-text--text-first .image-with-text__media{order:0}.image-with-text__media,.image-with-text__media--medium,.image-with-text__media--large{min-height:400px}.image-with-text__content{padding:3.5rem 0}.feature-grid,.feature-grid--2,.feature-grid--3,.feature-grid--4,.testimonial-grid,.testimonial-grid--2,.testimonial-grid--3,.newsletter-section__grid,.newsletter-form{grid-template-columns:1fr}.newsletter-form button{min-height:48px}.site-footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}.footer-brand{grid-column:1/-1}.site-footer__bottom{align-items:flex-start;flex-direction:column}.product-layout,.product-gallery{grid-template-columns:1fr}.product-gallery--grid .product-media--featured{grid-column:auto}.product-details{position:static}.collection-toolbar{align-items:flex-start;flex-direction:column;gap:1rem}.cart-line{grid-template-columns:80px 1fr 70px}.cart-line__image{width:80px;height:80px}.cart-line>strong:last-child{grid-column:2/-1}.form-grid,.article-grid,.collection-grid,.collection-grid--2,.collection-grid--3,.collection-grid--4{grid-template-columns:1fr}.password-form{flex-direction:column}}@media(max-width:430px){.site-logo__text{display:none}.hero-banner .button,.button-row{width:100%}.cart-line{grid-template-columns:64px 1fr}.cart-line__image{width:64px;height:64px}.cart-line input{grid-column:2}.site-footer__grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
