@font-face {
    font-family: "Involve";
    src: url("../fonts/Involve-Regular.woff2") format("woff2"),
         url("../fonts/Involve-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Involve", sans-serif;
}

.common-home .rh-header {
    z-index: 2147483640 !important;
}

.rh-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    color: #C9C9CA;
    font-family: "Involve", sans-serif;
    z-index: 1000000;
    transition: box-shadow 0.24s ease, background 0.24s ease, backdrop-filter 0.24s ease, -webkit-backdrop-filter 0.24s ease;
}

.common-home .rh-header,
.common-home .rh-top,
.common-home .rh-nav,
.common-home .rh-mobile-top {
    background: transparent;
}

.common-home .rh-header.rh-header--menu-active {
    background: rgba(28, 28, 28, 0.92);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.color2 header:after, .open header:after, header.color:after {
    background: transparent;
}
.rh-header a,
.rh-header button,
.rh-header .panel-url,
.rh-header .aname {
    color: #C9C9CA;
}

.rh-header a:hover,
.rh-header button:hover,
.rh-header .panel-url:hover,
.rh-header .aname:hover {
    color: #FFFFFF;
}

.rh-top {
    width: 100%;
    position: relative;
    background: transparent;
}

.rh-top:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.rh-top > .container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: min-height 0.24s ease, padding 0.24s ease;
}

.rh-top-left,
.rh-top-center,
.rh-top-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.rh-top-center {
    position: absolute;
    left: 50%;
    width: auto;
    justify-content: center;
    transform: translateX(-50%);
}

.rh-top-right {
    margin-left: auto;
    margin-top: 0;
    justify-content: flex-end;
}

.rh-top .logo-block {
    height: auto;
    overflow: visible;
}
.rh-top #logo {
    width: 200px;
    transition: width 0.24s ease;
}

.rh-phone,
.rh-icon-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rh-phone {
    font-size: 18px;
    font-weight: 500;
}

.rh-location {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline !important;
}

.rh-top-right {
    align-items: center;
}

.rh-top-right .rh-icon-button {
    position: relative;
    justify-content: center;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.rh-top-right .rh-icon-button:hover {
    background: rgba(255, 255, 255, 0.08);
}

.rh-top-right .panel-url .rh-icon {
    position: relative;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
}

.rh-top-right .panel-url .rh-icon > svg {
    display: block;
    transition: opacity 0.22s ease, transform 0.28s cubic-bezier(.2,.7,.2,1);
    transform-origin: 50% 50%;
}

.rh-top-right .panel-url .rh-icon:before,
.rh-top-right .panel-url .rh-icon:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 14px;
    width: 24px;
    height: 1.2px;
    border-radius: 999px;
    background: #FFFFFF;
    opacity: 0;
    transform: rotate(0deg) scaleX(0.35);
    transform-origin: 50% 50%;
    transition: opacity 0.18s ease, transform 0.28s cubic-bezier(.2,.7,.2,1);
}

.rh-top-right .panel-url.iclose .rh-icon > svg {
    opacity: 0;
    transform: rotate(-90deg) scale(0.7);
}

.rh-top-right .panel-url.iclose .rh-icon:before {
    opacity: 1;
    transform: rotate(46.55deg) scaleX(1);
}

.rh-top-right .panel-url.iclose .rh-icon:after {
    opacity: 1;
    transform: rotate(-46.55deg) scaleX(1);
}

.rh-top-right .panel-url .total {
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.rh-top-right .panel-url.iclose .total {
    opacity: 0;
    transform: scale(0.65);
}

.rh-top-right .rh-icon-button .total {
    position: absolute;
    top: 2px;
    right: 2px;
    display: none;
    min-width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 8px;
    background: #E72E31;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 16px;
}

.rh-top-right .rh-icon-button .total.red {
    display: inline-flex;
}

.rh-icon {
    display: inline-flex;
}

.rh-header svg path {
    fill: currentColor;
}

.rh-nav {
    width: 100%;
    max-height: 120px;
    overflow: visible;
    background: #fff;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: max-height 0.28s cubic-bezier(.2,.7,.2,1), opacity 0.22s ease, transform 0.24s ease, visibility 0.22s ease, border-bottom-width 0.24s ease;
}

.rh-nav > .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rh-nav .header-phone,
.rh-nav .header-mobile-phone {
    display: none;
}

.rh-mobile-top {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.rh-mobile-top > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rh-mobile-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 8px;
    padding: 8px 12px;
    background: #fff;
    border-top: 1px solid #eee;
}

.rh-header--compact .rh-nav {
    max-height: 0;
    border-bottom-width: 0;
    opacity: 0;
    transform: translate3d(0, -8px, 0);
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
}

.rh-header--compact.rh-header--nav-open .rh-nav,
.rh-header--compact:focus-within .rh-nav {
    max-height: 120px;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    overflow: visible;
}

.rh-header.rh-header--panel-nav-hidden .rh-nav,
.rh-header.rh-header--panel-nav-hidden.rh-header--compact.rh-header--nav-open .rh-nav,
.rh-header.rh-header--panel-nav-hidden.rh-header--compact:focus-within .rh-nav {
    max-height: 0;
    opacity: 0;
    transform: translate3d(0, -22px, 0);
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
}

#cart-panel.spanel,
#search-panel.spanel,
#login-panel.spanel,
#call-panel.spanel,
#minprice-panel.spanel {
    top: var(--rh-panel-top, var(--rh-overlay-top, 83px)) !important;
}

