.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS *//* Fix Flipkart Button Link Style */
.flipkart-btn, 
.flipkart-btn:hover, 
.flipkart-btn:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Ensure the product name inside the button is also white and clean */
.flipkart-btn .flipkart-btn__sub {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.9;
}

/* Remove underline from any automatic link wrapping in WordPress */
a.flipkart-btn {
    text-decoration: none !important;
    border: none !important;
}/* End custom CSS */