:root {
    --mh-ink: #24272a;
    --mh-muted: #70777d;
    --mh-red: #c8292d;
    --mh-orange: #e97816;
    --mh-line: #e3e6e8;
    --mh-soft: #f4f5f6;
    --mh-white: #fff;
}

body.mobile-home-redesign-page {
    background: #e7eaec;
    color: var(--mh-ink);
    letter-spacing: 0;
}

body.mobile-home-redesign-page * {
    box-sizing: border-box;
}

body.mobile-home-redesign-page .mainBody {
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: 70px;
    overflow: hidden;
    background: var(--mh-white);
    box-shadow: 0 0 0 1px #d5d9dc;
}

body.mobile-home-redesign-page #inder,
body.mobile-home-redesign-page > .mainBody > .menu-btn {
    display: none;
}

body.mobile-home-redesign-page .header {
    position: relative;
    width: 100%;
    height: 82px;
    padding: 8px 12px;
    border: 0;
    border-bottom: 1px solid var(--mh-line);
    background: var(--mh-white);
    box-shadow: none;
}

body.mobile-home-redesign-page .header .all-flag-blog {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 4px;
    overflow: hidden;
}

body.mobile-home-redesign-page .header .flag_blue,
body.mobile-home-redesign-page .header .flag_yellow {
    float: left;
    width: 50%;
    height: 4px;
}

body.mobile-home-redesign-page .header .logo {
    display: flex;
    align-items: center;
    float: none;
    width: 172px;
    height: 66px;
    margin: 4px 0 0;
}

body.mobile-home-redesign-page .header .logo .helper {
    display: none;
}

body.mobile-home-redesign-page .header .logo_head {
    display: block;
    width: 168px;
    height: 62px;
    object-fit: contain;
}

body.mobile-home-redesign-page .header > ul {
    position: absolute;
    top: 12px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 2px;
    width: auto;
    height: 58px;
    margin: 0;
}

body.mobile-home-redesign-page .header > ul > li {
    display: block;
    width: 47px;
    height: 48px;
    border: 0;
}

body.mobile-home-redesign-page .header > ul > li {
    display: none;
}

body.mobile-home-redesign-page .header > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    color: transparent;
    font-size: 0;
    text-decoration: none;
}

body.mobile-home-redesign-page .header > ul > li > a:active {
    background: var(--mh-soft);
}

body.mobile-home-redesign-page .header .icon {
    display: block;
    margin: 0;
    transform: scale(.72);
    transform-origin: center;
}

body.mobile-home-redesign-page #main {
    width: 100%;
    padding: 0;
    background: var(--mh-white);
}

.mobile-home-redesign {
    position: relative;
    width: 100%;
    overflow: visible;
    background: var(--mh-white);
}

.mobile-home-header-call,
.mobile-home-header-search,
.mobile-home-header-cart {
    position: absolute;
    top: -70px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
}

.mobile-home-header-call {
    right: 108px;
}

.mobile-home-header-search {
    right: 60px;
}

.mobile-home-header-cart {
    right: 12px;
}

.mobile-home-header-call:active,
.mobile-home-header-search:active,
.mobile-home-header-cart:active {
    background: var(--mh-soft);
}

.mobile-home-header-call span,
.mobile-home-header-search span,
.mobile-home-header-cart span {
    display: block;
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-home-header-call span {
    background-image: url('/templates/commerce_mobiles/images/mh-phone.svg');
}

.mobile-home-header-search span {
    position: relative;
}

.mobile-home-header-search span::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border: 2px solid var(--mh-ink);
    border-radius: 50%;
}

.mobile-home-header-search span::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 17px;
    width: 9px;
    height: 2px;
    border-radius: 2px;
    background: var(--mh-ink);
    transform: rotate(45deg);
    transform-origin: left center;
}

.mobile-home-header-cart span {
    background-image: url('/templates/commerce_mobiles/images/mh-shopping-cart.svg');
}

.mobile-home-header-cart .mobile-home-cart-count {
    position: absolute;
    top: 3px;
    right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    margin: 0;
    padding: 0 4px;
    border: 2px solid var(--mh-white);
    border-radius: 10px;
    background: var(--mh-red);
    color: var(--mh-white);
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    font-variant-numeric: tabular-nums;
}

.mobile-home-searchbar {
    display: flex;
    gap: 9px;
    padding: 11px 12px 12px;
    background: var(--mh-white);
}

.mobile-home-catalog-button {
    display: flex;
    flex: 0 0 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 44px;
    border-radius: 5px;
    background: var(--mh-ink);
    cursor: pointer;
}

.mobile-home-catalog-button span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--mh-white);
}

.mobile-home-search {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    overflow: hidden;
    border: 1px solid #d9dde0;
    border-radius: 5px;
    background: var(--mh-soft);
}

.mobile-home-search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    padding: 0 4px 0 13px;
    border: 0;
    background: transparent;
    color: var(--mh-ink);
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0;
}

.mobile-home-search input:focus {
    outline: none;
}

.mobile-home-search:focus-within {
    border-color: var(--mh-orange);
    box-shadow: 0 0 0 2px rgba(233, 120, 22, .14);
}

.mobile-home-search button {
    position: relative;
    flex: 0 0 44px;
    width: 44px;
    height: 42px;
    border: 0;
    background: transparent;
}

.mobile-home-search button span::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    width: 14px;
    height: 14px;
    border: 2px solid var(--mh-ink);
    border-radius: 50%;
}

.mobile-home-search button span::after {
    content: "";
    position: absolute;
    top: 27px;
    left: 27px;
    width: 9px;
    height: 2px;
    background: var(--mh-ink);
    transform: rotate(45deg);
    transform-origin: left center;
}

body.mobile-home-redesign-page .mobile-hero-slider {
    width: 100%;
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--mh-line);
    background: #111;
}

body.mobile-home-redesign-page .mobile-hero-slider__track {
    aspect-ratio: 3 / 1;
}

body.mobile-home-redesign-page .mobile-hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.mobile-home-redesign-page .mobile-hero-slider__controls {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-top: 1px solid var(--mh-line);
    background: var(--mh-white);
}