@media (max-width: 1200px) {
    html.rh-mobile-catalog-scroll-lock,
    body.rh-mobile-catalog-scroll-lock {
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    .f-share,
    .f-share.open {
        right: 14px;
        bottom: calc(104px + env(safe-area-inset-bottom));
    }
}

.rh-header.rh-header--panel-open,
.rh-header.rh-header--panel-open .rh-top,
.rh-header.rh-header--panel-open .rh-nav,
.common-home .rh-header.rh-header--panel-open,
.common-home .rh-header.rh-header--panel-open .rh-top,
.common-home .rh-header.rh-header--panel-open .rh-nav {
    background: rgba(28, 28, 28, 0.94);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.rh-header.rh-header--panel-open {
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.rh-header.rh-header--panel-open .rh-nav {
    max-height: 120px;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    overflow: visible;
}

.rh-menu-overlay {
    position: fixed;
    top: var(--rh-overlay-top, var(--rh-header-height, 112px));
    left: 0;
    width: 100%;
    height: calc(100vh - var(--rh-overlay-top, var(--rh-header-height, 112px)));
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.28));
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.rh-menu-overlay.rh-menu-overlay-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
.rh-header .dropdown-menu {
    border-top: none;
}
@media (max-width: 1300px) {
    #logo .img-responsive {
        width: 170px;
        height: auto;
        object-fit: contain;
    }
}

@media (max-width: 1200px) {
    .rh-header {
        background: rgba(28, 28, 28, 0.82);
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border-bottom: none;
        z-index: 1000003;
    }

    .rh-header.rh-header--panel-open,
    .common-home .rh-header.rh-header--panel-open {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .rh-top {
        display: none;
    }

    .rh-nav {
        display: block;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        background: #1C1C1C;
        opacity: 0;
        transform: translate3d(0, -8px, 0);
        visibility: hidden;
        pointer-events: none;
    }

    .rh-header.rh-header--panel-open .rh-nav {
        max-height: 58px;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .rh-header.rh-header--panel-open .rh-nav > .container {
        display: block;
        width: 100%;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .rh-header.rh-header--panel-open .rh-nav > .container::-webkit-scrollbar {
        display: none;
    }

    .rh-header.rh-header--panel-open .rh-nav .anim-border,
    .rh-header.rh-header--panel-open .rh-nav #menu .dropdown-menu,
    .rh-header.rh-header--panel-open .rh-nav #menu .dropdown-block,
    .rh-header.rh-header--panel-open .rh-nav .flexMenu-popup,
    .rh-header.rh-header--panel-open .rh-nav #menu .back,
    .rh-header.rh-header--panel-open .rh-nav #menu .next {
        display: none !important;
    }

    .rh-header.rh-header--panel-open .rh-nav #menu.spanel,
    .rh-header.rh-header--panel-open .rh-nav #menu {
        display: block !important;
        position: static !important;
        inset: auto !important;
        width: 100%;
        max-height: none;
        padding: 0;
        background: transparent;
        transform: none;
        visibility: visible;
        overflow: visible;
    }

    .rh-header.rh-header--panel-open .rh-nav #menu > .container.no-cont,
    .rh-header.rh-header--panel-open .rh-nav #menu .menu {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .rh-header.rh-header--panel-open .rh-nav #menu .nav {
        display: flex;
        width: max-content;
        min-width: 100%;
        margin: 0;
        padding: 0 14px;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .rh-header.rh-header--panel-open .rh-nav #menu .nav:before,
    .rh-header.rh-header--panel-open .rh-nav #menu .nav:after {
        display: none;
    }

    .rh-header.rh-header--panel-open .rh-nav #menu .nav > li {
        display: flex;
        width: auto;
        flex: 0 0 auto;
    }

    .rh-header.rh-header--panel-open .rh-nav #menu .nav > li > a {
        display: block;
        padding: 17px 12px;
        color: #C9C9CA;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }

    .rh-top.visible-lg,
    .rh-top,
    .rh-nav,
    .rh-header.rh-header--panel-open .rh-nav {
        display: none !important;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .rh-mobile-top.hidden-lg,
    .rh-mobile-top {
        display: block !important;
    }

    .rh-mobile-bottom.hidden-lg,
    .rh-mobile-bottom {
        display: flex !important;
        position: fixed !important;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .rh-mobile-top {
        background: rgba(28, 28, 28, 0.82);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
        visibility: visible;
    }

    .rh-header.rh-hidden-top .rh-mobile-top {
        opacity: 0;
        transform: translateY(-100%);
        visibility: hidden;
        pointer-events: none;
    }

    .rh-header.rh-hidden-top:not(.rh-header--panel-open),
    .common-home .rh-header.rh-hidden-top:not(.rh-header--panel-open) {
        background: transparent !important;
        box-shadow: none;
    }

    .rh-mobile-top > .container {
        position: relative;
        min-height: 64px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .rh-mobile-phone,
    .rh-mobile-search,
    .rh-mobile-nav-link {
        color: #C9C9CA;
    }

    .rh-mobile-phone,
    .rh-mobile-search {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        padding: 8px;
        border-radius: 8px;
    }

    .rh-mobile-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .rh-mobile-search {
        margin-left: auto;
    }

    .rh-mobile-logo img {
        display: block;
        max-width: 150px;
        height: auto;
    }

    .rh-mobile-top .rh-icon svg {
        width: 24px;
        height: 24px;
    }

    .rh-mobile-bottom {
        z-index: 1000004;
        justify-content: center;
        gap: 20px;
        padding: 20px 20px calc(20px + env(safe-area-inset-bottom));
        background: rgba(28, 28, 28, 0.80);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border-radius: 24px 24px 0 0;
        border-top: none;
    }

    #cart-panel.spanel,
    #search-panel.spanel,
    #login-panel.spanel,
    #call-panel.spanel,
    #minprice-panel.spanel {
        z-index: 1000001;
        padding-bottom: calc(96px + env(safe-area-inset-bottom));
    }

    .rh-mobile-nav-link {
        position: relative;
        display: inline-flex;
        flex: 0 1 97px;
        min-width: 0;
        width: 97px;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        padding: 9px;
        border: 0;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.40);
        color: #C9C9CA;
        text-align: center;
        font-family: 'Involve', sans-serif;
        font-size: 9px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .rh-mobile-nav-link.rh-mobile-nav-active {
        background: rgba(0, 0, 0, 0.90);
        color: #FFFFFF;
    }

    .rh-mobile-nav-link .rh-icon svg {
        width: 19px;
        height: 19px;
    }

    .rh-mobile-search.panel-url .rh-icon,
    .rh-mobile-nav-link.panel-url .rh-icon {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .rh-mobile-search.panel-url .rh-icon {
        width: 24px;
        height: 24px;
        --rh-mobile-close-line: 22px;
    }

    .rh-mobile-nav-link.panel-url .rh-icon {
        width: 19px;
        height: 19px;
        --rh-mobile-close-line: 19px;
    }

    .rh-mobile-search.panel-url .rh-icon > svg,
    .rh-mobile-nav-link.panel-url .rh-icon > svg {
        display: block;
        transition: opacity 0.22s ease, transform 0.28s cubic-bezier(.2,.7,.2,1);
        transform-origin: 50% 50%;
    }

    .rh-mobile-search.panel-url .rh-icon:before,
    .rh-mobile-search.panel-url .rh-icon:after,
    .rh-mobile-nav-link.panel-url .rh-icon:before,
    .rh-mobile-nav-link.panel-url .rh-icon:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: var(--rh-mobile-close-line);
        height: 1.2px;
        border-radius: 999px;
        background: #FFFFFF;
        opacity: 0;
        transform: translate(-50%, -50%) rotate(0deg) scaleX(0.35);
        transform-origin: 50% 50%;
        transition: opacity 0.18s ease, transform 0.28s cubic-bezier(.2,.7,.2,1);
    }

    .rh-mobile-search.panel-url.iclose .rh-icon > svg,
    .rh-mobile-nav-link.panel-url.iclose .rh-icon > svg {
        opacity: 0;
        transform: rotate(-90deg) scale(0.7);
    }

    .rh-mobile-search.panel-url.iclose .rh-icon:before,
    .rh-mobile-nav-link.panel-url.iclose .rh-icon:before {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(46.55deg) scaleX(1);
    }

    .rh-mobile-search.panel-url.iclose .rh-icon:after,
    .rh-mobile-nav-link.panel-url.iclose .rh-icon:after {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(-46.55deg) scaleX(1);
    }

    .rh-mobile-nav-link.panel-url .total {
        transition: opacity 0.18s ease, transform 0.18s ease;
    }

    .rh-mobile-nav-link.panel-url.iclose .total {
        opacity: 0;
        transform: translateX(18px) scale(0.65);
    }

    .rh-mobile-nav-link .total {
        position: absolute;
        top: 2px;
        right: 50%;
        display: none;
        min-width: 16px;
        height: 16px;
        justify-content: center;
        align-items: center;
        padding: 0 4px;
        border-radius: 8px;
        background: #E72E31;
        color: #FFFFFF;
        font-size: 10px;
        line-height: 16px;
        transform: translateX(18px);
    }

    .rh-mobile-nav-link .total.red {
        display: inline-flex;
    }

    .rh-burger {
        position: relative;
        display: inline-flex;
        width: 19px;
        height: 19px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
    }

    .rh-burger span {
        display: block;
        width: 19px;
        height: 2px;
        border-radius: 2px;
        background: currentColor;
        transition: opacity 0.2s ease, transform 0.2s ease, width 0.2s ease;
    }

    .rh-mobile-catalog-toggle.rh-catalog-open .rh-burger span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .rh-mobile-catalog-toggle.rh-catalog-open .rh-burger span:nth-child(2) {
        opacity: 0;
        width: 0;
        transform: scaleX(0);
    }

    .rh-mobile-catalog-toggle.rh-catalog-open .rh-burger span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .rh-mobile-catalog-panel {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100000;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding: 35px 20px 130px;
        overflow: auto;
        background: #232323;
        opacity: 0;
        transform: translateY(12px);
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .rh-mobile-catalog-panel.rh-catalog-open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
    }

    .rh-mobile-catalog-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
        max-width: 530px;
        margin: 0 auto;
    }

    .rh-mobile-category-card {
        display: flex;
        min-width: 0;
        flex-direction: column;
        overflow: hidden;
        border-radius: 16px;
        color: #FFF;
        background: #1C1C1C;
    }

    .rh-mobile-category-card img {
        display: block;
        width: 100%;
        aspect-ratio: 650 / 242;
        object-fit: cover;
        border-radius: 16px;
    }

    .rh-mobile-category-name {
        padding: 30px 10px;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }

    .rh-mobile-catalog-divider {
        height: 1px;
        width: 100%;
        margin: 30px 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%);
    }

    .rh-mobile-catalog-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}

