*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #F4EFE4;--black: #0A0A0A;--text: #111111;--blue: #2B35F0;--lime: #B8F015;--orange: #E84028;--white: #FFFFFF;--grey-light: #E8E3D8;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif;--max-w: 1280px;--pad: 0 40px}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--cream);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}.skip-link{position:absolute;top:-100%;left:0;padding:8px 16px;background:var(--blue);color:var(--white);z-index:9999}.skip-link:focus{top:0}.announcement-bar{background:var(--black);color:var(--white);overflow:hidden;height:40px;display:flex;align-items:center}.announcement-bar__track{display:flex;white-space:nowrap;animation:marquee 60s linear infinite;gap:0}.announcement-bar__track:hover{animation-play-state:paused}.announcement-bar__item{display:inline-flex;align-items:center;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:0 28px;gap:28px}.announcement-bar__item:after{content:"+";font-size:14px;opacity:.5;margin-left:28px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:100;background:var(--cream);border-bottom:1px solid var(--grey-light)}.site-header__inner{max-width:var(--max-w);margin:0 auto;padding:0 40px;height:64px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px}.site-header__logo{font-family:var(--font-sans);font-size:20px;font-weight:700;letter-spacing:-.02em;display:flex;align-items:baseline;gap:0}.logo-wow{color:var(--text)}.logo-soft{color:var(--blue);font-style:italic}.logo-tld{font-size:11px;font-weight:400;color:var(--text);opacity:.5;margin-left:3px;letter-spacing:.05em}.site-nav{display:flex;align-items:center;justify-content:center;gap:8px}.site-nav__link{font-size:13px;font-weight:500;letter-spacing:.01em;color:var(--text);padding:6px 12px;border-radius:4px;transition:background .15s}.site-nav__link:hover{background:var(--grey-light)}.site-header__icons{display:flex;align-items:center;gap:4px}.icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .15s;color:var(--text);position:relative}.icon-btn:hover{background:var(--grey-light)}.icon-btn svg{width:20px;height:20px}.search-bar{display:none;position:absolute;top:100%;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--grey-light);padding:16px 40px;z-index:200}.search-bar.is-open{display:flex;gap:12px}.search-bar input{flex:1;font-family:var(--font-sans);font-size:16px;border:1px solid var(--grey-light);background:var(--white);padding:10px 16px;border-radius:4px;outline:none}.search-bar input:focus{border-color:var(--blue)}.mobile-menu-btn{display:none;width:40px;height:40px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:4px}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--text);transition:all .2s}.hero{min-height:calc(100vh - 104px);display:grid;grid-template-columns:1fr 1fr;max-width:var(--max-w);margin:0 auto;padding:80px 40px 60px;gap:60px;align-items:center}.hero__eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:28px}.hero__eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--blue);flex-shrink:0}.hero__heading{font-family:var(--font-serif);font-size:clamp(56px,7vw,96px);font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--text)}.hero__heading em{font-style:italic;color:var(--blue)}.hero__subtext{margin-top:24px;font-size:16px;color:var(--text);opacity:.7;max-width:440px;line-height:1.7}.hero__subtext a{color:var(--blue)}.hero__right{display:flex;flex-direction:column;justify-content:flex-end;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:space-between;font-family:var(--font-sans);font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:18px 24px;border-radius:4px;transition:all .2s;gap:16px}.btn-arrow{font-size:16px}.btn--dark{background:var(--black);color:var(--white)}.btn--dark:hover{background:#222}.btn--outline{border:1px solid var(--text);color:var(--text);background:transparent}.btn--outline:hover{background:var(--grey-light)}.btn--outline-white{border:1px solid rgba(255,255,255,.4);color:var(--white);background:transparent}.btn--outline-white:hover{border-color:var(--white);background:#ffffff0d}.hero__stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px;padding-top:24px;border-top:1px solid var(--grey-light)}.stat__value{font-family:var(--font-serif);font-size:28px;font-weight:700;color:var(--text);line-height:1}.stat__label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text);opacity:.5;margin-top:4px}.section-label{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text);opacity:.5;margin-bottom:20px}.section-heading{font-family:var(--font-serif);font-size:clamp(36px,4vw,56px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text)}.section-heading em{font-style:italic}.category-section{padding:80px 40px;max-width:var(--max-w);margin:0 auto}.category-section__top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.link-arrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text);padding-bottom:2px;border-bottom:1px solid transparent;transition:border-color .2s}.link-arrow:hover{border-bottom-color:var(--text)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-card{aspect-ratio:3/4;border-radius:8px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;position:relative;overflow:hidden;transition:transform .3s ease}.category-card:hover{transform:translateY(-4px)}.category-card--blue{background:#2b35f0}.category-card--black{background:#0a0a0a}.category-card--lime{background:#b8f015}.category-card--orange{background:#e84028}.category-card__top{display:flex;justify-content:space-between;align-items:flex-start}.category-card__num{font-size:11px;font-weight:600;letter-spacing:.1em;opacity:.6}.category-card--blue .category-card__num,.category-card--black .category-card__num,.category-card--orange .category-card__num{color:var(--white)}.category-card--lime .category-card__num{color:var(--black)}.category-card__arrow{font-size:18px;font-weight:300}.category-card--blue .category-card__arrow,.category-card--black .category-card__arrow,.category-card--orange .category-card__arrow{color:var(--white)}.category-card--lime .category-card__arrow{color:var(--black)}.category-card__title{font-family:var(--font-serif);font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1;letter-spacing:-.02em}.category-card--blue .category-card__title,.category-card--black .category-card__title,.category-card--orange .category-card__title{color:var(--white)}.category-card--lime .category-card__title{color:var(--black)}.category-card__sub{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-top:8px;opacity:.7}.category-card--blue .category-card__sub,.category-card--black .category-card__sub,.category-card--orange .category-card__sub{color:var(--white)}.category-card--lime .category-card__sub{color:var(--black)}.featured-collection{padding:80px 40px;max-width:var(--max-w);margin:0 auto;border-top:1px solid var(--grey-light)}.featured-collection__top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-empty{grid-column:1 / -1;border:1px dashed var(--grey-light);border-radius:8px;padding:80px 40px;text-align:center}.product-empty__title{font-family:var(--font-serif);font-size:22px;margin-bottom:8px}.product-empty__sub{font-size:14px;color:var(--text);opacity:.5}.product-card{display:block;border-radius:8px;overflow:hidden;background:var(--white);transition:transform .2s,box-shadow .2s;border:1px solid var(--grey-light)}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.product-card__image{aspect-ratio:1;background:#f0ebe0;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__info{padding:16px}.product-card__title{font-family:var(--font-serif);font-size:17px;font-weight:700;line-height:1.2;margin-bottom:8px}.product-card__price{font-size:15px;font-weight:600;color:var(--blue)}.product-card__compare{font-size:13px;color:var(--text);opacity:.4;text-decoration:line-through;margin-left:8px}.product-card__badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:3px;background:var(--blue);color:var(--white);margin-bottom:8px}.promise-section{background:var(--black);padding:100px 40px}.promise-section__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.promise-section .section-label{color:var(--white);opacity:.4}.promise-section__heading{font-family:var(--font-serif);font-size:clamp(44px,5.5vw,76px);font-weight:700;line-height:1.05;letter-spacing:-.02em;color:var(--white)}.promise-section__heading em{font-style:italic;color:var(--lime)}.promise-section__text{font-size:16px;line-height:1.7;color:#ffffffa6;margin-bottom:32px}.promise-section__text em{color:var(--white);font-style:normal}.trust-section{background:var(--white);padding:60px 40px;border-top:1px solid var(--grey-light)}.trust-section__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.trust-item{display:flex;align-items:flex-start;gap:16px}.trust-item__icon{width:44px;height:44px;background:var(--black);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-item__icon svg{width:22px;height:22px;stroke:var(--white);fill:none}.trust-item__title{font-size:15px;font-weight:600;color:var(--text);margin-bottom:4px}.trust-item__sub{font-size:13px;line-height:1.5;color:var(--text);opacity:.5}.trust-item__sub a{color:var(--blue);opacity:1}.site-footer{background:var(--black);padding:64px 40px 40px}.site-footer__inner{max-width:var(--max-w);margin:0 auto}.site-footer__brand-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:48px}.footer-brand__logo{font-family:var(--font-sans);font-size:48px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.footer-brand__logo .logo-wow{color:var(--white)}.footer-brand__logo .logo-soft{color:var(--lime);font-style:italic}.footer-brand__logo .logo-tld{color:#fff6}.footer-brand__text{font-size:14px;line-height:1.7;color:#ffffff80;max-width:380px}.footer-company{padding-top:4px}.footer-company__list{list-style:none;display:flex;flex-direction:column;gap:12px;margin-top:20px}.footer-company__list li{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;color:#ffffff8c}.footer-company__list li svg{width:15px;height:15px;min-width:15px;stroke:#ffffff4d;margin-top:2px}.footer-company__list a{color:#ffffff8c;transition:color .15s}.footer-company__list a:hover{color:var(--lime)}.site-footer__links-row{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-col__heading{font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;margin-bottom:18px}.footer-col__links{display:flex;flex-direction:column;gap:10px}.footer-col__links a{font-size:13px;color:#fff9;transition:color .15s;line-height:1.4}.footer-col__links a:hover{color:var(--white)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px}.footer-copy{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#ffffff40}.footer-payment{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#ffffff40}@media(max-width:1024px){.site-footer__brand-row{grid-template-columns:1fr}.site-footer__links-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.site-footer__links-row{grid-template-columns:repeat(2,1fr)}.site-footer__bottom{flex-direction:column;gap:10px;text-align:center}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:400px;max-width:100vw;background:var(--cream);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--grey-light)}.cart-drawer__title{font-family:var(--font-serif);font-size:20px;font-weight:700}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:16px;transition:background .15s}.cart-drawer__close:hover{background:var(--grey-light)}.cart-drawer__body{flex:1;overflow-y:auto;padding:24px}.collection-page{max-width:var(--max-w);margin:0 auto;padding:60px 40px}.collection-header{margin-bottom:48px}.collection-header__eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}.collection-header__title{font-family:var(--font-serif);font-size:clamp(40px,5vw,64px);font-weight:700;letter-spacing:-.02em}.collection-header__desc{margin-top:16px;font-size:16px;line-height:1.7;max-width:600px;opacity:.7}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:60px}.pagination a,.pagination span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--grey-light);border-radius:4px;font-size:14px;font-weight:500;transition:all .15s}.pagination a:hover{background:var(--grey-light)}.pagination .current{background:var(--black);color:var(--white);border-color:var(--black)}.product-page{max-width:var(--max-w);margin:0 auto;padding:48px 40px 80px}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text);opacity:.5;margin-bottom:36px;flex-wrap:wrap}.breadcrumb a:hover{opacity:1;text-decoration:underline}.breadcrumb__sep{opacity:.4}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start;margin-bottom:72px}.product-gallery{position:sticky;top:80px}.product-gallery__main{position:relative;aspect-ratio:1;background:#f0ebe0;border-radius:16px;overflow:hidden;margin-bottom:12px}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-gallery__main:hover img{transform:scale(1.03)}.product-gallery__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;opacity:.25}.product-gallery__placeholder svg{width:80px;height:80px}.product-gallery__placeholder p{font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.gallery-badge{position:absolute;top:16px;left:16px;background:var(--blue);color:var(--white);font-size:13px;font-weight:700;padding:6px 12px;border-radius:20px}.product-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.thumb-btn{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;transition:border-color .15s;background:#f0ebe0;padding:0;cursor:pointer}.thumb-btn img{width:100%;height:100%;object-fit:cover}.thumb-btn.active,.thumb-btn:hover{border-color:var(--blue)}.product-type-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);border:1px solid var(--blue);padding:4px 10px;border-radius:20px;margin-bottom:16px}.product-info__title{font-family:var(--font-serif);font-size:clamp(30px,3.5vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text);margin-bottom:20px}.product-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:20px}.product-price{font-size:36px;font-weight:700;color:var(--blue);line-height:1}.product-compare{font-size:20px;color:var(--text);opacity:.35;text-decoration:line-through}.product-savings{font-size:13px;font-weight:700;color:var(--white);background:var(--blue);padding:4px 10px;border-radius:20px}.delivery-badge{display:flex;align-items:center;gap:10px;background:#e8f5e9;border:1px solid #A5D6A7;border-radius:8px;padding:12px 16px;font-size:13px;color:#1b5e20;margin-bottom:20px}.delivery-badge svg{width:18px;height:18px;stroke:#2e7d32;flex-shrink:0}.product-short-desc{font-size:15px;line-height:1.75;color:var(--text);opacity:.7;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--grey-light)}.variant-group{margin-bottom:24px}.variant-group__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.variant-group__name{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.variant-group__selected{font-size:12px;color:var(--blue);font-weight:600}.variant-radios{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.variant-radio{display:none}.variant-label{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border:1.5px solid var(--grey-light);border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;background:var(--white)}.variant-label:hover{border-color:var(--text)}.variant-radio:checked+.variant-label{background:var(--black);color:var(--white);border-color:var(--black)}.add-to-cart-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;font-family:var(--font-sans);font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:20px 32px;background:var(--black);color:var(--white);border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s;margin-bottom:20px;margin-top:8px}.add-to-cart-btn svg{width:20px;height:20px;flex-shrink:0}.add-to-cart-btn:hover{background:#222}.add-to-cart-btn:active{transform:scale(.99)}.add-to-cart-btn--sold-out{opacity:.4;cursor:not-allowed}.product-trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--grey-light);border-radius:8px;overflow:hidden}.product-trust-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;font-size:11px;font-weight:600;color:var(--text);text-align:center;border-right:1px solid var(--grey-light);background:var(--white)}.product-trust-item:last-child{border-right:none}.product-trust-item svg{width:20px;height:20px;stroke:var(--blue)}.product-tabs-section{border-top:1px solid var(--grey-light)}.product-tabs-nav{display:flex;gap:0;border-bottom:1px solid var(--grey-light);margin-bottom:0}.tab-btn{font-family:var(--font-sans);font-size:14px;font-weight:600;letter-spacing:.04em;padding:16px 28px;color:var(--text);opacity:.45;border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;transition:all .15s;position:relative;bottom:-1px}.tab-btn:hover{opacity:.8}.tab-btn.active{opacity:1;color:var(--text);border-bottom-color:var(--blue)}.tab-panel{padding:40px 0;max-width:820px}.tab-empty{font-size:15px;opacity:.4;font-style:italic}.product-description{font-size:16px;line-height:1.85;color:var(--text);opacity:.8}.product-description h2,.product-description h3{font-family:var(--font-serif);font-size:24px;font-weight:700;margin:28px 0 12px;color:var(--text);opacity:1}.product-description p{margin-bottom:16px}.product-description ul{list-style:disc;padding-left:24px;margin-bottom:16px}.product-description ul li{margin-bottom:6px}.product-description strong{font-weight:700;color:var(--text);opacity:1}.product-description a{color:var(--blue);text-decoration:underline}.spec-table{width:100%;border-collapse:collapse;font-size:15px}.spec-table tr{border-bottom:1px solid var(--grey-light)}.spec-table tr:last-child{border-bottom:none}.spec-table th{width:200px;text-align:left;padding:14px 20px 14px 0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text);opacity:.45;vertical-align:top}.spec-table td{padding:14px 0;font-size:15px;color:var(--text);line-height:1.6}.features-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.features-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.6;color:var(--text)}.features-list li:before{content:"";width:20px;height:20px;min-width:20px;background:var(--blue);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:13px;background-repeat:no-repeat;background-position:center;margin-top:2px}.product-tags{display:flex;flex-wrap:wrap;gap:8px;padding-top:24px;border-top:1px solid var(--grey-light)}.product-tag{font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px;background:var(--grey-light);color:var(--text);letter-spacing:.04em}.cart-page{max-width:var(--max-w);margin:0 auto;padding:60px 40px}.cart-page__title{font-family:var(--font-serif);font-size:48px;font-weight:700;margin-bottom:40px}.cart-page__grid{display:grid;grid-template-columns:1fr 360px;gap:60px;align-items:start}.cart-items{border-top:1px solid var(--grey-light)}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:24px 0;border-bottom:1px solid var(--grey-light);align-items:start}.cart-item__image{aspect-ratio:1;background:#f0ebe0;border-radius:6px;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-family:var(--font-serif);font-size:18px;font-weight:700;margin-bottom:4px}.cart-item__variant{font-size:13px;opacity:.5;margin-bottom:12px}.cart-item__price{font-size:17px;font-weight:600;color:var(--blue)}.qty-input{display:flex;align-items:center;border:1px solid var(--grey-light);border-radius:4px;overflow:hidden;width:fit-content}.qty-input button{width:36px;height:36px;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-input button:hover{background:var(--grey-light)}.qty-input input{width:44px;height:36px;text-align:center;border:none;font-family:var(--font-sans);font-size:14px;font-weight:600;background:none;-moz-appearance:textfield}.qty-input input::-webkit-inner-spin-button,.qty-input input::-webkit-outer-spin-button{-webkit-appearance:none}.cart-summary{background:var(--white);border:1px solid var(--grey-light);border-radius:8px;padding:28px;position:sticky;top:80px}.cart-summary__title{font-family:var(--font-serif);font-size:22px;font-weight:700;margin-bottom:24px}.cart-summary__row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px;color:var(--text);opacity:.7}.cart-summary__total{display:flex;justify-content:space-between;font-size:20px;font-weight:700;padding-top:16px;border-top:1px solid var(--grey-light);margin-top:8px;margin-bottom:20px}.install-hero{background:var(--black);padding:72px 40px}.install-hero__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.install-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lime);border:1px solid var(--lime);padding:4px 12px;border-radius:20px;margin-bottom:20px}.install-hero__title{font-family:var(--font-serif);font-size:clamp(36px,4.5vw,60px);font-weight:700;color:var(--white);line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}.install-hero__sub{font-size:16px;line-height:1.7;color:#fff9;margin-bottom:28px;max-width:520px}.install-meta{display:flex;flex-direction:column;gap:10px}.install-meta__item{display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffff8c}.install-meta__item svg{width:16px;height:16px;stroke:var(--lime);flex-shrink:0}.install-reqs{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:24px}.install-reqs__title{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff6;margin-bottom:16px}.install-reqs__list{list-style:none;display:flex;flex-direction:column;gap:12px}.install-reqs__list li{display:flex;justify-content:space-between;font-size:13px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.07)}.install-reqs__list li:last-child{border-bottom:none;padding-bottom:0}.req-label{color:#ffffff73}.req-value{color:var(--white);font-weight:600}.install-steps-section{background:var(--cream)}.install-steps-inner{max-width:860px;margin:0 auto;padding:72px 40px}.install-steps__heading{font-family:var(--font-serif);font-size:clamp(28px,3vw,40px);font-weight:700;letter-spacing:-.02em;margin-bottom:48px;color:var(--text)}.install-steps{display:flex;flex-direction:column;gap:0}.install-step{display:grid;grid-template-columns:56px 1fr;gap:24px;padding:36px 0;border-bottom:1px solid var(--grey-light);position:relative}.install-step:last-child{border-bottom:none}.install-step:before{content:"";position:absolute;left:27px;top:88px;bottom:-1px;width:2px;background:var(--grey-light)}.install-step:last-child:before{display:none}.install-step__num{width:56px;height:56px;border-radius:50%;background:var(--black);color:var(--white);font-family:var(--font-serif);font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.install-step__content{padding-top:14px}.install-step__title{font-family:var(--font-serif);font-size:22px;font-weight:700;color:var(--text);margin-bottom:10px;line-height:1.2}.install-step__desc{font-size:15px;line-height:1.8;color:var(--text);opacity:.7;margin-bottom:16px}.install-step__code{background:var(--black);border-radius:8px;padding:16px 20px;margin-bottom:16px}.install-step__code .code-label{display:block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:8px}.install-step__code code{font-family:Courier New,Courier,monospace;font-size:15px;color:var(--lime);letter-spacing:.12em;word-break:break-all}.install-tip{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:8px;font-size:14px;line-height:1.6}.install-tip svg{width:18px;height:18px;flex-shrink:0;margin-top:2px}.install-tip--info{background:#eff6ff;border:1px solid #BFDBFE;color:#1e40af}.install-tip--info svg{stroke:#2563eb}.install-tip--warning{background:#fffbeb;border:1px solid #FDE68A;color:#92400e}.install-tip--warning svg{stroke:#d97706}.install-tip--success{background:#f0fdf4;border:1px solid #BBF7D0;color:#166534}.install-tip--success svg{stroke:#16a34a}.install-faq-section{background:var(--white);border-top:1px solid var(--grey-light)}.faq-list{display:flex;flex-direction:column;gap:0;margin-bottom:48px}.faq-item{border-bottom:1px solid var(--grey-light);cursor:pointer}.faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;font-size:16px;font-weight:600;color:var(--text);list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-item__q::-webkit-details-marker{display:none}.faq-icon{flex-shrink:0;transition:transform .2s}.faq-icon svg{width:20px;height:20px}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-item__a{font-size:15px;line-height:1.8;color:var(--text);opacity:.7;padding:0 0 20px;max-width:700px}.install-support-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--black);border-radius:12px;padding:32px 36px;flex-wrap:wrap}.install-support-cta__title{font-family:var(--font-serif);font-size:22px;font-weight:700;color:var(--white);margin-bottom:4px}.install-support-cta__sub{font-size:14px;color:#ffffff8c}@media(max-width:768px){.install-hero__inner{grid-template-columns:1fr}.install-reqs{display:none}.install-step{grid-template-columns:44px 1fr;gap:16px}.install-step__num{width:44px;height:44px;font-size:16px}.install-step:before{left:21px}.install-support-cta{flex-direction:column;align-items:flex-start}}.legal-page{min-height:60vh}.legal-header{background:var(--black);padding:64px 40px}.legal-header__inner{max-width:860px;margin:0 auto}.legal-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lime);border:1px solid var(--lime);padding:4px 12px;border-radius:20px;margin-bottom:20px}.legal-title{font-family:var(--font-serif);font-size:clamp(32px,4vw,52px);font-weight:700;color:var(--white);line-height:1.1;letter-spacing:-.02em;margin-bottom:12px}.legal-updated{font-size:13px;color:#ffffff59}.legal-content-wrap{max-width:860px;margin:0 auto;padding:64px 40px 80px}.legal-rte h2{font-family:var(--font-serif);font-size:24px;font-weight:700;color:var(--text);margin:40px 0 14px;padding-bottom:10px;border-bottom:1px solid var(--grey-light)}.legal-rte h3{font-size:16px;font-weight:700;color:var(--text);margin:24px 0 10px}.legal-rte p{font-size:15px;line-height:1.85;color:var(--text);opacity:.75;margin-bottom:16px}.legal-rte ul{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:8px}.legal-rte ul li{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.7;color:var(--text);opacity:.75}.legal-rte ul li:before{content:"";width:6px;height:6px;min-width:6px;border-radius:50%;background:var(--blue);margin-top:9px}.legal-rte strong{font-weight:700;color:var(--text);opacity:1}.legal-rte a{color:var(--blue);text-decoration:underline}.legal-highlight{background:#eff6ff;border-left:4px solid var(--blue);border-radius:0 8px 8px 0;padding:16px 20px;font-size:15px;line-height:1.7;color:#1e40af;margin-bottom:32px}@media(max-width:768px){.legal-header{padding:48px 20px}.legal-content-wrap{padding:40px 20px 60px}}.page-content{max-width:800px;margin:0 auto;padding:80px 40px}.page-content h1{font-family:var(--font-serif);font-size:52px;font-weight:700;letter-spacing:-.02em;margin-bottom:32px}.page-content h2{font-family:var(--font-serif);font-size:30px;font-weight:700;margin:40px 0 16px}.page-content p{font-size:16px;line-height:1.8;margin-bottom:20px;opacity:.8}.page-content a{color:var(--blue)}.page-content ul{list-style:disc;padding-left:24px;margin-bottom:20px}.page-content ul li{font-size:16px;line-height:1.8;opacity:.8}.not-found{max-width:var(--max-w);margin:0 auto;padding:120px 40px;text-align:center}.not-found__code{font-family:var(--font-serif);font-size:160px;font-weight:700;color:var(--grey-light);line-height:1;margin-bottom:24px}.not-found__title{font-family:var(--font-serif);font-size:40px;font-weight:700;margin-bottom:16px}.not-found__text{font-size:16px;opacity:.6;margin-bottom:40px}@media(max-width:1024px){.category-grid,.product-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr;min-height:auto;padding:60px 24px}.promise-section__inner{grid-template-columns:1fr;gap:40px}.trust-section__inner{grid-template-columns:repeat(2,1fr)}.site-footer__top{grid-template-columns:1fr 1fr;gap:40px}.product-hero{grid-template-columns:1fr;gap:40px}.product-gallery{position:static}.product-trust-row{grid-template-columns:repeat(2,1fr)}.product-trust-item:nth-child(2){border-right:none}.product-trust-item:nth-child(3){border-top:1px solid var(--grey-light)}.cart-page__grid{grid-template-columns:1fr}}@media(max-width:768px){:root{--pad: 0 20px}.site-header__inner{padding:0 20px;gap:16px}.site-nav{display:none}.mobile-menu-btn{display:flex}.category-section,.featured-collection,.promise-section,.trust-section,.site-footer{padding-left:20px;padding-right:20px}.site-footer__top{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;gap:12px;text-align:center}.category-grid{grid-template-columns:repeat(2,1fr)}.trust-section__inner{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr}.cart-item__remove{grid-column:2}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
