:root{font-family:Montserrat,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.55;font-weight:400;color-scheme:light dark;color:#000000e6;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#111;font-weight:400;font-feature-settings:"ss01" on}#root{min-height:100vh}h1{font-size:2.4rem;line-height:1.08;margin:0 0 16px;font-weight:700;letter-spacing:-.4px}h2,h3{font-weight:600;letter-spacing:-.2px}html,body{height:100%;margin:0;overflow:auto}:root{--sidebarW: 280px;--contentMax: 1400px;--contentGutter: 32px;--edgeGutter: 16px}.app{min-height:100vh}.page{height:100vh;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease;background:#fff}.app.menuOpen .page{transform:translate(var(--sidebarW))}.header{height:60px;padding:0 16px;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.headerLeft{display:flex;align-items:center;gap:10px;flex:1}.brand{font-size:22px;font-weight:800;letter-spacing:-.3px;color:#000;margin:0}.brand{display:flex;align-items:center;gap:12px;white-space:nowrap}.brandLogo{width:44px;height:44px;object-fit:contain;display:inline-block}.brandText{display:inline-block}@media(max-width:767px){.header{position:relative}.brand{flex:none;position:absolute;left:50%;transform:translate(-50%);text-align:center;width:auto}}.menuButton{width:40px;height:40px;border:1px solid #e5e5e5;background:#fff;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;color:#111;padding:0}.cartButton{display:flex;align-items:center;gap:8px;text-decoration:none;color:#111;border:1px solid #e5e5e5;background:#fff;border-radius:12px;padding:8px 12px}.cartBadge{background:#111;color:#fff;border-radius:999px;font-size:12px;padding:2px 6px;min-width:18px;text-align:center}.layout{flex:1;min-height:0;overflow:hidden}.content{height:100%;min-height:0;overflow-y:auto;padding:16px}.contentInner{width:100%;min-height:100%;padding-left:25px}.content h1{margin:0 0 12px;line-height:1.05}.content p{margin:0;opacity:.85}.sidebar{position:fixed;top:60px;left:0;bottom:0;width:var(--sidebarW);background:#fff;border-right:1px solid #e5e5e5;padding:16px;z-index:300;overflow-y:auto;transform:translate(-100%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.overlay{position:fixed;top:60px;left:var(--sidebarW);right:0;bottom:0;background:transparent;z-index:250}.nav{display:flex;flex-direction:column;gap:12px}.navLink{display:block;text-decoration:none;color:#111;padding:12px 14px;border-radius:12px;border:1px solid #e9e9e9;background:#fafafa}button.navLink{width:100%;text-align:left;cursor:pointer;font:inherit;line-height:inherit}.navLink.active{background:#f0f0f0;font-weight:700}.navGroup{display:flex;flex-direction:column;gap:10px}.sub{margin-left:18px}.footer{height:56px;border-top:1px solid #e5e5e5;background:#fff;display:flex;align-items:center;justify-content:center;gap:16px;padding:0 16px}.footerLink{text-decoration:none;color:#111;opacity:.8}.footerLink.active{opacity:1;font-weight:700}@media(min-width:768px){:root{--edgeGutter: 20px}.menuButton{display:none}.header{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.headerLeft{grid-column:1;gap:14px;justify-self:start}.brand{grid-column:2;justify-self:center}.cartButton{grid-column:3;justify-self:end}.brand{font-size:32px;letter-spacing:-.6px}.brandLogo{width:56px;height:56px}.cartButton{padding:10px 16px}.app.menuOpen .page{transform:none}.overlay{display:none}.app{display:flex;min-height:100vh;background:#fff}.sidebar{position:static;transform:none;width:240px;height:auto;top:auto;bottom:auto;z-index:auto;overflow:visible;border-right:1px solid #e5e5e5;padding:24px 0}.page{flex:1}.header,.footer{padding-left:var(--edgeGutter);padding-right:var(--edgeGutter)}.content{padding-left:0;padding-right:0}.nav{padding:0 var(--edgeGutter)}}@media(min-width:1024px){:root{--contentGutter: 48px;--edgeGutter: 28px}.brand{font-size:38px}.brandLogo{width:64px;height:64px}.headerLeft{gap:18px}.cartButton{padding:12px 18px}.contentInner{max-width:var(--contentMax);margin:0 auto}.header,.footer{max-width:none;margin:0}}@media(max-width:480px){.cartText{display:none}.cartButton{padding:8px}.cartIcon{font-size:18px}}.productGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.productEmpty{opacity:.8;padding:8px 0}.productCard{display:grid;grid-template-columns:110px 1fr;gap:14px;padding:18px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 24px #0000000f;min-height:190px}.productImageWrap{width:110px;height:190px;border-radius:14px;overflow:hidden;background:#f3f4f6;display:grid;place-items:center}.productImage{width:100%;height:100%;object-fit:cover;display:block}.productImagePlaceholder{font-size:12px;opacity:.7}.productBody{display:flex;flex-direction:column;gap:12px;min-width:0}.productTop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.productName{margin:0;font-size:16px;line-height:1.35;font-weight:700;white-space:normal;word-break:break-word}.productPrice{font-weight:800;white-space:nowrap}.productMeta{display:flex;gap:8px}.productCategory{font-size:12px;padding:4px 10px;border-radius:999px;background:#0000000f}.addToCartButton{margin-top:auto;border:0;border-radius:12px;padding:12px;font-weight:700;cursor:pointer;background:#111827;color:#fff}.addToCartButton:hover{filter:brightness(1.08)}.productCard.isHighlighted{outline:2px solid #111827;box-shadow:0 0 0 4px #1118271f,0 10px 24px #0000000f}.cartPage{display:flex;flex-direction:column;gap:16px;max-width:960px;margin:0 auto;padding:0 16px}.cartHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.cartClear{border:1px solid #e5e5e5;background:#fff;color:#111;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:700}@media(max-width:520px){.cartClear{width:100%}}.cartList{display:grid;gap:12px}.cartItem{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:14px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.08)}.cartImgWrap{width:90px;height:120px;border-radius:14px;overflow:hidden;background:#f3f4f6;display:grid;place-items:center}.cartImg{width:100%;height:100%;object-fit:cover;display:block}.cartImgPlaceholder{font-size:12px;opacity:.7}.cartInfo{min-width:0;display:flex;flex-direction:column;gap:10px}.cartTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cartName{font-weight:800;word-break:break-word}.cartLineTotal{font-weight:900;white-space:nowrap}.cartMeta{display:flex;flex-wrap:wrap;gap:8px}.cartChip{font-size:12px;padding:4px 10px;border-radius:999px;background:#0000000f}.cartActions{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.cartQty{display:inline-flex;align-items:center;gap:8px;border:1px solid #e5e5e5;background:#fff;border-radius:12px;padding:6px 8px}.cartQtyButton{width:34px;height:34px;border:0;border-radius:10px;cursor:pointer;font-weight:900;background:#111827;color:#fff}.cartQtyValue{min-width:24px;text-align:center;font-weight:900}.cartDelete{border:0;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:800;background:#111827;color:#fff}@media(max-width:520px){.cartActions{flex-direction:column;align-items:stretch;justify-content:flex-start}.cartQty{width:100%;justify-content:space-between;padding:6px 10px}.cartQtyButton{width:32px;height:32px;border-radius:10px}.cartDelete{width:100%}}.cartSummary{border-top:1px solid #e5e5e5;padding-top:12px}.cartSummaryRow{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:16px}.cartCheckout{margin-top:12px;display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:12px;padding:12px;text-decoration:none;cursor:pointer;font-weight:900;background:#111827;color:#fff}@media(max-width:520px){.cartCheckout{width:100%}}.checkoutPage{display:flex;flex-direction:column;gap:16px;max-width:960px;margin:0 auto;padding:0 16px}.checkoutGrid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}.checkoutCard{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px}.checkoutCard h2{margin:0 0 12px;font-size:18px}.checkoutForm{display:grid;gap:10px}.field{display:grid;gap:6px}.field span{font-size:12px;opacity:.8;font-weight:700}.field input{border:1px solid #e5e5e5;border-radius:12px;padding:10px 12px;background:#fff;color:#111}.fieldRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkoutSubmit{border:0;border-radius:12px;padding:12px;cursor:pointer;font-weight:900;background:#111827;color:#fff}.summaryList{display:grid;gap:10px}.summaryRow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.summaryName{font-weight:900}.summaryMeta{font-size:12px;opacity:.75}.summaryRight{font-weight:900;white-space:nowrap}.summaryTotal{margin-top:12px;padding-top:12px;border-top:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;gap:12px}.checkoutBack{margin-top:12px;display:inline-flex;justify-content:center;align-items:center;border:1px solid #e5e5e5;border-radius:12px;padding:10px 12px;text-decoration:none;background:#fff;color:#111;font-weight:800}@media(max-width:860px){.checkoutGrid{grid-template-columns:1fr}}@media(max-width:520px){.fieldRow{grid-template-columns:1fr}}@media(max-width:520px){.checkoutPage h1{text-align:center}}.checkoutError{margin:0;color:#b91c1c;font-weight:700}.orderPage{display:flex;flex-direction:column;gap:16px;max-width:960px;margin:0 auto;padding:0 16px}.orderHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.orderBack{display:inline-flex;justify-content:center;align-items:center;border:1px solid #e5e5e5;border-radius:12px;padding:10px 12px;text-decoration:none;background:#fff;color:#111;font-weight:800}.orderCard{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px}.orderCard h2{margin:0 0 12px;font-size:18px}.orderLine{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:8px 0;border-bottom:1px solid #f0f0f0;align-items:start}.orderLine strong{text-align:right}.orderLine:last-child{border-bottom:0}.orderItems{display:grid;gap:10px}.orderItemRow{display:flex;justify-content:space-between;gap:12px}.orderItemName{font-weight:900}.orderItemMeta{font-size:12px;opacity:.75}.orderItemTotal{font-weight:900;white-space:nowrap}.orderTotal{margin-top:12px;padding-top:12px;border-top:1px solid #e5e5e5;display:flex;justify-content:space-between;gap:12px}