@media (min-width: 1201px) and (max-width: 1299px) {
    .color2 header {
        top: 0;
    }
    .rh-nav .no-cont {
        width: auto;
        padding: 0;
    }

    .rh-nav #menu .no-cont {
        display: flex;
    }

    .rh-nav .menu {
        height: 82px;
    }

    .rh-nav #menu {
        display: block;
    }

    .rh-nav #menu.spanel {
        position: static !important;
        background: transparent;
        visibility: visible;
        transform: initial;
    }

    .rh-nav .dropdown-block {
        display: none !important;
        right: 0 !important;
        padding: 20px 0;
    }

    .rh-nav .flexMenu-popup {
        display: none;
        top: 100%;
    }

    .rh-nav #menu .dropdown:hover > .dropdown-menu {
        display: block !important;
    }

    .rh-nav .dropdown-block .dropdown .dropdown-menu {
        display: block !important;
        position: static;
        float: none;
    }

    .rh-nav #menu .flexMenu-popup .first-li .dropdown-menu {
        display: none !important;
    }

    .rh-nav #menu .back,
    .rh-nav #menu .next {
        display: none;
    }

    .rh-nav #menu .w20,
    .rh-nav .flexMenu-popup .first-li {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1201px) {
    .rh-header,
    .rh-top,
    .rh-nav {
        background: #1C1C1C;
    }
    .rh-header,
    .rh-top {
        transition: box-shadow 0.24s ease, background 0.24s ease, backdrop-filter 0.24s ease, -webkit-backdrop-filter 0.24s ease;
    }
    .rh-top,
    .rh-nav {
        padding: 0 20px;
    }

    .rh-header--compact {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
        overflow: visible;
    }

    .rh-header--compact,
    .rh-header--compact .rh-top {
        background: rgba(28, 28, 28, 0.70);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
    }

    .rh-header--compact.rh-header--nav-open,
    .rh-header--compact.rh-header--nav-open .rh-top,
    .rh-header--compact.rh-header--nav-open .rh-nav {
        background: rgba(28, 28, 28, 0.92);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
    }

    .rh-header--compact .rh-top > .container {
        min-height: 62px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .rh-header--compact .rh-top:after {
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .rh-header--compact.rh-header--nav-open .rh-top:after {
        opacity: 1;
    }

    .rh-header--compact .rh-top #logo {
        width: 160px;
    }

    .rh-header--compact .rh-location,
    .rh-header--compact .rh-top-right .rh-icon-button b {
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        white-space: nowrap;
        transition: max-width 0.2s ease, opacity 0.18s ease;
    }

    .rh-header--compact.rh-header--nav-open .rh-location,
    .rh-header--compact.rh-header--nav-open .rh-top-right .rh-icon-button b,
    .rh-header--compact:focus-within .rh-location,
    .rh-header--compact:focus-within .rh-top-right .rh-icon-button b {
        max-width: 180px;
        opacity: 1;
    }

    .rh-header--compact .rh-top-right {
        gap: 8px;
    }

    .rh-header--compact .rh-top-right .rh-icon-button {
        min-height: 42px;
        padding: 8px 10px;
    }

    .rh-header--compact .rh-nav {
        overflow: visible;
    }

    .rh-header--compact.rh-header--nav-open .rh-nav {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
    }

    .rh-nav .anim-border {
        display: none;
    }

    .rh-nav .menu-block,
    .rh-nav #menu {
        width: 100%;
        padding: 0;
    }

    .rh-nav #menu > .container.no-cont,
    .rh-nav #menu .menu {
        width: 100%;
    }

    .rh-nav #menu .nav {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        width: 100%;
        align-items: center;
    }

    .rh-nav #menu .nav:before,
    .rh-nav #menu .nav:after {
        display: none;
    }

    .rh-nav #menu .nav > li {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .rh-nav #menu .nav > li > a {
        display: flex;
        position: relative;
        justify-content: center;
        width: 100%;
        color: #C9C9CA;
        font-family: "Involve", sans-serif;
        font-size: 18px;
        font-weight: 500;
        padding: 30px 18px;
    }

    .rh-nav #menu .nav > li > a:hover,
    .rh-nav #menu .nav > li.rh-dropdown-active > a {
        color: #FFFFFF;
    }

    .rh-nav #menu .nav > li > a:hover:after,
    .rh-nav #menu .nav > li.rh-dropdown-active > a:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 16px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #E72E31;
        transform: translateX(-50%);
    }

    .rh-nav #menu .dropdown-menu,
    .rh-nav #menu .dropdown-block,
    .rh-nav #menu .dropdown-block > .container,
    .rh-nav #menu .dropdown-block .dropdown-inner {
        background: #1C1C1C;
    }

    .rh-nav #menu .dropdown-menu {
        padding: 0 20px;
    }
    .rh-nav #menu .dropdown-block > .container {
        display: flex;
        justify-content: flex-start;
        padding: 40px;
    }

    .rh-nav #menu .rh-subcategory-list {
        width: 700px;
        max-width: 100%;
        overflow: visible;
    }

    .rh-nav #menu .rh-subcategory-list--two {
        column-count: 2;
        column-gap: 50px;
    }

    .rh-nav #menu .rh-subcategory-list .w20 {
        display: block;
        float: none;
        width: auto;
        break-inside: avoid;
    }

    .rh-nav #menu .rh-subcategory-list li {
        display: block;
        break-inside: avoid;
        padding: 8px 0;
    }

    .rh-nav #menu .rh-subcategory-list .title {
        display: inline-block;
        position: relative;
        min-width: 0;
        font-weight: 500;
        color: #C9C9CA;
        font-size: 18px;
    }

    .rh-nav #menu .rh-subcategory-list .title:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -4px;
        height: 2px;
        background: #E72E31;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left center;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .rh-nav #menu .rh-subcategory-list .title:hover {
        color: #FFFFFF !important;
    }

    .rh-nav #menu .rh-subcategory-list .title:hover:after {
        opacity: 1;
        transform: scaleX(1);
    }

    .rh-nav #menu .rh-subcategory-list .title img {
        display: none;
    }

    .rh-nav #menu .rh-category-image {
        width: 650px;
        max-width: 50%;
        margin-left: auto;
    }

    .rh-nav #menu .rh-category-image-frame {
        width: 100%;
        aspect-ratio: 650 / 242;
        border-radius: 24px;
        overflow: hidden;
    }

    .rh-nav #menu .rh-category-image img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 24px;
        object-fit: cover;
    }
}
@media (max-width: 569px) {
    .rh-mobile-top > .container {
        min-height: 44px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .rh-mobile-logo img {
        max-width: 120px;
    }
    .rh-mobile-phone, .rh-mobile-search {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        padding: 5px;
        border-radius: 4px;
    }
    .rh-mobile-bottom {
        gap: 5px;
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
        border-radius: 16px 16px 0 0;
    }
    .rh-mobile-nav-link {
        flex: 0 1 97px;
        min-width: 50px;
        width: 100%;
        max-width: 100%;
        min-height: 45px;
        padding: 7px 4px;
    }
    .rh-mobile-catalog-panel {
        top: 44px;
        padding: 35px 15px 100px;
    }
    .rh-mobile-catalog-divider {
        margin: 25px 0;
    }
    .rh-mobile-catalog-grid {
        gap: 10px;
    }
    .rh-mobile-category-card {
        border-radius: 8px;
    }
    .rh-mobile-category-card img {
        aspect-ratio: 650 / 300;
        border-radius: 8px;
    }
    .rh-mobile-category-name {
        padding: 20px 10px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .common-home .rh-mobile-top {
        background: #0C0C0C;
    }

    .common-home .rh-header.rh-hidden-top:not(.rh-header--panel-open) {
        background: transparent !important;
    }
}

/* Header panels: cart, fast order, auth, search */
#cart-panel.spanel,
#search-panel.spanel,
#login-panel.spanel,
#call-panel.spanel,
#minprice-panel.spanel {
    background: #FFFFFF;
    color: #171717;
    font-family: "Involve", "Roboto", sans-serif;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

#cart-panel .container,
#search-panel .container,
#login-panel .container,
#call-panel .container,
#minprice-panel .container {
    height: auto;
}

.mew-cart {
    padding-top: 30px;
    padding-bottom: 72px;
}

.mew-cart-list {
    margin: 0;
}

.mew-cart-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid #C8CBD4;
}

