
.shipping_method + label {
    white-space: nowrap;
}
/*
.shipping_method + label span.woocommerce-Price-amount {
    display: none !important;
}

.woocommerce ul#shipping_method li label {
    font-size: 0.9em;
}*/

/* Remove campo de cupom no checkout em blocos (mobile e desktop) */
.wc-block-components-totals-coupon,
.wc-block-components-panel__button {
    display: none !important;
}

body.woocommerce-checkout .wc-block-components-totals-coupon,
body.woocommerce-checkout .wc-block-components-panel__button {
    display: none !important;
}

/* Carrinho em blocos – mostrar frete direto no mobile */
@media (max-width: 768px) {
    .wc-block-components-shipping-calculator {
        display: none !important;
    }

    .wc-block-components-shipping-rates-control {
        display: block !important;
    }
}

@media screen and (max-width: 719px) {
    
    .woocommerce-shipping-destination,
    .woocommerce-shipping-methods label,
    .previsao-entrega-exibicao,
    .texto-entrega-resumido {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }
}

.woocommerce-cart td.actions {
    display: none !important;
}








