.filter-sidebar{background:#fff;border-radius:12px;position:sticky;top:20px;height:-moz-fit-content;height:fit-content}.product-card{background:#fff;border-radius:12px;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between}.product-image{border-radius:12px 12px 0 0}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.price{color:#2563eb;font-weight:600}.discount-badge{position:absolute;top:10px;right:10px;background:#dc2626;color:#fff;padding:4px 8px;border-radius:6px;font-size:.875rem}.wishlist-btn{position:absolute;top:10px;left:10px;background:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.wishlist-btn:hover{background:#fee2e2;color:#dc2626}.rating-stars{color:#fbbf24}.category-badge{background:#e5e7eb;color:#4b5563;padding:4px 8px;border-radius:6px;font-size:.75rem}.filter-group{border-bottom:1px solid #e5e7eb;padding-bottom:1rem;margin-bottom:1rem}.color-option{width:24px;height:24px;border-radius:50%;cursor:pointer;position:relative}.color-option.selected:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:2px solid #2563eb;border-radius:50%}.sort-btn{background:#fff;border:1px solid #e5e7eb;padding:8px 16px;border-radius:8px;transition:all .2s}.sort-btn:hover{background:#f3f4f6}.cart-btn{background:#2563eb;color:#fff;border:none;transition:all .2s}.cart-btn:hover{background:#1d4ed8;transform:translateY(-2px)}@media (min-width: 992px){.product-card{display:flex;flex-direction:column;height:100%}.product-image{height:250px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background-color:#f8f8f8}}
