.category-products .products-grid li, .products-list .item {
  background: var(--gsp-white);
  border: 1px solid var(--gsp-gray-300);
  border-radius: 12px;
  overflow: hidden;
}
.category-products .product-image img { transition: transform 180ms ease; }
.category-products .product-image:hover img { transform: scale(1.02); }
.category-products .price-box .price { color: var(--gsp-black); font-weight: 700; }
.actions .button.btn-cart { background: var(--gsp-black); }
.actions .button.btn-cart:hover { background: #000000; }
.ratings .rating-box .rating { background: var(--gsp-red); }