body .mm-site-header {
    display: block !important;
    flex-wrap: nowrap;
    justify-content: initial;
    position: relative;
    z-index: 40;
    width: 100%;
    max-width: none !important;
    padding: 0;
    box-sizing: border-box;
}

button.mm-site-header__menu-trigger:hover,
button.mm-site-header__menu-trigger:focus,
button.mm-site-header__menu-trigger:active,
.mm-site-header__menu-trigger button:hover,
.mm-site-header__menu-trigger button:focus,
.mm-site-header__menu-trigger button:active {
    background-color: transparent !important;
    box-shadow: none !important;
  color: black !important;
}

body .mm-site-header--transparent button.mm-site-header__menu-trigger:hover,
body .mm-site-header--transparent button.mm-site-header__menu-trigger:focus,
body .mm-site-header--transparent button.mm-site-header__menu-trigger:active,
body .mm-site-header--transparent .mm-site-header__menu-trigger button:hover,
body .mm-site-header--transparent .mm-site-header__menu-trigger button:focus,
body .mm-site-header--transparent .mm-site-header__menu-trigger button:active {
    color: #fff !important;
}

body .mm-site-header__inner {
    width: min(100% - var(--mm-shell-gutter), var(--mm-shell-width));
    padding-left: 0;
    padding-right: 0;
    min-height: 76px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    box-sizing: border-box;
}

body .mm-site-header__left,
body .mm-site-header__right {
    min-width: 0;
}

body .mm-site-header__left {
    display: flex;
    align-items: center;
    gap: 14px;
}

body .mm-site-header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

body .mm-site-header__cart-slot--mobile {
    display: none;
}

body .mm-site-header__cart-slot--desktop {
    display: inline-flex;
}

body .mm-site-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

body .mm-site-header--solid {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

body .mm-site-header__menu,
body .mm-site-header__mobile-menu,
body .mm-site-header__submenu,
body .mm-site-header__mobile-submenu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body .mm-site-header__menu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

body .mm-site-header__menu-item,
body .mm-site-header__submenu-item,
body .mm-site-header__mobile-item,
body .mm-site-header__mobile-submenu-item {
    margin: 0;
}

body .mm-site-header__menu a,
body .mm-site-header__menu-trigger,
body .mm-site-header__brand-text,
body .mm-header-cart,
body .mm-site-header__toggle,
body .mm-site-header__close {
    color: #111;
}

body .mm-site-header--transparent .mm-site-header__menu a,
body .mm-site-header--transparent .mm-site-header__menu-trigger,
body .mm-site-header--transparent .mm-site-header__brand-text,
body .mm-site-header--transparent .mm-header-cart,
body .mm-site-header--transparent .mm-site-header__toggle {
    color: #fff;
}

body .mm-header-cart {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
    flex: 0 0 auto;
}

body .mm-header-cart__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body .mm-header-cart__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

body .mm-header-cart__count {
    min-width: 0;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.02em;
}

body .mm-site-header__menu a,
body .mm-site-header__menu-trigger {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: inherit;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

body .mm-site-header__menu-trigger {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

body .mm-site-header__menu-item {
    position: relative;
}

body .mm-site-header__menu-item--has-children {
    position: static;
}

body .mm-site-header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 0;
    width: max-content;
    max-width: calc(100vw - 48px);
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 18px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    box-sizing: border-box;
}

body .mm-site-header__submenu {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 24px;
    width: max-content;
}

body .mm-site-header__submenu-item {
    flex: 0 0 auto;
    width: auto;
}

body .mm-site-header__submenu a {
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: #111;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: opacity 0.18s ease, color 0.18s ease;
    opacity: 0.9;
}

body .mm-site-header__menu-item--has-children.is-open .mm-site-header__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

body .mm-site-header__center {
    display: flex;
    justify-content: center;
}

body .mm-site-header__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

body .mm-site-header__brand-logo {
    display: none;
}

body .mm-site-header__brand-logo--dark {
    display: inline-flex;
}

body .mm-site-header--transparent .mm-site-header__brand-logo--dark {
    display: none;
}

body .mm-site-header--transparent .mm-site-header__brand-logo--light {
    display: inline-flex;
}

body .mm-site-header__brand-image {
    display: block;
    width: auto;
    max-width: min(220px, 28vw);
    max-height: 24px;
    height: auto;
}

body .mm-site-header__brand-image.is-filtered {
    filter: brightness(0) invert(1);
}

body .mm-site-header__brand-text {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body .mm-site-header__toggle,
body .mm-site-header__close {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

body .mm-site-header__toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: start;
    position: relative;
    z-index: 62;
}

body .mm-site-header__toggle span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 0.28s ease, opacity 0.2s ease;
}

body .mm-site-header__toggle span:nth-child(1) {
    transform: translateY(-6px);
}

body .mm-site-header__toggle span:nth-child(3) {
    transform: translateY(6px);
}

body.mm-mobile-menu-open .mm-site-header__toggle span:nth-child(1) {
    transform: rotate(45deg);
}

body.mm-mobile-menu-open .mm-site-header__toggle span:nth-child(2) {
    opacity: 0;
}

body.mm-mobile-menu-open .mm-site-header__toggle span:nth-child(3) {
    transform: rotate(-45deg);
}

body .mm-site-header__mobile-panel {
    --mm-mobile-menu-font-size: 19px;
    --mm-mobile-menu-line-height: 1.05;
    --mm-mobile-menu-letter-spacing: 0.02em;
    --mm-mobile-submenu-font-size: 12px;
    --mm-mobile-submenu-line-height: 1.2;
    --mm-mobile-submenu-letter-spacing: 0.04em;
    position: fixed;
    inset: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: none;
    display: none;
    padding: 92px 24px 24px;
    box-sizing: border-box;
    z-index: 50;
}

body.mm-mobile-menu-open .mm-site-header__mobile-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

body .mm-site-header__mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body .mm-site-header__mobile-menu > .mm-site-header__mobile-item > a,
body .mm-site-header__mobile-trigger {
    color: #111;
    font-size: var(--mm-mobile-menu-font-size);
    line-height: var(--mm-mobile-menu-line-height);
    font-weight: 400;
    letter-spacing: var(--mm-mobile-menu-letter-spacing);
    text-decoration: none;
    text-transform: uppercase;
}

body .mm-site-header__mobile-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

body .mm-site-header__mobile-item {
    display: flex;
    flex-direction: column;
    gap: 0;
}

body .mm-site-header__mobile-submenu {
    padding-top: 24px;
}

body .mm-site-header__mobile-submenu-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-left: 0;
}

body .mm-site-header__mobile-product-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 0;
    background: #fff;
    text-decoration: none;
}