.mew-cart-title-row h2,
.mew-form-panel h2 {
    margin: 0;
    color: #111111;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0;
}

.mew-cart-weight {
    color: #4A4A4A;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

.mew-cart-table-head,
.mew-cart-row {
    display: grid;
    grid-template-columns: 48px minmax(320px, 1fr) minmax(150px, 0.36fr) minmax(160px, 0.28fr) minmax(170px, 0.34fr);
    align-items: center;
    gap: 0;
}

.mew-cart-table-head {
    padding: 32px 0 18px;
    color: #171717;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

#cart .mew-cart-row {
    width: 100%;
    min-height: 112px;
    margin: 0;
    padding: 18px 0;
    border-top: 1px dashed #C8CBD4;
    border-bottom: 0;
    transform: none;
    transition: none;
}

#cart .mew-cart-row:first-of-type {
    border-top: 1px dashed #C8CBD4;
}

.mew-cart-number,
.mew-cart-price {
    color: #9A9EAA;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}

.mew-cart-number {
    align-self: start;
    padding-top: 6px;
    color: #242424;
}

.mew-cart-product {
    display: flex;
    align-items: center;
    min-width: 0;
}

#cart .mew-cart-image,
#cart .mew-cart-image img {
    width: 100px;
}

.mew-cart-image {
    flex: 0 0 100px;
    position: relative;
    text-align: center;
}