body.mobile-home-redesign-page .mobile-hero-slider__count,
body.mobile-home-redesign-page .mobile-hero-slider__brand {
    color: var(--mh-muted);
    font-size: 11px;
    line-height: 1;
}

body.mobile-home-redesign-page .mobile-hero-slider__brand {
    text-align: right;
}

body.mobile-home-redesign-page .mobile-hero-slider__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
}

body.mobile-home-redesign-page .mobile-hero-slider__dot {
    position: relative;
    display: block;
    width: 24px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
}

body.mobile-home-redesign-page .mobile-hero-slider__dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c8ccd0;
    transform: translate(-50%, -50%);
}

body.mobile-home-redesign-page .mobile-hero-slider__dot.is-active::after {
    width: 18px;
    border-radius: 4px;
    background: var(--mh-orange);
}

.mobile-home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 24px 14px 15px;
}

.mobile-home-section-head h1 {
    margin: 0;
    color: var(--mh-ink);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.mobile-home-section-head > span {
    flex: 0 0 auto;
    color: var(--mh-muted);
    font-size: 12px;
}

body.mobile-home-redesign-page .menu-wrapper {
    width: 100%;
    padding: 0 14px 25px;
}

body.mobile-home-redesign-page .main_menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
    width: 100%;
    margin: 0;
}

body.mobile-home-redesign-page .main_menu > li {
    width: auto;
    min-width: 0;
    margin: 0;
    border: 0;
}

body.mobile-home-redesign-page .main_menu > li > .mobile-category-card {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent !important;
    color: var(--mh-ink) !important;
    text-shadow: none !important;
    text-decoration: none;
}

body.mobile-home-redesign-page .main_menu > li > .mobile-category-card::before,
body.mobile-home-redesign-page .main_menu > li > .mobile-category-card::after {
    display: none;
    content: none;
}

body.mobile-home-redesign-page .mobile-category-media {
    display: block;
    width: 100%;
    aspect-ratio: 1.85;
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--mh-soft);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.mobile-home-redesign-page .main_menu > li:nth-child(1) .mobile-category-media {
    background-image: url('/templates/commerce_mobiles/images/Distar_tools.webp');
}

body.mobile-home-redesign-page .main_menu > li:nth-child(2) .mobile-category-media {
    background-image: url('/templates/commerce_mobiles/images/Distar_grind_concrete.webp');
}

body.mobile-home-redesign-page .main_menu > li:nth-child(3) .mobile-category-media {
    background-image: url('/templates/commerce_mobiles/images/Distar_drill.webp');
}

body.mobile-home-redesign-page .main_menu > li:nth-child(4) .mobile-category-media {
    background-image: url('/templates/commerce_mobiles/images/polishpad_distar.webp');
}

body.mobile-home-redesign-page .main_menu > li:nth-child(5) .mobile-category-media {
    background-image: url('/templates/commerce_mobiles/images/mechanic_distar.webp');
}

body.mobile-home-redesign-page .main_menu > li:nth-child(6) .mobile-category-media {
    background-image: url('/templates/commerce_mobiles/images/Tenax_menu.webp');
}

body.mobile-home-redesign-page .main_menu > li:nth-child(7) .mobile-category-media {
    background-image: url('/templates/commerce_mobiles/images/pasta_almaz.webp');
}

body.mobile-home-redesign-page .main_menu > li:nth-child(8) .mobile-category-media {
    background-image: url('/templates/commerce_mobiles/images/sale_distar_menu.webp');
}

body.mobile-home-redesign-page .mobile-category-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: 40px;
    padding-top: 8px;
}

