/*
 * Moto Vijeh Elementor widgets
 * Design tokens extracted from Figma "moto vijeh" file (component library page).
 */
:root {
    --mv-blue: #0a1d76;
    --mv-blue-dark: #091a6b;
    --mv-red: #c10600;
    --mv-red-dark: #b00500;
    --mv-lavender: #e7e8f1;
    --mv-bg-gray: #f5f5f6;
    --mv-border: #dfe0e3;
    --mv-border-light: #d0d1d6;
    --mv-text: #0a0a0a;
    --mv-text-2: #333333;
    --mv-text-3: #404146;
    --mv-muted: #767676;
    --mv-muted-2: #6c6e76;
    --mv-muted-3: #717182;
    --mv-price-old: #a9a9a9;
    --mv-price-new: #262626;
    --mv-radius-lg: 16px;
    --mv-radius-md: 8px;
    --mv-radius-sm: 4px;
}

.mv-widget {
    text-align: right;
    box-sizing: border-box;
}

.mv-header {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #ffffff;
    position: relative;
    z-index: 100;
}

.mv-widget *,
.mv-widget *::before,
.mv-widget *::after {
    box-sizing: border-box;
}

.mv-widget a {
    text-decoration: none;
}

.mv-contact-person-card__phone {
    display: flex;
}

a.mv-header__nav-cta {
    color: white;
}

.mv-widget img {
    max-width: 100%;
    display: block;
}

img.mv-representative-card__avatar {
    border-radius: 500px;
}

.mv-post-share-nav {
    width: 100%;
    direction: rtl;
}

.mv-post-share-nav__share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    direction: ltr;
    padding: 0 0 34px;
    border-bottom: 1px solid #e8e8e8;
}

.mv-post-share-nav__social {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 50%;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mv-post-share-nav__social:hover,
.mv-post-share-nav__social:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.mv-post-share-nav__social svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.mv-post-share-nav__social--telegram {
    background: #48afe4;
}

.mv-post-share-nav__social--linkedin {
    background: #2878b8;
}

.mv-post-share-nav__social--pinterest {
    background: #d31622;
}

.mv-post-share-nav__social--x {
    background: #000;
}

.mv-post-share-nav__social--facebook {
    background: #3557a6;
}

.mv-post-share-nav__pager {
    min-height: 92px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    direction: ltr;
    border-bottom: 1px solid #e8e8e8;
}

.mv-post-share-nav__slot {
    min-width: 0;
    display: flex;
    align-items: center;
}

.mv-post-share-nav__slot--previous {
    justify-content: flex-start;
}

.mv-post-share-nav__slot--next {
    justify-content: flex-end;
}

.mv-post-share-nav__post {
    max-width: 340px;
    min-width: 0;
    display: grid;
    align-items: center;
    gap: 12px;
    color: var(--mv-blue);
}

.mv-post-share-nav__post--previous {
    grid-template-columns: 40px minmax(0, 1fr);
}

.mv-post-share-nav__post--next {
    grid-template-columns: minmax(0, 1fr) 40px;
}

.mv-post-share-nav__post:hover strong,
.mv-post-share-nav__post:focus-visible strong {
    color: var(--mv-red);
}

.mv-post-share-nav__arrow {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e5e8;
    border-radius: 50%;
    background: #fff;
    position: relative;
}

.mv-post-share-nav__arrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #9a9ca5;
    border-left: 2px solid #9a9ca5;
    position: absolute;
}

.mv-post-share-nav__arrow--previous::before {
    transform: rotate(-45deg);
    margin-right: -3px;
}

.mv-post-share-nav__arrow--next {
    order: 2;
}

.mv-post-share-nav__arrow--next::before {
    transform: rotate(135deg);
    margin-left: -3px;
}

.mv-post-share-nav__post-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    direction: rtl;
    text-align: right;
}

.mv-post-share-nav__post--next .mv-post-share-nav__post-text {
    text-align: left;
}

.mv-post-share-nav__post-label {
    color: #b8bac2;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
}

.mv-post-share-nav__post strong {
    overflow: hidden;
    color: var(--mv-blue);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.mv-post-share-nav__archive {
    width: 28px;
    height: 28px;
    display: grid;
    grid-template-columns: repeat(2, 6px);
    grid-auto-rows: 6px;
    place-content: center;
    gap: 4px;
    border-radius: 50%;
    color: #c9cbd1;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.mv-post-share-nav__archive span {
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid currentColor;
    border-radius: 2px;
}

.mv-post-share-nav__archive:hover,
.mv-post-share-nav__archive:focus-visible {
    color: var(--mv-red);
    background: #f7f7f8;
}

@media (max-width: 767px) {
    .mv-post-share-nav__share {
        justify-content: center;
        padding-bottom: 22px;
    }

    .mv-post-share-nav__pager {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px 0;
    }

    .mv-post-share-nav__slot,
    .mv-post-share-nav__slot--previous,
    .mv-post-share-nav__slot--next {
        justify-content: stretch;
    }

    .mv-post-share-nav__archive {
        justify-self: center;
        order: 1;
    }

    .mv-post-share-nav__slot--previous {
        order: 2;
    }

    .mv-post-share-nav__slot--next {
        order: 3;
    }

    .mv-post-share-nav__post {
        width: 100%;
        max-width: none;
    }

    .mv-post-share-nav__post--next .mv-post-share-nav__post-text {
        text-align: right;
    }
}

.mv-footer__social svg {
    width: 16px;
}

.mv-footer__social path {
    fill: #0A1D76;
}

/* ---------- Button ---------- */
.mv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    border-radius: var(--mv-radius-md);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

.mv-btn__icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.mv-btn__icon svg {
    width: 100%;
    height: 100%;
}

.mv-hero__navar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}

.mv-btn--gradiant {
    background: linear-gradient(180deg, #E7E8F1 -100%, #0a1d76 65%);
    color: #fff;
    border-radius: 16px;
    min-width: 175px;
    min-height: 48px;
}

.mv-btn--gradiant:hover {
    background: var(--mv-blue-dark);
    color: #fff;
}

.mv-btn--primary {
    background: var(--mv-blue);
    color: #fff;
}

.mv-btn--primary:hover {
    background: var(--mv-blue-dark);
    color: #fff;
}

.mv-btn--red {
    background: var(--mv-red);
    color: #fff;
}

.mv-btn--red:hover {
    background: var(--mv-red-dark);
    color: #fff;
}

.mv-btn--ghost.mv-btn--gradiant,
.mv-btn--ghost.mv-btn--primary {
    background: transparent;
    color: var(--mv-blue);
}

.mv-btn--ghost.mv-btn--red {
    background: transparent;
    color: var(--mv-red);
}

.mv-btn--ghost:hover {
    opacity: .7;
}

/* ---------- Product card ---------- */
.mv-product {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 210px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-lg);
}

.mv-product__image {
    width: 100%;
    aspect-ratio: 178 / 170;
    border-radius: var(--mv-radius-sm);
    object-fit: cover;
    background: var(--mv-bg-gray);
}

.mv-product__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--mv-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mv-product__prices {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mv-product__price-old {
    font-size: 14px;
    font-weight: 700;
    color: var(--mv-price-old);
    text-decoration: line-through;
}

.mv-product__price-new {
    font-size: 14px;
    font-weight: 700;
    color: var(--mv-price-new);
}

.mv-product__badge {
    align-self: flex-start;
    background: var(--mv-red);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: var(--mv-radius-sm);
}

/* ---------- Stat item ---------- */
.mv-stat-item {
    direction: rtl;
    width: 100%;
}

.mv-stat-item__headline {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    color: var(--mv-text);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
}

.mv-stat-item__highlight {
    color: var(--mv-red);
    font-weight: 600;
    direction: ltr;
    unicode-bidi: isolate;
}

.mv-stat-item__title {
    color: var(--mv-text);
}

.mv-stat-item__description {
    margin: 8px 0 0;
    color: var(--mv-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0;
}

/* ---------- Feature tile ---------- */
.mv-feature-tile {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: 100%;
    min-height: 292px;
    padding: 28px 24px;
    border-radius: var(--mv-radius-lg);
    background: var(--mv-lavender);
    color: var(--mv-text);
    text-align: center;
}

a.mv-feature-tile {
    text-decoration: none;
}

.mv-feature-tile__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 22px;
    background: #fff;
    color: var(--mv-blue);
    flex: 0 0 auto;
}

.mv-feature-tile__icon i {
    font-size: 42px;
}

.mv-feature-tile__icon svg {
    width: 42px;
    height: 42px;
    fill: currentColor;
}

.mv-feature-tile__title {
    margin: 0;
    color: var(--mv-text);
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}

/* ---------- Contact person card ---------- */
.mv-contact-person-card {
    direction: rtl;
    width: 100%;
    max-width: 420px;
    color: var(--mv-text);
    text-align: right;
}

.mv-contact-person-card__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.mv-contact-person-card__name {
    position: relative;
    margin: 0;
    padding-inline-start: 12px;
    color: var(--mv-text);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0;
}

.mv-contact-person-card__name::before {
    content: "";
    position: absolute;
    top: 4px;
    inset-inline-start: 0;
    width: 3px;
    height: 22px;
    border-radius: 2px;
    background: var(--mv-red);
}

.mv-contact-person-card__position {
    margin: 0;
    padding-inline-end: 12px;
    color: var(--mv-blue);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
}

.mv-contact-person-card__description {
    margin: 22px 0 0;
    color: var(--mv-text-3);
    font-size: 13px;
    font-weight: 400;
    line-height: 2.1;
}

.mv-contact-person-card__phone {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    color: var(--mv-text);
    text-decoration: none;
}

.mv-contact-person-card__phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border-radius: 14px;
    background: var(--mv-red);
    color: #fff;
    flex: 0 0 auto;
}

.mv-contact-person-card__phone-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.mv-contact-person-card__phone-icon i {
    font-size: 18px;
}

.mv-contact-person-card__phone-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: right;
}

.mv-contact-person-card__phone-label {
    color: var(--mv-text-2);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
}

.mv-contact-person-card__phone-number {
    color: var(--mv-muted-2);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
    direction: ltr;
    unicode-bidi: isolate;
}

/* ---------- Process steps ---------- */
.mv-process-steps {
    direction: rtl;
    width: 100%;
    padding: 44px 44px 68px;
    border-radius: var(--mv-radius-lg);
    position: relative;
    background-size: 420px auto;
    background-repeat: repeat;
    color: #fff;
    overflow: hidden;
}

.mv-process-steps > * {
    z-index: 4;
    position: relative;
}

.mv-process-steps > span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 10%;
    z-index: 2;
}

.mv-process-steps::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #071554;
    /* opacity: 32%; */
}

.mv-process-steps__heading {
    margin: 0;
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
}

.mv-process-steps__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
    margin-top: 42px;
}

.mv-process-steps__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.mv-process-steps__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 17px;
    background: var(--mv-red);
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    direction: ltr;
    unicode-bidi: isolate;
}

