.cart-mobile-catalog-search {
    display: none;
}

.cart-options-summary {
    display: none;
}

.cart-retail-price {
    margin-bottom: 3px;
}

.cart-product-item .cart-sum-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.cart-product-item .cart-sum-col > .price-format,
.cart-product-item .cart-retail-price .price-format {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
    float: none;
    margin-left: auto;
    width: max-content;
}

.cart-retail-price .price-format {
    opacity: 1;
}

.cart-retail-price .price-string,
.cart-retail-price .currency {
    color: #b9c0cc !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.cart-product-item .cart-sum-col .cart-discount-values {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 3px;
    width: auto;
    line-height: 1;
}

.cart-product-item .cart-sum-col .cart-discount-values span:first-child,
.cart-product-item .cart-sum-col .cart-discount-values span:nth-child(2) {
    display: none;
}

.cart-product-item .cart-sum-col .cart-discount-values span:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border-radius: 2px;
    background: #d94242;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.cart-mobile-fixed-panel .cart-filter-bottom-row,
.cart-desktop-view-controls {
    display: none;
}

.cart-item .customer-change-widget .kv-plugin-loading,
.cart-item .cart-card-field .kv-plugin-loading {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

@media (min-width: 768px) {
    .cart-item .card-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cart-item .card-header > .row {
        align-items: center;
    }

    .cart-item .cart-card-agreement-row {
        display: flex;
        align-items: flex-end;
        gap: 18px;
        width: 100%;
    }

    .cart-item .cart-card-agreement-row .actions {
        flex: 0 0 auto;
        order: 1;
        padding-bottom: 3px;
    }

    .cart-item .cart-card-agreement-row .clean-cart {
        width: auto;
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        padding: 0;
        color: #233142;
        background: transparent;
        border: 0;
        box-shadow: none;
        white-space: nowrap;
    }

    .cart-item .cart-card-customer-agreement {
        flex: 1 1 auto;
        order: 2;
        display: flex;
        align-items: flex-end;
        gap: 16px;
        min-width: 0;
    }

    .cart-item .cart-card-field {
        min-width: 0;
    }

    .cart-item .cart-card-field:first-child {
        flex: 0 1 280px;
    }

    .cart-item .cart-card-field--agreement {
        flex: 0 1 230px;
    }

    .cart-item .cart-card-field__label {
        display: block;
        margin-bottom: 4px;
        color: #637082;
        font-size: 12px;
        line-height: 1;
    }

    .cart-item .cart-card-customer-select,
    .cart-item .btn-cart-agreement,
    .cart-item .customer-change-widget .select2-container .select2-selection--single {
        width: 100%;
        height: 34px;
        min-height: 34px;
        border: 1px solid #cfd7e2;
        border-radius: 3px;
        background-color: #fff;
        color: #2c3440;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.1;
        box-shadow: none;
    }

    .cart-item .customer-change-widget {
        position: relative;
        width: 100%;
        height: 34px;
    }

    .cart-item .customer-change-widget .form-group {
        margin-bottom: 0;
    }

    .cart-item .customer-change-widget .select2-container {
        width: 100% !important;
        max-width: 100%;
    }

    .cart-item .customer-change-widget .select2-container .select2-selection--single {
        display: flex;
        align-items: center;
        padding: 0 28px 0 10px;
    }

    .cart-item .customer-change-widget .select2-container .select2-selection__rendered {
        width: 100%;
        padding: 0;
        color: #2c3440;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cart-item .customer-change-widget .select2-container .select2-selection__clear {
        height: 32px;
        line-height: 32px;
        margin-right: 8px;
        color: #2c3440;
        font-size: 14px;
    }

    .cart-item .customer-change-widget .select2-container .select2-selection__arrow {
        top: 0;
        right: 0;
        width: 28px;
        height: 32px;
        border-left: 1px solid #cfd7e2;
    }

    .cart-item .btn-cart-agreement {
        max-width: none;
        margin-right: 0;
        padding: 0 28px 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .cart-item .btn-cart-agreement .arrow-custom {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-width: 0;
        width: 100%;
        color: inherit;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cart-item .btn-cart-agreement .arrow-custom svg {
        position: absolute;
        top: 50%;
        right: 10px;
        flex: 0 0 auto;
        transform: translateY(-50%);
    }

    .cart-item .cart-card-field--agreement::after {
        content: "";
        position: absolute;
        right: 28px;
        bottom: 0;
        width: 1px;
        height: 34px;
        background: #cfd7e2;
        pointer-events: none;
    }

    .cart-item .cart-card-field--agreement {
        position: relative;
    }

    .cart-item .dropdown-agreement {
        width: 230px;
        min-width: 230px;
    }

    .cart-desktop-view-controls {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 5px;
    }

    .cart-desktop-view-controls .cart-controls-panel {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
        width: auto;
        max-width: 100%;
        margin: 0 0 0 auto !important;
        padding: 5px 8px;
    }

    .cart-desktop-view-controls .cart-controls-panel::after {
        content: none;
        display: none;
    }

    .cart-desktop-view-controls .view-mode-buttons {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        flex: 0 0 auto;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .cart-desktop-view-controls .change-cart-view-btn {
        display: inline-flex;
        align-items: center;
    }

    .cart-desktop-view-controls .currency-select-wrapper {
        flex: 0 0 auto;
    }

    .cart-desktop-view-controls .discount-toggle {
        flex: 1 1 112px;
        min-width: 96px;
        white-space: normal;
        line-height: 1.05;
    }

    .cart-desktop-view-controls .wholesale-toggle {
        flex: 0 0 auto;
        gap: 6px;
        padding-left: 0;
    }

    .cart-desktop-view-controls .wholesale-label {
        font-size: 11px;
    }

    .cart-item .cart-card-total-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cart-item .cart-card-total-col .checkout-row {
        align-items: center;
        min-height: 50px;
        height: auto;
    }

    .cart-item .cart-card-total-col .cart-info.sum {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    body.cart-page-mobile-header .header-mobile {
        grid-template-rows: 1fr;
        grid-row-gap: 0;
        padding: 4px 20px;
    }

    body.cart-page-mobile-header .header-mobile .search-input {
        display: none;
    }

    body.cart-page-mobile-header .header-mobile .site-logo {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px 0;
        max-width: none;
        color: #0D0800;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
    }

    body.cart-page-mobile-header .header-mobile .site-logo img {
        display: none;
    }

    body.cart-page-mobile-header .header-mobile .site-logo::after {
        content: 'Кошик';
    }

    .cart-mobile-fixed-panel .cart-filter-bottom-row {
        display: block;
    }

    .cart-mobile-fixed-panel {
        position: sticky;
        top: 48px;
        z-index: 8;
        margin: 0 -15px 10px;
        padding: 0 15px 8px;
        background-color: var(--background-wrap-color);
    }

    .cart-page-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        flex-wrap: nowrap;
        margin: 0;
        padding: 6px 0 7px;
    }

    .cart-page-title-text {
        display: none;
    }

    .cart-page-title .back-to-catalog-btn,
    .cart-page-title .import-cart-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        flex: 0 1 auto;
        min-width: 0;
        padding: 4px 8px;
        font-size: 12px;
    }

    .cart-mobile-catalog-search {
        width: 100%;
        border: 1px solid var(--primary);
        border-radius: 8px;
        display: flex;
        position: relative;
        background-color: #fff;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .cart-mobile-catalog-search .search-form {
        display: flex;
        width: 100%;
        height: 32px;
    }

    .cart-mobile-catalog-search input {
        border: none;
        height: 100%;
        padding: 0 10px;
        font-size: 0.875rem;
    }

    .cart-mobile-catalog-search .search-btn {
        min-width: 48px;
        border: none;
        background-color: var(--primary);
        padding: 0;
    }

    .cart-mobile-catalog-search .search-btn img {
        width: 50%;
    }

    .cart-mobile-catalog-search .clear-query {
        top: 8px;
    }

    .cart-mobile-fixed-panel .cart-controls-panel {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 5px !important;
        flex-wrap: nowrap !important;
        box-sizing: border-box;
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        padding: 4px 6px;
        overflow: hidden;
    }

    .cart-mobile-fixed-panel .cart-controls-panel::after {
        content: none;
        display: none;
    }

    .cart-mobile-fixed-panel .cart-controls-panel .discount-toggle {
        order: 3;
        flex: 1 1 74px;
        min-width: 0;
        white-space: normal;
        line-height: 1.05;
        font-size: 10px;
        gap: 4px;
    }

    .cart-mobile-fixed-panel .cart-controls-panel .currency-select-wrapper {
        order: 2;
        flex: 0 0 68px;
        min-width: 0;
    }

    .cart-mobile-fixed-panel .cart-controls-panel .currency-select {
        min-width: 68px;
        height: 30px;
        padding: 5px 24px 5px 10px;
        font-size: 12px;
    }

    .cart-mobile-fixed-panel .cart-controls-panel .wholesale-toggle {
        order: 4;
        flex: 0 0 auto;
        gap: 4px;
        padding-left: 0;
    }

    .cart-mobile-fixed-panel .cart-controls-panel .wholesale-label {
        font-size: 11px;
    }

    .cart-mobile-fixed-panel .cart-controls-panel .toggle-switch {
        width: 38px;
        height: 22px;
    }

    .cart-mobile-fixed-panel .cart-controls-panel .toggle-slider::before {
        width: 16px;
        height: 16px;
    }

    .cart-mobile-fixed-panel .cart-controls-panel .toggle-switch input:checked + .toggle-slider::before {
        transform: translateX(18px);
    }

    .cart-mobile-fixed-panel .view-mode-buttons {
        display: flex !important;
        align-items: center !important;
        gap: 5px;
        flex: 0 0 auto;
        width: auto !important;
    }

    .cart-mobile-fixed-panel .change-cart-view-btn {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 24px;
    }

    .cart-mobile-fixed-panel .change-cart-view-btn svg {
        width: 22px;
        height: 22px;
        display: block;
    }

    .cart-item .cart-card-agreement-row .actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 0;
        padding-bottom: 0;
    }

    .cart-item .cart-card-agreement-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 10px 14px;
        width: 100%;
    }

    .cart-item .cart-card-agreement-row .clean-cart {
        width: 100%;
        min-height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 8px;
        white-space: nowrap;
    }

    .cart-item .cart-card-customer-agreement {
        display: flex;
        flex-direction: column;
        gap: 11px;
        min-width: 0;
        order: 2;
    }

    .cart-item .cart-card-field {
        position: relative;
        min-width: 0;
    }

    .cart-item .cart-card-field__label {
        position: absolute;
        left: 0;
        top: -11px;
        display: block;
        margin-bottom: 2px;
        color: #637082;
        font-size: 11px;
        line-height: 1;
    }

    .cart-item .cart-card-customer-select,
    .cart-item .btn-cart-agreement,
    .cart-item .customer-change-widget .select2-container .select2-selection--single {
        width: 100%;
        height: 32px;
        min-height: 32px;
        display: flex;
        align-items: center;
        border: 0;
        border-radius: 16px;
        background-color: #e7ebf5;
        color: #1c2434;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.1;
        box-shadow: none;
    }

    .cart-item .customer-change-widget {
        position: relative;
        width: 100%;
        height: 32px;
    }

    .cart-item .customer-change-widget .select2-hidden-accessible {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .cart-item .customer-change-widget .select2-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        max-width: 100%;
    }

    .cart-item .customer-change-widget .select2-container .select2-selection--single {
        padding: 0 28px 0 8px;
        box-shadow: none;
    }

    .cart-item .customer-change-widget .select2-container .select2-selection__rendered {
        width: 100%;
        color: #1c2434;
        font-size: 13px;
        font-weight: 700;
        line-height: 30px;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cart-item .customer-change-widget .select2-container .select2-selection__arrow {
        height: 30px;
        right: 5px;
    }

    .cart-item .customer-change-widget .select2-container .select2-selection__clear {
        height: 30px;
        line-height: 30px;
        margin-right: 6px;
    }

    .cart-item .cart-card-customer-select {
        overflow: hidden;
        padding: 0 22px 0 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
        appearance: auto;
    }

    .cart-item .customer-change-widget .form-group {
        margin: 0;
    }

    .cart-item .btn-cart-agreement {
        max-width: none;
        margin-right: 0;
        padding: 0 8px;
        box-shadow: none;
    }

    .cart-item .btn-cart-agreement .arrow-custom {
        width: 100%;
        min-width: 0;
        color: inherit;
    }

    .cart-item .btn-cart-agreement .arrow-custom svg {
        flex: 0 0 auto;
        margin-left: 5px;
    }

    .cart-item .btn-cart-agreement .arrow-custom {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cart-item .dropdown-agreement {
        width: 100%;
        min-width: 132px;
        font-size: 13px;
    }

    .cart-item .cart-card-field--agreement .dropdown-agreement.show {
        display: block;
    }

    .cart-item .cart-card-amount-col,
    .cart-item .cart-card-total-col {
        display: none;
    }

    .cart-product-item:not(.compact) {
        position: relative;
        display: grid !important;
        grid-template-columns: 82px minmax(0, 1fr) 92px;
        grid-template-rows: auto 28px;
        align-items: start;
        column-gap: 12px;
        row-gap: 4px;
        margin-top: 8px;
        min-height: 128px;
        padding: 14px 34px 8px 10px;
        background: #fff;
        box-shadow: 0 1px 8px rgba(0, 0, 0, .12);
    }

    .cart-product-item:not(.compact) .cart-checkbox,
    .cart-product-item .cart-item-buttons .cart-checkbox {
        display: none !important;
    }

    .cart-product-item:not(.compact) .cart-item-buttons,
    .cart-product-item:not(.compact) .remove,
    .cart-product-item.compact .remove {
        position: absolute;
        top: 8px;
        right: 8px;
        width: auto;
        margin: 0;
    }

    .cart-product-item .cart-item-buttons .remove {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        margin: 0 !important;
    }

    .cart-product-item .remove a,
    .cart-product-item .cart-item-buttons .remove a {
        width: 18px !important;
        height: 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .cart-product-item .remove svg,
    .cart-product-item .cart-item-buttons .remove svg {
        display: block;
        width: 13px;
        height: 14px;
    }

    .cart-product-item:not(.compact) .images-block {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: start;
        justify-self: stretch;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .cart-product-item:not(.compact) .images-block img {
        height: 82px;
        width: 100%;
        object-fit: contain;
    }

    .cart-product-item:not(.compact) .product-info,
    .cart-product-item.compact .product-info {
        display: block !important;
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: visible;
        padding: 0;
    }

    .cart-product-item:not(.compact) .cart-price-col,
    .cart-product-item:not(.compact) .cart-sum-col,
    .cart-product-item.compact .cart-price-col,
    .cart-product-item.compact .cart-sum-col {
        display: flex !important;
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center !important;
        max-width: 92px;
        width: 92px;
        margin: 0;
        padding-right: 8px !important;
        text-align: right;
    }

    .cart-product-item:not(.compact) .input,
    .cart-product-item.compact .input {
        display: grid !important;
        grid-column: 2;
        grid-row: 2;
        grid-template-columns: minmax(0, 1fr);
        align-items: center;
        justify-self: start;
        max-width: 72px;
        width: 72px;
        margin: 0;
        padding: 1px 0 !important;
    }

    .cart-product-item:not(.compact) .product-info > .d-sm-flex,
    .cart-product-item.compact .product-info > .d-sm-flex,
    .cart-product-item:not(.compact) .stock,
    .cart-product-item.compact .stock {
        display: none !important;
    }

    .cart-product-item:not(.compact) .product-info > .d-sm-none,
    .cart-product-item:not(.compact) .product-info > div,
    .cart-product-item.compact .product-info > .d-sm-none,
    .cart-product-item.compact .product-info > div {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 0;
    }

    .cart-product-item:not(.compact) .title,
    .cart-product-item.compact .title,
    .cart-product-item:not(.compact) .price:not(.cart-sum-col) > label,
    .cart-product-item.compact .price:not(.cart-sum-col) > label {
        display: none !important;
    }

    .cart-product-item:not(.compact) .name .value,
    .cart-product-item.compact .name .value {
        display: block;
        color: #0D0800;
        font-size: 12px !important;
        font-weight: 500;
        line-height: 1.15 !important;
    }

    .cart-product-item:not(.compact) .article .value,
    .cart-product-item:not(.compact) .brand .value,
    .cart-product-item.compact .article .value,
    .cart-product-item.compact .brand .value {
        color: #0D0800;
        font-size: 12px !important;
        line-height: 1.1;
    }

    .cart-product-item:not(.compact) .brand .value,
    .cart-product-item.compact .brand .value {
        color: #6b7280;
        text-transform: uppercase;
    }

    .cart-product-item:not(.compact) .price-format,
    .cart-product-item.compact .price-format {
        justify-content: flex-start;
        flex-direction: row-reverse;
        float: none;
        line-height: 1.15;
    }

    .cart-product-item:not(.compact) .cart-sum-col .price-format,
    .cart-product-item.compact .cart-sum-col .price-format,
    .cart-product-item:not(.compact) .cart-price-col .price-format,
    .cart-product-item.compact .cart-price-col .price-format {
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: auto !important;
        text-align: right;
        width: auto;
    }

    .cart-product-item:not(.compact) .cart-sum-col .price-string,
    .cart-product-item.compact .cart-sum-col .price-string,
    .cart-product-item:not(.compact) .cart-price-col .price-string,
    .cart-product-item.compact .cart-price-col .price-string {
        color: #0D0800;
        font-size: 16px;
        font-weight: 500;
        line-height: 1 !important;
    }

    .cart-product-item:not(.compact) .cart-sum-col .currency,
    .cart-product-item.compact .cart-sum-col .currency,
    .cart-product-item:not(.compact) .cart-price-col .currency,
    .cart-product-item.compact .cart-price-col .currency {
        color: #6b7280;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.1 !important;
    }

    .cart-product-item:not(.compact) .input input,
    .cart-product-item.compact .input input {
        height: 26px;
        width: 72px;
        padding: 2px 6px;
        border: 1px solid #d7deea;
        border-radius: 4px;
        text-align: center;
    }

    .cart-product-item:not(.compact) .cart-sum-col .cart-discount-values span:last-child,
    .cart-product-item.compact .cart-sum-col .cart-discount-values span:last-child {
        border-radius: 8px;
    }

    .cart-product-item.compact {
        position: relative;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 96px;
        grid-template-rows: auto auto;
        align-items: start;
        column-gap: 8px;
        row-gap: 0;
        margin-top: 8px;
        padding: 10px 34px 6px 8px;
    }

    .cart-product-item.compact .cart-checkbox {
        display: none !important;
    }

    .cart-product-item.compact .product-info {
        grid-column: 1;
    }

    .cart-product-item.compact .cart-price-col,
    .cart-product-item.compact .cart-sum-col {
        grid-column: 2;
    }

    .cart-product-item.compact .input {
        grid-column: 1;
    }

    .cart-options-fixed-spacer > div.cart-options {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        flex-direction: column;
        gap: 12px;
        margin: 0;
        padding: 12px 10px calc(12px + env(safe-area-inset-bottom));
        background-color: var(--background-wrap-color);
        box-shadow: 0 -4px 14px rgba(0, 0, 0, .12);
        transform: translate3d(0, calc(-1 * var(--cart-options-footer-offset, 0px)), 0);
        will-change: transform;
    }

    .cart-options-fixed-spacer {
        min-height: 124px;
    }

    .cart-options-fixed-spacer:not(:last-of-type) > div.cart-options {
        position: static;
        box-shadow: none;
    }

    div.cart-options .dropdown {
        width: 100%;
    }

    .cart-options-summary {
        display: grid;
        grid-template-columns: minmax(0, .8fr) minmax(0, 1.15fr) minmax(0, 1.05fr);
        align-items: end;
        gap: 8px;
        width: 100%;
    }

    .cart-options-summary--with-weight {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cart-options-summary__item {
        min-width: 0;
        text-align: center;
    }

    .cart-options-summary__title {
        display: block;
        font-size: 10px;
        line-height: 1.1;
        color: #4b5563;
        white-space: nowrap;
    }

    .cart-options-summary__value {
        display: block;
        margin-top: 3px;
        font-size: 14px;
        line-height: 1.15;
        color: #0D0800;
        font-weight: 700;
        white-space: nowrap;
    }

    .cart-options-summary__item--sum .price-format {
        display: flex;
        align-items: baseline;
        justify-content: center;
        flex-direction: row;
        gap: 3px;
        float: none;
        width: 100%;
        white-space: nowrap;
    }

    .cart-options-summary__item--sum .cart-options-summary__value {
        font-size: 13px;
    }

    .cart-options-summary__item--sum .price-string {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
    }

    .cart-options-summary__item--sum .currency {
        font-size: 10px;
        font-weight: 500;
    }

    .cart-options-checkout-btn {
        width: 100%;
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(5px);
        padding: 6px 8px;
        border-radius: 20px;
        font-size: 12px;
        line-height: 1;
        background-color: var(--primary);
        border-color: var(--primary);
        white-space: nowrap;
    }
}

@media (max-width: 360px) {
    .cart-page-title .back-to-catalog-btn,
    .cart-page-title .import-cart-btn {
        font-size: 11px;
        padding-right: 6px;
        padding-left: 6px;
    }
}
