video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

.product-img video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    transform: scale(1.02);
}

a.text-white.link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-content p {
    margin: 10px 0;
    font-size: 16px;
}

.tf-view-layout-switch.active {
    color: #fff !important;
}

.form-select {
    box-shadow: none;
}

.form-select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--line);
}

.img-brand {
    width: 220px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddf6f8;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.img-brand img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.tf-sw-brands .swiper-slide {
    width: auto;
}

.tf-sw-brands .img-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.msMiniCart {
    padding-left: 24px;
}

.swiper-center {
    align-items: flex-start;
    justify-content: center;
}

.grid-70-30 {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.cart-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.tf-grid-layout.tf-col-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.infor-img {
    width: 100px;
    height: 120px;
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cart-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.infor-prd {
    margin: 0 20px;
}

#msMiniCart.full .empty,
.msMiniCart.full .empty {
    display: none;
}

@media (max-width: 1200px) {
    .tf-grid-layout.tf-col-5 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .tf-grid-layout.tf-col-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .tf-grid-layout.tf-col-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .tf-grid-layout.tf-col-5 {
        grid-template-columns: 1fr;
    }
}

.seo-content * {
    margin-top: 0;
}

.seo-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 12px;
    color: #696E73;
}

.seo-content h1,
.seo-content h2,
.seo-content h3,
.seo-content h4,
.seo-content h5,
.seo-content h6,
.seo-content .h1,
.seo-content .h2,
.seo-content .h3,
.seo-content .h4,
.seo-content .h5,
.seo-content .h6 {
    font-weight: 600;
    letter-spacing: 0;
    color: #2b2f32;
}

.seo-content h1,
.seo-content .h1 {
    font-size: 25px;
    line-height: 40px;
    margin: 24px 0 10px;
}

.seo-content h2,
.seo-content .h2 {
    font-size: 22px;
    line-height: 34px;
    margin: 22px 0 10px;
}

.seo-content h3,
.seo-content .h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 8px;
}

.seo-content h4,
.seo-content .h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 18px 0 8px;
}

.seo-content h5,
.seo-content .h5 {
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0 6px;
}

.seo-content h6,
.seo-content .h6 {
    font-size: 14px;
    line-height: 22px;
    margin: 14px 0 6px;
    color: #666;
}

.seo-content h1 + p,
.seo-content h2 + p,
.seo-content h3 + p,
.content h4 + p,
.seo-content h5 + p,
.seo-content h6 + p {
    margin-top: 0;
}

.seo-content p + h2,
.seo-content p + .h2,
.seo-content ul + h2,
.seo-content ol + h2 {
    margin-top: 24px;
}

.seo-content p + h3,
.seo-content p + .h3,
.content ul + h3,
.seo-content ol + h3 {
    margin-top: 20px;
}

.seo-content p + h4,
.seo-content p + .h4,
.seo-content ul + h4,
.seo-content ol + h4 {
    margin-top: 18px;
}

.seo-content ul,
.seo-content ol {
    margin: 10px 0 12px;
    padding-left: 20px;
}

.seo-content li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
    list-style: circle;
    color: #696E73;
    margin-left: 30px;
}

.seo-content blockquote,
.seo-content figure,
.seo-content table,
.seo-content pre {
    margin: 0.6em 0;
}

.seo-content img {
    margin: 0.8em 0;
    border-radius: 8px;
}

.seo-content p + h2,
.seo-content p + h3,
.seo-content ul + h2,
.seo-content ul + h3 {
    margin-top: 0.9em;
}

.seo-card {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    overflow: hidden;
}

.seo-card__body {
    padding: 28px 30px 26px;
}

.seo-card__preview {
    position: relative;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 400;
    color: #4b5563;
}

.seo-card__preview p,
.seo-card__more-content p {
    margin: 0 0 14px;
}

.seo-card__preview p:last-child,
.seo-card__more-content p:last-child {
    margin-bottom: 0;
}

.seo-card__preview h2,
.seo-card__preview h3,
.seo-card__preview h4,
.seo-card__more-content h2,
.seo-card__more-content h3,
.seo-card__more-content h4 {
    margin: 22px 0 12px;
    color: #111827;
    font-weight: 600;
    line-height: 1.3;
}

.seo-card__preview h2,
.seo-card__more-content h2 {
    font-size: 26px;
}

.seo-card__preview h3,
.seo-card__more-content h3 {
    font-size: 22px;
}

.seo-card__preview h4,
.seo-card__more-content h4 {
    font-size: 18px;
}

.seo-card__preview ul,
.seo-card__preview ol,
.seo-card__more-content ul,
.seo-card__more-content ol {
    margin: 0 0 14px;
    padding-left: 20px;
}

.seo-card__preview li,
.seo-card__more-content li {
    margin-bottom: 6px;
}