body.mobile-home-redesign-page .mobile-category-title {
    color: var(--mh-ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

body.mobile-home-redesign-page .mobile-category-arrow {
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    margin: 0;
    border: 0;
}

body.mobile-home-redesign-page .mobile-stock-home:empty {
    display: none;
}

body.mobile-home-redesign-page .mean_block_end {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--mh-ink);
    text-decoration: none;
}

body.mobile-home-redesign-page .block_menu_mean {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 104px;
    padding: 20px 48% 20px 15px;
    overflow: hidden;
    border: 0;
    border-bottom: 3px solid var(--mh-orange);
    background: var(--mh-soft);
    color: var(--mh-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

body.mobile-home-redesign-page .block_menu_mean::after {
    content: "Реставрация и восстановление";
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: var(--mh-muted);
    font-size: 11px;
    font-weight: 400;
}

body.mobile-home-redesign-page .block_menu_mean .second_block {
    position: absolute;
    top: 0;
    right: -38px;
    width: 200px;
    height: 111px;
    margin: 0;
    background: var(--mh-soft) url('/templates/dtools/images/spritesheet.png') -328px -5px no-repeat;
    transform: rotate(-10deg);
}

body.mobile-home-redesign-page .top-products-carousel {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body.mobile-home-redesign-page .top-products-carousel .carousel-wrapper {
    width: 100%;
}

body.mobile-home-redesign-page .horizontal-carousel {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 0 20px 14px;
    overflow: hidden;
    border-bottom: 1px solid var(--mh-line);
    background: var(--mh-white);
}

body.mobile-home-redesign-page .horizontal-carousel .special-proposition,
body.mobile-home-redesign-page .horizontal-carousel .big-container,
body.mobile-home-redesign-page .horizontal-carousel .items-carousel {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h {
    width: 100%;
    height: 34px;
    margin: 0 0 15px;
    padding-right: 96px;
    background: transparent;
}

body.mobile-home-redesign-page .horizontal-carousel .frame-title {
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent !important;
}

body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h .title {
    width: auto;
    margin: 0;
    padding: 0;
    color: var(--mh-ink);
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none;
}

body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h .title::before,
body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h .title::after,
body.mobile-home-redesign-page .horizontal-carousel .tlt_line::before,
body.mobile-home-redesign-page .horizontal-carousel .tlt_line::after {
    display: none;
    content: none;
}

body.mobile-home-redesign-page .horizontal-carousel .group-button-carousel {
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 3;
    display: flex;
    gap: 6px;
    width: auto;
    height: 34px;
}

body.mobile-home-redesign-page .horizontal-carousel .prev,
body.mobile-home-redesign-page .horizontal-carousel .next {
    position: relative;
    inset: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid var(--mh-line);
    border-radius: 50%;
    background: var(--mh-white);
    color: #111;
    font-size: 0;
    line-height: 1;
    transform: none;
}

body.mobile-home-redesign-page .horizontal-carousel .prev:disabled,
body.mobile-home-redesign-page .horizontal-carousel .next:disabled {
    opacity: .28;
    cursor: default;
}

body.mobile-home-redesign-page .horizontal-carousel .icon_arrow_p,
body.mobile-home-redesign-page .horizontal-carousel .icon_arrow_n {
    display: none;
}

body.mobile-home-redesign-page .horizontal-carousel .prev {
    background-image: url('/templates/commerce_mobiles/images/mh-carousel-arrow-left.svg');
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
}

body.mobile-home-redesign-page .horizontal-carousel .next {
    background-image: url('/templates/commerce_mobiles/images/mh-carousel-arrow-right.svg');
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
}

body.mobile-home-redesign-page .horizontal-carousel .prev:active,
body.mobile-home-redesign-page .horizontal-carousel .next:active {
    border-color: var(--mh-orange);
    color: var(--mh-orange);
}

body.mobile-home-redesign-page .horizontal-carousel .content-carousel {
    display: block;
    width: 100%;
    padding: 0 14px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-y;
}

body.mobile-home-redesign-page .horizontal-carousel .content-carousel::-webkit-scrollbar {
    display: none;
}

body.mobile-home-redesign-page .horizontal-carousel .items-product {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    white-space: normal;
}

body.mobile-home-redesign-page .horizontal-carousel .items-product > li {
    position: relative;
    display: block;
    flex: 0 0 calc((100% - 12px) / 2);
    min-width: calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
    min-height: 352px;
    overflow: hidden;
    border: 1px solid var(--mh-line);
    border-radius: 6px;
    background: var(--mh-white);
    scroll-snap-align: start;
    text-align: left;
}

body.mobile-home-redesign-page .horizontal-carousel .frame-photo-title {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 10px 58px;
    color: var(--mh-ink);
    text-decoration: none;
}

body.mobile-home-redesign-page .horizontal-carousel .photo-block {
    position: static;
    order: 1;
    display: block;
    width: calc(100% + 20px);
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 -10px 4px;
    padding: 14px 10px 5px;
    overflow: hidden;
    background: var(--mh-white);
    scale: 1;
    transform: none;
}

body.mobile-home-redesign-page .horizontal-carousel .photo-block > .helper {
    display: none;
}

body.mobile-home-redesign-page .horizontal-carousel .photo-block picture,
body.mobile-home-redesign-page .horizontal-carousel .photo-block picture img {
    display: block;
    width: 100%;
    height: 100%;
}

body.mobile-home-redesign-page .horizontal-carousel .photo-block picture img {
    object-fit: contain;
}

body.mobile-home-redesign-page .horizontal-carousel .photo-block .price {
    display: none;
}

body.mobile-home-redesign-page .horizontal-carousel .frame-photo-title > .title {
    order: 3;
    display: -webkit-box;
    width: 100%;
    max-width: none;
    min-height: 55px;
    max-height: 55px;
    margin: 6px 0 0;
    overflow: hidden;
    color: var(--mh-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.mobile-home-redesign-page .horizontal-carousel .what-prod {
    order: 2;
    display: -webkit-box;
    min-height: 26px;
    margin: 0;
    overflow: hidden;
    color: var(--mh-muted);
    font-size: 10px;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.mobile-home-redesign-page .horizontal-carousel .mobile-product-price {
    position: absolute;
    left: 10px;
    bottom: 15px;
    display: block;
    color: var(--mh-ink);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

body.mobile-home-redesign-page .horizontal-carousel .frame-photo-title::after {
    content: "↗";
    position: absolute;
    right: 10px;
    bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 42px;
    border-radius: 4px;
    background: var(--mh-red);
    color: var(--mh-white);
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
}

body.mobile-home-redesign-page .horizontal-carousel .carousel-progress {
    position: static;
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(100% - 28px);
    height: 18px;
    margin: 15px 14px 0 0;
    overflow: visible;
    background: transparent;
}

body.mobile-home-redesign-page .horizontal-carousel .carousel-progress-track {
    display: block;
    flex: 1 1 auto;
    height: 2px;
    overflow: hidden;
    background: var(--mh-line);
}

body.mobile-home-redesign-page .horizontal-carousel .carousel-progress-bar {
    display: block;
    height: 2px;
    background: var(--mh-orange);
}

body.mobile-home-redesign-page .horizontal-carousel .carousel-progress-label {
    flex: 0 0 auto;
    color: var(--mh-muted);
    font-size: 11px;
    font-variant-numeric: tabular-nums;
}

.mobile-home-discount,
.mobile-home-contact-band {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    padding: 22px 16px;
}

.mobile-home-discount {
    border-bottom: 1px solid #f5e5d7;
    background: #fff7f0;
}

.mobile-home-contact-band {
    background: var(--mh-soft);
}

.mobile-home-discount > img,
.mobile-home-contact-band > img {
    display: block;
    flex: 0 0 auto;
}

.mobile-home-discount strong,
.mobile-home-contact-band strong {
    display: block;
    color: var(--mh-ink);
    font-size: 17px;
    line-height: 1.25;
}

.mobile-home-contact-band strong {
    font-size: 15px;
}

.mobile-home-discount p,
.mobile-home-contact-band p {
    margin: 5px 0 0;
    color: #92532b;
    font-size: 12px;
    line-height: 1.45;
}

.mobile-home-contact-band p {
    color: var(--mh-muted);
}

.mobile-home-square-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
}

.mobile-home-square-action img {
    display: block;
    width: 22px;
    height: 22px;
}

body.mobile-home-redesign-page .content_head_mobi {
    width: 100%;
    margin: 0;
    padding: 25px 16px 24px;
    overflow: hidden;
    border-bottom: 1px solid var(--mh-line);
    background: var(--mh-white);
}

body.mobile-home-redesign-page .news-main {
    float: none;
    width: 100%;
    margin: 0;
}

body.mobile-home-redesign-page .news-main .mobile-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 17px;
}

body.mobile-home-redesign-page .news-main .title-news {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--mh-ink);
    text-decoration: none;
}

body.mobile-home-redesign-page .news-main .title_news {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--mh-ink);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
}

body.mobile-home-redesign-page .news-main .title_news::before,
body.mobile-home-redesign-page .news-main .title_news::after {
    display: none;
    content: none;
}

body.mobile-home-redesign-page .news-main .mobile-news-all {
    flex: 0 0 auto;
    color: var(--mh-red);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

body.mobile-home-redesign-page .news-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.mobile-home-redesign-page .news-main li {
    width: 100%;
    margin: 0;
    padding: 17px 0;
    border: 0;
    border-top: 1px solid var(--mh-line);
    background: transparent;
}

body.mobile-home-redesign-page .news-main li:first-child {
    padding-top: 0;
    border-top: 0;
}

body.mobile-home-redesign-page .news-main li > a {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--mh-ink);
    text-decoration: none;
}

body.mobile-home-redesign-page .news-main li > a > .f_l {
    float: none;
    width: 92px;
    height: 92px;
    overflow: hidden;
    border-radius: 4px;
    background: var(--mh-soft);
}

body.mobile-home-redesign-page .news-main li img {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0;
    object-fit: contain;
}

body.mobile-home-redesign-page .news-main .inform {
    min-width: 0;
    margin: 0;
    padding: 0;
}

body.mobile-home-redesign-page .news-main .inform > .title {
    display: -webkit-box;
    max-height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--mh-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.mobile-home-redesign-page .news-main .info-date {
    display: -webkit-box;
    max-height: 35px;
    margin-top: 7px;
    overflow: hidden;
    color: var(--mh-muted);
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.mobile-home-redesign-page .news-main .info-date * {
    margin: 0;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
}

body.mobile-home-redesign-page .news-main .time {
    display: block;
    margin-top: 9px;
    color: var(--mh-muted);
    font-size: 10px;
    line-height: 1.2;
}

body.mobile-home-redesign-page #yt-block {
    width: 100%;
    margin: 0;
    padding: 12px 0 20px;
    border-bottom: 1px solid var(--mh-line);
    background: var(--mh-white);
}

body.mobile-home-redesign-page #yt-block .ytv__head {
    padding: 12px 14px 15px;
    border: 0;
    background: transparent;
}

body.mobile-home-redesign-page #yt-block .ytv__title {
    color: var(--mh-ink);
    font-size: 20px;
    text-transform: none;
}

body.mobile-home-redesign-page #yt-block img.ytube {
    width: 104px;
}

body.mobile-home-redesign-page #yt-block .ytcard {
    padding: 0 14px;
}

body.mobile-home-redesign-page #yt-block .ytcard__thumb {
    border-radius: 5px;
}

body.mobile-home-redesign-page #yt-block .ytcard__title {
    color: var(--mh-ink);
    font-size: 14px;
}