.mew-cart-image img {
    display: block;
    height: 100px;
    max-height: 100px;
    object-fit: contain;
    filter: brightness(0.99);
}

.mew-cart-info {
    min-width: 0;
    padding-left: 20px;
}

.mew-cart-name {
    display: inline-block;
    max-width: 100%;
    color: #171717;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}

.mew-cart-name:hover {
    color: #D8171F;
}

.mew-cart-options {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    color: #777B86;
}

.mew-cart-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.mew-icon-btn {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    color: #5A5E68;
    background: #EFF0F5;
    font-size: 19px;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
}

.mew-icon-btn:hover {
    color: #111111;
    background: #E3E5EC;
}

.mew-icon-btn svg {
    display: block;
    width: 20px;
    height: 20px;
}

.mew-cart-qty {
    display: inline-grid;
    grid-template-columns: 22px 54px 22px;
    align-items: center;
    justify-content: start;
    gap: 8px;
    padding: 0;
}

#cart .mew-cart-qty button {
    width: 22px;
    height: 44px;
    padding: 0;
    border: 0;
    color: #050505;
    background: transparent;
    font-size: 20px;
    line-height: 44px;
}

#cart .mew-cart-qty .input-quantity {
    float: none;
    width: 54px;
    height: 52px;
    border: 1px solid #E1E3EA;
    border-radius: 14px;
    background: #EFF0F5;
    color: #171717;
    font-size: 18px;
    font-weight: 600;
}

