:root {
    --color_0: white;
    --color_1: #171717;
    --color_1_hover: #2E2E2E;
    --color_2: #818181;
    --color_3: #FF2D2D;
    --color_4: #ECECEC;
    --color_5: #3D3D3D;
    --color_6: #D4D1CF;
    --bg_0: #F8F8F8;
    --bg_1: #ECECEC;
    --bg_2: #D7D7D7;
    --bg_3: #F8F7F5;
    --header-top-offset: 40px;


}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--color_2);
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: var(--color_2);
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
    color: transparent;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--color_2);
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
    color: transparent;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--color_2);
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
    color: transparent;
}

body,
html {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

body {
    position: relative;
    color: var(--color_1);
    font-weight: 400;
    line-height: 120%;
    overflow-x: hidden;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--color_0);
}

input,
button,
a {
    color: inherit;
    outline: none;
    text-decoration: none;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    -moz-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    -ms-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

button,
a {
    cursor: pointer;
}

input {
    text-decoration: none;
    outline: none;
    display: block;
}

section {
    position: relative;
}

button:focus,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit
}

p {
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 10px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1360px;
}

.container_full {
    max-width: 2000px;
}

header .container {
    max-width: 2550px;
}

.meta {
    color: var(--color_2);
    font-size: 14px;
    line-height: 160%;
}

.meta.meta_nav a svg {
    fill: var(--color_2);
}

.meta.meta_nav a:hover svg {
    fill: var(--color_1);
}

.meta.meta_nav a:hover {
    color: var(--color_1);
}

.meta_link {
    font-size: 14px;
}

.h2,
h2 {
    font-size: 34px;
    line-height: 140%;
    font-weight: 300;
}

@media (max-width: 575px) {

    .h2,
    h2 {
        font-size: 26px;
    }
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}

.pb-7 {
    padding-bottom: 5rem !important;
}

.pt-8 {
    padding-top: 6rem !important;
}

.pb-8 {
    padding-bottom: 6rem !important;
}

.pt-9 {
    padding-top: 7rem !important;
}

.pb-9 {
    padding-bottom: 7rem !important;
}

.min_height {
    min-height: 650px;
}

.header_top {
    background-color: var(--color_1);
    color: var(--color_0);
    min-height: 35px;
    padding: .2rem;
    max-height: 35px;
    overflow: hidden;
}

.header_trust_bar {
    background: var(--color_1);
    color: var(--color_0);
    min-height: var(--header-top-offset);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header_trust_marquee {
    display: flex;
    justify-content: center;
}

.header_trust_mobile {
    display: none;
}

.header_trust_track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 11px 0;
}

.header_trust_track::-webkit-scrollbar {
    display: none;
}

.header_trust_item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.9;
    flex: 0 0 auto;
}

.header_trust_item+.header_trust_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.header_trust_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.header_trust_icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header_trust_flag {
    display: inline-block;
    width: 14px;
    height: 10px;
    flex: 0 0 14px;
    border-radius: 2px;
    background: linear-gradient(90deg, #198754 0 33.33%, #f5f5f5 33.33% 66.66%, #d63333 66.66% 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.header_trust_text {
    display: block;
}

@keyframes headerTrustMobileMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--color_0);
    /* -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease; */
}

header.header-transparent {
    background: none;
}

header.fix_scroll {
    background-color: var(--color_0);
}

header.fix_scroll.active_top {
    transform: translateY(calc(var(--header-top-offset) * -1));
    -webkit-transform: translateY(calc(var(--header-top-offset) * -1));
    -moz-transform: translateY(calc(var(--header-top-offset) * -1));
    -ms-transform: translateY(calc(var(--header-top-offset) * -1));
    -o-transform: translateY(calc(var(--header-top-offset) * -1));
}

header .logo svg path,
.i_svg svg path {
    stroke: var(--color_1);
    -webkit-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
    -moz-transition: fill 0.3s ease-in-out;
    -ms-transition: fill 0.3s ease-in-out;
}

.text-logo {
    font-family: 'Tenor Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
}

.header-transparent:not(.fix_scroll) .text-logo {
    color: var(--color_0);
}

footer .text-logo {
    font-size: 80px;
}

.cart_null .text-logo {
    line-height: 1;
}

.i_svg {
    position: relative;
}

.i_svg svg {
    width: 24px;
    min-width: 24px;
}

.i_svg span[data-count] {
    position: absolute;
    width: 14px;
    min-width: 14px;
    height: 14px;
    text-align: center;
    right: 0;
    bottom: 0;
    background: var(--color_1);
    color: var(--color_0);
    font-weight: 500;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    border-radius: 20px;
}

.i_svg span[data-count] strong {
    font-weight: 500;
}

.i_svg_cart_header {
    color: #9b6b43;
}

.i_svg_cart_header svg {
    width: 28px;
    min-width: 28px;
    height: 29px;
}

.i_svg_cart_header a:hover {
    color: #7d5332;
}

.i_svg_cart_header span[data-count] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    right: -3px;
    bottom: -2px;
    background: #9b6b43;
    font-size: 11px;
    line-height: 18px;
    box-shadow: 0 0 0 2px var(--color_0);
}

.i_svg span[data-count].meta_count {
    position: relative;
    background: transparent;
    color: var(--color_2);
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 0 5px;
}

.hover_link a:hover {
    color: var(--color_2);
}

.hover_link a:hover svg {
    fill: var(--color_2);
}

.i_svg_a_right {
    position: absolute;
    right: 0;
    top: 0;
}

header .btn_menu button {
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
    width: 16px;
    height: 13px;
    position: relative;
}

header .btn_menu button span {
    width: 16px;
    height: 1px;
    background-color: var(--color_1);
    display: block;
    margin: 0 0 5px;
}

/* header .btn_menu button span+span{
width: 16px;
margin: 0 0 5px;
} */
/* header .btn_menu button span+span+span{
width: 8px;
margin: 0 0 0 auto;
} */
header .btn_menu button.in span+span+span,
header .btn_menu button:hover span+span+span {
    margin: 0 auto 0 0;
}

header .btn_menu button:hover span,
header .btn_menu button.in span {
    margin: 0 0 5px auto;
}

@media (max-width: 575px) {
    header .text-logo {
        font-size: 24px;
    }

    footer .text-logo {
        font-size: 60px;
    }
}

header .i_svg a:hover {
    opacity: 0.5;
}

header.bg_white_fix {}

header.bg_white_fix .i_svg svg path,
header.bg_white_fix .logo svg path {
    stroke: var(--color_1);
}

header.header-transparent:not(.fix_scroll) .i_svg svg path,
header.header-transparent:not(.fix_scroll) .logo svg path {
    stroke: var(--color_0);
}

header.bg_white_fix .btn_menu button span {
    background-color: var(--color_0);
}

[data-type="pages"] header.bg_white_fix .i_svg svg,
[data-type="pages"] header.bg_white_fix .logo svg,
header.fix_scroll.bg_white_fix .i_svg svg,
header.fix_scroll.bg_white_fix .logo svg {
    /* fill: var(--color_1); */
}

[data-type="pages"] header.bg_white_fix .btn_menu button span,
header.bg_white_fix.fix_scroll .btn_menu button span {
    background-color: var(--color_1);
}

section.bg {
    background-color: var(--bg_0);
}

.section_slider {
    background-color: var(--color_2);
    position: relative;
    display: block;
    height: 100%;
}

.section_slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    max-height: 150px;
    z-index: 2;
}

.mini_head_cover .section_slider:before {
    max-height: 100px;
}

.section_slider .cover {
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    position: relative;
    /* Если нужно*/
}

.mini_head_cover .section_slider .cover {
    min-height: 30vh;
}


.section_slider .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color_1);
    opacity: .2;
    z-index: 2;
}

.section_slider .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    color: var(--color_0);
}

.section_slider .title h1,
.section_slider .title h2 {
    font-size: 75px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 5px;
    margin: 0 0 15px;
}

.section_slider .title p {
    font-size: 24px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: 2px;
    margin: auto;
    text-align: center;
}

.section_slider__slide--promo .overlay {
    background: linear-gradient(90deg, rgba(248, 244, 238, .84) 0%, rgba(248, 244, 238, .62) 33%, rgba(248, 244, 238, .08) 68%);
    opacity: 1;
}

.section_slider__slide--promo .cover img {
    object-position: center center;
}

.section_slider__slide--promo .section_slider__copy-wrap {
    color: var(--color_1);
    padding: clamp(86px, 10vw, 150px) clamp(20px, 7vw, 124px);
}

.section_slider__slide--promo .section_slider__copy {
    max-width: 560px;
    pointer-events: auto;
}

.section_slider__slide--promo .section_slider__eyebrow {
    color: #8b6f45;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.section_slider__slide--promo .title h1,
.section_slider__slide--promo .title h2 {
    color: var(--color_1);
    font-family: 'Tenor Sans', sans-serif;
    font-size: clamp(38px, 4.4vw, 72px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.02;
    margin-bottom: 22px;
    max-width: 560px;
}

.section_slider__slide--promo .title p {
    color: #4f4a43;
    font-size: clamp(15px, 1.15vw, 19px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.65;
    margin: 0;
    max-width: 470px;
    text-align: left;
}

.section_slider__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.section_slider__btn {
    align-items: center;
    border: 1px solid var(--color_1);
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0;
    min-height: 46px;
    min-width: 168px;
    padding: 13px 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.section_slider__btn--primary {
    background-color: var(--color_1);
    color: var(--color_0);
}

.section_slider__btn--primary:hover {
    background-color: #3b332a;
    border-color: #3b332a;
    color: var(--color_0);
}

.section_slider__btn--secondary {
    background-color: rgba(255, 255, 255, .36);
    color: var(--color_1);
}

.section_slider__btn--secondary:hover {
    background-color: var(--color_1);
    color: var(--color_0);
}

.section_slider .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider_nav_bullet .slider_nav,
.section_slider .slider_nav {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slider_nav_bullet .slider_nav {
    padding: 0;
    min-height: 30px;
}

.slider_nav_bullet .slider_nav .swiper-pagination-bullet,
.section_slider .slider_nav .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background: var(--color_0);
    margin: 0 2px;
    border-radius: 0;
}

.slider_nav_bullet .slider_nav .swiper-pagination-bullet {
    background: var(--color_2);
}

.slider_nav_bullet .slider_nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color_1);
}

.slider_nav_bullet .slider_nav>div,
.section_slider .slider_nav>div {
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.section_slider .logo_svg {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 0;
    opacity: 0.05;
    transform: scale(1.05) translateY(10%);
}

.section_slider .logo_svg svg {
    fill: var(--color_0);
    width: 100%;
}

.mini_head_cover .section_slider .title h1,
.mini_head_cover .section_slider .title h2 {
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .section_slider .cover {
        min-height: 55vh;
    }

    .section_slider .title h1,
    .section_slider .title h2 {
        font-size: 44px;
    }

    .section_slider .title p {
        font-size: 22px;
    }

    .section_slider__slide--promo .section_slider__copy-wrap {
        align-items: flex-end !important;
        padding: 92px 22px 76px;
    }

    .section_slider__slide--promo .section_slider__copy {
        max-width: 420px;
    }

    .section_slider__slide--promo .title h1,
    .section_slider__slide--promo .title h2 {
        font-size: 38px;
        line-height: 1.04;
    }

    .section_slider__slide--promo .title p {
        font-size: 15px;
        max-width: 360px;
    }

    .section_slider__slide--promo .cover img {
        object-position: 68% center;
    }
}

@media (max-width: 575px) {

    .section_slider .title h1,
    .section_slider .title h2 {
        font-size: 32px;
    }

    .mini_head_cover .section_slider .title h1,
    .mini_head_cover .section_slider .title h2 {
        font-size: 20px;
    }

    .section_slider .title p {
        font-size: 18px;
        max-width: 300px;
        margin: auto;
    }

    .section_slider .cover img {
        object-position: left top;
    }

    .section_slider__slide--promo .overlay {
        background: linear-gradient(180deg, rgba(248, 244, 238, .30) 0%, rgba(248, 244, 238, .50) 38%, rgba(248, 244, 238, .92) 100%);
    }

    .section_slider__slide--promo .section_slider__copy-wrap {
        padding: 84px 18px 64px;
    }

    .section_slider__slide--promo .section_slider__eyebrow {
        font-size: 10px;
        letter-spacing: 0;
        margin-bottom: 12px;
    }

    .section_slider__slide--promo .title h1,
    .section_slider__slide--promo .title h2 {
        font-size: 31px;
        letter-spacing: 0;
        margin-bottom: 14px;
    }

    .section_slider__slide--promo .title p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.55;
        margin: 0;
        max-width: 310px;
    }

    .section_slider__slide--promo .section_slider__actions {
        gap: 8px;
        margin-top: 22px;
    }

    .section_slider__slide--promo .section_slider__btn {
        font-size: 10px;
        min-height: 40px;
        min-width: 136px;
        padding: 11px 14px;
    }

    .section_slider__slide--promo .cover img {
        object-position: 70% center;
    }
}


.section_catalog .item_category {
    padding: 0;
    position: relative;
}

.section_catalog .item_category {
    overflow: hidden;
}

.section_catalog .item_category .img {
    position: relative;
}

.section_catalog .item_category .img img {
    max-height: 720px;
}

.section_catalog .item_category .img .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 30px 20px;
    z-index: 2;
}

.section_catalog .item_category .img .title h3 {
    font-weight: 300;
    color: var(--color_0);
    font-size: 24px;
    line-height: 140%;
    margin: 0;
}

.section_catalog .item_category .img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: -moz-linear-gradient(360deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    max-height: 150px;
    z-index: 2;
}

.section_catalog .left_next {
    right: inherit;
    left: -4%;
    z-index: 10;
}

.section_catalog .item_category .i_svg {
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    opacity: 1;
}

.section_catalog .item_category a:hover .i_svg {
    opacity: 0.5;
}

.section_catalog .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

@media (max-width: 575px) {
    .section_catalog .item_category .img img {
        max-height: 450px;
    }

    .section_catalog .item_category .img .title h3 {
        font-size: 18px;
    }
}

.section_home_categories {
    background: #fff;
}

.home_category_grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home_category_tile {
    aspect-ratio: 2 / 3;
    background: #e8e2dc;
    color: #fff;
    display: block;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.home_category_tile img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transform-origin: center top;
    transition: transform .45s ease;
    width: 100%;
}

.home_category_tile:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .52) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.home_category_tile span {
    bottom: 16px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    left: 14px;
    line-height: 1.2;
    max-width: calc(100% - 28px);
    overflow-wrap: anywhere;
    position: absolute;
    right: 14px;
    text-align: center;
    text-shadow: 0 1px 14px rgba(0, 0, 0, .34);
    z-index: 2;
}

