.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.product-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.product-image{position:relative;aspect-ratio:1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;z-index:2}.product-badge.sale{background:#ef4444;color:#fff}.product-badge.featured{background:#10b981;color:#fff}.product-badge.new{background:#3b82f6;color:#fff}.product-badge.bestseller{background:#f59e0b;color:#fff}.product-info{padding:1.5rem;display:flex;flex-direction:column}.product-category{font-size:.95rem;color:#6b7280;margin-bottom:.5rem;text-decoration:none;display:inline-block;transition:color .3s ease}.product-category:hover{color:#3b82f6;text-decoration:underline}.product-name{font-size:1.15rem;font-weight:600;margin-bottom:.75rem;line-height:1.35;height:3.1rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 768px){.product-category{font-size:.875rem}.product-name{font-size:1.05rem;height:2.85rem}}@media (max-width: 480px){.product-category{font-size:.8rem}.product-name{font-size:1rem;height:2.7rem}}.product-name a{color:#1f2937;text-decoration:none;transition:color .3s ease}.product-name a:hover{color:#3b82f6}.product-price{margin-bottom:.75rem}.current-price,.price,.sale-price{font-size:1.125rem;font-weight:700;color:#1f2937}.old-price,.original-price{font-size:.875rem;color:#9ca3af;text-decoration:line-through;margin-left:.5rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{display:flex;gap:.125rem}.star{color:#d1d5db;font-size:.875rem}.star.filled{color:#fbbf24}.rating-text{font-size:.875rem;color:#6b7280}.product-actions{display:flex;gap:.75rem;margin-top:auto}.product-actions .btn{flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;border-radius:.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-actions .add-to-cart{background:#3b82f6;color:#fff;border:none}.product-actions .add-to-cart:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.product-actions .wishlist-btn{flex:0 0 auto;width:3rem;height:3rem;padding:0;border:2px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.product-actions .wishlist-btn:hover{border-color:#ef4444;background:#ef4444;color:#fff;transform:scale(1.05)}.product-actions .wishlist-btn i{font-size:1.1rem;transition:all .3s ease}.product-actions .wishlist-btn:hover i{transform:scale(1.1)}.product-actions .wishlist-btn.wishlist-active{border-color:#ef4444;background:#ef4444;color:#fff}.product-actions .wishlist-btn.wishlist-active:hover{background:#dc2626;border-color:#dc2626}@media (max-width: 768px){.products-grid{display:grid!important;grid-template-columns:1fr!important;gap:1.5rem;padding:0;width:100%}.product-card{width:100%!important;flex:none;max-width:100%}.product-actions{flex-direction:column;gap:.5rem}.product-actions .wishlist-btn{width:100%;height:auto;padding:.75rem}}@media (max-width: 480px){.products-grid{gap:1rem;grid-template-columns:1fr!important;width:100%}.product-card{width:100%!important;max-width:100%}}.blog-post-card .product-actions{flex-direction:column;gap:.5rem}.blog-post-card .product-actions .btn{flex:none;width:100%}.blog-post-author{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-top:.5rem}.blog-post-author i{color:#9ca3af}.blog-post-excerpt{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:1rem;height:3rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.toast{position:fixed;top:2rem;right:2rem;padding:1rem 1.5rem;border-radius:.5rem;color:#fff;font-weight:500;z-index:1000;animation:slideIn .3s ease;max-width:300px}.toast-success{background-color:#10b981}.toast-error{background-color:#ef4444}.toast-info{background-color:#3b82f6}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}