.mew-cart-total {
    color: #171717;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    text-align: right;
}

.mew-cart-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 48px;
    align-items: start;
    margin-top: 26px;
    padding-top: 32px;
    border-top: 1px solid #C8CBD4;
}

.mew-cart-coupon {
    display: flex;
    align-items: center;
    gap: 24px;
}

.mew-cart-coupon label {
    margin: 0;
    white-space: nowrap;
    color: #171717;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.mew-coupon-field {
    display: flex;
    width: min(430px, 100%);
    height: 44px;
    overflow: hidden;
    border-radius: 16px;
    background: #EFF0F5;
}

.mew-coupon-field input.form-control {
    height: 44px;
    min-width: 0;
    border: 0;
    border-radius: 16px 0 0 16px;
    background: #EFF0F5;
    color: #171717;
    box-shadow: none;
    font-size: 16px;
}

.mew-coupon-field input.form-control::placeholder,
.mew-form-card .form-control::placeholder,
.mew-search-field input::placeholder {
    color: #B5B8C3;
}

.mew-coupon-field #button-coupon,
.mew-coupon-field #del-coupon {
    height: 44px;
    border: 0;
    border-radius: 16px;
    background: #050505;
    color: #FFFFFF;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 500;
}

.mew-coupon-field #del-coupon {
    flex: 0 0 44px;
    padding: 0;
}

.mew-total-block {
    float: none;
    width: 100%;
    margin: 0;
    color: #171717;
    font-size: 20px;
    line-height: 1.35;
}

.mew-total-block td {
    padding: 2px 0;
    border: 0;
}

.mew-total-block td:first-child {
    font-weight: 700;
}

.mew-total-block td:last-child {
    text-align: right;
    white-space: nowrap;
}

#cart .mew-total-block strong {
    padding-left: 0;
    font-weight: 500;
}

.mew-cart-buttons {
    display: grid;
    grid-template-columns: minmax(240px, 420px) minmax(240px, 420px);
    justify-content: center;
    gap: 22px;
    margin-top: 34px;
}

.mew-btn,
#cart .mew-btn,
.mew-form-card .mew-btn {
    display: inline-flex;
    width: 100%;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    padding: 16px 28px;
    color: #FFFFFF !important;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin: 0;
}

.mew-btn-red {
    background: #D8171F;
}

.mew-btn-red:hover {
    background: #C9121A;
}

.mew-btn-black {
    background: #050505;
}

.mew-btn-black:hover {
    background: #202020;
}

.mew-fast-form {
    display: none;
    visibility: visible;
    margin: 0;
}

.mew-fast-form.iopen {
    display: block;
    visibility: visible;
}

.mew-form-panel {
    width: min(100%, 530px);
    margin: 0 auto;
    padding: 64px 0 74px;
    text-align: center;
}

.mew-form-panel h2 {
    padding-bottom: 36px;
    border-bottom: 1px solid #C8CBD4;
}

.mew-panel-back,
#login-panel .close-panel,
#call-panel .close-panel,
#minprice-panel .close-panel {
    display: inline-block;
    position: static;
    width: auto;
    margin: 0 0 36px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    color: #4A4A4A;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 500;
    text-align: center;
    transform: none;
    cursor: pointer;
}

.mew-form-card {
    padding-top: 34px;
    text-align: left;
}

.mew-form-card label {
    display: block;
    margin: 0 0 10px;
    color: #171717;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.mew-form-card label span {
    color: #D8171F;
}

.mew-form-card .form-group {
    margin-bottom: 28px;
}

.mew-form-card .form-control {
    width: 100%;
    height: 62px;
    border: 1px solid #E1E3EA;
    border-radius: 16px;
    background: #EFF0F5;
    color: #171717;
    box-shadow: none;
    font-size: 18px;
    line-height: 62px;
    padding: 0 58px 0 20px;
}