body.mobile-home-redesign-page #yt-block .yt-slider-dots {
    min-height: 34px;
    padding-top: 6px;
}

body.mobile-home-redesign-page #yt-block .yt-slider-dot {
    width: 32px;
    height: 32px;
}

body.mobile-home-redesign-page #yt-block .yt-slider-dot::before {
    width: 7px;
    height: 4px;
}

body.mobile-home-redesign-page #yt-block .yt-slider-dot.is-active::before {
    width: 20px;
    background: var(--mh-orange);
}

.mobile-home-footer {
    width: 100%;
    padding: 24px 18px 16px;
    background: var(--mh-ink);
    color: var(--mh-white);
}

.mobile-home-footer-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 19px;
}

.mobile-home-footer-brand > img {
    display: block;
    width: 152px;
    height: 58px;
    padding: 5px;
    border-radius: 4px;
    background: var(--mh-white);
    object-fit: contain;
}

.mobile-home-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.mobile-home-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .08);
}

.mobile-home-socials img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mobile-home-footer details {
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.mobile-home-footer summary {
    position: relative;
    padding: 16px 34px 16px 0;
    color: var(--mh-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    list-style: none;
    cursor: pointer;
}

.mobile-home-footer summary::-webkit-details-marker {
    display: none;
}

.mobile-home-footer summary::before,
.mobile-home-footer summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 13px;
    height: 2px;
    background: #cfd3d6;
    transform: translateY(-50%);
}

.mobile-home-footer summary::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .2s ease;
}

.mobile-home-footer details[open] summary::after {
    transform: translateY(-50%) rotate(0);
}

.mobile-home-footer details > a {
    display: block;
    padding: 8px 0;
    color: #c9ced1;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
}

.mobile-home-footer details > a:last-child {
    padding-bottom: 16px;
}

.mobile-home-footer > p {
    margin: 20px 0 0;
    color: #aeb4b8;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
}

.mobile-home-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 900;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: 480px;
    height: 70px;
    padding: 5px 6px max(5px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--mh-line);
    background: rgba(255, 255, 255, .97);
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}

.mobile-home-bottom-nav a,
.mobile-home-bottom-nav label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    color: var(--mh-muted);
    cursor: pointer;
    text-decoration: none;
}

.mobile-home-bottom-nav b {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}

.mobile-home-bottom-nav .is-active {
    color: var(--mh-red);
}

