/* ZT_MODULE_READY=1 */

/* ZT extracted main cart MercadoLibre styles from global */

body.woocommerce-cart {
    background: #f5f5f5;
}

body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
    width: min(1180px, calc(100% - 28px));
    margin: 20px auto 90px;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 18px;
    align-items: start;
}

body.woocommerce-cart .zt-ml-cart-main,
body.woocommerce-cart .zt-ml-cart-sidebar {
    width: 100% !important;
    min-width: 0;
}

.zt-ml-cart-store-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 14px 14px 0 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.05);
    padding: 14px 16px;
    margin: 0 0 1px;
}

.zt-ml-cart-store-check,
.zt-ml-item-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #3483fa;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(52,131,250,.22);
}

.zt-ml-cart-store-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.zt-ml-cart-store-copy h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #222;
    font-weight: 700;
    letter-spacing: -.01em;
}

.zt-ml-cart-store-copy p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}

.zt-ml-cart-store-copy p i {
    color: #3483fa;
    margin-left: 3px;
}

.zt-ml-cart-store-count {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 800;
    color: #3483fa;
    background: #edf4ff;
    border: 1px solid #d8e8ff;
    border-radius: 999px;
    padding: 7px 10px;
}

body.woocommerce-cart .zt-ml-cart-form {
    margin: 0 !important;
}

body.woocommerce-cart .zt-ml-cart-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.woocommerce-cart .zt-ml-cart-table thead {
    display: none;
}

body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
    position: relative;
    display: grid !important;
    grid-template-columns: 116px minmax(0, 1fr) 122px 112px 138px 34px;
    gap: 0;
    align-items: center;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.06);
    border-top: 0;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.04);
    padding: 14px 12px !important;
    transition: opacity .18s ease, transform .18s ease;
}

body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item:first-of-type {
    border-top: 1px solid rgba(0,0,0,.06);
}

body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item td {
    display: block !important;
    border: 0 !important;
    padding: 0 8px !important;
    background: transparent !important;
}

body.woocommerce-cart .zt-ml-cart-table td::before {
    display: none !important;
    content: "" !important;
}

.zt-ml-cart-thumb-cell {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.zt-ml-cart-thumb {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 12px;
    background: #fafafa;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.04);
}

.zt-ml-cart-thumb img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    border-radius: 0 !important;
    mix-blend-mode: multiply;
}

.zt-ml-cart-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1.28 !important;
    color: #222 !important;
    font-weight: 600 !important;
}

.zt-ml-cart-title:hover {
    color: #3483fa !important;
}

.zt-ml-cart-variation,
.zt-ml-cart-variation .variation {
    margin: 5px 0 0 !important;
    font-size: 12px !important;
    line-height: 1.28;
    color: #666;
}

.zt-ml-cart-variation dt,
.zt-ml-cart-variation dd {
    display: inline !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.zt-ml-cart-variation dt {
    font-weight: 700;
    color: #3483fa;
}

.zt-ml-cart-stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 7px;
    padding: 4px 7px;
    border-radius: 8px;
    background: #fff3e5;
    color: #d96b00;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.zt-ml-cart-price-label,
.zt-ml-cart-subtotal-label {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 600;
    color: #777;
}

.zt-ml-cart-price-value,
.zt-ml-cart-subtotal-value {
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: 700;
}

.zt-ml-cart-price-value del,
.zt-ml-cart-subtotal-value del {
    color: #777;
    font-weight: 400;
    margin-right: 3px;
}

.zt-ml-cart-price-value ins,
.zt-ml-cart-subtotal-value ins {
    text-decoration: none;
}

.zt-ml-cart-qty-cell .quantity {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    height: 38px;
    border: 1px solid rgba(52,131,250,.32);
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
}

.zt-ml-cart-qty-cell .quantity input.qty {
    width: 46px !important;
    height: 38px !important;
    min-height: 38px !important;
    border: 0 !important;
    border-left: 1px solid rgba(0,0,0,.06) !important;
    border-right: 1px solid rgba(0,0,0,.06) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-align: center !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.zt-ml-cart-qty-cell .zt-qty-btn {
    width: 34px;
    height: 38px;
    border: 0;
    background: #fff;
    color: #3483fa;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.zt-ml-cart-qty-cell .zt-qty-btn:hover {
    background: #edf4ff;
}

.zt-ml-trash,
body.woocommerce-cart .zt-ml-trash.remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #777 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.zt-ml-trash:hover,
body.woocommerce-cart .zt-ml-trash.remove:hover {
    color: #e53935 !important;
    background: #fff1f1 !important;
}

.zt-ml-cart-removing {
    opacity: .45;
    transform: scale(.99);
}

.zt-ml-cart-actions-row,
body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-actions-row {
    display: block !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.06);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 1px 5px rgba(0,0,0,.04);
}

body.woocommerce-cart .zt-ml-cart-actions-cell {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px !important;
    border: 0 !important;
    background: #fff !important;
}

.zt-ml-coupon-box {
    flex: 1 1 auto;
    min-width: 0;
}

.zt-ml-coupon-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #3483fa;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.zt-ml-coupon-toggle i:last-child {
    font-size: 11px;
    transition: transform .18s ease;
}

.zt-ml-coupon-box.is-open .zt-ml-coupon-toggle i:last-child {
    transform: rotate(180deg);
}

.zt-ml-coupon-form {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 520px;
    margin-top: 10px;
}

.zt-ml-coupon-form[hidden] {
    display: none !important;
}

body.woocommerce-cart .zt-ml-coupon-form input.input-text {
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
}

body.woocommerce-cart .zt-ml-coupon-form .button {
    height: 40px;
    border-radius: 8px;
    border: 0;
    background: #3483fa;
    color: #fff;
    font-weight: 800;
    padding: 0 15px;
}

body.woocommerce-cart .zt-ml-cart-update {
    display: none !important;
}

.zt-ml-cart-waiting-update::after,
.zt-ml-cart-is-updating::after {
    content: "Actualizando carritoÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦";
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #edf4ff;
    color: #3483fa;
    font-size: 11px;
    font-weight: 800;
}

/* Resumen */
body.woocommerce-cart .zt-ml-cart-summary-box {
    position: sticky;
    top: 90px;
    border-radius: 14px !important;
    border: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 2px 8px rgba(0,0,0,.08) !important;
    padding: 16px !important;
}

.zt-ml-cart-summary-title {
    margin-bottom: 12px !important;
    font-size: 18px !important;
    color: #222;
}

.zt-ml-cart-progress {
    margin: 2px 0 13px;
}

.zt-ml-cart-progress-text {
    font-size: 13px;
    line-height: 1.35;
    color: #333;
    margin-bottom: 8px;
}

.zt-ml-cart-progress-text strong {
    color: #222;
    font-weight: 900;
}

.zt-ml-cart-progress-text.is-ready {
    color: #00a650;
}

.zt-ml-cart-progress-bar {
    width: 100%;
    height: 7px;
    border-radius: 999px;
    background: #e7e7e7;
    overflow: hidden;
}

.zt-ml-cart-progress-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: #3483fa;
    transition: width .25s ease;
}

body.woocommerce-cart .zt-ml-cart-totals-table {
    margin: 0 0 12px !important;
}

body.woocommerce-cart .zt-ml-cart-totals-table th,
body.woocommerce-cart .zt-ml-cart-totals-table td {
    padding: 5px 0 !important;
    border: 0 !important;
    font-size: 14px;
    color: #333;
}

body.woocommerce-cart .zt-ml-cart-totals-table th {
    font-weight: 500;
    text-align: left;
}

body.woocommerce-cart .zt-ml-cart-totals-table td {
    text-align: right;
    font-weight: 600;
}

body.woocommerce-cart .zt-ml-cart-totals-table .order-total th,
body.woocommerce-cart .zt-ml-cart-totals-table .order-total td {
    padding-top: 12px !important;
    border-top: 1px solid rgba(0,0,0,.08) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #222 !important;
}

body.woocommerce-cart .zt-ml-cart-continue,
body.woocommerce-cart .zt-ml-cart-summary-actions .checkout-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border: 0 !important;
    border-radius: 9px !important;
    background: #3483fa !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

body.woocommerce-cart .zt-ml-cart-continue:hover {
    background: #2968c8 !important;
    color: #fff !important;
}

.zt-ml-cart-summary-note {
    margin: 10px 0 0 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    border: 1px solid #fff0b8 !important;
    background: #fffbe6 !important;
    color: #4a3b00 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: center;
}

/* Recomendaciones */
.zt-ml-cart-reco {
    margin-top: 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 14px;
    box-shadow: 0 1px 5px rgba(0,0,0,.05);
    padding: 15px;
    overflow: hidden;
}

.zt-ml-cart-reco-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.zt-ml-cart-reco-head h2 {
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.02em;
}

.zt-ml-cart-reco-head p {
    margin: 3px 0 0;
    color: #666;
    font-size: 13px;
}

.zt-ml-cart-reco-arrows {
    display: flex;
    gap: 7px;
}

.zt-ml-cart-reco-arrows button {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    color: #3483fa;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    cursor: pointer;
}

.zt-ml-cart-reco-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(176px, 190px);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding: 2px 2px 10px;
    scrollbar-width: thin;
}

.zt-ml-cart-reco-card {
    position: relative;
    min-height: 292px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 13px;
    overflow: hidden;
    transition: box-shadow .16s ease, transform .16s ease;
}

.zt-ml-cart-reco-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,.10);
}

.zt-ml-cart-reco-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 152px;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.zt-ml-cart-reco-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.zt-ml-cart-reco-body {
    padding: 11px 12px 50px;
}

.zt-ml-cart-reco-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 1.35;
}

.zt-ml-cart-reco-name:hover {
    color: #3483fa;
}

.zt-ml-cart-reco-price {
    margin-top: 10px;
    color: #222;
    font-size: 20px;
    font-weight: 500;
}

.zt-ml-cart-reco-price del {
    display: block;
    color: #999;
    font-size: 13px;
}

.zt-ml-cart-reco-price ins {
    text-decoration: none;
}

.zt-ml-cart-reco-cuotas {
    margin-top: 3px;
    color: #333;
    font-size: 13px;
}