.home_category_tile:hover {
    color: #fff;
}

.home_category_tile:hover img {
    transform: scale(1.06);
}

.home_category_tile--tops img,
.home_category_tile--dresses img,
.home_category_tile--jeans img,
.home_category_tile--blouses img,
.home_category_tile--shoes img,
.home_category_tile--skirts img,
.home_category_tile--knitwear img,
.home_category_tile--jackets img {
    object-position: center top;
}

@media (max-width: 767px) {
    .section_home_categories {
        padding-bottom: 34px !important;
    }

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

    .home_category_tile span {
        bottom: 13px;
        font-size: 15px;
        left: 10px;
        max-width: calc(100% - 20px);
        right: 10px;
    }
}


.item_product {
    position: relative;
}

.item_product.bg {
    background-color: var(--bg_3);
    height: 100%;
    overflow: hidden;
}

.item_product .swiper_container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.item_product .img {
    overflow: hidden;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: var(--bg_3);
    padding-bottom: 125%;
    display: flex;
    position: relative;
}

.item_product .img {
    position: relative;
}

.item_product .img>.gallery_product_catalog,
.item_product .img>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* margin: auto; */
    z-index: 2;
}

.item_product a+.swiper_container {
    position: relative;
    z-index: 0;
}

.item_product .img>.gallery_product_catalog,
.item_product .img>a+img {
    max-height: 450px;
}

.item_product .swiper_container {
    background-color: var(--bg_3);
}

.item_product .swiper_container+img {
    visibility: hidden;
    opacity: 0;
}

.item_product .img .swiper_container img {
    /*   max-height: 430px; */
}

.item_product .swiper_container_nav {
    transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    opacity: 0;
}

.item_product .img:hover .swiper_container_nav {
    opacity: 1;
}

.item_product .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
}

.item_basket .ico_heart,
.item_product .ico_heart {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/i_heart.svg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    z-index: 3;
    opacity: 0;
}

.item_basket .row .col-12:last-child .hr {
    display: none;
}


.item_basket .ico_heart,
.section_product .item_product .ico_heart {
    position: relative;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    min-width: 30px;
}

.item_basket .ico_heart.active,
.item_basket .ico_heart:hover,
.item_product .ico_heart.active,
.item_product .ico_heart:hover {
    background-image: url(../img/i_heart_black.svg);
}

@media (min-width: 676px) {
    .item_product:hover .ico_heart {
        opacity: 1;
    }
}

@media (max-width: 676px) {
    .item_product .ico_heart {
        opacity: 1;
    }
}

.item_basket .remove button {
    border: 0;
    background: transparent;
    padding: 0;
}

.item_basket .remove button:hover {
    opacity: 0.5;
}

.section_basket .hr,
.item_basket .hr {
    background-color: var(--color_4);
}

.item_product .name {
    background: var(--color_0);
    padding: 10px;
}

.item_product .name h3 {
    font-size: 12px;
    margin: 0;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item_basket .price,
.item_product .price {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    font-size: 14px;
}

.item_basket .price .price_old,
.item_product .price .price_old {
    color: var(--color_2);
    position: relative;
}

.item_basket .price .price_discont,
.item_product .price .price_discont {
    color: var(--color_3);
}

.item_basket .count_form .quantity_input {
    width: 115px;
    min-height: 40px;
    position: relative;
    border: 1px solid;
}

.item_basket .count_form .quantity_input input {
    border: 0;
}

.item_basket .count_form button {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 35px;
    min-width: 35px;
    border: 0;
    background: transparent;
    text-align: center;
    font-weight: 200;

}

.item_basket .count_form input+button {
    right: 0;
    left: inherit;
    font-size: 20px;
    font-weight: 300;
}

.item_basket .count_form input {
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.section_product {
    min-height: 500px;
}

.section_product h1 {
    max-width: 400px;
}

.section_product .gallery_mini {
    min-width: 64px;
    width: 64px;
}

.section_slider_swiper,
.swiper_swiper_products,
.swiper_swiper_gallery,
.swiper_swiper_category,
.swiper_container {
    touch-action: pan-y pinch-zoom;
    -webkit-tap-highlight-color: transparent;
}

.section_slider_swiper img,
.section_slider_swiper picture,
.section_slider_swiper a,
.section_slider_swiper video,
.swiper_swiper_products img,
.swiper_swiper_products picture,
.swiper_swiper_products a,
.swiper_swiper_products video,
.swiper_swiper_gallery img,
.swiper_swiper_gallery picture,
.swiper_swiper_gallery a,
.swiper_swiper_gallery video,
.swiper_swiper_category img,
.swiper_swiper_category picture,
.swiper_swiper_category a,
.swiper_swiper_category video,
.swiper_container img,
.swiper_container picture,
.swiper_container a,
.swiper_container video {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.section_product .i_play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
}


.info_order_products {
    margin: 10px 0 0;
    display: inline-block;
    background-color: var(--bg_3);
    border: 1px solid var(--color_4);
    padding: 10px;
    font-size: 13px;
    color: var(--color_2);
}

@media(min-width: 991px) {
    .section_basket .basket_order_date {
        width: 370px;
        min-width: 370px;
    }
}

@media(max-width: 575px) {
    .item_basket .count_form .quantity_input {
        width: 100px;
    }
}

@media(max-width: 370px) {
    .item_basket .count_form .quantity_input {
        width: 80px;
    }
}

.section_basket h6 {
    font-size: 22px;
    line-height: 130%;
    font-weight: 300;
}

.section_basket .item_basket_content {
    padding: 32px 24px;
    background-color: white;
    position: relative;
    margin-bottom: 40px;
}

.section_basket .cart_null:before,
.section_basket .cart_null:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 10000%;
    background: #fff;
}

.section_basket .cart_null:before {
    right: 100%;
}

.section_basket .cart_null:after {
    left: 100%;
}

.tabs_list .tabs_panel {
    border-bottom: 1px solid var(--bg_2);
}

.tabs_list .tabs_panel ul li button {
    background: transparent;
    border: 0;
    font-weight: 300;
    padding: .8rem;
    border-bottom: 1px solid;
    margin: 0 0 -1px;
    color: var(--color_2);
}

.tabs_list .tabs_panel ul li button.in {
    border-bottom: 1px solid;
    color: var(--color_1);
}

.tabs_list p {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.name_option {
    color: var(--color_2);
    font-weight: 400;
}

.color_option {
    width: 32px;
    min-width: 32px;
    height: 32px;
    /* border: 1px solid var(--bg_2); */
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
}

.color_option span {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.color_option span.white {
    border: 1px solid var(--color_1) !important;
}

.color_option.in span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 1px;
    background: var(--color_1);
}

.color_option .value {
    position: absolute;
    top: -100%;
    background-color: var(--color_1);
    color: var(--color_0);
    padding: 5px;
    font-size: 13px;
    opacity: 0;
    left: 0;
    min-width: 100px;
    text-align: center;
    visibility: hidden;
    white-space: nowrap;
    transform: translateX(calc(-50% + 16px));
    -webkit-transform: translateX(calc(-50% + 16px));
    -moz-transform: translateX(calc(-50% + 16px));
    -ms-transform: translateX(calc(-50% + 16px));
    -o-transform: translateX(calc(-50% + 16px));
}

.color_option .value:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid var(--color_1);
    bottom: -40px;
    width: 10px;
    margin: auto;
    height: 10px;
    right: 0;
    left: 0;
    top: 0;
}

/* .color_option:hover{
   border: 1px solid var(--color_2); 
} */
.color_option:hover .value {
    opacity: 1;
    visibility: visible;
}

.size_option label {
    min-width: 50px;
    position: relative;
    margin: 0;
    padding: 0 5px;
    cursor: pointer;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.size_option label input {
    display: none;
}

.size_option label input+span {
    border: 1px solid var(--bg_2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.size_option label.count_null input+span {
    background:
        linear-gradient(to top left,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) calc(50% - 0.8px),
            var(--bg_2) 50%,
            rgba(0, 0, 0, 0) calc(50% + 0.8px),
            rgba(0, 0, 0, 0) 100%),
        linear-gradient(to top right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) calc(50% - 0.8px),
            var(--bg_2) 50%,
            rgba(0, 0, 0, 0) calc(50% + 0.8px),
            rgba(0, 0, 0, 0) 100%);
}

.size_option label.count_null span:last-child {
    color: var(--bg_2);
}

.size_option label:not(.count_null):hover input+span {
    border: 1px solid var(--color_2);
}

.size_option label.count_null svg {
    position: absolute;
    right: -6px;
    top: -6px;
}

.size_option label input:checked+span {
    border: 1px solid var(--color_1);
}

.size_option label span span {
    display: block;
    font-size: 11px;
    color: var(--color_2);
    padding: 0 5px;
}


.section_products .item_product .price .price_old,
.section_products .item_product .price .price_discont {
    font-size: 14px;
}

.section_trust_showcase {
    background: linear-gradient(180deg, rgba(248, 247, 245, 0.95) 0%, rgba(255, 255, 255, 1) 100%);
}

.trust_showcase {
    background: var(--color_0);
    border: 1px solid rgba(23, 23, 23, 0.08);
    padding: 42px;
}

.trust_showcase_eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color_2);
    margin-bottom: 14px;
}

.trust_showcase h2 {
    max-width: 520px;
    margin: 0;
}

.trust_showcase_intro {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: var(--color_5);
}

.trust_showcase_card {
    height: 100%;
    padding: 28px 24px;
    background: linear-gradient(180deg, rgba(248, 247, 245, 0.85) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(23, 23, 23, 0.08);
}

.trust_showcase_card_title {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 14px;
}

.trust_showcase_card p {
    margin: 0;
    color: var(--color_5);
    line-height: 1.6;
}

.product_trust_panel {
    margin-top: 2px;
    margin-bottom: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
}

.product_trust_list {
    display: grid;
    gap: 12px;
}

.product_trust_item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
}

.product_trust_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--color_1);
}

.product_trust_icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product_trust_item strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    margin-bottom: 2px;
}

.checkout_trust_title {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 6px;
}

.product_trust_item span {
    display: block;
    color: var(--color_5);
    font-size: 13px;
    line-height: 1.45;
}

