/* ==========================================================
   PRODUCT GRID
========================================================== */
.productGrid {
  gap: 28px; }

.product {
  padding: 10px; }

/* ==========================================================
   CARD
========================================================== */
.card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }

.card:hover {
  transform: translateY(-4px);
  border-color: #d92c2c;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); }

/* ==========================================================
   IMAGE
========================================================== */
.card-figure {
  margin: 0;
  padding: 18px;
  overflow: hidden; }

.card-image {
  transition: transform .35s ease; }

.card:hover .card-image {
  transform: scale(1.04); }

/* ==========================================================
   CONTENT
========================================================== */
.card-body {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 18px 20px;
  height: 100%; }

/* ==========================================================
   BRAND
========================================================== */
.card-text {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px; }

/* ==========================================================
   TITLE
========================================================== */
.card-title {
  margin: 0 0 14px;
  min-height: 72px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.card-title a {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s ease; }

.card-title a:hover {
  color: #d92c2c; }

/* ==========================================================
   PRICE
========================================================== */
.price {
  margin-top: auto;
  padding-top: 12px;
  color: #d92c2c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .2px;
  line-height: 1.2; }

.price--non-sale,
.price-section--saving {
  color: #999; }

/* ==========================================================
   BUTTONS
========================================================== */
.button {
  margin-top: 16px;
  border-radius: 8px;
  transition: all .3s ease; }

.button:hover {
  transform: translateY(-2px); }

/* ==========================================================
   LINKS
========================================================== */
.card a {
  text-decoration: none; }

/* ==========================================================
   MOBILE
========================================================== */
@media (max-width: 991px) {
  .productGrid {
    gap: 18px; }
  .product {
    padding: 6px; }
  .card {
    border-radius: 10px; }
  .card-figure {
    padding: 14px; }
  .card-body {
    padding: 0 14px 16px; }
  .card-title {
    min-height: 66px; }
  .card-title a {
    font-size: 15px; }
  .price {
    font-size: 17px; } }

.card-figure {
  margin-bottom: 8px; }

.card-image {
  object-fit: contain; }

/* Product Card */
.css-f9eyjn {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px;
  margin: 16px;
  background: #fff;
  box-sizing: border-box;
  transition: .3s ease; }

.css-f9eyjn:hover {
  border-color: #d9d9d9;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); }

/* Card Interaction */
.css-f9eyjn {
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }

.css-f9eyjn:hover {
  transform: translateY(-6px);
  border-color: #d7262d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); }

/* Image Zoom */
.css-1lxqylt {
  transition: transform .35s ease; }

.css-f9eyjn:hover .css-1lxqylt {
  transform: scale(1.05); }

/* Product Title */
.css-1al7wxs a {
  transition: color .25s ease; }

.css-f9eyjn:hover .css-1al7wxs a {
  color: #d7262d; }

/* Add to Cart Button */
.css-1m7saha {
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }

.css-1m7saha:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(215, 38, 45, 0.25); }

h2.page-heading.showcase-products {
  margin-bottom: 30px; }
