@import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap";.navbar-cart{color:#111;cursor:pointer;background:0 0;border:0;place-items:center;width:24px;height:24px;margin-right:13px;padding:0;transition:opacity .18s;display:grid;position:relative}.navbar-cart:hover{opacity:.5}.navbar-cart-badge{z-index:5;color:#fff;background:#111;border-radius:50%;place-items:center;width:15px;height:15px;font:400 9px/1 Lato,sans-serif;display:grid;position:absolute;top:-10px;right:-9px}.product-slide{scroll-snap-align:start;background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding-top:72px;display:flex;position:relative;overflow:hidden}.overlay-backdrop{z-index:5;-webkit-backdrop-filter:blur(30px)saturate(125%);background:#00000026;transition:opacity .3s;position:fixed;inset:0}.product-image-area{justify-content:center;align-items:center;width:100%;min-height:650px;margin-bottom:35px;display:flex}.product-image{object-fit:contain;cursor:pointer;width:72%;max-width:760px;height:620px;transition:transform .25s}.product-image:hover{transform:scale(1.015)}.glass-card{z-index:6;-webkit-backdrop-filter:blur(30px)saturate(125%);backdrop-filter:blur(30px)saturate(125%);isolation:isolate;will-change:transform;color:#fff;background:#14141473;border:1px solid #ffffff8c;border-radius:28px 28px 0 0;max-height:80vh;padding:28px 24px 24px;transition:transform .4s cubic-bezier(.22,1,.36,1),background .25s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.glass-card:before{content:"";opacity:.09;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");border-radius:28px 28px 0 0;position:absolute;inset:0}.glass-card:after{content:"";opacity:.7;pointer-events:none;background:linear-gradient(#ffffff40,#fff0);border-radius:28px 28px 0 0;height:60%;position:absolute;top:0;left:0;right:0}.close-button{z-index:2;color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.1rem;position:absolute;top:14px;right:18px}.product-title{z-index:1;letter-spacing:-.8px;font-size:30px;font-weight:300;position:relative}.product-category{z-index:1;letter-spacing:2px;opacity:.65;text-transform:uppercase;margin-bottom:6px;font-size:10px;display:block;position:relative}.product-price{z-index:1;margin-top:6px;font-size:19px;font-weight:300;position:relative}.product-description{z-index:1;opacity:.78;max-width:760px;margin-top:14px;font-size:13px;line-height:1.65;position:relative}.divider{z-index:1;background:#ffffff8c;border:none;width:100%;height:1px;margin:20px 0;position:relative}.section-label{z-index:1;letter-spacing:2px;opacity:.85;margin-bottom:8px;font-size:12px;display:block;position:relative}.swatch-row{z-index:1;gap:13px;display:flex;position:relative}.swatch{cursor:pointer;border:2px solid #fffc;border-radius:50%;width:36px;height:36px;transition:transform .2s}.swatch:hover{transform:scale(1.08)}.swatch.active{outline-offset:2px;outline:1.5px solid #fff}.size-row{z-index:1;flex-wrap:wrap;gap:8px;display:flex;position:relative}.size-box{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffffa6;border-radius:7px;justify-content:center;align-items:center;width:50px;height:40px;font-size:.85rem;transition:background .2s,color .2s;display:flex}.size-box.selected{color:#111;background:#fff}.size-box.disabled{opacity:.4;cursor:default;text-decoration:line-through}.add-to-cart-bar{z-index:1;color:#111;letter-spacing:.5px;cursor:pointer;background:#ffffffd9;border:none;border-radius:30px;justify-content:space-between;align-items:center;width:100%;height:56px;margin-top:20px;padding:0 22px;font-size:13px;font-weight:700;transition:background .25s,transform .25s;display:flex;position:relative}.add-to-cart-bar:hover{background:#fff;transform:translateY(-1px)}.add-to-cart-bar.disabled{opacity:.5;cursor:default;transform:none}.shipping-info{z-index:1;color:#ffffffad;letter-spacing:.2px;justify-content:flex-start;gap:18px;margin-top:16px;font-size:11px;font-weight:500;line-height:1.45;display:flex;position:relative}.shipping-info p{margin:0}.shipping-info p:last-child{text-align:left}.shipping-info p:last-child span{color:#ffffffe6;vertical-align:1px;margin-right:5px;font-size:8px}.thumb-strip{z-index:4;-webkit-backdrop-filter:blur(18px)saturate(130%);background:#ffffff38;border:1px solid #ffffff73;border-radius:14px;gap:8px;padding:8px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.thumb{object-fit:cover;cursor:pointer;opacity:.65;border-radius:9px;width:54px;height:54px;transition:opacity .2s,transform .2s,box-shadow .2s}.thumb:hover{opacity:1;transform:translateY(-2px)}.thumb.active{opacity:1;border:1.5px solid #fff;box-shadow:0 4px 14px #0000002e}.image-counter{z-index:4;color:#999;font-size:11px;position:absolute;bottom:12px;right:16px}.size-guide-btn{color:#fff;letter-spacing:1.5px;text-transform:uppercase;opacity:.85;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff59;justify-content:space-between;align-items:center;width:100%;margin-top:14px;padding:10px 2px;font-size:11px;transition:opacity .2s,border-color .2s;display:flex}.size-guide-btn span{transition:transform .2s;display:inline-block}.size-guide-btn:hover{opacity:1;border-color:#ffffffb3}.size-guide-btn:hover span{transform:translate(4px)}.dots-row{z-index:4;gap:6px;display:none;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#0003;border-radius:50%;width:7px;height:7px}.dot.active{background:#111}@media (width<=640px){.thumb-strip{display:none}.dots-row{display:flex}.product-image-area{height:auto;min-height:0;margin-bottom:0;position:relative}.product-image{object-fit:contain;width:90%;height:auto;max-height:65vh}.dots-row{position:absolute;bottom:-25px}.image-counter{bottom:-28px}.product-image{touch-action:pan-y}}.privacy-link{color:var(--footer-link-color);text-decoration:none;transition:-webkit-text-decoration .2s,text-decoration .2s}.privacy-link:hover{text-decoration:underline}.confirmation-page{color:#111;background:#f8f8f7;min-height:100vh;padding:100px 24px;font-family:Lato,sans-serif}.confirmation-card{background:#fff;border-radius:24px;width:min(100%,760px);margin:0 auto;padding:60px;box-shadow:0 16px 60px #0000000f}.confirmation-icon{color:#fff;background:#111;border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 24px;display:grid}.confirmation-header{text-align:center}.confirmation-kicker{color:#777;letter-spacing:.18em;margin:0 0 14px;font-size:.68rem}.confirmation-header h1{margin:0;font-size:36px;font-weight:500;line-height:1.1}.confirmation-header>p:last-child{color:#777;margin:14px 0 0;font-size:.95rem;font-weight:300}.order-number-box{color:#555;background:#f5f5f3;border-radius:6px;justify-content:space-between;gap:18px;margin:36px 0 20px;padding:17px 18px;font-size:.8rem;display:flex}.order-number-box strong{color:#111;overflow-wrap:anywhere;text-align:right;font-weight:500}.confirmation-email{color:#777;border-bottom:1px solid #e5e5e5;margin:0;padding-bottom:32px;font-size:.86rem;line-height:1.5}.confirmation-email strong{color:#111;font-weight:400}.confirmation-section{border-bottom:1px solid #e5e5e5;padding:32px 0}.confirmation-section h2{letter-spacing:.12em;text-transform:uppercase;margin:0 0 22px;font-size:.78rem;font-weight:500}.confirmed-items{gap:18px;display:grid}.confirmed-item{grid-template-columns:90px minmax(0,1fr) auto;align-items:start;gap:16px;display:grid}.confirmed-item img{object-fit:contain;background:#f5f5f3;border-radius:12px;width:90px;height:110px}.confirmed-item-info h3{margin:2px 0 8px;font-size:.98rem;font-weight:500}.confirmed-item-info p{color:#777;margin:4px 0;font-size:.78rem;font-weight:300}.confirmed-item-info .confirmed-category{color:#555;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:.66rem}.confirmed-item>strong{white-space:nowrap;padding-top:2px;font-size:.85rem;font-weight:500}.summary-section{gap:12px;display:grid}.summary-section h2{margin-bottom:8px}.confirmation-row{color:#777;justify-content:space-between;gap:20px;font-size:.84rem;font-weight:300;display:flex}.confirmation-total{color:#111;border-top:1px solid #e5e5e5;margin-top:10px;padding-top:18px;font-size:1rem}.confirmation-total strong:last-child{font-size:1.2rem;font-weight:500}.delivery-section>p{color:#666;margin:0 0 16px;font-size:.86rem;font-weight:300;line-height:1.7}.delivery-section>p strong{color:#111;font-weight:500}.estimated-delivery{color:#777;border-top:1px solid #e5e5e5;justify-content:space-between;gap:16px;padding-top:18px;font-size:.8rem;display:flex}.estimated-delivery strong{color:#111;font-weight:500}.confirmation-button{color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#111;border:0;border-radius:4px;justify-content:space-between;align-items:center;width:100%;margin-top:32px;padding:16px 20px;font:500 .78rem Lato,sans-serif;transition:opacity .18s;display:flex}.confirmation-button:hover{opacity:.78}.confirmation-button span{font-size:1.1rem;line-height:1}.confirmation-note{color:#999;text-align:center;margin:22px 0 0;font-size:.76rem;font-weight:300;line-height:1.5}.confirmation-footer{width:min(100%,760px);margin:64px auto 0}@media (width<=700px){.confirmation-page{padding:60px 18px}.confirmation-card{border-radius:18px;padding:38px 22px}.confirmation-header h1{font-size:30px}.confirmed-item{grid-template-columns:72px minmax(0,1fr)}.confirmed-item img{width:72px;height:88px}.confirmed-item>strong{grid-column:2}.order-number-box,.estimated-delivery{flex-direction:column;align-items:flex-start;gap:6px}}.about-page{color:#111;background:#fff;padding-top:72px}.about-hero{isolation:isolate;place-items:center;min-height:min(82vh,820px);display:grid;position:relative;overflow:hidden}.about-hero-bg,.about-hero-overlay{position:absolute;inset:0}.about-hero-bg{z-index:-2;filter:grayscale()contrast(1.05)brightness(.9);background-position:50%;background-size:cover}.about-hero-overlay{z-index:-1;background:#00000061}.about-hero-heading{text-align:center;color:#fff;letter-spacing:.01em;max-width:760px;margin:0 24px;font-size:clamp(1.7rem,3vw,3rem);font-weight:300;line-height:1.02}.our-story{grid-template-columns:minmax(240px,.8fr) 1.2fr;align-items:start;gap:clamp(48px,9vw,140px);max-width:1180px;margin:0 auto;padding:clamp(88px,12vw,168px) 32px;display:grid}.story-text{max-width:390px;font-size:1rem;line-height:1.75}.story-label{color:#111;letter-spacing:.2em;margin-bottom:32px;font-size:1rem;font-weight:500;display:block}.story-text p+p{margin-top:18px}.story-image-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.story-image-grid img{aspect-ratio:1;object-fit:cover;filter:grayscale()contrast(1.04);width:100%;transition:filter .24s;display:block}.story-image-grid img:hover{filter:grayscale(.35)contrast(1.04)}.statement-section{text-align:center;color:#111;background:#fff;padding:clamp(72px,12vw,160px) 32px 36px}.statement-quote{max-width:800px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.85rem);font-weight:300;line-height:1.1}.statement-divider,.logo-divider{background:currentColor;width:48px;height:1px;margin:48px auto}.statement-final{font-size:1.1rem;font-weight:700;line-height:1.5}.statement-final .light{opacity:.6;font-weight:300}.about-footer-logos{justify-content:center;align-items:center;gap:24px;padding:36px 24px 96px;display:flex}.about-footer-logos img{max-width:190px;max-height:66px}.about-footer-logos .logo-divider{background:#111;margin:0;transform:rotate(90deg)}@media (width<=700px){.our-story{grid-template-columns:1fr;padding-inline:24px}.about-hero-heading{font-size:clamp(1.6rem,7vw,2.6rem)}.statement-section{padding-inline:24px}.about-footer-logos img{max-width:165px;max-height:58px}}.checkout-page{color:#111;background:#fff;min-height:100vh;padding:106px clamp(24px,6vw,96px) 80px}.checkout-header{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding-bottom:24px;display:flex}.checkout-back,.checkout-brand{color:#555;letter-spacing:.1em;text-transform:uppercase;font:400 .72rem/1 Lato,sans-serif}.checkout-back{cursor:pointer;background:0 0;border:0;padding:0}.checkout-brand{color:#111;letter-spacing:.18em}.checkout-layout{grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:clamp(52px,9vw,144px);max-width:1120px;margin:0 auto;padding-top:clamp(68px,9vw,120px);display:grid}.checkout-main{min-width:0}.checkout-intro{margin-bottom:70px}.checkout-kicker,.summary-kicker,.section-number{color:#777;letter-spacing:.16em;text-transform:uppercase;font-size:.68rem}.checkout-intro h1{letter-spacing:.01em;margin:14px 0 12px;font-size:clamp(3.3rem,7vw,6rem);font-weight:300;line-height:.95}.checkout-intro>p:last-child{color:#777;font-size:.98rem}.checkout-section{grid-template-columns:42px 1fr;gap:20px;margin-bottom:54px;padding:0 0 54px;display:grid}.section-number{padding-top:5px}.section-content h2{margin-bottom:24px;font-size:1.25rem;font-weight:500}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px;display:grid}.field-grid label,.card-fields>label{color:#555;flex-direction:column;gap:8px;font-size:.76rem;display:flex}.field-wide{grid-column:1/-1}.field-grid input,.card-fields input{color:#111;background:#fafafa;border:1px solid #ddd;border-radius:5px;outline:none;width:100%;padding:14px 15px;font:400 .92rem Lato,sans-serif;transition:border-color .18s,background .18s}.field-grid input:focus,.card-fields input:focus{background:#fff;border-color:#111}.option-list{gap:10px;display:grid}.choice{cursor:pointer;border:1px solid #ddd;border-radius:5px;grid-template-columns:18px 1fr auto;align-items:center;gap:13px;padding:17px;transition:border-color .18s,background .18s;display:grid;position:relative}.choice-selected{background:#f7f7f7;border-color:#111}.choice input{opacity:0;position:absolute}.radio-mark{border:1px solid #aaa;border-radius:2px;width:16px;height:16px}.choice-selected .radio-mark{background:#fff;border:5px solid #111}.choice strong,.choice small{display:block}.choice strong{font-size:.88rem;font-weight:500}.choice small{color:#888;margin-top:4px;font-size:.76rem}.choice b{font-size:.8rem;font-weight:400}.card-fields{gap:16px;margin-top:16px;display:grid}.card-note,.checkout-error{color:#9a3f36;font-size:.78rem}.delivery-info{color:#555;justify-content:space-between;align-items:center;font:400 .92rem Lato,sans-serif;display:flex}.delivery-text{flex-direction:column;gap:4px;display:flex}.delivery-text strong{font-size:.95rem;font-weight:600}.delivery-text small{color:#888;font-size:.75rem;font-weight:400}.delivery-info b{text-align:right;white-space:nowrap;font-size:.85rem;font-weight:500}.payment-action{grid-column:2;width:100%;max-width:none;margin:-14px 0 0}.payment-hint{font:400 .92rem;color:#555}.stripe-continue-button{box-sizing:border-box;flex:none!important;width:100%!important;max-width:none!important}.order-summary{-webkit-backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffffb8,#f6f6f66b);border:1px solid #ffffffb3;border-radius:24px;align-self:start;width:100%;padding:1px;position:sticky;top:30px;box-shadow:0 20px 60px #00000014}.summary-inner{padding:28px}.summary-inner h2{margin:12px 0 30px;font-size:1.35rem;font-weight:500}.summary-items{gap:18px;display:grid}.summary-item{grid-template-columns:64px minmax(0,1fr) auto;align-items:start;gap:12px;padding-bottom:18px;display:grid}.summary-image-wrap{width:64px;height:78px;position:relative}.summary-image-wrap img{object-fit:cover;border-radius:10px;width:100%;height:100%;display:block}.summary-quantity{color:#fff;background:#111;border-radius:50%;place-items:center;width:20px;height:20px;font-size:.68rem;line-height:1;display:grid;position:absolute;top:-7px;right:-7px}.summary-item strong,.summary-item small{display:block}.summary-item strong{font-size:.81rem;font-weight:400}.summary-item small{color:#888;margin-top:5px;font-size:.72rem;line-height:1.35}.summary-product-details{min-width:0}.summary-category{letter-spacing:.08em;text-transform:uppercase;color:#555!important;font-size:.68rem!important}.summary-description{color:#666;margin:8px 0 0;font-size:.75rem;line-height:1.45}.summary-line-total{white-space:nowrap;padding-top:2px;font-size:.8rem}.summary-item>span{font-size:.8rem}.summary-total{border-top:1px solid #00000014;margin-top:24px;padding-top:24px}.summary-total p{color:#777;justify-content:space-between;margin-bottom:13px;font-size:.81rem;display:flex}.summary-total .grand-total{color:#111;border-top:1px solid #00000014;margin:24px 0 0;padding-top:18px;font-size:.94rem}.grand-total strong{font-size:1.2rem;font-weight:700}.checkout-empty{color:#777;place-content:center;justify-items:center;gap:24px;min-height:70vh;display:grid}.empty-cart-button{color:#fff;letter-spacing:.1em;cursor:pointer;background:#111;border:1px solid #111;border-radius:30px;padding:13px 18px;font:500 .72rem Lato,sans-serif}.checkout-footer{margin-top:72px}.checkout-empty .checkout-footer{width:100%;margin-top:72px}@media (width<=820px){.checkout-layout{grid-template-columns:1fr;padding-top:64px}.order-summary{grid-row:1;position:static}.checkout-main{grid-row:2}}@media (width<=540px){.checkout-page{padding-inline:20px}.checkout-intro{margin-bottom:52px}.checkout-section{grid-template-columns:30px 1fr;gap:10px;margin-bottom:40px;padding-bottom:40px}.field-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}}.country-select{color:#111;background:#fafafa;border:1px solid #ddd;border-radius:5px;outline:none;width:100%;padding:14px 15px;font:400 .92rem Lato,sans-serif;transition:border-color .18s,background .18s}.country-select__control{cursor:text;width:100%;min-height:48px;box-shadow:none!important;background:#fafafa!important;border:1px solid #ddd!important;border-radius:5px!important}.country-select__control:hover{border-color:#ddd!important}.country-select__control--is-focused{box-shadow:none!important;background:#fff!important;border-color:#111!important}.country-select__value-container{padding:0 15px}.country-select__input-container{margin:0;padding:0}.country-select__input{font:400 .92rem Lato,sans-serif!important}.country-select__placeholder{color:#888;font:400 .92rem Lato,sans-serif}.country-select__single-value{color:#111;font:400 .92rem Lato,sans-serif}.country-select__menu{z-index:20;font:400 .92rem Lato,sans-serif}.country-select__option{cursor:pointer;padding:12px 15px}.country-select__option--is-focused{background:#f5f5f5}.country-select__option--is-selected{color:#fff;background:#111}.cart-backdrop{z-index:1998;opacity:0;pointer-events:none;background:#00000059;transition:opacity .35s;position:fixed;inset:0}.cart-backdrop-open{opacity:1;pointer-events:auto}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.cart-backdrop{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#00000038}}.cart-panel{z-index:1999;color:#fff;background:#0a0a0ab8;border-left:1px solid #ffffff26;flex-direction:column;width:min(460px,92vw);padding:38px 32px;transition:transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-10px 0 40px #00000026}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.cart-panel{-webkit-backdrop-filter:blur(30px)saturate(120%);backdrop-filter:blur(30px)saturate(120%);background:#0a0a0a8c}}.cart-panel:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(135deg,#ffffff1a,#0000 35%);position:absolute;inset:0}.cart-panel>*{z-index:1;position:relative}.cart-panel-open{transform:translate(0)}.cart-header{border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;padding-bottom:22px;display:flex}.cart-header h2{letter-spacing:-.5px;margin:0;font-size:25px;font-weight:300}.cart-close{color:#fff;opacity:.8;cursor:pointer;background:0 0;border:0;padding:0;font-size:28px;line-height:1;transition:opacity .18s}.cart-close:hover{opacity:.45}.cart-empty{color:#fff;opacity:.55;margin:auto;font-size:13px;font-weight:300}.cart-item-list{flex:1;min-height:0;padding:25px 0;overflow-y:auto}.cart-item{border-bottom:1px solid #ffffff1f;gap:16px;padding:18px 0;display:flex}.cart-item-image{object-fit:cover;background:#222;border-radius:8px;flex:0 0 85px;width:85px;height:105px}.cart-item-info{flex-direction:column;flex:1;min-width:0;display:flex}.cart-item-title{font-size:14px;font-weight:300;line-height:1.3}.cart-item-meta{color:#fff;opacity:.55;margin-top:6px;font-size:11px;font-weight:300}.cart-quantity{justify-content:flex-end;align-items:center;gap:10px;margin-top:auto;padding-top:16px;font-size:12px;display:flex}.cart-quantity button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:50%;width:22px;height:22px;padding:0;font-size:14px;line-height:1;transition:background .18s,border-color .18s}.cart-quantity button:hover{background:#ffffff1f;border-color:#ffffff80}.cart-item-right{flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:16px;display:flex}.cart-item-price{white-space:nowrap;margin-top:0;font-size:13px;display:block}.cart-remove{color:#fff;opacity:.65;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;transition:transform .18s,opacity .18s}.cart-remove:hover{opacity:1;transform:scale(1.08)}.cart-footer{border-top:1px solid #ffffff26;flex:none;padding-top:22px}.cart-total{justify-content:space-between;margin-bottom:20px;font-size:13px;display:flex}.cart-total span:last-child{font-size:18px;font-weight:300}.cart-checkout,.cart-continue{letter-spacing:.08em;cursor:pointer;width:100%;font:400 13px Lato,sans-serif;transition:background .18s,opacity .18s}.cart-checkout{color:#111;background:#fff;border:1px solid #fff;border-radius:30px;height:55px;margin-bottom:28px}.cart-checkout:hover{background:#e9e9e9}.cart-continue{color:#fff;background:#181818;border:1px solid #fff;border-radius:30px;height:55px;margin-bottom:28px}.cart-continue:hover{opacity:.72}.cart-item-info{min-width:0}.cart-item-top{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:7px;display:flex}.cart-item-name{font-size:14px;font-weight:300;line-height:1.3}.remove-item{color:#fff;opacity:.65;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0;transition:opacity .2s,transform .2s}.remove-item:hover{opacity:1;transform:scale(1.08)}.cart-item-meta{opacity:.55;font-size:11px;line-height:1.6}.cart-item-bottom{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.quantity-control{align-items:center;gap:10px;font-size:12px;display:flex}.quantity-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:12px;transition:background .2s,border-color .2s;display:flex}.quantity-button:hover{background:#ffffff1f;border-color:#ffffff80}.quantity-number{text-align:center;min-width:12px;font-size:11px}@media (width<=520px){.cart-panel{padding:30px 22px}.cart-item{grid-template-columns:76px minmax(0,1fr);gap:12px}.cart-item-image{flex-basis:76px;width:76px;height:94px}}.privacy-page{color:#111;background:#fff;min-height:100vh}.privacy-content{width:min(100% - 40px,1100px);margin:0 auto;padding:150px 0 100px}.privacy-header{max-width:800px;margin-bottom:30px}.privacy-label{letter-spacing:2px;text-transform:uppercase;opacity:.5;margin-bottom:14px;font-size:10px;display:block}.privacy-header h1{letter-spacing:-2px;margin:0;font-size:clamp(42px,6vw,72px);font-weight:300;line-height:1}.privacy-intro{color:#555;max-width:650px;margin:20px 0 10px;font:400 .95rem/1.6 Lato,sans-serif}.privacy-header p:not(.privacy-intro){color:#888;margin:0;font:400 .75rem Lato,sans-serif}.privacy-body{max-width:800px}.privacy-body section{padding:28px 0}.privacy-body h2{letter-spacing:1.5px;text-transform:uppercase;margin:0 0 16px;font-size:13px;font-weight:700}.privacy-body p,.privacy-body li{color:#444;font:400 .92rem/1.8 Lato,sans-serif}.privacy-body p{margin:0 0 16px}.privacy-body p:last-child{margin-bottom:0}.privacy-body ul{margin:0 0 16px;padding-left:20px}.privacy-body li{margin-bottom:8px}.privacy-contact{color:#111!important;margin-top:25px!important}@media (width<=640px){.privacy-content{width:calc(100% - 32px);padding:120px 0 70px}.privacy-header{margin-bottom:20px}.privacy-header h1{letter-spacing:-1.5px;font-size:44px}.privacy-intro{margin-top:18px;font-size:.92rem;line-height:1.6}.privacy-body section{padding:24px 0}.privacy-body h2{margin-bottom:14px;font-size:12px}.privacy-body p,.privacy-body li{font-size:.92rem;line-height:1.75}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{color:#1a1a1a;background:#fff;font-family:Lato,sans-serif;font-weight:300}.product-feed{scroll-snap-type:y mandatory;scroll-behavior:smooth;height:100vh;overflow-y:scroll}.product-feed::-webkit-scrollbar{display:none}.store-footer{scroll-snap-align:start;flex-shrink:0;width:100%;min-height:180px}@media (prefers-reduced-motion:reduce){.product-feed{scroll-behavior:auto}}
