/*
Theme Name: Liquidation Mart
Theme URI:
Description: Liquidation Mart - Custom WordPress Theme
Author: Muhammad Talha
Author URI:
Template: hello-elementor
Version: 1.0.7
Text Domain: liquidation-mart
*/

/* ========================================
   YOUR CUSTOM CSS GOES BELOW THIS LINE
   ======================================== */

/* Fix inline gap for linked images inside loop cards only */
.e-loop-item .elementor-widget-image a { display: block !important; width: 100% !important; line-height: 0; }
.e-loop-item .elementor-widget-image a img { display: block !important; width: 100% !important; }

.lm-price-sale .woocommerce-Price-amount { font-size: 24px !important; font-weight: 600 !important; color: #1a1a1a !important; }
.lm-price-reg .woocommerce-Price-amount  { font-size: 14px !important; color: #999 !important; text-decoration: line-through !important; }
.lm-price-off                            { font-size: 13px !important; font-weight: 400 !important; color: #c0392b !important; }

/* Checkout — always show coupon input */
.elementor-widget-woocommerce-checkout-page .e-coupon-anchor { display: block !important; }
