/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2026 | 07:05:11 */
/* 1. Force Equal Card Heights & Align Bottom Content */
.elementor-loop-container {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.elementor-loop-container > div {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* 2. Fix Title Height for Alignment */
.elementor-loop-container h2,
.elementor-loop-container h3,
.elementor-loop-container .elementor-heading-title {
  min-height: 52px !important;
  margin-bottom: 10px !important;
}

/* 3. Dark Bold Price Styling */
.elementor-loop-container .price,
.elementor-loop-container .price *,
.elementor-widget-woocommerce-product-price * {
  color: #1a1a1a !important;
  font-weight: 800 !important;
}

/* Old Strike-through Price Styling */
.elementor-loop-container .price del,
.elementor-loop-container .price del * {
  color: #999999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

/* 4. Align Buttons at Bottom */
.elementor-loop-container .elementor-button-wrapper {
  margin-top: auto !important;
}