*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{overflow-x:hidden}body{font-family:var(--font-body, "DM Sans", sans-serif);font-size:var(--font-size-base, 15px);color:var(--color-text, #1C1917);background:var(--color-bg, #FAFAF8);margin:0;padding:0;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading, "Space Grotesk", sans-serif);margin:0;line-height:1.15;font-weight:700;letter-spacing:-.02em}p{margin:0}input,textarea,select{font-family:inherit}.skip-link{position:absolute;top:-100px;left:0;z-index:9999;background:var(--color-accent);color:var(--color-accent-text);padding:10px 20px;transition:top .2s;border-radius:var(--btn-radius, 8px)}.skip-link:focus{top:0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.container{max-width:var(--max-width, 1360px);margin:0 auto;padding:0 32px}@media(max-width:600px){.container{padding:0 18px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;font-family:var(--font-heading, "Space Grotesk", sans-serif);font-size:13px;font-weight:600;letter-spacing:-.01em;border:2px solid var(--color-accent);background:var(--color-accent);color:var(--color-accent-text);border-radius:var(--btn-radius, 8px);cursor:pointer;transition:all .18s;white-space:nowrap;min-height:48px}.btn:hover{filter:brightness(.88)}.btn--outline{background:transparent;color:var(--color-accent)}.btn--outline:hover{background:var(--color-accent);color:var(--color-accent-text);filter:none}.btn--full{width:100%}.btn--large{padding:16px 40px;font-size:14px}.btn--small{padding:9px 18px;font-size:12px;min-height:38px}.btn--ghost{background:#ffffff26;border-color:#ffffff80;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--ghost:hover{background:#ffffff47;filter:none}.section{padding:80px 0}.section--sm{padding:48px 0}.section--lg{padding:120px 0}.section--alt{background:var(--color-alt-bg)}.section--dark{background:#1c1917;color:#fff}.section--accent{background:var(--color-accent);color:var(--color-accent-text)}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:40px;gap:16px}.section-header__eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:8px;display:block}.section-header__title{font-size:clamp(24px,2.8vw,36px)}.section-header__link{font-size:13px;font-weight:600;color:var(--color-accent);flex-shrink:0;display:inline-flex;align-items:center;gap:4px}.section-header__link:after{content:"\2192"}.section-header__link:hover{text-decoration:underline;text-underline-offset:3px}.announcement-bar{background:var(--color-text);color:#fff;font-size:12px;font-weight:500;letter-spacing:.06em;height:38px;display:flex;align-items:center;overflow:hidden}.announcement-bar__track{display:flex;gap:72px;animation:ticker 30s linear infinite;white-space:nowrap}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:var(--color-bg);height:68px;z-index:100;border-bottom:1px solid var(--color-border)}.site-header--sticky{position:sticky;top:0;transition:transform .28s ease}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;padding:0 32px;max-width:var(--max-width, 1360px);margin:0 auto}.site-header__logo{font-family:var(--font-heading, "Space Grotesk", sans-serif);font-size:20px;font-weight:700;letter-spacing:-.03em;justify-self:center;grid-column:2}.site-header__logo img{height:38px;width:auto}.site-nav{display:flex;gap:6px;align-items:center}.site-nav__link{font-size:13px;font-weight:500;padding:6px 12px;border-radius:6px;transition:background .15s}.site-nav__link:hover{background:var(--color-alt-bg)}.site-nav__link--active{background:var(--color-alt-bg);font-weight:600}.site-nav__dropdown{position:relative}.site-nav__dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;background:var(--color-bg);border:1px solid var(--color-border);min-width:200px;padding:6px;z-index:200;border-radius:12px;box-shadow:0 12px 40px #0000001a}.site-nav__dropdown:hover .site-nav__dropdown-menu{display:block}.site-nav__dropdown-menu a{display:block;padding:10px 14px;font-size:13px;font-weight:500;border-radius:8px;transition:background .12s}.site-nav__dropdown-menu a:hover{background:var(--color-alt-bg)}.site-header__icons{display:flex;gap:4px;align-items:center;justify-self:end}.site-header__icons a,.site-header__icons button{background:none;border:none;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:background .15s;position:relative}.site-header__icons a:hover,.site-header__icons button:hover{background:var(--color-alt-bg)}.cart-count{position:absolute;top:4px;right:4px;background:var(--color-accent);color:var(--color-accent-text);border-radius:999px;min-width:17px;height:17px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px}.header-hamburger{display:none;flex-direction:column;gap:4px;align-items:center;justify-content:center}.header-hamburger span{display:block;width:20px;height:2px;background:var(--color-text);border-radius:2px;transition:all .2s}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-bg);z-index:500;padding:20px;display:flex;flex-direction:column;overflow-y:auto;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__close{align-self:flex-end;background:none;border:none;font-size:22px;margin-bottom:28px;width:40px;height:40px;border-radius:8px}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav a{font-family:var(--font-heading, sans-serif);font-size:26px;font-weight:700;letter-spacing:-.02em;padding:14px 0;border-bottom:1px solid var(--color-border)}.mobile-menu nav a:hover{color:var(--color-accent)}.search-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-bg);z-index:400;align-items:flex-start;justify-content:center;padding-top:100px}.search-overlay.is-open{display:flex}.search-overlay__close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:20px;width:40px;height:40px;border-radius:8px}.search-overlay__form{display:flex;align-items:center;width:100%;max-width:640px;background:var(--color-alt-bg);border-radius:16px;padding:6px 6px 6px 24px;border:2px solid var(--color-border)}.search-overlay__input{flex:1;border:none;font-size:20px;background:transparent;outline:none;font-family:var(--font-heading, sans-serif);font-weight:500;color:var(--color-text)}.search-overlay__form button{flex-shrink:0}.cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#1c191766;z-index:300;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-overlay.is-open{display:block}.cart-drawer{position:fixed;top:0;right:-460px;width:460px;max-width:100vw;height:100%;background:var(--color-bg);z-index:301;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 60px #0000001f}.cart-drawer.is-open{right:0}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-family:var(--font-heading, sans-serif);font-size:17px;font-weight:700;letter-spacing:-.02em}.cart-drawer__close{background:var(--color-alt-bg);border:none;width:34px;height:34px;border-radius:8px;font-size:18px;display:flex;align-items:center;justify-content:center}.cart-drawer__body{flex:1;overflow-y:auto;padding:20px 24px}.cart-drawer__empty{text-align:center;padding:64px 0;color:var(--color-text-light);font-size:14px}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:15px;margin-bottom:14px}.cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:76px;height:76px;object-fit:cover;background:var(--color-alt-bg);flex-shrink:0;border-radius:var(--btn-radius, 8px)}.cart-item__title{font-size:13px;font-weight:600;margin-bottom:3px}.cart-item__variant{font-size:12px;color:var(--color-text-light);margin-bottom:8px}.cart-item__price{font-size:14px;font-weight:700}.cart-item__remove{background:none;border:none;font-size:12px;color:var(--color-text-light);text-decoration:underline;cursor:pointer;margin-top:6px;display:block;padding:0;font-family:inherit}.hero-banner{position:relative;overflow:hidden}.hero-banner__image{width:100%;height:88vh;min-height:520px;object-fit:cover;display:block}.hero-banner__placeholder{width:100%;height:88vh;min-height:520px;background:var(--color-alt-bg);display:flex;align-items:center;justify-content:center}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:80px 72px}.hero-banner__overlay--left{align-items:flex-start}.hero-banner__overlay--center{align-items:center;text-align:center}.hero-banner__overlay--right{align-items:flex-end;text-align:right}.hero-banner__eyebrow{font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px;opacity:.8;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 14px;border-radius:999px;display:inline-block}.hero-banner__title{font-size:clamp(40px,7vw,100px);font-weight:700;line-height:.95;letter-spacing:-.04em;margin-bottom:24px;max-width:720px}.hero-banner__subtitle{font-size:17px;line-height:1.65;margin-bottom:36px;max-width:460px;opacity:.85}.hero-banner__buttons{display:flex;gap:12px;flex-wrap:wrap}.product-grid{display:grid;gap:16px}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-grid--5{grid-template-columns:repeat(5,1fr)}.product-card{display:flex;flex-direction:column}.product-card__media{position:relative;overflow:hidden;background:var(--color-alt-bg);aspect-ratio:var(--ratio, 4/5);border-radius:calc(var(--btn-radius, 8px) * 1.5)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__media img{transform:scale(1.06)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--color-accent);color:var(--color-accent-text);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:999px}.product-card__badge--sale{background:#f43f5e;color:#fff}.product-card__badge--new{background:#10b981;color:#fff}.product-card__quick-add{position:absolute;bottom:10px;left:10px;right:10px;background:#1c1917d9;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px;font-size:12px;font-weight:600;letter-spacing:.02em;text-align:center;border-radius:calc(var(--btn-radius, 8px));transform:translateY(calc(100% + 10px));transition:transform .22s ease;cursor:pointer;border:none;font-family:var(--font-heading, sans-serif);width:calc(100% - 20px)}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__info{padding:14px 2px 18px;flex:1;display:flex;flex-direction:column;gap:5px}.product-card__vendor{font-size:11px;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.08em}.product-card__title{font-size:14px;font-weight:500;line-height:1.35;color:var(--color-text)}.product-card__price{font-family:var(--font-heading, sans-serif);font-size:15px;font-weight:700;margin-top:2px}.product-card__price s{font-weight:400;color:var(--color-text-light);font-size:13px;margin-right:4px}.product-card__price .sale{color:#f43f5e}.collection-banners__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.collection-banner{position:relative;overflow:hidden;aspect-ratio:3/4;border-radius:calc(var(--btn-radius,8px) * 1.5);display:block;background:var(--color-alt-bg)}.collection-banner img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-banner:hover img{transform:scale(1.05)}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(28,25,23,.65) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:22px}.collection-banner__title{color:#fff;font-family:var(--font-heading,sans-serif);font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:6px}.collection-banner__cta{color:#ffffffbf;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.collection-banner__cta:after{content:"\2192"}.image-with-text{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:560px}.image-with-text--reversed .image-with-text__text{order:-1}.image-with-text__image{overflow:hidden;background:var(--color-alt-bg);height:100%;min-height:480px}.image-with-text__image img{width:100%;height:100%;object-fit:cover}.image-with-text__text{padding:72px 80px}.image-with-text__eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:14px;display:block}.image-with-text__title{font-size:clamp(28px,3.5vw,48px);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:18px}.image-with-text__text-body{font-size:15px;line-height:1.8;color:var(--color-text-light);margin-bottom:32px}.rich-text{padding:100px 0}.rich-text__inner{max-width:720px;margin:0 auto;text-align:center}.rich-text__eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:14px;display:block}.rich-text__title{font-size:clamp(32px,5vw,60px);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin-bottom:22px}.rich-text__body{font-size:17px;line-height:1.8;color:var(--color-text-light);margin-bottom:36px}.marquee-section{overflow:hidden;padding:18px 0;background:var(--color-accent);color:var(--color-accent-text)}.marquee-track{display:flex;gap:56px;animation:marquee 22s linear infinite;white-space:nowrap}.marquee-item{font-size:13px;font-weight:600;letter-spacing:.08em;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:var(--color-bg);padding:32px;border-radius:calc(var(--btn-radius,8px)*1.5);border:1px solid var(--color-border)}.testimonial-card__stars{color:#f59e0b;font-size:14px;letter-spacing:2px;margin-bottom:16px}.testimonial-card__text{font-size:14px;line-height:1.8;color:var(--color-text);margin-bottom:20px}.testimonial-card__author{font-size:13px;font-weight:700;font-family:var(--font-heading,sans-serif)}.testimonial-card__location{font-size:12px;color:var(--color-text-light);margin-top:2px}.trust-strip{padding:56px 0}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-item{text-align:center;padding:32px 24px;background:var(--color-alt-bg);border-radius:calc(var(--btn-radius,8px)*1.5)}.trust-item__icon{font-size:36px;margin-bottom:14px}.trust-item__title{font-family:var(--font-heading,sans-serif);font-size:14px;font-weight:700;letter-spacing:-.01em;margin-bottom:8px}.trust-item__text{font-size:13px;color:var(--color-text-light);line-height:1.5}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item__q{width:100%;background:none;border:none;padding:22px 0;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;font-family:var(--font-heading,sans-serif);text-align:left;cursor:pointer;gap:16px;letter-spacing:-.01em}.faq-item__icon{flex-shrink:0;width:28px;height:28px;background:var(--color-alt-bg);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .15s}.faq-item.is-open .faq-item__icon{background:var(--color-accent)}.faq-item__icon:before{content:"+";font-size:16px;color:var(--color-text);transition:color .15s}.faq-item.is-open .faq-item__icon:before{content:"\2212";color:var(--color-accent-text)}.faq-item__a{font-size:14px;color:var(--color-text-light);line-height:1.85;max-height:0;overflow:hidden;transition:max-height .3s ease,padding-bottom .3s}.faq-item.is-open .faq-item__a{max-height:600px;padding-bottom:22px}.newsletter-section{padding:100px 0;text-align:center;background:var(--color-text);color:#fff}.newsletter-section__eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px;display:block}.newsletter-section__title{font-size:clamp(28px,4vw,52px);font-weight:700;letter-spacing:-.03em;margin-bottom:12px}.newsletter-section__sub{font-size:15px;color:#fff9;margin-bottom:40px}.newsletter-form{display:flex;max-width:500px;margin:0 auto;background:#ffffff14;border-radius:var(--btn-radius,8px);border:1px solid rgba(255,255,255,.15);overflow:hidden}.newsletter-form input{flex:1;border:none;padding:15px 20px;font-size:15px;background:transparent;color:#fff;outline:none}.newsletter-form input::placeholder{color:#fff6}.newsletter-form button{border:none;background:var(--color-accent);color:var(--color-accent-text);padding:15px 24px;font-size:13px;font-weight:700;font-family:var(--font-heading,sans-serif);cursor:pointer;flex-shrink:0}.newsletter-form button:hover{filter:brightness(.88)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-card{display:flex;flex-direction:column}.blog-card__image{aspect-ratio:16/10;overflow:hidden;background:var(--color-alt-bg);border-radius:calc(var(--btn-radius,8px)*1.5);margin-bottom:18px}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-card__image img{transform:scale(1.04)}.blog-card__tag{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:8px;display:block}.blog-card__title{font-family:var(--font-heading,sans-serif);font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:8px}.blog-card__excerpt{font-size:14px;color:var(--color-text-light);line-height:1.7}.collection-header{padding:48px 0 32px;margin-bottom:24px;display:flex;align-items:flex-end;justify-content:space-between}.collection-header__title{font-size:clamp(28px,4vw,44px);letter-spacing:-.03em}.collection-header__count{font-size:13px;color:var(--color-text-light);margin-bottom:4px}.sort-select{padding:10px 16px;font-size:13px;font-weight:500;border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;font-family:inherit;border-radius:var(--btn-radius,8px)}.pagination{display:flex;justify-content:center;gap:8px;padding:60px 0 16px;flex-wrap:wrap}.product-page{display:grid;grid-template-columns:1fr 1fr;min-height:80vh}.product-gallery{display:grid;grid-template-columns:88px 1fr;gap:10px;padding:36px;background:var(--color-alt-bg);align-content:start;position:sticky;top:68px;height:fit-content;max-height:calc(100vh - 68px);overflow:auto}.product-gallery__thumbs{display:flex;flex-direction:column;gap:8px}.product-gallery__thumb{width:88px;aspect-ratio:1;object-fit:cover;cursor:pointer;opacity:.5;border:2px solid transparent;border-radius:var(--btn-radius,8px);transition:all .15s}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{opacity:1;border-color:var(--color-accent)}.product-gallery__main{overflow:hidden;border-radius:calc(var(--btn-radius,8px)*1.5)}.product-gallery__main img{width:100%;aspect-ratio:1;object-fit:cover}.product-info{padding:64px 56px}.product-info__vendor{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:10px;display:block}.product-info__title{font-size:clamp(24px,2.8vw,38px);letter-spacing:-.03em;margin-bottom:18px}.product-info__price{font-size:26px;font-weight:700;margin-bottom:32px}.product-info__price s{font-size:18px;font-weight:400;color:var(--color-text-light);margin-right:8px}.option-label{font-size:13px;font-weight:600;font-family:var(--font-heading,sans-serif);margin-bottom:12px;display:flex;justify-content:space-between;letter-spacing:-.01em}.option-label a{font-weight:400;text-decoration:underline;color:var(--color-text-light);font-family:var(--font-body,sans-serif)}.option-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.option-btn{min-width:48px;height:46px;padding:0 16px;border:2px solid var(--color-border);background:var(--color-bg);font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading,sans-serif);border-radius:var(--btn-radius,8px)}.option-btn:hover{border-color:var(--color-accent)}.option-btn.is-selected{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-accent-text)}.option-btn.is-unavailable{opacity:.35;cursor:not-allowed}.product-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.product-description{font-size:15px;line-height:1.9;color:var(--color-text-light);margin-top:32px;padding-top:32px;border-top:1px solid var(--color-border)}.cart-page{padding:60px 0}.cart-page__grid{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:start}.cart-page__title{font-size:clamp(28px,4vw,40px);letter-spacing:-.03em;margin-bottom:32px}.cart-line{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--color-border)}.cart-line__image{width:96px;height:96px;object-fit:cover;background:var(--color-alt-bg);flex-shrink:0;border-radius:var(--btn-radius,8px)}.cart-line__title{font-size:14px;font-weight:600;font-family:var(--font-heading,sans-serif);margin-bottom:4px;letter-spacing:-.01em}.cart-line__variant{font-size:13px;color:var(--color-text-light);margin-bottom:12px}.cart-line__qty{display:flex;align-items:center;background:var(--color-alt-bg);border-radius:var(--btn-radius,8px);width:fit-content;overflow:hidden}.cart-line__qty button{background:none;border:none;width:38px;height:38px;font-size:18px;cursor:pointer;font-family:inherit}.cart-line__qty span{padding:0 12px;font-size:14px;font-weight:600}.cart-line__price{font-size:15px;font-weight:700;margin-top:10px}.cart-summary{background:var(--color-text);color:#fff;padding:36px;border-radius:calc(var(--btn-radius,8px)*2);position:sticky;top:92px}.cart-summary__title{font-size:18px;letter-spacing:-.02em;margin-bottom:24px}.cart-summary__row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px;color:#fff9}.cart-summary__total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);margin-bottom:20px}.cart-summary__note{font-size:12px;color:#fff6;text-align:center;margin-top:12px;line-height:1.6}.cart-summary .btn--outline{border-color:#ffffff4d;color:#ffffffb3}.cart-summary .btn--outline:hover{background:#ffffff1a;border-color:#ffffff80}.site-footer{background:#0d0d0b;color:#ffffff80;padding:80px 0 40px}.site-footer__grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:56px;margin-bottom:60px}.footer-brand__logo{font-family:var(--font-heading,sans-serif);font-size:22px;font-weight:700;letter-spacing:-.03em;color:#fff;margin-bottom:14px}.footer-brand__desc{font-size:13px;line-height:1.8;max-width:260px;margin-bottom:28px}.footer-social{display:flex;gap:10px}.footer-social a{color:#ffffff59;transition:color .15s;width:36px;height:36px;background:#ffffff0f;border-radius:8px;display:flex;align-items:center;justify-content:center}.footer-social a:hover{color:#fff;background:#ffffff1f}.footer-col__title{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:18px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:14px;color:#fff9;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom__copy{font-size:12px;color:#ffffff40}.footer-payment{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.footer-payment svg{height:24px;width:auto;opacity:.4}@media(max-width:1100px){.product-grid--4,.product-grid--5{grid-template-columns:repeat(3,1fr)}.site-footer__grid{grid-template-columns:1fr 1fr;gap:40px}.collection-banners__grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr}.product-gallery{position:static;max-height:none}.cart-page__grid{grid-template-columns:1fr}.trust-strip__grid{grid-template-columns:repeat(2,1fr)}.image-with-text__text{padding:60px 48px}}@media(max-width:768px){.site-nav{display:none}.header-hamburger{display:flex}.site-header__inner{padding:0 18px}.product-grid--3,.product-grid--4,.product-grid--5{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:repeat(2,1fr)}.image-with-text{grid-template-columns:1fr}.image-with-text__text{padding:40px 24px}.image-with-text--reversed .image-with-text__text{order:0}.hero-banner__overlay{padding:32px 24px;justify-content:flex-end}.product-gallery{grid-template-columns:1fr}.product-gallery__thumbs{flex-direction:row;overflow-x:auto;scrollbar-width:none}.product-gallery__thumb{flex-shrink:0}.product-info{padding:32px 20px 56px}.site-footer__grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;text-align:center}.section{padding:56px 0}}@media(max-width:480px){.product-grid--2,.product-grid--3,.product-grid--4,.product-grid--5{grid-template-columns:repeat(2,1fr);gap:10px}.blog-grid{grid-template-columns:1fr}.trust-strip__grid{grid-template-columns:1fr 1fr}.newsletter-form{flex-direction:column}.collection-banners__grid{grid-template-columns:1fr 1fr;gap:8px}}input[type=email],input[type=text],input[type=search],input[type=password],textarea,select{font-size:16px!important;-webkit-appearance:none;border-radius:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
