/* ==========================================================================
   LUNEXIA MOTORS - WOOCOMMERCE CATALOG MODE STYLING
   ========================================================================== */

/* Hide standard add to cart / checkout buttons if not using cart */
.woocommerce-catalog-mode .single_add_to_cart_button,
.woocommerce-catalog-mode .quantity,
.woocommerce-catalog-mode .add_to_cart_button {
  display: none !important;
}

/* Remove default WooCommerce breadcrumbs & unnecessary notices in Elementor mode */
.elementor-page .woocommerce-breadcrumb,
.elementor-page .woocommerce-products-header {
  display: none;
}

/* WooCommerce notices styling */
.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error {
  padding: 1rem 1.5rem !important;
  border-radius: var(--lx-radius-md) !important;
  border: none !important;
  margin-bottom: 2rem !important;
  font-family: var(--lx-font-body);
}

.woocommerce-message {
  background-color: #ecfdf5 !important;
  color: #065f46 !important;
  border-left: 4px solid #10b981 !important;
}

.woocommerce-info {
  background-color: #eff6ff !important;
  color: #1e40af !important;
  border-left: 4px solid #2563eb !important;
}

.woocommerce-error {
  background-color: #fef2f2 !important;
  color: #991b1b !important;
  border-left: 4px solid #ef4444 !important;
}
