/* Top Watch Deals — Mobile Cart
 * Generic WooCommerce Blocks presentation.
 * No pricing/calculation logic.
 */

@media (max-width:560px) {

    body.woocommerce-cart .wc-block-cart-item__prices {
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        gap:5px 8px;
        margin-top:5px;
    }

    body.woocommerce-cart
    .wc-block-cart-item__prices
    .wc-block-components-product-price {
        margin:0;
    }

    body.woocommerce-cart .twd-mobile-save-badge {
        display:inline-flex;
        align-items:center;
        width:auto;
        margin:0;
        padding:3px 7px;
        border:0;
        border-radius:4px;
        background:#f3f1ed;
        font-size:11px;
        font-weight:600;
        line-height:1.25;
        white-space:nowrap;
    }

    /*
     * Unit sale price already appears beside the product.
     * Hide the duplicate line-total cell on mobile only.
     */
    body.woocommerce-cart
    .wc-block-cart-items__row
    > .wc-block-cart-item__total {
        display:none !important;
    }

    body.woocommerce-cart
    .wc-block-cart-items__row
    > .wc-block-cart-item__product {
        width:auto !important;
        min-width:0 !important;
        padding-right:0 !important;
    }

    body.woocommerce-cart .wc-block-components-product-name {
        white-space:normal !important;
        overflow-wrap:anywhere;
    }
}
