.swpe-cart-ajax-toast {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 999999;
    width: min(360px, calc(100vw - 32px));
    padding: 14px 16px;
    border: 1px solid rgba(21, 128, 61, 0.22);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.16);
    color: #111827;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 16px, 0);
    transition: opacity 180ms ease, transform 180ms ease;
}

body.woocommerce-cart .woocommerce-Price-amount,
body.woocommerce-cart .woocommerce-Price-amount bdi,
body.woocommerce-cart .woocommerce-Price-currencySymbol,
body.woocommerce-checkout .woocommerce-Price-amount,
body.woocommerce-checkout .woocommerce-Price-amount bdi,
body.woocommerce-checkout .woocommerce-Price-currencySymbol,
.widget_shopping_cart_content .woocommerce-Price-amount,
.widget_shopping_cart_content .woocommerce-Price-amount bdi,
.widget_shopping_cart_content .woocommerce-Price-currencySymbol {
    display: inline !important;
    white-space: nowrap !important;
}

.swpe-cart-ajax-toast.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.swpe-cart-ajax-toast strong,
.swpe-cart-ajax-toast span {
    display: block;
}

.swpe-cart-ajax-toast strong {
    margin: 0 0 3px;
    color: #102033;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.swpe-cart-ajax-toast span {
    color: #627089;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
}

.swpe-cart-ajax-toast.is-loading {
    border-color: rgba(2, 132, 199, 0.25);
}

.swpe-cart-ajax-toast.is-error {
    border-color: rgba(220, 38, 38, 0.25);
}

.is-swpe-cart-busy {
    cursor: wait !important;
    opacity: 0.72;
}

.swpe-cart-ajax-removing {
    opacity: 0.42;
    transition: opacity 160ms ease;
}

@media (max-width: 700px) {
    .swpe-cart-ajax-toast {
        right: 12px;
        bottom: 82px;
        width: calc(100vw - 24px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .swpe-cart-ajax-toast,
    .swpe-cart-ajax-removing {
        transition: none;
    }
}