.product_trust_link {
    display: inline-flex;
    margin-top: 14px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.35);
    color: var(--color_1);
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}

.product_trust_link:hover {
    border-color: var(--color_1);
    color: var(--color_1);
}

.checkout_trust_panel {
    margin: 6px 0 18px;
    padding: 16px 18px;
    background: var(--bg_3);
    border: 1px solid rgba(23, 23, 23, 0.08);
}

.checkout_trust_list {
    display: grid;
    gap: 10px;
}

.checkout_trust_list li {
    position: relative;
    padding-left: 18px;
    color: var(--color_5);
    font-size: 13px;
    line-height: 1.55;
}

.checkout_trust_list li strong {
    display: block;
    color: var(--color_1);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 2px;
}

.checkout_trust_list li span {
    display: block;
}

.checkout_trust_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color_1);
}

.section_home_closing {
    background: #fff;
}

.home_service_tiles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0 auto 38px;
    max-width: 980px;
}

.home_service_tile {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .12);
    display: flex;
    flex-direction: column;
    min-height: 118px;
    padding: 18px 14px 16px;
    text-align: center;
}

.home_service_icon {
    align-items: center;
    border: 1px solid rgba(23, 23, 23, .20);
    border-radius: 50%;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    margin-bottom: 10px;
    width: 28px;
}

.home_service_icon svg {
    display: block;
    fill: currentColor;
    height: 18px;
    width: 18px;
}

.home_service_title {
    color: var(--color_1);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 4px;
}

.home_service_text {
    color: var(--color_5);
    font-size: 10px;
    line-height: 1.35;
    max-width: 160px;
}

.home_section_head {
    margin: 0 0 24px;
    text-align: center;
}

.home_section_head h2 {
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.15;
    margin: 0;
}

.home_stores_grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 42px;
}

.home_store_card {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .10);
    min-width: 0;
}

.home_store_card img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.home_store_body {
    padding: 14px 14px 16px;
}

.home_store_head {
    align-items: baseline;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 0 0 6px;
}

.home_store_head h3 {
    min-width: 0;
}

.home_store_body h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.home_store_body a,
.home_store_body span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

.home_store_rating {
    align-items: center;
    color: #b99a5e;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
}

.home_store_rating span {
    display: inline-block;
    font-size: 10px;
    letter-spacing: .02em;
    line-height: 1;
}

.home_store_rating:hover {
    color: var(--color_1);
}

.home_store_rating_static {
    cursor: default;
}

.home_store_address {
    color: var(--color_5);
    margin: 0 0 6px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home_store_phone {
    color: var(--color_1);
    font-weight: 500;
    text-decoration: none;
}

.home_store_address:hover,
.home_store_phone:hover {
    color: var(--color_2);
}

.home_store_body span {
    color: var(--color_2);
    margin-top: 2px;
}

.home_section_head_reviews {
    margin-top: 4px;
}

.home_reviews_grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home_review_card {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .10);
    min-height: 160px;
    padding: 20px 18px;
}

.home_review_stars {
    color: #b99a5e;
    font-size: 13px;
    letter-spacing: .12em;
    line-height: 1;
    margin-bottom: 14px;
}

.home_review_card h3 {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 8px;
}

.home_review_card p {
    color: var(--color_5);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .home_service_tiles,
    .home_stores_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home_reviews_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .section_home_closing {
        padding-top: 34px !important;
    }

    .home_service_tiles {
        gap: 8px;
        margin-bottom: 30px;
    }

    .home_service_tile {
        min-height: 112px;
        padding: 15px 10px 14px;
    }

    .home_service_title {
        font-size: 12px;
    }

    .home_service_text {
        font-size: 9.5px;
    }

    .home_stores_grid {
        gap: 14px;
        grid-template-columns: 1fr;
        margin-bottom: 34px;
    }

    .home_review_card {
        min-height: 0;
    }
}


.item_product .price .price_old:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background: var(--color_2);
    opacity: 0.5;
}

.item_product .img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-height: 450px;
    background-color: var(--bg_3);
}

.item_product .img img {
    /*  max-height: 450px; */
    display: block;
    margin: auto;
    mix-blend-mode: darken;
}

.item_product .title {
    padding: 10px 0 20px;
    text-align: center;
}

.item_product .title a:hover {
    opacity: 0.5;
}

.item_product .title h3 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 300;
    margin: 0 0 15px;
    padding: 0 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


@media(min-width: 1540px) {
    .swiper_swiper_products .swiper-button-next,
    .swiper_swiper_gallery .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 30px);
    }

    .swiper_swiper_products .swiper-button-prev,
    .swiper_swiper_gallery .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 30px);
    }
}

@media(max-width: 575px) {
    :root {
        --header-top-offset: 32px;
    }

    .item_product {
        max-width: 330px;
    }

    .section_product .item_product {
        max-width: 800px;
    }

    .item_product .price .price_old,
    .item_product .price .price_discont {
        font-size: 13px;
    }

    .trust_showcase {
        padding: 28px 20px;
    }

    .trust_showcase_intro {
        font-size: 15px;
        line-height: 1.55;
    }

    .header_trust_track {
        justify-content: flex-start;
        padding: 12px 14px;
    }

    .header_trust_bar .container {
        overflow: hidden;
    }

    .header_trust_marquee {
        display: block;
    }

    .header_trust_track_desktop {
        display: none;
    }

    .header_trust_mobile {
        display: block;
        overflow: hidden;
    }

    .header_trust_mobile_track {
        display: flex;
        align-items: center;
        width: max-content;
        min-width: max-content;
        white-space: nowrap;
        padding: 8px 0;
        animation: headerTrustMobileMarquee 20s linear infinite;
        will-change: transform;
    }

    .header_trust_item {
        padding: 0 14px;
        gap: 6px;
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .product_trust_panel {
        margin-bottom: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header_trust_mobile_track {
        animation: none;
    }
}

.item_product .swiper_nav_next_prev .i_svg,
.swiper_swiper_products.swiper_nav_next_prev .i_svg,
.swiper_swiper_gallery.swiper_nav_next_prev .i_svg {
    opacity: .5;
    filter: initial;
    -webkit-filter: initial;
}


.cookiealert {
    position: fixed;
    left: 0;
    right: 0;
    background-color: var(--color_0);
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.cookiealert p {
    margin: 0;
    line-height: 120%;
    font-size: 13px;
}

.cookiealert p a {
    text-decoration: underline;
}

.cookiealert .container {
    max-width: 850px;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 5000ms;
}

.button_1 a,
.button_1 button {
    background-color: var(--color_1);
    border: 0;
    display: flex;
    width: auto;
    min-height: 40px;
    color: var(--color_0);
    align-items: center;
    font-size: 16px;
    line-height: 1.25;
    padding: 0 20px;
    font-weight: 400;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.button_2 a,
.button_2 button {
    background-color: #fff;
    border: 1px solid rgba(61, 61, 61, 0.7);
    display: flex;
    width: auto;
    min-height: 40px;
    color: var(--color_1);
    align-items: center;
    font-size: 16px;
    line-height: 1.25;
    padding: 0 20px;
    font-weight: 400;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.button_1 a:hover,
.button_1 button:hover {
    background-color: var(--color_1_hover);
}

.button_1 button[disabled]:hover,
.button_1 button[disabled],
.button_1 button:disabled {
    background-color: var(--color_2);
    cursor: default;
}

.button_1 .i_svg svg {
    fill: var(--color_0);
}

.i_svg.r-180 svg {
    transform: rotate(180deg);
}

.button_1 a:hover .i_svg svg,
.button_1 button:hover .i_svg svg {
    fill: var(--color_0);
}


@media(max-width: 375px) {
    .cookiealert p {
        font-size: 12px;
    }
}

.swiper_nav_next_prev .i_svg {
    -webkit-filter: grayscale(100%) invert(100%) brightness(200%);
    filter: grayscale(100%) invert(100%) brightness(200%);
    opacity: 0.5;
}

.swiper_nav_next_prev .swiper-button-prev:after,
.swiper_nav_next_prev .swiper-button-next:after {
    content: '';
}

.swiper_nav_next_prev_filter .i_svg svg {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}




.checkbox_style label {
    cursor: pointer;
}

.checkbox_style label input {
    display: none;
}

.checkbox_style label input+span {
    width: 16px;
    height: 16px;
    min-width: 16px;
    position: relative;
    border: 1px solid #D7D7D7;
    display: block;
    margin: 0 10px 0 0;
}

.checkbox_style label input+span:hover {
    background-color: var(--bg_0);
}

.checkbox_style label input:checked+span {
    border: 1px solid var(--color_1);
}

.checkbox_style label input:checked+span:before {
    content: "";
    background-color: var(--color_1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/check.svg);
    background-position: center;
}

.checkbox_style label input+span {}

.checkbox_style label input+span+span {}


.form input[type="tel"],
.form input[type="email"],
.form input[type="password"],
.form textarea,
.form input[type="text"] {
    border: 0;
    width: 100%;
    display: block;
    min-height: 40px;
    font-weight: 300;
    padding: 0 30px 0 10px;
    background-color: var(--bg_0);
    border-bottom: 1px solid var(--color_1);
    position: relative;
    border-radius: 0;
}

.form input[name="dr"]:disabled {
    opacity: .5;
}

.form .i_svg_label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    z-index: 1;
    padding: 0 5px;
    width: 40px;
}

.form .i_svg_label button {
    border: 0;
    background-color: transparent;
}

.form .i_svg_label svg {
    fill: var(--color_2);
}

.form .i_svg_label+input {
    padding: 0 10px 0 50px;
}

.form input+ul+.input_load,
.form input+.input_load {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}

.form input+ul+.input_load>div,
.form input+.input_load>div {
    width: 100%;
    height: 100%;
    border-width: 1px;
}

.form input.error+button:before,
.form input.error+.mess_info_input {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-image: url(../img/i_close_error.svg);
    opacity: 1;
    z-index: 1;
    background-color: var(--bg_0);
}

.form input.error:focus+button:before {
    background-color: var(--bg_1);
}

.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form input[type="text"]:focus {
    background-color: var(--bg_1);
    border-bottom: 1px solid var(--color_2);
}

.form input[type="tel"].error:focus,
.form input[type="email"].error:focus,
.form input[type="password"].error:focus,
.form input[type="text"].error:focus,
.form input.error {
    border-bottom: 1px solid var(--color_3);
}

.form label {
    font-size: 14px;
}

.form .label_title {
    font-size: 14px;
    /*  color: var(--color_2); */
}

.form .label_title span {
    color: var(--color_3);
}

.form input+button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
}

.form input+button:hover {
    opacity: .5;
}

.form input.error+button {
    fill: var(--color_3);
}

.form input+button {
    width: -1px;
    height: 100%;
}

.form .name_title {}

.legal_info {
    font-size: 11px;
    line-height: 180%;
    color: var(--color_2);
}

.modal .legal_info {
    font-size: 13px;
}

.legal_info a {
    text-decoration: underline;
    color: var(--color_1);
}

.legal_info a:hover {
    color: var(--color_2);
}

.hr {
    width: 100%;
    height: 1px;
    background-color: var(--bg_2);
}


footer {
    position: relative;
    background-color: var(--color_0);
    min-height: 400px;
}

footer.footer_lux {
    background: #f7f4f1;
    border-top: 1px solid var(--color_4);
}

footer.footer_lux .logo {
    margin: 0;
}

/* Footer sections */
.footer_section {
    padding: 32px 0;
}

/* Gradient divider line */
.footer_gradient_line {
    height: 1px;
    background: linear-gradient(90deg,
            transparent 0%,
            var(--color_4) 15%,
            var(--color_6) 50%,
            var(--color_4) 85%,
            transparent 100%);
}

/* Newsletter */
footer.footer_lux .footer_newsletter {
    max-width: 560px;
    margin: 0 auto;
    background: transparent;
    text-align: center;
}

.footer_subscribe_head {
    margin-bottom: 20px;
    text-align: center;
}

.footer_subscribe_title {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: var(--color_1);
}

.footer_subscribe_subtitle {
    font-size: 13px;
    line-height: 160%;
    color: var(--color_2);
    margin-top: 6px;
}

.footer_email_row {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.footer_email_row input {
    width: 100%;
    border-radius: 50px;
    border: 1px solid var(--color_4);
    padding: 14px 20px;
    font-size: 14px;
    background: transparent;
    transition: border-color 0.3s ease;
}

.footer_email_row input:focus {
    border-color: var(--color_5);
    outline: none;
}

.footer_email_row input+button {
    position: static;
}

.footer_consent_row {
    margin-top: 12px;
}

.footer_consent_label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 160%;
    color: var(--color_2);
    text-align: left;
}

.footer_consent_checkbox {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-top: 3px;
    accent-color: #1a1a1a;
    cursor: pointer;
}

.footer_consent_text {
    flex: 1;
}

.footer_consent_text a {
    color: var(--color_2);
    text-decoration: underline;
}

.footer_consent_text a:hover {
    color: var(--color_1);
}

/* Section title */
.footer_section_title {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color_2);
    text-align: center;
    margin-bottom: 20px;
}

/* Social pills */
.footer_socials_section {
    text-align: center;
}

.footer_socials_pills {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Navigation columns */
.footer_columns {
    display: flex;
    gap: 60px;
    justify-content: center;
}

/* Mobile responsive */
@media (max-width: 575px) {
    footer.footer_lux {
        background: #f7f4f1;
    }

    footer.footer_lux .logo {
        text-align: left;
    }

    footer.footer_lux .footer_newsletter {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .footer_subscribe_head,
    .footer_subscribe_title,
    .footer_subscribe_subtitle {
        text-align: center;
    }

    .footer_email_row {
        flex-direction: column;
        align-items: stretch;
    }

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

    .footer_section {
        padding: 24px 0;
    }

    .footer_columns {
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    .footer_col_title {
        margin-bottom: 12px;
    }

    .footer_socials_section {
        text-align: center;
    }

    .footer_socials_pills {
        justify-content: center;
    }

    .footer_pill {
        width: 100%;
        justify-content: center;
    }

    .footer_bottom_bar {
        flex-direction: column-reverse;
        /* Logo at bottom */
        gap: 16px;
        align-items: center;
        text-align: center;
    }

    .footer_bottom_socials {
        justify-content: center;
    }
}

.footer_col_title {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color_2);
    margin-bottom: 18px;
}

.footer_col_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_col_list li {
    margin: 0 0 10px;
}

.footer_col_list a {
    font-size: 14px;
    line-height: 160%;
    color: var(--color_1);
    text-decoration: none;
    transition: color 0.2s ease;
    position: relative;
}

.footer_col_list a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color_2);
    transition: width 0.3s ease;
}

.footer_col_list a:hover {
    color: var(--color_2);
}

.footer_col_list a:hover::after {
    width: 100%;
}

/* Bottom bar */
/* Bottom bar */
.footer_bottom_bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 25px 0 28px;
    text-align: center;
}

.footer_copyright {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer_copyright .logo {
    font-size: 14px;
}

.footer_year {
    font-size: 12px;
    color: var(--color_2);
    letter-spacing: 0.04em;
}

.footer_bottom_socials {
    display: flex;
    gap: 10px;
}

.footer_bottom_icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--color_4);
    color: var(--color_5);
    transition: all 0.3s ease;
}