.mv-process-steps__title {
    margin: 30px 0 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.mv-process-steps__description {
    max-width: 250px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0;
}

/* ---------- Representative card ---------- */
.mv-representative-card {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 22px 18px !important;
    border: 1px solid var(--mv-border);
    border-radius: 24px;
    background: #fff;
    color: var(--mv-text);
    text-align: center;
}

.mv-representative-card__avatar {
    width: 157px;
    height: 157px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.mv-representative-card__name {
    margin: 30px 0 0;
    color: var(--mv-text);
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.mv-representative-card__phone {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    color: var(--mv-muted-2);
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
}

.mv-representative-card__phone-label {
    color: var(--mv-muted-2);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.mv-representative-card__phone-number {
    color: var(--mv-red);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.mv-representative-card__cities {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-top: 18px;
}

.mv-representative-card__cities-label {
    color: #071554;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.mv-representative-card__city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
    min-width: 0;
}

.mv-representative-card__city {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: var(--mv-radius-sm);
    background: var(--mv-lavender);
    color: var(--mv-blue);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

/* ---------- Loop products showcase ---------- */
.mv-loop-products-showcase {
    direction: rtl;
    display: flex;
    gap: 50px !important;
    width: 100%;
    flex-direction: row-reverse;
}

.mv-loop-products-showcase__products {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    min-width: 0;
}

.mv-loop-products-showcase__products > .elementor {
    min-width: 0;
    width: 100%;
}

.mv-loop-products-showcase .elementor-widget-theme-post-title,
.mv-loop-products-showcase .elementor-page-title.elementor-widget-heading {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 24px;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    position: relative !important;
}

.mv-loop-products-showcase .elementor-widget-theme-post-title .elementor-heading-title,
.mv-loop-products-showcase .elementor-page-title.elementor-widget-heading .elementor-heading-title {
    width: auto !important;
    display: block !important;
    height: auto !important;
    min-height: 24px;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    position: static !important;
    clip: auto !important;
    white-space: normal !important;
    clip-path: none !important;
}

.mv-loop-products-showcase__panel {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-height: 290px;
    padding: 24px 18px;
    border-radius: var(--mv-radius-lg);
    color: var(--mv-text);
    text-align: center;
}

a.mv-loop-products-showcase__panel {
    text-decoration: none;
}

.mv-loop-products-showcase__panel-image {
    width: 112px;
    height: 112px;
    object-fit: contain;
    flex: 0 0 auto;
}

.mv-loop-products-showcase__panel-title {
    margin: 0;
    color: var(--mv-text);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0;
}

.mv-loop-products-showcase__panel-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--mv-red);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.mv-loop-products-showcase__panel-icon {
    display: inline-flex;
    width: 13px;
    height: 13px;
    align-items: center;
    justify-content: center;
}

.mv-loop-products-showcase__panel-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.mv-loop-products-showcase__notice {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 16px;
    border: 1px dashed var(--mv-border);
    border-radius: var(--mv-radius-md);
    background: #fff;
    color: var(--mv-muted-2);
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

/* ---------- Sale loop showcase ---------- */
.mv-sale-loop-showcase {
    direction: ltr;
    display: grid;
    grid-template-areas:
        "products panel";
    grid-template-columns: minmax(0, 1fr) 185px;
    gap: 14px;
    width: 100%;
    padding: 34px 22px;
    border-radius: var(--mv-radius-lg);
    background-color: var(--mv-red);
    background-size: 360px auto;
    background-repeat: repeat;
    overflow: hidden;
}

.mv-sale-loop-showcase__products {
    grid-area: products;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    min-width: 0;
}

.mv-sale-loop-showcase__products > .elementor {
    position: relative;
    min-width: 0;
    width: 100%;
}

.mv-sale-loop-showcase__products > div {
    background: white;
    border-radius: 16px;
    direction: rtl;
}

.mv-sale-loop-showcase .elementor-widget-theme-post-title,
.mv-sale-loop-showcase .elementor-page-title.elementor-widget-heading {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 24px;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    position: relative !important;
}

.mv-sale-loop-showcase__products > .elementor[data-mv-sale-badge]::before {
    content: attr(data-mv-sale-badge);
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--mv-red);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    direction: ltr;
}

.mv-sale-loop-showcase__panel {
    grid-area: panel;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 0;
    min-height: 260px;
    padding: 10px 4px;
    color: #fff;
    text-align: center;
}

a.mv-sale-loop-showcase__panel {
    text-decoration: none;
}

.mv-sale-loop-showcase__panel-icon {
    width: 112px;
    height: 112px;
    object-fit: contain;
}

.mv-sale-loop-showcase__panel-title {
    margin: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0;
}

.mv-sale-loop-showcase__panel-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.mv-sale-loop-showcase__panel-arrow {
    display: inline-flex;
    width: 13px;
    height: 13px;
    align-items: center;
    justify-content: center;
}

.mv-sale-loop-showcase__panel-arrow svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.mv-sale-loop-showcase .mv-loop-products-showcase__notice {
    background: rgba(255, 255, 255, .92);
    border-color: rgba(255, 255, 255, .72);
}

/* ---------- Single product panel ---------- */
.mv-single-product {
    direction: ltr;
    display: grid;
    grid-template-columns: minmax(340px, 532px) minmax(360px, 1fr) 90px;
    gap: 22px;
    align-items: stretch;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-lg);
    background: #fff;
}

.mv-single-product__summary,
.mv-single-product__media,
.mv-single-product__thumbs {
    min-width: 0;
}

.mv-single-product__summary {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mv-single-product__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.mv-single-product__title {
    margin: 12px 0 0;
    color: var(--mv-text);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
}

.mv-single-product__sku {
    margin: 34px 0 0;
    color: var(--mv-text-2);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

.mv-single-product__sku span {
    color: var(--mv-muted);
    font-weight: 500;
}

.mv-single-product__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 104px;
    height: 56px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: var(--mv-radius-sm);
    background: #fff;
    color: var(--mv-blue);
    font-size: 22px;
    font-weight: 900;
}

.mv-single-product__brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.mv-single-product__price {
    color: #0b4aae;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
    text-align: start;
}

.mv-single-product__price del {
    display: block;
    color: var(--mv-price-old);
    font-size: 15px;
    font-weight: 500;
}

.mv-single-product__price ins {
    color: inherit;
    text-decoration: none;
}

.mv-single-product__purchase {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
    min-height: 170px;
    padding: 20px 20px 28px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-lg);
    background: #fff;
}

.mv-single-product__stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 18px;
    border-radius: var(--mv-radius-md);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.mv-single-product__stock::before {
    content: "";
    width: 8px;
    height: 14px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mv-single-product__stock.is-in-stock {
    background: #f0f8e8;
    color: #78a72a;
}

.mv-single-product__stock.is-out-stock {
    background: rgba(193, 6, 0, 0.08);
    color: var(--mv-red);
}

.mv-single-product__stock.is-out-stock::before {
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 2px solid currentColor;
    transform: none;
}

.mv-single-product__cart {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mv-single-product__quantity {
    direction: ltr;
    display: inline-grid;
    grid-template-columns: 38px 42px 38px;
    align-items: center;
    min-height: 44px;
    overflow: hidden;
    border-radius: var(--mv-radius-sm);
    background: var(--mv-bg-gray);
}

.mv-single-product__quantity button,
.mv-single-product__quantity input {
    width: 100%;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--mv-text-2);
    font-size: 15px;
    text-align: center;
    outline: none;
}

.mv-single-product__quantity button {
    cursor: pointer;
}

.mv-single-product__quantity input::-webkit-outer-spin-button,
.mv-single-product__quantity input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.mv-single-product__cart-submit,
.mv-single-product__cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border: 0;
    border-radius: var(--mv-radius-md);
    background: var(--mv-red);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.mv-single-product__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 74px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-lg);
    background: #fff;
}

.mv-single-product__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    background: transparent;
    color: var(--mv-text-2);

    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.mv-single-product__action + .mv-single-product__action {
    border-inline-start: 1px solid var(--mv-border);
}

.mv-single-product__action path {
    transition:all 200ms ease-in-out;
}

.mv-single-product__action:hover path {
    fill:white;
}


.mv-single-product__action i {
    position: relative;
    width: 21px;
    height: 21px;
    color: currentColor;
}

.mv-single-product__action[data-mv-wishlist-toggle] i::before {
    content: "♡";
    position: absolute;
    inset: 0;
    font-size: 25px;
    line-height: 18px;
}

.mv-single-product__action[data-mv-compare-toggle] i::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 2px;
    width: 15px;
    height: 15px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-25deg);
}

.mv-single-product__action[data-mv-compare-toggle] i::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.mv-single-product__action.is-active {
    color: var(--mv-red);
}

.mv-single-product__services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: auto;
}

.mv-single-product__service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 104px;
    color: var(--mv-muted);
    text-align: center;
}

.mv-single-product__service span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(193, 6, 0, 0.08);
    color: var(--mv-red);
}

.mv-single-product__service svg,
.mv-single-product__service i {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.mv-single-product__service small {
    color: var(--mv-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
}

.mv-single-product__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 470px;
    background: #fff;
}

.mv-single-product__media > img {
    width: 100%;
    max-height: 440px;
    object-fit: contain;
}

.mv-single-product__gallery-controls {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex;
    gap: 8px;
}

.mv-single-product__gallery-controls button {
    position: relative;
    width: 46px;
    height: 32px;
    border: 0;
    border-radius: var(--mv-radius-sm);
    background: var(--mv-bg-gray);
    color: var(--mv-text-2);
    cursor: pointer;
}

.mv-single-product__gallery-controls button:first-child {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}



.mv-single-product__gallery-controls button:first-child::before {
    top: 13px;
    right: 13px;
    border-width: 2px 2px 0 0;
}

.mv-single-product__gallery-controls button:first-child::after {
    bottom: 13px;
    left: 13px;
    border-width: 0 0 2px 2px;
}

.mv-single-product__gallery-controls button:nth-child(2)::before,
.mv-single-product__gallery-controls button:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
}

.mv-single-product__gallery-controls button:nth-child(2)::before {
    transform: translate(-60%, -50%) rotate(45deg);
}

.mv-single-product__gallery-controls button:nth-child(3)::before {
    transform: translate(-40%, -50%) rotate(-135deg);
}

.mv-single-product__thumbs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

.mv-single-product__thumbs button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: var(--mv-radius-md);
    background: #fff;
    cursor: pointer;
}

.mv-single-product__thumbs button.is-active,
.mv-single-product__thumbs button:hover {
    border-color: var(--mv-border);
}

.mv-single-product__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mv-single-product--empty {
    direction: rtl;
    display: block;
    padding: 24px;
    color: var(--mv-muted);
}

/* ---------- Product compare ---------- */
.mv-product-compare {
    direction: rtl;
    width: 100%;
    color: var(--mv-text);
}

.mv-product-compare__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.mv-product-compare__header h2 {
    margin: 0;
    color: var(--mv-text);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.6;
}

.mv-product-compare__header button {
    min-height: 38px;
    padding: 0 16px;
    border: 0;
    border-radius: var(--mv-radius-md);
    background: rgba(193, 6, 0, 0.08);
    color: var(--mv-red);

    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.mv-product-compare__table-wrap {
    overflow-x: auto;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-lg);
    background: #fff;
}

.mv-product-compare__table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.mv-product-compare__table th,
.mv-product-compare__table td {
    min-width: 180px;
    padding: 18px;
    border-bottom: 1px solid #eee;
    border-inline-start: 1px solid #eee;
    color: var(--mv-text-2);
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
}

.mv-product-compare__table th:first-child,
.mv-product-compare__table td:first-child {
    min-width: 150px;
    border-inline-start: 0;
    background: #fafafa;
    color: var(--mv-text);
    font-weight: 800;
}

.mv-product-compare__table tr:last-child th,
.mv-product-compare__table tr:last-child td {
    border-bottom: 0;
}

.mv-product-compare__product {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.mv-product-compare__product a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: inherit;
}

.mv-product-compare__image {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.mv-product-compare__product strong {
    color: var(--mv-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
}

.mv-product-compare__price {
    color: var(--mv-blue);
    font-size: 16px;
    font-weight: 900;
}

.mv-product-compare__price del {
    display: block;
    color: var(--mv-price-old);
    font-size: 12px;
    font-weight: 500;
}

.mv-product-compare__price ins {
    color: inherit;
    text-decoration: none;
}

.mv-product-compare__cart {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: var(--mv-radius-md);
    background: var(--mv-red);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
}

.mv-product-compare__remove {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: var(--mv-bg-gray);
    color: var(--mv-muted);
    cursor: pointer;
}

.mv-product-compare__remove::before,
.mv-product-compare__remove::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
    background: currentColor;
}

.mv-product-compare__remove::before {
    transform: rotate(45deg);
}

.mv-product-compare__remove::after {
    transform: rotate(-45deg);
}

.mv-product-compare--empty {
    padding: 28px;
    border: 1px dashed var(--mv-border);
    border-radius: var(--mv-radius-lg);
    background: #fff;
    color: var(--mv-muted);
    font-size: 15px;
    text-align: center;
}

.mv-product-compare--empty p {
    margin: 0;
}

/* ---------- Product info tabs ---------- */
.mv-product-tabs {
    direction: rtl;
    width: 100%;
    min-height: 316px;
    padding: 22px 28px 34px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-lg);
    background: #fff;
    color: var(--mv-text-2);
}

.mv-product-tabs__nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 52px;
    margin: 0 0 28px;
}

.mv-product-tabs__button {
    position: relative;
    min-height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--mv-muted-2);

    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
    cursor: pointer;
}

.mv-product-tabs__button::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -3px;
    height: 2px;
    border-radius: 2px;
    background: transparent;
}

.mv-product-tabs__button.is-active {
    color: var(--mv-text);
}

.mv-product-tabs__button.is-active::after {
    background: var(--mv-red);
}

