@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Montserrat:wght@400;500;600;700&display=swap";
:root{--cream:#f7f3ed;--cream-dark:#ede8df;--cream-deeper:#e3dbcf;--ink:#1c1814;--ink-muted:#6b5e52;--ink-light:#a8998c;--accent:#8b6b47;--accent-light:#c4a882;--accent-glow:#8b6b471f;--border:#d6cdbf;--border-dark:#1c1814;--white:#fff;--success:#4a7c59;--error:#a0412d;--font-display:"Montserrat", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--header-h:76px;--radius:4px;--radius-lg:12px;--shadow-sm:0 1px 3px #1c181414;--shadow-md:0 4px 16px #1c18141a;--shadow-lg:0 12px 40px #1c181424;--shadow-xl:0 24px 64px #1c18142e;--transition:.28s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--cream);scroll-behavior:smooth}body{background-color:var(--cream);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{all:unset;cursor:pointer;box-sizing:border-box}input,textarea,select{font-family:var(--font-body);font-size:14px}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--ink);font-weight:500;line-height:1.05}.display-xl{letter-spacing:-.02em;font-size:clamp(3.5rem,8vw,7rem);font-weight:300}.display-lg{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400}.display-md{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400}.label-sm{letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:500;font-family:var(--font-body);color:var(--ink-muted)}.layout-container{flex-direction:column;min-height:100vh;display:flex}.page-content{padding-top:var(--header-h);flex-grow:1}.px-global{width:100%;max-width:1536px;margin:0 auto;padding-left:clamp(1.5rem,5vw,5rem);padding-right:clamp(1.5rem,5vw,5rem)}.py-section{padding-top:clamp(4rem,8vw,7rem);padding-bottom:clamp(4rem,8vw,7rem)}.divider{background:var(--border);width:100%;height:1px}.btn-primary{background:var(--ink);color:var(--cream);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;transition:background var(--transition), transform var(--transition);border-radius:10px;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:.82rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--accent);transform:translateY(-1px)}.btn-outline{border:1px solid var(--border-dark);color:var(--ink);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;transition:all var(--transition);border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.82rem;font-weight:600;display:inline-flex}.btn-outline:hover{background:var(--ink);color:var(--cream)}.form-input{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--ink);transition:border-color var(--transition), box-shadow var(--transition);outline:none;padding:.85rem 1rem;font-size:14px}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.form-input::placeholder{color:var(--ink-light)}.form-label{letter-spacing:.09em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.45rem;font-size:.68rem;font-weight:500;display:block}.section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.68rem;font-weight:500;display:block}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow var(--transition), transform var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.badge{letter-spacing:.08em;text-transform:uppercase;border-radius:99px;align-items:center;padding:.2rem .65rem;font-size:.62rem;font-weight:600;display:inline-flex}.badge-pending{color:#92400e;background:#fef3c7}.badge-confirmed{color:#065f46;background:#d1fae5}.badge-delivered{color:#1e40af;background:#dbeafe}.badge-cancelled{color:#991b1b;background:#fee2e2}.badge-payment-pending{color:#c2410c;background:#ffedd5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.animate-fadeInUp{animation:.55s cubic-bezier(.4,0,.2,1) both fadeInUp}.animate-fadeIn{animation:.35s both fadeIn}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--cream-deeper);border-radius:99px}@media (max-width:768px){:root{--header-h:64px}.px-global{padding-left:max(1rem, env(safe-area-inset-left,0px));padding-right:max(1rem, env(safe-area-inset-right,0px))}}
.Navbar-module__EIxHdq__header{height:var(--header-h,76px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:#f7f3edeb;position:fixed;top:0;left:0;right:0}.Navbar-module__EIxHdq__inner{justify-content:space-between;align-items:center;gap:1.5rem;height:100%;display:flex}.Navbar-module__EIxHdq__hamburger{color:var(--ink);flex-shrink:0;padding:4px;display:none}.Navbar-module__EIxHdq__navCenter{flex:1;justify-content:center;align-items:center;gap:2.25rem;display:flex}.Navbar-module__EIxHdq__navItem{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);white-space:nowrap;font-size:.75rem;font-weight:400;transition:color .2s;position:relative}.Navbar-module__EIxHdq__navItem:hover{color:var(--ink)}.Navbar-module__EIxHdq__navItemActive{color:var(--cream);background:var(--ink);box-shadow:var(--shadow-sm);border-radius:999px;padding:.55rem .85rem;font-weight:700;transition:none}.Navbar-module__EIxHdq__navItemActive:hover{color:var(--cream)}.Navbar-module__EIxHdq__navItem:after{content:"";background:var(--accent);width:0;height:1px;transition:width .28s;position:absolute;bottom:-3px;left:0}.Navbar-module__EIxHdq__navItem:hover:after{width:100%}.Navbar-module__EIxHdq__navItemActive:after{display:none}.Navbar-module__EIxHdq__logoWrap{flex:1;justify-content:flex-start;align-items:center;display:flex}.Navbar-module__EIxHdq__logoLink{align-items:center;gap:12px;display:flex}.Navbar-module__EIxHdq__logo{font-family:var(--font-display);letter-spacing:.08em;color:var(--ink);text-transform:uppercase;font-size:1.55rem;font-weight:600;line-height:1}.Navbar-module__EIxHdq__logoSub{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--ink-light);border-left:1px solid var(--border);padding-left:12px;font-size:.6rem;font-weight:500}.Navbar-module__EIxHdq__actions{flex:1 0;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.Navbar-module__EIxHdq__iconBtn{width:38px;height:38px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;position:relative}.Navbar-module__EIxHdq__iconBtn:hover{background:var(--cream-dark)}.Navbar-module__EIxHdq__cartBadge{background:var(--accent);color:#fff;border:1.5px solid var(--cream);border-radius:99px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.55rem;font-weight:700;animation:.25s cubic-bezier(.34,1.56,.64,1) Navbar-module__EIxHdq__popIn;display:flex;position:absolute;top:2px;right:2px}@keyframes Navbar-module__EIxHdq__popIn{0%{transform:scale(0)}to{transform:scale(1)}}.Navbar-module__EIxHdq__avatarSmall{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:28px;height:28px}.Navbar-module__EIxHdq__drawerOverlay{z-index:110;opacity:0;pointer-events:none;background:#1c181473;transition:opacity .3s;position:fixed;inset:0}.Navbar-module__EIxHdq__overlayOpen{opacity:1;pointer-events:all}.Navbar-module__EIxHdq__drawer{background:var(--cream);z-index:111;flex-direction:column;width:280px;max-width:80vw;padding:1.5rem;transition:transform .38s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.Navbar-module__EIxHdq__drawerOpen{transform:translate(0)}.Navbar-module__EIxHdq__closeDrawer{color:var(--ink-muted);align-self:flex-end;margin-bottom:1.5rem;padding:4px}.Navbar-module__EIxHdq__closeDrawer:hover{color:var(--ink)}.Navbar-module__EIxHdq__drawerLogo{font-family:var(--font-display);letter-spacing:.06em;color:var(--ink);border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem;font-size:1.5rem;font-weight:600}.Navbar-module__EIxHdq__drawerNav{flex-direction:column;flex:1;gap:0;display:flex}.Navbar-module__EIxHdq__drawerItem{font-family:var(--font-display);color:var(--ink);border-bottom:1px solid var(--border);padding:.85rem 0;font-size:1.35rem;font-weight:400;transition:color .2s,padding-left .2s}.Navbar-module__EIxHdq__drawerItem:hover{color:var(--accent);padding-left:.5rem}.Navbar-module__EIxHdq__drawerItemActive{color:var(--accent);border-left:3px solid var(--accent);padding-left:.75rem;font-weight:700;transition:none}.Navbar-module__EIxHdq__drawerFooter{margin-top:2rem}.Navbar-module__EIxHdq__drawerAuthBtn{border:1.5px solid var(--border-dark);text-align:center;letter-spacing:.08em;text-transform:uppercase;width:100%;color:var(--ink);border-radius:10px;padding:1rem;font-size:.82rem;font-weight:600;transition:background .2s,color .2s}.Navbar-module__EIxHdq__drawerAuthBtn:hover{background:var(--ink);color:var(--cream)}@media (max-width:1024px){.Navbar-module__EIxHdq__navCenter{display:none}.Navbar-module__EIxHdq__hamburger{display:flex}.Navbar-module__EIxHdq__logoWrap{text-align:left;justify-content:center}.Navbar-module__EIxHdq__logoSub{letter-spacing:.12em;padding-left:8px;font-size:.52rem;line-height:1.2;display:inline-block}}
.staggered-menu-root--overlay{z-index:220;pointer-events:none;width:100vw;height:100%;min-height:100vh;position:fixed;inset:0;overflow:hidden}.staggered-menu-root--overlay[data-open=true]{pointer-events:auto}.staggered-menu-header{display:none}.staggered-menu-panel,.sm-prelayers{width:min(70vw,420px);min-width:260px;max-width:420px}.sm-prelayers{pointer-events:none;z-index:211;opacity:0;position:fixed;top:0;bottom:0;left:0}[data-position=right] .sm-prelayers{left:auto;right:0}.sm-prelayer{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(0)}.staggered-menu-panel{background:linear-gradient(165deg, var(--cream) 0%, var(--cream-dark) 45%, #e5ddd2 100%);z-index:212;pointer-events:auto;border-right:1px solid var(--border);border-left:3px solid var(--accent);opacity:0;flex-direction:column;height:100%;min-height:100vh;padding:4.25rem 1.15rem 1rem 1.35rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:8px 0 36px #1c18141f,inset 0 0 0 1px #ffffff59}[data-position=right] .staggered-menu-panel{border-right:1px solid var(--border);border-left:1px solid var(--border);left:auto;right:0;box-shadow:-8px 0 36px #1c18141f,inset 0 0 0 1px #ffffff59}.sm-panel-inner{flex-direction:column;flex:0 auto;gap:.5rem;min-height:0;padding-bottom:.5rem;display:flex}.sm-backdrop{z-index:210;pointer-events:auto;cursor:default;appearance:none;background:#1c18147a;border:none;margin:0;padding:0;position:fixed;inset:0}.sm-panel-list{border-bottom:1px solid #8b6b4733;flex-direction:column;gap:0;margin:0;padding:0 0 .5rem;list-style:none;display:flex}.sm-panel-itemWrap{border-bottom:1px solid #8b6b4733;padding:.1rem 0 .15rem}.sm-panel-itemWrap:last-of-type{border-bottom:none;padding-bottom:0}.sm-panel-item{color:var(--ink);letter-spacing:-.02em;text-transform:none;border-radius:8px;margin:0 -.2rem;padding:.45rem .65rem;font-size:clamp(1.45rem,5.2vw,2.15rem);font-weight:600;line-height:1.15;text-decoration:none;transition:color .2s,background .2s;display:block;position:relative}.sm-panel-item:hover,.sm-panel-item:focus-visible{color:var(--ink);background:var(--accent-glow);outline:none}.sm-panel-item:active{background:#8b6b4729}.sm-panel-itemLabel{will-change:transform;transform-origin:50% 100%;display:inline-block}.sm-authBtn{box-sizing:border-box;text-align:left;width:100%;color:var(--cream);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-size:clamp(.95rem,3.4vw,1.1rem);font-weight:600;font-family:var(--font-body), system-ui, sans-serif;border:1px solid #c4a88273;border-left:4px solid var(--accent);background:linear-gradient(145deg,#1a1612 0%,#2a2219 55%,#1c1814 100%);border-radius:10px;flex-shrink:0;align-self:stretch;margin-top:1rem;margin-bottom:0;padding:.95rem 1.2rem;line-height:1.35;box-shadow:0 2px 8px #1c18142e,inset 0 1px #ffffff0f}.sm-authBtn:hover,.sm-authBtn:focus-visible{background:linear-gradient(145deg, #6b4d32 0%, var(--accent) 50%, #7a5c3c 100%);border-color:var(--accent-light);color:var(--cream);outline:none;box-shadow:0 4px 14px #8b6b4759}.sm-authBtn:active{transform:scale(.99)}
.AuthModal-module__Z_KUzG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;background:#1c181499;justify-content:center;align-items:center;animation:.25s AuthModal-module__Z_KUzG__fadeIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module__Z_KUzG__fadeIn{0%{opacity:0}to{opacity:1}}.AuthModal-module__Z_KUzG__panel{background:var(--cream);border-radius:16px;width:100%;max-width:420px;margin:1rem;padding:0;animation:.35s cubic-bezier(.4,0,.2,1) AuthModal-module__Z_KUzG__slideUp;position:relative;overflow:hidden;box-shadow:0 32px 80px #1c181447}@keyframes AuthModal-module__Z_KUzG__slideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.AuthModal-module__Z_KUzG__closeBtn{color:var(--ink-muted);z-index:10;padding:4px;transition:color .2s;position:absolute;top:1.25rem;right:1.25rem}.AuthModal-module__Z_KUzG__closeBtn:hover{color:var(--ink)}.AuthModal-module__Z_KUzG__content{text-align:center;flex-direction:column;align-items:center;gap:0;padding:2.5rem 2.5rem 2rem;display:flex}.AuthModal-module__Z_KUzG__logoMark{margin-bottom:1.5rem}.AuthModal-module__Z_KUzG__title{font-family:var(--font-display);color:var(--ink);margin-bottom:.5rem;font-size:2rem;font-weight:500;line-height:1.1}.AuthModal-module__Z_KUzG__subtitle{color:var(--ink-muted);max-width:280px;margin-bottom:2rem;font-size:.88rem;line-height:1.6}.AuthModal-module__Z_KUzG__googleWrap{width:100%;margin-bottom:1.25rem}.AuthModal-module__Z_KUzG__googleBtn{width:100%;min-height:48px}.AuthModal-module__Z_KUzG__googlePlaceholder{border:1px solid var(--border);border-radius:var(--radius);height:48px;color:var(--ink-muted);justify-content:center;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.AuthModal-module__Z_KUzG__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.75s linear infinite AuthModal-module__Z_KUzG__spin}@keyframes AuthModal-module__Z_KUzG__spin{to{transform:rotate(360deg)}}.AuthModal-module__Z_KUzG__terms{color:var(--ink-light);font-size:.72rem;line-height:1.6}.AuthModal-module__Z_KUzG__link{color:var(--accent);text-decoration:underline}.AuthModal-module__Z_KUzG__avatarWrap{margin-bottom:1.25rem}.AuthModal-module__Z_KUzG__avatar{object-fit:cover;border:3px solid var(--white);border-radius:50%;width:72px;height:72px;box-shadow:0 4px 16px #1c18141f}.AuthModal-module__Z_KUzG__avatarFallback{background:var(--accent);width:72px;height:72px;color:var(--white);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;font-weight:500;display:flex}.AuthModal-module__Z_KUzG__phoneForm{text-align:left;flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem;display:flex}.AuthModal-module__Z_KUzG__inputWrap{flex-direction:column;gap:.4rem;display:flex}.AuthModal-module__Z_KUzG__inputLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);font-size:.65rem;font-weight:600}.AuthModal-module__Z_KUzG__phoneInputRow{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.AuthModal-module__Z_KUzG__phoneInputRow:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.AuthModal-module__Z_KUzG__phonePrefix{color:var(--ink-muted);border-right:1px solid var(--border);-webkit-user-select:none;user-select:none;background:var(--cream-dark);align-items:center;height:100%;padding:0 .75rem;font-size:.88rem;font-weight:500;display:flex}.AuthModal-module__Z_KUzG__phoneInput{color:var(--ink);font-size:.95rem;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;padding:.85rem 1rem}.AuthModal-module__Z_KUzG__errorMsg{color:var(--error);margin-top:.25rem;font-size:.72rem}.AuthModal-module__Z_KUzG__submitBtn{background:var(--ink);width:100%;color:var(--cream);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius);text-align:center;margin-top:.25rem;padding:.9rem;font-size:.75rem;font-weight:600;transition:background .2s}.AuthModal-module__Z_KUzG__submitBtn:hover:not(:disabled){background:var(--accent)}.AuthModal-module__Z_KUzG__submitBtn:disabled{opacity:.6;cursor:default}.AuthModal-module__Z_KUzG__skipBtn{text-align:center;width:100%;color:var(--ink-muted);padding:.5rem;font-size:.78rem;text-decoration:underline;transition:color .2s}.AuthModal-module__Z_KUzG__skipBtn:hover{color:var(--ink)}
.CartDrawer-module__yG4AEW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:150;opacity:0;pointer-events:none;background:#1c181480;transition:opacity .3s;position:fixed;inset:0}.CartDrawer-module__yG4AEW__overlayVisible{opacity:1;pointer-events:all}.CartDrawer-module__yG4AEW__drawer{background:var(--cream);z-index:151;flex-direction:column;width:420px;max-width:92vw;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #1c181426}.CartDrawer-module__yG4AEW__drawerOpen{transform:translate(0)}.CartDrawer-module__yG4AEW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.CartDrawer-module__yG4AEW__headerLeft{align-items:center;gap:.6rem;display:flex}.CartDrawer-module__yG4AEW__headerIcon{color:var(--accent)}.CartDrawer-module__yG4AEW__title{font-family:var(--font-display);color:var(--ink);font-size:1.4rem;font-weight:500}.CartDrawer-module__yG4AEW__countBadge{background:var(--accent);color:#fff;text-align:center;border-radius:99px;min-width:20px;padding:.12rem .45rem;font-size:.65rem;font-weight:700}.CartDrawer-module__yG4AEW__closeBtn{color:var(--ink-muted);padding:4px;transition:color .2s}.CartDrawer-module__yG4AEW__closeBtn:hover{color:var(--ink)}.CartDrawer-module__yG4AEW__body{flex:1;padding:1.25rem 1.75rem;overflow-y:auto}.CartDrawer-module__yG4AEW__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 1rem;display:flex}.CartDrawer-module__yG4AEW__emptyIcon{color:var(--border)}.CartDrawer-module__yG4AEW__emptyTitle{font-family:var(--font-display);color:var(--ink);font-size:1.3rem;font-weight:500}.CartDrawer-module__yG4AEW__emptyDesc{color:var(--ink-muted);font-size:.85rem}.CartDrawer-module__yG4AEW__shopLink{color:var(--accent);letter-spacing:.04em;margin-top:.5rem;font-size:.8rem;font-weight:500}.CartDrawer-module__yG4AEW__shopLink:hover{text-decoration:underline}.CartDrawer-module__yG4AEW__itemList{flex-direction:column;gap:1rem;display:flex}.CartDrawer-module__yG4AEW__item{background:var(--white);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.CartDrawer-module__yG4AEW__itemInfo{flex:1;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.CartDrawer-module__yG4AEW__itemThumbWrap{border:1px solid var(--border);background:var(--white);border-radius:6px;flex-shrink:0;width:52px;height:70px;overflow:hidden}.CartDrawer-module__yG4AEW__itemThumb{object-fit:cover;width:100%;height:100%}.CartDrawer-module__yG4AEW__itemTextBlock{flex:1;min-width:0}.CartDrawer-module__yG4AEW__itemTitleRow{flex-flow:wrap;align-items:baseline;gap:.4rem .65rem;margin-bottom:.35rem;display:flex}.CartDrawer-module__yG4AEW__itemName{color:var(--ink);margin:0;font-size:.88rem;font-weight:500;line-height:1.4}.CartDrawer-module__yG4AEW__itemTag{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-light);white-space:nowrap;border:1px solid var(--border);border-radius:6px;padding:.2rem .45rem;font-size:.58rem;font-weight:800;line-height:1.2}.CartDrawer-module__yG4AEW__itemPrice{color:var(--accent);font-size:.85rem;font-weight:600}.CartDrawer-module__yG4AEW__itemActions{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.CartDrawer-module__yG4AEW__qtyControl{border:1px solid var(--border);border-radius:6px;align-items:center;gap:0;display:flex;overflow:hidden}.CartDrawer-module__yG4AEW__qtyBtn{width:32px;height:32px;color:var(--ink);background:0 0;justify-content:center;align-items:center;font-size:1rem;transition:background .15s;display:flex}.CartDrawer-module__yG4AEW__qtyBtn:hover{background:var(--cream-dark)}.CartDrawer-module__yG4AEW__qty{text-align:center;border-left:1px solid var(--border);border-right:1px solid var(--border);justify-content:center;align-items:center;width:32px;height:32px;font-size:.88rem;font-weight:500;display:flex}.CartDrawer-module__yG4AEW__removeBtn{color:var(--ink-light);padding:4px;transition:color .2s}.CartDrawer-module__yG4AEW__removeBtn:hover{color:var(--error)}.CartDrawer-module__yG4AEW__footer{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1.5rem 1.75rem;display:flex}.CartDrawer-module__yG4AEW__totalRow{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__yG4AEW__totalLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);font-size:.68rem;font-weight:600}.CartDrawer-module__yG4AEW__totalValue{font-family:var(--font-display);color:var(--ink);font-size:1.4rem;font-weight:600}.CartDrawer-module__yG4AEW__checkoutBtn{cursor:pointer;width:100%;font:inherit;background:var(--ink);color:var(--cream);text-align:center;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius);border:none;padding:1rem;font-size:.72rem;font-weight:600;transition:background .2s;display:block}.CartDrawer-module__yG4AEW__checkoutBtn:hover{background:var(--accent)}.CartDrawer-module__yG4AEW__continueBtn{text-align:center;color:var(--ink-muted);width:100%;padding:.25rem;font-size:.78rem;text-decoration:underline;transition:color .2s}.CartDrawer-module__yG4AEW__continueBtn:hover{color:var(--ink)}
.Footer-module__cyaCmW__footer{background:var(--cream-darker,#ddd6ca);border-top:1px solid var(--border)}.Footer-module__cyaCmW__top{grid-template-columns:2fr 1fr 1.5fr;gap:3rem;padding-top:4rem;padding-bottom:3rem;display:grid}.Footer-module__cyaCmW__brand{flex-direction:column;gap:.6rem;display:flex}.Footer-module__cyaCmW__logo{font-family:var(--font-display);letter-spacing:.08em;color:var(--ink);font-size:1.5rem;font-weight:600}.Footer-module__cyaCmW__tagline{letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);font-size:.62rem;font-weight:600}.Footer-module__cyaCmW__desc{color:var(--ink-muted);max-width:280px;margin-top:.25rem;font-size:.82rem;line-height:1.7}.Footer-module__cyaCmW__linkCol{flex-direction:column;gap:.65rem;display:flex}.Footer-module__cyaCmW__colTitle{letter-spacing:.14em;text-transform:uppercase;color:var(--ink);margin-bottom:.25rem;font-size:.62rem;font-weight:700}.Footer-module__cyaCmW__link{color:var(--ink-muted);font-size:.82rem;transition:color .2s}.Footer-module__cyaCmW__link:hover{color:var(--ink)}.Footer-module__cyaCmW__bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem;display:flex}.Footer-module__cyaCmW__copyright{color:var(--ink-muted);font-size:.75rem}.Footer-module__cyaCmW__made{color:var(--ink-light);font-size:.72rem;font-style:italic}@media (max-width:900px){.Footer-module__cyaCmW__top{grid-template-columns:1fr 1fr}.Footer-module__cyaCmW__brand{grid-column:1/-1}}@media (max-width:560px){.Footer-module__cyaCmW__top{grid-template-columns:1fr}}