.mobile-home-nav-icon {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.mobile-home-bottom-nav .is-active .mobile-home-nav-icon {
    filter: brightness(0) saturate(100%) invert(18%) sepia(73%) saturate(2830%) hue-rotate(352deg) brightness(90%) contrast(91%);
}

body.mobile-redesign-page .hFooter {
    width: 100%;
    max-width: 480px;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    background: var(--mh-ink);
}

body.mobile-home-redesign-page .hFooter {
    padding-bottom: 70px;
}

body.mobile-redesign-page .div_phone_hfooter {
    display: none;
}

body.mobile-redesign-page .footer {
    width: 100%;
    min-height: 0;
    padding: 0;
    background: transparent;
    color: var(--mh-white);
}

body.mobile-redesign-page .footer > .fright {
    display: block;
    width: 0;
    height: 0;
}

body.mobile-redesign-page .footer > .fright > .skidki {
    display: none;
}

body.mobile-redesign-page .footer > .fright > .paymetod {
    display: block;
    position: static;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

body.mobile-redesign-page .footer > .fright > .paymetod > .paymtitle,
body.mobile-redesign-page .footer > .fright > .paymetod > .paym,
body.mobile-redesign-page .footer > .fright > .paymetod > .social,
body.mobile-redesign-page .footer > .fright > .paymetod > .copy {
    display: none;
}

body.mobile-home-redesign-page .footer .skidki {
    width: 100%;
}

body.mobile-home-redesign-page .footer .sale_discont {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    padding: 17px 14px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 5px;
    background: transparent;
    color: var(--mh-white);
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
}

body.mobile-home-redesign-page .footer .sale5 {
    margin-top: 7px;
    color: #d6d9db;
    font-size: 12px;
}

body.mobile-home-redesign-page .footer .footer_menu .top-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 15px;
    width: 100%;
}

body.mobile-home-redesign-page .footer .footer_menu li {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

body.mobile-home-redesign-page .footer .footer_menu a {
    display: block;
    padding: 13px 0;
    color: #d8dcdf;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
}

body.mobile-home-redesign-page .footer .paymetod {
    margin-top: 22px;
}

body.mobile-home-redesign-page .footer .copy {
    padding: 18px 0 0;
    color: #aeb4b8;
    font-size: 11px;
    text-align: center;
}

body.mobile-redesign-page .unique-get-call {
    position: fixed;
    right: auto;
    bottom: 82px !important;
    left: max(10px, calc((100vw - 480px) / 2 + 10px));
    z-index: 950;
    width: 146px;
    height: 52px;
    margin: 0;
    padding: 0 7px 0 13px;
    border: 0;
    border-radius: 6px;
    background: var(--mh-red);
    box-shadow: 0 5px 16px rgba(36, 39, 42, .28);
    color: var(--mh-white);
    transform: translateX(-14px);
    transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
}

body.mobile-redesign-page .unique-get-call.visible {
    opacity: .98 !important;
    transform: translateX(0);
}

body.mobile-redesign-page .unique-get-call:active {
    background: #a91f23;
}

body.mobile-redesign-page .unique-get-call .unique-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    height: 100%;
}

body.mobile-redesign-page .unique-get-call .unique-btn-text {
    color: var(--mh-white);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
}

body.mobile-redesign-page .unique-get-call svg.unique-phone-icon {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
}

body.mobile-home-redesign-page .toggle-social-btn {
    position: fixed;
    right: max(11px, calc((100vw - 480px) / 2 + 11px));
    bottom: 82px;
    z-index: 960;
    display: flex !important;
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--mh-orange);
    box-shadow: 0 5px 16px rgba(36, 39, 42, .28);
    color: transparent;
    font-size: 0;
}

body.mobile-home-redesign-page .toggle-social-btn:active {
    background: #cf6511;
}

body.mobile-home-redesign-page .toggle-social-btn .pulse-button__icon {
    width: 28px;
    height: 28px;
    background-image: url('/templates/commerce_mobiles/images/phone.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.mobile-home-redesign-page .social-icon-container {
    position: fixed;
    right: max(12px, calc((100vw - 480px) / 2 + 12px));
    bottom: 142px;
    z-index: 959;
    display: none;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    height: 258px;
    margin: 0;
    padding: 2px 0;
}

body.mobile-home-redesign-page .social-icon-container.show {
    display: flex;
}

body.mobile-home-redesign-page .social-icon-btn {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 2px;
    border: 1px solid var(--mh-line);
    border-radius: 50%;
    background: var(--mh-white);
    box-shadow: 0 4px 12px rgba(36, 39, 42, .22);
}

body.mobile-home-redesign-page .social-icon-btn img {
    display: block;
    width: 38px;
    height: 38px;
}

body.mobile-home-redesign-page .unique-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 18px 12px;
    background: rgba(24, 27, 29, .72);
}

body.mobile-home-redesign-page .unique-modal-content {
    position: relative;
    width: 100%;
    max-width: 456px;
    margin: max(12px, 4vh) auto;
    padding: 25px 18px 20px;
    border: 0;
    border-top: 4px solid var(--mh-orange);
    border-radius: 7px;
    background: var(--mh-white);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .3);
    color: var(--mh-ink);
}

body.mobile-home-redesign-page #unique-callbackModal .unique-modal-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

body.mobile-home-redesign-page .unique-modal-title {
    display: block;
    margin: 0 34px 10px 0;
    color: var(--mh-ink);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

body.mobile-home-redesign-page #unique-callbackModal .unique-modal-title {
    order: 1;
}

body.mobile-home-redesign-page p.unique-notice {
    margin: 0 28px 17px 0;
    color: var(--mh-muted);
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
}

body.mobile-home-redesign-page #unique-callbackModal p.unique-notice {
    order: 2;
}

body.mobile-home-redesign-page #unique-callbackForm {
    order: 3;
    width: 100%;
}

body.mobile-home-redesign-page .unique-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    background: var(--mh-soft);
    box-shadow: none;
    color: var(--mh-ink);
    font-size: 28px;
    line-height: 1;
}

body.mobile-home-redesign-page .unique-input-container {
    margin: 0 0 13px;
}

