/* Cart page — Navid Figma node 3:1850 */
.navid-cart-page {
    --navid-cart-primary: #f3703a;
    --navid-cart-secondary: #003663;
    --navid-cart-gray: #6c7580;
    --navid-cart-gray-2: #a3a9b2;
    --navid-cart-border: #ededee;
    --navid-cart-success: #009294;
    --navid-cart-error: #f54848;
    font-family: var(--navid-font, Lahzeh, Tahoma, sans-serif);
    margin-top: 24px;
    margin-bottom: 104px;
}

.navid-cart-page .navid-cart-container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.navid-cart-page .navid-cart-alert {
    margin-bottom: 24px;
}

.navid-cart-page .navid-cart-breadcrumb {
    margin-bottom: 56px;
    color: var(--navid-cart-gray-2);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}

.navid-cart-page .navid-cart-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.navid-cart-page .navid-cart-breadcrumb a:hover {
    color: var(--navid-cart-secondary);
}

.navid-cart-page .navid-cart-layout {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 56px;
}

.navid-cart-page .navid-cart-items {
    flex: 0 0 765px;
    width: 765px;
    max-width: 100%;
}

.navid-cart-page .navid-cart-item {
    display: flex;
    align-items: center;
    gap: 27px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--navid-cart-border);
}

.navid-cart-page .navid-cart-item + .navid-cart-item {
    margin-top: 24px;
}

.navid-cart-page .navid-cart-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.navid-cart-page .navid-cart-item__thumb {
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
    border-radius: 4px;
    overflow: hidden;
    background: #f7f7f8;
}

.navid-cart-page .navid-cart-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.navid-cart-page .navid-cart-item__info {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 302px;
    margin-left: auto;
    text-align: right;
}