.mv-product-tabs__body {
    color: var(--mv-text-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 2.3;
}

.mv-product-tabs__panel[hidden] {
    display: none;
}

.mv-product-tabs__panel > :first-child {
    margin-top: 0;
}

.mv-product-tabs__panel > :last-child {
    margin-bottom: 0;
}

.mv-product-tabs__panel p {
    margin: 0 0 16px;
    color: var(--mv-text-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 2.35;
    text-align: right;
}

.mv-product-tabs__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.mv-product-tabs__feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #f0f0f0;
    border-radius: var(--mv-radius-md);
    background: #fafafa;
}

.mv-product-tabs__feature span {
    color: var(--mv-muted-2);
    font-size: 13px;
    font-weight: 600;
}

.mv-product-tabs__feature strong {
    color: var(--mv-text);
    font-size: 13px;
    font-weight: 800;
    text-align: left;
}

.mv-product-tabs--empty {
    min-height: 0;
    padding: 24px;
    color: var(--mv-muted);
}

/* ---------- Product archive with filters ---------- */
.mv-product-archive {
    direction: rtl;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 100%;
}

.mv-product-archive__sidebar {
    flex: 0 0 280px;
    width: 280px;
    max-width: 350px;
    min-width: 0;
}

.mv-product-archive__main {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.mv-product-archive__filter-toggle {
    display: none;
}

.mv-product-archive__filter-backdrop,
.mv-product-archive__filter-head {
    display: none;
}

.mv-product-archive__filter-close {
    border: 0;
    background: transparent;
    cursor: pointer;
}

html.mv-product-filter-lock,
html.mv-product-filter-lock body {
    overflow: hidden;
}

.mv-product-archive__filters {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mv-product-archive__filter {
    padding: 18px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-lg);
    background: #fff;
}

.mv-product-archive__filter-title {
    margin: 0 0 14px;
    color: var(--mv-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.mv-product-archive__filter-toggle-icon {
    position: relative;
    width: 18px;
    height: 14px;
    flex: 0 0 auto;
}

.mv-product-archive__filter-toggle-icon::before,
.mv-product-archive__filter-toggle-icon::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.mv-product-archive__filter-toggle-icon::before {
    top: 2px;
    box-shadow: 0 5px 0 currentColor;
}

.mv-product-archive__filter-toggle-icon::after {
    bottom: 0;
}

.mv-product-archive__search,
.mv-product-archive__price input,
.mv-product-archive__sort select {
    width: 100%;
    min-height: 40px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-sm);
    background: #fff;
    color: var(--mv-text);

    font-size: 13px;
    outline: none;
}

.mv-product-archive__search,
.mv-product-archive__price input {
    padding: 8px 10px;
}

.mv-product-archive__check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 28px;
    color: var(--mv-muted-2);
    font-size: 13px;
    line-height: 1.7;
    cursor: pointer;
}

.mv-product-archive__check input {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: var(--mv-red);
}

.mv-product-archive__check small {
    margin-inline-start: auto;
    min-width: 22px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    background: var(--mv-bg-gray);
    color: var(--mv-muted);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

.mv-product-archive__check--brand {
    gap: 10px;
    min-height: 46px;
    padding: 6px;
    border: 1px solid transparent;
    border-radius: var(--mv-radius-md);
}

.mv-product-archive__check--brand:hover {
    border-color: var(--mv-border);
    background: #fafafa;
}

.mv-product-archive__check--brand.is-checked {
    border-color: rgba(193, 6, 0, 0.22);
    background: rgba(193, 6, 0, 0.04);
}

.mv-product-archive__brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-sm);
    background: #fff;
    color: var(--mv-blue);
    font-size: 14px;
    font-weight: 800;
}

.mv-product-archive__brand-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.mv-product-archive__check--brand input:checked ~ .mv-product-archive__brand-logo {
    border-color: rgba(193, 6, 0, 0.35);
    color: var(--mv-red);
}

.mv-product-archive__check--brand input:checked ~ span:not(.mv-product-archive__brand-logo) {
    color: var(--mv-red);
    font-weight: 800;
}

.mv-product-archive__terms {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 340px;
    overflow: auto;
    padding-inline-end: 2px;
}

.mv-product-archive__children {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 4px 18px 8px 0;
}

.mv-product-archive__filter--terms-accordion {
    padding: 24px 22px;
}

.mv-product-archive__terms--accordion {
    gap: 0;
    max-height: none;
    overflow: visible;
    padding: 0;
}

.mv-product-archive__term-panel {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mv-product-archive__term-panel + .mv-product-archive__term-panel {
    margin-top: 10px;
}

.mv-product-archive__term-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 44px;
}

.mv-product-archive__term-parent,
.mv-product-archive__term-child {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0;
    min-width: 0;
    cursor: pointer;
}

.mv-product-archive__term-parent {
    flex: 1 1 auto;
}

.mv-product-archive__term-parent input,
.mv-product-archive__term-child input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mv-product-archive__term-parent .mv-product-archive__term-name {
    color: var(--mv-text-2);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.8;
}

.mv-product-archive__term-child .mv-product-archive__term-name {
    color: var(--mv-muted);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
}

.mv-product-archive__term-name {
    min-width: 0;
}

.mv-product-archive__term-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 24px;
    height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--mv-bg-gray);
    color: #9b9b9b;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
}

.mv-product-archive__term-child .mv-product-archive__term-count {
    min-width: 22px;
    height: 19px;
    background: #f1f1f4;
    font-size: 10px;
    line-height: 19px;
}

.mv-product-archive__term-parent input:checked + .mv-product-archive__term-name,
.mv-product-archive__term-child input:checked + .mv-product-archive__term-name {
    color: var(--mv-red);
    font-weight: 800;
}

.mv-product-archive__term-parent input:checked ~ .mv-product-archive__term-count,
.mv-product-archive__term-child input:checked ~ .mv-product-archive__term-count {
    background: rgba(193, 6, 0, 0.08);
    color: var(--mv-red);
}

.mv-product-archive__term-toggle {
    position: relative;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: var(--mv-bg-gray);
    color: #8c8c8c;
    cursor: pointer;
}

.mv-product-archive__term-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

.mv-product-archive__term-panel.is-open .mv-product-archive__term-toggle::before {
    transform: translate(-50%, -30%) rotate(-135deg);
}

.mv-product-archive__term-children {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px 0 14px;
}

.mv-product-archive__term-children[hidden] {
    display: none;
}

.mv-product-archive__price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.mv-product-archive__price label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--mv-muted-2);
    font-size: 12px;
}

.mv-product-archive__price-range {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 14px;
}

.mv-product-archive__range-control {
    position: relative;
    direction: ltr;
    height: 42px;
}

.mv-product-archive__range-track,
.mv-product-archive__range-fill {
    position: absolute;
    top: 18px;
    height: 4px;
    border-radius: 999px;
}

.mv-product-archive__range-track {
    right: 7px;
    left: 7px;
    background: #f0f0f2;
}

.mv-product-archive__range-fill {
    right: 0;
    left: 0;
    background: var(--mv-red);
}

.mv-product-archive__range-control input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.mv-product-archive__range-control input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    border: 0;
    background: transparent;
}
.mv-single-product__action i::before {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.mv-product-archive__range-control input[type="range"]::-webkit-slider-thumb {
    width: 8px;
    height: 30px;
    margin-top: -13px;
    border: 0;
    border-radius: 1px;
    background: var(--mv-red);
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
}

.mv-product-archive__range-control input[type="range"]::-moz-range-track {
    height: 4px;
    border: 0;
    background: transparent;
}

.mv-product-archive__range-control input[type="range"]::-moz-range-thumb {
    width: 8px;
    height: 30px;
    border: 0;
    border-radius: 1px;
    background: var(--mv-red);
    cursor: pointer;
    pointer-events: auto;
}

.mv-product-archive__price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-items: center;
}

.mv-product-archive__price-label {
    color: var(--mv-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    white-space: nowrap;
}

.mv-product-archive__price-value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--mv-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    white-space: nowrap;
}

.mv-product-archive__price-value strong {
    color: inherit;
    font-size: 14px;
    font-weight: 800;
}

.mv-product-archive__price-value strong:empty {
    display: none;
}

.mv-product-archive__price-separator {
    color: var(--mv-muted);
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}

.mv-product-archive__price-submit {
    min-height: 44px;
    padding: 0 14px;
    border: 0;
    border-radius: var(--mv-radius-md);
    background: var(--mv-red);
    color: white;

    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    margin-right: auto;
}

.mv-product-archive__actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.mv-product-archive__actions button {
    min-height: 42px;
    border: none;
    border-radius: var(--mv-radius-md);
    background: var(--mv-red);
    color: #fff;

    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.mv-product-archive__actions a {
    color: var(--mv-muted-2);
    font-size: 12px;
    font-weight: 600;
}

.mv-product-archive__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 32px;
    padding: 0 0 13px;
    border-bottom: 1px solid #e8e8e8;
}

.mv-product-archive__toolbar-tools {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    min-width: 0;
}

.mv-product-archive__per-page,
.mv-product-archive__view-switch,
.mv-product-archive__sort {
    display: inline-flex;
    align-items: center;
}

.mv-product-archive__per-page {
    gap: 10px;
    color: var(--mv-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.mv-product-archive__per-page span {
    color: var(--mv-text);
    font-weight: 700;
}

.mv-product-archive__per-page a {
    color: var(--mv-muted);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.mv-product-archive__per-page a.is-active,
.mv-product-archive__per-page a:hover {
    color: var(--mv-text);
}

.mv-product-archive__per-page i {
    color: var(--mv-muted);
    font-style: normal;
}

.mv-product-archive__view-switch {
    gap: 10px;
}

.mv-product-archive__view-switch a {
    display: grid;
    grid-template-columns: repeat(3, 4px);
    gap: 4px;
    width: 24px;
    height: 24px;
    align-content: center;
    justify-content: center;
    color: #bdbdbd;
}

.mv-product-archive__view-switch a:nth-child(2) {
    grid-template-columns: repeat(2, 4px);
}

.mv-product-archive__view-switch a span {
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: currentColor;
}

.mv-product-archive__view-switch a.is-active,
.mv-product-archive__view-switch a:hover {
    color: var(--mv-text);
}

.mv-product-archive__sort {
    position: relative;
    gap: 5px;
    min-width: 0;
    color: var(--mv-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.mv-product-archive__sort label {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.mv-product-archive__sort-select {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-inline-end: 16px;
}

.mv-product-archive__sort-select::before {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 7px;
    height: 7px;
    border: solid #999;
    border-width: 0 2px 2px 0;
    pointer-events: none;
    transform: translateY(-65%) rotate(45deg);
}

.mv-product-archive__sort select {
    width: auto;
    min-height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--mv-text);

    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.mv-product-archive__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mv-product-archive--columns-2 .mv-product-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.mv-product-archive--columns-3 .mv-product-archive__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.mv-product-archive--columns-4 .mv-product-archive__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.mv-product-archive--columns-5 .mv-product-archive__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.mv-product-archive__grid > .elementor {
    min-width: 0;
    width: 100%;
}

.mv-product-archive .elementor-widget-theme-post-title,
.mv-product-archive .elementor-page-title.elementor-widget-heading {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 24px;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    position: relative !important;
}

.mv-product-archive__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 24px;
    border: 1px dashed var(--mv-border);
    border-radius: var(--mv-radius-lg);
    background: #fff;
    color: var(--mv-muted-2);
    font-size: 15px;
    text-align: center;
}

.mv-product-archive__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.mv-product-archive__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-sm);
    background: #fff;
    color: var(--mv-text-3);
    font-size: 13px;
    font-weight: 600;
}

.mv-product-archive__pagination .page-numbers.current {
    border-color: var(--mv-red);
    background: var(--mv-red);
    color: #fff;
}

/* ---------- Category box ---------- */
.mv-category-box {
    position: relative;
    width: 100%;
    max-width: 233px;
    text-align: center;
}

.mv-category-box__bg {
    border-radius: var(--mv-radius-lg);
    background: linear-gradient(180deg, #e7e8f1 0%, #0a1d76 100%);
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mv-category-box__image {
    width: 112px;
    height: 121px;
    object-fit: contain;
}

.mv-category-box__label {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--mv-text);
}

/* ---------- Tag ---------- */
.mv-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 14px;
    border-radius: var(--mv-radius-sm);
    background: var(--mv-lavender);
    color: #071554;
    font-size: 14px;
}

/* ---------- Category tabs ---------- */
.mv-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mv-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: var(--mv-radius-md);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    background: #f5f5f6;
    color: #061041;
    cursor: pointer;
    border: none;
    transition: background-color .2s ease, color .2s ease;
}

.mv-tab.is-active.mv-tab--blue {
    background: var(--mv-blue);
    color: #fff;
}

.mv-tab.is-active.mv-tab--red {
    background: var(--mv-red);
    color: #fff;
}

.mv-tab--blue:hover {
    background: var(--mv-blue-dark);
    color: #fff;
}

.mv-tab--red:hover {
    background: var(--mv-red-dark);
    color: #fff;
}

.mv-tab.is-disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* ---------- Blog / article card ---------- */
.mv-blog-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 406px;
}

.mv-blog-card__image-wrap {
    position: relative;
    border-radius: var(--mv-radius-lg);
    overflow: hidden;
}

.mv-blog-card__image {
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.mv-blog-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
}

.mv-blog-card__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--mv-text-2);
    line-height: 1.4;
}

.mv-blog-card__excerpt {
    font-size: 14px;
    color: var(--mv-muted);
    line-height: 1.7;
}

.mv-blog-card__more {
    font-size: 14px;
    font-weight: 600;
    color: var(--mv-blue);
}

/* ---------- Icon box ---------- */
.mv-icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: var(--mv-radius-lg);
}

.mv-icon-box__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: var(--mv-radius-lg);
    background: var(--mv-lavender);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv-icon-box__icon svg,
.mv-icon-box__icon img {
    width: 24px;
    height: 24px;
    color: var(--mv-blue);
    fill: var(--mv-blue);
}

.mv-icon-box__title {
    font-size: 22px;
    font-weight: 500;
    color: var(--mv-text);
    margin: 0 0 4px;
}

