.products-page .hero{background-color:#000;flex-direction:column;justify-content:center;align-items:center;padding:4rem 1rem 3rem;display:flex}.products-page .hero h1{color:var(--color-primary);text-align:center;margin:0;padding:0 1rem;font-size:clamp(2.4rem,8vw,5rem)}.products-page .hero h3{color:var(--color-primary);opacity:.7;text-align:center;background-color:#000;margin:.5rem 0 0;padding:0 1rem;font-size:clamp(1rem,3vw,1.4rem);font-weight:400}.products-shell{background-color:#f0f0f0;min-height:60vh;padding:clamp(20px,4vw,60px) clamp(16px,5vw,80px)}.category-tabs{flex-wrap:wrap;gap:10px;margin-bottom:1.5rem;display:flex}.category-tab{color:#333;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #ccc;border-radius:30px;padding:10px 22px;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.category-tab:hover{color:#111;border-color:#ffd20a}.category-tab--active{color:#111;background:#ffd20a;border-color:#ffd20a}.category-description{color:#555;max-width:700px;margin:0 0 1.5rem;font-size:.95rem}.category-section{margin-bottom:3rem}.category-section__header{border-bottom:2px solid #ddd;align-items:baseline;gap:12px;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.category-section__title{color:#111;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:1.3rem;font-weight:700}.category-section__count{color:#888;font-size:.85rem}.products-list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:clamp(12px,2vw,24px);display:grid}.product-card{background-color:#fff;border-radius:12px;flex-direction:column;padding:14px;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 2px 12px #00000014}.product-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000024}.products-page .product-card .row{justify-content:space-between;display:flex}.products-page .product-card .column{flex-direction:column;gap:8px;display:flex}.products-page .product-card .is-saved{cursor:pointer;background-color:#0000;border:none;outline:none;margin-left:auto}.products-page .product-card .name{color:#111;margin:0;font-size:.9rem;font-weight:700}.products-page .product-card .description{color:#555;margin:0;font-size:.82rem;line-height:1.45}.products-page .product-card .price{color:#1a1a1a;margin:0;font-size:1.2rem;font-weight:700}.products-page .product-card .add-to-cart{color:#111;white-space:nowrap;cursor:pointer;background-color:#ffd20a;border:none;border-radius:6px;outline:none;padding:9px 12px;font-size:.82rem;font-weight:800;transition:background-color .15s}.products-page .product-card .add-to-cart:hover{background-color:#e6bc00}.products-list--loading,.products-list--error,.products-list--empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;padding:4rem 2rem;display:flex}.products-list__spinner{border:4px solid #0000001a;border-top-color:#ffd20a;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.products-list--loading p,.products-list--error p,.products-list--empty p{color:#666;margin:0}@media (max-width:600px){.products-shell{padding:20px 16px}.category-tabs{gap:8px}.category-tab{padding:8px 16px;font-size:.85rem}}
