.elementor-18345 .elementor-element.elementor-element-d31b2d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-0bd5899 *//* Hide WooCommerce Sale Badge on all products */
.onsale,
.woocommerce span.onsale,
ul.products li.product .onsale,
.product .onsale {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}



/* Hide all Add to Cart / Select Options / Buttons in product grid */
ul.products li.product .button,
ul.products li.product a.button,
ul.products li.product .add_to_cart_button,
ul.products li.product .added_to_cart,
ul.products li.product .product_type_variable,
ul.products li.product .product_type_simple {
    display: none !important;
}


/* Product Title Black Color */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2.woocommerce-loop-product__title,
ul.products li.product .product-title,
ul.products li.product h2,
.woocommerce ul.products li.product h2 {
    color: #000 !important;
}



/* Remove price underline */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
    border: none !important;
}


/* Optional: Make price text normal color */
.woocommerce ul.products li.product .price {
    color: #000 !important;
}


/* Make product title single-line */
ul.products li.product h2.woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
}


/* Discount percentage styling */
.anorot-discount-text {
    color: #BEBEBE !important;   /* Red color */
    font-weight: 700 !important; /* Bold */
    font-size: 12px !important;
    margin: 6px 0 4px 0;
    display: block;
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        -webkit-line-clamp: 2 !important;
        max-height: 50px !important;
    }
}


/* WooCommerce product price font size increase (shortcode products) */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
    font-size: 16px !important;   /* Yahan apni size rakh sakte ho */
    line-height: 1.4 !important;
}


.discount-tag {
    color: red;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}



/* ================================
   PRODUCT IMAGE CARD VIEW (ADD-ON)
   ================================ */

/* Product card base */
.woocommerce ul.products li.product {
    background: #ffffff;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); /* ~12% shadow */
    transition: all 0.3s ease;
}

/* Hover effect – very soft lift */
.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15); /* ~15% shadow */
}

/* Image inside card */
.woocommerce ul.products li.product a img {
    border-radius: 12px;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    margin-bottom: 8px;
}

/* Remove default Woo spacing */
.woocommerce ul.products li.product a {
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */