.elementor-604 .elementor-element.elementor-element-0894032{--display:flex;}.elementor-604 .elementor-element.elementor-element-42c07d2{--update-cart-automatically-display:none;--checkout-button-normal-text-color:var( --e-global-color-6244969 );--checkout-button-hover-text-color:var( --e-global-color-6244969 );--checkout-button-border-radius:0px 20px 0px 20px;}.elementor-604 .elementor-element.elementor-element-42c07d2 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-accent );}.elementor-604 .elementor-element.elementor-element-42c07d2 .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:var( --e-global-color-fe0c8f2 );}.elementor-604 .elementor-element.elementor-element-42c07d2 .woocommerce-cart-form{--order-summary-title-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-604 .elementor-element.elementor-element-42c07d2 .e-cart-section{border-width:0px 0px 0px 0px;}.elementor-604 .elementor-element.elementor-element-42c07d2{--order-summary-rows-gap-top:calc( 30px/2 );--order-summary-rows-gap-bottom:calc( 30px/2 );--order-summary-title-spacing:0px;--order-summary-items-divider-weight:0px;--order-summary-quantity-border-weight:2px;}}/* Start custom CSS *//* --- CSS Fix for Product Name Position on Mobile --- */
@media (max-width: 767px) {
    /* Style the product name container */
    .woocommerce-cart-form__cart-item .product-name {
        display: block !important;
        width: auto !important;
        float: left !important;
        clear: none !important;
        padding-top: 10px !important;
        padding-left: 20px !important;
    }
    
    /* Make the remove 'X' button float to the right */
    .woocommerce-cart-form__cart-item .product-remove {
        float: right !important;
        clear: none !important;
        padding-top: 10px !important;
    }
    
    /* Ensure the price and quantity are on new lines */
    .woocommerce-cart-form__cart-item .product-price,
    .woocommerce-cart-form__cart-item .product-quantity {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        text-align: left !important;
        padding-top: 5px !important;
    }

    /* Make sure the image is visible */
    .woocommerce-cart-form__cart-item .product-thumbnail {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        clear: both !important;
        float: none !important;
    }

    .woocommerce-cart-form__cart-item .product-thumbnail img {
        width: 80px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

}/* End custom CSS */