*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 1rem}header{background:#1a1a2e;color:#fff;padding:1rem 0}header a{color:#fff;text-decoration:none}.logo{height:40px;display:block}main{padding:2rem 0;min-height:60vh}footer{background:#f5f5f5;padding:2rem 0;text-align:center;color:#666;font-size:.85rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-top:1.5rem}.product-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column;background:#fff}.product-card:hover{box-shadow:0 6px 16px #0000001a;transform:translateY(-2px)}.product-card img{width:100%;height:160px;object-fit:contain;padding:.75rem;background:#fafafa;border-bottom:1px solid #f0f0f0}.product-card .info{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;flex:1}.product-card h3{font-size:.9rem;margin-bottom:.5rem;line-height:1.4;flex:1}.product-card h3 a{color:#1a1a2e;text-decoration:none}.product-card h3 a:hover{color:#f90}.product-card .price{color:#b12704;font-weight:700;font-size:1.05rem;margin-bottom:.5rem}.btn{display:inline-block;background:#f90;color:#fff;padding:.5rem 1.25rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:.85rem;text-align:center;transition:background .2s}.btn:hover{background:#e8890a}.product-card .card-features{list-style:none;padding:0;margin:.5rem 0 0;font-size:.8rem;color:#555;line-height:1.5}.product-card .card-features li{padding:.2rem 0;border-bottom:1px solid #f0f0f0}.product-card .card-features li:last-child{border-bottom:none}.product-card .card-features strong{color:#1a1a2e}.card-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:.75rem}.card-actions .btn{flex:1;font-size:.8rem;padding:.45rem .5rem;text-align:center}.btn-outline{background:transparent;color:#1a1a2e;border:2px solid #1a1a2e}.btn-outline:hover{background:#1a1a2e;color:#fff}.product-card .btn{display:block}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem}.category-card{border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;border:1px solid #e0e0e0;display:flex;flex-direction:row;align-items:center}.category-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.category-card img{width:40px;height:40px;flex-shrink:0;display:block;margin:.75rem}.category-card .card-body{padding:.75rem .75rem .75rem 0}.category-card h3{color:#1a1a2e;margin-bottom:.25rem;font-size:1rem}.category-card p{font-size:.85rem;color:#666}.product-detail{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.product-detail .product-image{max-width:300px;width:100%;border-radius:8px;background:#fafafa;padding:1rem;border:1px solid #e0e0e0}.product-detail .product-image img{width:100%;height:auto;object-fit:contain;display:block}.product-detail .product-info{flex:1}.breadcrumb{color:#666;font-size:.9rem;margin-bottom:1rem}.breadcrumb a{color:#06c;text-decoration:none}.product-summary{margin-top:1rem;font-size:.95rem;color:#555;line-height:1.7}.btn-lg{display:inline-block;font-size:1.1rem;padding:.65rem 2rem}.specs-section{margin-top:2.5rem}.specs-section h2{font-size:1.2rem;margin-bottom:1rem;color:#1a1a2e;padding-bottom:.5rem;border-bottom:2px solid #ff9900}.specs-table{width:100%;border-collapse:collapse}.specs-table th,.specs-table td{padding:.75rem 1rem;text-align:left;font-size:.92rem;line-height:1.5;border-bottom:1px solid #eee}.specs-table th{width:160px;font-weight:600;color:#1a1a2e;background:#f8f9fa;white-space:nowrap;vertical-align:top}.specs-table td{color:#444}.specs-table tr:last-child th,.specs-table tr:last-child td{border-bottom:none}.specs-table tr:hover td{background:#fafafa}.best-for{margin-top:1.5rem;padding:1rem 1.25rem;background:#f0f7ff;border-radius:8px;font-size:.95rem;line-height:1.6;border-left:4px solid #0066cc}.best-for strong{color:#06c}@media (min-width: 768px){.product-detail{flex-direction:row;align-items:flex-start}.product-detail .product-image{max-width:280px;flex-shrink:0}}@media (min-width: 1024px){.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}}
