:root{--brand:#557b97;--brand-dark:#3d5c72;--text:#333;--muted:#666;--border:#ddd;--bg:#fff;--card-shadow:0 1px 3px rgba(0,0,0,.12);--radius:4px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.site-header{background:var(--brand);color:#fff}.site-header a{color:#fff}.header-inner{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:2rem;height:64px}.site-logo{font-size:1.25rem;font-weight:700;white-space:nowrap}.site-nav{display:flex;gap:1.5rem;flex-wrap:wrap}.site-nav a{font-size:.95rem;opacity:.9}.site-nav a:hover{opacity:1;text-decoration:none}.header-search{margin-left:auto}.header-search form{display:flex;gap:.25rem}.header-search input{padding:.3rem .6rem;border:none;border-radius:var(--radius);font-size:.9rem;width:160px}.header-search button{padding:.3rem .7rem;background:var(--brand-dark);color:#fff;border:none;border-radius:var(--radius);cursor:pointer}.site-main{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.site-footer{background:#f5f5f5;border-top:1px solid var(--border);margin-top:3rem;padding:2rem 1rem;text-align:center;color:var(--muted);font-size:.9rem}.site-footer a{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.product-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--card-shadow);transition:box-shadow .2s;content-visibility:auto;contain-intrinsic-size:auto 320px}.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.18)}.product-card a{display:block;color:inherit}.product-card a:hover{text-decoration:none}.product-card-image{aspect-ratio:1;overflow:hidden;background:#f8f8f8}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-body{padding:.75rem}.product-card-title{font-size:.9rem;font-weight:600;margin-bottom:.3rem;line-height:1.3}.product-card-price{font-size:.95rem;color:var(--brand-dark);font-weight:700}.product-card-compare{font-size:.85rem;color:var(--muted);text-decoration:line-through;margin-left:.4rem}.product-card-sale{font-size:.75rem;background:#e53e3e;color:#fff;padding:.1rem .4rem;border-radius:var(--radius);margin-left:.4rem}.product-card-soldout{font-size:.8rem;color:var(--muted);font-style:italic}.product-card-image-placeholder{aspect-ratio:1;background:#eee;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:.8rem}.collection-header{margin-bottom:1.5rem}.collection-header h1{font-size:1.75rem;margin-bottom:.5rem}.collection-header p{color:var(--muted)}.collection-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.collection-meta .product-count{color:var(--muted);font-size:.9rem}.sort-select{padding:.3rem .6rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;background:#fff;cursor:pointer}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.pagination a,.pagination span{padding:.4rem .8rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem}.pagination a{color:var(--brand)}.pagination a:hover{background:var(--brand);color:#fff;text-decoration:none}.pagination .active{background:var(--brand);color:#fff;border-color:var(--brand)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:700px){.product-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.product-gallery-main{aspect-ratio:1;background:#f8f8f8;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:.5rem}.product-gallery-main img{width:100%;height:100%;object-fit:contain}.product-gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery-thumbs img{width:64px;height:64px;object-fit:cover;border:2px solid transparent;border-radius:var(--radius);cursor:pointer}.product-gallery-thumbs img:hover,.product-gallery-thumbs img.active{border-color:var(--brand)}.product-info h1{font-size:1.5rem;margin-bottom:.5rem}.product-vendor{font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.product-price{font-size:1.5rem;font-weight:700;color:var(--brand-dark);margin-bottom:1rem}.product-price-compare{font-size:1rem;text-decoration:line-through;color:var(--muted);margin-left:.5rem}.product-price-sale-badge{font-size:.8rem;background:#e53e3e;color:#fff;padding:.15rem .5rem;border-radius:var(--radius);vertical-align:middle;margin-left:.4rem}.product-soldout{color:var(--muted);font-style:italic;margin-bottom:.5rem}.product-variants{margin-bottom:1rem}.product-variants label{display:block;font-weight:600;margin-bottom:.3rem;font-size:.9rem}.product-variants select{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;background:#fff}.btn-atc{display:block;width:100%;padding:.75rem;background:var(--brand);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:not-allowed;opacity:.6;text-align:center;margin-bottom:1rem}.product-description{margin-top:1.5rem;border-top:1px solid var(--border);padding-top:1.5rem;line-height:1.7}.product-description h2,.product-description h3{margin:1rem 0 .5rem}.product-description p{margin-bottom:.75rem}.breadcrumb{font-size:.85rem;color:var(--muted);margin-bottom:1rem}.breadcrumb a{color:var(--muted)}.breadcrumb span{margin:0 .3rem}.home-hero{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);color:#fff;padding:3rem 1rem;text-align:center;margin-bottom:2rem}.home-hero h1{font-size:2rem;margin-bottom:.75rem}.home-hero p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto 1.5rem}.home-hero a{display:inline-block;background:#fff;color:var(--brand);padding:.6rem 1.5rem;border-radius:var(--radius);font-weight:700}.home-section{margin-bottom:2.5rem}.home-section h2{font-size:1.3rem;margin-bottom:1rem;border-bottom:2px solid var(--brand);padding-bottom:.4rem;display:inline-block}.footer-note{max-width:600px;margin:0 auto}.page-content{max-width:800px;margin:2rem auto}.demo-notice{background:#fffbeb;border:1px solid #f6e05e;padding:1rem;border-radius:var(--radius);margin-bottom:1.5rem}.search-form{display:flex;gap:.5rem;margin-bottom:2rem;max-width:500px}.search-form input{flex:1;padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem}.search-form button{padding:.6rem 1rem;background:var(--brand);color:#fff;border:none;border-radius:var(--radius);cursor:pointer}.search-count{color:var(--muted);margin-bottom:1rem}.product-tags{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.4rem}.product-tag{font-size:.75rem;background:#f0f0f0;padding:.2rem .5rem;border-radius:99px;color:var(--muted)}