body.mobile-home-redesign-page label[for="phone-field"],
body.mobile-home-redesign-page label[for="unique-comment"],
body.mobile-home-redesign-page label[for="unique-name"],
body.mobile-home-redesign-page .unique-label {
    display: block;
    margin: 0 0 6px;
    color: var(--mh-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left !important;
}

body.mobile-home-redesign-page .unique-input-container input,
body.mobile-home-redesign-page .unique-input-container textarea,
body.mobile-home-redesign-page .unique-time-select select {
    width: 100%;
    min-height: 45px;
    padding: 10px 11px;
    border: 1px solid #d7dbde;
    border-radius: 5px;
    background: var(--mh-soft);
    color: var(--mh-ink);
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0;
}

body.mobile-home-redesign-page .unique-input-container textarea {
    min-height: 82px;
    resize: vertical;
}

body.mobile-home-redesign-page .unique-input-container input:focus,
body.mobile-home-redesign-page .unique-input-container textarea:focus,
body.mobile-home-redesign-page .unique-time-select select:focus {
    border-color: var(--mh-orange);
    outline: none;
    box-shadow: 0 0 0 2px rgba(233, 120, 22, .14);
}

body.mobile-home-redesign-page .unique-time-select {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

body.mobile-home-redesign-page #unique-callbackForm button[type="submit"] {
    width: 100%;
    min-height: 48px;
    margin: 3px 0 0;
    padding: 12px 16px;
    border: 0;
    border-radius: 5px;
    background: var(--mh-red);
    color: var(--mh-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

body.mobile-home-redesign-page p.unique-working-hours {
    margin: 12px 0 0;
    color: var(--mh-muted);
    font-size: 12px;
    text-align: center;
}

body.mobile-home-redesign-page .unique-highlight {
    color: var(--mh-orange);
}

@media (max-width: 360px) {
    body.mobile-home-redesign-page .header .logo {
        width: 150px;
    }

    body.mobile-home-redesign-page .header .logo_head {
        width: 146px;
    }

    body.mobile-home-redesign-page .header > ul > li,
    body.mobile-home-redesign-page .header > ul > li > a {
        width: 40px;
    }

    .mobile-home-section-head h1,
    body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h .title,
    body.mobile-home-redesign-page .news-main .title_news {
        font-size: 21px;
    }

    body.mobile-home-redesign-page .main_menu > li > a.pointer > .f_l {
        font-size: 12px;
    }

    body.mobile-home-redesign-page .horizontal-carousel .frame-photo-title > .title {
        font-size: 12px;
    }

    body.mobile-home-redesign-page .horizontal-carousel .photo-block .price {
        font-size: 13px;
    }

    body.mobile-home-redesign-page .horizontal-carousel .mobile-product-price {
        font-size: 18px;
    }

    body.mobile-redesign-page .unique-get-call {
        width: 140px;
        padding: 0 7px 0 12px;
    }
}

@media (max-width: 400px) {
    body.mobile-home-redesign-page .main_menu > li > a.pointer > .f_l {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.mobile-home-redesign-page *,
    body.mobile-home-redesign-page *::before,
    body.mobile-home-redesign-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* Shared mobile shell for home, category, product and search pages. */
body.mobile-redesign-page {
    background: #e7eaec;
    color: var(--mh-ink);
    letter-spacing: 0;
}

body.mobile-redesign-page *,
body.mobile-redesign-page *::before,
body.mobile-redesign-page *::after {
    box-sizing: border-box;
}

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

body.mobile-redesign-page .mainBody {
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: 70px;
    overflow: hidden;
    background: var(--mh-white);
    box-shadow: 0 0 0 1px #d5d9dc;
}

body.mobile-redesign-page #inder {
    display: none;
}

body.mobile-redesign-page .header {
    position: relative;
    width: 100%;
    height: 82px;
    padding: 8px 12px;
    border: 0;
    border-bottom: 1px solid var(--mh-line);
    background: var(--mh-white);
    box-shadow: none;
}

body.mobile-redesign-page .header .all-flag-blog {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 4px;
    overflow: hidden;
}

body.mobile-redesign-page .header .flag_blue,
body.mobile-redesign-page .header .flag_yellow {
    float: left;
    width: 50%;
    height: 4px;
}

body.mobile-redesign-page .header .logo {
    display: flex;
    align-items: center;
    float: none;
    width: 172px;
    height: 66px;
    margin: 4px 0 0;
}

body.mobile-redesign-page .header .logo .helper,
body.mobile-redesign-page .header > ul {
    display: none;
}

body.mobile-redesign-page .header .logo_head {
    display: block;
    width: 168px;
    height: 62px;
    object-fit: contain;
}

body.mobile-redesign-page #main {
    width: 100%;
    min-height: 180px;
    padding: 0;
    background: var(--mh-white);
}

.mobile-site-shell {
    position: relative;
    z-index: 30;
    width: 100%;
    background: var(--mh-white);
}

body.mobile-redesign-page .mobile-home-searchbar {
    max-height: 0;
    padding: 0 12px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: max-height .24s ease, padding .24s ease, opacity .18s ease, transform .24s ease, visibility .24s ease;
    pointer-events: none;
}

body.mobile-redesign-page .mobile-home-searchbar.is-open {
    max-height: 72px;
    padding: 11px 12px 12px;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.mobile-home-search {
    overflow: visible;
}

.mobile-home-search .m-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
}

.mobile-home-search .m-search-wrap input {
    width: 100%;
}

#mSearchSuggest {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    z-index: 1200;
    display: none;
    width: calc(100% + 44px);
    max-height: min(390px, calc(100vh - 170px));
    overflow-y: auto;
    border: 1px solid #d9dde0;
    border-radius: 5px;
    background: var(--mh-white);
    box-shadow: 0 14px 34px rgba(25, 29, 32, .2);
}

#mSearchSuggest.is-open {
    display: block;
}

.mobile-search-suggestion {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    min-height: 68px;
    padding: 8px 11px;
    border-bottom: 1px solid var(--mh-line);
    color: var(--mh-ink);
    text-decoration: none;
}

.mobile-search-suggestion:last-child {
    border-bottom: 0;
}

.mobile-search-suggestion:active,
.mobile-search-suggestion.is-active {
    background: #fff5eb;
}

.mobile-search-suggestion img {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 3px;
    background: var(--mh-white);
}

.mobile-search-suggestion > span {
    display: block;
    min-width: 0;
}

.mobile-search-suggestion strong {
    display: block;
    color: var(--mh-ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.mobile-search-suggestion__price {
    display: block;
    margin-top: 4px;
    color: var(--mh-muted);
    font-size: 12px;
    line-height: 1.2;
}

body.mobile-redesign-page > .mainBody > .menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(28, 34, 39, .68);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
}

body.mobile-redesign-page #menu-toggle:checked ~ .menu-overlay {
    display: block;
    opacity: 1;
    visibility: visible;
}

body.mobile-redesign-page > .mainBody > .menu {
    position: fixed;
    top: 12px;
    right: 12px;
    bottom: 82px;
    left: 12px;
    z-index: 1001;
    width: auto;
    max-width: 456px;
    height: auto;
    max-height: calc(100vh - 94px);
    margin: 0 auto;
    padding: 0 10px 12px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 8px;
    background: var(--mh-white);
    box-shadow: 0 20px 56px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(.985);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

body.mobile-redesign-page #menu-toggle:checked ~ .menu {
    right: 12px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

body.mobile-redesign-page .menu::-webkit-scrollbar {
    width: 5px;
}

body.mobile-redesign-page .menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #aeb4b8;
}

body.mobile-redesign-page .menu .head_top {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 50px 0 8px;
    background: var(--mh-white);
}

body.mobile-redesign-page .menu .head_top strong {
    color: var(--mh-ink);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

body.mobile-redesign-page .menu .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
    margin: 0;
    padding: 0 7px 4px;
    list-style: none;
}

body.mobile-redesign-page .menu .list > li {
    min-width: 0;
    margin: 0;
}

body.mobile-redesign-page .menu .line_menu {
    position: relative;
    display: block;
    height: auto;
    padding: 0 20px 0 0;
    background: none !important;
    color: var(--mh-ink);
    text-align: left;
    text-decoration: none;
}

body.mobile-redesign-page .menu .line_menu::before {
    display: none;
}

body.mobile-redesign-page .menu .mobile-menu-photo {
    display: block;
    width: calc(100% + 20px);
    aspect-ratio: 1.85 / 1;
    margin: 0 0 8px;
    overflow: hidden;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.mobile-redesign-page .menu .list li:nth-child(1) .mobile-menu-photo { background-image: url('/templates/commerce_mobiles/images/Distar_tools.webp'); }
body.mobile-redesign-page .menu .list li:nth-child(2) .mobile-menu-photo { background-image: url('/templates/commerce_mobiles/images/Distar_grind_concrete.webp'); }
body.mobile-redesign-page .menu .list li:nth-child(3) .mobile-menu-photo { background-image: url('/templates/commerce_mobiles/images/Distar_drill.webp'); }
body.mobile-redesign-page .menu .list li:nth-child(4) .mobile-menu-photo { background-image: url('/templates/commerce_mobiles/images/polishpad_distar.webp'); }
body.mobile-redesign-page .menu .list li:nth-child(5) .mobile-menu-photo { background-image: url('/templates/commerce_mobiles/images/mechanic_distar.webp'); }
body.mobile-redesign-page .menu .list li:nth-child(6) .mobile-menu-photo { background-image: url('/templates/commerce_mobiles/images/Tenax_menu.webp'); }
body.mobile-redesign-page .menu .list li:nth-child(7) .mobile-menu-photo { background-image: url('/templates/commerce_mobiles/images/pasta_almaz.webp'); }
body.mobile-redesign-page .menu .list li:nth-child(8) .mobile-menu-photo { background-image: url('/templates/commerce_mobiles/images/sale_distar_menu.webp'); }

body.mobile-redesign-page .menu .line_menu .f_l {
    position: static;
    display: block;
    min-height: 38px;
    padding: 0;
    color: var(--mh-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: none;
}

body.mobile-redesign-page .menu .line_menu::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--mh-orange);
    border-right: 2px solid var(--mh-orange);
    transform: rotate(45deg);
}

body.mobile-redesign-page .menu .logo_foot {
    display: none;
}

body.mobile-redesign-page > .mainBody > .menu-btn {
    position: fixed;
    top: 20px;
    right: max(8px, calc((100vw - 480px) / 2 + 8px));
    z-index: 1003;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 9px;
    border-radius: 6px;
    background: transparent;
    box-shadow: none;
    transition: top .2s ease, border-radius .2s ease, background .2s ease, box-shadow .2s ease;
}

body.mobile-redesign-page > .mainBody > .menu-btn span {
    flex: 0 0 auto;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--mh-orange);
}

