/* ==========================================================================
   9. PRODUCT CARD (WooCommerce Loop)
   ========================================================================== */
.product-card-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.product-card-image {
  position: relative !important;
  background-color: #f2ede3 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  margin-bottom: 14px !important;
}

.product-card-image-link {
  display: block !important;
}

.product-card-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.product-discount-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 2 !important;
  display: inline-block !important;
  padding: 5px 10px !important;
  border-radius: 20px !important;
  background-color: #1c1c1c !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
}

.onsale {
  display: none !important;
}

.product-card-badges {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 6px !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.product-badge {
  display: inline-block !important;
  padding: 6px 12px !important;
  border-radius: 3px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.product-card-details {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-grow: 1 !important;
  padding: 0 2px !important;
}

.product-card-title-link {
  text-decoration: none !important;
  text-align: left !important;
}

.woocommerce-loop-product__title {
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  color: #111111 !important;
  margin: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

.product-card-bottom-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.product-card-price .price {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  flex-wrap: wrap !important;
}

.product-card-price .price ins {
  text-decoration: none !important;
  order: 2 !important;
}

.product-card-price .price ins .amount,
.product-card-price .price ins bdi,
.product-card-price .price .amount,
.product-card-price .price bdi {
  color: #111111 !important;
  font-weight: 700 !important;
  font-size: 17px !important;
}

.product-card-price .price del {
  text-decoration: line-through !important;
  opacity: 1 !important;
  order: 1 !important;
}

.product-card-price .price del .amount,
.product-card-price .price del bdi {
  color: #a3a3a3 !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

.product-unit-suffix {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #71717a !important;
}

.product-card-actions {
  flex-shrink: 0 !important;
}

.product-card-actions .add-to-cart-icon-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background-color: #1c1c1c !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border: none !important;
  padding: 12px !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: background-color 0.15s ease !important;
}

.product-card-actions .add-to-cart-icon-button:hover {
  background-color: #3a3a3a !important;
}

.product-card-actions .add-to-cart-icon-button svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
}

.product-card-actions .add-to-cart-icon-button.added {
  background-color: #2e7d32 !important;
}

.product-card-actions .added_to_cart.wc-forward {
  display: none !important;
}