.seo-card__preview a,
.seo-card__more-content a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .2s ease;
}

.seo-card__preview a:hover,
.seo-card__more-content a:hover {
    opacity: .75;
}

.seo-card__preview.is-faded {
    max-height: 88px;
    overflow: hidden;
}

.seo-card__preview.is-faded::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 36px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 88%);
    pointer-events: none;
    transition: opacity .25s ease;
}

.seo-card:has(.seo-card__toggle[aria-expanded="true"]) .seo-card__preview.is-faded::after {
    opacity: 0;
}

.seo-card__more-content {
    padding-top: 14px;
    font-size: 15px;
    line-height: 1.85;
    color: #4b5563;
}

.seo-card__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0;
    background: none;
    border: none;
    color: #222;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .2s ease, color .2s ease;
}

.seo-card__toggle:hover {
    opacity: .8;
    text-decoration: none;
}

.seo-card__toggle:focus {
    outline: none;
    box-shadow: none;
}

.seo-card__toggle .if-not-collapsed {
    display: none;
}

.seo-card__toggle[aria-expanded="true"] .if-collapsed {
    display: none;
}

.seo-card__toggle[aria-expanded="true"] .if-not-collapsed {
    display: inline;
}

.seo-card__toggle svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform .25s ease;
    margin-top: 1px;
}

.seo-card__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .seo-card__body {
        padding: 24px 24px 22px;
    }

    .seo-card__preview h2,
    .seo-card__more-content h2 {
        font-size: 23px;
    }

    .seo-card__preview h3,
    .seo-card__more-content h3 {
        font-size: 20px;
    }

    .seo-card__preview h4,
    .seo-card__more-content h4 {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .seo-card {
        border-radius: 12px;
    }

    .seo-card__body {
        padding: 18px 18px 18px;
    }

    .seo-card__preview,
    .seo-card__more-content {
        font-size: 14px;
        line-height: 1.75;
    }

    .seo-card__preview.is-faded {
        max-height: 82px;
    }

    .seo-card__preview.is-faded::after {
        height: 36px;
    }

    .seo-card__toggle {
        margin-top: 16px;
        font-size: 14px;
    }

    .seo-card__preview h2,
    .seo-card__more-content h2 {
        font-size: 21px;
    }

    .seo-card__preview h3,
    .seo-card__more-content h3 {
        font-size: 18px;
    }

    .seo-card__preview h4,
    .seo-card__more-content h4 {
        font-size: 16px;
    }
}

.seo-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
}

.seo-content-wrapper.collapse:not(.show) {
    display: block !important;
    height: 175px !important;
    overflow: hidden;
    position: relative;
}

.seo-content-wrapper.collapse:not(.show)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}

.seo-card__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    color: #fff !important;
    padding: 12px 35px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.seo-card__toggle:hover {
    background-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.seo-card__toggle .if-not-collapsed {
    display: none;
}

.seo-card__toggle[aria-expanded="true"] .if-collapsed {
    display: none;
}

.seo-card__toggle[aria-expanded="true"] .if-not-collapsed {
    display: inline;
}

.seo-card__toggle svg {
    transition: transform 0.3s ease;
}

.seo-card__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.canvas-body {
    background-color: var(--white);
    padding: 24px;
    overscroll-behavior-y: contain;
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
}

.canvas-filter .canvas-body > *:not(:last-child) {
    margin-bottom: 20px;
}

.canvas-body form {
    background: transparent !important;
    padding: 0 !important;
    overflow: visible !important;
    flex: unset !important;
    min-height: auto !important;
}

.canvas-filter .canvas-body form > *:not(:last-child) {
    margin-bottom: 20px !important;
}

@media (min-width: 576px) {
    .canvas-filter .canvas-body {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .canvas-filter .canvas-body > *:not(:last-child) {
        margin-bottom: 28px;
    }

    .canvas-filter.offcanvas .canvas-body > *:not(:last-child) {
        margin-bottom: 20px;
    }

    .canvas-filter .canvas-body form > *:not(:last-child) {
        margin-bottom: 28px !important;
    }

    .canvas-filter.offcanvas .canvas-body form > *:not(:last-child) {
        margin-bottom: 20px !important;
    }
}

.canvas-filter,
.canvas-filter.offcanvas,
.canvas-filter .offcanvas-body,
.canvas-filter .canvas-wrapper {
    min-height: 0;
}

.canvas-filter .canvas-body,
.offcanvas .canvas-body {
    height: 100%;
    max-height: 100%;
}

.offcanvas .offcanvas-body {
    overflow: hidden;
}

#mse2_selected {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    padding: 0;
    background: transparent !important;
    border: 0;
    font-size: 0;
}

#mse2_selected strong {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-right: 4px;
    white-space: nowrap;
}

