*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{min-height:100dvh;display:flex;flex-direction:column;background-color:var(--bg);color:var(--text);font-family:var(--font-body);font-size:var(--font-size-base);line-height:1.6;transition:background-color .2s,color .2s}img{max-width:100%;height:auto;display:block}.site-wrapper{flex:1;width:100%;max-width:var(--site-width, 960px);margin:0 auto;padding:0 16px}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--heading);line-height:1.2}h1{font-size:1.75rem;margin-bottom:.5em}h2{font-size:1.4rem;margin-bottom:.4em}h3{font-size:1.15rem;margin-bottom:.3em}p{margin-bottom:.75em}a{color:var(--link);text-decoration:underline}a:visited{color:var(--link-visited)}a:hover{color:var(--link-hover)}.retro-only,.modern-only{display:none}.theme-retro .retro-only{display:block}.theme-retro .modern-only{display:none!important}.theme-modern .modern-only{display:block}.theme-modern .retro-only{display:none!important}.theme-retro li.retro-only,.theme-modern li.modern-only{display:list-item}.home-layout{display:flex;gap:16px}.home-main{flex:1;min-width:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--card-min-width, 200px),1fr));gap:var(--grid-gap)}.btn{display:inline-block;padding:var(--btn-padding);font-family:var(--font-body);font-size:var(--btn-font-size, .9rem);font-weight:var(--btn-weight);text-align:center;text-decoration:none;cursor:pointer;background:var(--btn-bg);color:var(--btn-text);border:var(--btn-border);border-radius:var(--btn-radius);transition:filter .15s}.btn:hover{filter:brightness(1.05)}.btn:active{filter:brightness(.95)}.btn:visited{color:var(--btn-text)}.btn-small{padding:4px 10px;font-size:.8rem}.product-card{background:var(--card-bg);border:var(--card-border);padding:var(--card-padding);text-align:center;display:flex;flex-direction:column}.product-card img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--img-placeholder);margin-bottom:8px}.product-card h3{margin-bottom:4px;font-size:.95rem}.product-card .price{font-weight:700;color:var(--price-color);margin-bottom:4px}.product-card .product-desc{font-size:.75rem;color:var(--text-muted);margin-bottom:8px;flex:1}.product-card .btn{margin-top:auto}.placeholder-img{width:100%;aspect-ratio:1;background:var(--img-placeholder);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--text-muted);text-align:center;margin-bottom:8px;font-family:monospace;line-height:1.4}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:8px;border:var(--table-border)}hr{border:none;border-top:var(--hr-border);margin:1.5em 0}.cart-table td{vertical-align:middle}.cart-table .cart-item-img{width:60px;height:60px;object-fit:cover}.qty-control{display:inline-flex;align-items:center;gap:6px}.qty-control button{width:28px;height:28px;cursor:pointer;font-size:1rem;background:var(--btn-bg);border:var(--btn-border);border-radius:var(--btn-radius);color:var(--btn-text)}.site-header{background:var(--header-bg);border-bottom:var(--header-border);padding:12px 16px}.site-header-inner{max-width:var(--site-width, 960px);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.site-title{font-family:var(--font-heading);font-size:1.2rem;color:var(--heading);text-decoration:none}.site-title:visited{color:var(--heading)}.nav-links{display:flex;flex-wrap:wrap;align-items:center;gap:12px;list-style:none}.nav-links a{font-size:.85rem;white-space:nowrap}.site-footer{text-align:center;padding:16px;font-size:.8rem;color:var(--text-muted)}.theme-toggle{position:fixed;bottom:12px;right:12px;z-index:999;padding:6px 12px;font-size:.75rem;cursor:pointer;background:var(--btn-bg);color:var(--btn-text);border:var(--btn-border);border-radius:var(--btn-radius);opacity:.8;transition:opacity .2s}.theme-toggle:hover{opacity:1}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.out-of-stock{opacity:.5;pointer-events:none}@media(max-width:520px){.home-layout{flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}h1{font-size:1.4rem}}.theme-retro{--bg: #d4d0c8;--text: #000000;--text-muted: #555555;--heading: #000080;--link: #0000EE;--link-visited: #551A8B;--link-hover: #0000CC;--accent: #000080;--price-color: #006600;--font-heading: "Times New Roman", "Times", serif;--font-body: "Verdana", "Geneva", sans-serif;--font-size-base: 13px;--btn-bg: #c0c0c0;--btn-text: #000000;--btn-border: 2px outset #d4d0c8;--btn-radius: 0;--btn-padding: 4px 12px;--btn-font-size: .8rem;--btn-weight: normal;--card-bg: #ffffff;--card-border: 1px solid #808080;--card-padding: 8px;--card-min-width: 180px;--grid-gap: 10px;--table-border: 1px solid #808080;--hr-border: 1px solid #808080;--header-bg: #c0c0c0;--header-border: 2px outset #d4d0c8;--img-placeholder: #bbb;--site-width: 900px}.theme-retro .site-header-inner{flex-direction:column;align-items:center;text-align:center}.theme-retro .site-title{font-size:1.6rem;color:navy}.theme-retro .header-subtitle{font-size:11px;color:#333;margin:2px 0}.theme-retro .header-contact{font-size:11px;color:#333;margin:2px 0 8px}.theme-retro .visitor-counter{font-family:Courier New,monospace;background:#000;color:#0f0;padding:1px 6px;font-size:11px}.theme-retro .nav-links{background:navy;padding:6px 12px;gap:4px;width:100%;justify-content:center;border:2px outset #4444aa}.theme-retro .nav-links a{color:#fff;text-decoration:none;padding:2px 10px;font-size:12px}.theme-retro .nav-links a:visited{color:#ddf}.theme-retro .nav-links a:hover{background:#44a;color:#fff}.theme-retro .marquee-bar{background:navy;color:#ff0;padding:4px 0;font-size:11px;font-weight:700;overflow:hidden;white-space:nowrap;margin-bottom:12px}.theme-retro .marquee-text{display:inline-block;animation:marquee 20s linear infinite}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.theme-retro .sidebar{width:180px;flex-shrink:0}.theme-retro .sidebar-box{border:1px solid #808080;background:#fff;margin-bottom:10px}.theme-retro .sidebar-heading{background:navy;color:#fff;padding:4px 8px;font-size:12px;font-weight:700;font-family:Verdana,sans-serif}.theme-retro .sidebar-content{padding:6px 8px}.theme-retro .sidebar-input{width:100%;margin-bottom:4px;border:2px inset #d4d0c8;padding:2px 4px;font-size:11px;font-family:Verdana,sans-serif}.theme-retro .sidebar-btn{width:100%}.theme-retro .sidebar-list{font-size:11px;padding-left:16px;list-style:disc}.theme-retro .sidebar-list li{margin-bottom:2px}.theme-retro .sidebar-list-numbered{list-style:decimal}.theme-retro .sidebar-webrings{display:flex;flex-direction:column;align-items:center;gap:4px}.theme-retro .webring-btn{width:120px;font-size:10px;padding:3px 8px;border:2px outset #d4d0c8}.theme-retro .product-grid{grid-template-columns:repeat(3,1fr)}.theme-retro .product-card{border:1px solid #808080;background:#fff}.theme-retro .placeholder-img{background:#999;color:#fff;border:1px solid #666;font-size:11px}.theme-retro .product-card h3{font-family:Verdana,sans-serif;font-size:12px;color:#000}.theme-retro .product-card .price{color:#c00;font-size:14px}.theme-retro .product-card .product-desc{font-size:10px}.theme-retro .retro-section-title{font-family:Times New Roman,serif;color:navy;font-size:1.3rem;margin:8px 0}.theme-retro .news-entry{margin-bottom:16px;font-size:12px}.theme-retro .news-date{font-weight:700;color:#333;font-size:11px}.theme-retro .retro-payment-info{text-align:center;font-size:12px;border:1px solid #808080;background:#eee;padding:10px}.theme-retro .retro-footer{font-size:11px}.theme-retro .retro-footer-nav{margin-bottom:6px}.theme-retro .retro-footer-nav a{font-size:12px}.theme-retro .btn:active{border-style:inset}.theme-retro input,.theme-retro select{border:2px inset #d4d0c8;background:#fff;padding:2px 4px;font-family:Verdana,Geneva,sans-serif;font-size:12px}.theme-retro hr{border-top:1px solid #808080;border-bottom:1px solid #ffffff}@media(max-width:520px){.theme-retro .sidebar{width:100%}.theme-retro .product-grid{grid-template-columns:repeat(2,1fr)}.theme-retro .nav-links{flex-wrap:wrap;gap:2px}}.theme-modern{--bg: #faf9f7;--text: #1a1a1a;--text-muted: #6b7280;--heading: #111827;--link: #374151;--link-visited: #374151;--link-hover: #111827;--accent: #6d5533;--price-color: #111827;--font-heading: "Georgia", "Times New Roman", serif;--font-body: system-ui, -apple-system, "Segoe UI", sans-serif;--font-size-base: 15px;--btn-bg: #2c2c2c;--btn-text: #ffffff;--btn-border: 1px solid #2c2c2c;--btn-radius: 4px;--btn-padding: 10px 24px;--btn-font-size: .85rem;--btn-weight: 500;--card-bg: #ffffff;--card-border: 1px solid #e5e7eb;--card-padding: 16px;--card-min-width: 220px;--grid-gap: 20px;--table-border: 1px solid #e5e7eb;--hr-border: 1px solid #e5e7eb;--header-bg: #ffffff;--header-border: 1px solid #e5e7eb;--img-placeholder: #e8e5e0;--site-width: 1040px}.theme-modern .site-header{padding:16px 24px}.theme-modern .site-title{font-size:1.3rem;font-weight:700;color:#111;letter-spacing:-.02em}.theme-modern .nav-links{gap:24px}.theme-modern .nav-links a{text-decoration:none;color:#374151;font-size:.9rem;font-weight:400}.theme-modern .nav-links a:hover{color:#111}.theme-modern .nav-links a:visited{color:#374151}.theme-modern .cart-nav-link{font-size:1.1rem!important}.theme-modern .hero-section{background:linear-gradient(135deg,#2c2c2c,#444);color:#fff;padding:64px 24px;text-align:center;margin:0 -16px 32px}.theme-modern .hero-title{font-size:2.2rem;color:#fff;font-weight:400;letter-spacing:-.02em;margin-bottom:12px}.theme-modern .hero-subtitle{font-size:1rem;color:#ccc;margin-bottom:24px;font-weight:300}.theme-modern .hero-btn{background:#6d5533;border-color:#6d5533;color:#fff;padding:14px 36px;font-size:1rem;font-weight:500}.theme-modern .hero-btn:hover{background:#8a6b42;border-color:#8a6b42}.theme-modern .hero-btn:visited{color:#fff}.theme-modern .section-divider{text-align:center;margin:32px 0 24px;position:relative}.theme-modern .section-divider:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid #d1d5db}.theme-modern .section-divider span{background:var(--bg);padding:0 20px;position:relative;font-family:var(--font-heading);font-size:1.2rem;color:var(--heading)}.theme-modern .product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.theme-modern .product-card{border-radius:6px;overflow:hidden;transition:box-shadow .2s}.theme-modern .product-card:hover{box-shadow:0 4px 12px #00000014}.theme-modern .placeholder-img{background:#ddd8d0;color:#999;border-radius:4px}.theme-modern .product-card h3{font-family:var(--font-body);font-size:.95rem;font-weight:500;color:#111}.theme-modern .product-card .price{font-size:1rem;font-weight:600}.theme-modern .product-card .product-desc{font-size:.8rem}.theme-modern .product-card .btn{width:100%}.theme-modern .trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:40px 0;padding:24px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;text-align:center}.theme-modern .trust-icon{font-size:1.5rem;display:block;margin-bottom:4px}.theme-modern .trust-badge p{font-size:.8rem;color:var(--text-muted);margin:0}.theme-modern .modern-tagline{text-align:center;padding:40px 0}.theme-modern .modern-tagline h2{font-size:1.6rem;font-weight:400;margin-bottom:8px}.theme-modern .modern-tagline p{color:var(--text-muted);font-size:1rem}.theme-modern .modern-newsletter{text-align:center;padding:32px 0 48px;border-top:1px solid #e5e7eb}.theme-modern .modern-newsletter h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:400;margin-bottom:16px}.theme-modern .newsletter-form{display:flex;gap:8px;max-width:400px;margin:0 auto}.theme-modern .newsletter-input{flex:1;border:1px solid #d1d5db;border-radius:4px;padding:10px 14px;font-size:.9rem;font-family:var(--font-body)}.theme-modern .newsletter-input:focus{outline:2px solid #6d5533;outline-offset:1px}.theme-modern .newsletter-btn{background:#6d5533;border-color:#6d5533;color:#fff;white-space:nowrap}.theme-modern .newsletter-btn:hover{background:#8a6b42;border-color:#8a6b42}.theme-modern .modern-footer{border-top:1px solid #e5e7eb;padding-top:24px}.theme-modern .modern-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;text-align:center;font-size:.85rem}.theme-modern .modern-footer-grid p{margin:2px 0}.theme-modern input,.theme-modern select{border:1px solid #d1d5db;border-radius:4px;background:#fff;padding:8px 12px;font-family:var(--font-body);font-size:14px}.theme-modern input:focus,.theme-modern select:focus{outline:2px solid #6d5533;outline-offset:1px}@media(max-width:600px){.theme-modern .hero-title{font-size:1.6rem}.theme-modern .trust-badges{grid-template-columns:1fr;gap:12px}.theme-modern .modern-footer-grid{grid-template-columns:1fr;gap:8px}.theme-modern .newsletter-form{flex-direction:column}.theme-modern .product-grid{grid-template-columns:repeat(2,1fr)}}