body .mm-site-header__mobile-product-media img {
    display: block;
    width: 100%;
    height: auto;
}

body .mm-site-header__mobile-product-content {
    min-width: 0;
    display: grid;
    gap: 6px;
}

body .mm-site-header__mobile-product-name {
    color: #111;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body .mm-site-header__mobile-product-price {
    color: #111;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

body .mm-site-header__mobile-product-price del {
    color: #8a8a8a;
    font-weight: 400;
    margin-right: 8px;
}

body .mm-site-header__mobile-product-price ins {
    text-decoration: none;
}

body.mm-mobile-menu-open {
    overflow: hidden;
}

body.mm-mobile-menu-open .mm-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body.mm-mobile-menu-open .mm-site-header__toggle {
    color: #111;
}

@media (max-width: 1024px) {
    body .mm-site-header__inner {
        width: min(100% - var(--mm-shell-gutter), var(--mm-shell-width));
        padding-left: 0;
        padding-right: 0;
        min-height: 72px;
        grid-template-columns: auto 1fr auto;
    }

    body .mm-site-header__nav {
        display: none;
    }

    body .mm-site-header__left {
        align-items: center;
        justify-content: flex-start;
    }

    body .mm-site-header__cart-slot--mobile {
        display: inline-flex;
    }

    body .mm-site-header__cart-slot--desktop {
        display: none;
    }

    body .mm-site-header__center {
        justify-content: center;
    }

    body .mm-site-header__toggle,
    body .mm-site-header__mobile-panel {
        display: flex;
    }

    body .mm-site-header__mobile-panel {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    body .mm-site-header__brand-image {
        max-width: 200px;
        max-height: 22px;
    }

}

@media (max-width: 767px) {
    body .mm-site-header__inner {
        width: min(100% - var(--mm-shell-gutter), var(--mm-shell-width));
        padding-left: 0;
        padding-right: 0;
        min-height: 68px;
        grid-template-columns: auto 1fr auto;
    }

    body .mm-site-header__brand-image {
        max-width: 172px;
        max-height: 20px;
    }

    body .mm-site-header__mobile-panel {
        --mm-mobile-menu-font-size: 17px;
        --mm-mobile-submenu-font-size: 12px;
        padding: 88px 12px 28px;
    }

    body .mm-site-header__mobile-product-card {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0;
    }

    body .mm-site-header__mobile-product-media {
        width: 100%;
    }

    body .mm-site-header__mobile-product-name {
        font-size: 10px;
    }

    body .mm-site-header__mobile-product-price {
        font-size: 10px;
    }
}