.mew-input-icon {
    position: relative;
}

.mew-input-icon:after {
    display: none;
}

.mew-field-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.mew-field-icon svg {
    display: block;
    width: 25px;
    height: 25px;
}

.mew-fast-totals {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #C8CBD4;
    font-size: 19px;
}

.mew-captcha {
    padding-top: 24px;
    border-top: 1px dashed #C8CBD4;
}

.mew-agree {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    color: #2B2B2B;
    font-size: 14px;
    line-height: 1.2;
}

.mew-agree input {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin: 0;
    accent-color: #D8171F;
}

.mew-agree label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.mew-auth-panel {
    padding-bottom: 80px;
}

.mew-call-panel,
.mew-minprice-panel {
    padding-bottom: 80px;
}

#call-panel .mew-agree,
#minprice-panel .mew-agree {
    margin-top: 18px;
}

#call-panel .mew-captcha fieldset,
#minprice-panel .mew-captcha fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#call-panel .mew-captcha legend,
#minprice-panel .mew-captcha legend {
    display: none;
}

#call-panel .form-captcha,
#minprice-panel .form-captcha {
    display: block;
    margin: 0;
}

#call-panel .form-captcha .control-label,
#call-panel .form-captcha .col-sm-10,
#minprice-panel .form-captcha .control-label,
#minprice-panel .form-captcha .col-sm-10 {
    float: none;
    width: 100%;
    padding: 0 !important;
}

#call-panel .form-captcha .control-label,
#minprice-panel .form-captcha .control-label {
    margin: 0 0 10px;
}

#call-panel .form-captcha .col-sm-10,
#minprice-panel .form-captcha .col-sm-10 {
    display: flex;
    align-items: center;
    gap: 12px;
}

#call-panel #input-captcha,
#minprice-panel #input-captcha {
    width: 100%;
    min-width: 0;
    padding: 0 20px;
}

#call-panel .form-captcha img,
#minprice-panel .form-captcha img {
    flex: 0 0 auto;
    width: 170px !important;
    max-width: 42%;
    border-radius: 14px;
}

#call-panel .mew-call-success,
#call-panel #agree-block,
#minprice-panel .mew-minprice-success,
#minprice-panel #agree-block {
    width: min(100%, 530px);
    margin: 64px auto 80px;
    color: #171717;
    font-family: "Involve", "Roboto", sans-serif;
}

.mew-auth-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 4px 0 30px;
}