.footer_bottom_icon:hover {
    border-color: var(--color_5);
    color: var(--color_1);
    transform: translateY(-1px);
}

.footer_bottom_icon_tg:hover {
    border-color: #2AABEE;
    color: #2AABEE;
}

.footer_bottom_icon_vk:hover {
    border-color: #0077FF;
    color: #0077FF;
}

/* Mobile responsive */
@media (max-width: 575px) {
    footer.footer_lux {
        background: #f7f4f1;
    }

    footer.footer_lux .logo {
        text-align: center;
    }

    footer.footer_lux .footer_newsletter {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .footer_subscribe_head,
    .footer_subscribe_title,
    .footer_subscribe_subtitle {
        text-align: center;
    }

    .footer_email_row {
        flex-direction: column;
        align-items: stretch;
    }

    .footer_email_row button {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: 10px 0;
        text-indent: 0;
        box-sizing: border-box;
    }

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

    .footer_section {
        padding: 24px 0;
    }

    .footer_columns {
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    .footer_col_title {
        margin-bottom: 12px;
    }

    .footer_socials_section {
        text-align: center;
    }

    .footer_socials_pills {
        justify-content: center;
    }

    .footer_pill {
        width: 100%;
        justify-content: center;
    }

    .footer_bottom_bar {
        flex-direction: column-reverse;
        /* Logo at bottom */
        gap: 16px;
        align-items: center;
        text-align: center;
    }

    .footer_bottom_socials {
        justify-content: center;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.brand-font-3,
.brand-font-6,
.brand-font-13 {
    font-family: "Brand-PlayfairDisplay", "Times New Roman", serif;
}

.brand-font-4,
.brand-font-17 {
    font-family: "Brand-Inter", "Helvetica Neue", Arial, sans-serif;
}

.brand-font-5,
.brand-font-12,
.brand-font-19 {
    font-family: "Brand-BodoniModa", "Times New Roman", serif;
}

.brand-font-7 {
    font-family: "Brand-CormorantGaramond", "Times New Roman", serif;
}

.brand-font-8 {
    font-family: "Brand-Poppins", Arial, sans-serif;
}

.brand-font-9 {
    font-family: "Brand-Montserrat", Arial, sans-serif;
}

.brand-font-10 {
    font-family: "Brand-LibreBaskerville", "Times New Roman", serif;
}

.brand-font-14 {
    font-family: "Brand-Oswald", "Arial Narrow", Arial, sans-serif;
    letter-spacing: 0.02em;
}

.brand-font-15 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.brand-font-16 {
    font-family: "Brand-Lora", "Times New Roman", serif;
}

.brand-font-18 {
    font-family: "Brand-Cormorant", "Times New Roman", serif;
}

.brand-font-20 {
    font-family: "Brand-Cinzel", "Times New Roman", serif;
}

.section_brands .brands-showcase {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_brands .brand-row {
    align-items: center;
    background: linear-gradient(90deg, #fbfaf7, #f2eee7);
    border: 1px solid rgba(24, 24, 24, .08);
    color: var(--color_1);
    display: grid;
    gap: clamp(10px, 2.6vw, 24px);
    grid-template-columns: minmax(0, 1fr) minmax(150px, 34vw) auto;
    isolation: isolate;
    min-height: clamp(86px, 9vw, 120px);
    overflow: hidden;
    padding: 22px clamp(16px, 3.8vw, 44px);
    position: relative;
    text-decoration: none;
    transition: border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}

.section_brands .brand-row__content {
    display: block;
    grid-column: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.section_brands .brand-row__name {
    font-size: clamp(26px, 5.6vw, 58px);
    letter-spacing: .09em;
    line-height: 1;
    min-width: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.section_brands .brand-row__logo {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    max-width: min(560px, 52vw);
    min-width: 0;
    width: 100%;
}

.section_brands .brand-row__logo img {
    display: block;
    height: auto;
    max-height: clamp(54px, 7vw, 92px);
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.section_brands .brand-row__count {
    align-self: center;
    color: rgba(21, 21, 21, .48);
    display: none;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(13px, 1.5vw, 18px);
    justify-self: start;
    letter-spacing: .06em;
    line-height: 1;
    position: relative;
    z-index: 4;
}

.section_brands .brand-row__photo {
    align-self: stretch;
    border-left: 1px solid rgba(24, 24, 24, .06);
    display: block;
    grid-column: 2;
    margin: -22px 0;
    min-height: calc(100% + 44px);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.section_brands .brand-row__photo::after {
    content: "";
    display: none;
    inset: 0;
    position: absolute;
}

.section_brands .brand-row__photo img {
    display: block;
    filter: none;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center 24%;
    opacity: 1;
    position: absolute;
    transform: scale(1.02);
    transition: transform .35s ease;
    width: 100%;
}

.section_brands .brand-row__plus {
    align-items: center;
    color: rgba(21, 21, 21, .42);
    display: inline-flex;
    flex: 0 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 200;
    grid-column: 3;
    height: 1em;
    justify-content: center;
    line-height: 1;
    margin-left: 18px;
    transition: color .25s ease, transform .25s ease;
    width: 1em;
}

.section_brands .brand-row:hover {
    border-color: rgba(24, 24, 24, .18);
    box-shadow: 0 16px 34px rgba(22, 20, 18, .06);
    color: var(--color_1);
    transform: translateY(-1px);
}

.section_brands .brand-row:hover .brand-row__photo img {
    transform: scale(1.06);
}

.section_brands .brand-row:hover .brand-row__plus {
    color: var(--color_1);
    transform: rotate(90deg);
}

@media (max-width: 575px) {
    .section_brands .brands-showcase {
        gap: 7px;
    }

    .section_brands .brand-row {
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) 28px minmax(92px, 30vw) auto;
        min-height: 78px;
        padding: 18px 14px 18px 16px;
    }

    .section_brands .brand-row__content {
        display: contents;
    }

    .section_brands .brand-row__name {
        font-size: clamp(22px, 8vw, 34px);
        grid-column: 1 / 4;
        letter-spacing: .075em;
        max-width: 100%;
        position: relative;
        z-index: 3;
    }

    .section_brands .brand-row__logo {
        grid-column: 1 / 4;
        max-width: min(270px, 62vw);
        position: relative;
        z-index: 3;
    }

    .section_brands .brand-row__logo img {
        max-height: 52px;
    }

    .section_brands .brand-row__count {
        align-self: center;
        background: #fbfaf7;
        border: 1px solid rgba(24, 24, 24, .08);
        border-radius: 999px;
        bottom: 9px;
        display: inline-flex;
        font-size: 12px;
        grid-column: auto;
        justify-self: auto;
        padding: 2px 6px;
        position: absolute;
        right: calc(44px + clamp(92px, 30vw, 132px) + 8px);
        z-index: 5;
    }

    .section_brands .brand-row__photo {
        bottom: 0;
        grid-column: auto;
        margin: 0;
        min-height: 0;
        position: absolute;
        right: 44px;
        top: 0;
        width: clamp(92px, 30vw, 132px);
    }

    .section_brands .brand-row__photo img {
        object-position: center 24%;
    }

    .section_brands .brand-row__plus {
        font-size: 30px;
        grid-column: 4;
        margin-left: 0;
        position: relative;
        z-index: 4;
    }
}

@media (max-width: 575px) {
    footer ul li a {
        font-size: 14px;
    }
}


.section_breadcrumb ol {
    margin: 0;
    padding: 2px 0 5px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    line-height: 1.55;
    vertical-align: top;
}

.section_breadcrumb ol::-webkit-scrollbar {
    display: none;
}

.section_breadcrumb ol {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.section_breadcrumb ol li {
    font-size: 14px;
    display: inline-block;
    line-height: inherit;
    vertical-align: top;
}

.section_breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 6px;
}

.section_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bg_2);
    padding: 0 6px 0 0;
    font-size: 14px;
}

.mini_head_cover .breadcrumb-item.active {
    color: var(--color_2);
}

.section_breadcrumb .breadcrumb-item a span {
    display: inline-block;
    padding: 0 0 2px;
    line-height: inherit;
    border-bottom: 1px solid white;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.section_breadcrumb.bg .breadcrumb-item a span {
    border-bottom: 1px solid var(--bg_0);
}

.section_breadcrumb .breadcrumb-item a:hover span {
    border-bottom: 1px solid;
}

.section_breadcrumb .breadcrumb-item.active span {
    display: inline-block;
    padding: 0 0 2px;
    line-height: inherit;
    border-bottom: 1px solid var(--color_2);
}

.section_filter button.ico_svg_filter {
    border: 0;
    background: transparent;
    padding: 0;
}

.section_product h1,
.section_filter h1,
.section_filter h2 {
    font-size: 24px;
    line-height: 130%;
    font-weight: 300;
}

.section_product .item_product h1 {
    max-width: 520px;
    margin: 0 0 10px;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.12;
    font-weight: 400;
}

.section_product .item_product .price {
    justify-content: flex-start;
    margin: 0 0 18px;
    font-size: clamp(24px, 2.4vw, 30px);
    line-height: 1.15;
    font-weight: 500;
}

.section_product .item_product .text-black-50 {
    padding-top: 0 !important;
    padding-bottom: 12px !important;
    font-size: 13px;
}

.section_filter .filter_content ul li a {
    padding: 15px 0 2px;
    display: inline-block;
    font-size: 14px;
    line-height: 130%;
    border-bottom: 1px solid transparent;
}

.section_filter .filter_content ul li a:hover {
    border-bottom: 1px solid;
    color: var(--color_2);
}

.section_filter .filter_tab label {
    cursor: pointer;
}

.section_filter .filter_tab label+div {
    display: none;
    padding: 10px 0;
}

.section_filter .filter_tab label.in+div {
    display: block;
}

.section_filter .filter_tab label .i_svg {
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.section_filter .filter_tab label.in .i_svg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.section_filter .filter_button_reset button {
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
}

.section_filter .filter_button_reset button:hover {
    opacity: .5;
}

.section_filter label {
    cursor: pointer;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.section_filter .checkbox_type_1 label input+span+span {
    padding: 2px 0;
    display: inline-block;
    font-size: 14px;
    line-height: 130%;
    border-bottom: 1px solid transparent;
}

.section_filter .filter_tab label:hover,
.section_filter .checkbox_type_1 label:hover,
.section_filter .checkbox_type_1 label input:disabled+span+span {
    color: var(--color_2);
}

.section_filter .checkbox_type_1 label input:checked+span+span {
    border-bottom: 1px solid;
    /*   color: var(--color_2); */
}

.section_filter .checkbox_type_1 label input {
    display: none;
}

.section_filter .filter_content.in {
    display: block;
}

.modal_mob_search .container {
    max-width: 1700px;
}

.modal_mob_search .content_text h6 {
    font-size: 22px;
}

.modal_mob_search .load_submit button {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 24px;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    opacity: .5;
}

.modal_mob_search .load_submit button:hover,
.modal_mob_search input:focus+.load_submit button {
    opacity: 1;
}

@media (min-width: 991px) {
    .modal_mob_search .form {
        min-width: 330px;
        width: 330px;
    }

    .section_filter .filter_content {
        width: 260px;
        min-width: 260px;
        max-width: 260px;
    }
}

@media (max-width: 991px) {
    .section_filter .filter_content {
        display: none;
        width: 100%;
        max-width: 400px;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background: white;
        z-index: 101;
    }

    .modal_mob_search .content_text h6 {
        font-size: 18px;
    }

    .section_filter .filter_content .mobile_filter_modal {
        padding: 20px 15px;
        height: calc(100vh - 150px);
        overflow: hidden;
        overflow-y: auto;
    }

    .section_filter .filter_content.in+.mobile_filter_modal_bg {
        background-color: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: absolute;
        right: 0;
        width: 100%;
        position: fixed;
        height: 100%;
        left: 0;
        z-index: 100;
        top: 0;
    }

    .row[data-search="category"] {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .row[data-search="category"]::-webkit-scrollbar {
        width: 0px;
    }

    .row[data-search="category"]::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .row[data-search="category"]::-webkit-scrollbar-thumb {
        background-color: transparent;
        height: 100px;
        max-height: 100px;
        border-radius: 0;
        border: 0;
    }

    .section_filter h2 {
        font-size: 18px;

    }
}


.item_basket {}

.basket_order_date .item_basket .img,
.modal .item_basket .img,
.item_basket .img {
    width: 100px;
}

@media (min-width: 1200px) {
    .item_basket .img {
        width: 170px;
    }
}

.item_basket h6 {
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
}

.item_basket h6 a:hover {
    color: var(--color_2);
}

.modal_mob_search [data-search="category"] a {
    font-size: 14px;
    line-height: 140%;
    padding: 5px 0 2px;
    border-bottom: 1px solid transparent;
    display: block;
}

.modal_mob_search [data-search="category"] a:hover {
    color: var(--color_2);
    border-bottom: 1px solid;
}

.modal_mob_search ul li {
    position: relative;
    margin: 15px 0;
    display: block;
}

.modal_mob_search ul li a {
    display: inline-block;
    padding: 0 0 2px 0;
    position: static;
    border-bottom: 1px solid transparent;
    margin: 0;
    line-height: 140%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 310px;
}

.modal_mob_search ul li a:hover {
    border-bottom: 1px solid;
    color: var(--color_2);
}

.modal_mob_search ul li a:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    opacity: .5;
}

.modal_mob_search div[data-search="history"] ul li a:before {}

.modal_mob_search div[data-search="link_search"] ul li a:before {
    background-image: url(../img/i_search.svg);
}



.i_svg_heart .active svg path,
.i_svg_heart svg path+path {
    display: none;
}

.i_svg_heart .active svg path+path {
    display: block;
}

.link_next {
    color: var(--color_2);
}

.link_next span {
    display: block;
    margin: 0 10px 0 0;
}

.link_next .i_svg svg {
    fill: var(--color_2);
}

.link_next:hover {
    color: var(--color_1);
}

.link_next:hover .i_svg svg {
    fill: var(--color_1);
}

.link_a a {
    font-size: 14px;
}

.link_a a:hover {
    color: var(--color_2);
}

.link_ico {
    border: 0;
    background: transparent;
    padding: 0;
    height: 20px;
}

.link_ico:hover {
    opacity: .5;
}

input+.password_input {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 24px;
    padding: 0 10px 0 0;
}

.hr_text {
    text-align: center;
    font-size: 13px;
    color: var(--color_2);
    position: relative;
}

.hr_text:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--bg_1);
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.hr_text span {
    position: relative;
    background-color: white;
    padding: 0 30px;
}


.modal_center .modal-dialog,
.modal_left .modal-dialog,
.modal_right .modal-dialog {
    margin: 0 0 0 auto;
    border: 0;
    overflow: hidden;
    height: 100vh;
    background: white;
    width: 100%;
    max-width: 450px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    /*transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);*/
}

.modal_mob_cart .modal-dialog {
    max-width: 720px;
}

.modal_left.modal_mob_megamenu .modal-dialog {
    max-width: 480px;
}

.modal_right.modal_login_reg .modal-dialog {
    max-width: 550px;
}

.modal_right.modal_login_reg .logo {
    max-width: 420px;
    margin: auto;
}

.modal_center .modal-dialog {
    /*transform: translateX(0%) translateY(-100%);
-webkit-transform: translateX(0%) translateY(-100%);
-moz-transform: translateX(0%) translateY(-100%);
-ms-transform: translateX(0%) translateY(-100%);
-o-transform: translateX(0%) translateY(-100%);*/
    max-width: 100%;
    max-height: 720px;
}

.modal_left .modal-dialog {
    margin: 0 auto 0 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.modal_left.show .modal-dialog,
.modal_right.show .modal-dialog {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.modal_center.show .modal-dialog {
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
}

.modal_center,
.modal_left,
.modal_right {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.modal_center.show,
.modal_left.show,
.modal_right.show {
    visibility: visible;
    opacity: 1;
}

.modal .btn-close {
    background: transparent;
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: none;
}

.section_filter .cart_head {
    border-bottom: 1px solid var(--color_4);
    color: var(--color_2);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}

.section_filter .cart_footer .hr,
.modal .cart_footer .hr {
    background-color: var(--color_4);
}

.modal .cart_footer h6 {
    font-size: 20px;
    line-height: 130%;
    font-weight: 300;
}

.section_basket .static_info,
.modal .cart_footer .static_info {
    font-size: 13px;
}


.section_basket label .meta {
    font-size: 13px;
}

.section_basket label .meta a {
    color: var(--color_1);
    position: relative;
    z-index: 2;
}

.section_basket label .meta a:hover {
    text-decoration: underline;
}

.section_basket label.label_box {
    font-size: 14px;
    padding: 30px;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.section_basket .delivery-option label.label_box {
    height: auto;
    min-height: 120px;
}

.section_basket .cdek-pvz-filter {
    margin: 8px 0 12px;
    padding: 14px 16px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.section_basket .cdek-pvz-filter label {
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 500;
    color: #222;
}

.section_basket .cdek-pvz-filter input {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 0;
    border-bottom: 1px solid #222;
    background: #f7f7f7;
    font-family: inherit;
    font-size: 14px;
}

.section_basket .cdek-pvz-filter__result {
    min-height: 18px;
    padding-top: 8px;
    font-size: 12px;
    color: #777;
}

.section_basket .cdek-pvz-filter__message {
    margin-bottom: 8px;
}

.section_basket .cdek-pvz-filter__matches {
    display: grid;
    gap: 6px;
}

.section_basket .cdek-pvz-filter__match {
    display: block;
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #dedede;
    background: #fff;
    color: #222;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
}

.section_basket .cdek-pvz-filter__match:hover {
    border-color: #1f1f1f;
}

.section_basket .cdek-pvz-filter__match-name,
.section_basket .cdek-pvz-filter__match-address {
    display: block;
}

.section_basket .cdek-pvz-filter__match-name {
    font-size: 13px;
    font-weight: 500;
}

.section_basket .cdek-pvz-filter__match-address {
    padding-top: 2px;
    font-size: 12px;
    color: #777;
}

.section_basket label.label_box input+span+span {
    font-size: 16px;
}

.section_basket label.label_box input {
    display: none;
}

.section_basket label.label_box input+span+span:after {
    content: "";
    border: 1px solid var(--bg_2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_basket label.label_box input+span {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid var(--bg_2);
    border-radius: 50px;
    margin: 0 10px 0 0;
    display: block;
}

.section_basket label.label_box input:checked+span {
    box-shadow: inset 0px 0px 0px 4px var(--color_1);
}

.section_basket label.label_box input:disabled+span+span,
.section_basket label.label_box input:disabled+span,
.section_basket label.label_box input:checked:disabled+span {
    opacity: 0.2;
}

.section_basket label.label_box input:checked+span+span:after,
.section_basket label.label_box input:checked+span {
    border: 1px solid var(--color_1);
}

.section_basket .static_promocode {
    background-color: var(--bg_3);
    border: 1px solid var(--color_4);
    padding: 10px;
    font-size: 12px;
    color: var(--color_2);
}

.section_basket .checkout_delivery_payment_note {
    margin: 4px 0 12px;
    padding: 10px 12px;
    background: #f7f7f7;
    border: 1px solid #e6e1db;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.checkout-order-items {
    display: grid;
    gap: 12px;
}

.checkout-order-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.checkout-order-item__image {
    display: block;
    width: 64px;
    aspect-ratio: 2 / 3;
    background: var(--bg_3);
    overflow: hidden;
}

.checkout-order-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-order-item__body {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.checkout-order-item__title {
    color: var(--color_1);
    font-size: 13px;
    line-height: 135%;
}

.checkout-order-item__meta {
    display: grid;
    gap: 2px;
    color: var(--color_2);
    font-size: 12px;
    line-height: 135%;
}

.checkout-order-item__bottom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--color_2);
    font-size: 12px;
    line-height: 135%;
}

.checkout-order-item__bottom strong {
    color: var(--color_1);
    white-space: nowrap;
}

.section_basket .cart_option,
.modal .cart_option,
.section_basket .legal,
.modal .cart_footer .legal {
    padding: 10px 0 15px;
    font-size: 13px;
    color: var(--color_2);
    line-height: 140%;
}

.section_basket .legal a {
    color: var(--color_1);
}

.modal .cart_option {
    padding: 10px 0;
}

.section_filter .in .cart_footer,
.modal .cart_footer {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
    background-color: var(--color_0);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    bottom: 0;
}

.modal .cart_footer .logo svg {
    width: 100%;
    fill: var(--color_1);
}

.modal .modal_body_scroll {
    overflow: hidden;
    overflow-y: auto;
}

.cart_null .i_svg svg {
    width: 120px;
    height: 120px;
}

.cart_null .h6 {
    font-weight: 300;
    font-size: 24px;
}

.cart_null p {
    font-weight: 300;
    color: var(--color_2);
    font-size: 16px;
}

.modal .modal_body_scroll::-webkit-scrollbar {
    width: 8px;
}

.modal .modal_body_scroll::-webkit-scrollbar-track {
    background-color: var(--color_4);
}

.modal .modal_body_scroll::-webkit-scrollbar-thumb {
    background-color: var(--color_1);
    height: 100px;
    max-height: 100px;
    border-radius: 0;
    border: 3px solid var(--color_1);
}

.modal.modal_static.full .modal-dialog {
    max-width: 790px;
}

.modal.modal_static .modal-content {
    border-radius: 0;
    border: 0;
}


.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal_mob_megamenu {}

.modal nav ul {
    display: block;
    padding: 0;
    margin: 0;
}

.modal nav ul li {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block;
    overflow: hidden;
}

.modal nav ul li.parents {
    border-top: 1px solid var(--color_4);
    border-bottom: 1px solid var(--color_4);
    margin: 0 0 -1px;
}

.modal nav ul li a:hover {
    color: var(--color_2);
}

.modal nav ul li.parents>a {
    position: relative;
}

.modal nav ul li.parents>a:hover:before {
    opacity: 0.5;
}

.modal nav ul li.parents>a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/arrow_down.svg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.modal nav ul li.parents>a.in:before {
    transform: rotate(180deg);
}

.modal nav ul li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 150%;
    color: var(--color_5);
}

.modal nav ul li ul li a {
    font-size: 14px;
    padding: 10px 0 2px;
    border-bottom: 1px solid transparent;
    margin: 0 0 10px;
    display: inline-block;
}

.modal nav ul li ul li a:hover {
    border-bottom: 1px solid;
}

.modal nav ul li.parents>a+ul {
    display: none;
    padding: 5px 0 15px;
}

.modal nav ul li.parents>a.in+ul {
    display: block;
}




.content_menu ul li {
    margin: 0 0 20px;
}

.content_menu ul li a {
    display: inline-block;
    padding: 5px 0 3px;
    font-size: 16px;
    line-height: 140%;
    border-bottom: 1px solid transparent;
}

.content_menu ul li.active a,
.content_menu ul li a:hover {
    border-bottom: 1px solid;
    color: var(--color_2);
}

.content_text ol li,
.content_text ul li,
.content_text p {
    color: var(--color_5);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 20px;
}

.content_text p a {
    color: var(--color_1);
    padding: 0 0 3px;
    border-bottom: 1px solid transparent;
}

.content_text p a:hover {
    border-bottom: 1px solid var(--color_1);
}

.content_text .meta p {
    font-size: 14px;
}

.content_text_img ul+img,
.content_text_img ol+img,
.content_text_img p+img {
    width: 100% !important;
    height: auto !important;
}

.content_text p span {
    font-weight: 300 !important;
}

.content_text ol {
    padding: 0;
}

.content_text ul li,
.content_text ol li {
    position: relative;

    padding: 0 0 0 20px;
}

.content_text ul li:before,
.content_text ol li:before {
    content: '';

}


.content_text ol {
    counter-reset: item;
    list-style-type: none;
}

.content_text ol li {
    counter-increment: item;
}

.content_text ul li:before,
.content_text ol li:before {
    content: counter(item) ". ";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.content_text ul li:before {
    content: '-';
}

@media(min-width: 1200px) {
    .content_menu {
        min-width: 275px;

    }

    .content_menu ul {
        border-right: 1px solid var(--color_4);
    }
}

@media(max-width: 1200px) {
    .content_menu ul {
        margin: 0 -10px;
        padding: 0 0 3px;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        display: block;
        width: auto;
    }

    .content_menu ul li {
        font-size: 14px;
        display: inline-block;
        padding: 0 10px
    }

    .content_menu ul::-webkit-scrollbar {
        display: none;
    }

    .content_menu ul {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

.content_text h3,
.content_text h4,
.content_text h5,
.content_text h6,
.content_text h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 135%;
    margin: 25px 0 20px;
}

@media (max-width: 991px) {
    .content_text ol li,
    .content_text ul li,
    .content_text p {
        font-size: 15px;
        line-height: 145%;
    }

    .content_text h3,
    .content_text h4,
    .content_text h5,
    .content_text h6,
    .content_text h2 {
        font-size: 22px;
        margin: 20px 0 16px;
    }
}

.button_link_svg {
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    color: var(--color_2);
}

.button_link_svg .i_svg svg {
    fill: var(--color_2);
}

.button_link_svg:hover .i_svg svg {
    fill: var(--color_1);
}

.button_link_svg:hover {
    color: var(--color_1);
}


.button_link_add+span {
    position: absolute;
    right: 0;
    font-size: 13px;
    background-color: var(--color_1);
    color: white;
    padding: 5px;
    min-width: 10rem;
    text-align: center;
    top: 100%;
    margin: 10px 0 0;
    display: none;
}

.button_link_add+span:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid var(--color_1);
    top: -15px;
    width: 10px;
    margin: auto;
    height: 10px;
    right: 0;
    left: 0;
    transform: rotate(180deg);
}

.button_link_add.in+span {
    display: block;
}


.edit_profile_a {
    position: absolute;
    right: 0;
    top: 0;
}

.link_exit a:hover,
.edit_profile_a:hover {
    opacity: .5;
}

.link_exit a {
    color: var(--color_3);
}

.link_exit svg {
    fill: var(--color_3);
}

.section_basket .item_order {
    padding: 24px;
}

.item_order .meta {
    font-size: 12px;
}

.item_order .i_svg_a_right {
    transform: rotate(90deg);
}

.item_order a.in .i_svg_a_right {
    transform: rotate(-90deg);
}

.item_order a.in~div .detal_mini,
.item_order a~div .detal_full {
    display: none;
}

.item_order a.in~div .detal_full {
    display: block;
}

.item_order .detal_full .img,
.item_order .detal_mini .img {
    max-width: 104px;
}

.item_order .status span {
    font-weight: bold;
    text-transform: uppercase;
}

.row_scroll {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}

.row_scroll_x {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
}

.row_scroll_x_mobile::-webkit-scrollbar,
.row_scroll_x::-webkit-scrollbar,
.row_scroll::-webkit-scrollbar {
    display: none;
}

.category-banner {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 270px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-banner h1 {
    /* text-align: center;
    display: inline-block;
    border: 1px solid #3f3f3f;
    color: #3f3f3f;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 23px 0;
    line-height: 39px; */

}

.product-img picture {
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.product-img {
    position: relative;
}

.product-img--has-video {
    height: 100%;
}

.catalog-video-preview {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--bg_3);
}

.catalog-video-preview video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.product-img .secondary-image {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.product-img:hover .secondary-image {
    opacity: 1;
}

.product-label {
    background: var(--color_1);
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 1px 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    z-index: 10;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.product-label+.product-label {
    top: 30px;
}

.video_box {
    position: relative;
}

.video_box .img img {}

.video_box video {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    height: auto;
}

.video_box.video_box_mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: auto;
}

.video_box_mobile video {
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.product-full-video {
    background: var(--bg_3);
}

.product-full-video video {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    display: block;
}

.zoom img:hover {
    opacity: 0;
}

.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}

.modal-menu__top {
    margin: 15px 0 28px;
}

.modal-menu__top nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal-menu__top nav ul li a {
    padding: 0;
}

.modal_mob_megamenu .modal-body {
    padding: 0 30px;
}

.modal-menu__center {
    margin-top: 13px;
}

.modal-menu__center nav ul li.main-item a {
    font-weight: 600;
}

.modal-menu__center nav ul li a {
    padding: 0;
}

.modal-menu__center nav ul li+li {
    margin-top: 0;
}

.modal-menu__center nav ul li.main-item {
    margin-bottom: 19px;
}

.modal-menu__categories {
    padding: 24px 0;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(212, 209, 207, 0.5);
}

.modal-menu__categories {
    display: flex;
    gap: 8px;
}

.modal-menu__category {
    position: relative;
    width: 50%;
}

.modal-menu__category a {
    display: block;
    height: 280px;
}

.modal-menu__category a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-menu__category-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    font-size: 15px;
    color: var(--color_0);
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal_left.modal_mob_megamenu.mj-menu-modal .modal-dialog {
    max-width: 560px;
}

.modal_mob_megamenu.mj-menu-modal .modal-content {
    background: #fff;
}

.modal_mob_megamenu.mj-menu-modal .modal-body {
    padding: 0;
    overflow: hidden;
}

.mj-menu {
    --mj-menu-hover: #f2eee9;
    --mj-menu-border: #d8d0c6;
    --mj-menu-muted: #77706a;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    min-height: 640px;
    padding: 36px 40px 28px;
    background: #fff;
    color: #111;
}

.mj-menu *,
.mj-menu *:before,
.mj-menu *:after {
    box-sizing: border-box;
}

.mj-menu a {
    color: inherit;
    text-decoration: none;
}

.mj-menu button {
    border: 0;
    background: transparent;
    padding: 0;
    color: inherit;
    font: inherit;
    text-align: left;
}

.mj-menu svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mj-menu__panels {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}

.mj-menu__panel {
    display: none;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 0;
}

.mj-menu__panel.is-active {
    display: flex;
}

.mj-menu__top,
.mj-menu__subtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
}

.mj-menu__logo {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.mj-menu__close,
.mj-menu__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mj-menu__close {
    width: 32px;
    height: 32px;
}

.mj-menu__close svg {
    width: 24px;
    height: 24px;
}

.mj-menu__back {
    gap: 10px;
    min-height: 32px;
    color: #111;
    font-size: 13px;
    line-height: 1.2;
}

.mj-menu__back svg {
    width: 20px;
    height: 20px;
}

.mj-menu__search {
    display: flex;
    align-items: center;
    margin-top: 34px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.25);
}

.mj-menu__search input {
    width: 100%;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #111;
    font-size: 14px;
    outline: none;
}

.mj-menu__search input::placeholder {
    color: #9a938d;
}

.mj-menu__search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 40px;
    cursor: pointer;
}

.mj-menu__search svg {
    width: 20px;
    height: 20px;
}

.mj-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 30px;
}

.mj-menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 21px;
    line-height: 1.25;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mj-menu__item:hover,
.mj-menu__item.is-active {
    background: var(--mj-menu-hover);
}

.mj-menu__item--expand {
    font-weight: 500;
}

.mj-menu__item--looks {
    min-height: 46px;
}

.mj-menu__item--sale {
    color: #f22424;
}

.mj-menu__item--new {
    position: relative;
    min-height: 68px;
    margin: 5px 0;
    padding: 8px 104px 8px 18px;
    overflow: hidden;
    border-radius: 7px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(244, 238, 231, 0.9) 58%, rgba(233, 222, 211, 0.7)),
        #f6f1eb;
    box-shadow: inset 0 0 0 1px rgba(205, 190, 176, 0.42);
    color: #c8685c;
    font-size: 24px;
    transition: background-color 0.25s ease, color 0.2s ease, box-shadow 0.25s ease;
}

.mj-menu__item--new:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
    opacity: 0.38;
    pointer-events: none;
}

.mj-menu__item--new > span:first-child {
    position: relative;
    z-index: 1;
    animation: mjMenuNewTextFade 250ms ease-out 80ms both;
}

.mj-menu__item--new > span:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(194, 101, 83, 0), #c97866 24%, #e0aa96 72%, rgba(224, 170, 150, 0));
    opacity: 0;
    transform: translateX(-14px) scaleX(0.18);
    transform-origin: left center;
}

.mj-menu-modal.show .mj-menu__item--new > span:first-child:after {
    animation: mjMenuNewRibbon 1200ms ease-in-out 260ms both;
}

.mj-menu__item--new:hover,
.mj-menu__item--new.is-active {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(247, 241, 234, 0.96) 58%, rgba(232, 219, 207, 0.82)),
        #f7f0e9;
    box-shadow: inset 0 0 0 1px rgba(197, 176, 158, 0.58);
    color: #d9877b;
}

.mj-menu__item--new:hover > span:first-child:after,
.mj-menu__item--new.is-active > span:first-child:after {
    background: linear-gradient(90deg, rgba(209, 138, 120, 0), #d18a78 24%, #edbdac 72%, rgba(237, 189, 172, 0));
}

.mj-menu__item-thumb {
    position: absolute;
    z-index: 1;
    right: 44px;
    top: 8px;
    bottom: 8px;
    width: 70px;
    overflow: hidden;
    border-radius: 7px;
    background: var(--mj-menu-hover);
}

.mj-menu__item-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.mj-menu__main-visual {
    position: relative;
    display: block;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 3px;
    aspect-ratio: 16 / 9;
    background: var(--mj-menu-hover);
}

.mj-menu__main-visual:before {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(255, 255, 255, 0.24);
    pointer-events: none;
}

.mj-menu__main-visual:after {
    content: '';
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.44) 100%);
}

.mj-menu__main-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

.mj-menu__main-visual span {
    position: absolute;
    z-index: 3;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    text-transform: uppercase;
}

.mj-menu__main-visual i {
    width: 24px;
    height: 1px;
    margin-left: 12px;
    background: currentColor;
    position: relative;
    flex: 0 0 auto;
}

.mj-menu__main-visual i:after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

.mj-menu__plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    opacity: 0.86;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mj-menu__item.is-active .mj-menu__plus,
.mj-menu__item:hover .mj-menu__plus {
    opacity: 1;
    transform: rotate(90deg);
}

.mj-menu__item-meta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: 16px;
}

.mj-menu__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 22px;
    padding: 2px 7px;
    border: 1px solid #c9bda9;
    border-radius: 3px;
    background: #f6f1e9;
    color: #111;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
}

.mj-menu__panel-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 4px;
}

.mj-menu__panel-scroll::-webkit-scrollbar {
    width: 0;
}

.mj-menu__title {
    margin: 36px 0 34px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
}

.mj-menu__title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 36px 0 12px;
}

.mj-menu__title-row .mj-menu__title {
    margin: 0;
}

.mj-menu__lead {
    max-width: 230px;
    margin: 0 0 26px;
    color: #111;
    font-size: 15px;
    line-height: 1.45;
}

.mj-menu__category-list,
.mj-menu__subcats,
.mj-menu__looks {
    display: flex;
    flex-direction: column;
}

.mj-menu__category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 0 0 1px;
    font-size: 15px;
    line-height: 1.25;
    cursor: pointer;
}

.mj-menu__category-link:hover,
.mj-menu__look:hover {
    background: var(--mj-menu-hover);
}

.mj-menu__category-link i,
.mj-menu__look i {
    width: 9px;
    height: 9px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    margin-right: 3px;
    flex: 0 0 auto;
}

.mj-menu__subcats {
    gap: 19px;
    margin-bottom: 28px;
}

.mj-menu__subcats a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 22px;
    font-size: 15px;
    line-height: 1.35;
}

.mj-menu__subcats a:hover {
    color: var(--color_2);
}

.mj-menu__category-image {
    display: block;
    margin-top: 38px;
    overflow: hidden;
    border-radius: 3px;
    aspect-ratio: 16 / 7;
    background: var(--mj-menu-hover);
}

.mj-menu__category-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.mj-menu__products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 2px 0 10px;
}

.mj-menu__product {
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #f5f1ec;
}

.mj-menu__product:hover .mj-menu__product-title {
    color: var(--color_2);
}

.mj-menu__product-img {
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: var(--mj-menu-hover);
}

.mj-menu__product-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.28s ease;
}

.mj-menu__product-img video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.28s ease;
}

