.m-header-new .cart-wrapper .product-item-upsales-header {
    color: rgba(105, 108, 145, 0.90);
    margin-top: 8px;
}

.m-header-new .cart-wrapper .product-item-upsale {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    background-color: #F0F1FE;
    border-radius: 8px;
}

.m-header-new .cart-wrapper .product-item-upsale.hide {
    display: none;
}

.m-header-new .cart-wrapper .product-item-upsale .upsale-info {
    display: flex;
    flex-direction: column;
}

.m-header-new .cart-wrapper .product-item-upsale .m-form-item.toggle-switch .m-form-checkbox-input + .m-form-checkbox-label:before {
    right: 2px;
    left: unset;
}

.m-header-new .cart-wrapper .product-item-upsale .m-form-item.toggle-switch .m-form-checkbox-input + .m-form-checkbox-label:after {
    right: 22px;
    left: unset;
}

.m-header-new .cart-wrapper .product-item-upsale .m-form-item.toggle-switch .m-form-checkbox-input:checked + .m-form-checkbox-label:after {
    right: 6px;
    left: unset;
}

.m-header-new .cart-wrapper .product-item-upsale .upsale-price {
    font-weight: 500;
}

.m-header-new .cart-wrapper .product-item-upsale .m-form-item.toggle-switch .m-form-checkbox-input + .m-form-checkbox-label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 52px 0 0;
    word-break: keep-all;
    white-space: nowrap;
}

.m-header-new .cart-wrapper .product-item-upsale .upsale-subtitle {
    color: #9496AE;
}

.m-header-new .cart-wrapper .product-item-upsale .upsale-title {
    color: #00053E;
    word-break: break-word;
    font-weight: 600;
}

.m-header-new .cart-wrapper .cart-upsales {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.m-header-new .cart-body .product-item-upsale .upsale-price .old-price {
    display: block;
    color: #696C91;
    text-align: right;
    text-decoration: line-through;
    -webkit-text-decoration-color: #696C91;
    text-decoration-color: #696C91;
    white-space: nowrap;
}

.m-header-new .cart-body .product-item-upsale .upsale-price .current-price {
    color: #00053E;
    font-weight: 600;
}

.m-header-new .cart-body .product-item-upsale .upsale-price .currency-price {
    color: #33394c;
}

.m-header-new .cart-wrapper .cart-upsales input[type='checkbox'][disabled][data-upsale-switcher] + label {
    opacity: 1;
}

.m-header-new .product-item-upsale .upsale-price .upsale-price-numbers {
    font-weight: 600;
}