.elementor-442 .elementor-element.elementor-element-1d22221c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );color:var( --e-global-color-primary );}.elementor-442 .elementor-element.elementor-element-f0371b5 .elementor-heading-title{font-family:"Georgia", Sans-serif;font-size:28px;font-weight:400;text-transform:uppercase;font-style:normal;text-decoration:none;word-spacing:0em;}@media(max-width:1024px){.elementor-442 .elementor-element.elementor-element-1d22221c{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-442 .elementor-element.elementor-element-f0371b5 > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-442 .elementor-element.elementor-element-f0371b5{text-align:center;}.elementor-442 .elementor-element.elementor-element-f0371b5 .elementor-heading-title{font-size:28px;letter-spacing:8.6px;}}@media(max-width:767px){.elementor-442 .elementor-element.elementor-element-1d22221c{--padding-top:20px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-442 .elementor-element.elementor-element-f0371b5{text-align:center;}.elementor-442 .elementor-element.elementor-element-f0371b5 .elementor-heading-title{font-size:24px;line-height:1.1em;letter-spacing:6px;}}/* Start custom CSS for container, class: .elementor-element-1d22221c */@media (max-width: 767px) {
    /* 1. Fix the Coupon Area - Force button below input */
    .woocommerce-cart-form .coupon {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px;
    }

    .woocommerce-cart-form .coupon .input-text,
    .woocommerce-cart-form .coupon button {
        width: 100% !important; /* Forces them to match the screen width */
        margin: 0 !important;
    }

    /* 2. Fix the Shipping/Totals Area */
    .cart_totals table.shop_table_responsive tr,
    .cart_totals table.shop_table_responsive td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        box-sizing: border-box !important;
    }

    /* 3. Ensure the address text doesn't overflow */
    .woocommerce-shipping-destination,
    .shipping-calculator-button {
        white-space: normal !important;
        word-break: break-word !important;
    }

    /* 4. Global reset for the cart table to prevent horizontal 'propping' */
    .shop_table_responsive {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
    }
}/* End custom CSS */