.mj-menu__product:hover .mj-menu__product-img img,
.mj-menu__product:hover .mj-menu__product-img video {
    transform: scale(1.035);
}

@keyframes mjMenuNewRibbon {
    0% {
        opacity: 0;
        transform: translate(-18px, 5px) rotate(-4deg) scaleX(0.18);
    }
    18% {
        opacity: 1;
        transform: translate(-4px, 2px) rotate(2deg) scaleX(0.72);
    }
    42% {
        opacity: 1;
        transform: translate(10px, 0) rotate(-2deg) scaleX(1);
    }
    66% {
        opacity: 0.92;
        transform: translate(1px, 1px) rotate(1deg) scaleX(0.86);
    }
    100% {
        opacity: 0;
        transform: translate(24px, 4px) rotate(4deg) scaleX(0.2);
    }
}

@keyframes mjMenuNewTextFade {
    from {
        opacity: 0.72;
        color: #b75950;
    }
    to {
        opacity: 1;
        color: #c8685c;
    }
}

.mj-menu__product-title {
    display: block;
    padding: 10px 10px 0;
    color: #111;
    font-size: 12px;
    line-height: 1.35;
}

.mj-menu__product-price {
    display: block;
    padding: 4px 10px 12px;
    color: #111;
    font-size: 12px;
    line-height: 1.2;
}

