.elementor-2832 .elementor-element.elementor-element-e743312{--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-2832 .elementor-element.elementor-element-7aa185c{text-align:center;}.elementor-2832 .elementor-element.elementor-element-7aa185c .elementor-heading-title{font-family:"Hind Siliguri", Sans-serif;font-size:31px;font-weight:600;color:var( --e-global-color-d6416f1 );}.elementor-2832 .elementor-element.elementor-element-b904b8b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-9143d79 *//* Fix item name visibility in cart */
.woocommerce-cart .product-name,
.cart_item .product-name,
.cart_item .product-name a {
    color: #14213d !important;   /* Set to black; change if your background is dark */
    font-size: 16px !important;
    display: block !important;
    visibility: visible !important;
    text-decoration: none;
}

/* Hide product image in cart */
.woocommerce-cart td.product-thumbnail,
.woocommerce-cart .product-thumbnail img {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS *//* Make product name visible */
.woocommerce-cart .product-name,
.cart_item .product-name,
.cart_item .product-name a {
    color: #14213d !important;  /* Use a readable color */
    font-size: 12px !important;
    display: block !important;
    visibility: visible !important;
    text-decoration: none;
}

/* Make product image visible */
.woocommerce-cart .product-thumbnail,
.cart_item .product-thumbnail img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Optional: prevent images from being hidden by parent container */
.cart_item .product-thumbnail {
    overflow: visible !important;
    background: transparent !important;
}/* End custom CSS */