:root{--bg-primary:#ffffff;--bg-secondary:#f8f9fa;--bg-card:#ffffff;--text-primary:#212529;--text-secondary:#6c757d;--accent:#007bff;--accent-hover:#0056b3;--border-color:#dee2e6;--shadow:0 2px 4px rgba(0, 0, 0, 0.1);--topbar-bg:#343a40;--topbar-text:#ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.topbar{background-color:var(--topbar-bg);color:var(--topbar-text);padding:.5rem 0;font-size:.85rem}.topbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.topbar-links{display:flex;gap:1.5rem;list-style:none}.topbar-links a{color:var(--topbar-text)}.topbar-links a:hover{color:var(--accent)}.header{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1rem 0}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{font-size:1.75rem;font-weight:700;color:var(--text-primary)}.logo a{color:var(--accent)}:root{--pf-border-focus:#007bff;--pf-outline-focus:#007bff;--pf-mark:#007bff}pagefind-modal-trigger .pf-trigger-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;padding:.5rem 1.25rem;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:border-color .2s,color .2s;white-space:nowrap}pagefind-modal-trigger .pf-trigger-btn:hover{border-color:var(--accent);color:var(--text-primary)}.header-actions{display:flex;align-items:center;gap:1.5rem}.header-action{display:flex;align-items:center;gap:.5rem;color:var(--text-primary)}.nav-main{background-color:var(--bg-primary);border-bottom:2px solid var(--accent)}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem}.nav-list{display:flex;list-style:none;gap:0}.nav-list li a{display:block;padding:.75rem 1.25rem;color:var(--text-primary);font-weight:500;border-right:1px solid var(--border-color);transition:background-color .2s,color .2s}.nav-list li a:hover,.nav-list li a.active{background-color:var(--accent);color:#fff}.main{max-width:1400px;margin:0 auto;padding:2rem;min-height:calc(100vh - 250px)}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;padding:4rem 2rem;text-align:center;margin-bottom:3rem;color:#fff}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--accent)}.section-header h2{font-size:1.75rem;color:var(--text-primary)}.section-header a{color:var(--accent);font-weight:500}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.product-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.product-card-image{width:100%;height:250px;object-fit:cover;background-color:var(--bg-secondary)}.product-card-body{padding:1rem}.product-card-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-title a{color:var(--text-primary)}.product-card-title a:hover{color:var(--accent)}.product-card-price{font-size:1.25rem;font-weight:700;color:var(--accent)}.product-card-category{font-size:.8rem;color:var(--text-secondary);margin-top:.5rem}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;align-items:start}.product-gallery{position:sticky;top:100px;max-width:600px;margin:0 auto}.product-main-image{width:100%;max-width:600px;height:auto;object-fit:contain;border-radius:8px;background-color:var(--bg-secondary);display:block;margin:0 auto}.product-thumbnails{display:flex;gap:.5rem;margin-top:1rem;overflow-x:auto}.product-thumbnail{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.product-thumbnail:hover,.product-thumbnail.active{border-color:var(--accent)}.product-info h1{font-size:2rem;margin-bottom:1rem}.product-price{font-size:2rem;font-weight:700;color:var(--accent);margin-bottom:1.5rem}.product-description{color:var(--text-secondary);line-height:1.8;margin-bottom:2rem}.product-description h1,.product-description h2,.product-description h3{color:var(--text-primary);margin:1.5rem 0 .75rem}.variant-selector{margin-bottom:2rem}.variant-option{margin-bottom:1rem}.variant-option label{display:block;font-weight:600;margin-bottom:.5rem}.variant-options{display:flex;gap:.5rem;flex-wrap:wrap}.variant-btn{padding:.5rem 1rem;border:2px solid var(--border-color);background:0 0;color:var(--text-primary);border-radius:4px;cursor:pointer;transition:border-color .2s}.variant-btn:hover,.variant-btn.active{border-color:var(--accent);background-color:rgba(0,123,255,.1)}.category-header{margin-bottom:2rem}.category-header h1{font-size:2rem;margin-bottom:.5rem}.category-breadcrumb{color:var(--text-secondary);font-size:.9rem}.category-breadcrumb a{color:var(--text-secondary)}.category-breadcrumb a:hover{color:var(--accent)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination a,.pagination span{padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:4px}.pagination .current{background-color:var(--accent);border-color:var(--accent);color:#fff}.footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem 0 1.5rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-section h3{font-size:1rem;margin-bottom:1rem;color:var(--text-primary)}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:var(--text-secondary);font-size:.9rem}.footer-section a:hover{color:var(--accent)}.footer-bottom{max-width:1400px;margin:2rem auto 0;padding:1.5rem 0 0;border-top:1px solid var(--border-color);text-align:center;color:var(--text-secondary);font-size:.85rem}.static-page{max-width:800px;margin:0 auto}.static-page h1{font-size:2rem;margin-bottom:1.5rem}.static-page h2{font-size:1.5rem;margin:2rem 0 1rem;color:var(--text-primary)}.static-page p,.static-page ul,.static-page ol{color:var(--text-secondary);margin-bottom:1rem}@media(max-width:1024px){.product-detail{grid-template-columns:1fr}.product-gallery{position:static}.footer-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.header-container{flex-wrap:wrap}.search-bar{order:3;max-width:100%;width:100%;margin-top:1rem}.nav-list{flex-wrap:wrap}.hero h1{font-size:1.75rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.footer-container{grid-template-columns:1fr}}.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}.mb-3{margin-bottom:1.5rem}