.mj-menu__product--more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    aspect-ratio: 3 / 4;
    padding: 18px;
    background: #181818;
    color: #fff;
}

.mj-menu__product--more:before {
    content: '';
    position: absolute;
    inset: -12px;
    background-image: var(--mj-product-more-bg);
    background-size: cover;
    background-position: top center;
    filter: blur(8px);
    opacity: 0.55;
    transform: scale(1.05);
}

.mj-menu__product--more:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.36);
}

.mj-menu__product-more-text {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mj-menu__looks {
    gap: 16px;
}

.mj-menu__look {
    display: grid;
    grid-template-columns: 62px 1fr 18px;
    align-items: center;
    gap: 22px;
    min-height: 76px;
    padding: 0 8px 0 0;
    font-size: 17px;
    line-height: 1.2;
}

.mj-menu__look img,
.mj-menu__look video,
.mj-menu__look-media {
    width: 62px;
    height: 76px;
    border-radius: 3px;
    object-fit: cover;
    object-position: top center;
}

.mj-menu__look-media {
    display: block;
    overflow: hidden;
    background: var(--mj-menu-hover);
}

.mj-menu__look video {
    display: block;
}

.mj-menu__look em,
.mj-menu__look small {
    display: block;
    font-style: normal;
}

.mj-menu__look small {
    margin-top: 4px;
    color: var(--mj-menu-muted);
    font-size: 12px;
    line-height: 1.3;
}

.mj-menu__looks-all {
    display: inline-flex;
    width: fit-content;
    margin-top: 22px;
    border-bottom: 1px solid currentColor;
    color: #111;
    font-size: 13px;
    line-height: 1.4;
}

.mj-menu__footer {
    flex: 0 0 auto;
    margin-top: 24px;
}

.mj-menu__trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 0 0 26px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.16);
}