body.mobile-redesign-page.mobile-shell-scrolled > .mainBody > .menu-btn,
body.mobile-redesign-page #menu-toggle:checked + .menu-btn {
    display: flex;
    top: 12px;
    border-radius: 50%;
    background: var(--mh-white);
    box-shadow: 0 4px 16px rgba(20, 24, 27, .18);
}

body.mobile-redesign-page #menu-toggle:checked + .menu-btn {
    top: 21px;
    box-shadow: none;
}

body.mobile-redesign-page .mobile-home-header-call,
body.mobile-redesign-page .mobile-home-header-search,
body.mobile-redesign-page .mobile-home-header-cart {
    width: 40px;
}

body.mobile-redesign-page .mobile-home-header-call {
    right: 140px;
}

body.mobile-redesign-page .mobile-home-header-search {
    right: 96px;
}

body.mobile-redesign-page .mobile-home-header-cart {
    right: 52px;
}

body.mobile-redesign-page #menu-toggle:checked + .menu-btn span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.mobile-redesign-page #menu-toggle:checked + .menu-btn span:nth-child(2) {
    opacity: 0;
}

body.mobile-redesign-page #menu-toggle:checked + .menu-btn span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-home-bottom-nav a,
.mobile-home-bottom-nav label {
    position: static;
    display: grid;
    grid-template-rows: 24px 12px;
    align-content: center;
    justify-items: center;
    gap: 4px;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    transform: none;
}

.mobile-home-bottom-nav .mobile-home-nav-icon {
    align-self: center;
    width: 22px;
    height: 22px;
    margin: 0;
}

.mobile-home-bottom-nav b {
    align-self: start;
    margin: 0;
    padding: 0;
    line-height: 12px;
}

body.mobile-inner-redesign-page .content_head {
    padding-top: 8px;
}

body.mobile-inner-redesign-page .hFooter {
    margin-bottom: 0;
}

@media (max-width: 360px) {
    body.mobile-redesign-page .header .logo {
        width: 150px;
    }

    body.mobile-redesign-page .header .logo_head {
        width: 146px;
    }

    body.mobile-redesign-page .menu .list {
        gap: 11px 8px;
        padding-right: 4px;
        padding-left: 4px;
    }

    body.mobile-redesign-page .menu .line_menu .f_l {
        font-size: 13px;
    }
}

@media (max-width: 340px) {
    body.mobile-redesign-page .header .logo {
        width: 124px;
    }

    body.mobile-redesign-page .header .logo_head {
        width: 122px;
    }
}

