.elementor-2150 .elementor-element.elementor-element-50a73ff{--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;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:80px;--padding-right:80px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2150 .elementor-element.elementor-element-50a73ff{--padding-top:0px;--padding-bottom:0px;--padding-left:5px;--padding-right:5px;}}/* Start custom CSS for shortcode, class: .elementor-element-2886233 *//* 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 */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: "Marcellus", serif !important;
    color: #000 !important;
    font-size: 15px;  /* thoda refined */
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* 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 */
/* Price styling */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
    font-family: "Open Sans-Serif", serif !important;
    font-size: 16px !important;  /* Bigger premium look */
    color: #000 !important;
    font-weight: 500;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
}

/* Show product title in only 2 lines and hide the rest */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* Only 2 lines visible */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: normal;
    word-break: normal;      /* Do NOT cut words in between */
}


/* 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;
}




/* =====================================================
   WOOCOMMERCE REVIEW STAR COLOR (SHORTCODE PRODUCTS)
===================================================== */

/* Filled stars */
.woocommerce .star-rating span::before,
.woocommerce ul.products li.product .star-rating span::before {
    color: #a67d44 !important;
}

/* Empty stars */
.woocommerce .star-rating::before,
.woocommerce ul.products li.product .star-rating::before {
    color: #e5d6b8 !important; /* light golden background */
}

/* Star size (optional – same as screenshot look) */
.woocommerce .star-rating {
    font-size: 14px;
}



/* WooCommerce Shortcode Product Image Style */
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
    border-radius: 15px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Light soft shadow */
    transition: all 0.3s ease;
}

/* Optional – slight hover lift effect */
.woocommerce ul.products li.product img:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}/* End custom CSS */