.mv-icon-box__desc {
    font-size: 16px;
    color: var(--mv-muted);
    line-height: 36px;
    margin: 0;
}

/* ---------- Sidebar filter ---------- */
.mv-sidebar-filter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 352px;
}

.mv-filter-card {
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-lg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mv-filter-card__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--mv-text-2);
    margin: 0;
}

.mv-filter-card__item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: 14px;
    color: var(--mv-muted);
}

.mv-filter-card__checkbox {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(0, 0, 0, .11);
    border-radius: 3px;
    flex-shrink: 0;
}

/* ---------- CTA banner ---------- */
.mv-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 32px;
    border-radius: var(--mv-radius-lg);
    background: linear-gradient(90deg, var(--mv-red) 0%, var(--mv-blue) 100%);
    border: 1px solid var(--mv-border);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    overflow: hidden;
    color: #fff;
}

.mv-cta__title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

.mv-cta__image {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    height: 100%;
    width: 190px;
    object-fit: cover;
    opacity: .35;
}

.mv-cta__button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--mv-blue-dark);
    padding: 8px 24px;
    border-radius: var(--mv-radius-lg);
    font-size: 16px;
    font-weight: 500;
    flex-shrink: 0;
}

.mv-video {
    height: 347px;
    border-radius: 16px;
}

.mv-video img {
    height: 347px;
    border-radius: 16px;
}

.mv-video .elementor-custom-embed-play {
    display: flex;
    width: 88px;
    height: 88px;
    padding: 18px;
    background: var(--mv-red);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
}

.mv-video .elementor-custom-embed-play svg {
    opacity: 1;
}

/* ---------- Agency / representative card ---------- */
.mv-agency {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 16px;
    background: #fff;
    text-align: center;
    max-width: 288px;
}

.mv-agency__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.mv-agency__name {
    font-size: 22px;
    font-weight: 500;
    color: var(--mv-text);
    margin: 0 0 10px;
}

.mv-agency__phone {
    font-size: 14px;
    font-weight: 600;
    color: var(--mv-muted-2);
    margin: 0 0 10px;
}

.mv-agency__cities {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
}

.mv-agency__city {
    padding: 4px 14px;
    border-radius: var(--mv-radius-sm);
    background: var(--mv-lavender);
    color: #071554;
    font-size: 14px;
}

/* ---------- Agency locator ---------- */
.mv-agency-locator {
    direction: rtl;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    grid-template-rows: auto 1fr;
    gap: 20px;
    width: 100%;
    min-height: 520px;
    padding: 24px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-md);
    background: #f5f5f6;
}

.mv-agency-locator__panel {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.mv-agency-locator__title {
    margin: 0;
    color: var(--mv-text);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.mv-agency-locator__desc {
    margin: 0;
    color: var(--mv-muted-2);
    font-size: 14px;
    line-height: 1.9;
}

.mv-agency-locator__filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mv-agency-locator__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--mv-text-3);
    font-size: 13px;
    font-weight: 600;
}

.mv-agency-locator__field select {
    width: 100%;
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: var(--mv-radius-md);
    background: #fff;
    color: var(--mv-text);

    font-size: 15px;
    line-height: 1.4;
    outline: none;
}

.mv-agency-locator__field select:focus {
    border-color: var(--mv-blue);
    box-shadow: 0 0 0 3px rgba(10, 29, 118, .12);
}

.mv-agency-locator__field select:disabled {
    color: var(--mv-muted);
    background: #ececf0;
}

.mv-agency-locator__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 24px;
    border: none;
    border-radius: var(--mv-radius-md);
    background: var(--mv-red);
    color: #fff;

    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.mv-agency-locator__submit:hover,
.mv-agency-locator__submit:focus {
    background: var(--mv-red-dark);
    color: #fff;
    transform: translateY(-1px);
}

.mv-agency-locator__map-wrap {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    overflow: hidden;
    border-radius: var(--mv-radius-md);
    background: #e7e8f1;
}

.mv-agency-locator__map {
    width: 100%;
    min-height: 360px;
    height: 460px;
    border-radius: var(--mv-radius-md);
    overflow: hidden;
}

.mv-agency-locator__notice {
    position: absolute;
    inset-inline: 16px;
    bottom: 16px;
    padding: 10px 12px;
    border-radius: var(--mv-radius-md);
    background: rgba(255, 255, 255, .94);
    color: var(--mv-text-3);
    font-size: 13px;
    line-height: 1.7;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.mv-agency-locator__results {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
    min-width: 0;
}

.mv-agency-locator__result {
    display: flex;
    flex-direction: row;
    gap: 27px;
    width: 100%;
    height: fit-content;
    padding: 12px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-md);
    background: #fff;
    color: var(--mv-muted-2);

    font-size: 13px;
    line-height: 1.6;
    text-align: right;
    cursor: pointer;
    justify-content: space-between;
}

.mv-agency-locator__result:hover,
.mv-agency-locator__result:focus {
    border-color: var(--mv-blue);
    color: var(--mv-text);
}

.mv-agency-locator__result-title {
    color: var(--mv-text);
    font-size: 15px;
    font-weight: 700;
}

.mv-agency-locator__detail {
    padding: 16px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-md);
    background: #fff;
    color: var(--mv-text-3);
    font-size: 14px;
    line-height: 1.8;
}

.mv-agency-locator__detail p {
    margin: 0;
}

.mv-agency-locator__detail-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.mv-agency-locator__detail-head img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 58px;
}

.mv-agency-locator__detail h3 {
    margin: 0;
    color: var(--mv-text);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
}

.mv-agency-locator__detail-head p {
    color: var(--mv-muted-2);
    font-size: 13px;
}

.mv-agency-locator__phone {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--mv-blue);
    font-weight: 700;
}

.mv-agency-locator__address,
.mv-agency-locator__body {
    margin-top: 10px !important;
}

.mv-agency-locator__extra {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 14px 0 0;
}

.mv-agency-locator__extra div {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 8px;
}

.mv-agency-locator__extra dt {
    color: var(--mv-muted);
    font-weight: 600;
}

.mv-agency-locator__extra dd {
    margin: 0;
    color: var(--mv-text-3);
}

.mv-agency-locator__routes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.mv-agency-locator__routes a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: var(--mv-radius-sm);
    background: var(--mv-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.mv-agency-locator__routes a:hover,
.mv-agency-locator__routes a:focus {
    background: var(--mv-blue-dark);
    color: #fff;
}

.mv-agency-locator .leaflet-container {

}

/* ---------- Hero slider ---------- */
.mv-hero {
    position: relative;
    border-radius: var(--mv-radius-lg);
    overflow: hidden;
}

.mv-hero__slide {
    position: relative;
    display: none;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    align-items: center;
    padding: 0 108px;
}

.mv-hero__slide.is-active {
    display: flex;
}


.mv-hero__content {
    position: relative;
    z-index: 1;
    max-width: 435px;
}

.mv-hero__eyebrow {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.35;
}

.mv-hero__subtitle {
    font-size: 16px;
    color: #fff;
    margin: 0 0 24px;
}

.mv-hero__nav {
    position: absolute;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    justify-content: center;
}

.mv-hero__arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    color: var(--mv-blue);
}

.mv-hero__dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mv-hero__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    border: none;
    cursor: pointer;
    padding: 0;
}

.mv-hero__dot.is-active {
    background: var(--mv-red);
}

/* ---------- Site header ---------- */
.mv-header__topbar {
    color: #f5f5f6;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 16px;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #E7E8F1 -100%, #0a1d76 44%);
    min-height: 54px;
    justify-content: center;
}

.mv-footer__main > .container-width {
    flex-direction: column;
}

.container-width {
    max-width: var(--content-width);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-self: center;
}

.mv-header__topbar > span {
    text-align: right;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}


.mv-header__topbar-phone {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
}

.dir-col {
    flex-direction: column;
}

.mv-header__main {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.mv-header__logo {
    margin-top: -4px;
}

.mv-header__logo img {
    max-height: 98px;
}

.mv-header__search {
    flex: 1 1 300px;
    display: flex;
    align-items: stretch;
    gap: 10px;
    background: var(--mv-bg-gray);
    border: 1px solid var(--mv-border-light);
    border-radius: var(--mv-radius-sm);
    padding: 15px 6px 15px 16px;
}

.mv-header__search input {
    border: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
    color: var(--mv-text-3);
    outline: none;
    font-family: inherit;
    padding: 0;
}

.mv-header__search button {
    border: none;
    background: transparent;
    color: var(--mv-blue);
    cursor: pointer;
    display: flex;
    padding: 0 10px;
    align-items: center;
}

.mv-header__search button:hover {
    background: transparent;
}

.mv-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mv-header__action {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--mv-text-3);
}

.mv-header__badge {
    position: absolute;
    top: -4px;
    inset-inline-end: -8px;
    background: var(--mv-red);
    color: #fff;
    font-size: 9px;
    min-width: 15px;
    height: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv-header__nav {
    position: relative;
    background: #fff;
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--mv-text-3);
    overflow: visible;
}

.mv-header__products-menu {
    position: static;
    display: inline-flex;
    align-items: center;
}

.mv-header__products-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.mv-header__nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 19px;
    background: var(--mv-red);
    color: #f5f5f6 !important;
    padding: 9px 10px;
    border-radius: var(--mv-radius-sm);
    font-size: 12px;
    font-weight: 500;
    width: 115px;
    height: 36px;
    justify-content: center;
}

.mv-header__products-toggle {
    position: relative;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: var(--mv-radius-sm);
    background: #f3f3f5;
    color: var(--mv-text-2);
    cursor: pointer;
}

.mv-header__products-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: transform 0.2s ease;
}

.mv-header__products-menu.is-mega-open .mv-header__products-toggle::before,
.mv-header__products-menu:hover .mv-header__products-toggle::before {
    transform: translate(-50%, -30%) rotate(-135deg);
}

.mv-header__mega {
    position: absolute;
    top: calc(100% + 12px);
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 80;
    width: 100%;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.mv-header__products-menu:focus-within .mv-header__mega,
.mv-header__products-menu.is-mega-open .mv-header__mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mv-header__mega-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 25px;
    border: 1px solid var(--mv-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(10, 29, 118, 0.14);
}

.mv-header__mega-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 2px 2px;
    background: transparent;
}

.mv-header__mega-intro strong {
    color: var(--mv-text);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7;
}

.mv-header__mega-intro p {
    flex: 1 1 auto;
    margin: 0;
    color: var(--mv-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
}

.mv-header__mega-intro a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    flex: 0 0 auto;
    padding: 0 13px;
    border-radius: 999px;
    background: #fea000;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.mv-header__mega-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mv-header__mega-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--mv-text);
    text-align: center;
    transition: transform 0.18s ease;
}

.mv-header__mega-card:hover {
    transform: translateY(-2px);
}

.mv-header__mega-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1.32 / 1;
    flex: 0 0 auto;
    overflow: hidden;
    border: 2px solid #ff8c00;
    border-radius: 8px;
    background: #f6f6f8;
    color: var(--mv-blue);
    font-size: 28px;
    font-weight: 900;
    transform-origin: center;
    transition: filter 0.18s ease, transform 0.18s ease;
}

.mv-header__mega-card:hover .mv-header__mega-image {
    filter: saturate(1.05) hue-rotate(4deg);
    transform: rotate(-3deg) scale(1.04);
}

.mv-header__mega-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.mv-header__mega-text {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    min-height: 36px;
    margin: -22px auto 0;
    padding: 6px 11px;
    border-radius: 999px;
    background: #fea000;
    color: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 18px rgba(254, 160, 0, 0.22);
}