#mse2_selected .mse2_selected_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    background: #efefef;
    color: #111 !important;
    text-decoration: none !important;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    transition: all .2s ease;
    font-size: 16px;
}

#mse2_selected .mse2_selected_link em {
    font-style: normal;
    color: inherit;
    line-height: 1;
}

#mse2_selected .mse2_selected_link sup {
    position: static;
    top: auto;
    font-size: 0;
    line-height: 1;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
}

#mse2_selected .mse2_selected_link sup::before {
    content: "×";
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #111;
    display: block;
    transform: translateY(-1px);
}

#mse2_selected .mse2_selected_link:hover {
    background: #111;
    color: #fff !important;
}

#mse2_selected .mse2_selected_link:hover em {
    color: #fff;
}

#mse2_selected .mse2_selected_link:hover sup::before {
    color: #fff;
}

@media (max-width: 767px) {
    #mse2_selected strong {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2px;
        font-size: 16px;
    }

    #mse2_selected .mse2_selected_link {
        min-height: 38px;
        padding: 0 14px;
        font-size: 15px;
        border-radius: 8px;
        gap: 6px;
    }

    #mse2_selected .mse2_selected_link sup::before {
        font-size: 16px;
    }
}

#mse2_filters label {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    color: #111;
}

#mse2_filters label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1.5px solid #bfbfbf;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all .15s ease;
    margin: 0;
    flex-shrink: 0;
}

#mse2_filters label input[type="checkbox"]:checked {
    background: #000;
    border-color: #000;
}

#mse2_filters label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#mse2_filters label span {
    font-size: 16px;
    line-height: 1.4;
    color: #111;
}

#mse2_filters label sup {
    position: static;
    margin-left: auto;
    font-size: 13px;
    line-height: 1;
    color: #8d8d8d;
    border-radius: 999px;
    padding: 5px 8px;
    min-width: 26px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}

#mse2_filters label.disabled,
#mse2_filters label input:disabled + span {
    opacity: .45;
    cursor: not-allowed;
}

#mse2_filters label input[type="checkbox"]:disabled {
    background: #fafafa;
    border-color: #d8d8d8;
    cursor: not-allowed;
}

#mse2_filters .widget-facet #mse2_ms|price,
#mse2_filters .widget-facet fieldset[id*="price"],
#mse2_filters .widget-facet fieldset[id*="ms|price"],
#mse2_filters .widget-facet .mse2_number_slider,
#mse2_filters .widget-facet .mse2_number_inputs {
    min-width: 0;
}

#mse2_filters .widget-facet fieldset {
    border: 0;
    margin: 0;
    padding: 0 2px;
}

#mse2_filters .mse2_number_slider {
    margin: 18px 0 24px;
    position: relative;
}

#mse2_filters .mse2_number_slider .ui-slider {
    position: relative;
    height: 4px;
    border: 0 !important;
    border-radius: 999px;
    background: #dcdcdc !important;
    box-shadow: none !important;
    margin: 0 8px;
}

#mse2_filters .mse2_number_slider .ui-slider-range {
    background: #111 !important;
    border: 0 !important;
    border-radius: 999px;
    box-shadow: none !important;
}

#mse2_filters .mse2_number_slider .ui-slider-handle {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 3px solid #111 !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    top: 50% !important;
    margin-top: -9px !important;
    margin-left: -9px !important;
    transition: transform .15s ease;
}

#mse2_filters .mse2_number_slider .ui-slider-handle:hover,
#mse2_filters .mse2_number_slider .ui-slider-handle:focus,
#mse2_filters .mse2_number_slider .ui-slider-handle.ui-state-active {
    transform: scale(1.06);
}

#mse2_filters .mse2_number_slider .ui-slider-handle::before,
#mse2_filters .mse2_number_slider .ui-slider-handle::after {
    content: none !important;
}

#mse2_filters .mse2_number_inputs.row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 0;
    margin: 0;
    align-items: stretch;
}

#mse2_filters .mse2_number_inputs.row > [class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

#mse2_filters .mse2_number_inputs label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: default;
}

#mse2_filters .mse2_number_inputs label span,
#mse2_filters .mse2_number_inputs label small,
#mse2_filters .mse2_number_inputs label strong {
    font-size: 14px;
    line-height: 1.2;
    color: #6f6f6f;
    font-weight: 500;
}

#mse2_filters .mse2_number_inputs input {
    width: 100%;
    height: 48px;
    border: 1px solid #e3e3e3 !important;
    border-radius: 14px;
    padding: 0 16px;
    background: #fff !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #111;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    transition: border-color .18s ease, box-shadow .18s ease;
}

#mse2_filters .mse2_number_inputs input:focus {
    border-color: #111 !important;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, .05) !important;
}

