*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;background:#fff}a{color:#06c;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}header{background:#222;color:#fff;padding:1rem 0}header nav{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}header nav>a{color:#fff;font-size:1.25rem;font-weight:700}header nav>a:hover{text-decoration:none}header nav ul{list-style:none;display:flex;gap:1.5rem;flex-wrap:wrap}header nav ul a{color:#ccc}header nav ul a:hover{color:#fff;text-decoration:none}main{max-width:1200px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 200px)}footer{background:#f5f5f5;padding:2rem 1rem;text-align:center;color:#666;border-top:1px solid #ddd}h1{font-size:2rem;margin-bottom:1rem;color:#111}h2{font-size:1.5rem;margin:2rem 0 1rem;color:#222}h3{font-size:1.25rem;margin:1.5rem 0 .5rem;color:#333}p{margin-bottom:1rem}hr{border:none;border-top:1px solid #ddd;margin:2rem 0}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem}dl{display:grid;grid-template-columns:120px 1fr;gap:.5rem 1rem;margin-bottom:1.5rem;padding:1rem;background:#f9f9f9;border:1px solid #eee}dt{font-weight:600;color:#555}dd{color:#333}.products-grid{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.products-grid li{padding:1rem;border:1px solid #ddd;background:#fff}.products-grid li:hover{border-color:#999}.products-grid h3{margin:0 0 .5rem;font-size:1.1rem}.products-grid h3 a{color:#222}.products-grid p{margin:.25rem 0;font-size:.9rem;color:#666}.products-grid p strong{color:#444}.product-single{max-width:100%}.breadcrumb{margin-bottom:1.5rem;font-size:.9rem;color:#666}.breadcrumb a{color:#666}.breadcrumb a:hover{color:#333}.breadcrumb span{color:#333;font-weight:500}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{border:1px solid #ddd;background:#f9f9f9}.main-image img{width:100%;height:400px;object-fit:contain}.image-gallery{display:flex;gap:.5rem;flex-wrap:wrap}.gallery-thumb{width:80px;height:80px;object-fit:cover;border:2px solid #ddd;cursor:pointer}.gallery-thumb:hover{border-color:#999}.gallery-thumb.active{border-color:#333}.product-details h1{margin-bottom:.5rem}.product-type{display:inline-block;padding:.25rem .75rem;background:#f0f0f0;font-size:.85rem;color:#555;margin-bottom:1rem}.product-details .price{font-size:1.75rem;margin-bottom:1rem}.summary{color:#555;font-size:1.1rem;margin-bottom:1.5rem}.stock{font-weight:500;margin-bottom:1.5rem}.in-stock{color:#2e7d32}.low-stock{color:#ed6c02}.out-of-stock{color:#d32f2f}.product-actions{display:flex;gap:1rem;margin-bottom:2rem}.btn-primary{background:#222;color:#fff}.btn-primary:hover{background:#444}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn-secondary{background:#fff;color:#222;border:2px solid #222}.btn-secondary:hover{background:#f0f0f0}.quick-info{font-size:.9rem}.product-description{margin-bottom:3rem}.product-description h2{padding-bottom:.5rem;border-bottom:2px solid #222;margin-bottom:1.5rem}.description-content{max-width:800px}.description-content h2,.description-content h3{margin-top:1.5rem}.description-content ul,.description-content ol{margin-left:1.5rem}.related-products{margin-top:3rem}.related-products h2{margin-bottom:1.5rem}.categories{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.categories li{margin:0}.categories a{display:inline-block;padding:.5rem 1rem;background:#f0f0f0;border:1px solid #ddd;color:#333}.categories a:hover{background:#e0e0e0;text-decoration:none}.category-filter{margin-bottom:2rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.category-filter strong{margin-right:.5rem}.filter-btn{padding:.5rem 1rem;background:#f0f0f0;border:1px solid #ddd;color:#333;cursor:pointer;font-size:.9rem}.filter-btn:hover{background:#e0e0e0}.filter-btn.active{background:#222;color:#fff;border-color:#222}.price{font-size:1.25rem;font-weight:700;color:#111}.tags{margin-top:.5rem}.tag{display:inline-block;padding:.2rem .5rem;background:#eee;font-size:.8rem;color:#555;margin-right:.25rem;margin-bottom:.25rem}button,.btn{display:inline-block;padding:.75rem 1.5rem;background:#222;color:#fff;border:none;cursor:pointer;font-size:1rem}button:hover,.btn:hover{background:#444}.back-link{display:inline-block;margin-top:2rem;color:#666}.back-link:hover{color:#333}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:2rem}.main-image img{height:300px}.product-actions{flex-direction:column}.product-actions .btn{width:100%;text-align:center}}@media(max-width:600px){header nav{flex-direction:column;text-align:center}header nav ul{justify-content:center}h1{font-size:1.5rem}h2{font-size:1.25rem}dl{grid-template-columns:1fr}dt{margin-top:.5rem}.products-grid{grid-template-columns:1fr}.gallery-thumb{width:60px;height:60px}}