.elementor-127 .elementor-element.elementor-element-95b58a8{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-127 .elementor-element.elementor-element-edce229{text-align:center;}.elementor-127 .elementor-element.elementor-element-edce229 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:28px;font-weight:600;color:#000000;}.elementor-127 .elementor-element.elementor-element-db91d29{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ca9a1ea *//* 1. Category/Collection text hide karne ke liye */
.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce ul.products li.product .loop-product-category,
.woocommerce ul.products li.product .meta,
.woocommerce ul.products li.product span,
.woocommerce-loop-product__category {
    display: none !important;
}

/* 2. Grid layout fix (Aik line mein 4 products aur equal height/width) */
.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product {
    float: left !important;
    clear: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
}

/* 3. Product Title ki height fix karna taake alignment kharab na ho */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    line-height: 1.4 !important;
    height: 42px !important; /* Title ke liye fix space taake upar neeche na ho */
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Title sirf 2 lines tak show hoga */
    -webkit-box-orient: vertical;
}

/* 4. Price styling */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 8px 0 !important;
}

/* 5. Add to Cart Button styling & bottom alignment */
.woocommerce ul.products li.product .button {
    background-color: #000000 !important;
    color: #ffffff !important;
    display: block !important;
    width: 100% !important;
    margin-top: auto !important; /* Button ko hamesha card ke neechay fix rakhega */
    text-align: center !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}/* End custom CSS */