.Header-module__lnUIdW__header{width:100%;box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.Header-module__lnUIdW__topBar{background-color:var(--brand-slate-light);color:#fff;padding:var(--spacing-xs) 0;font-size:.75rem}.Header-module__lnUIdW__topBarInner{justify-content:space-between;align-items:center;display:flex}.Header-module__lnUIdW__reviews{align-items:center;gap:.25rem;display:flex}.Header-module__lnUIdW__star{color:#f59e0b}.Header-module__lnUIdW__reviewText{margin-left:var(--spacing-sm);font-weight:500}.Header-module__lnUIdW__utilityLinks{align-items:center;gap:var(--spacing-md);opacity:.9;display:flex}.Header-module__lnUIdW__toggle{background-color:#3b82f6;border-radius:16px;width:32px;height:16px;position:relative}.Header-module__lnUIdW__toggle:after{content:"";background-color:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:2px}.Header-module__lnUIdW__mainNav{background-color:var(--brand-slate);color:#fff;padding:var(--spacing-md) 0}.Header-module__lnUIdW__mainNavInner{justify-content:space-between;align-items:center;gap:var(--spacing-xl);display:flex}.Header-module__lnUIdW__logo{align-items:center;gap:var(--spacing-sm);display:flex}.Header-module__lnUIdW__logoIcon{font-size:2rem}.Header-module__lnUIdW__logoText{font-family:var(--font-family-display);letter-spacing:.05em;font-size:1rem;line-height:1.1}.Header-module__lnUIdW__logoText strong{font-size:1.25rem;font-weight:700}.Header-module__lnUIdW__searchBar{border-radius:var(--radius-sm);background:#fff;flex-grow:1;max-width:600px;display:flex;overflow:hidden}.Header-module__lnUIdW__searchBar input{color:var(--text-primary);border:none;outline:none;flex-grow:1;padding:.75rem 1rem;font-size:.875rem}.Header-module__lnUIdW__searchButton{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:0 1rem}.Header-module__lnUIdW__userActions{gap:var(--spacing-md);display:flex}.Header-module__lnUIdW__iconButton{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:relative}.Header-module__lnUIdW__cartBadge{background-color:var(--brand-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.Header-module__lnUIdW__categoryNav{background-color:var(--brand-slate-light);color:#fff;border-top:1px solid #ffffff1a}.Header-module__lnUIdW__categoryNavInner{align-items:center;display:flex}.Header-module__lnUIdW__allButton{color:#fff;cursor:pointer;font-weight:700;font-family:var(--font-family-sans);background-color:#0003;border:none;padding:.75rem 1.25rem}.Header-module__lnUIdW__categoryList{padding:0 var(--spacing-md);gap:var(--spacing-lg);flex-grow:1;font-size:.875rem;font-weight:500;list-style:none;display:flex}.Header-module__lnUIdW__categoryList li a{opacity:.9;transition:var(--transition-fast);padding:.75rem 0;display:block}.Header-module__lnUIdW__categoryList li a:hover{opacity:1;color:var(--brand-accent)}
.Footer-module__3hUVsW__footer{background-color:var(--bg-tertiary);border-top:1px solid var(--border-light);margin-top:auto}.Footer-module__3hUVsW__footerInner{gap:var(--spacing-xl);padding-top:var(--spacing-xxl);padding-bottom:var(--spacing-xxl);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.Footer-module__3hUVsW__footerTitle{margin-bottom:var(--spacing-md);color:var(--brand-slate);font-size:1.125rem}.Footer-module__3hUVsW__footerText{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.Footer-module__3hUVsW__footerText strong{color:var(--brand-accent)}.Footer-module__3hUVsW__footerLinks{list-style:none}.Footer-module__3hUVsW__footerLinks li{margin-bottom:var(--spacing-sm)}.Footer-module__3hUVsW__footerLinks a{color:var(--text-secondary);transition:var(--transition-fast);font-size:.875rem}.Footer-module__3hUVsW__footerLinks a:hover{color:var(--brand-accent)}.Footer-module__3hUVsW__footerBottom{background-color:var(--brand-slate);color:#fff;padding:var(--spacing-md) 0;text-align:center;opacity:.9;font-size:.75rem}
.CartSlideOver-module__WKdOQq__overlay{z-index:100;justify-content:flex-end;display:flex;position:fixed;inset:0}.CartSlideOver-module__WKdOQq__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;position:absolute;inset:0}.CartSlideOver-module__WKdOQq__drawer{background-color:#fff;flex-direction:column;width:100%;max-width:24rem;height:100%;animation:.3s ease-out forwards CartSlideOver-module__WKdOQq__slideIn;display:flex;position:relative;box-shadow:-4px 0 15px #0000001a}@keyframes CartSlideOver-module__WKdOQq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartSlideOver-module__WKdOQq__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartSlideOver-module__WKdOQq__title{color:#111827;font-size:1.25rem;font-weight:700}.CartSlideOver-module__WKdOQq__closeBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem}.CartSlideOver-module__WKdOQq__closeBtn:hover{color:#111827}.CartSlideOver-module__WKdOQq__body{flex:1;padding:1.5rem;overflow-y:auto}.CartSlideOver-module__WKdOQq__emptyState{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.CartSlideOver-module__WKdOQq__continueBtn{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:6px;margin-top:1.5rem;padding:.75rem 1.5rem;font-weight:600}.CartSlideOver-module__WKdOQq__itemList{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.CartSlideOver-module__WKdOQq__item{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding-bottom:1.5rem;display:flex}.CartSlideOver-module__WKdOQq__item:last-child{border-bottom:none;padding-bottom:0}.CartSlideOver-module__WKdOQq__itemDetails{flex:1;padding-right:1rem}.CartSlideOver-module__WKdOQq__itemName{color:#111827;margin-bottom:.25rem;font-size:1rem;font-weight:600}.CartSlideOver-module__WKdOQq__itemMeta{color:#6b7280;margin-bottom:.25rem;font-size:.875rem}.CartSlideOver-module__WKdOQq__itemPrice{color:#6b7280;font-size:.875rem}.CartSlideOver-module__WKdOQq__itemActions{text-align:right;flex-direction:column;justify-content:space-between;display:flex}.CartSlideOver-module__WKdOQq__itemTotal{color:#111827;font-size:1rem;font-weight:600}.CartSlideOver-module__WKdOQq__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem}.CartSlideOver-module__WKdOQq__removeBtn:hover{text-decoration:underline}.CartSlideOver-module__WKdOQq__footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:1.5rem}.CartSlideOver-module__WKdOQq__totalRow{color:#111827;justify-content:space-between;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;display:flex}.CartSlideOver-module__WKdOQq__taxNote{color:#6b7280;margin-bottom:1.5rem;font-size:.875rem}.CartSlideOver-module__WKdOQq__checkoutBtn{color:#fff;text-align:center;background-color:#111827;border-radius:8px;width:100%;padding:1rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:block}.CartSlideOver-module__WKdOQq__checkoutBtn:hover{background-color:#000}