.zt-cart-reco-add {
    position: absolute !important;
    right: 12px;
    bottom: 12px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #3483fa !important;
    color: #fff !important;
    font-size: 16px !important;
    box-shadow: 0 3px 10px rgba(52,131,250,.28);
}

.zt-cart-reco-add:hover {
    background: #2968c8 !important;
    color: #fff !important;
}

.zt-cart-reco-add.is-adding {
    pointer-events: none;
    opacity: .7;
    transform: scale(.94);
}

.zt-cart-reco-add.is-added {
    background: #00a650 !important;
}

/* AnimaciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n producto al carrito */

.zt-ml-cart-store-arrow {
    display: none;
    color: #3483fa;
    font-size: 13px;
}

.zt-ml-cart-delivery-strip {
    margin: 1px 0 0;
    padding: 15px 16px 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-top: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.04);
}

.zt-ml-cart-delivery-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 15px;
    color: #222;
}

.zt-ml-cart-delivery-row strong {
    color: #222;
    font-size: 15px;
    font-weight: 800;
}

.zt-ml-cart-delivery-row strong.is-ready {
    color: #00a650;
}

.zt-ml-cart-delivery-progress {
    height: 7px;
    margin: 11px 0 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5e5e5;
}

.zt-ml-cart-delivery-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #3483fa;
}

.zt-ml-cart-delivery-strip p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
}

.zt-ml-cart-delivery-strip p strong {
    font-weight: 900;
}

.zt-ml-cart-delivery-strip a {
    color: #3483fa;
    font-weight: 800;
    text-decoration: none;
}

body.woocommerce-cart .zt-ml-summary-coupon-row td {
    padding: 7px 0 5px !important;
    text-align: left !important;
}

.zt-ml-summary-coupon-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #3483fa;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.zt-ml-summary-coupon-link i {
    font-size: 15px;
}

body.woocommerce-cart .zt-ml-cart-totals-table .zt-ml-summary-coupon-row + .order-total th,
body.woocommerce-cart .zt-ml-cart-totals-table .zt-ml-summary-coupon-row + .order-total td {
    border-top: 1px solid #ededed;
}

.zt-ml-cart-reco-card {
    position: relative;
    border-radius: 8px;
}

.zt-cart-reco-add {
    position: absolute !important;
    top: 10px;
    right: 10px;
    box-shadow: 0 3px 10px rgba(52,131,250,.24);
}


/* ZT extracted responsive cart styles from global */

@media (max-width: 980px) {
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        width: min(100%, calc(100% - 18px));
        display: flex !important;
        flex-direction: column !important;
        gap: 14px;
        margin-top: 12px;
        padding-bottom: 245px;
    }

    body.woocommerce-cart .zt-ml-cart-store-card {
        border-radius: 13px 13px 0 0;
        padding: 11px 12px;
    }

    .zt-ml-cart-store-check {
        width: 26px;
        height: 26px;
    }

    .zt-ml-cart-store-copy h2 {
        font-size: 17px;
    }

    .zt-ml-cart-store-copy p {
        font-size: 12px;
    }

    .zt-ml-cart-store-count {
        display: none;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 100px minmax(0, 1fr) 34px;
        grid-template-areas:
            "thumb info remove"
            "thumb price price"
            "thumb qty subtotal";
        gap: 5px 0;
        padding: 13px 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item td {
        padding: 0 6px !important;
    }

    .zt-ml-cart-thumb-cell { grid-area: thumb; }
    .zt-ml-cart-info-cell { grid-area: info; }
    .zt-ml-cart-price-cell { grid-area: price; }
    .zt-ml-cart-qty-cell { grid-area: qty; }
    .zt-ml-cart-subtotal-cell { grid-area: subtotal; text-align: right; }
    .zt-ml-cart-remove-cell { grid-area: remove; text-align: right; }

    .zt-ml-cart-thumb-cell {
        align-items: flex-start;
        gap: 8px;
    }

    .zt-ml-item-check {
        width: 22px;
        height: 22px;
        border-radius: 5px;
        font-size: 12px;
    }

    .zt-ml-cart-thumb {
        width: 66px;
        height: 66px;
        border-radius: 10px;
    }

    .zt-ml-cart-title {
        font-size: 14px !important;
        padding-right: 2px;
    }

    .zt-ml-cart-variation,
    .zt-ml-cart-variation .variation {
        font-size: 11.5px !important;
    }

    .zt-ml-cart-price-label,
    .zt-ml-cart-subtotal-label {
        display: none;
    }

    .zt-ml-cart-price-cell {
        color: #444;
        font-size: 13px;
    }

    .zt-ml-cart-price-value {
        font-size: 13px;
        font-weight: 500;
        color: #444;
    }

    .zt-ml-cart-subtotal-value {
        font-size: 16px;
        font-weight: 800;
        color: #222;
    }

    .zt-ml-cart-qty-cell .quantity {
        height: 36px;
    }

    .zt-ml-cart-qty-cell .quantity input.qty {
        width: 42px !important;
        height: 36px !important;
        min-height: 36px !important;
        font-size: 14px !important;
    }

    .zt-ml-cart-qty-cell .zt-qty-btn {
        width: 31px;
        height: 36px;
    }

    body.woocommerce-cart .zt-ml-cart-actions-cell {
        display: block !important;
        padding: 12px !important;
    }

    .zt-ml-coupon-toggle {
        width: 100%;
        justify-content: flex-start;
        min-height: 38px;
        font-size: 14px;
    }

    .zt-ml-coupon-toggle i:last-child {
        margin-left: auto;
    }

    .zt-ml-coupon-form {
        max-width: none;
    }

    body.woocommerce-cart .zt-ml-cart-summary-box {
        position: fixed;
        left: 0;
        right: 0;
        bottom: calc(70px + env(safe-area-inset-bottom));
        top: auto;
        z-index: 9998;
        border-radius: 16px 16px 0 0 !important;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        padding: 13px 16px 14px !important;
        box-shadow: 0 -5px 18px rgba(0,0,0,.16) !important;
    }

    body.woocommerce-cart .zt-ml-cart-summary-title,
    body.woocommerce-cart .zt-ml-cart-progress,
    body.woocommerce-cart .zt-ml-cart-summary-note {
        display: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table th,
    body.woocommerce-cart .zt-ml-cart-totals-table td {
        padding: 2px 0 !important;
        font-size: 13px;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table .order-total th,
    body.woocommerce-cart .zt-ml-cart-totals-table .order-total td {
        padding-top: 7px !important;
        font-size: 20px !important;
    }

    body.woocommerce-cart .zt-ml-cart-continue,
    body.woocommerce-cart .zt-ml-cart-summary-actions .checkout-button {
        min-height: 50px;
        margin-top: 8px;
        font-size: 16px !important;
    }

    .zt-ml-cart-reco {
        margin-top: 15px;
        padding: 14px 12px 12px;
    }

    .zt-ml-cart-reco-head h2 {
        font-size: 20px;
    }

    .zt-ml-cart-reco-head p,
    .zt-ml-cart-reco-arrows {
        display: none;
    }

    .zt-ml-cart-reco-track {
        grid-auto-columns: minmax(170px, 178px);
        gap: 10px;
        margin-left: -2px;
        margin-right: -2px;
    }
}

@media (max-width: 480px) {
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .zt-ml-cart-store-card,
    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item,
    .zt-ml-cart-actions-row,
    .zt-ml-cart-reco {
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 92px minmax(0, 1fr) 30px;
        padding: 12px 8px !important;
    }

    .zt-ml-cart-thumb {
        width: 60px;
        height: 60px;
    }

    .zt-ml-item-check {
        width: 21px;
        height: 21px;
    }

    .zt-ml-cart-title {
        font-size: 13.5px !important;
    }

    .zt-ml-cart-subtotal-value {
        font-size: 15.5px;
    }

    .zt-ml-coupon-form {
        gap: 6px;
    }

    body.woocommerce-cart .zt-ml-coupon-form .button {
        padding: 0 12px;
    }
}

/* ZT extracted cart QA desktop styles from global */

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â FIX PASARELA ML DESPUES DE QA
   Libera el contenedor de page.php y corrige cards/resumen mobile.
============================================================ */
body.woocommerce-cart main#zt-main {
    background: #ededed !important;
}

body.woocommerce-cart main#zt-main .zt-page-inner {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
    width: min(1120px, calc(100% - 32px)) !important;
    max-width: 1120px !important;
    margin: 32px auto 96px !important;
    grid-template-columns: minmax(0, 680px) 360px !important;
    justify-content: center;
    gap: 16px !important;
}

body.woocommerce-cart .zt-ml-cart-store-card,
body.woocommerce-cart .zt-ml-cart-actions-row,
body.woocommerce-cart .zt-ml-cart-delivery-strip,
body.woocommerce-cart .zt-ml-cart-reco,
body.woocommerce-cart .zt-ml-cart-summary-box {
    border-radius: 8px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.12) !important;
}

body.woocommerce-cart .zt-ml-cart-store-card {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-cart .zt-ml-cart-delivery-strip,
body.woocommerce-cart .zt-ml-cart-actions-row {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

body.woocommerce-cart .zt-ml-cart-reco {
    padding: 18px 16px 18px !important;
}

body.woocommerce-cart .zt-ml-cart-reco-track {
    grid-auto-columns: minmax(180px, 190px);
}

@media (min-width: 981px) {
    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 96px minmax(220px, 1fr) 106px 104px 116px 32px !important;
        padding: 14px 12px !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb {
        width: 70px;
        height: 70px;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        font-size: 15px !important;
        line-height: 1.25 !important;
    }
}

/* ZT extracted cart mobile and cleanup styles from global */

   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Ocultar cabecera "Productos de ZonaTronik"
============================================================ */
body.woocommerce-cart .zt-ml-cart-store-card {
    display: none !important;
}

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Quitar espacio superior antes de appbar carrito
============================================================ */
@media (max-width: 980px) {
    html body.woocommerce-cart,
    body.woocommerce-cart #page,
    body.woocommerce-cart .site,
    body.woocommerce-cart main#zt-main,
    body.woocommerce-cart main#zt-main .zt-page-inner,
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-appbar {
        margin-top: 0 !important;
        top: 0 !important;
    }

    body.woocommerce-cart .woocommerce-notices-wrapper {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
    }
}

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Appbar carrito fijo arriba sin franja blanca
============================================================ */
@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-appbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 10020 !important;
        margin: 0 !important;
        transform: translateY(0) !important;
    }

    body.woocommerce-cart main#zt-main {
        padding-top: 88px !important;
    }
}

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Recomendados: contador agregado tipo ML
   El boton + pasa a mostrar 1, 2, 3... sin tilde duplicada.
