.quantity-btn,.quickview-btn,.wishlist-btn{width:40px;display:flex;height:40px;transition:.3s ease-in-out}.product__items--action__btn{display:flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:5px;text-decoration:none;transition:.3s ease-in-out;font-weight:700}.add__to--cart{font-size:14px;color:#fff}.action-buttons{display:flex;justify-content:center;gap:10px}.quickview-btn,.wishlist-btn{border:none;padding:8px 12px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,.1)}.wishlist-btn:hover{background-color:rgba(255,0,0,.1)}.quickview-btn:hover{background-color:rgba(0,0,0,.1)}.quantity-wrapper{background:#f8f9fa;border-radius:30px;padding:5px 10px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.quantity-btn{align-items:center;justify-content:center;border-radius:50%;border:1px solid #ddd}.quantity-btn:hover{background:#007bff;color:#fff;border:1px solid #007bff}.product-quantity{width:55px;height:40px;text-align:center;border-radius:10px;font-weight:700;border:1px solid #ddd}.product-quantity:focus{border-color:#007bff;box-shadow:0 0 5px rgba(0,123,255,.5);outline:0}.pagination-wrapper nav{box-shadow:0 4px 12px rgba(0,0,0,.05);border-radius:8px;background:#f9f9f9;padding:10px 20px;font-size:20px}.pagination .page-item.active .page-link{background-color:#007bff;border-color:#007bff;color:#fff;font-weight:700;box-shadow:0 0 5px rgba(0,123,255,.5)}.pagination .page-link{color:#333;transition:.3s ease-in-out;margin:0 2px;border-radius:5px}.pagination .page-link:hover{background-color:#e9ecef;color:#007bff}