/* Desktop cart alignment. Mobile rules remain owned by shop-mobile-v128.css. */
@media (min-width: 769px) {
    body.strazar-shop-shell-active.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity {
        display: grid !important;
        grid-template-columns: repeat(3, 42px);
        align-items: stretch;
        gap: 0;
        width: 126px !important;
        min-width: 126px;
        height: 42px;
        margin: 0 auto !important;
    }

    body.strazar-shop-shell-active.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input {
        box-sizing: border-box !important;
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        min-height: 42px;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid var(--strazar-line) !important;
        border-radius: 0 !important;
        background: #fff;
        box-shadow: none !important;
        color: var(--strazar-ink) !important;
        font-family: Inter, Arial, sans-serif;
        font-size: 15px;
        font-variant-numeric: tabular-nums;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        opacity: 1 !important;
    }

    body.strazar-shop-shell-active.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.minus,
    body.strazar-shop-shell-active.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.plus {
        -webkit-appearance: none;
        appearance: none;
        background: var(--strazar-surface) !important;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }

    body.strazar-shop-shell-active.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.minus {
        border-right: 0 !important;
        border-radius: 4px 0 0 4px !important;
    }

    body.strazar-shop-shell-active.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.plus {
        border-left: 0 !important;
        border-radius: 0 4px 4px 0 !important;
    }

    body.strazar-shop-shell-active.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.qty {
        -moz-appearance: textfield;
        appearance: textfield;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals {
        overflow: hidden;
        border: 1px solid var(--strazar-line);
        border-radius: 6px;
        background: #fff;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > table:first-child {
        width: 100%;
        margin: 0;
        background: var(--strazar-surface);
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > table:first-child th {
        padding: 12px 16px;
        border-bottom: 1px solid var(--strazar-line);
        color: var(--strazar-primary-dark);
        text-align: left;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > h2 {
        display: none;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > .shop_table {
        width: 100%;
        margin: 0;
        border: 0;
        background: #fff;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > .shop_table > tbody > tr.cart-subtotal,
    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > .shop_table > tbody > tr.order-total {
        display: grid;
        grid-template-columns: 124px minmax(0, 1fr);
        align-items: start;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__table tr {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        align-items: start;
        border-bottom: 1px solid var(--strazar-line);
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > .shop_table > tbody > tr > th,
    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > .shop_table > tbody > tr > td,
    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__table th,
    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__table td {
        box-sizing: border-box;
        display: block;
        width: auto !important;
        padding: 14px 16px !important;
        border-bottom: 1px solid var(--strazar-line);
        line-height: 1.45;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > .shop_table > tbody > tr > th,
    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__table th {
        color: var(--strazar-muted);
        font-weight: 500;
        text-align: left;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > .shop_table > tbody > tr > td,
    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__table td {
        min-width: 0;
        color: var(--strazar-ink);
        text-align: right;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__inner {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .cart_totals > .shop_table > tbody > tr.shipping > td.shipping__inner {
        padding: 0 !important;
        border: 0 !important;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__table {
        width: 100%;
        margin: 0 !important;
        border: 0;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__table th,
    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__table td {
        border-bottom: 0;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__list {
        display: grid;
        justify-items: end;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__list_item {
        margin: 0;
        text-align: right;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping__list_label {
        display: inline-flex;
        align-items: baseline;
        justify-content: flex-end;
        gap: 6px;
        line-height: 1.4;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .woocommerce-shipping-destination {
        max-width: 250px;
        margin: 8px 0 0 auto;
        line-height: 1.45;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .woocommerce-shipping-calculator {
        margin: 6px 0 0;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .shipping-calculator-button {
        display: inline-block;
        margin: 0;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .order-total th,
    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .order-total td {
        align-self: stretch;
        border-bottom: 0 !important;
        font-weight: 700;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .order-total td {
        white-space: nowrap;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .order-total small {
        color: var(--strazar-muted);
        font-weight: 400;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .wc-proceed-to-checkout {
        margin: 0 !important;
        padding: 18px 16px;
        border-top: 1px solid var(--strazar-line);
        background: #fff;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .checkout-button {
        display: flex;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        text-align: center;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .checkout_coupon {
        margin-top: 18px !important;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .checkout_coupon .coupon {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .checkout_coupon .widget-title {
        margin: 0 !important;
        padding: 0 0 12px;
        border-bottom: 1px solid var(--strazar-line);
    }

    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .checkout_coupon #coupon_code,
    body.strazar-shop-shell-active.woocommerce-cart .cart-sidebar .checkout_coupon button[name="apply_coupon"] {
        box-sizing: border-box;
        width: 100% !important;
        min-height: 44px;
        margin: 0 !important;
    }
}