/* Floating contact and back-to-top controls above the fixed bottom navigation. */
body.mobile-redesign-page .toggle-social-btn {
    position: fixed;
    right: max(11px, calc((100vw - 480px) / 2 + 11px));
    bottom: 82px;
    z-index: 960;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--mh-orange);
    box-shadow: 0 5px 16px rgba(36, 39, 42, .28);
    color: transparent;
    font-size: 0;
    opacity: 1;
    animation: none;
    transition: bottom .26s ease, opacity .2s ease, transform .25s ease, background-color .2s ease;
}

body.mobile-redesign-page .toggle-social-btn:active {
    background: #cf6511;
}

body.mobile-redesign-page .toggle-social-btn .pulse-button__icon {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0;
    background-image: url('/templates/commerce_mobiles/images/phone.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.mobile-redesign-page.mobile-backtop-visible .toggle-social-btn {
    bottom: 144px;
}

body.mobile-redesign-page .social-icon-container {
    position: fixed;
    right: max(12px, calc((100vw - 480px) / 2 + 12px));
    bottom: 142px;
    z-index: 959;
    display: none;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    height: 258px;
    margin: 0;
    padding: 2px 0;
    transition: bottom .26s ease;
}

body.mobile-redesign-page.mobile-backtop-visible .social-icon-container {
    bottom: 204px;
}

body.mobile-redesign-page .social-icon-container.show {
    display: flex;
}

body.mobile-redesign-page .social-icon-btn {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 2px;
    border: 1px solid var(--mh-line);
    border-radius: 50%;
    background: var(--mh-white);
    box-shadow: 0 4px 12px rgba(36, 39, 42, .22);
}

body.mobile-redesign-page .social-icon-btn img {
    display: block;
    width: 38px;
    height: 38px;
}

body.mobile-redesign-page #go-top {
    position: fixed;
    right: max(11px, calc((100vw - 480px) / 2 + 11px));
    bottom: 82px;
    z-index: 958;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--mh-red);
    background-image: none;
    box-shadow: 0 5px 18px rgba(36, 39, 42, .3);
    color: var(--mh-white);
    font-size: 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(.9);
    transition: opacity .2s ease, visibility .2s ease, transform .24s ease, background-color .2s ease;
    pointer-events: none;
}

body.mobile-redesign-page #go-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

body.mobile-redesign-page #go-top:active {
    background: #a91f23;
    transform: scale(.94);
}

body.mobile-redesign-page #go-top span {
    display: block;
    width: 27px;
    height: 27px;
    background: url('/templates/commerce_mobiles/images/mh-arrow-up-to-line.svg') center / contain no-repeat;
}

body.mobile-redesign-page.mobile-footer-in-view .unique-get-call.visible,
body.mobile-redesign-page.mobile-footer-in-view .toggle-social-btn,
body.mobile-redesign-page.mobile-footer-in-view #go-top.is-visible {
    opacity: 0 !important;
    pointer-events: none;
}

body.mobile-redesign-page.mobile-footer-in-view .unique-get-call.visible {
    transform: translateY(12px) scale(.96);
}

body.mobile-redesign-page.mobile-footer-in-view .toggle-social-btn,
body.mobile-redesign-page.mobile-footer-in-view #go-top.is-visible {
    transform: translateY(12px) scale(.94) !important;
}

/* Compact finishing refinements for the shared mobile shell. */
body.mobile-redesign-page .header .all-flag-blog {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 10px;
    border: 0;
}

body.mobile-redesign-page .header .flag_blue,
body.mobile-redesign-page .header .flag_yellow {
    display: block;
    flex: 0 0 5px;
    float: none;
    width: 100%;
    height: 5px;
}

.mobile-home-footer > p {
    margin-top: 24px;
    transform: none;
}

body.mobile-redesign-page .mobile-home-footer {
    margin-bottom: 0;
    padding-bottom: 16px;
}

body.mobile-home-redesign-page .hFooter {
    padding-bottom: 0;
}

/* Some homepage layouts render the footer outside .mainBody. */
body.mobile-redesign-page {
    padding-bottom: 70px;
}

body.mobile-redesign-page .mainBody {
    padding-bottom: 0;
}

body.mobile-redesign-page .hFooter > .footer {
    display: none;
}

body.mobile-home-redesign-page .horizontal-carousel .items-product > li.has-wide-price .mobile-product-price {
    font-size: 17px;
}

body.mobile-home-redesign-page .horizontal-carousel .items-product > li.has-wide-price .frame-photo-title::after {
    right: 8px;
    bottom: 11px;
    width: 36px;
    height: 38px;
    font-size: 21px;
}

body.mobile-home-redesign-page .horizontal-carousel .items-product > li.has-extra-wide-price .mobile-product-price {
    font-size: 16px;
}

body.mobile-home-redesign-page .horizontal-carousel .items-product > li.has-extra-wide-price .frame-photo-title::after {
    width: 34px;
}

body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h {
    position: relative;
    height: 49px;
    margin-bottom: 17px;
    padding: 0 96px 13px 0;
}

body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 112px;
    height: 4px;
    background: var(--mh-orange);
    content: "";
}

body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h .title {
    color: #b4b6b8;
    display: block;
    font-size: 27px;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
}

body.mobile-home-redesign-page .horizontal-carousel .group-button-carousel {
    right: 49px;
}

@media (max-width: 360px) {
    body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h .title {
        font-size: 23px;
    }

    body.mobile-home-redesign-page .horizontal-carousel .mobile-product-price {
        font-size: 17px;
    }

    body.mobile-home-redesign-page .horizontal-carousel .frame-photo-title::after {
        right: 8px;
        bottom: 11px;
        width: 36px;
        height: 38px;
        font-size: 21px;
    }
}

@media (max-width: 340px) {
    body.mobile-home-redesign-page .horizontal-carousel .title-proposition-h .title {
        font-size: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.mobile-redesign-page .unique-get-call,
    body.mobile-redesign-page .toggle-social-btn,
    body.mobile-redesign-page .social-icon-container,
    body.mobile-redesign-page #go-top {
        transition: none;
    }
}
