:root{--accent:#c6951a;--muted:#6b6b6b;--brand-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;--page-bg:#f7f7f7 }body{font-family:var(--brand-font);margin:0;color:#111;background:var(--page-bg)}.site-header{background:#fff;color:#222;border-bottom:1px solid #e6e6e6}.site-header .header-inner{max-width:1200px;margin:0 auto;padding:.6rem 1rem;display:flex;align-items:center;gap:1rem}.site-header .brand{font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:1.35rem;letter-spacing:.6px;color:#4b2b1a}.main-nav{display:flex;gap:1rem;align-items:center;margin:0 auto}.main-nav .link{background:none;border:none;color:#333;font-weight:600;padding:.35rem .5rem;cursor:pointer;font-size:.95rem}.main-nav .link:hover,.main-nav .link.active{color:var(--accent)}.main-nav .dropdown{position:relative}.main-nav .dropdown .menu{position:absolute;left:0;top:calc(100% + 6px);background:#fff;border:1px solid #eee;box-shadow:0 6px 18px #0000000f;padding:.5rem;border-radius:6px;min-width:200px;z-index:40}.main-nav .dropdown .menu button{display:block;width:100%;text-align:left;padding:.4rem .6rem;border:none;background:none;cursor:pointer}.main-nav .dropdown .menu .divider{height:1px;background:#f2f2f2;margin:.4rem 0}.header-right{margin-left:auto}.header-right .cart{background:#fff;color:#222;border:1px solid #eee;padding:.38rem .6rem;border-radius:8px;cursor:pointer;display:inline-flex;gap:.5rem;align-items:center}.header-right .cart .icon{display:block}.header-right .cart .header-cart-label{font-weight:700;color:#444;font-size:.95rem}.header-right .cart .header-cart-pill{background:var(--accent);color:#fff;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem}.header-right .cart:hover{border-color:#c6961a59;box-shadow:0 6px 18px #0000000a}.page{padding:1.25rem;max-width:1200px;margin:0 auto;background:transparent}.hero{position:relative;height:260px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:var(--hero-foreground, #fff)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(#0000008c,#00000040),var(--hero-image);background-size:cover;background-position:center}.hero .hero-inner{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 1rem}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:1.6rem;color:var(--hero-foreground, #fff);margin:0 0 .25rem;text-shadow:0 2px 8px rgba(0,0,0,.45)}.hero p{color:var(--hero-foreground, #fff);opacity:.92}.grid{display:flex;gap:1rem;flex-wrap:wrap}.feature-section{display:flex;gap:1rem;align-items:center;margin:1.25rem 0;background:#fff;padding:1rem;border-radius:6px;overflow:hidden}.feature-section img{width:48%;height:320px;object-fit:cover;border-radius:6px;transform:translate(0);transition:transform .52s ease,opacity .52s ease}.feature-section .feature-text{width:52%;padding:0 1rem}.feature-section.left img{order:0}.feature-section.right img,.feature-section.left .feature-text{order:1}.feature-section.right .feature-text{order:0}.feature-section img:hover{transform:translateY(-6px);box-shadow:0 10px 30px #00000014}.feature-section{opacity:0;transform:translateY(8px);animation:fs-in .7s ease forwards}.feature-section:nth-of-type(1){animation-delay:.12s}.feature-section:nth-of-type(2){animation-delay:.26s}.feature-section:nth-of-type(3){animation-delay:.38s}@keyframes fs-in{to{opacity:1;transform:none}}.card{width:240px;border-radius:6px;padding:.75rem;cursor:pointer;background:#fff;box-shadow:0 1px 3px #0000000a;border:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;text-align:center}.card img{width:220px;height:220px;object-fit:cover;border-radius:4px}.card h3{font-size:1rem;margin:.6rem 0 .4rem}.card .price{color:var(--accent);font-weight:800}.card .price .regular{text-decoration:line-through;color:#999;font-weight:600;margin-right:.5rem}.card .price .sale{color:var(--accent);font-weight:900}.product{display:flex;gap:2rem;align-items:flex-start;background:#fff;padding:1rem;border-radius:6px}.product-media img{width:420px;height:420px;object-fit:cover;border:1px solid #eee;border-radius:6px}.product .gallery{display:flex;gap:.5rem;margin-top:.5rem}.product .thumb{width:64px;height:64px;object-fit:cover;border:1px solid #eee;border-radius:4px;cursor:pointer}.product-details{max-width:520px}.product-details h2{margin-top:0}.product-details .price .regular{text-decoration:line-through;color:#999;font-size:1rem}.product-details .price .sale{color:var(--accent);font-size:1.8rem;font-weight:900}.product-details .add-to-cart{background:var(--accent);color:#fff;border:none;padding:.8rem 1rem;border-radius:4px;cursor:pointer;margin-top:.8rem}.card .card-add{background:var(--accent);color:#fff;border:none;padding:.5rem .75rem;border-radius:6px;cursor:pointer;margin-top:.6rem;font-weight:700}.card .card-add:active{transform:translateY(1px)}.description p{margin:.5rem 0}.product-writeup{margin:1rem 0;padding:1rem;background:#fff8ef;border:1px solid #ead7bc;border-radius:10px;color:#3c2c20;line-height:1.6}.product-writeup h3{margin:0 0 .75rem;color:var(--accent);font-size:1.1rem;text-transform:uppercase;letter-spacing:.04em}.product-writeup p{margin:.65rem 0}.sidebar{position:fixed;right:0;top:0;width:340px;height:100vh;background:#fff;border-left:1px solid #eee;padding:1rem;overflow:auto}.app.has-sidebar .content{margin-right:360px}.price{font-weight:800}.link{background:none;border:none;color:var(--accent);cursor:pointer}.checkout label{display:block;margin:.5rem 0}.checkout-hero{background:linear-gradient(90deg,#c6961a0f,#c6961a05);border-radius:8px;padding:12px}.checkout-layout{display:flex;gap:20px;align-items:flex-start;margin-top:8px}.checkout-left{flex:1}.checkout-right{width:340px;flex:0 0 340px}.summary-card{background:transparent}.form-field{display:block;margin:10px 0}.form-field input,.form-field textarea{width:100%;border:1px solid #e9e9e9;padding:.9rem 1rem;border-radius:12px;font-size:1rem;outline:none;background:#fff}.form-field textarea{min-height:110px;border-radius:12px}.checkout .contact-form label{display:block;font-weight:800;color:#4b2b1a;margin-bottom:.4rem}.checkout .contact-form label .req{color:#d6453b;margin-left:6px;font-weight:800}.checkout .contact-form input,.checkout .contact-form textarea{border:1px solid #e6e6e6}.checkout .summary-card.card{border:1px solid #f0f0f0;background:#fff;box-shadow:none;border-radius:8px}.checkout .summary-card .note{color:#777;font-size:.95rem}.checkout input[type=radio]{accent-color:#2563eb}.checkout .contact-form-submit{background:#2563eb!important;color:#fff;border:none;padding:.9rem 1rem;border-radius:12px;font-weight:800}.checkout .contact-form .link{color:var(--accent)}.coupon-banner{display:flex;gap:12px;align-items:center;background:#fafafa;border-top:4px solid #2563eb;padding:10px 14px;border-radius:6px;margin:8px 0}.coupon-banner .muted{color:#666;font-size:.95rem}.coupon-banner .coupon-link{color:var(--accent);font-weight:800;text-decoration:underline}.empty-checkout{text-align:center}@media (max-width:900px){.checkout-layout{flex-direction:column}.checkout-right{width:100%;flex:none}.checkout-left,.checkout-right{order:0}}.note{font-size:.95rem;color:var(--muted);margin:.5rem 0}.breadcrumb{font-size:.9rem;color:#666;margin-bottom:.5rem;background:#fff;padding:.5rem;border-radius:4px;border:1px solid #f0f0f0}.muted{color:var(--muted);font-weight:400}footer.site-footer{background:#fff;border-top:1px solid #eee;padding:1rem;margin-top:2rem;text-align:center;color:#555}.category-intro{background:#fff;border:1px solid #f2f2f2;padding:.75rem;border-radius:4px;margin-bottom:.75rem}.list-toolbar{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0 1rem}.list-toolbar .showing{color:#666}.product-row{display:flex;gap:2rem;justify-content:center;align-items:center;margin:1rem 0 2rem}.product-row img{width:180px;height:120px;object-fit:contain;background:#fff;padding:8px;border-radius:6px;border:1px solid #f0f0f0}.top-sellers{background:transparent;margin:0 0 1.25rem}.top-sellers .grid{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.top-sellers h2{font-size:1.25rem;margin:0 0 .5rem}.view-all-btn{background:var(--accent);color:#fff;border:none;padding:.65rem 1rem;border-radius:8px;cursor:pointer;font-weight:800}.view-all-btn:active{transform:translateY(1px)}.contact-banner{position:relative;height:150px;margin-bottom:1rem}.contact-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--contact-image);background-size:cover;background-position:center;filter:brightness(.45)}.contact-banner .banner-inner{position:relative;z-index:2;max-width:900px;margin:0 auto;display:flex;align-items:center;gap:1rem;padding:0 1rem}.contact-banner h2{font-family:Georgia,Times New Roman,serif;color:#fff;margin:0;font-size:2rem}.contact-banner .line{flex:1;height:2px;background:#fff9;margin-left:.75rem}.contact-form{max-width:650px;margin:1rem auto;background:transparent}.contact-form label{display:block;font-size:.85rem;color:#777;margin-bottom:.5rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid #ddd;padding:.75rem 1rem;border-radius:999px;font-size:1rem;outline:none}.contact-form textarea{min-height:140px;border-radius:16px}.contact-form button{background:#d76a00;color:#fff;border:none;padding:.9rem 1rem;border-radius:999px;width:100%;font-weight:700;cursor:pointer}.contact-form .note{text-align:left}.contact-form-submit{background:#d76a00;color:#fff;border:none;padding:.9rem 1rem;border-radius:999px;font-weight:700;cursor:pointer}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-end;justify-content:flex-end}.cart-dim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073}.cart-panel{position:relative;width:420px;max-width:100%;height:80vh;margin:4vh;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 40px #0000002e}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #f2f2f2}.cart-header h3{margin:0}.cart-close{background:none;border:none;font-size:1.2rem;cursor:pointer}.cart-rows{padding:.8rem 1rem;overflow:auto;flex:1}.cart-line{display:flex;gap:.75rem;align-items:center;padding:.6rem 0;border-bottom:1px solid #f6f6f6}.cart-thumb{width:64px;height:64px;object-fit:cover;border-radius:6px;border:1px solid #eee}.cart-meta{flex:1}.cart-name{font-weight:700}.cart-controls{display:flex;gap:.5rem;align-items:center;margin-top:.5rem}.cart-controls button{background:#eee;border:none;padding:.45rem .8rem;border-radius:6px;cursor:pointer;min-width:36px}.cart-controls button:focus{outline:3px solid rgba(198,150,26,.18);outline-offset:2px}.cart-controls .remove{background:none;color:var(--accent);border:none}.cart-line-price{min-width:70px;text-align:right;font-weight:800}.cart-footer{padding:.8rem;border-top:1px solid #f2f2f2;display:flex;gap:.5rem;align-items:center;justify-content:space-between}.checkout-button{background:#2563eb;color:#fff;border:none;padding:.9rem 1rem;border-radius:8px;cursor:pointer;font-weight:700}.cart-close:focus,.cart-close:focus-visible,.main-nav .link:focus-visible,.header-right .cart:focus-visible,.floating-cart:focus-visible{outline:3px solid rgba(198,150,26,.18);outline-offset:2px}.cart-total{font-weight:800}.floating-cart{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:10px;background:#fff;box-shadow:0 6px 18px #0000001f;border:none;display:flex;align-items:center;justify-content:center;z-index:70;cursor:pointer}.floating-badge{position:absolute;left:-10px;top:-10px;right:auto;background:#ee2b2b;color:#fff;min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;z-index:75;box-sizing:content-box}.card:focus-visible{outline:3px solid rgba(198,150,26,.18);outline-offset:2px}.floating-cart svg{display:block}.floating-cart.pulse{animation:cart-pulse .46s cubic-bezier(.2,.9,.2,1)}@keyframes cart-pulse{0%{transform:translateY(0) scale(1)}30%{transform:translateY(-6px) scale(1.06)}60%{transform:translateY(0) scale(.98)}to{transform:none}}.add-toast{position:fixed;right:86px;bottom:26px;background:#222222f2;color:#fff;padding:8px 12px;border-radius:6px;font-size:.95rem;z-index:80;box-shadow:0 8px 20px #0000002e;transition:opacity .32s ease,transform .32s ease;will-change:opacity,transform}.add-toast.hide{opacity:0;transform:translateY(8px);pointer-events:none}@media (prefers-reduced-motion: reduce){.add-toast{transition:none}}@media (max-width:600px){.add-toast{right:76px;bottom:86px}.floating-badge{left:-8px;top:-8px}}@media (max-width: 900px){.sidebar{position:static;width:100%;height:auto;border-left:none;border-top:1px solid #eee}.app .content{margin:0}.product{flex-direction:column}.card{width:48%}.header-inner{padding:.5rem .75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.brand{flex:0 0 auto}.header-right{order:0;margin-left:auto}.main-nav{overflow:visible;width:100%;justify-content:center;flex-wrap:wrap;gap:.6rem;margin:.4rem 0 0}.main-nav .link{padding:.5rem .6rem}.product-media img{width:100%;height:auto}.main-nav .dropdown .menu{left:0;right:auto}}@media (max-width: 600px){.card{width:100%}.card img{width:100%;height:300px}.cart-overlay{align-items:flex-end;justify-content:center}.cart-panel{width:100%;height:60vh;margin:0;border-radius:12px 12px 0 0}.floating-cart{right:12px;bottom:80px}}.hamburger{background:none;border:none;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;cursor:pointer;margin-left:8px}.hamburger-box{width:22px;height:16px;display:inline-block;position:relative}.hamburger-inner{position:absolute;top:50%;left:0;right:0;height:2px;background:#222;display:block;transform:translateY(-50%);box-shadow:0 6px #222,0 -6px #222}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-start;justify-content:flex-end}.mobile-dim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080}.mobile-menu{position:relative;width:320px;max-width:86%;height:100vh;background:#fff;box-shadow:0 12px 40px #0003;padding:12px;overflow:auto}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid #f2f2f2}.mobile-menu .brand{font-family:Georgia,Times New Roman,serif;font-weight:700;color:#4b2b1a;cursor:pointer}.mobile-close{background:none;border:none;font-size:1.25rem;cursor:pointer}.mobile-menu-list{display:flex;flex-direction:column;gap:8px;padding-top:12px}.mobile-link{background:none;border:none;text-align:left;padding:10px 8px;font-size:1rem;cursor:pointer;border-radius:6px}.mobile-link:focus{outline:3px solid rgba(198,150,26,.18);outline-offset:2px}.mobile-products{padding-left:8px;display:flex;flex-direction:column;gap:6px;margin-top:6px}@media (max-width: 900px){.main-nav{display:none}.hamburger{display:inline-flex}}@media (min-width: 901px){.hamburger{display:none}}