.mj-menu__trust span {
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.mj-menu__trust svg {
    width: 22px;
    height: 22px;
}

.mj-menu__trust em {
    display: block;
    color: var(--mj-menu-muted);
    font-size: 11px;
    font-style: normal;
    line-height: 1.15;
}

.mj-menu__contacts {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 20px;
    align-items: end;
    padding-top: 22px;
}

.mj-menu__socials {
    display: flex;
    align-items: center;
    gap: 22px;
    grid-row: 1 / 3;
}

.mj-menu__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.mj-menu__socials svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    stroke: none;
}

.mj-menu__social-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 22px;
    border: 1px solid currentColor;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0;
}

.mj-menu__phone {
    color: #111;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

.mj-menu__consult-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.mj-menu__consult {
    display: grid;
    gap: 6px;
    justify-items: center;
    color: #111;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.mj-menu__messengers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.mj-menu__messengers a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border: 1px solid rgba(17, 17, 17, 0.22);
    border-radius: 999px;
    color: #111;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mj-menu__messengers a:hover {
    border-color: #111;
    background: #111;
    color: #fff;
}

.mj-menu a:focus-visible,
.mj-menu button:focus-visible,
.mj-menu input:focus-visible {
    outline: 1px solid #111;
    outline-offset: 3px;
}

.form-field-error {
    display: none;
    margin-top: 7px;
    color: #b42318;
    font-size: 12px;
    line-height: 1.3;
}

.form-field-error.is-visible {
    display: block;
}

input.is-invalid {
    border-color: #b42318 !important;
}

.mj-cart-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 140;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto 28px;
    align-items: center;
    gap: 14px;
    width: min(560px, calc(100vw - 32px));
    min-height: 74px;
    padding: 14px 14px 14px 18px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 48px rgba(17, 17, 17, 0.16);
    color: #111;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, calc(100% + 36px));
    transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.28s ease;
}

.mj-cart-toast.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.mj-cart-toast__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #111;
    color: #fff;
}

.mj-cart-toast__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mj-cart-toast__text {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.mj-cart-toast__text strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.mj-cart-toast__text small {
    color: rgba(17, 17, 17, 0.58);
    font-size: 12px;
    line-height: 1.25;
}

.mj-cart-toast__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid #111;
    border-radius: 4px;
    background: #111;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mj-cart-toast__cart:hover {
    background: #fff;
    color: #111;
}

.mj-cart-toast__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: rgba(17, 17, 17, 0.62);
}

.mj-cart-toast__close svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
}

@media (max-width: 767px) {
    .modal_left.modal_mob_megamenu.mj-menu-modal .modal-dialog {
        height: auto;
        min-height: 0;
        max-height: 100dvh;
        max-width: 100%;
    }

    .modal_mob_megamenu.mj-menu-modal .modal-content.h-100,
    .modal_mob_megamenu.mj-menu-modal .modal-body.h-100 {
        height: auto !important;
        max-height: 100dvh;
    }

    .mj-menu {
        height: auto;
        min-height: 0;
        max-height: 100dvh;
        overflow-y: auto;
        padding: 28px 24px 22px;
    }

    .mj-menu__panels {
        flex: 0 0 auto;
        min-height: 0;
    }

    .mj-menu__panel {
        flex: 0 0 auto;
    }

    .mj-menu__panel-scroll {
        flex: 0 0 auto;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .mj-menu__logo {
        font-size: 23px;
        letter-spacing: 3px;
    }

    .mj-menu__search {
        margin-top: 28px;
    }

    .mj-menu__nav {
        margin-top: 26px;
    }

    .mj-menu__item {
        min-height: 42px;
        padding: 0 8px;
        font-size: 16px;
    }

    .mj-menu__item--new {
        min-height: 62px;
        padding: 8px 108px 8px 12px;
        font-size: 20px;
    }

    .mj-menu__item-thumb {
        right: 40px;
        width: 58px;
    }

    .mj-menu__plus {
        font-size: 26px;
    }

    .mj-menu__main-visual {
        margin-top: 18px;
        aspect-ratio: 16 / 8;
    }

    .mj-menu__title {
        margin: 28px 0 30px;
        font-size: 21px;
    }

    .mj-menu__title-row {
        margin-top: 28px;
    }

    .mj-menu__category-link,
    .mj-menu__subcats a {
        font-size: 14px;
    }

    .mj-menu__category-image {
        margin-top: 32px;
        aspect-ratio: 16 / 7.2;
    }

    .mj-menu__products {
        gap: 8px;
    }

    .mj-menu__product-title,
    .mj-menu__product-price {
        font-size: 11px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .mj-menu__look {
        grid-template-columns: 56px 1fr 16px;
        min-height: 68px;
        gap: 18px;
        font-size: 14px;
    }

    .mj-menu__look img,
    .mj-menu__look video,
    .mj-menu__look-media {
        width: 56px;
        height: 68px;
    }

    .mj-menu__footer {
        margin-top: 24px;
        padding-top: 0;
    }

    .mj-menu__trust {
        gap: 14px 12px;
        padding-bottom: 20px;
    }

    .mj-menu__trust span {
        grid-template-columns: 20px 1fr;
        gap: 7px;
    }

    .mj-menu__trust svg {
        width: 20px;
        height: 20px;
    }

    .mj-menu__trust em {
        font-size: 9px;
    }

    .mj-menu__contacts {
        padding-top: 18px;
        gap: 4px 14px;
    }

    .mj-menu__socials {
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .mj-cart-toast {
        bottom: 14px;
        grid-template-columns: 34px minmax(0, 1fr) 26px;
        gap: 11px;
        padding: 13px;
    }

    .mj-cart-toast__icon {
        width: 34px;
        height: 34px;
    }

    .mj-cart-toast__cart {
        grid-column: 2 / 4;
        width: 100%;
        min-height: 36px;
    }

    .mj-cart-toast__close {
        align-self: start;
    }
}

.look-index-section,
.look-detail-section {
    background: #fff;
}

.look-index-head {
    max-width: 720px;
    margin-bottom: 34px;
}

.look-index-head h1,
.look-detail__intro h1 {
    margin: 0;
    font-family: var(--font_2);
    font-size: 42px;
    line-height: 1.15;
    font-weight: 400;
}

.look-index-head p,
.look-detail__intro p {
    max-width: 560px;
    margin: 14px 0 0;
    color: #6f6a66;
    font-size: 15px;
    line-height: 1.65;
}

.look-index-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.look-index-card {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #f6f1ec;
    color: #111;
    text-decoration: none;
}

.look-index-card__media {
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #eee8e0;
}

.look-index-card__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.look-index-card__body {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.look-index-card__eyebrow,
.look-detail__eyebrow {
    color: #8d8175;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.look-index-card strong {
    font-family: var(--font_2);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
}

.look-index-card span:last-child {
    color: #6f6a66;
    font-size: 13px;
    line-height: 1.45;
}

.look-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 42px;
    align-items: start;
}

.look-detail__media {
    display: grid;
    gap: 12px;
}

.look-detail__main-media {
    overflow: hidden;
    background: #f3eee9;
}

.look-detail__main-media video {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
}

.look-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.look-detail__thumbs img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
    background: #f3eee9;
}

.look-detail__aside {
    position: sticky;
    top: 110px;
}

.look-model {
    margin: 26px 0;
    padding: 18px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.look-model__title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.look-model dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.look-model dl div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 14px;
}

.look-model dt,
.look-model dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
}

.look-model dt {
    color: #8d8175;
}

.look-products {
    display: grid;
    gap: 14px;
}

.look-product {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    padding: 14px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #fff;
}

.look-product__image {
    display: block;
    overflow: hidden;
    background: #f3eee9;
}

.look-product__image img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
}