.navid-cart-page .navid-cart-item__title {
    display: block;
    margin: 0 0 8px;
    padding: 0 8px;
    color: var(--navid-cart-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none !important;
}

.navid-cart-page .navid-cart-item__detail {
    margin: 0;
    padding: 0 8px;
    color: var(--navid-cart-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.navid-cart-page .navid-cart-item__stock-error {
    display: block;
    margin-top: 8px;
    padding: 0 8px;
    color: #f54848;
    font-size: 12px;
}

.navid-cart-page .navid-cart-item__actions {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-height: 56px;
}

.navid-cart-page .navid-cart-item__actions .blockUI.blockOverlay,
.navid-cart-page .navid-cart-item__mobile-qty .blockUI.blockOverlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 4px;
}

.navid-cart-page .navid-cart-item__actions .blockUI.blockMsg,
.navid-cart-page .navid-cart-item__mobile-qty .blockUI.blockMsg {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    width: 24px !important;
}

.navid-cart-page .navid-cart-item__price {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    color: var(--navid-cart-secondary);
    white-space: nowrap;
}

.navid-cart-page .navid-cart-item__currency {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.navid-cart-page .navid-cart-item__amount {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.navid-cart-page .navid-cart-item__old-price {
    padding: 0 8px;
    color: var(--navid-cart-gray-2);
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through;
}

.navid-cart-page .navid-counter-box {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 56px;
    border: 1px solid var(--navid-cart-border);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.navid-cart-page .navid-counter-box .dec,
.navid-cart-page .navid-counter-box .inc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--navid-cart-secondary);
}

.navid-cart-page .navid-counter-box .dec:hover,
.navid-cart-page .navid-counter-box .inc:hover {
    background: #fff;
    color: var(--navid-cart-secondary);
}

.navid-cart-page .navid-counter-box .dec img,
.navid-cart-page .navid-counter-box .inc img {
    width: 24px;
    height: 24px;
    display: block;
}

.navid-cart-page .navid-counter-box .cart_quantity {
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    border: 0;
    border-right: 1px solid var(--navid-cart-border);
    border-left: 1px solid var(--navid-cart-border);
    border-radius: 0;
    background: #fff;
    color: var(--navid-cart-secondary);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    -moz-appearance: textfield;
    appearance: textfield;
}

.navid-cart-page .navid-counter-box .cart_quantity::-webkit-outer-spin-button,
.navid-cart-page .navid-counter-box .cart_quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Sidebar — cart page layout only */
.navid-cart-page .navid-cart-sidebar {
    flex: 1 1 403px;
    max-width: 403px;
    border-right: 1px solid var(--navid-cart-border);
    padding-right: 56px;
}

.navid-cart-page .navid-cart-sidebar__inner,
.navid-checkout-page .navid-cart-sidebar__inner {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.navid-cart-page .navid-cart-summary,
.navid-checkout-page .navid-cart-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.navid-cart-page .navid-cart-summary-row,
.navid-checkout-page .navid-cart-summary-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    gap: 16px;
}

.navid-cart-page .navid-cart-summary-row__label,
.navid-checkout-page .navid-cart-summary-row__label {
    flex: 1 1 auto;
    padding: 0 8px;
    color: var(--navid-cart-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}

.navid-cart-page .navid-cart-summary-row__value,
.navid-checkout-page .navid-cart-summary-row__value {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    color: var(--navid-cart-gray);
    white-space: nowrap;
}

.navid-cart-page .navid-cart-summary-row__currency,
.navid-checkout-page .navid-cart-summary-row__currency {
    font-size: 16px;
    font-weight: 500;
}

.navid-cart-page .navid-cart-summary-row__amount,
.navid-checkout-page .navid-cart-summary-row__amount {
    font-size: 18px;
    font-weight: 600;
}

.navid-cart-page
    .navid-cart-summary-row--savings
    .navid-cart-summary-row__value,
.navid-cart-page
    .navid-cart-summary-row--savings
    .navid-cart-summary-row__currency,
.navid-cart-page
    .navid-cart-summary-row--savings
    .navid-cart-summary-row__amount,
.navid-checkout-page
    .navid-cart-summary-row--savings
    .navid-cart-summary-row__value,
.navid-checkout-page
    .navid-cart-summary-row--savings
    .navid-cart-summary-row__currency,
.navid-checkout-page
    .navid-cart-summary-row--savings
    .navid-cart-summary-row__amount {
    color: var(--navid-cart-success);
}

/* Coupon — Figma 138:17356 (idle), 176:8212 (success), 176:8315 (error) */
.navid-cart-page .navid-coupon,
.navid-checkout-page .navid-coupon {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.navid-cart-page .navid-coupon__field,
.navid-checkout-page .navid-coupon__field {
    position: relative;
    width: 100%;
    margin: 0;
}

.navid-cart-page .navid-coupon__field .blockUI.blockOverlay,
.navid-checkout-page .navid-coupon__field .blockUI.blockOverlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 4px;
}

.navid-cart-page .navid-coupon__field .blockUI.blockMsg,
.navid-checkout-page .navid-coupon__field .blockUI.blockMsg {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    width: 24px !important;
}

.navid-cart-page .navid-coupon__body,
.navid-checkout-page .navid-coupon__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 56px;
    padding: 12px 16px;
    border: 1.5px solid var(--navid-cart-border);
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

.navid-cart-page .navid-coupon__field--success .navid-coupon__body,
.navid-checkout-page .navid-coupon__field--success .navid-coupon__body {
    border-color: var(--navid-cart-success);
}

.navid-cart-page .navid-coupon__field--error .navid-coupon__body,
.navid-checkout-page .navid-coupon__field--error .navid-coupon__body {
    border-color: var(--navid-cart-error, #f54848);
}

.navid-cart-page .navid-coupon__label,
.navid-checkout-page .navid-coupon__label {
    position: absolute;
    top: -10.5px;
    right: 14.5px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    height: 18px;
    padding: 0 8px;
    border-radius: 8px;
    background: #fff;
    color: var(--navid-cart-gray-2);
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    pointer-events: none;
}

.navid-cart-page .navid-coupon__apply,
.navid-checkout-page .navid-coupon__apply {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--navid-cart-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer;
}

.navid-cart-page .navid-coupon__input,
.navid-checkout-page .navid-coupon__input {
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--navid-cart-gray);
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    box-shadow: none;
}

.navid-cart-page .navid-coupon__input::placeholder,
.navid-checkout-page .navid-coupon__input::placeholder {
    color: var(--navid-cart-gray-2);
}

.navid-cart-page .navid-coupon__input:focus,
.navid-checkout-page .navid-coupon__input:focus {
    outline: none;
}

.navid-cart-page .navid-coupon__field--error .navid-coupon__input,
.navid-checkout-page .navid-coupon__field--error .navid-coupon__input {
    color: var(--navid-cart-gray);
    font-size: 16px;
    font-weight: 500;
}

.navid-cart-page .navid-coupon__clear,
.navid-checkout-page .navid-coupon__clear {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: var(--navid-cart-border);
    color: var(--navid-cart-gray);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.navid-cart-page .navid-coupon__clear img,
.navid-checkout-page .navid-coupon__clear img {
    display: block;
    width: 24px;
    height: 24px;
}

.navid-cart-page .navid-coupon__value-wrap,
.navid-checkout-page .navid-coupon__value-wrap {
    flex: 1 1 auto;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.navid-cart-page .navid-coupon__code,
.navid-checkout-page .navid-coupon__code {
    color: var(--navid-cart-success);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.navid-cart-page .navid-coupon__check,
.navid-checkout-page .navid-coupon__check {
    display: inline-flex;
    flex-shrink: 0;
}

.navid-cart-page .navid-coupon__meta,
.navid-checkout-page .navid-coupon__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 8px;
    color: var(--navid-cart-gray);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.navid-cart-page .navid-coupon__meta-value,
.navid-checkout-page .navid-coupon__meta-value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.navid-cart-page .navid-coupon__error,
.navid-checkout-page .navid-coupon__error {
    margin: 0;
    padding: 6px 8px;
    color: var(--navid-cart-error, #f54848);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}

.navid-cart-page .navid-cart-payable,
.navid-checkout-page .navid-cart-payable {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.navid-cart-page .navid-cart-payable__row,
.navid-checkout-page .navid-cart-payable__row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    gap: 16px;
    padding: 0 8px;
}

.navid-cart-page .navid-cart-payable__label,
.navid-checkout-page .navid-cart-payable__label {
    flex: 1 1 auto;
    color: var(--navid-cart-gray);
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.navid-cart-page .navid-cart-payable__value,
.navid-checkout-page .navid-cart-payable__value {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
    color: var(--navid-cart-secondary);
    white-space: nowrap;
}

.navid-cart-page .navid-cart-payable__currency,
.navid-checkout-page .navid-cart-payable__currency {
    font-size: 16px;
    font-weight: 500;
}

.navid-cart-page .navid-cart-payable__amount,
.navid-checkout-page .navid-cart-payable__amount {
    font-size: 24px;
    font-weight: 600;
}

.navid-cart-page .navid-cart-checkout-btn,
.navid-checkout-page .navid-cart-checkout-btn {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 56px;
    padding: 9px 16px;
    border: 0;
    border-radius: 4px;
    background: var(--navid-cart-primary);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none;
}

.navid-cart-page .navid-cart-checkout-btn:hover,
.navid-cart-page .navid-cart-checkout-btn:focus,
.navid-checkout-page .navid-cart-checkout-btn:hover,
.navid-checkout-page .navid-cart-checkout-btn:focus {
    background: #e06533;
    color: #fff !important;
}

.navid-cart-page .navid-cart-checkout-btn__icon,
.navid-checkout-page .navid-cart-checkout-btn__icon {
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    flex-shrink: 0;
    overflow: visible;
}

.navid-cart-page .navid-cart-checkout-btn__icon path,
.navid-checkout-page .navid-cart-checkout-btn__icon path {
    stroke: #fff;
    stroke-width: 2.5px;
}

.navid-cart-page .navid-cart-empty {
    padding: 80px 16px;
    text-align: center;
}

.navid-cart-page .navid-cart-empty__icon {
    font-size: 64px;
    color: var(--navid-cart-gray-2);
    margin-bottom: 16px;
}

.navid-cart-page .navid-cart-empty__title {
    margin-bottom: 8px;
    color: var(--navid-cart-gray);
    font-size: 20px;
    font-weight: 500;
}

.navid-cart-page .navid-cart-empty__text {
    margin-bottom: 24px;
    color: var(--navid-cart-gray-2);
    font-size: 15px;
}

.navid-cart-page .navid-cart-empty__btn {
    max-width: 320px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .navid-cart-page .navid-cart-layout {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .navid-cart-page .navid-cart-items,
    .navid-cart-page .navid-cart-sidebar {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .navid-cart-page .navid-cart-sidebar {
        border-right: 0;
        padding-right: 0;
        border-bottom: 1px solid var(--navid-cart-border);
        padding-bottom: 32px;
    }

    .navid-cart-page .navid-cart-item__info {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .navid-cart-page {
        margin-bottom: 64px;
    }

    .navid-cart-page .navid-cart-breadcrumb {
        margin-bottom: 24px;
    }

    .navid-cart-page .navid-cart-item {
        flex-wrap: wrap;
        gap: 16px;
    }

    .navid-cart-page .navid-cart-item__thumb {
        flex: 0 0 88px;
        width: 88px;
        height: 88px;
    }

    .navid-cart-page .navid-cart-item__info {
        flex: 1 1 calc(100% - 104px);
        order: 2;
    }

    .navid-cart-page .navid-cart-item__actions {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        order: 3;
    }
}

/* ——— Mobile cart (Figma 3:20094, 240:15491, 240:15493) ——— */
.navid-cart-mobile-header,
.navid-cart-mobile-body,
.navid-cart-mobile-sticky {
    display: none;
}

@media (max-width: 1279px) {
    body.navid-cart-page-active .navid-header__desktop {
        display: none !important;
    }

    body.navid-cart-page-active.navid-mobile-chrome {
        padding-top: var(--navid-cart-mobile-header-h, 88px) !important;
        padding-bottom: var(--navid-mobile-bottom-nav-h, 88px) !important;
    }

    body.navid-cart-page-active {
        --navid-cart-mobile-header-h: 88px;
        --navid-cart-mobile-sticky-h: 88px;
    }

    body.navid-cart-page-active .wrapper {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .navid-cart-page.main-content {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .navid-cart-page .navid-cart-container {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .navid-cart-page .navid-cart-layout,
    .navid-cart-page .navid-cart-main,
    .navid-cart-mobile-body {
        width: 100%;
        max-width: 100%;
    }

    body.navid-cart-page-active.navid-mobile-chrome:has(
            .navid-cart-mobile-sticky
        ) {
        padding-bottom: calc(
            var(--navid-mobile-bottom-nav-h, 88px) +
                var(--navid-cart-mobile-sticky-h, 88px)
        ) !important;
    }

    body.navid-cart-page-active header.navid-header {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        min-height: 0;
        background: transparent;
        box-shadow: none;
        pointer-events: none;
        z-index: 1000;
    }

    body.navid-cart-page-active header.navid-header .navid-header__mobile-wrap {
        background: transparent;
        pointer-events: none;
    }

    body.navid-cart-page-active header.navid-header .navid-header__mobile,
    body.navid-cart-page-active
        header.navid-header
        .navid-header__mobile-search,
    body.navid-cart-page-active .navid-drawer {
        display: none !important;
    }

    body.navid-cart-page-active .navid-bottom-nav {
        display: flex !important;
        pointer-events: auto;
    }

    body.navid-cart-page-active footer.navid-footer {
        display: none !important;
    }

    .navid-cart-page {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navid-cart-page .navid-cart-breadcrumb--desktop,
    .navid-cart-page .navid-cart-items--desktop,
    .navid-cart-page .navid-cart-sidebar {
        display: none !important;
    }

    .navid-cart-page .navid-cart-layout {
        flex-direction: column;
        gap: 0;
    }

    .navid-cart-mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1001;
        display: grid;
        grid-template-columns: 56px 1fr 56px;
        align-items: center;
        gap: 8px;
        min-height: var(--navid-cart-mobile-header-h);
        padding: 16px;
        background: #fff;
        border-bottom: 1px solid var(--navid-cart-border);
        box-sizing: border-box;
    }

    .navid-cart-mobile-header__back,
    .navid-cart-mobile-header__clear {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 4px;
        background: transparent;
        text-decoration: none !important;
        cursor: pointer;
    }

    .navid-cart-mobile-header__back .navid-icon,
    .navid-cart-mobile-header__clear .navid-icon {
        width: 24px;
        height: 24px;
    }

    .navid-cart-mobile-header__title {
        margin: 0;
        color: var(--navid-cart-secondary);
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        text-align: center;
        white-space: nowrap;
    }

    .navid-cart-mobile-body {
        display: block;
        width: 100%;
    }

    .navid-cart-mobile-items {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .navid-cart-page .navid-cart-item--mobile {
        display: block;
        padding: 16px 0;
        border-bottom: 1px solid var(--navid-cart-border);
    }

    .navid-cart-page .navid-cart-item--mobile:last-child {
        border-bottom: 0;
    }

    .navid-cart-page .navid-cart-item__mobile-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 12px;
    }

    .navid-cart-page .navid-cart-item__mobile-thumb {
        flex: 0 0 104px;
        width: 104px;
        height: 104px;
        border-radius: 4px;
        overflow: hidden;
        background: #f7f7f8;
    }

    .navid-cart-page .navid-cart-item__mobile-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .navid-cart-page .navid-cart-item__mobile-info {
        flex: 1 1 auto;
        min-width: 0;
        text-align: right;
    }

    .navid-cart-page .navid-cart-item__mobile-title-row {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 8px;
    }

    .navid-cart-page .navid-cart-item__mobile-title {
        flex: 1 1 auto;
        min-width: 0;
        margin: 0;
        color: var(--navid-cart-gray);
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        text-decoration: none !important;
    }

    .navid-cart-page .navid-cart-item__mobile-rating {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        color: var(--navid-cart-gray);
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }

    .navid-cart-page .navid-cart-item__mobile-star {
        color: #f5a623;
        font-size: 16px;
        line-height: 1;
    }

    .navid-cart-page .navid-cart-item__mobile-meta {
        margin: 0 0 8px;
        color: var(--navid-cart-gray-2);
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
    }

    .navid-cart-page .navid-cart-item__stock-error {
        display: block;
        margin-bottom: 8px;
        color: var(--navid-cart-error);
        font-size: 12px;
    }

    .navid-cart-page .navid-cart-item__mobile-price-row {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 8px;
    }

    .navid-cart-page .navid-cart-item__mobile-price-current {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: var(--navid-cart-secondary);
        white-space: nowrap;
    }

    .navid-cart-page .navid-cart-item__mobile-currency {
        font-size: 14px;
        font-weight: 500;
    }

    .navid-cart-page .navid-cart-item__mobile-amount {
        font-size: 18px;
        font-weight: 600;
    }

    .navid-cart-page .navid-cart-item__mobile-price-old-wrap {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .navid-cart-page .navid-cart-item__mobile-old {
        color: var(--navid-cart-gray-2);
        font-size: 14px;
        font-weight: 400;
        text-decoration: line-through;
    }

    .navid-cart-page .navid-cart-item__mobile-discount-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 32px;
        height: 24px;
        padding: 0 6px;
        border-radius: 4px;
        background: rgba(243, 112, 58, 0.12);
        color: var(--navid-cart-primary);
        font-size: 12px;
        font-weight: 600;
    }

    .navid-cart-page .navid-cart-item__mobile-qty {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: auto;
        max-width: 120px;
        min-height: 40px;
        border: 1.5px solid var(--navid-cart-border);
        border-radius: 4px;
        overflow: hidden;
    }

    .navid-cart-page .navid-cart-item__mobile-qty .dec,
    .navid-cart-page .navid-cart-item__mobile-qty .inc {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: 0;
        background: #fff;
        cursor: pointer;
    }

    .navid-cart-page .navid-cart-item__mobile-qty .dec img,
    .navid-cart-page .navid-cart-item__mobile-qty .inc img {
        width: 24px;
        height: 24px;
        display: block;
    }

    .navid-cart-page .navid-cart-item__mobile-qty .cart_quantity {
        width: 40px;
        min-height: 40px;
        height: 40px;
        border: 0;
        border-left: 1.5px solid var(--navid-cart-border);
        border-right: 1.5px solid var(--navid-cart-border);
        border-radius: 0;
        font-size: 16px;
        font-weight: 600;
    }

    .navid-cart-mobile-coupon {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .navid-cart-mobile-coupon__hint {
        margin: 0 0 16px;
        color: var(--navid-cart-gray);
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        text-align: right;
    }

    .navid-cart-mobile-coupon
        .navid-coupon__field--floating
        .navid-coupon__label {
        display: inline-flex;
    }

    .navid-cart-mobile-details {
        display: block;
        margin-bottom: 24px;
    }

    .navid-cart-mobile-details__title {
        margin: 0 0 16px;
        color: var(--navid-cart-secondary);
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        text-align: right;
    }

    .navid-cart-mobile-details__list {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .navid-cart-mobile-details__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        min-height: 48px;
        padding: 8px 0;
    }

    .navid-cart-mobile-details__label {
        flex: 1 1 auto;
        min-width: 0;
        color: var(--navid-cart-gray);
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        text-align: right;
    }

    .navid-cart-mobile-details__value {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        color: var(--navid-cart-gray);
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
    }

    .navid-cart-mobile-details__row--savings .navid-cart-mobile-details__value,
    .navid-cart-mobile-details__row--savings .navid-cart-mobile-details__label {
        color: var(--navid-cart-success);
    }

    .navid-cart-mobile-details__payable {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-top: 8px;
        padding-top: 16px;
        border-top: 1px solid var(--navid-cart-border);
    }

    .navid-cart-mobile-details__payable .navid-cart-mobile-details__label {
        color: var(--navid-cart-secondary);
        font-size: 16px;
        font-weight: 500;
    }

    .navid-cart-mobile-details__payable .navid-cart-mobile-details__value {
        color: var(--navid-cart-secondary);
        font-size: 18px;
        font-weight: 600;
    }

    .navid-cart-mobile-sticky {
        position: fixed;
        left: 0;
        right: 0;
        bottom: var(--navid-mobile-bottom-nav-h, 88px);
        z-index: 999;
        display: block;
        background: #fff;
        border-top: 1px solid var(--navid-cart-border);
        box-sizing: border-box;
    }

    .navid-cart-mobile-sticky__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 16px;
    }

    .navid-cart-mobile-sticky__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 56px;
        margin: 0;
        padding: 9px 16px;
        border: 0;
        border-radius: 4px;
        background: var(--navid-cart-primary);
        color: #fff !important;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        cursor: pointer;
        box-shadow: none;
    }

    .navid-cart-mobile-sticky__btn-icon {
        display: block;
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        flex-shrink: 0;
        overflow: visible;
    }

    .navid-cart-mobile-sticky__btn-icon path {
        stroke: #fff;
        stroke-width: 2.5px;
    }

    .navid-cart-mobile-sticky__summary {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
        flex-shrink: 0;
        text-align: right;
    }

    .navid-cart-mobile-sticky__summary-label {
        color: var(--navid-cart-gray-2);
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        white-space: nowrap;
    }

    .navid-cart-mobile-sticky__summary-value {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: var(--navid-cart-secondary);
        font-size: 18px;
        font-weight: 600;
        white-space: nowrap;
    }

    body.navid-cart-page-active .navid-cart-empty {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

/* Tablet cart — Figma 305:12372 (744px) */
@media (min-width: 768px) and (max-width: 1279px) {
    body.navid-cart-page-active .navid-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        width: 100%;
        max-width: 100%;
        padding: 16px 24px;
        padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        background: var(--navid-white);
        border-top: 1px solid var(--navid-cart-border);
        box-sizing: border-box;
        pointer-events: auto;
    }

    .navid-cart-mobile-header,
    .navid-cart-mobile-sticky {
        width: 100%;
        max-width: 100%;
    }

    .navid-cart-mobile-header__clear {
        order: 1;
    }

    .navid-cart-mobile-header__title {
        order: 2;
        color: var(--navid-cart-gray);
        font-size: 16px;
        font-weight: 400;
    }

    .navid-cart-mobile-header__back {
        order: 3;
    }

    .navid-cart-mobile-items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 56px;
        row-gap: 40px;
        padding: 24px;
        border-bottom: 8px solid var(--navid-cart-border);
        box-sizing: border-box;
    }

    .navid-cart-page .navid-cart-item--mobile {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 136px;
        padding: 0;
        border-bottom: 0;
    }

    .navid-cart-page
        .navid-cart-item--mobile:last-child:nth-child(odd):not(:only-child) {
        grid-column: 1;
        justify-self: start;
        max-width: 320px;
        width: 100%;
    }

    .navid-cart-page .navid-cart-item__mobile-row {
        flex: 1 1 auto;
        margin-bottom: 0;
        gap: 16px;
    }

    .navid-cart-page .navid-cart-item__mobile-title-row {
        gap: 10px;
        margin-bottom: 4px;
    }

    .navid-cart-page .navid-cart-item__mobile-title {
        font-size: 12px;
        font-weight: 500;
    }

    .navid-cart-page .navid-cart-item__mobile-rating {
        font-size: 12px;
    }

    .navid-cart-page .navid-cart-item__mobile-star {
        font-size: 16px;
    }

    .navid-cart-page .navid-cart-item__mobile-meta {
        margin-bottom: 8px;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
    }

    .navid-cart-page .navid-cart-item__mobile-price-row {
        justify-content: space-between;
        width: 100%;
        gap: 4px;
    }

    .navid-cart-page .navid-cart-item__mobile-currency {
        font-size: 10px;
        font-weight: 500;
    }

    .navid-cart-page .navid-cart-item__mobile-amount {
        font-size: 14px;
        font-weight: 600;
    }

    .navid-cart-page .navid-cart-item__mobile-old {
        font-size: 10px;
        font-weight: 500;
        color: var(--navid-cart-gray);
    }

    .navid-cart-page .navid-cart-item__mobile-discount-pill {
        min-width: 28px;
        height: 24px;
        padding: 0 4px;
        background: var(--navid-cart-error);
        color: var(--navid-white);
        font-size: 10px;
        font-weight: 600;
    }

    .navid-cart-page .navid-cart-item__mobile-qty {
        align-self: flex-start;
        margin-top: 8px;
        border-width: 1px;
    }

    .navid-cart-page .navid-cart-item__mobile-qty .cart_quantity {
        font-size: 14px;
        font-weight: 500;
    }

    .navid-cart-mobile-coupon {
        margin-top: 8px;
        margin-bottom: 0;
        padding: 24px 16px;
        border-bottom: 8px solid var(--navid-cart-border);
    }

    .navid-cart-mobile-details {
        padding: 24px 16px;
        margin-bottom: 0;
    }

    .navid-cart-mobile-details__title {
        margin-bottom: 16px;
        padding: 8px 0;
        font-size: 20px;
        font-weight: 500;
    }

    .navid-cart-mobile-details__payable .navid-cart-mobile-details__label,
    .navid-cart-mobile-details__payable .navid-cart-mobile-details__value {
        font-size: 14px;
    }

    .navid-cart-mobile-details__payable .navid-cart-mobile-details__value {
        font-size: 14px;
        font-weight: 500;
    }
}

/* Phone cart — single-column items */
@media (max-width: 767px) {
    body.navid-cart-page-active .navid-bottom-nav {
        display: flex !important;
    }

    .navid-cart-page .navid-cart-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .navid-cart-mobile-items {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        border-bottom: 0;
    }

    .navid-cart-page
        .navid-cart-item--mobile:last-child:nth-child(odd):not(:only-child) {
        grid-column: auto;
        justify-self: stretch;
        max-width: none;
    }

    .navid-cart-page .navid-cart-item--mobile {
        min-height: 0;
        padding: 16px 0;
        border-bottom: 1px solid var(--navid-cart-border);
    }

    .navid-cart-page .navid-cart-item--mobile:last-child {
        border-bottom: 0;
    }

    .navid-cart-page .navid-cart-item__mobile-row {
        margin-bottom: 12px;
    }

    .navid-cart-page .navid-cart-item__mobile-title {
        font-size: 16px;
    }

    .navid-cart-page .navid-cart-item__mobile-meta {
        font-size: 14px;
        font-weight: 400;
        text-align: right;
    }

    .navid-cart-page .navid-cart-item__mobile-currency {
        font-size: 14px;
    }

    .navid-cart-page .navid-cart-item__mobile-amount {
        font-size: 18px;
    }

    .navid-cart-page .navid-cart-item__mobile-old {
        font-size: 14px;
    }

    .navid-cart-page .navid-cart-item__mobile-discount-pill {
        background: rgba(243, 112, 58, 0.12);
        color: var(--navid-cart-primary);
        font-size: 12px;
    }

    .navid-cart-page .navid-cart-item__mobile-price-row {
        justify-content: flex-end;
    }

    .navid-cart-page .navid-cart-item__mobile-qty {
        align-self: stretch;
        margin-top: 0;
        max-width: 120px;
    }

    .navid-cart-mobile-coupon {
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 0;
        border-bottom: 0;
    }

    .navid-cart-mobile-details {
        padding: 0;
    }

    .navid-cart-mobile-details__title {
        font-size: 16px;
        font-weight: 600;
    }
}
