.products-content{margin-top:2rem}.products-loading{text-align:center;padding:4rem 1rem}.products-loading .loading-spinner{border:3px solid #e5e7eb;border-top-color:#22c55e;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.products-loading p{color:#6b7280}.products-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.filter-btn{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.filter-btn:hover{border-color:var(--color-primary,#22c55e);color:var(--color-primary,#22c55e)}.filter-btn.active{color:#fff}.products-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{color:inherit;background:#fff;border-radius:.75rem;text-decoration:none;transition:all .2s;overflow:hidden;box-shadow:0 1px 3px #0000001a}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-image{aspect-ratio:16/9;background:#f3f4f6;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-card-content{padding:1.25rem}.product-type{text-transform:uppercase;color:#6b7280;background:#f3f4f6;border-radius:.25rem;margin-bottom:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.product-card-content h3{color:#111827;margin-bottom:.5rem;font-size:1rem;font-weight:600}.product-card-content p{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.875rem;display:-webkit-box;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;display:flex}.product-price{color:#111827;font-weight:600}.sale-price{color:#10b981;margin-right:.5rem}.original-price{color:#9ca3af;font-size:.875rem;text-decoration:line-through}.product-rating{color:#6b7280;font-size:.75rem}.products-empty{text-align:center;color:#9ca3af;padding:4rem 1rem}.products-empty svg{margin-bottom:1rem}.products-empty h3{color:#374151;margin-bottom:.5rem;font-size:1.25rem}.product-categories{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.product-categories{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-categories{grid-template-columns:repeat(3,1fr)}}.product-category{background:#fff;border-radius:.75rem;padding:1.5rem;transition:all .2s;box-shadow:0 1px 3px #0000001a}.product-category:hover{box-shadow:0 4px 12px #0000001a}.category-icon{border-radius:.75rem;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.category-content h2{color:#111827;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.category-content p{color:#6b7280;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.category-content ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.category-content li{color:#6b7280;background:#f3f4f6;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem}.shopping-tips{background:#fff;border-radius:.75rem;margin-top:3rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.shopping-tips h2{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.shopping-tips ul{margin:0;padding:0;list-style:none}.shopping-tips li{color:#374151;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.5;position:relative}.shopping-tips li:before{content:"✓";color:#22c55e;font-weight:700;position:absolute;left:0}.shopping-tips li:last-child{margin-bottom:0}.cta-section{text-align:center;background:#f9fafb;border-radius:.75rem;margin-top:2rem;padding:2rem}.cta-section p{color:#111827;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.cta-button{color:#fff;border-radius:9999px;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (prefers-color-scheme:dark){.products-loading p{color:#9ca3af}.filter-btn{color:#d1d5db;background:#374151;border-color:#4b5563}.filter-btn:hover{background:#4b5563}.product-card{background:#1f2937}.product-card-content h3{color:#f9fafb}.product-card-content p{color:#9ca3af}.product-type{color:#9ca3af;background:#374151}.product-price{color:#f9fafb}.products-empty h3{color:#d1d5db}.product-category{background:#1f2937}.category-content h2{color:#f9fafb}.category-content p{color:#9ca3af}.category-content li{color:#d1d5db;background:#374151}.shopping-tips{background:#1f2937}.shopping-tips h2{color:#f9fafb}.shopping-tips li{color:#d1d5db}.cta-section{background:#1f2937}.cta-section p{color:#f9fafb}}