============================================================ */
.zt-ml-cart-reco-card .added_to_cart.wc-forward {
    display: none !important;
}

.zt-cart-reco-add.added::after,
.zt-cart-reco-add.is-added::after,
.zt-cart-reco-add.has-count::after {
    display: none !important;
    content: none !important;
}

.zt-cart-reco-add.is-added,
.zt-cart-reco-add.has-count {
    background: #3483fa !important;
    color: #fff !important;
}

.zt-cart-reco-add.has-count {
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.zt-cart-reco-add.has-count .zt-reco-add-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1em;
    color: #fff;
    font: inherit;
}

.zt-cart-reco-add.has-count:hover {
    background: #2968c8 !important;
}

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Carrito limpio sin tienda oficial ni checks por item
============================================================ */
.zt-ml-cart-store-copy p,
.zt-ml-item-check {
    display: none !important;
}

.zt-ml-cart-store-card {
    min-height: 0 !important;
}

body.woocommerce-cart .zt-ml-cart-store-card {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

body.woocommerce-cart .zt-ml-cart-thumb-cell {
    justify-content: center !important;
}

@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-store-card {
        padding: 14px 16px !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb-cell {
        padding-top: 0 !important;
        align-items: center !important;
    }
}

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Cupon mobile limpio estilo MercadoLibre
   Deja un link sutil en el resumen y abre un panel compacto.
============================================================ */
@media (max-width: 980px) {
    body.woocommerce-cart {
        --zt-ml-cart-summary-h: 178px;
    }

    body.woocommerce-cart .zt-ml-cart-actions-row,
    body.woocommerce-cart .zt-ml-cart-actions-cell {
        display: block !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.woocommerce-cart .zt-ml-coupon-box {
        position: fixed !important;
        left: 14px !important;
        right: 14px !important;
        bottom: calc(80px + var(--zt-ml-cart-summary-h, 178px) + env(safe-area-inset-bottom)) !important;
        z-index: 10005 !important;
        display: none !important;
        max-width: 480px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        pointer-events: none !important;
    }

    body.woocommerce-cart .zt-ml-coupon-box.is-open {
        display: block !important;
        pointer-events: auto !important;
    }

    body.woocommerce-cart .zt-ml-coupon-toggle {
        display: none !important;
    }

    body.woocommerce-cart .zt-ml-coupon-form {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 8px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 12px !important;
        border: 1px solid rgba(0,0,0,.08) !important;
        border-radius: 10px !important;
        background: #fff !important;
        box-shadow: 0 -6px 20px rgba(0,0,0,.16) !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-cart .zt-ml-coupon-form[hidden] {
        display: none !important;
    }

    body.woocommerce-cart .zt-ml-coupon-box.is-open .zt-ml-coupon-form {
        display: grid !important;
    }

    body.woocommerce-cart .zt-ml-coupon-form input.input-text {
        width: 100% !important;
        height: 40px !important;
        min-width: 0 !important;
        border: 1px solid #d8d8d8 !important;
        border-radius: 8px !important;
        background: #fff !important;
        background-image: none !important;
        color: #222 !important;
        font-size: 15px !important;
        padding: 0 12px !important;
        text-align: left !important;
        box-sizing: border-box !important;
        box-shadow: none !important;
    }

    body.woocommerce-cart .zt-ml-coupon-form .button {
        width: auto !important;
        height: 40px !important;
        min-width: 88px !important;
        padding: 0 14px !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: #3483fa !important;
        background-image: none !important;
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-transform: none !important;
        box-shadow: none !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-coupon,
    body.woocommerce-cart .zt-ml-summary-coupon-link.zt-ml-mobile-summary-coupon,
    body.woocommerce-cart .zt-ml-mobile-summary-lines button.zt-ml-mobile-summary-coupon {
        appearance: none !important;
        -webkit-appearance: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        min-height: 28px !important;
        margin: 5px 0 6px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        color: #3483fa !important;
        font-size: 15px !important;
        font-weight: 750 !important;
        line-height: 1.2 !important;
        box-shadow: none !important;
        outline: 0 !important;
        text-align: left !important;
        text-decoration: none !important;
        text-transform: none !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-coupon i,
    body.woocommerce-cart .zt-ml-summary-coupon-link.zt-ml-mobile-summary-coupon i,
    body.woocommerce-cart .zt-ml-mobile-summary-lines button.zt-ml-mobile-summary-coupon i {
        color: #3483fa !important;
        font-size: 14px !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-coupon span,
    body.woocommerce-cart .zt-ml-summary-coupon-link.zt-ml-mobile-summary-coupon span,
    body.woocommerce-cart .zt-ml-mobile-summary-lines button.zt-ml-mobile-summary-coupon span {
        color: inherit !important;
        font: inherit !important;
    }
}

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Segundo slider de recomendados en carrito
============================================================ */
body.woocommerce-cart .zt-ml-cart-reco-extra {
    margin-top: 12px !important;
}

body.woocommerce-cart .zt-ml-cart-reco-extra .zt-ml-cart-reco-head h2 {
    font-size: 20px;
}

@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-reco + .zt-ml-cart-reco {
        margin-top: 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-extra {
        padding-top: 14px !important;
        padding-bottom: 18px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-extra .zt-ml-cart-reco-head h2 {
        margin-bottom: 10px !important;
        font-size: 22px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-extra .zt-ml-cart-reco-track {
        padding-bottom: 4px;
    }
}

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Carrito mobile sin hueco inferior ni footer
============================================================ */
@media (max-width: 980px) {
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        padding-bottom: calc(185px + env(safe-area-inset-bottom)) !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco:last-of-type {
        margin-bottom: 0 !important;
    }

    body.woocommerce-cart #zt-footer,
    body.woocommerce-cart .zt-footer,
    body.woocommerce-cart #colophon,
    body.woocommerce-cart .site-footer,
    body.woocommerce-cart footer.site-footer,
    body.woocommerce-cart .elementor-location-footer {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
    }
}

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Precios transferencia en carrito y recomendados
============================================================ */
body.woocommerce-cart .zt-ml-cart-pay-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: 0 0 3px auto;
    padding: 2px 6px;
    border-radius: 999px;
    background: #e9f8f1;
    color: #00a650;
    font-size: 10.5px;
    font-weight: 850;
    line-height: 1.1;
    white-space: nowrap;
}

body.woocommerce-cart .zt-ml-cart-list-price {
    display: block;
    margin-top: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
}

body.woocommerce-cart .zt-ml-cart-list-price del {
    color: #777;
    text-decoration-thickness: 1px;
}

body.woocommerce-cart .zt-ml-cart-transfer-value {
    color: #222 !important;
    font-weight: 500 !important;
}

body.woocommerce-cart .zt-ml-cart-reco-transfer-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-top: 10px;
    line-height: 1.08;
}

body.woocommerce-cart .zt-ml-cart-reco-transfer-price > span {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    padding: 3px 7px;
    border-radius: 999px;
    background: #e9f8f1;
    color: #00a650;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
}

body.woocommerce-cart .zt-ml-cart-reco-transfer-price strong {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.05;
}

body.woocommerce-cart .zt-ml-cart-reco-transfer-price del {
    color: #777;
    font-size: 12.5px;
    font-weight: 500;
}

@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-pay-label {
        margin-left: auto;
        font-size: 9.5px;
    }

    body.woocommerce-cart .zt-ml-cart-list-price {
        font-size: 11px;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price strong {
        font-size: 25px;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price > span {
        font-size: 10.5px;
    }
}

/* ============================================================
   ZT ML PRO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Carrito mobile items mas compactos
============================================================ */
@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 88px minmax(0, 1fr) minmax(82px, auto) !important;
        column-gap: 7px !important;
        row-gap: 8px !important;
        min-height: 116px !important;
        padding: 12px 10px 11px !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb-cell {
        padding-top: 0 !important;
        align-items: center !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb {
        width: 64px !important;
        height: 64px !important;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        font-size: 14.5px !important;
        line-height: 1.12 !important;
        font-weight: 750 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.woocommerce-cart .zt-ml-cart-variation,
    body.woocommerce-cart .zt-ml-cart-variation .variation {
        margin-top: 3px !important;
        font-size: 11.5px !important;
        line-height: 1.15 !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell {
        min-width: 112px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .quantity {
        height: 36px !important;
        max-width: 126px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-qty-btn {
        width: 32px !important;
        height: 36px !important;
        font-size: 17px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell input.qty {
        width: 42px !important;
        height: 36px !important;
        min-height: 36px !important;
        font-size: 14px !important;
    }

    body.woocommerce-cart .zt-ml-cart-pay-label {
        margin-bottom: 2px !important;
        padding: 2px 5px !important;
        font-size: 8.5px !important;
        letter-spacing: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-value,
    body.woocommerce-cart .zt-ml-cart-transfer-value {
        font-size: 18px !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
    }

    body.woocommerce-cart .zt-ml-cart-list-price {
        margin-top: 2px !important;
        font-size: 9.5px !important;
        line-height: 1.05 !important;
    }

    body.woocommerce-cart .zt-ml-trash.remove {
        width: 26px !important;
        height: 26px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 520px) {
    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 82px minmax(0, 1fr) minmax(78px, auto) !important;
        min-height: 108px !important;
        padding: 11px 8px 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb {
        width: 58px !important;
        height: 58px !important;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        font-size: 13.5px !important;
        line-height: 1.1 !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-value,
    body.woocommerce-cart .zt-ml-cart-transfer-value {
        font-size: 17px !important;
    }

    body.woocommerce-cart .zt-ml-cart-list-price {
        font-size: 9px !important;
    }
}

/* ============================================================
   ZT ML PRO - Compactacion final efectiva carrito mobile
============================================================ */
@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        position: relative !important;
        grid-template-columns: 70px minmax(0, 1fr) minmax(70px, auto) !important;
        grid-template-areas:
            "thumb info subtotal"
            "thumb qty subtotal" !important;
        column-gap: 7px !important;
        row-gap: 5px !important;
        align-items: center !important;
        min-height: 92px !important;
        padding: 9px 8px 8px !important;
        overflow: visible !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item td {
        padding: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb-cell {
        padding-top: 0 !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb {
        width: 52px !important;
        height: 52px !important;
        border-radius: 9px !important;
    }

    body.woocommerce-cart .zt-ml-cart-info-cell {
        padding-right: 2px !important;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        font-size: 12.5px !important;
        line-height: 1.08 !important;
        font-weight: 750 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.woocommerce-cart .zt-ml-cart-variation,
    body.woocommerce-cart .zt-ml-cart-variation .variation {
        margin-top: 2px !important;
        font-size: 10.5px !important;
        line-height: 1.1 !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell {
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        flex-wrap: nowrap !important;
        align-self: start !important;
        justify-self: start !important;
        min-width: 100px !important;
        max-width: 100% !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .quantity {
        height: 32px !important;
        max-width: 108px !important;
        border-radius: 7px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-qty-btn {
        width: 29px !important;
        height: 32px !important;
        font-size: 15px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell input.qty {
        width: 38px !important;
        height: 32px !important;
        min-height: 32px !important;
        font-size: 13px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-ml-cart-stock-badge {
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 3px 7px !important;
        border-radius: 8px !important;
        font-size: 9.5px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-ml-cart-stock-badge i {
        font-size: 9.5px !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-cell {
        align-self: center !important;
        justify-self: end !important;
        min-width: 70px !important;
        padding-top: 19px !important;
        text-align: right !important;
    }

    body.woocommerce-cart .zt-ml-cart-pay-label {
        margin-bottom: 1px !important;
        padding: 1px 4px !important;
        font-size: 7.8px !important;
        line-height: 1.05 !important;
        letter-spacing: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-value,
    body.woocommerce-cart .zt-ml-cart-transfer-value {
        font-size: 15.5px !important;
        line-height: 1.02 !important;
        white-space: nowrap !important;
    }

    body.woocommerce-cart .zt-ml-cart-list-price {
        margin-top: 1px !important;
        font-size: 8px !important;
        line-height: 1.05 !important;
    }

    body.woocommerce-cart .zt-ml-cart-remove-cell {
        grid-area: auto !important;
        position: absolute !important;
        top: 3px !important;
        right: 2px !important;
        z-index: 4 !important;
        width: 17px !important;
        height: 17px !important;
        min-width: 17px !important;
        padding: 0 !important;
        text-align: center !important;
        transform: none !important;
    }

    body.woocommerce-cart .zt-ml-trash.remove {
        width: 17px !important;
        height: 17px !important;
        min-height: 17px !important;
        border-radius: 4px !important;
        color: #ff1744 !important;
        background: transparent !important;
        font-size: 10.5px !important;
        line-height: 1 !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco h2 {
        margin-bottom: 9px !important;
        font-size: 19px !important;
        line-height: 1.12 !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-track {
        grid-auto-columns: minmax(154px, 160px) !important;
        gap: 10px !important;
        padding-bottom: 6px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-card {
        min-height: 238px !important;
        padding-bottom: 8px !important;
        border-radius: 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-img {
        height: 108px !important;
        padding: 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-body {
        padding: 8px 10px 36px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-name {
        min-height: 31px !important;
        font-size: 13px !important;
        line-height: 1.18 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price {
        gap: 1px !important;
        margin-top: 6px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price > span {
        padding: 2px 6px !important;
        font-size: 8.8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price strong {
        font-size: 19px !important;
        line-height: 1.02 !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price del {
        font-size: 10px !important;
        line-height: 1.05 !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-cuotas {
        margin-top: 2px !important;
        font-size: 11.5px !important;
        line-height: 1.15 !important;
    }

    body.woocommerce-cart .zt-cart-reco-add {
        right: 9px !important;
        bottom: 9px !important;
        width: 32px !important;
        height: 32px !important;
        min-height: 32px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 520px) {
    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 62px minmax(0, 1fr) minmax(66px, auto) !important;
        min-height: 86px !important;
        padding: 8px 6px 7px !important;
        column-gap: 6px !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb {
        width: 46px !important;
        height: 46px !important;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        font-size: 11.7px !important;
        line-height: 1.07 !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell {
        gap: 5px !important;
        min-width: 94px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .quantity {
        height: 30px !important;
        max-width: 100px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-qty-btn {
        width: 27px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell input.qty {
        width: 36px !important;
        height: 30px !important;
        min-height: 30px !important;
        font-size: 12.5px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-ml-cart-stock-badge {
        padding: 2px 6px !important;
        font-size: 8.8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-ml-cart-stock-badge i {
        font-size: 8.8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-cell {
        min-width: 66px !important;
        padding-top: 18px !important;
    }

    body.woocommerce-cart .zt-ml-cart-pay-label {
        font-size: 7.3px !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-value,
    body.woocommerce-cart .zt-ml-cart-transfer-value {
        font-size: 14.5px !important;
    }

    body.woocommerce-cart .zt-ml-cart-list-price {
        font-size: 7.7px !important;
    }

    body.woocommerce-cart .zt-ml-cart-remove-cell {
        top: 3px !important;
        right: 2px !important;
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
    }

    body.woocommerce-cart .zt-ml-trash.remove {
        width: 16px !important;
        height: 16px !important;
        min-height: 16px !important;
        font-size: 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-track {
        grid-auto-columns: minmax(142px, 150px) !important;
        gap: 9px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-card {
        min-height: 218px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-img {
        height: 94px !important;
        padding: 7px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-body {
        padding: 7px 9px 34px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-name {
        min-height: 29px !important;
        font-size: 12.4px !important;
        line-height: 1.16 !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price > span {
        font-size: 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price strong {
        font-size: 18px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price del {
        font-size: 9.5px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-cuotas {
        font-size: 10.8px !important;
    }

    body.woocommerce-cart .zt-cart-reco-add {
        width: 30px !important;
        height: 30px !important;
        min-height: 30px !important;
    }
}

/* ZT extracted final cart layout styles from global */

/* ============================================================
   ZT ML PRO - Desktop carrito mas ordenado
============================================================ */
@media (min-width: 981px) {
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        width: min(1320px, calc(100% - 48px)) !important;
        grid-template-columns: minmax(820px, 1fr) 360px !important;
        gap: 22px !important;
        margin-top: 28px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main {
        min-width: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-summary-box {
        top: 104px !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 82px minmax(250px, 1fr) 126px 156px 126px 24px !important;
        min-height: 94px !important;
        gap: 0 !important;
        padding: 12px 10px !important;
        align-items: center !important;
        box-shadow: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item td {
        min-width: 0 !important;
        padding: 0 7px !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb {
        width: 58px !important;
        height: 58px !important;
        border-radius: 9px !important;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.18 !important;
        font-weight: 700 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.woocommerce-cart .zt-ml-cart-price-cell,
    body.woocommerce-cart .zt-ml-cart-subtotal-cell {
        text-align: left !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-cell {
        text-align: right !important;
    }

    body.woocommerce-cart .zt-ml-cart-price-label,
    body.woocommerce-cart .zt-ml-cart-subtotal-label {
        margin-bottom: 3px !important;
        color: #666 !important;
        font-size: 9.5px !important;
        line-height: 1.1 !important;
    }

    body.woocommerce-cart .zt-ml-cart-price-value,
    body.woocommerce-cart .zt-ml-cart-subtotal-value,
    body.woocommerce-cart .zt-ml-cart-transfer-value {
        display: block !important;
        font-size: 14px !important;
        line-height: 1.12 !important;
        white-space: nowrap !important;
    }

    body.woocommerce-cart .zt-ml-cart-pay-label {
        margin-bottom: 2px !important;
        padding: 2px 5px !important;
        font-size: 8.5px !important;
        line-height: 1 !important;
    }

    body.woocommerce-cart .zt-ml-cart-list-price {
        margin-top: 2px !important;
        font-size: 9.5px !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 7px !important;
        flex-wrap: nowrap !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .quantity {
        flex: 0 0 auto !important;
        height: 32px !important;
        border-radius: 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-qty-btn {
        width: 30px !important;
        height: 32px !important;
        font-size: 14px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell input.qty {
        width: 38px !important;
        height: 32px !important;
        min-height: 32px !important;
        font-size: 13px !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-ml-cart-stock-badge {
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 3px 6px !important;
        border-radius: 8px !important;
        font-size: 8.5px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-ml-cart-stock-badge i {
        font-size: 8.5px !important;
    }

    body.woocommerce-cart .zt-ml-cart-remove-cell {
        justify-self: end !important;
        text-align: right !important;
    }

    body.woocommerce-cart .zt-ml-trash.remove {
        width: 20px !important;
        height: 20px !important;
        min-height: 20px !important;
        color: #777 !important;
        font-size: 12px !important;
    }

    body.woocommerce-cart .zt-ml-cart-actions-row,
    body.woocommerce-cart .zt-ml-cart-actions-cell,
    body.woocommerce-cart .zt-ml-cart-delivery-strip,
    body.woocommerce-cart .zt-ml-cart-reco {
        border-radius: 0 0 10px 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco {
        padding: 16px 14px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-head {
        margin-bottom: 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-head h2 {
        font-size: 19px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-track {
        grid-auto-columns: minmax(150px, 162px) !important;
        gap: 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-card {
        min-height: 238px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-img {
        height: 112px !important;
        padding: 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-body {
        padding: 8px 10px 36px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-name {
        min-height: 32px !important;
        font-size: 12.8px !important;
        line-height: 1.18 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price {
        margin-top: 6px !important;
        gap: 1px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price > span {
        padding: 2px 6px !important;
        font-size: 8.5px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price strong {
        font-size: 20px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price del,
    body.woocommerce-cart .zt-ml-cart-reco-cuotas {
        font-size: 10.5px !important;
    }
}

@media (min-width: 981px) and (max-width: 1240px) {
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        width: min(1180px, calc(100% - 32px)) !important;
        grid-template-columns: minmax(0, 1fr) 330px !important;
        gap: 16px !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 72px minmax(210px, 1fr) 112px 138px 112px 22px !important;
        padding: 11px 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        font-size: 13px !important;
    }

    body.woocommerce-cart .zt-ml-cart-price-label,
    body.woocommerce-cart .zt-ml-cart-subtotal-label {
        font-size: 8.8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-price-value,
    body.woocommerce-cart .zt-ml-cart-subtotal-value,
    body.woocommerce-cart .zt-ml-cart-transfer-value {
        font-size: 13px !important;
    }
}

/* ============================================================
   ZT ML PRO - Pulido visual carrito desktop y mobile
============================================================ */
@media (min-width: 981px) {
    body.woocommerce-cart {
        background: #f3f4f5 !important;
    }

    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        width: min(1360px, calc(100% - 56px)) !important;
        grid-template-columns: minmax(860px, 1fr) 360px !important;
        gap: 24px !important;
    }

    body.woocommerce-cart .zt-ml-cart-form {
        overflow: hidden !important;
        background: #fff !important;
        border: 1px solid #e7e9ed !important;
        border-radius: 12px !important;
        box-shadow: 0 6px 18px rgba(0,0,0,.04) !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 74px minmax(320px, 1fr) 188px 132px 22px !important;
        min-height: 92px !important;
        padding: 13px 14px !important;
        border-right: 0 !important;
        border-left: 0 !important;
        border-color: #edf0f2 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item:first-of-type {
        border-top: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item td {
        padding: 0 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-price-cell {
        display: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-thumb {
        width: 58px !important;
        height: 58px !important;
        background: #fff !important;
        border-color: #eef0f3 !important;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 750 !important;
        color: #252525 !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell {
        justify-content: flex-start !important;
        gap: 8px !important;
        min-width: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .quantity {
        height: 32px !important;
        border-color: #dfe5ee !important;
        box-shadow: 0 1px 2px rgba(0,0,0,.03) !important;
    }

    body.woocommerce-cart .zt-ml-cart-qty-cell .zt-ml-cart-stock-badge {
        max-width: 86px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-cell {
        text-align: right !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-label {
        color: #707070 !important;
        font-size: 9px !important;
        font-weight: 700 !important;
    }

    body.woocommerce-cart .zt-ml-cart-pay-label {
        margin-left: auto !important;
        padding: 2px 6px !important;
        font-size: 8.5px !important;
    }

    body.woocommerce-cart .zt-ml-cart-subtotal-value,
    body.woocommerce-cart .zt-ml-cart-transfer-value {
        font-size: 14px !important;
        font-weight: 650 !important;
    }

    body.woocommerce-cart .zt-ml-cart-list-price {
        color: #8a8a8a !important;
        font-size: 9px !important;
    }

    body.woocommerce-cart .zt-ml-trash.remove {
        color: #9a9a9a !important;
    }

    body.woocommerce-cart .zt-ml-trash.remove:hover {
        color: #ff1744 !important;
        background: #fff1f3 !important;
    }

    body.woocommerce-cart .zt-ml-cart-actions-row,
    body.woocommerce-cart .zt-ml-cart-actions-cell {
        border-right: 0 !important;
        border-left: 0 !important;
        border-bottom: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-actions-cell {
        padding: 12px 16px 14px !important;
    }

    body.woocommerce-cart .zt-ml-coupon-toggle,
    body.woocommerce-cart .zt-ml-summary-coupon-link {
        min-height: 34px !important;
        font-size: 14px !important;
        font-weight: 750 !important;
    }

    body.woocommerce-cart .zt-ml-cart-delivery-strip,
    body.woocommerce-cart .zt-ml-cart-reco {
        border-color: #e7e9ed !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 14px rgba(0,0,0,.035) !important;
    }

    body.woocommerce-cart .zt-ml-cart-summary-box {
        padding: 16px 18px 18px !important;
        border-color: #e1e4e8 !important;
        border-radius: 12px !important;
        box-shadow: 0 7px 20px rgba(0,0,0,.08) !important;
    }

    body.woocommerce-cart .zt-ml-cart-summary-title {
        margin-bottom: 10px !important;
        font-size: 16px !important;
        font-weight: 800 !important;
    }

    body.woocommerce-cart .zt-ml-cart-progress-text {
        font-size: 12px !important;
        line-height: 1.28 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table th,
    body.woocommerce-cart .zt-ml-cart-totals-table td {
        padding: 6px 0 !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table tr.fee th,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.fee td,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount th,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount td {
        background: #f7fbf8 !important;
        color: #2b2b2b !important;
        font-weight: 750 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table tr.fee td,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount td {
        color: #222 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table tr.woocommerce-shipping-totals.shipping th,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.woocommerce-shipping-totals.shipping td {
        display: block !important;
        width: 100% !important;
        padding: 5px 0 !important;
        text-align: left !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table #shipping_method {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table #shipping_method li {
        margin: 5px 0 !important;
        line-height: 1.25 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table #shipping_method label {
        font-size: 12.5px !important;
        font-weight: 750 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table .woocommerce-shipping-destination,
    body.woocommerce-cart .zt-ml-cart-totals-table .woocommerce-shipping-calculator {
        margin: 6px 0 0 !important;
        color: #555 !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        text-align: left !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table .order-total th,
    body.woocommerce-cart .zt-ml-cart-totals-table .order-total td {
        padding-top: 12px !important;
        font-size: 18px !important;
        line-height: 1.1 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table .order-total td {
        text-align: right !important;
        white-space: nowrap !important;
    }

    body.woocommerce-cart .zt-ml-cart-summary-actions {
        margin-top: 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-continue,
    body.woocommerce-cart .zt-ml-cart-summary-actions .checkout-button {
        min-height: 48px !important;
        border-radius: 8px !important;
        font-size: 15px !important;
        font-weight: 800 !important;
    }

    body.woocommerce-cart .zt-ml-cart-summary-note {
        margin-top: 10px !important;
        padding: 9px 10px !important;
        font-size: 11.5px !important;
        line-height: 1.25 !important;
    }
}

@media (min-width: 981px) and (max-width: 1240px) {
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        grid-template-columns: minmax(0, 1fr) 330px !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        grid-template-columns: 68px minmax(250px, 1fr) 160px 118px 20px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        font-size: 13.2px !important;
    }
}

@media (max-width: 980px) {
    body.woocommerce-cart {
        background: #f1f2f4 !important;
    }

    body.woocommerce-cart .zt-ml-cart-appbar {
        box-shadow: 0 1px 0 rgba(0,0,0,.12) !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tr.zt-ml-cart-item {
        border-color: #edf0f2 !important;
    }

    body.woocommerce-cart .zt-ml-cart-title {
        color: #111 !important;
        font-weight: 800 !important;
    }

    body.woocommerce-cart .zt-ml-cart-summary-box {
        padding: 11px 18px 12px !important;
        border: 1px solid rgba(0,0,0,.06) !important;
        border-radius: 10px 10px 0 0 !important;
        box-shadow: 0 -5px 20px rgba(0,0,0,.13) !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-row {
        grid-template-columns: minmax(0, 1fr) minmax(112px, auto) !important;
        gap: 10px !important;
        align-items: center !important;
        padding: 2px 0 !important;
        font-size: 14.5px !important;
        line-height: 1.15 !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-row span {
        color: #2a2a2a !important;
        font-weight: 700 !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-row strong {
        color: #222 !important;
        font-size: 15px !important;
        font-weight: 750 !important;
        line-height: 1.12 !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-row:nth-child(2) strong {
        max-width: 150px !important;
        white-space: normal !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-discount {
        font-size: 13.2px !important;
        line-height: 1.12 !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-discount span,
    body.woocommerce-cart .zt-ml-mobile-summary-discount strong {
        font-size: 13.2px !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-coupon,
    body.woocommerce-cart .zt-ml-summary-coupon-link.zt-ml-mobile-summary-coupon {
        min-height: 32px !important;
        margin: 5px 0 6px !important;
        padding: 6px 0 !important;
        font-size: 15px !important;
        line-height: 1.12 !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-total {
        padding-top: 7px !important;
        font-size: 23px !important;
        line-height: 1.05 !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-total span {
        font-weight: 850 !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-total strong,
    body.woocommerce-cart .zt-ml-mobile-summary-total strong .amount {
        font-size: 25px !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-summary-actions {
        margin-top: 7px !important;
    }

    body.woocommerce-cart .zt-ml-cart-continue,
    body.woocommerce-cart .zt-ml-cart-summary-actions .checkout-button {
        min-height: 48px !important;
        border-radius: 8px !important;
        font-size: 16px !important;
        font-weight: 850 !important;
    }
}

@media (max-width: 520px) {
    body.woocommerce-cart .zt-ml-cart-summary-box {
        padding: 10px 18px 11px !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-row {
        font-size: 14px !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-row strong {
        font-size: 14.5px !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-total {
        font-size: 22px !important;
    }

    body.woocommerce-cart .zt-ml-mobile-summary-total strong,
    body.woocommerce-cart .zt-ml-mobile-summary-total strong .amount {
        font-size: 24px !important;
    }
}

/* ============================================================
   ZT ML PRO - Fix desktop cesto y subtotal sin apretar
============================================================ */
@media (min-width: 981px) {
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item {
        display: grid !important;
        grid-template-columns: 74px minmax(300px, 1fr) 170px minmax(132px, 150px) 28px !important;
        grid-template-areas: "thumb info qty subtotal remove" !important;
        align-items: center !important;
        gap: 0 !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item td {
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-thumb-cell {
        grid-area: thumb !important;
        position: static !important;
        justify-self: center !important;
        align-self: center !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-info-cell {
        grid-area: info !important;
        align-self: center !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-price-cell {
        display: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell {
        grid-area: qty !important;
        align-self: center !important;
        justify-self: start !important;
        position: static !important;
        transform: none !important;
        padding-right: 12px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-subtotal-cell {
        grid-area: subtotal !important;
        align-self: center !important;
        justify-self: end !important;
        min-width: 0 !important;
        padding: 0 12px 0 8px !important;
        text-align: right !important;
        overflow: visible !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-remove-cell,
    body.woocommerce-cart .zt-ml-cart-main td.product-remove.zt-ml-cart-remove-cell {
        grid-area: remove !important;
        order: initial !important;
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        z-index: auto !important;
        justify-self: end !important;
        align-self: center !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 24px !important;
        padding: 0 !important;
        text-align: right !important;
        transform: none !important;
        background: transparent !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-trash.remove,
    body.woocommerce-cart .zt-ml-cart-main td.product-remove.zt-ml-cart-remove-cell a.remove {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 22px !important;
        height: 22px !important;
        min-height: 22px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        color: #9a9a9a !important;
        background: transparent !important;
        font-size: 12px !important;
        line-height: 1 !important;
        text-decoration: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-trash.remove:hover,
    body.woocommerce-cart .zt-ml-cart-main td.product-remove.zt-ml-cart-remove-cell a.remove:hover {
        color: #ff1744 !important;
        background: #fff1f3 !important;
    }
}

@media (min-width: 981px) and (max-width: 1240px) {
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item {
        grid-template-columns: 66px minmax(240px, 1fr) 152px minmax(118px, 132px) 24px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-subtotal-cell {
        padding-right: 8px !important;
    }
}

/* ============================================================
   ZT ML PRO - Mobile imagen ocupa alto disponible de fila
============================================================ */
@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item .zt-ml-cart-thumb-cell {
        align-self: stretch !important;
        justify-self: center !important;
        align-items: stretch !important;
        height: 100% !important;
        padding: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item .zt-ml-cart-thumb {
        align-self: stretch !important;
        width: 62px !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        border-radius: 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item .zt-ml-cart-thumb img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }
}

@media (max-width: 520px) {
    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item .zt-ml-cart-thumb {
        width: 56px !important;
    }
}

/* ============================================================
   ZT ML PRO - Mobile cantidad separada y carrito portrait
============================================================ */
@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item .zt-ml-cart-qty-cell {
        margin-left: 8px !important;
    }
}

@media (max-width: 520px) {
    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item .zt-ml-cart-qty-cell {
        margin-left: 7px !important;
    }
}

@media (max-width: 980px) and (orientation: landscape) {
    body.woocommerce-cart {
        overflow-x: hidden !important;
    }

    body.woocommerce-cart .zt-ml-cart-appbar,
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout,
    body.woocommerce-cart .zt-ml-cart-summary-box,
    body.woocommerce-cart .zt-bottom-nav {
        width: min(560px, 100vw) !important;
        max-width: min(560px, 100vw) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body.woocommerce-cart .zt-ml-cart-appbar {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }

    body.woocommerce-cart .zt-ml-cart-summary-box,
    body.woocommerce-cart .zt-bottom-nav {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item {
        grid-template-columns: 62px minmax(0, 1fr) minmax(66px, auto) !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item .zt-ml-cart-thumb-cell {
        align-items: stretch !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item .zt-ml-cart-thumb {
        width: 56px !important;
        height: 100% !important;
        max-height: none !important;
        transform: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item .zt-ml-cart-thumb img {
        object-fit: contain !important;
        transform: none !important;
    }
}

/* ============================================================
   ZT ML PRO - Bloqueo mobile landscape en carrito
============================================================ */
@media (max-width: 980px) and (orientation: landscape) and (max-height: 560px) {
    html:has(body.woocommerce-cart),
    body.woocommerce-cart {
        overflow: hidden !important;
        height: 100% !important;
    }

    body.woocommerce-cart::before {
        content: "" !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 2147483000 !important;
        display: block !important;
        background: #ffe600 !important;
        pointer-events: auto !important;
    }

    body.woocommerce-cart::after {
        content: "Gira el celular para continuar\AEl carrito esta optimizado para vertical." !important;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        z-index: 2147483001 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: min(86vw, 380px) !important;
        min-height: 148px !important;
        padding: 24px !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 12px 34px rgba(0,0,0,.18) !important;
        color: #222 !important;
        font-size: 20px !important;
        font-weight: 850 !important;
        line-height: 1.22 !important;
        text-align: center !important;
        white-space: pre-line !important;
        transform: translate(-50%, -50%) !important;
        pointer-events: none !important;
    }
}

/* ============================================================
   ZT ML PRO - Desktop qty alineada e imagen mas grande
============================================================ */
@media (min-width: 981px) {
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item {
        grid-template-columns: 92px minmax(300px, 1fr) 178px minmax(132px, 150px) 28px !important;
        min-height: 104px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-thumb-cell {
        justify-self: center !important;
        padding-right: 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-thumb {
        width: 72px !important;
        height: 72px !important;
        border-radius: 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell {
        display: grid !important;
        grid-template-columns: 126px !important;
        grid-auto-rows: max-content !important;
        justify-content: center !important;
        justify-items: center !important;
        align-content: center !important;
        gap: 6px !important;
        width: 178px !important;
        min-width: 178px !important;
        max-width: 178px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity {
        justify-self: center !important;
        width: 126px !important;
        max-width: 126px !important;
        margin: 0 !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-ml-cart-stock-badge {
        justify-self: center !important;
        max-width: 126px !important;
        margin: 0 !important;
        text-align: center !important;
    }
}

@media (min-width: 981px) and (max-width: 1240px) {
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item {
        grid-template-columns: 82px minmax(230px, 1fr) 154px minmax(118px, 132px) 24px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-thumb {
        width: 64px !important;
        height: 64px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell {
        grid-template-columns: 118px !important;
        width: 154px !important;
        min-width: 154px !important;
        max-width: 154px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity {
        width: 118px !important;
        max-width: 118px !important;
    }
}

/* ============================================================
   ZT ML PRO - Desktop cantidad con eje fijo
============================================================ */
@media (min-width: 981px) {
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item {
        grid-template-columns: 94px minmax(320px, 1fr) 188px minmax(138px, 156px) 28px !important;
        min-height: 108px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell {
        position: relative !important;
        display: block !important;
        align-self: center !important;
        justify-self: center !important;
        width: 188px !important;
        min-width: 188px !important;
        max-width: 188px !important;
        height: 56px !important;
        min-height: 56px !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity {
        position: absolute !important;
        top: 0 !important;
        left: 50% !important;
        display: grid !important;
        grid-template-columns: 36px 52px 36px !important;
        align-items: center !important;
        justify-content: center !important;
        width: 124px !important;
        max-width: 124px !important;
        height: 34px !important;
        max-height: 34px !important;
        margin: 0 !important;
        transform: translateX(-50%) !important;
        overflow: hidden !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-qty-btn,
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity .zt-qty-btn {
        width: 36px !important;
        height: 34px !important;
        min-width: 36px !important;
        min-height: 34px !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell input.qty,
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity input.qty {
        width: 52px !important;
        min-width: 52px !important;
        max-width: 52px !important;
        height: 34px !important;
        min-height: 34px !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 34px !important;
        text-align: center !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-ml-cart-stock-badge {
        position: absolute !important;
        top: 39px !important;
        left: 50% !important;
        display: inline-flex !important;
        justify-content: center !important;
        max-width: 132px !important;
        margin: 0 !important;
        white-space: nowrap !important;
        text-align: center !important;
        transform: translateX(-50%) !important;
    }
}

@media (min-width: 981px) and (max-width: 1240px) {
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-table tbody tr.cart_item.zt-ml-cart-item {
        grid-template-columns: 84px minmax(240px, 1fr) 166px minmax(124px, 138px) 24px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell {
        width: 166px !important;
        min-width: 166px !important;
        max-width: 166px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity {
        grid-template-columns: 34px 48px 34px !important;
        width: 116px !important;
        max-width: 116px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-qty-btn,
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity .zt-qty-btn {
        width: 34px !important;
        min-width: 34px !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell input.qty,
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity input.qty {
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
    }
}

/* ============================================================
   ZT ML PRO - Desktop cantidad segmentada prolija
============================================================ */
@media (min-width: 981px) {
    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity {
        border: 1px solid #dfe5ee !important;
        border-radius: 8px !important;
        background: #fff !important;
        box-shadow: 0 1px 2px rgba(0,0,0,.04) !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-qty-btn {
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: #3483fa !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        box-shadow: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-qty-btn:hover {
        background: #f5f9ff !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-qty-minus {
        border-right: 1px solid #edf1f6 !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-qty-plus {
        border-left: 1px solid #edf1f6 !important;
    }

    body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell input.qty {
        border: 0 !important;
        background: #fff !important;
        color: #111 !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        box-shadow: none !important;
    }
}



/* ============================================================
   ZT - Acento amarillo de marca en el carrito
   Mantiene verdes los precios y estados positivos.
============================================================ */
body.woocommerce-cart {
    --zt-cart-accent: #ffe600;
    --zt-cart-accent-hover: #f2d600;
    --zt-cart-accent-soft: #fff8c7;
    --zt-cart-accent-ink: #6f5f00;
}

body.woocommerce-cart .zt-ml-cart-progress-bar span,
body.woocommerce-cart .zt-ml-cart-delivery-progress span {
    background: var(--zt-cart-accent) !important;
}

body.woocommerce-cart .zt-ml-cart-continue,
body.woocommerce-cart .zt-ml-cart-summary-actions .checkout-button,
body.woocommerce-cart .zt-ml-coupon-form .button {
    border-color: var(--zt-cart-accent) !important;
    background: var(--zt-cart-accent) !important;
    color: #151515 !important;
    box-shadow: 0 3px 10px rgba(151, 130, 0, .22) !important;
}

body.woocommerce-cart .zt-ml-cart-continue:hover,
body.woocommerce-cart .zt-ml-cart-summary-actions .checkout-button:hover,
body.woocommerce-cart .zt-ml-coupon-form .button:hover {
    background: var(--zt-cart-accent-hover) !important;
    color: #111 !important;
}

body.woocommerce-cart .zt-cart-reco-add,
body.woocommerce-cart .zt-cart-reco-add.is-added,
body.woocommerce-cart .zt-cart-reco-add.has-count {
    overflow: visible !important;
    border: 2px solid var(--zt-cart-accent) !important;
    background: #fff !important;
    color: #333 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
}

body.woocommerce-cart .zt-cart-reco-add:hover,
body.woocommerce-cart .zt-cart-reco-add.is-added:hover,
body.woocommerce-cart .zt-cart-reco-add.has-count:hover {
    background: #fffbe2 !important;
    color: #111 !important;
    transform: scale(1.05);
}

body.woocommerce-cart .zt-cart-reco-add > .fa-cart-shopping {
    font-size: 15px;
    line-height: 1;
}

body.woocommerce-cart .zt-cart-reco-add .zt-reco-add-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #00a650;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
}

body.woocommerce-cart .zt-cart-reco-add.has-count .zt-reco-add-count {
    color: #151515 !important;
}

body.woocommerce-cart .zt-ml-cart-qty-cell .quantity,
body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .quantity {
    border-color: rgba(255, 214, 0, .85) !important;
}

body.woocommerce-cart .zt-ml-cart-qty-cell .zt-qty-btn,
body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-qty-btn {
    color: var(--zt-cart-accent-ink) !important;
}

body.woocommerce-cart .zt-ml-cart-qty-cell .zt-qty-btn:hover,
body.woocommerce-cart .zt-ml-cart-main .zt-ml-cart-qty-cell .zt-qty-btn:hover {
    background: var(--zt-cart-accent-soft) !important;
}

body.woocommerce-cart .zt-ml-coupon-toggle,
body.woocommerce-cart .zt-ml-summary-coupon-link,
body.woocommerce-cart .zt-ml-mobile-summary-coupon,
body.woocommerce-cart .zt-ml-mobile-summary-coupon i,
body.woocommerce-cart .zt-ml-summary-coupon-link.zt-ml-mobile-summary-coupon,
body.woocommerce-cart .zt-ml-summary-coupon-link.zt-ml-mobile-summary-coupon i,
body.woocommerce-cart .zt-ml-mobile-summary-lines button.zt-ml-mobile-summary-coupon,
body.woocommerce-cart .zt-ml-mobile-summary-lines button.zt-ml-mobile-summary-coupon i,
body.woocommerce-cart .zt-ml-cart-delivery-strip a,
body.woocommerce-cart .zt-ml-cart-title:hover,
body.woocommerce-cart .zt-ml-cart-reco-name:hover,
body.woocommerce-cart .zt-ml-cart-variation dt,
body.woocommerce-cart .zt-ml-cart-store-copy p i,
body.woocommerce-cart .zt-ml-cart-store-arrow {
    color: var(--zt-cart-accent-ink) !important;
}

body.woocommerce-cart .zt-ml-cart-reco-arrows button {
    border-color: #ff4081 !important;
    background: #ff4081 !important;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(255, 64, 129, .28) !important;
}

body.woocommerce-cart .zt-ml-cart-reco-arrows button:hover:not(:disabled) {
    border-color: #e73676 !important;
    background: #e73676 !important;
    color: #fff !important;
}

body.woocommerce-cart .zt-ml-cart-reco-arrows button:disabled {
    border-color: rgba(255, 64, 129, .35) !important;
    background: #fff !important;
    color: #ff9abc !important;
    box-shadow: none !important;
    opacity: .65;
}

body.woocommerce-cart .zt-ml-cart-is-updating::after,
body.woocommerce-cart .zt-ml-cart-waiting-update::after,
body.woocommerce-cart .zt-ml-cart-store-count {
    border-color: rgba(255, 214, 0, .7) !important;
    background: var(--zt-cart-accent-soft) !important;
    color: var(--zt-cart-accent-ink) !important;
}

/* Stable visible text for cart updating state. */
body.woocommerce-cart .zt-ml-cart-waiting-update::after,
body.woocommerce-cart .zt-ml-cart-is-updating::after {
    content: "Actualizando carrito..." !important;
}

/* Empty cart state. */
body.woocommerce-cart .zt-ml-cart-empty {
    width: min(100% - 32px, 620px);
    margin: 62px auto 90px;
    padding: 38px 30px 34px;
    border: 1px solid rgba(255, 214, 0, .75);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
    text-align: center;
}

body.woocommerce-cart .zt-ml-cart-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    border: 2px solid #ffd600;
    border-radius: 50%;
    background: #fff8c7;
    color: #7a6800;
    font-size: 30px;
    box-shadow: 0 6px 16px rgba(151, 130, 0, .18);
}

body.woocommerce-cart .zt-ml-cart-empty h1 {
    margin: 0 0 10px;
    color: #111;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 950;
    line-height: 1.05;
}

body.woocommerce-cart .zt-ml-cart-empty p {
    max-width: 440px;
    margin: 0 auto 24px;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.45;
}

body.woocommerce-cart .zt-ml-cart-empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

body.woocommerce-cart .zt-ml-cart-empty-actions .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    min-width: 190px;
    padding: 0 22px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: none !important;
    text-decoration: none !important;
}

body.woocommerce-cart .zt-ml-cart-empty-primary {
    border: 1px solid #ffd600 !important;
    background: #ffe600 !important;
    color: #111 !important;
    box-shadow: 0 5px 14px rgba(151, 130, 0, .18) !important;
}

body.woocommerce-cart .zt-ml-cart-empty-secondary {
    border: 1px solid rgba(111, 95, 0, .25) !important;
    background: #fff !important;
    color: #6f5f00 !important;
}

body.woocommerce-cart .zt-ml-cart-empty-actions .button:hover {
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    body.woocommerce-cart .zt-ml-cart-empty {
        width: calc(100% - 24px);
        margin: 38px auto 118px;
        padding: 30px 18px 24px;
        border-radius: 16px;
    }

    body.woocommerce-cart .zt-ml-cart-empty-icon {
        width: 64px;
        height: 64px;
        font-size: 25px;
    }

    body.woocommerce-cart .zt-ml-cart-empty p {
        font-size: 14px;
    }

    body.woocommerce-cart .zt-ml-cart-empty-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.woocommerce-cart .zt-ml-cart-empty-actions .button {
        width: 100%;
        min-width: 0;
    }
}

/* Cart recommendation sliders: fuller product cards, matching shop grids. */
body.woocommerce-cart .zt-ml-cart-reco {
    width: 100% !important;
    box-sizing: border-box !important;
}

body.woocommerce-cart .zt-ml-cart-reco-track {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: clamp(164px, calc((100% - 48px) / 5), 198px) !important;
    gap: 12px !important;
    padding: 3px 2px 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
}

body.woocommerce-cart .zt-ml-cart-reco-card {
    container-type: inline-size !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 306px !important;
    border-radius: 12px !important;
    background: #fff !important;
    scroll-snap-align: start !important;
}

body.woocommerce-cart .zt-ml-cart-reco-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 8px !important;
    border-bottom: 0 !important;
    border-radius: 10px 10px 0 0 !important;
    background: #fff !important;
}

body.woocommerce-cart .zt-ml-cart-reco-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

body.woocommerce-cart .zt-ml-cart-reco-body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 9px 10px 42px !important;
}

body.woocommerce-cart .zt-ml-cart-reco-name {
    min-height: 38px !important;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.22 !important;
    -webkit-line-clamp: 2 !important;
}

body.woocommerce-cart .zt-ml-cart-reco-transfer-price {
    margin-top: auto !important;
}

body.woocommerce-cart .zt-cart-reco-add {
    top: 138px !important;
    top: calc(100cqw - 22px) !important;
    right: 8px !important;
    bottom: auto !important;
    z-index: 3 !important;
}

@media (max-width: 980px) {
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        width: 100% !important;
        box-sizing: border-box !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco {
        margin-top: 12px !important;
        padding: 13px 10px 12px !important;
        border-radius: 14px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-head {
        margin-bottom: 10px !important;
        padding: 0 2px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-head h2,
    body.woocommerce-cart .zt-ml-cart-reco-extra .zt-ml-cart-reco-head h2 {
        margin: 0 !important;
        font-size: 22px !important;
        font-weight: 500 !important;
        line-height: 1.08 !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-head p {
        display: none !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-track {
        grid-auto-columns: calc((100% - 12px) / 2) !important;
        gap: 12px !important;
        margin: 0 !important;
        padding: 2px 2px 12px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-card {
        min-height: 318px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-body {
        padding: 8px 10px 42px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price strong {
        font-size: 20px !important;
        line-height: 1.02 !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price > span {
        font-size: 8.6px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price del,
    body.woocommerce-cart .zt-ml-cart-reco-cuotas {
        font-size: 10.7px !important;
    }

    body.woocommerce-cart .zt-cart-reco-add {
        top: calc(((100vw - 44px) / 2) - 56px) !important;
        top: calc(100cqw - 22px) !important;
    }
}

@media (max-width: 420px) {
    body.woocommerce-cart .zt-cart-layout.zt-ml-cart-layout {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-track {
        grid-auto-columns: calc((100% - 10px) / 2) !important;
        gap: 10px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-name {
        font-size: 13.2px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price strong {
        font-size: 18px !important;
    }

    body.woocommerce-cart .zt-cart-reco-add {
        top: calc(((100vw - 36px) / 2) - 52px) !important;
        top: calc(100cqw - 22px) !important;
    }
}

body.woocommerce-cart .zt-ml-cart-reco-track::-webkit-scrollbar {
    height: 6px;
}

body.woocommerce-cart .zt-ml-cart-reco-track::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(0, 0, 0, .08);
}

body.woocommerce-cart .zt-ml-cart-reco-track::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(122, 104, 0, .55);
}

/* Cart recommendation cards: compact final polish. */
body.woocommerce-cart .zt-ml-cart-reco-track {
    align-items: stretch !important;
}

body.woocommerce-cart .zt-ml-cart-reco-card {
    position: relative !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    border: 1px solid rgba(0,0,0,.06) !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.08) !important;
}

body.woocommerce-cart .zt-ml-cart-reco-img {
    position: relative !important;
    display: block !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 5px !important;
    background: #fff !important;
}

body.woocommerce-cart .zt-ml-cart-reco-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

body.woocommerce-cart .zt-ml-cart-reco-body {
    flex: 0 0 auto !important;
    padding: 8px 10px 10px !important;
}

body.woocommerce-cart .zt-ml-cart-reco-name {
    min-height: 38px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

body.woocommerce-cart .zt-ml-cart-reco-transfer-price {
    margin-top: 6px !important;
    gap: 1px !important;
}

body.woocommerce-cart .zt-ml-cart-reco-transfer-price > span {
    padding: 2px 6px !important;
    font-size: 9px !important;
    line-height: 1 !important;
}

body.woocommerce-cart .zt-ml-cart-reco-transfer-price strong {
    font-size: 21px !important;
    line-height: 1 !important;
}

body.woocommerce-cart .zt-ml-cart-reco-transfer-price del,
body.woocommerce-cart .zt-ml-cart-reco-cuotas {
    font-size: 11px !important;
    line-height: 1.12 !important;
}

body.woocommerce-cart .zt-ml-cart-reco-cuotas {
    margin-top: 2px !important;
}

body.woocommerce-cart .zt-cart-reco-add {
    top: calc(100cqw - 46px) !important;
    right: 9px !important;
    bottom: auto !important;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    border: 2px solid #ffd600 !important;
    background: #fff !important;
    color: #6f5f00 !important;
}

@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-reco-card {
        border-radius: 12px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-body {
        padding: 8px 9px 9px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-name {
        min-height: 36px !important;
        font-size: 13.5px !important;
    }

    body.woocommerce-cart .zt-ml-cart-reco-transfer-price strong {
        font-size: 20px !important;
    }

    body.woocommerce-cart .zt-cart-reco-add {
        top: calc(100cqw - 44px) !important;
        right: 8px !important;
        width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
    }
}

@media (max-width: 980px) {
    body.woocommerce-cart .zt-ml-cart-summary-box {
        border-top: 1px solid rgba(255, 214, 0, .75) !important;
        background: rgba(255, 255, 255, .98) !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table th,
    body.woocommerce-cart .zt-ml-cart-totals-table td {
        padding: 3px 0 !important;
        color: #2b2b2b !important;
        font-size: 14px !important;
        line-height: 1.15 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table tr.fee th,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.fee td,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount th,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount td {
        background: transparent !important;
        color: #008a3d !important;
        font-weight: 850 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table tr.fee td,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount td,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.fee td .amount,
    body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount td .amount {
        color: #008a3d !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table .order-total th,
    body.woocommerce-cart .zt-ml-cart-totals-table .order-total td {
        padding-top: 10px !important;
        color: #2b2b2b !important;
        font-size: 25px !important;
        line-height: 1 !important;
    }

    body.woocommerce-cart .zt-ml-cart-totals-table .order-total td,
    body.woocommerce-cart .zt-ml-cart-totals-table .order-total td .amount {
        color: #2b2b2b !important;
        font-weight: 950 !important;
    }

    body.woocommerce-cart .zt-ml-summary-coupon-link,
    body.woocommerce-cart .zt-ml-mobile-summary-coupon {
        margin-top: 5px !important;
        color: #6f5f00 !important;
        font-size: 15px !important;
        font-weight: 850 !important;
    }
}

/* Mobile cart summary final override. */
@media (max-width: 980px) {
    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines {
        display: grid !important;
        gap: 3px !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 12px !important;
        min-height: 22px !important;
        padding: 0 !important;
        background: transparent !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row > span {
        min-width: 0 !important;
        color: #2b2b2b !important;
        font-size: 14.5px !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row > strong {
        color: #2b2b2b !important;
        font-size: 14.5px !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row.zt-ml-mobile-summary-discount {
        min-height: 22px !important;
        margin: 0 !important;
        padding: 1px 0 !important;
        border-radius: 8px !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row.zt-ml-mobile-summary-discount > span,
    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row.zt-ml-mobile-summary-discount > strong,
    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row.zt-ml-mobile-summary-discount > strong .amount,
    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row.zt-ml-mobile-summary-discount > strong bdi,
    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row.zt-ml-mobile-summary-discount > strong .woocommerce-Price-currencySymbol {
        color: #008a3d !important;
        font-size: 13.5px !important;
        font-weight: 850 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-row.zt-ml-mobile-summary-discount > strong {
        padding: 1px 7px !important;
        border-radius: 999px !important;
        background: #e6f7ed !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-coupon {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
        min-height: 34px !important;
        margin: 5px 0 5px !important;
        padding: 8px 0 7px !important;
        border-top: 1px solid rgba(0, 0, 0, .08) !important;
        border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
        color: #6f5f00 !important;
        font-size: 15px !important;
        font-weight: 850 !important;
        line-height: 1.1 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-coupon i {
        color: #6f5f00 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-total {
        margin-top: 2px !important;
        padding-top: 5px !important;
        border-top: 1px solid rgba(0, 0, 0, .08) !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-total > span {
        color: #2b2b2b !important;
        font-size: 22px !important;
        font-weight: 950 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-total > strong,
    html body.woocommerce-cart .zt-ml-cart-summary-box .zt-ml-mobile-summary-lines > .zt-ml-mobile-summary-total > strong .amount {
        color: #2b2b2b !important;
        font-size: 24px !important;
        font-weight: 950 !important;
        letter-spacing: 0 !important;
    }
}

/* Desktop cart summary final spacing and readability. */
@media (min-width: 981px) {
    html body.woocommerce-cart .zt-ml-cart-summary-box {
        padding: 20px 18px 18px !important;
        border: 1px solid rgba(0, 0, 0, .07) !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 10px 26px rgba(0, 0, 0, .08) !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-title {
        margin: 0 0 8px !important;
        color: #252525 !important;
        font-size: 19px !important;
        font-weight: 950 !important;
        line-height: 1.15 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-progress-text {
        margin: 0 0 8px !important;
        font-size: 12.5px !important;
        line-height: 1.25 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-progress-bar {
        height: 7px !important;
        margin: 8px 0 14px !important;
        background: #e8e8e8 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-progress-bar span {
        background: #ffdf00 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table,
    html body.woocommerce-cart .zt-ml-cart-totals-table tbody {
        display: block !important;
        width: 100% !important;
        margin: 0 0 14px !important;
        border: 0 !important;
        background: transparent !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table tr {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 0 0 7px !important;
        padding: 9px 10px !important;
        border: 1px solid #e7e7e7 !important;
        border-radius: 10px !important;
        background: #fff !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table th,
    html body.woocommerce-cart .zt-ml-cart-totals-table td {
        display: block !important;
        width: auto !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #2b2b2b !important;
        font-size: 13.5px !important;
        line-height: 1.2 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table th {
        min-width: 0 !important;
        font-weight: 850 !important;
        text-align: left !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table td {
        font-weight: 900 !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table tr.woocommerce-shipping-totals.shipping {
        grid-template-columns: 1fr !important;
        align-items: stretch !important;
        background: #fafafa !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table tr.woocommerce-shipping-totals.shipping th,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.woocommerce-shipping-totals.shipping td {
        width: 100% !important;
        text-align: left !important;
        white-space: normal !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table #shipping_method {
        display: grid !important;
        gap: 7px !important;
        margin: 7px 0 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table #shipping_method li {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        align-items: start !important;
        gap: 7px !important;
        margin: 0 !important;
        line-height: 1.25 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table #shipping_method input {
        margin-top: 2px !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table #shipping_method label {
        color: #333 !important;
        font-size: 13px !important;
        font-weight: 850 !important;
        line-height: 1.25 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table .woocommerce-shipping-destination,
    html body.woocommerce-cart .zt-ml-cart-totals-table .woocommerce-shipping-calculator {
        margin: 8px 0 0 !important;
        padding: 8px 9px !important;
        border-left: 3px solid #ffdf00 !important;
        border-radius: 8px !important;
        background: #fffdf0 !important;
        color: #555 !important;
        font-size: 12.5px !important;
        font-weight: 750 !important;
        line-height: 1.3 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table tr.fee,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount {
        background: #f4fbf6 !important;
        border-color: #d8f0df !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table tr.fee th,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.fee td,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.fee .amount,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.fee bdi,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.fee .woocommerce-Price-currencySymbol,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount th,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount td,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount .amount,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount bdi,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.cart-discount .woocommerce-Price-currencySymbol {
        color: #008a3d !important;
        font-weight: 900 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table tr.zt-ml-summary-coupon-row {
        display: block !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table tr.zt-ml-summary-coupon-row td {
        display: block !important;
        padding: 9px 0 !important;
        border-top: 1px solid rgba(0, 0, 0, .08) !important;
        border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
        text-align: left !important;
        white-space: normal !important;
    }

    html body.woocommerce-cart .zt-ml-summary-coupon-link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
        min-height: 34px !important;
        color: #6f5f00 !important;
        font-size: 14px !important;
        font-weight: 850 !important;
        line-height: 1.15 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table tr.order-total {
        margin-top: 8px !important;
        padding: 12px 10px !important;
        border-color: rgba(255, 214, 0, .6) !important;
        background: #fff7bf !important;
    }

    html body.woocommerce-cart .zt-ml-cart-totals-table tr.order-total th,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.order-total td,
    html body.woocommerce-cart .zt-ml-cart-totals-table tr.order-total .amount {
        color: #2b2b2b !important;
        font-size: 20px !important;
        font-weight: 950 !important;
        line-height: 1.05 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-actions {
        margin-top: 12px !important;
    }

    html body.woocommerce-cart .zt-ml-cart-continue,
    html body.woocommerce-cart .zt-ml-cart-summary-actions .checkout-button {
        min-height: 54px !important;
        border-radius: 9px !important;
        background: #ffdf00 !important;
        color: #111 !important;
        font-size: 17px !important;
        font-weight: 950 !important;
        box-shadow: 0 10px 20px rgba(255, 214, 0, .22) !important;
    }

    html body.woocommerce-cart .zt-ml-cart-continue:hover,
    html body.woocommerce-cart .zt-ml-cart-summary-actions .checkout-button:hover {
        background: #ffd200 !important;
        color: #111 !important;
    }

    html body.woocommerce-cart .zt-ml-cart-summary-note {
        margin-top: 12px !important;
        padding: 10px 12px !important;
        border-color: rgba(255, 214, 0, .5) !important;
        border-radius: 10px !important;
        font-size: 12.5px !important;
        line-height: 1.25 !important;
    }
}

/* ZT: texto generado estable para evitar mojibake visible en carrito. */
.zt-ml-cart-waiting-update::after,
.zt-ml-cart-is-updating::after {
    content: "Actualizando carrito..." !important;
}