.mv-header__mega-text strong {
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mv-header__mega-text small {
    display: none;
}

.mv-header__mobile-toggle,
.mv-header__mobile-backdrop,
.mv-header__mobile-head,
.mv-header__mobile-search,
.mv-header__mobile-actions {
    display: none;
}

html.mv-header-lock,
html.mv-header-lock body {
    overflow: hidden;
}

.mv-header__nav-link {
    font-size: 12px;
    font-weight: 500;
    color: var(--mv-text-3);
    line-height: 15px;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;

}

/* ---------- Site footer ---------- */
.mv-footer__badges {
    background: var(--mv-blue);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    padding: 12px 108px;
}

.mv-footer__badge {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: var(--mv-radius-lg);
    padding: 8px;
}

.mv-footer__badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mv-footer__badge-icon img,
.mv-footer__badge-icon svg {
    width: 30px;
    height: 30px;
}

.mv-footer__trust {
    width: 100%;
    text-align: center;
}

.mv-footer__trust-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.mv-footer__trust-image {
    width: 104px;
    height: 122px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.mv-footer__trust-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.mv-footer__trust-title {
    margin: 34px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    color: #111;
}


.mv-footer__badge-label {
    color: #f5f5f6;
    font-size: 14px;
    font-weight: 600;
}

.mv-footer__main {
    /* padding: 24px 108px; */
    display: flex;
    gap: 44px;
    justify-content: space-between;
    background: url("../images/footer_back.png");
    background-size: cover;
    flex-direction: column;
}

.mv-footer__about {
    display: flex;
    justify-content: space-between;
}

.mv-footer__about p {
    color: var(--mv-muted-3);
    font-size: 14px;
    line-height: 24px;
    margin-top: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;
}


.mv-footer__about-bottom {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    color: #404146;
}

a.mv-atb-link {
    color: #404146;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mv-footer__second-part {
    display: flex;
    margin-top: 1.5rem;
    padding-top: 24px;
    border-top: 1px solid #F5F5F6;
    flex-direction: row;
    justify-content: space-between;
}

.mv-footer__sp-right {
    width: 643px;
    display: flex;
    gap: 44px;
}

.mv-footer__column {
    min-width: 185px;
}

span.mv-atb-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;
}

span.mv-atb-icon > svg {
    display: flex;
}


.mv_footer__social-container {
    margin-top: 3rem;
}

.mv_footer__social-title {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.4px;
    text-align: right;
    vertical-align: middle;
}

.mv-footer__social {
    display: flex;
    gap: 18px;
    margin-top: 28px;
}

.mv-footer__social a {
    color: var(--mv-blue);
}

.mv-footer__column-title {
    color: #0A0A0A;
    margin: 0 0 24px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;
    padding-right: 22px;
}

.mv-footer__column-title::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #C10600;
    transform: translateY(-50%);
    border-radius: 50%;
}

.mv-footer__column-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mv-footer__column-list a {
    color: #717182 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;
}

.mv-footer__copyright {
    text-align: center;
    padding: 16px;
    font-size: 13px;
    color: var(--mv-muted);
    border-top: 1px solid var(--mv-bg-gray);
}

@media (max-width: 1100px) {
    .mv-product-archive {
        flex-direction: column;
        gap: 20px;
    }

    .mv-product-archive__sidebar,
    .mv-product-archive__main {
        width: 100% !important;
        max-width: none !important;
        min-width: 0;
    }

    .mv-product-archive__sidebar {
        flex: 0 1 auto !important;
        order: -1;
    }

    .mv-product-archive__filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
        gap: 12px;
    }

    .mv-product-archive__filter--terms-accordion,
    .mv-product-archive__actions {
        grid-column: 1 / -1;
    }

    .mv-product-archive__toolbar {
        gap: 14px;
        margin-bottom: 24px;
    }

    .mv-product-archive__toolbar-tools {
        gap: 16px;
    }

    .mv-product-archive__grid,
    .mv-product-archive--columns-2 .mv-product-archive__grid,
    .mv-product-archive--columns-3 .mv-product-archive__grid,
    .mv-product-archive--columns-4 .mv-product-archive__grid,
    .mv-product-archive--columns-5 .mv-product-archive__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .mv-header__topbar,
    .mv-header__main,
    .mv-header__nav,
    .mv-footer__badges,
    .mv-footer__main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mv-cta {
        flex-direction: column;
        text-align: center;
    }

    .mv-cta__image {
        display: none;
    }

    .mv-footer__trust-images {
        gap: 12px;
    }

    .mv-footer__trust-image {
        width: 82px;
        height: 100px;
    }

    .mv-footer__trust-title {
        margin-top: 22px;
        font-size: 16px;
    }

    .mv-loop-products-showcase {
        grid-template-columns: 1fr;
    }

    .mv-loop-products-showcase__products,
    .mv-loop-products-showcase__panel {
        grid-column: 1;
    }

    .mv-loop-products-showcase__panel {
        order: -1;
        min-height: 220px;
    }

    .mv-loop-products-showcase__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mv-loop-products-showcase__panel-title {
        font-size: 21px;
    }

    .mv-feature-tile {
        min-height: 110px;
        gap: 12px;
        padding: 18px 14px;
    }

    .mv-feature-tile__icon {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }

    .mv-feature-tile__icon i {
        font-size: 24px;
    }

    .mv-feature-tile__icon svg {
        width: 24px;
        height: 24px;
    }

    .mv-feature-tile__title {
        font-size: 14px;
        line-height: 1.55;
    }

    .mv-process-steps {
        padding: 28px 18px 36px;
    }

    .mv-process-steps__heading {
        font-size: 24px;
    }

    .mv-process-steps__items {
        grid-template-columns: 1fr;
        gap: 102px;
        margin-top: 30px;
    }

    .mv-process-steps__number {
        width: 60px;
        height: 60px;
        border-radius: 14px;
        font-size: 21px;
    }

    .mv-process-steps__title {
        margin-top: 18px;
        font-size: 22px;
    }

    .mv-representative-card {
        min-height: 0;
        padding: 34px 20px;
    }

    .mv-representative-card__name {
        margin-top: 30px;
        font-size: 26px;
    }

    .mv-representative-card__phone,
    .mv-representative-card__cities-label,
    .mv-representative-card__city {
        font-size: 16px;
    }

    .mv-representative-card__cities {
        flex-direction: column;
        align-items: center;
    }

    .mv-sale-loop-showcase {
        grid-template-areas:
            "panel"
            "products";
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .mv-sale-loop-showcase__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mv-sale-loop-showcase__panel {
        min-height: 190px;
    }

    .mv-sale-loop-showcase__panel-title {
        font-size: 21px;
    }

    .mv-single-product {
        direction: rtl;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 14px;
    }

    .mv-single-product__media {
        order: 1;
        min-height: 280px;
    }

    .mv-single-product__media > img {
        max-height: 280px;
    }

    .mv-single-product__thumbs {
        order: 2;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .mv-single-product__thumbs button {
        flex: 0 0 auto;
        width: 68px;
        height: 68px;
    }

    .mv-single-product__summary {
        order: 3;
    }

    .mv-single-product__heading {
        flex-direction: row;
    }

    .mv-single-product__title {
        font-size: 17px;
    }

    .mv-single-product__sku {
        margin-top: 16px;
        text-align: right;
    }

    .mv-single-product__price {
        font-size: 24px;
    }

    .mv-single-product__purchase {
        min-height: 0;
        padding: 16px;
    }

    .mv-single-product__cart {
        flex-wrap: wrap;
    }

    .mv-single-product__actions {
        grid-template-columns: 1fr;
    }

    .mv-single-product__action + .mv-single-product__action {
        border-inline-start: 0;
        border-top: 1px solid var(--mv-border);
    }

    .mv-single-product__services {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .mv-product-compare__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .mv-product-tabs {
        min-height: 0;
        padding: 18px 16px 24px;
    }

    .mv-product-tabs__nav {
        gap: 28px;
        overflow-x: auto;
        padding-bottom: 4px;
        margin-bottom: 20px;
    }

    .mv-product-tabs__button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .mv-product-tabs__features {
        grid-template-columns: 1fr;
    }

    .mv-product-tabs__feature {
        align-items: flex-start;
        flex-direction: column;
    }

    .mv-product-tabs__feature strong {
        text-align: right;
    }

    .mv-product-archive {
        flex-direction: column;
        gap: 16px;
    }

    .mv-product-archive__sidebar,
    .mv-product-archive__main {
        width: 100% !important;
        max-width: none !important;
        min-width: 0;
    }

    .mv-product-archive__sidebar {
        flex: 0 1 auto !important;
        order: -1;
    }

    .mv-product-archive.is-filter-ready .mv-product-archive__filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 9996;
        display: block;
        background: rgba(0, 0, 0, 0.42);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.24s ease;
    }

    .mv-product-archive.is-filter-open .mv-product-archive__filter-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .mv-product-archive.is-filter-ready .mv-product-archive__sidebar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9997;
        display: flex;
        flex-direction: column;
        height: min(84vh, 720px);
        padding: 0;
        border-radius: 24px 24px 0 0;
        background: #fff;
        box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.18);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(105%);
        transition: transform 0.28s ease, opacity 0.22s ease, visibility 0.22s ease;
    }

    .mv-product-archive.is-filter-open .mv-product-archive__sidebar {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .mv-product-archive__filter-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        width: 100%;
        min-height: 54px;
        padding: 0 16px;
        border: 1px solid var(--mv-border);
        border-radius: 14px;
        background: #fff;
        color: var(--mv-text);
        font-family: var(--mv-font);
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
        cursor: pointer;
        order: -2;
        box-shadow: 0 8px 24px rgba(10, 29, 118, 0.06);
    }

    .mv-product-archive.is-filter-open .mv-product-archive__filter-toggle {
        border-color: rgba(193, 6, 0, 0.28);
        color: var(--mv-red);
        background: rgba(193, 6, 0, 0.035);
    }

    .mv-product-archive__filter-toggle small {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 24px;
        margin-right: auto;
        padding: 0 10px;
        border-radius: 999px;
        background: rgba(193, 6, 0, 0.08);
        color: var(--mv-red);
        font-size: 11px;
        font-weight: 800;
        white-space: nowrap;
    }

    .mv-product-archive__filter-head {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 24px 18px 14px;
        border-bottom: 1px solid #ececf0;
        background: #fff;
        flex: 0 0 auto;
    }

    .mv-product-archive__filter-head::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 50%;
        width: 46px;
        height: 4px;
        border-radius: 999px;
        background: #d9d9de;
        transform: translateX(-50%);
    }

    .mv-product-archive__filter-head strong,
    .mv-product-archive__filter-head span {
        display: block;
    }

    .mv-product-archive__filter-head strong {
        color: var(--mv-text);
        font-size: 16px;
        font-weight: 900;
        line-height: 1.7;
    }

    .mv-product-archive__filter-head span {
        margin-top: 2px;
        color: var(--mv-muted);
        font-size: 12px;
        font-weight: 600;
        line-height: 1.7;
    }

    .mv-product-archive__filter-close {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        border-radius: 50%;
        background: var(--mv-bg-gray);
        color: var(--mv-text);
    }

    .mv-product-archive__filter-close span::before,
    .mv-product-archive__filter-close span::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
    }

    .mv-product-archive__filter-close span::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mv-product-archive__filter-close span::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mv-product-archive__filters {
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex: 1 1 auto;
        min-height: 0;
        padding: 14px;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #f7f7f8;
    }

    .mv-product-archive__filter {
        padding: 16px;
        border-color: #ececf0;
        border-radius: 16px;
        box-shadow: 0 6px 18px rgba(10, 29, 118, 0.045);
    }

    .mv-product-archive__filter--terms-accordion {
        padding: 16px;
    }

    .mv-product-archive__filter-title {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .mv-product-archive__filter-title::before {
        content: "";
        width: 4px;
        height: 16px;
        flex: 0 0 4px;
        border-radius: 999px;
        background: var(--mv-red);
    }

    .mv-product-archive__search,
    .mv-product-archive__price input {
        min-height: 46px;
        border-radius: 12px;
        font-size: 14px;
    }

    .mv-product-archive__check {
        min-height: 38px;
        padding: 5px 0;
        font-size: 14px;
    }

    .mv-product-archive__check input {
        width: 17px;
        height: 17px;
    }

    .mv-product-archive__check--brand {
        min-height: 52px;
        padding: 8px 10px;
        border-color: #f0f0f2;
        background: #fff;
    }

    .mv-product-archive__brand-logo {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .mv-product-archive__terms {
        max-height: 280px;
    }

    .mv-product-archive__term-head {
        min-height: 40px;
        gap: 10px;
    }

    .mv-product-archive__term-parent .mv-product-archive__term-name {
        font-size: 15px;
    }

    .mv-product-archive__term-child .mv-product-archive__term-name {
        font-size: 14px;
    }

    .mv-product-archive__price-range {
        gap: 16px;
    }

    .mv-product-archive__price-row {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 8px;
    }

    .mv-product-archive__price-submit {
        grid-column: 1 / -1;
        width: 100%;
        margin: 0;
    }

    .mv-product-archive__actions {
        position: sticky;
        bottom: 0;
        z-index: 3;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 6px -14px -14px;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
        border-top: 1px solid #ececf0;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.06);
        backdrop-filter: blur(12px);
    }

    .mv-product-archive__actions button,
    .mv-product-archive__actions a {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
    }

    .mv-product-archive__actions a {
        border: 1px solid var(--mv-border);
        background: #fff;
        color: var(--mv-text-2);
    }

    .mv-product-archive__toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 22px;
    }

    .mv-product-archive__toolbar-tools {
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        gap: 14px;
    }

    .mv-product-archive__sort {
        width: 100%;
        justify-content: space-between;
        min-width: 0;
    }

    .mv-product-archive__sort-select {
        max-width: 58%;
    }

    .mv-product-archive__sort select {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mv-product-archive__grid,
    .mv-product-archive--columns-2 .mv-product-archive__grid,
    .mv-product-archive--columns-3 .mv-product-archive__grid,
    .mv-product-archive--columns-4 .mv-product-archive__grid,
    .mv-product-archive--columns-5 .mv-product-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .mv-product-archive__grid > .elementor,
    .mv-product-archive__grid .e-loop-item,
    .mv-product-archive__grid .e-con,
    .mv-product-archive__grid .e-con-inner {
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .mv-agency-locator {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        min-height: 0;
        padding: 16px;
    }

    .mv-agency-locator__panel,
    .mv-agency-locator__map-wrap,
    .mv-agency-locator__results {
        grid-column: 1;
        grid-row: auto;
    }

    .mv-agency-locator__title {
        font-size: 22px;
    }

    .mv-agency-locator__map {
        min-height: 320px;
    }

    .mv-agency-locator__extra div {
        grid-template-columns: 1fr;
        gap: 2px;
    }
}

@media (max-width: 420px) {
    .mv-product-archive__toolbar-tools {
        align-items: flex-start;
        flex-direction: column;
    }

    .mv-product-archive__per-page {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .mv-product-archive__view-switch {
        display: none;
    }

    .mv-product-archive__grid,
    .mv-product-archive--columns-2 .mv-product-archive__grid,
    .mv-product-archive--columns-3 .mv-product-archive__grid,
    .mv-product-archive--columns-4 .mv-product-archive__grid,
    .mv-product-archive--columns-5 .mv-product-archive__grid {
        gap: 8px !important;
    }
}

@media (max-width: 767px) {
    .mv-header {
        position: relative;
        z-index: 100;
    }

    .mv-header .mv-header__main {
        flex-wrap: nowrap;
        justify-content: space-between;
        min-height: 64px;
        padding: 0px 16px;
    }


    .mv-header__logo img {
        max-height: 52px;
    }

    .mv-header__mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        width: 44px;
        height: 44px;
        border: 1px solid var(--mv-border);
        border-radius: 12px;
        background: #fff;
        color: var(--mv-text);
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(10, 29, 118, 0.06);
    }

    .mv-header__mobile-toggle span {
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
    }

    .mv-header.is-mobile-ready .mv-header__mobile-backdrop {
        position: fixed;
        inset: 0;
        z-index: 998;
        display: block;
        background: rgba(0, 0, 0, 0.44);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.22s ease;
    }

    .mv-header.is-menu-open .mv-header__mobile-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .mv-header.is-mobile-ready .mv-header__nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        width: min(88vw, 380px);
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin: 0;
        padding: 16px;
        border-radius: 0 0 0 24px;
        background: #fff;
        box-shadow: -18px 0 45px rgba(0, 0, 0, 0.18);
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(105%);
        transition: transform 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    .mv-header.is-menu-open .mv-header__nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    .mv-header__mobile-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ececf0;
    }

    .mv-header__mobile-head strong {
        color: var(--mv-text);
        font-size: 16px;
        font-weight: 900;
        line-height: 1.7;
    }

    .mv-header__mobile-close {
        position: relative;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        border: 0;
        border-radius: 50%;
        background: var(--mv-bg-gray);
        color: var(--mv-text);
        cursor: pointer;
    }

    .mv-header__mobile-close span::before,
    .mv-header__mobile-close span::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
    }

    .mv-header__mobile-close span::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mv-header__mobile-close span::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mv-header__mobile-search {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        padding: 10px;
        border: 1px solid var(--mv-border);
        border-radius: 14px;
        background: var(--mv-bg-gray);
    }

    .mv-header__mobile-search input {
        min-width: 0;
        border: 0;
        background: transparent;
        color: var(--mv-text);
        font-family: var(--mv-font);
        font-size: 13px;
        outline: none;
    }

    .mv-header__mobile-search button {
        min-height: 34px;
        padding: 0 12px;
        border: 0;
        border-radius: 10px;
        background: var(--mv-red);
        color: #fff;
        font-family: var(--mv-font);
        font-size: 12px;
        font-weight: 800;
    }

    .mv-header__mobile-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .mv-header__mobile-action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 44px;
        padding: 0 10px;
        border: 1px solid #ececf0;
        border-radius: 12px;
        background: #fff;
        color: var(--mv-text-2);
        font-size: 12px;
        font-weight: 800;
        text-align: center;
    }

    .mv-header__mobile-action span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 22px;
        height: 22px;
        padding: 0 6px;
        border-radius: 999px;
        background: rgba(193, 6, 0, 0.08);
        color: var(--mv-red);
        font-size: 11px;
        font-weight: 900;
    }

    .mv-header__products-menu {
        display: block;
        width: 100%;
    }

    .mv-header__products-trigger {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 46px;
        gap: 8px;
        width: 100%;
    }

    .mv-header__nav-cta {
        width: 100%;
        min-height: 46px;
        height: auto;
        justify-content: flex-start;
        padding: 0 14px;
        gap: 12px;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 800;
    }

    .mv-header__products-toggle {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .mv-header__mega {
        position: static;
        width: 100%;
        max-height: 0;
        padding: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        overflow: hidden;
        transform: none;
        transition: max-height 0.25s ease;
    }

    .mv-header__products-menu.is-mega-open .mv-header__mega {
        max-height: 70vh;
        margin-top: 8px;
    }

    .mv-header__mega-inner {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 12px;
        border-radius: 14px;
        box-shadow: none;
    }

    .mv-header__mega-intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
        padding: 12px;
    }

    .mv-header__mega-intro strong {
        font-size: 14px;
    }

    .mv-header__mega-intro p {
        margin: 4px 0 10px;
        font-size: 12px;
    }

    .mv-header__mega-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        max-height: 320px;
        overflow-y: auto;
    }

    .mv-header__mega-card {
        min-height: 0;
        border-radius: 12px;
    }

    .mv-header__mega-image {
        width: 100%;
        height: auto;
        flex-basis: auto;
        aspect-ratio: 1.18 / 1;
    }

    .mv-header__mega-text {
        width: calc(100% - 12px);
        min-height: 32px;
        margin-top: -19px;
        padding-inline: 8px;
    }

    .mv-header__mega-text strong {
        font-size: 11px;
    }

    .mv-header__nav-link {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 14px;
        border: 1px solid #ececf0;
        border-radius: 12px;
        background: #fff;
        color: var(--mv-text-2);
        font-size: 13px;
        font-weight: 800;
        text-transform: none;
    }
}



