.cot-mobile-cart-summary {
    display: none;
}

@media (max-width: 767.98px) {
    .cot-mobile-cart-summary[data-cart-empty="0"] {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10000;
        display: block;
        padding-bottom: env(safe-area-inset-bottom, 0);
        overflow: hidden;
        background: #fff;
        border-top: 1px solid #e5e7eb;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 -5px 20px rgba(17, 24, 39, 0.16);
    }

    body.cot-has-mobile-cart-summary {
        padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    }

    .cot-mobile-cart-summary__status,
    .cot-mobile-cart-summary__saved {
        padding: 5px 12px;
        background: #16803c;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
    }

    .cot-mobile-cart-summary__status .woocommerce-Price-amount,
    .cot-mobile-cart-summary__status .woocommerce-Price-amount bdi,
    .cot-mobile-cart-summary__status .woocommerce-Price-currencySymbol,
    .cot-mobile-cart-summary__saved .woocommerce-Price-amount,
    .cot-mobile-cart-summary__saved .woocommerce-Price-amount bdi,
    .cot-mobile-cart-summary__saved .woocommerce-Price-currencySymbol {
        display: inline !important;
        color: inherit;
        white-space: nowrap !important;
    }

    .cot-mobile-cart-summary__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        max-width: 560px;
        margin: 0 auto;
        padding: 8px 14px;
    }

    .cot-mobile-cart-summary__total {
        min-width: 0;
        flex: 1 1 auto;
    }

    .cot-mobile-cart-summary__count {
        display: block;
        margin-bottom: 3px;
        color: #4b5563;
        font-size: 12px;
        line-height: 1.1;
    }

    .cot-mobile-cart-summary__amount-row {
        display: flex;
        align-items: center;
        gap: 6px;
        min-width: 0;
    }

    .cot-mobile-cart-summary__total strong {
        color: #111827;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.1;
        white-space: nowrap;
    }

    .cot-mobile-cart-summary__total strong .woocommerce-Price-amount,
    .cot-mobile-cart-summary__total strong .woocommerce-Price-amount bdi,
    .cot-mobile-cart-summary__total strong .woocommerce-Price-currencySymbol {
        display: inline !important;
        white-space: nowrap !important;
    }

    .cot-mobile-cart-summary__saving-badge {
        display: inline-flex;
        align-items: center;
        padding: 3px 5px;
        border-radius: 2px;
        background: #16803c;
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }

    .cot-mobile-cart-summary__saving-badge .woocommerce-Price-amount,
    .cot-mobile-cart-summary__saving-badge .woocommerce-Price-amount bdi,
    .cot-mobile-cart-summary__saving-badge .woocommerce-Price-currencySymbol {
        display: inline !important;
        color: inherit;
        white-space: nowrap !important;
    }

    .cot-mobile-cart-summary__saving-badge > .woocommerce-Price-amount {
        margin-right: 3px;
    }

    .cot-mobile-cart-summary__checkout {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-width: 145px;
        min-height: 40px;
        padding: 8px 14px;
        border-radius: 4px;
        background: #f7590f;
        color: #fff !important;
        font-family: "Quicksand", sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none !important;
    }

    .cot-mobile-cart-summary__checkout i {
        font-size: 16px;
    }

    @media (max-width: 359.98px) {
        .cot-mobile-cart-summary__checkout {
            min-width: 132px;
            padding-right: 10px;
            padding-left: 10px;
        }

        .cot-mobile-cart-summary__saving-badge {
            font-size: 10px;
        }
    }

    .cot-mobile-cart-summary__checkout:focus-visible {
        outline: 3px solid rgba(247, 89, 15, 0.35);
        outline-offset: 2px;
    }
}