.mew-auth-links button,
.mew-auth-links a {
    padding: 0;
    border: 0;
    background: transparent;
    color: #171717;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

.mew-auth-links a:hover,
.mew-auth-links button:hover {
    color: #D8171F;
}

.mew-account-panel {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.mew-account-user {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: #171717;
    font-size: 24px;
    font-weight: 700;
}

.mew-account-links {
    width: min(100%, 360px);
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
}

.mew-search-panel {
    padding-top: 60px;
    padding-bottom: 56px;
}

.mew-search-box p {
    margin: 0 0 20px;
    color: #171717;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.mew-search-field {
    position: relative;
}

.mew-search-field input.form-control {
    width: 100%;
    height: 62px;
    border: 1px solid #E1E3EA;
    border-radius: 16px;
    background: #EFF0F5;
    color: #171717;
    box-shadow: none;
    font-size: 22px;
    line-height: 62px;
    padding: 0 76px 0 20px;
}

.mew-search-submit {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
}

.mew-search-submit svg {
    display: block;
    width: 40px;
    height: 40px;
}

.mew-search-field .dropdown-menu {
    width: 100%;
    margin: 18px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mew-search-suggestion a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 3px 0;
    color: #171717;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.mew-search-suggestion img {
    width: 40px;
    height: 28px;
    margin-right: 14px;
    object-fit: contain;
}

.mew-search-suggestion b {
    font-weight: 700;
}

@media (max-width: 1199px) {
    .mew-cart {
        padding-top: 28px;
        padding-bottom: 120px;
    }

    .mew-cart-title-row h2,
    .mew-form-panel h2 {
        font-size: 32px;
    }

    .mew-cart-table-head,
    .mew-cart-row {
        grid-template-columns: 42px minmax(255px, 1fr) minmax(115px, 0.32fr) minmax(122px, 0.26fr) minmax(132px, 0.32fr);
    }

    .mew-cart-table-head {
        font-size: 19px;
    }

    .mew-cart-name,
    .mew-cart-price,
    .mew-cart-total {
        font-size: 16px;
    }

    #cart .mew-cart-image,
    #cart .mew-cart-image img {
        width: 100px;
    }

    .mew-cart-image {
        flex-basis: 100px;
    }

    .mew-cart-info {
        padding-left: 14px;
    }

    .mew-cart-summary {
        gap: 28px;
    }

    .mew-cart-coupon {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .mew-cart-buttons {
        grid-template-columns: 1fr 1fr;
    }

    .mew-btn,
    #cart .mew-btn,
    .mew-form-card .mew-btn {
        min-height: 58px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .mew-cart {
        padding-top: 24px;
        padding-bottom: 116px;
    }

    .mew-cart-title-row {
        padding-bottom: 22px;
    }

    .mew-cart-title-row h2 {
        font-size: 30px;
    }

    .mew-cart-weight {
        font-size: 24px;
    }

    .mew-cart-table-head {
        grid-template-columns: 42px minmax(0, 1fr) 92px 100px 110px;
        padding: 26px 0 14px;
        font-size: 18px;
    }

    #cart .mew-cart-row {
        grid-template-columns: 42px minmax(0, 1fr) 92px 100px 110px;
        min-height: 112px;
        padding: 18px 0;
    }

    .mew-icon-btn {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .mew-cart-summary {
        grid-template-columns: 1fr 265px;
        gap: 18px;
    }

    .mew-cart-coupon label {
        font-size: 22px;
    }

    .mew-total-block {
        font-size: 22px;
    }

    .mew-search-panel {
        padding-top: 48px;
    }
}

@media (max-width: 569px) {
    .mew-cart {
        width: min(100%, 320px);
        padding: 22px 14px 112px;
    }

    .mew-cart-title-row h2 {
        font-size: 18px;
    }

    .mew-cart-weight {
        font-size: 16px;
        white-space: nowrap;
    }

    .mew-cart-table-head {
        display: none;
    }

    #cart .mew-cart-row {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 12px;
        padding: 20px 0 26px;
        border-top: 0;
        border-bottom: 1px dashed #C8CBD4;
    }

    .mew-cart-number {
        grid-column: 1 / -1;
        padding: 0;
        font-size: 16px;
    }

    .mew-cart-product {
        display: block;
        grid-column: 1 / -1;
    }

    #cart .mew-cart-image,
    #cart .mew-cart-image img {
        width: 100px;
    }

    .mew-cart-image {
        display: flex;
        min-height: 100px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .mew-cart-image img {
        height: 100px;
        max-width: 100px;
        max-height: 100px;
    }

    .mew-cart-info {
        padding-left: 0;
    }

    .mew-cart-name {
        font-size: 13px;
        line-height: 1.25;
    }

    .mew-cart-actions {
        justify-content: center;
        margin-top: 12px;
    }

    .mew-icon-btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .mew-cart-price,
    .mew-cart-total {
        font-size: 14px;
    }

    .mew-cart-price {
        grid-column: 1;
        grid-row: 3;
        justify-self: start;
        align-self: center;
    }

    .mew-cart-qty {
        grid-column: 2;
        grid-row: 3;
        justify-self: center;
        grid-template-columns: 18px 42px 18px;
        gap: 7px;
    }

    #cart .mew-cart-qty button {
        width: 18px;
        height: 42px;
        line-height: 42px;
    }

    #cart .mew-cart-qty .input-quantity {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        font-size: 17px;
    }

    .mew-cart-total {
        grid-column: 3;
        grid-row: 3;
        justify-self: end;
        align-self: center;
    }

    .mew-cart-summary {
        display: block;
        margin-top: 0;
        padding-top: 20px;
        border-top: 1px solid #C8CBD4;
    }

    .mew-cart-coupon {
        display: block;
        margin-bottom: 24px;
    }

    .mew-cart-coupon label {
        display: block;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .mew-coupon-field {
        width: 100%;
        height: 38px;
        border-radius: 12px;
    }

    .mew-coupon-field input.form-control {
        height: 38px;
        border-radius: 12px 0 0 12px;
        font-size: 12px;
        padding-left: 12px;
    }

    .mew-coupon-field #button-coupon,
    .mew-coupon-field #del-coupon {
        height: 38px;
        border-radius: 12px;
        padding: 0 18px;
        font-size: 12px;
    }

    .mew-total-block {
        font-size: 20px;
    }

    .mew-cart-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 22px;
    }

    .mew-btn,
    #cart .mew-btn,
    .mew-form-card .mew-btn {
        min-height: 54px;
        border-radius: 12px;
        font-size: 22px;
        padding: 14px 18px;
    }

    .mew-form-panel {
        width: min(100%, 320px);
        padding: 60px 14px;
    }

    .mew-form-panel h2 {
        padding-bottom: 26px;
        font-size: 28px;
    }

    .mew-panel-back,
    #login-panel .close-panel,
    #call-panel .close-panel,
    #minprice-panel .close-panel {
        margin-bottom: 28px;
        font-size: 24px;
    }

    .mew-form-card .form-control {
        height: 56px;
        border-radius: 14px;
        font-size: 15px;
        line-height: 56px;
    }

    .mew-auth-links {
        display: block;
        margin-bottom: 26px;
    }

    .mew-auth-links button,
    .mew-auth-links a {
        display: block;
        margin-top: 14px;
        font-size: 16px;
    }

    .mew-fast-totals {
        font-size: 20px;
    }

    .mew-search-panel {
        padding: 46px 14px 40px;
    }

    .mew-search-box p {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .mew-search-field input.form-control {
        height: 54px;
        border-radius: 13px;
        font-size: 17px;
        line-height: 54px;
        padding-right: 62px;
    }

    .mew-search-submit {
        right: 14px;
        width: 36px;
        height: 36px;
    }

    .mew-search-submit svg {
        width: 36px;
        height: 36px;
    }

    .mew-search-suggestion a {
        min-height: 30px;
        font-size: 14px;
    }

    .mew-search-suggestion img {
        width: 40px;
        height: 28px;
        margin-right: 10px;
    }
}