.mv-product-comments {
    color: #333;
}

.mv-product-comments #reviews,
.mv-product-comments .comments-area {
    border: 0;
    padding: 0;
}

.mv-product-comments #comments,
.mv-product-comments .comment-list {
    margin: 0 0 28px;
}

.mv-product-comments #reply-title,
.mv-product-comments .comment-reply-title {
    display: block;
    margin: 0 0 10px;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.7;
    text-align: right;
}

.mv-product-comments .woocommerce-noreviews,
.mv-product-comments .no-comments,
.mv-product-comments .comment-notes,
.mv-product-comments .logged-in-as {
    margin: 0 0 34px;
    color: #777;
    font-size: 13px;
    line-height: 2;
    text-align: right;
}

.mv-product-comments .comment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
}

.mv-product-comments .comment-form-comment,
.mv-product-comments .comment-form-rating,
.mv-product-comments .comment-notes,
.mv-product-comments .comment-form-cookies-consent,
.mv-product-comments .form-submit {
    grid-column: 1 / -1;
}

.mv-product-comments .comment-form label {
    display: block;
    margin: 0 0 8px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
}

.mv-product-comments .required {
    color: #c10600;
}

.mv-product-comments textarea,
.mv-product-comments input[type="text"],
.mv-product-comments input[type="email"],
.mv-product-comments input[type="url"] {
    width: 100%;
    border: 1px solid #dfe0e3;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-family: inherit;
    font-size: 14px;
    outline: none;
}

.mv-product-comments textarea {
    min-height: 128px;
    padding: 14px 16px;
    resize: vertical;
}

.mv-product-comments input[type="text"],
.mv-product-comments input[type="email"],
.mv-product-comments input[type="url"] {
    height: 36px;
    padding: 8px 12px;
}

.mv-product-comments textarea:focus,
.mv-product-comments input:focus {
    border-color: #c10600;
}

.mv-product-comments .comment-form-rating {
    text-align: right;
}

.mv-product-comments .stars {
    display: inline-flex;
    direction: ltr;
    margin: 0;
}

.mv-product-comments .stars a {
    color: #c7c7c7;
}

.mv-product-comments .form-submit {
    margin: 0;
    text-align: left;
}

.mv-product-comments input[type="submit"],
.mv-product-comments button[type="submit"] {
    min-height: 40px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: #c10600;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 767px) {
    .mv-product-comments .comment-form {
        grid-template-columns: 1fr;
    }

    .mv-product-comments .form-submit {
        text-align: right;
    }
}



/* ---------- WooCommerce product reviews ---------- */
body.single-product .elementor-widget-post-comments,
body.single-product .elementor-widget-theme-post-comments,
body.single-product #reviews,
body.single-product .woocommerce-Reviews {
    color: var(--mv-text-2);
}

body.single-product #reviews,
body.single-product .woocommerce-Reviews {
    width: 100%;
}

body.single-product #reviews #comments,
body.single-product .woocommerce-Reviews #comments {
    margin: 0 0 18px;
    padding: 0;
}

body.single-product #reviews #comments .woocommerce-Reviews-title {
    display: none;
}

body.single-product #reviews .commentlist,
body.single-product #reviews .comment-list {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

body.single-product #reviews .woocommerce-noreviews,
body.single-product #reviews .woocommerce-verification-required,
body.single-product .comments-area .no-comments {
    margin: 0 0 26px;
    color: var(--mv-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    text-align: right;
}

body.single-product #review_form_wrapper,
body.single-product #review_form,
body.single-product #respond.comment-respond {
    width: 100%;
}

body.single-product #reply-title,
body.single-product .comment-reply-title.mv-review-form__title {
    display: block;
    margin: 0 0 12px;
    color: var(--mv-text);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.7;
    text-align: right;
}

body.single-product .comment-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px 26px;
    width: 100%;
    margin: 0;
}

body.single-product .comment-form .mv-review-form__intro,
body.single-product .comment-form .mv-review-form__notes,
body.single-product .comment-form .comment-form-rating,
body.single-product .comment-form .comment-form-comment,
body.single-product .comment-form .form-submit,
body.single-product .comment-form .logged-in-as {
    grid-column: 1 / -1;
}