.look-product__body {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.look-product__title {
    color: #111;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
}

.look-product__article {
    color: #8d8175;
    font-size: 11px;
    line-height: 1.2;
}

.look-product__price {
    font-size: 15px;
    font-weight: 500;
}

.look-product__form {
    display: grid;
    gap: 9px;
}

.look-product__size {
    display: grid;
    gap: 5px;
}

.look-product__size span,
.look-product__size-note {
    color: #6f6a66;
    font-size: 12px;
    line-height: 1.25;
}

.look-product__size select {
    width: 100%;
    height: 38px;
    border: 0;
    border-bottom: 1px solid #111;
    background: #f7f7f7;
    padding: 0 10px;
    color: #111;
    outline: none;
}

.look-product__add,
.look-buy-all__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
}

.look-product__add:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.look-buy-all {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.look-buy-all__total {
    font-size: 15px;
    line-height: 1.35;
}

.look-buy-all__button {
    width: 100%;
}

.look-buy-all__note {
    color: #8d8175;
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .look-index-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .look-detail {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .look-detail__aside {
        position: static;
    }
}

@media (max-width: 575px) {
    .look-index-head h1,
    .look-detail__intro h1 {
        font-size: 32px;
    }

    .look-index-grid {
        grid-template-columns: 1fr;
    }

    .look-product {
        grid-template-columns: 82px 1fr;
        gap: 12px;
        padding: 12px;
    }
}

@media (min-width: 768px) {
    .mj-menu__panels {
        flex: 0 1 auto;
    }

    .mj-menu__panel-scroll {
        max-height: calc(100dvh - 285px);
    }

    .mj-menu__main-visual {
        aspect-ratio: 16 / 8;
        margin-top: 20px;
    }

    .mj-menu__footer {
        margin-top: 26px;
    }
}

.modal_mob_cart .cart_head {
    background: var(--bg_3);
    border-bottom: 1px solid rgba(212, 209, 207, 0.5);
    padding: 12px 32px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
}

.modal_mob_cart .cart_head span {
    font-weight: 400;
}

.modal_mob_cart .cart_footer {
    background: var(--bg_3);
    border-top: 1px solid rgba(212, 209, 207, 0.5);
    padding: 24px 32px 32px;
    box-shadow: none;
    position: static;
}

.modal_mob_cart .cart_discount .text-end {
    color: var(--color_3);
}

.modal_mob_cart .static_info {
    font-size: 13px;
    line-height: 170%;
    font-weight: 500;
}

.modal_mob_cart .static_info+.static_info {
    margin-top: 8px;
}

.modal_mob_cart .total-row {
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 24px;
}

.modal_mob_cart .cart_delivery {
    font-weight: 400;
}

.modal_mob_cart .static_promocode {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 170%;
    gap: 8px;
    font-weight: 500;
}

.cart_buttons {
    gap: 16px;
}

.cart_buttons .cart_button {
    width: 50%;
}

.cart_buttons a {
    font-weight: 600;
    min-height: 48px;
}

@media (max-width: 767px) {
    .cart_buttons {
        flex-wrap: wrap;
        gap: 8px;
    }

    .cart_buttons .cart_button {
        width: 100%;
    }
}

.modal_mob_cart .modal-body.notempty {
    padding: 0;
    flex: 0 1 auto;
    max-height: calc(100dvh - 285px);
}

@media (max-width: 767px) {
    .modal_mob_cart .modal-body.notempty {
        max-height: calc(100dvh - 345px);
    }
}

.modal_mob_cart .modal-content {
    display: flex;
    flex-direction: column;
    height: auto !important;
    max-height: 100dvh;
}

.modal-cart-item {
    padding: 24px 32px 15px;
}

.modal-cart-item+.modal-cart-item {
    border-top: 1px solid var(--color_6);
}

.modal-cart-item-top {
    display: flex;
    gap: 24px;
}

.modal_mob_cart .modal-cart-item .img {
    width: 150px;
}

.modal-cart-item-title {
    margin-bottom: 3px;
}

.modal-cart-item-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.modal-cart-item-price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 16px;
}

.modal-cart-item-price .price {
    font-weight: 600;
}

.modal-cart-item-price .price_old {
    text-decoration: line-through;
    color: var(--color_6);
}

.modal-cart-item-price .price_discount {
    text-decoration: line-through;
    color: var(--color_3);
}

.modal-cart-item-option {
    font-size: 13px;
    line-height: 20px;
}

.modal-cart-item-count {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    gap: 10px;
}

.modal-cart-item-count button {
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
}

.modal-cart-item-count input {
    border: none;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    font-weight: 500;
    width: 40px;
}

.modal-cart-item-count .quantity_input {
    gap: 4px;
}

.modal-cart-item-bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.modal-cart-item-bottom button {
    padding: 0;
    border: none;
    background: none;
    font-size: 13px;
    line-height: 170%;
    text-decoration: underline;
}

.modal-cart-item-bottom button:hover {
    text-decoration: none;
}

.modal-cart-item-fav {
    position: relative;
    padding-left: 32px;
}

.modal-cart-item-fav .text:last-child {
    display: none;
}

.modal-cart-item-fav .active .text:first-child {
    display: none;
}

.modal-cart-item-fav .active .text:last-child {
    display: inline;
}

.modal-cart-item-fav .fav-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url('../img/i_heart.svg') no-repeat center;
}

.modal-cart-item-fav .active+.fav-icon {
    background-image: url('../img/i_heart_black.svg');
}

.tg_info a {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.personal-h1 {
    font-size: 36px;
    line-height: 130%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.personal-h2 {
    font-size: 32px;
    line-height: 150%;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 0;
}

.personal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personal-header__right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.personal-header__right .i_svg {
    transform: rotate(90deg);
}

.basket_breadcrumb {
    padding-bottom: 40px;
}

@media (min-width: 991px) {
    .basket_breadcrumb ol {
        width: 370px;
        min-width: 370px;
        padding: 0;
    }
}

.link_exit a {
    font-size: 16px;
    line-height: 150%;
}

.i_svg_fill svg path {
    stroke: none;
    fill: var(--color_1);
}

.link_exit svg path {
    fill: var(--color-3);
}

.link_exit a {
    gap: 8px;
}

.basket_order_date .item_basket_content {
    margin-bottom: 16px;
}

.basket_order_date .item_basket_content,
#orders .item_basket_content {
    margin-bottom: 0;
}

.basket_order_date .item_basket_content:nth-child(n+2) {
    margin-top: 16px;
}

#orders .item_basket_content:nth-child(n+2) {
    margin-top: 24px;
}

.item_basket_content .link {
    position: relative;
    padding: 0 24px;
}

.item_basket_content .link a {
    display: block;
    font-size: 16px;
    line-height: 160%;
    padding: 32px 0;
}

.item_basket_content .link.active a {
    font-weight: bold;
}

.item_basket_content .link.active:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 4px;
    background: #490D0D;
}

.item_basket_content .link+.link a {
    border-top: 1px solid rgba(212, 209, 207, 0.5);
}

.personal_name {
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    border-bottom: 1px solid rgba(212, 209, 207, 0.5);
}

.item_basket_personal {
    padding: 60px 24px;
}

.personal_bonus {
    font-size: 16px;
    line-height: 150%;
}

.personal_bonus span {
    font-size: 24px;
    font-weight: 600;
}

.item_order .status {
    font-size: 16px;
    line-height: 24px;
}

.item_order .details {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 150%;
    margin-left: auto;
}

.item_order .details .i_svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.item_order .in .details .i_svg {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.item_order_info {
    margin: 24px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 150%;
}

.item_order_info>* {
    position: relative;
}

.item_order_info>*:nth-child(n+2):before {
    content: '';
    position: absolute;
    left: -8px;
    width: 1px;
    height: 20px;
    top: 2px;
    background: var(--color_6);
}

.item_order_date {
    color: var(--color_6);
}

.item_order .detal_mini .row_scroll_x {
    gap: 24px;
}

.item_order_total {
    margin-top: 16px;
    font-size: 16px;
    line-height: 150%;
}

.in~.item_order_total {
    margin-top: 8px;
}

.item_order_table {
    font-size: 13px;
    font-weight: 500;
    line-height: 170%;
    margin-top: 24px;
}

.item_order_table .row+.row {
    margin-top: 8px;
}

.order_item_full {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(212, 209, 207, 0.5);
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.order_item_full .title {
    margin-bottom: 3px;
}

.order_item_full .title a {
    font-size: 15px;
    line-height: 150%;
    font-weight: 400;
}

.order_item_full .prices {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 160%;
}

.order_item_full .old_price {
    color: var(--color_6);
    text-decoration: line-through;
}

.order_option {
    margin-top: 8px;
}

.order_option_item {
    font-size: 12px;
    line-height: 170%;
    color: var(--color_5);
    font-weight: 400;
}

@media (max-width: 991px) {
    .basket_breadcrumb {
        padding-bottom: 20px;
    }

    .personal-h1 {
        font-size: 30px;
        text-align: left;
        margin-top: 20px;
    }

    .personal-h2 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .personal_name {
        font-size: 16px;
    }

    .personal-header {
        flex-wrap: wrap;
    }

    .personal-header__left {
        width: 100%;
        margin-bottom: 10px;
    }

    .item_order_info {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .item_order_info> :nth-child(n+2)::before {
        display: none;
    }
}

#eShopLogisticModal .modal_container {
    padding: 20px !important;
}

#eShopLogisticModal .modal_container {
    padding: 20px !important;
}

#eShopLogisticModal .close {
    top: 0 !important;
    right: 0 !important;
}

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

.breadcrumb_back_mobile {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f2f2;
    flex: 0 0 auto;
}

.breadcrumb_back_mobile svg {
    width: 16px;
    height: 16px;
    fill: #111;
}

@media (min-width: 992px) {
    .breadcrumb_back_mobile {
        display: none;
    }
}

/* Telegram Consultation Button */
.tg-consult-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%);
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(42, 171, 238, 0.4);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: tg-pulse-shadow 2s infinite;
}

.tg-consult-btn.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px);
}

.tg-consult-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(42, 171, 238, 0.6);
    background: linear-gradient(135deg, #229ED9 0%, #1E88BD 100%);
}

.tg-consult-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.tg-consult-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.tg-consult-text {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

@keyframes tg-pulse-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(42, 171, 238, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(42, 171, 238, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(42, 171, 238, 0);
    }
}

/* Fancybox mobile: keep close button visible on iOS */
.fancybox__toolbar {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1100;
    padding-top: max(12px, env(safe-area-inset-top));
    padding-right: max(12px, env(safe-area-inset-right));
}

.fancybox__toolbar .f-button.is-close-btn {
    display: flex !important;
    width: 44px;
    height: 44px;
}

.fancybox__toolbar .f-button.is-close-btn svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 575px) {
    .tg-consult-btn {
        right: 5px;
        bottom: 10px;
        padding: 10px 20px;
    }

    .tg-consult-text {
        font-size: 12px;
    }
}

/* ===== Social Media Block ===== */

.section_socials {
    background-color: var(--bg_3);
}

.socials-block {
    padding: 0 20px;
}

.socials-divider {
    height: 1px;
    background: linear-gradient(90deg,
            transparent 0%,
            var(--color_4) 20%,
            var(--color_6) 50%,
            var(--color_4) 80%,
            transparent 100%);
}

.socials-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0;
    gap: 20px;
}

.socials-title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color_2);
}

.socials-links {
    display: flex;
    gap: 24px;
    align-items: center;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border: 1px solid var(--color_4);
    border-radius: 50px;
    color: var(--color_5);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
}

.social-link svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.social-link:hover {
    border-color: var(--color_5);
    color: var(--color_1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.social-link[href*="t.me"]:hover {
    border-color: #2AABEE;
    color: #2AABEE;
}

.social-link[href*="vk.com"]:hover {
    border-color: #0077FF;
    color: #0077FF;
}

@media (max-width: 575px) {
    .socials-block {
        padding: 0;
    }

    .socials-links {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .social-link {
        justify-content: center;
        width: 100%;
    }

    .socials-content {
        padding: 24px 0;
    }
}