#mse2_filters .mse2_number_inputs input::placeholder {
    color: #b4b4b4;
    font-weight: 500;
}

#mse2_filters .mse2_number_inputs input:disabled {
    background: #fafafa !important;
    color: #9b9b9b;
    border-color: #ececec !important;
}

@media (max-width: 767px) {
    #mse2_filters .mse2_number_slider {
        margin: 16px 0 22px;
    }

    #mse2_filters .mse2_number_slider .ui-slider-handle {
        width: 17px !important;
        height: 17px !important;
        margin-top: -8.5px !important;
        margin-left: -8.5px !important;
        border-width: 2.5px !important;
    }

    #mse2_filters .mse2_number_inputs.row {
        --bs-gutter-x: 10px;
    }

    #mse2_filters .mse2_number_inputs input {
        height: 44px;
        font-size: 16px;
        border-radius: 12px;
        padding: 0 12px;
    }
}

.center-block {
    display: block;
    margin: 0 auto;
}


/* msMiniCart */
ul.msMiniCart {
    display: flex;
    align-items: center;
}

/* login */
.auth-buttons {
    display: inline-flex;
    border-radius: 12px;
    overflow: hidden; /* ВАЖНО */
    border: 1px solid #e5e7eb;
    background: #fff;
    margin: 0 20px;
}

/* Кнопки */
.auth-btn {
    display: flex;
    align-items: center;
    gap: 6px;

    padding: 8px 16px;
    font-size: 13px;
    line-height: 1;

    color: #222;
    text-decoration: none;
    background: transparent;
    border: none; 
    transition: all 0.2s ease;
}

.auth-btn {
    border-radius: 0;
}

.auth-btn + .auth-btn {
    border-left: 1px solid #e5e7eb;
}

/* Hover */
.auth-btn:hover {
    background: #f5f5f6;
}

/* Primary */
.auth-btn--primary {
    background: #111;
    color: #fff;
}

.auth-btn--primary {
    border-left: none;
}

/* Hover primary */
.auth-btn--primary:hover {
    background: #000;
}

dialog.cabinet.cabinet-modal {
    margin: 0 auto;
    top: 20px;
    position: fixed;
}

.dropdown .btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    margin: 0 20px;
    font-size: 13px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #222;
    transition: all 0.2s ease;
}

/* hover */
.dropdown .btn:hover {
    background: #f5f5f6;
    color: #000;
}

/* иконка */
.dropdown .btn svg {
    width: 15px;
    height: 15px;
    opacity: 0.7;
}

.dropdown .btn:hover svg {
    opacity: 1;
}

/* === DROPDOWN === */
.dropdown-menu {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    padding: 6px;
    margin-top: 8px;
}

.dropdown-item {
    border-radius: 8px;
    font-size: 13px;
    padding: 8px 10px;

    display: flex;
    align-items: center;
    gap: 6px;
}

/* hover */
.dropdown-item:hover {
    background: #f5f5f6;
}

.dropdown-item-text {
    padding: 8px 10px;
}

.dropdown-item-text img {
    width: 30px;
    height: 30px;
}

.dropdown-item-text strong {
    font-size: 13px;
}

.dropdown-menu li + li {
    margin-top: 2px;
}

.dropdown-item:last-child {
    color: #666;
}

.dropdown-item:last-child:hover {
    color: #000;
}

.msb2-form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100% !important;
    margin-right: 1rem;
    border: 0 !important;
}

.msb2-form__input {
    height: 48px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    background: #fff;
    min-width: 180px;
    display: flex;
    align-items: center;
}

.msb2-form__input::placeholder {
    color: #9ca3af;
}

.msb2-form .msb2-form__button {
    height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.msb2-form .msb2-form__button_submit {
    background-color: #000000;
    color: #fff;
}

.msb2-form__button_cancel {
    background: #eee;
    color: #111;
}

.text-muted.msb2-discount-line {
    display: flex !important;
}

.msb2-form__button:active {
    transform: translateY(1px);
}

.msb2-points {
    font-size: 14px;
    color: var(--text-2);
}

.msb2-points span {
    font-weight: 600;
    color: #d32f2f;
}

.msb2-discount {
    font-size: 14px;
    color: var(--text-2);
}

.msb2-discount-line {
    justify-content: space-between;
    align-items: center;
}

.msb2-discount-line[style*="block"],
.msb2-discount-line[style*="flex"] {
    display: flex !important;
}

/* alert */
.alert {
    border: none;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.45;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: none;
}

/* мягкий "danger" */
.alert-danger {
    background: #fff4f4;
    color: #111;
    border: 1px solid #f3d6d6;
}

/* иконка */
.alert svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: #dc4646;
}

/* текст */
.alert div {
    font-weight: 500;
}

/* video */

.video-thumb {
   filter: brightness(0.85) contrast(1.05);
}