body.single-product .comment-form .mv-review-form__intro {
    margin: 22px 0 8px;
    color: var(--mv-text-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: right;
}

body.single-product .comment-form .mv-review-form__notes,
body.single-product .comment-form .comment-notes {
    margin: 0 0 18px;
    color: var(--mv-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}

body.single-product .comment-form label {
    display: block;
    margin: 0 0 8px;
    color: var(--mv-text-2);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
    text-align: right;
}

body.single-product .comment-form .required {
    color: var(--mv-red);
    text-decoration: none;
}

body.single-product .comment-form-rating {
    margin: 0 0 48px;
    text-align: right;
}

body.single-product .comment-form-rating label {
    display: inline-flex;
    margin: 0 0 10px;
}

body.single-product .comment-form-rating select {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

body.single-product .comment-form-rating p.stars,
body.single-product .comment-form-rating .stars {
    direction: ltr;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    min-height: 28px;
    margin: 0;
    vertical-align: middle;
}

body.single-product .comment-form-rating .stars a {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    overflow: hidden;
    color: #c9c9c9;
    font-size: 0;
    line-height: 1;
    text-indent: 0;
}

body.single-product .comment-form-rating .stars a::before {
    content: "☆";
    position: static;
    width: auto;
    height: auto;
    color: inherit;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
}

body.single-product .comment-form-rating .stars:hover a,
body.single-product .comment-form-rating .stars.selected a,
body.single-product .comment-form-rating .stars a.active,
body.single-product .comment-form-rating .stars a:hover {
    color: var(--mv-red);
}

body.single-product .comment-form-comment {
    margin: 0;
}

body.single-product .comment-form-comment textarea,
body.single-product .comment-form input[type="text"],
body.single-product .comment-form input[type="email"],
body.single-product .comment-form input[type="url"] {
    width: 100%;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-md);
    background: #fff;
    color: var(--mv-text);
    font-size: 14px;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

body.single-product .comment-form-comment textarea {
    min-height: 128px;
    padding: 14px 16px;
    resize: vertical;
}

body.single-product .comment-form input[type="text"],
body.single-product .comment-form input[type="email"],
body.single-product .comment-form input[type="url"] {
    height: 35px;
    padding: 7px 11px;
}

body.single-product .comment-form-comment textarea:focus,
body.single-product .comment-form input:focus {
    border-color: var(--mv-red);
}

body.single-product .comment-form-author,
body.single-product .comment-form-email,
body.single-product .comment-form-pros,
body.single-product .comment-form-cons {
    margin: 0;
}

body.single-product .comment-form-pros {
    grid-column: 1;
    grid-row: auto;
}

body.single-product .comment-form-cons {
    grid-column: 2;
    grid-row: auto;
}

body.single-product .comment-form-author {
    grid-column: 1;
}

body.single-product .comment-form-email {
    grid-column: 2;
}

body.single-product .comment-form .form-submit {
    margin: 2px 0 0;
    text-align: left;
}

body.single-product .comment-form input[type="submit"],
body.single-product .comment-form button[type="submit"],
body.single-product .comment-form .submit {
    min-width: 118px;
    min-height: 40px;
    padding: 0 22px !important;
    border: 0;
    border-radius: var(--mv-radius-md) !important;
    background-color: var(--mv-red) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer;
    box-shadow: none;
}

body.single-product #reviews .comment_container {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

body.single-product #reviews .avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

body.single-product #reviews .comment-text {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

body.single-product #reviews .star-rating {
    float: none;
    margin: 0 0 8px;
}

.mv-review-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.mv-review-meta__item {
    padding: 10px 12px;
    border-radius: var(--mv-radius-md);
    background: #fafafa;
}

.mv-review-meta__item span {
    display: block;
    margin-bottom: 4px;
    color: var(--mv-muted);
    font-size: 12px;
    font-weight: 700;
}

.mv-review-meta__item p {
    margin: 0;
    color: var(--mv-text-2);
    font-size: 13px;
    line-height: 1.8;
}

@media (max-width: 1024px) {
    body.single-product .comment-form {
        grid-template-columns: 1fr;
    }

    body.single-product .comment-form-pros,
    body.single-product .comment-form-cons,
    body.single-product .comment-form-author,
    body.single-product .comment-form-email {
        grid-column: 1 / -1;
    }

    body.single-product .comment-form .form-submit {
        text-align: right;
    }

    .mv-review-meta {
        grid-template-columns: 1fr;
    }

    .mv-footer__badges > .container-width {flex-direction: column;align-items: center;}

    .mv-footer__badges > .container-width > div {
        min-width: 300px;
    }

    .mv-footer__about {
        flex-direction: column;
    }

    .mv-footer__second-part {
        flex-direction: column;
    }

    .mv-footer__sp-right {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .mv-hero__eyebrow {
        font-size: 25px;
    }

    .mv-hero__subtitle {
        font-size: 14px;
    }

    .mv-hero a {
        font-size: 14px;
        padding: 0.5rem;
    }

    .mv-hero__slide {
        background-size: cover;
        min-height: 290px;
    }

    .mv-single-product__gallery-controls,
    .mv-header__topbar > div > span:nth-child(1) {
        display: none;
    }

    .mv-header__topbar > div {
        display: flex;
        justify-content: flex-end;
    }

    a.mv-header__logo {
        display: none;
    }

    form.mv-header__search {
        display: none;
    }

    .mv-header__actions {
        display: none;
    }

    form.mv-product-archive__filters > div {
        width: 100%;
    }

    .mv-product-archive__actions {
        margin: 0;
    }
}

/* ---------- WooCommerce account dashboard ---------- */
body.mv-account-page {
    background: #fff;
}

body.mv-account-page .site-main,
body.mv-account-page .page-content,
body.mv-account-page .entry-content {
    overflow: visible;
}

body.mv-account-page .entry-title,
body.mv-account-page .page-header .entry-title {
    color: var(--mv-text-2);
}

body.mv-account-page .page-content a,
body.mv-account-page .woocommerce a {
    text-decoration: none !important;
}

body.mv-account-page .page-header .entry-title {
    max-width: 1200px;
    margin: 38px auto 10px;
    padding-inline: 18px;
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.25;
    text-align: right;
}

body.mv-account-page .woocommerce {
    width: min(1200px, calc(100% - 32px));
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    direction: rtl;
    margin: 34px auto 76px;
    color: var(--mv-text-2);
}

body.mv-account-page .woocommerce::before,
body.mv-account-page .woocommerce::after {
    content: none !important;
    display: none !important;
}

body.mv-account-page .woocommerce-notices-wrapper,
body.mv-account-page .woocommerce-message,
body.mv-account-page .woocommerce-error,
body.mv-account-page .woocommerce-info {
    flex: 0 0 100%;
    width: 100%;
}

body.mv-account-page .woocommerce-message,
body.mv-account-page .woocommerce-info {
    border-top-color: var(--mv-blue);
    border-radius: var(--mv-radius-lg);
    background: #f7f8ff;
    color: var(--mv-text-2);
}

body.mv-account-page .woocommerce-error {
    border-top-color: var(--mv-red);
    border-radius: var(--mv-radius-lg);
}

body.mv-account-page .woocommerce-MyAccount-navigation {
    float: none !important;
    width: auto !important;
    flex: 0 0 286px;
    margin: 0;
    position: sticky;
    top: 24px;
    z-index: 5;
}

body.mv-account-page .woocommerce-MyAccount-content {
    float: none !important;
    width: auto !important;
    flex: 1 1 0;
    min-width: 0;
    min-height: 520px;
    padding: 24px;
    border: 1px solid var(--mv-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(10, 29, 118, 0.06);
}

.mv-account-nav {
    padding: 16px;
    border: 1px solid var(--mv-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(10, 29, 118, 0.07);
}

.mv-account-nav__profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: var(--mv-blue);
    color: #fff;
}

body.mv-account-page .mv-account-nav__profile span:not(.mv-account-nav__avatar),
body.mv-account-page .mv-account-nav__profile strong,
body.mv-account-page .mv-account-dashboard__hero-copy,
body.mv-account-page .mv-account-dashboard__hero-copy h2,
body.mv-account-page .mv-account-dashboard__hero-copy p,
body.mv-account-page .mv-account-dashboard__eyebrow {
    color: #fff !important;
}

.mv-account-nav__avatar,
.mv-account-dashboard__avatar {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    border-radius: 50%;
    background: #fff;
    color: var(--mv-blue);
    font-size: 20px;
    font-weight: 900;
}

.mv-account-nav__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mv-account-nav__meta span {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.78;
}

.mv-account-nav__meta strong {
    overflow: hidden;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mv-account-nav__list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.mv-account-nav__list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.mv-account-nav__list li::marker {
    content: "";
}

.mv-account-nav__list a {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--mv-text-2);
    font-size: 14px;
    font-weight: 800;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mv-account-nav__list a:hover,
.mv-account-nav__list a:focus-visible {
    background: #f5f6fb;
    color: var(--mv-blue);
    transform: translateX(-2px);
}

.mv-account-nav__icon {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 31px;
    border-radius: 10px;
    background: #f0f1f7;
    color: var(--mv-blue);
}

.mv-account-nav__icon svg,
.mv-account-dashboard__quick-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.mv-account-nav__list .is-active a {
    background: var(--mv-blue);
    color: #fff;
}

.mv-account-nav__list .is-active .mv-account-nav__icon {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.mv-account-nav__list .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: var(--mv-red);
}

.mv-account-nav__list .woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.mv-account-nav__list .woocommerce-MyAccount-navigation-link--customer-logout a:focus-visible {
    background: #fff2f1;
}

.mv-account-dashboard {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mv-account-dashboard__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: stretch;
    padding: 24px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(193, 6, 0, 0.96) 0%, rgba(193, 6, 0, 0.9) 34%, rgba(10, 29, 118, 0.98) 100%),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 28%);
    color: #fff;
    overflow: hidden;
}

.mv-account-dashboard__hero-copy {
    min-width: 0;
}

.mv-account-dashboard__eyebrow {
    display: inline-flex;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 800;
}

.mv-account-dashboard__hero h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 950;
    line-height: 1.35;
}

.mv-account-dashboard__hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}

.mv-account-dashboard__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.mv-account-dashboard__primary,
.mv-account-dashboard__secondary {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 17px;
    border-radius: var(--mv-radius-md);
    font-size: 14px;
    font-weight: 900;
}

.mv-account-dashboard__primary {
    background: #fff;
    color: var(--mv-red);
}

.mv-account-dashboard__secondary {
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #fff;
}

.mv-account-dashboard__profile {
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    text-align: center;
}

.mv-account-dashboard__profile span:not(.mv-account-dashboard__avatar) {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 800;
}

.mv-account-dashboard__profile strong {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.mv-account-dashboard__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mv-account-dashboard__stat {
    min-height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 16px;
    border: 1px solid var(--mv-border);
    border-radius: 16px;
    background: #fff;
}

.mv-account-dashboard__stat span {
    color: var(--mv-red);
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
}

.mv-account-dashboard__stat strong {
    color: var(--mv-text-2);
    font-size: 14px;
    font-weight: 900;
}

.mv-account-dashboard__stat small {
    color: var(--mv-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
}

.mv-account-dashboard__quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mv-account-dashboard__quick-card {
    min-height: 136px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--mv-border);
    border-radius: 16px;
    background: #f7f8fc;
    color: var(--mv-text-2);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mv-account-dashboard__quick-card:hover,
.mv-account-dashboard__quick-card:focus-visible {
    border-color: rgba(10, 29, 118, 0.28);
    box-shadow: 0 14px 30px rgba(10, 29, 118, 0.08);
    transform: translateY(-2px);
}

.mv-account-dashboard__quick-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #fff;
    color: var(--mv-red);
}

.mv-account-dashboard__quick-card strong {
    color: var(--mv-text-2);
    font-size: 15px;
    font-weight: 900;
}

.mv-account-dashboard__quick-card small {
    color: var(--mv-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
}

.mv-account-dashboard__columns {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
    gap: 14px;
}

.mv-account-dashboard__panel,
.mv-account-dashboard__support {
    border: 1px solid var(--mv-border);
    border-radius: 16px;
    background: #fff;
}

.mv-account-dashboard__panel {
    padding: 18px;
}

.mv-account-dashboard__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.mv-account-dashboard__panel-head h3,
.mv-account-dashboard__support h3 {
    margin: 0;
    color: var(--mv-text-2);
    font-size: 18px;
    font-weight: 950;
}

.mv-account-dashboard__panel-head a {
    color: var(--mv-red);
    font-size: 13px;
    font-weight: 900;
}

.mv-account-dashboard__orders {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.mv-account-dashboard__order {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    padding: 12px;
    border-radius: 13px;
    background: #f8f8fa;
    color: var(--mv-text-2);
}

.mv-account-dashboard__order-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mv-account-dashboard__order-main strong {
    color: var(--mv-blue);
    font-size: 14px;
    font-weight: 950;
}

.mv-account-dashboard__order-main small {
    color: var(--mv-muted);
    font-size: 12px;
    font-weight: 600;
}

.mv-account-dashboard__order-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef7e8;
    color: #4c8a2d;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.mv-account-dashboard__order-total {
    color: var(--mv-text-2);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.mv-account-dashboard__empty {
    padding: 22px;
    border-radius: 14px;
    background: #f8f8fa;
}

.mv-account-dashboard__empty strong {
    display: block;
    margin-bottom: 8px;
    color: var(--mv-text-2);
    font-size: 16px;
    font-weight: 950;
}

.mv-account-dashboard__empty p {
    margin: 0 0 14px;
    color: var(--mv-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
}

.mv-account-dashboard__empty a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: var(--mv-radius-md);
    background: var(--mv-red);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.mv-account-dashboard__support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: var(--mv-lavender);
}

.mv-account-dashboard__support-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #fff;
    color: var(--mv-red);
    font-size: 23px;
    font-weight: 900;
}

.mv-account-dashboard__support p {
    margin: 0;
    color: var(--mv-muted-2);
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
}

.mv-account-dashboard__support a {
    color: var(--mv-blue);
    font-size: 18px;
    font-weight: 950;
}

body.mv-account-page .woocommerce-MyAccount-content > p {
    color: var(--mv-text-2);
    font-size: 15px;
    line-height: 2.2;
}

body.mv-account-page .woocommerce-MyAccount-content > p a {
    color: var(--mv-red);
    font-weight: 900;
}

body.mv-account-page .woocommerce-MyAccount-content h2,
body.mv-account-page .woocommerce-MyAccount-content h3,
body.mv-account-page .woocommerce-MyAccount-content legend {
    color: var(--mv-text-2);
    font-weight: 950;
}

body.mv-account-page .woocommerce table.shop_table {
    overflow: hidden;
    border: 1px solid var(--mv-border);
    border-radius: 16px;
    border-collapse: separate;
    background: #fff;
}

body.mv-account-page .woocommerce table.shop_table th {
    padding: 14px;
    background: #f6f7fb;
    color: var(--mv-text-2);
    font-size: 13px;
    font-weight: 900;
}

body.mv-account-page .woocommerce table.shop_table td {
    padding: 14px;
    color: var(--mv-text-2);
    font-size: 13px;
    font-weight: 700;
}

body.mv-account-page .woocommerce table.shop_table a {
    color: var(--mv-blue);
    font-weight: 900;
}

body.mv-account-page .woocommerce a.button,
body.mv-account-page .woocommerce button.button,
body.mv-account-page .woocommerce input.button,
body.mv-account-page .woocommerce #respond input#submit {
    min-height: 40px;
    padding: 9px 17px !important;
    border: 0 !important;
    border-radius: var(--mv-radius-md) !important;
    background: var(--mv-red) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
}

body.mv-account-page .woocommerce form .form-row {
    padding: 0;
    margin: 0 0 14px;
}

body.mv-account-page .woocommerce form .form-row label {
    margin-bottom: 7px;
    color: var(--mv-text-2);
    font-size: 13px;
    font-weight: 900;
}

body.mv-account-page .woocommerce form .form-row input.input-text,
body.mv-account-page .woocommerce form .form-row textarea,
body.mv-account-page .woocommerce form .form-row select,
body.mv-account-page .woocommerce .select2-container .select2-selection--single {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--mv-border);
    border-radius: var(--mv-radius-md);
    background: #fff;
    color: var(--mv-text-2);
    box-shadow: none;
    outline: none;
}

body.mv-account-page .woocommerce form .form-row input.input-text,
body.mv-account-page .woocommerce form .form-row textarea,
body.mv-account-page .woocommerce form .form-row select {
    padding: 9px 12px;
}

body.mv-account-page .woocommerce form .form-row textarea {
    min-height: 120px;
}

body.mv-account-page .woocommerce form .form-row input.input-text:focus,
body.mv-account-page .woocommerce form .form-row textarea:focus,
body.mv-account-page .woocommerce form .form-row select:focus,
body.mv-account-page .woocommerce .select2-container--focus .select2-selection--single {
    border-color: var(--mv-red);
}

body.mv-account-page .woocommerce fieldset {
    margin-top: 20px;
    padding: 18px;
    border: 1px solid var(--mv-border);
    border-radius: 16px;
}

body.mv-account-page .woocommerce .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.mv-account-page .woocommerce .woocommerce-Address {
    padding: 18px;
    border: 1px solid var(--mv-border);
    border-radius: 16px;
    background: #fff;
}

body.mv-account-page .woocommerce .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.mv-account-page .woocommerce .woocommerce-Address-title h3 {
    margin: 0;
    font-size: 17px;
}

body.mv-account-page .woocommerce .woocommerce-Address-title a {
    color: var(--mv-red);
    font-size: 13px;
    font-weight: 900;
}

body.mv-account-page .woocommerce address {
    margin-top: 14px;
    color: var(--mv-muted);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 2;
}

@media (max-width: 1100px) {
    body.mv-account-page .woocommerce {
        width: min(100% - 24px, 960px);
        gap: 16px;
    }

    body.mv-account-page .woocommerce-MyAccount-navigation {
        flex-basis: 250px;
    }

    body.mv-account-page .woocommerce-MyAccount-content {
        padding: 18px;
    }

    .mv-account-dashboard__stats,
    .mv-account-dashboard__quick {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mv-account-dashboard__columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    body.mv-account-page .page-header .entry-title {
        margin-top: 24px;
        font-size: 34px;
    }

    body.mv-account-page .woocommerce {
        width: min(100% - 20px, 680px);
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 46px;
    }

    body.mv-account-page .woocommerce-MyAccount-navigation,
    body.mv-account-page .woocommerce-MyAccount-content {
        width: 100% !important;
        flex: 0 0 auto;
    }

    body.mv-account-page .woocommerce-MyAccount-navigation {
        position: static;
    }

    .mv-account-nav {
        padding: 12px;
        border-radius: 16px;
    }

    .mv-account-nav__profile {
        margin-bottom: 10px;
    }

    .mv-account-nav__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .mv-account-nav__list a {
        min-height: 46px;
        padding: 9px 10px;
        font-size: 13px;
    }

    .mv-account-dashboard__hero {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .mv-account-dashboard__profile {
        min-width: 0;
        flex-direction: row;
        justify-content: flex-start;
        text-align: right;
    }
}

@media (max-width: 560px) {
    body.mv-account-page .woocommerce {
        width: calc(100% - 16px);
    }

    body.mv-account-page .woocommerce-MyAccount-content {
        padding: 12px;
        border-radius: 16px;
    }

    .mv-account-nav__list,
    .mv-account-dashboard__stats,
    .mv-account-dashboard__quick,
    body.mv-account-page .woocommerce .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    .mv-account-dashboard__hero-actions {
        flex-direction: column;
    }

    .mv-account-dashboard__primary,
    .mv-account-dashboard__secondary {
        width: 100%;
    }

    .mv-account-dashboard__order {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .mv-account-dashboard__order-status,
    .mv-account-dashboard__order-total {
        justify-content: flex-start;
    }
}

/* ---------- Header category drawer and mobile bottom navigation ---------- */
.mv-header__products-trigger {
    position: relative;
    min-width: 230px;
}

.mv-header__nav-cta {
    width: 230px;
    height: 44px;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 18px 0 52px;
    border-radius: 999px;
    background: var(--mv-blue);
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 9px 20px rgba(10, 29, 118, 0.18);
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.mv-header__nav-cta:hover,
.mv-header__nav-cta:focus-visible {
    background: var(--mv-blue-dark);
    color: #fff !important;
    transform: translateY(-1px);
}

.mv-header__products-toggle {
    position: absolute;
    top: 4px;
    inset-inline-end: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.mv-header__products-toggle:hover,
.mv-header__products-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.18);
}

.mv-header__category-scrim {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    background: rgba(3, 23, 31, 0.56);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(3px);
    transition: opacity 0.28s cubic-bezier(.19, 1, .22, 1), visibility 0.28s cubic-bezier(.19, 1, .22, 1);
}

.mv-header__products-menu.is-mega-open .mv-header__category-scrim {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mv-header__mega {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 1001;
    width: min(360px, 92vw) !important;
    height: 100dvh;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transform: translateX(104%);
    box-shadow: 0 24px 70px rgba(2, 31, 43, 0.19);
    transition: transform 0.38s cubic-bezier(.19, 1, .22, 1), visibility 0.38s cubic-bezier(.19, 1, .22, 1);
}

.mv-header__products-menu:focus-within .mv-header__mega {
    opacity: 1;
}

.mv-header__products-menu:not(.is-mega-open):focus-within .mv-header__mega {
    visibility: hidden;
    pointer-events: none;
    transform: translateX(104%);
}

.mv-header__products-menu.is-mega-open .mv-header__mega {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.mv-header__mega-head {
    flex: 0 0 auto;
    padding: 14px 14px 9px;
    border-bottom: 1px solid #edf0f2;
    background: #fff;
}

.mv-header__mega-title {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 17px;
    border-radius: 999px;
    background: var(--mv-blue);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.mv-header__mega-close {
    position: relative;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
}

.mv-header__mega-close::before,
.mv-header__mega-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.mv-header__mega-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mv-header__mega-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mv-header__mega-search {
    height: 42px;
    display: flex;
    align-items: stretch;
    margin: 12px 2px 2px;
    overflow: hidden;
    border: 1px solid #e6eaec;
    border-radius: 12px;
    background: #f8fafb;
}

.mv-header__mega-search input[type="search"] {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    color: var(--mv-text-2);
    font-family: inherit;
    font-size: 13px;
    outline: none;
    padding: 0 13px;
}

.mv-header__mega-search input[type="hidden"] {
    display: none;
}

.mv-header__mega-search button {
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--mv-blue);
    cursor: pointer;
}

.mv-header__mega-search svg {
    width: 18px;
    height: 18px;
}

.mv-header__mega-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 6px 12px 20px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.mv-header__mega-intro {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    margin: 6px 0 8px;
    padding: 12px;
    border-radius: 14px;
    background: #f6f8f9;
}

.mv-header__mega-intro strong {
    color: var(--mv-blue);
    font-size: 14px;
}

.mv-header__mega-intro p {
    margin: 0;
    color: var(--mv-muted);
}

.mv-header__mega-intro a {
    min-height: 34px;
    width: max-content;
    border-radius: 999px;
    background: var(--mv-red);
}

.mv-header__mega-items {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: none;
    overflow: visible;
}

.mv-header__category-item {
    border-bottom: 1px solid #edf0f2;
}

.mv-header__category-item[hidden] {
    display: none;
}

.mv-header__category-line {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mv-header__mega-card {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 54px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
    padding: 8px 3px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #27343b;
    text-align: right;
    transition: color 0.18s ease;
}

.mv-header__mega-card:hover,
.mv-header__mega-card:focus-visible {
    color: var(--mv-blue);
    transform: none;
}

.mv-header__mega-image {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    aspect-ratio: auto;
    border: 0;
    border-radius: 10px;
    background: #f1f6f7;
    color: var(--mv-blue);
    font-size: 15px;
    transform: none;
}

.mv-header__mega-card:hover .mv-header__mega-image {
    filter: none;
    transform: none;
}

.mv-header__mega-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.mv-header__mega-text {
    min-width: 0;
    width: auto;
    min-height: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    box-shadow: none;
}

.mv-header__mega-text strong {
    width: 100%;
    color: currentColor;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.7;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mv-header__mega-text small {
    display: block;
    width: 100%;
    color: #79858d;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mv-header__sub-toggle {
    position: relative;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #91a0a8;
    cursor: pointer;
}

.mv-header__sub-toggle:hover,
.mv-header__sub-toggle:focus-visible {
    background: #f1f6f7;
    color: var(--mv-blue);
}

.mv-header__sub-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.22s ease;
}

.mv-header__category-item.is-sub-open .mv-header__sub-toggle::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mv-header__submenu {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s cubic-bezier(.19, 1, .22, 1);
}

.mv-header__submenu > div {
    overflow: hidden;
}

.mv-header__category-item.is-sub-open .mv-header__submenu {
    grid-template-rows: 1fr;
}

.mv-header__submenu ul {
    margin: 0 44px 11px 0;
    padding: 3px 0 0;
    border-right: 1px solid #dce5e8;
    list-style: none;
}

.mv-header__submenu li {
    margin: 0;
}

.mv-header__submenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 15px;
    color: #748087;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.18s ease, padding-right 0.18s ease;
}

.mv-header__submenu a::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d1dade;
}

.mv-header__submenu a:hover,
.mv-header__submenu a:focus-visible {
    color: var(--mv-blue);
    padding-right: 19px;
}

.mv-header__submenu small {
    color: #a8b2b8;
    font-size: 11px;
}

.mv-header__bottom-nav {
    display: none;
}

@media (max-width: 767px) {
    html.mv-has-bottom-nav body {
        padding-bottom: calc(66px + env(safe-area-inset-bottom, 0px));
    }

    .mv-header__mobile-toggle {
        display: none !important;
    }

    .mv-header__products-trigger {
        min-width: 0;
    }

    .mv-header__nav-cta {
        width: 100%;
        min-height: 46px;
        height: auto;
        padding: 0 14px 0 52px;
        border-radius: 14px;
    }

    .mv-header__products-toggle {
        top: 5px;
        inset-inline-end: 7px;
    }

    .mv-header__category-scrim {
        z-index: 1002;
    }

    .mv-header__mega {
        z-index: 1003;
        width: min(340px, 92vw) !important;
        margin-top: 0 !important;
    }

    .mv-header__products-menu.is-mega-open .mv-header__mega {
        max-height: none !important;
        margin-top: 0 !important;
    }

    .mv-header__mega-inner {
        max-height: none;
        padding: 6px 12px 18px;
        overflow-y: auto;
    }

    .mv-header__mega-items {
        grid-template-columns: none;
        gap: 0;
        max-height: none;
    }

    .mv-header__mega-card {
        min-height: 54px;
        border-radius: 0;
    }

    .mv-header__mega-image {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .mv-header__mega-text {
        width: auto;
        min-height: 0;
        margin: 0;
        padding: 0;
        align-items: flex-start;
    }

    .mv-header__mega-text strong {
        font-size: 14px;
    }

    .mv-header__bottom-nav {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 990;
        width: min(100%, 430px);
        min-height: calc(60px + env(safe-area-inset-bottom, 0px));
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: center;
        gap: 0;
        margin: 0 auto;
        padding: 5px 6px calc(5px + env(safe-area-inset-bottom, 0px));
        border: 1px solid #eef0f2;
        border-bottom: 0;
        border-radius: 18px 18px 0 0;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 -12px 35px rgba(10, 29, 118, 0.12);
        backdrop-filter: blur(12px);
        direction: rtl;
    }

    .mv-header__bottom-item {
        position: relative;
        min-width: 0;
        min-height: 50px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        border: 0;
        border-radius: 14px;
        background: transparent;
        color: #2d343a;
        font-family: inherit;
        font-size: 11px;
        font-weight: 900;
        line-height: 1.4;
        text-decoration: none;
        cursor: pointer;
    }

    .mv-header__bottom-item svg {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
    }

    .mv-header__bottom-item.is-active,
    .mv-header__bottom-item:hover,
    .mv-header__bottom-item:focus-visible {
        color: var(--mv-blue);
        background: #f6f8fb;
    }

    .mv-header__bottom-icon-wrap {
        position: relative;
        display: inline-flex;
    }

    .mv-header__bottom-icon-wrap small {
        position: absolute;
        top: -8px;
        inset-inline-end: -9px;
        min-width: 17px;
        height: 17px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        border: 2px solid #fff;
        border-radius: 999px;
        background: var(--mv-blue);
        color: #fff;
        font-size: 9px;
        font-weight: 900;
        line-height: 1;
    }
}
