﻿@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2'),
    url('../fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    color: #000;
    font-size: .75rem;
    line-height: 1;
    letter-spacing: -.01em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-padding-top: 60px;
}

html:focus-within {
    scroll-behavior: smooth;
}

::-moz-selection {
    background: #e5e5e5;
    text-shadow: none;
}

::selection {
    background: #e5e5e5;
    text-shadow: none;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

body, input, textarea {
    background-color: #fff;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    font-family: 'Suisse Intl', Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    scrollbar-gutter: stable;
}

main {
    min-height: 70vh;
}

button, input, textarea, select {
    color: inherit;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    letter-spacing: -.01em;
    resize: none;
}

button:not(:disabled),
label,
[role="button"],
[role="link"],
[class*="btn"]:not(.btn-groups) {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
textarea,
button,
button:focus {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

:invalid {
    box-shadow: none;
}

select {outline: none;}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.header.container-fluid .row {
    --bs-gutter-x: 2rem;
}

.row {
    --bs-gutter-x: 1rem;
}

@media (min-width: 992px) {
    html {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .products-slider {
        --bs-gutter-x: 2.5rem;
    }

    .row {
        --bs-gutter-x: 1.667rem;
    }
}

@media (min-width: 1400px) {
    .row {
        --bs-gutter-x: 2.5rem;
    }
}

h1, h2, h3 {
    font-size: 1rem;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-weight: normal;
    line-height: 1;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.small, small {
    font-size: 80%;
}

a, img, button, svg, [class*="btn"], [role="link"], .p-link, .o-hover, .dropdown-menu, .dropdown-item {
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

a {
    color: #000;
    text-decoration: none;
    text-underline-offset: .2em;
}

@media (max-width: 991px) {
    .scroller {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        user-select: none;
    }
}

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

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.p-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.u-line {
    text-decoration: underline;
    text-underline-offset: .2em;
}

.s-line {
    text-decoration: line-through;
}

.stretched-link::before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (any-hover: hover) {
    a:hover:not(.product):not(.btn, .header-cart),
    a.header-cart:hover .caption,
    .dropdown-item:hover,
    .dropdown-item:hover span > span,
    [role="link"]:hover {
        text-decoration: underline;
    }

    .o-hover:hover {
        opacity: .6;
    }
}

[class*="border"] {
    --border-color: #000;
}

.border,
.border-y,
.border-top {
    border-top: 1px solid var(--border-color);
}

.border,
.border-y,
.border-bottom {
    border-bottom: 1px solid var(--border-color);
}

.border,
.border-x,
.border-left {
    border-left: 1px solid var(--border-color);
}

.border,
.border-x,
.border-right {
    border-right: 1px solid var(--border-color);
}

.object-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 3rem;
}

.c-black {
    color: #000;
}

.c-gray {
    color: #b3b3b3;
}

.c-red {
    color: #e42e2e;
}

.bg-gray {
    background-color: #f7f7f7;
}

.text-crop-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-crop-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-crop-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-crop-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fs-8 {
    font-size: .667rem;
}

.fs-10 {
    font-size: .833rem;
}

.fs-12 {
    font-size: 1rem;
}

.fs-14 {
    font-size: 1.167rem;
}

.fs-16 {
    font-size: 1.333rem;
}

.fs-18 {
    font-size: 1.5rem;
}

.fs-20 {
    font-size: 1.667rem;
    letter-spacing: -.02em;
}

.lh-1 {
    line-height: 1;
}

.lh-1_25 {
    line-height: 1.25;
}

.lh-1_5 {
    line-height: 1.5;
}

.lh-1_75 {
    line-height: 1.75;
}

.o-10 {
    opacity: .1;
}

.o-15 {
    opacity: .15;
}

.o-25 {
    opacity: .25;
}

.o-5 {
    opacity: .5;
}

.o-75 {
    opacity: .75;
}

.o-8 {
    opacity: .8;
}

.my-n3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.m-n3 {
    margin: -1rem;
}

@media (max-width: 575px) {
    .tac-sm {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tac-md {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .tac-lg {
        text-align: center;
    }
}

.mh-360 {
    min-height: 360px;
}

.mw-360 {
    max-width: 360px;
}

.mw-400 {
    max-width: 400px;
}

.mw-540 {
    max-width: 540px;
}

.mw-600 {
    max-width: 600px;
}

.mw-660 {
    max-width: 660px;
}

.mw-800 {
    max-width: 800px;
}

/* кнопки */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    background-color: transparent;
    white-space: nowrap;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: -.01em;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
    text-underline-offset: .2em;
}

.btn-primary:not(.promocode-wrap .btn),
.btn-secondary,
.btn-blank {
    padding: 13px 16px;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.btn-secondary {
    color: #000;
    border: 1px solid #000;
}

.btn-blank {
    border: 1px solid transparent;
}

.btn-active {
    text-decoration: underline;
    text-underline-offset: .2em;
}

.btn-disabled,
.btn:disabled,
.btn-loading {
    cursor: default;
    position: relative;
    pointer-events: none;
}

.btn-loading span {
    opacity: 0;
    transition: opacity .15s ease;
}

.btn-loading {
    color: transparent;
}

.btn-loading::after {
    content: "";
    position: absolute;
    background: url(../img/loader.svg) no-repeat center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.btn-disabled,
.btn:disabled {
    color: #a3a3a3;
}

.btn-primary.btn-disabled,
.btn-primary:disabled {
    background-color: #ccc;
    border-color: #ccc;
}

.btn-secondary.btn-disabled,
.btn-secondary:disabled {
    border-color: #ccc;
}

.btn-close,
.btn-delete {
    display: inline-block;
    width: var(--btn-size, 30px);
    height: var(--btn-size, 30px);
    z-index: 1;
}

.btn-close::before,
.btn-close::after,
.btn-delete::before,
.btn-delete::after {
    content: "";
    position: absolute;
    background-color: #000;
    height: var(--ico-size, 16px);
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-close::before,
.btn-delete::before {
    transform: rotate(45deg);
}

.btn-close::after,
.btn-delete::after {
    transform: rotate(-45deg);
}

.btn-slider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: -8px;
}

@media (min-width: 992px) {
    .btn-primary:not(.promocode-wrap .btn),
    .btn-secondary,
    .btn-blank {
        padding: 8px 16px;
    }
}

.btn-180 {
    min-width: 180px;
}

.btn-100,
.btn-m100 {
    width: 100%;
}

@media (min-width: 576px) {
    .btn-m100 {
        width: auto;
    }
}

@media (any-hover: hover) {
    .link-arrow:hover {
        color: #999;
    }

    .btn-secondary:hover,
    .btn-blank:hover,
    .btn-link:hover	{
        text-decoration: underline;
        text-underline-offset: .2em;
    }
}

/* форма */
::placeholder {
    color: #b3b3b3;
    text-transform: uppercase;
}

.input-wrap {
    margin-bottom: 24px;
}

.btn-wrap {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .input-wrap {
        margin-bottom: 30px;
    }
}

.form-check {
    position: relative;
    display: block;
}

.form-check-input {
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    z-index: 100;
    width: 12px;
    height: 12px;
    border: none;
    left: 0;
    top: 0;
}

/* radio */
.form-check-label .radio {
    display: inline-block;
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 50%;
}

.form-check-label [type='radio']:checked + span {
    /* box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 10px #000; */
    background-color: #000;
    box-shadow: inset 0 0 0 2px white;
}

/* checkbox */
.form-check-label .checkbox {
    display: inline-block;
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.form-check-label [type='checkbox']:checked + span {
    background-color: #000;
    box-shadow: inset 0 0 0 1px white;
}

/* input */
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: .375rem .667rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: -.01em;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #000;
    transition: border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}

.input-success {
    background: url(../img/ico-check.svg) no-repeat right 8px center /14px;
}

.input-blank {
    height: 1rem;
}

.form-control ~ .btn-delete {
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.input-filled ~ .btn-delete {
    visibility: visible;
    opacity: 1;
}

.input-disabled,
input:disabled {
    color: #b3b3b3;
    opacity: 1;
    pointer-events: none;
    user-select: none;
}

.input-suggestions {
    background-color: #fff;
    border: 1px solid #000;
    top: calc(100% - 1px);
    width: 100%;
    z-index: 1;
}

.suggestions-list .suggestions-item {
    display: block;
    padding: .5rem .667rem;
}

@media (any-hover: hover) {
    .input-suggestions .suggestions-list .suggestions-item:hover {
        background-color: #f2f2f2;
    }
}

.input-sms {
    padding-right: 180px;
}

.sms-msg {
    top: 10px;
    right: 10px;
    z-index: 2;
}

.sms-msg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: -10px;
}

.sms-msg.disabled {
    color: #b3b3b3;
    pointer-events: none;
}

.input-sms ~ .sms-msg {
    display: block;
    animation: fade .25s;
}

.input-error,
.input-error + label,
.input-error:focus,
.form-error .form-control:invalid,
.form-error .form-control:invalid + label {
    color: #ff3f28;
    /* border-color: #ff3f28; */
}

.error-msg {
    color: #ff3f28;
    font-size: 12px;
    padding-top: 6px;
    top: 100%;
}

.input-error ~ .error-msg {
    display: block;
    animation: fade .25s;
}

.form-error-msg {
    color: #fff;
    background-color: #ff3d00;
    position: fixed;
    line-height: 1.25;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    animation: fade .35s;
    user-select: none;
}

.subscribe-form .form-control {
    padding-right: 140px;
}

.subscribe-form .btn {
    text-decoration: none;
    top: 0;
    right: 0;
    bottom: 0;
}

.subscribe-form .subscribe-form-success {
    animation: fade 1s;
}

/* @media (min-width: 992px) { */
/* .form-error-msg { */
/* position: absolute; */
/* top: -4px; */
/* left: -15px; */
/* right: -15px; */
/* bottom: auto; */
/* } */
/* } */
/* ------------------------ */

/* дроп-меню */
@media (max-width: 991px) {
    .sort-show {
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        touch-action: none;
    }
}

.dropdown.active .dropdown-toggle {
    text-decoration: underline;
    text-underline-offset: .2em;
}

.dropdown-menu {
    min-width: 9rem;
    background-color: rgba(255,255,255, .9);
    text-transform: uppercase;
    padding: 4px;
    top: 100%;
    z-index: 14;
    opacity: 0;
    visibility: hidden;
}

.dropdown-account .dropdown-menu {
    background-color: transparent;
}

.dropdown-menu.is-left {
    left: -4px;
}

.dropdown-menu.is-right {
    right: -4px;
}

.dropdown-menu.is-right .btn {
    margin-left: auto;
}

/* сотрировка */
.dropdown-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 0;
    gap: 4px;
    text-underline-offset: .2em;
}

@media (max-width: 991px) {
    .dropdown-sort .dropdown-menu::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        height: 100vh;
        z-index: -1;
    }
}

/* -- Заголовки стр. -- */
.page-title,
.page-title-lg {
    font-size: 1.25rem;
}

@media (min-width: 992px) {
    .page-title,
    .page-title-lg {
        font-size: 1.667rem;
        letter-spacing: -.02em;
    }
}

/* -- Шапка + Меню -- */
/* трансформация шапки при фиксации */
/* удалить */
/* @media (min-width: 992px) { */
/* header { */
/* z-index: 1000; */
/* } */
/* } */

/* кнопка меню */
.header-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* svg ico + анимация при раскрытии */
.header-hamburger .ico-menu [class*="line"] {
    transition: all .15s ease;
}

.header-hamburger .ico-menu .line-21 {
    opacity: 0;
}

.header-hamburger.open .ico-menu .line-1,
.header-hamburger.open .ico-menu .line-3 {
    display: none;
}

.header-hamburger.open .ico-menu .line-2 {
    transform: rotate(-45deg);
    transform-origin: center center;
}

.header-hamburger.open .ico-menu .line-21 {
    opacity: 1;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* меню в шапке*/
.header-island .top {
    position: relative;
    /* top: -5px; */
    /* transform: translateY(5px); */
    /* transition: top .5s ease; */
    transition: transform .35s ease;
}

.header-island .top.is_stuck {
    position: fixed !important;
    top: auto !important;
    bottom: auto !important;
    transform: translateY(-5px);
    z-index: 19;
}

.header-island,
.header-island ul {
    font-size: 1.25rem;
    gap: 12px 16px;
}

.header-island .island-link + span {
    margin-left: 4px;
}

@media (max-width: 575px) {
    .main-page .header-island {
        max-height: 102px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .header-island .bottom {
        max-height: 72px;
        padding-bottom: 2px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .header-island,
    .header-island ul {
        font-size: 1.667rem;
        letter-spacing: -.02em;
        gap: 16px 20px;
    }

    .header-island .bottom {
        max-height: 95px;
        padding-bottom: 3px;
    }
}

/* меню мобила */
.header-menu {
    position: absolute;
    background-color: #fff;
    width: 90%;
    top: 100%;
    left: 0;
    overflow: hidden;
    /* width: 50vw; */
    /* max-width: 500px; */
    z-index: 555;
    box-shadow: 0px 100px #fff;
    visibility: hidden;
    /* opacity: 0; */

    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: all .35s ease;
}

@media (min-width: 576px) {
    .header-menu_left {
        border-right: 1px solid #e5e5e5;
    }

    .header-menu {
        height: calc(100vh - 54px);
        overflow-y: scroll;
    }
}

@media (min-width: 992px) {
    .header-menu {
        height: calc(100vh - 100px);
    }
}

.header-hamburger.open + .header-menu {
    transform: translateX(0);
    visibility: visible;
    /* opacity: 1; */
}

.menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0, .5);
    z-index: 444;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease;
}

.menu-opened {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.header-menu .submenu + .submenu {
    margin-top: 28px;
}

.header-menu .submenu li:not(:first-child) {
    padding-left: 12px;
}

.header-menu .submenu a {
    display: block;
    padding: 10px 0;
}

.header-menu .separator {
    margin-top: 24px;
}

@media (min-width: 1025px) {
    .menu-opened {
        padding-right: var(--scroll-padlock-scrollbar-width, 17px);
    }
}

@media (max-width: 575px) {
    .header-menu .header-menu_right {
        position: absolute;
        top: 0;
        right: -100%;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        overscroll-behavior: contain;
        transition: all .35s ease;
    }

    .header-menu .header-menu_right.show {
        right: 0;
    }

    .header-menu .header-menu_left,
    .header-menu .header-menu_right {
        background-color: #fff;
        max-height: calc(100vh - 54px);
        min-height: calc(100vh - 54px);
        margin-bottom: 100px;
        padding-bottom: 100px;
        overflow-y: auto;
        overscroll-behavior-y: contain;
    }
}

.header-menu .header-menu_right::-webkit-scrollbar {
    display: none;
}

/* удалить */
/* .header-menu .header-menu_right .submenu-wrap .submenu-bar { */
/* background-color: #f7f7f7; */
/* } */

/* удалить */
/* .header-menu .header-menu_right .submenu-wrap .columns { */
/* columns: 2; */
/* } */

@media (min-width: 768px) {
    .header-menu .header-menu_right .submenu-wrap .columns {
        columns: 2 170px;
    }
}

.header-menu .header-menu_right .submenu-wrap .submenu {
    break-inside: avoid-column;
}

/* header */
.header-wrap {
    padding: 30px 0 40px;
    /* удалить z-index: 555; */
}

.header-menu_link {
    display: flex;
    align-items: center;
    padding: 14px 0;
    position: relative;
}

.header-menu_link.more::after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    right: 0;
}

@media (min-width: 992px) {
    .header-toolbar {
        position: fixed;
        top: 10px;
        right: 18px;
        transform: translateY(22px);
        transition: transform .35s ease;
        z-index: 20;
    }

    :not(.search-opened) .header-toolbar.sticky {
        position: fixed;
        top: 10px;
        transform: translateY(15px);
        transition: transform .5s ease;
    }

    .search-opened .header-toolbar.sticky {
        position: fixed;
        top: 10px;
        transform: translateY(22px);
        transition: transform .5s ease;
    }

    .with-fancybox .header-toolbar {
        right: calc(18px + var(--fancybox-scrollbar-compensate));
    }

    .header .logo-img {
        position: relative;
        z-index: 25;
    }

    .search-opened .header .logo-img {
        position: fixed;
    }
}

.header-toolbar .product-count {
    background-color: #fff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    width: 14px;
    position: absolute;
    height: 14px;
    top: 10px;
    right: -5px;
    transition: background-color .5s;
}

@media (min-width: 992px) {
    .header-toolbar .product-count {
        background-color: transparent;
        top: 4px;
        right: -8px;
    }
}

@media (min-width: 1200px) {
    .header-toolbar .product-count {
        color: #b3b3b3;
        position: static;
        font-size: 1rem;
        line-height: 1;
        margin-left: 4px;
    }

    .header-toolbar .product-count::before {
        content: "(";
    }

    .header-toolbar .product-count::after {
        content: ")";
    }
}

.pa.header-search {
    top: 0;
    left: 36px;
    bottom: 0;
    margin: auto;
}

.header .search-wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
    transition: all .35s ease;
    z-index: 19;
}

.header .search-wrap.show {
    transform: translateY(0);
}

/* удалить */
/* .header-wrap { */
/* z-index: auto; */
/* } */

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .5);
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease;
}

.show {
    visibility: visible !important;
    opacity: 1 !important;
}

.header .search-form {
    display: flex;
    gap: 6px;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header .search-results {
    max-height: calc(85vh - 48px);
    /* min-height: calc(100vh - 48px); */
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
}

.header .search-form .btn-close {
    --btn-size: 24px;
    right: -5px;
}

@media (min-width: 992px) {
    .header .search-wrap {
        min-height: 110px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .header .search-form {
        margin-right: 160px;
        padding-top: 28px;
    }

    .header .search-results {
        max-height: none;
        min-height: auto;
    }
}

@media (min-width: 1200px) {
    .header .search-wrap {
        min-height: 120px;
    }

    .header .search-form {
        margin-right: 262px;
        padding-top: 25px;
    }
}

.header .search-form input {
    background: url(../img/ico-search.svg) no-repeat right -2px center /16px;
    border-bottom: 1px solid #000;
    height: 20px;
    text-transform: uppercase;
}

.header .search-form .btn-clear {
    --ico-size: 10px;
    display: inline-block;
    width: calc(var(--ico-size) * 2);
    height: calc(var(--ico-size) * 2);
    right: 54px;
    bottom: 16px;
    visibility: hidden;
    opacity: 0;
}

.search-input:valid ~ .btn-clear {
    visibility: visible;
    opacity: 1;
}

.btn-clear::before,
.btn-clear::after {
    content: "";
    position: absolute;
    background-color: #000;
    height: var(--ico-size);
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-clear::before {
    transform: rotate(45deg);
}

.btn-clear::after {
    transform: rotate(-45deg);
}

@media (min-width: 992px) {
    .header .search-form .btn-clear {
        right: 25px;
        bottom: 12px;
    }
}

/* лого */
.header-logo .logo-img {
    --logo-size: 40px;
    display: inline-block;
    position: relative;
    background: url(../img/logo.svg) no-repeat center;
    background-size: var(--logo-size);
    width: var(--logo-size);
    height: var(--logo-size);
}

/* удалить */
/* @media (min-width: 992px) { */
/* .header-logo .logo-img { */
/* --logo-size: 50px; */
/* } */
/* } */

/* @media (min-width: 1200px) { */
/* .header-logo .logo-img { */
/* --logo-size: 60px; */
/* } */
/* } */

.active-link {
    text-decoration: underline;
    text-underline-offset: .2em;
}

.header-active-link {
    color: #ff3d00;
}

/* -- Главная -- */
.whassup-ticker {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all .35s ease;
}

.whassup-ticker a {
    color: #b3b3b3;
    text-decoration: underline;
}

.main-page .section:not(:last-child) {
    margin-bottom: 60px;
}

.main-page .section {
    row-gap: 3.333rem;
}

.main-page [class="col"] .blog-card {
    font-size: .833rem;
}

.blog-card a.db {
    min-width: 160px;
}

.blog-card a.dib,
.blog-card .c-gray {
    white-space: wrap;
}

.blog-card .c-gray a {
    color: #b3b3b3;
    text-decoration: underline;
}

@media (max-width: 520px) {
    .main-page .section.scroller {
        margin-right: calc(-1 * var(--bs-gutter-x));
    }
}

@media (min-width: 992px) {
    .main-page .section:not(:last-child) {
        margin-bottom: 90px;
    }

    .main-page [class="col"] .blog-card {
        font-size: 1rem;
    }
}

/* тулбар */
@media (max-width: 991px) {
    .catalog-toolbar {
        --bs-gutter-x: 2rem;
        background-color: #fff;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        z-index: 16;
    }
}

/* левое меню каталога */
.left-menu {
    margin-top: -4px;
}

.left-menu .menu-block + .menu-block {
    margin-top: 32px;
}

.left-menu a,
.left-menu span,
.left-menu span {
    padding: 4px 0;
}

.left-menu .submenu li .submenu a,
.left-menu .submenu li .submenu span {
    padding-left: 40px;
}

@media (min-width: 992px) {
    .left-menu.offset-top {
        margin-top: 1.65rem;
    }
}

/* -- Каталог -- */
.catalog-description .text-hide {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 54px;
    overflow: hidden;
    position: relative;
    transition: all .35s ease;
}

.catalog-description .text-hide.js-toggled {
    display: block;
    max-height: 100vh;
}

.catalog-description .text-hide .toggle-text {
    background: linear-gradient(90deg, rgba(255,255,255, 0), #fff 15%);
    transition: none;
}

.catalog-description .text-hide:not(.js-toggled) .toggle-text {
    padding-left: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* убрано 06.03.2025, для 1024 добавляет большую высоту */
/* .products-wrap { */
/* min-height: calc(100vh - 250px); */
/* } */

.product .product-images {
    aspect-ratio: 2/3;
}

.product img {
    width: 100%;
}

.product .product-bottom {
    font-size: .833rem;
}

.product .product-bottom .badge-wrap,
.product .product-bottom .price-split {
    font-size: .667rem;
}

.badge-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.product .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product .price-wrap {
    display: flex;
    flex-wrap: wrap;
}

.product .sizes-wrap {
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .15s cubic-bezier(.4, 0, .3, 1);
}

.product .sizes-wrap .sizes {
    line-height: 1.6;
    word-spacing: 5px;
    transform: translateY(-2px);
}

.product .sizes-wrap .sizes .one-size {
    word-spacing: normal;
}

.product .sizes-wrap .sizes .selected,
.product + .btn-groups .selected {
    border: 1px solid;
    padding: 0 1px;
}

@media (min-width: 992px) {
    .product .product-bottom {
        font-size: 1rem;
    }

    .product .product-bottom .badge-wrap,
    .product .product-bottom .price-split {
        font-size: .833rem;
    }

    .product .sizes-wrap .sizes {
        line-height: 1.75;
        word-spacing: 6px;
        transform: translateY(-3px);
    }

    .product + .btn-groups {
        visibility: hidden;
        opacity: 0;
    }
}

.media-img {
    /* position: relative; */
    /* overflow: hidden; */
    transition: all .25s cubic-bezier(.4, 0, .3, 1);
}

:not(.model-view) .product .media-img.model-img,
.product .media-img .second-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .25s cubic-bezier(.4, 0, .3, 1);
}

.model-view .product .media-img.model-img + .media-img.product-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .25s cubic-bezier(.4, 0, .3, 1);
}

.model-view .product .media-img.model-img {
    position: static;
    opacity: 1;
}

@media (any-hover: hover) {
    /* :not(.model-view) .product:hover .media-img.model-img { */
    /* opacity: 1; */
    /* } */

    /* :not(.model-view) .product:hover .media-img.model-img + .media-img.product-img { */
    /* opacity: 0; */
    /* } */

    /* .model-view .product:hover .media-img.model-img + .media-img.product-img { */
    /* opacity: 1; */
    /* } */

    /* .model-view .product:hover .media-img.model-img { */
    /* opacity: 0; */
    /* } */

    :not(.model-view) .product:hover .media-img.product-img .second-img,
    .model-view .product:hover .media-img.model-img	.second-img {
        opacity: 1;
    }

    .product:hover .sizes-wrap,
    .products-wrap.with-buy-btn > div:hover .product .sizes-wrap,
    .products-wrap.with-buy-btn > div:hover .product + .btn-groups {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .catalog-page :not(.model-view) .product .media-img.model-img {
        position: static;
        opacity: 1;
    }

    .catalog-page :not(.model-view) .product .media-img.model-img + .media-img.product-img {
        position: absolute;
        opacity: 0;
        top: 0;
    }
}

/* тулбар фильтров в каталоге */
.products-filter {
    display: flex;
    gap: 2px;
    white-space: nowrap;
}

.products-filter .btn-delete {
    --btn-size: 12px;
    --ico-size: 12px;
    margin-left: 2px;
}

.products-filter .dropdown-menu {
    max-width: 220px;
}

.products-filter.price-filter .dropdown-menu {
    width: 220px;
}

.products-filter .dropdown-menu .filter-list-item {
    display: flex;
    padding: 4px 0;
}

.btn-filter .filter-count {
    margin-left: -2px;
}

.filter-toolbar,
.filter-toolbar .filter-row {
    gap: 14px;
}

.filter-search {
    width: 100%;
    border-bottom: 1px solid #000;
    height: 18px;
}

.filter-list {
    /* overscroll-behavior-y: contain; */
    max-height: 400px;
    padding-right: 24px;
    overflow-y: auto;
    text-transform: uppercase;
}

.filter-list .filter-list-item span > span {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;

    /* display: -webkit-box; */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    /* max-height: 72px; */
    /* overflow: hidden; */
}

.filter-list .filter-list-item > span {
    position: relative;
}

.filter-list .filter-list-item [type='checkbox']:checked + span::before,
.filter-list .filter-list-item:hover > span::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
}

.filter-list .filter-list-item span > span::before,
.filter-list .filter-list-item span > span::after {
    content: "";
    position: absolute;
    background-color: #000;
    height: 12px;
    width: 1px;
    top: 0;
    bottom: 0;
    right: -10px;
    opacity: 0;
}

.filter-list .filter-list-item span > span::before {
    transform: rotate(45deg);
}

.filter-list .filter-list-item span > span::after {
    transform: rotate(-45deg);
}

.filter-list .filter-list-item [type='checkbox']:checked + span > span::before,
.filter-list .filter-list-item [type='checkbox']:checked + span > span::after {
    opacity: 1;
}

/* custom srcoll */
.filter-list::-webkit-scrollbar {
    width: 1px;
}

/* .filter-list::-webkit-scrollbar-track { */
/* -webkit-box-shadow: inset 0 0 1px rgba(0,0,0, .3); */
/* background-color: #f5f5f5; */
/* } */

.filter-list::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
    /* background-color: #000; */
}

@supports not selector(::-webkit-scrollbar) {
    .filter-list {
        scrollbar-width: thin;
        /* scrollbar-color: #000 #dedede; */
        scrollbar-color: #dedede transparent;
    }
}

/* price filter */
.price-slider.noUi-target {
    background: #ccc;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.price-slider.noUi-horizontal {
    height: 1px;
}

.price-slider .noUi-handle {
    cursor: pointer;
    background: transparent;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    right: -10px;
    top: -9px;
}

.price-slider .noUi-connect {
    background: #000;
}

.price-slider .noUi-connects {
    border-radius: 0;
}

.price-slider .noUi-handle:after {
    display: none;
}

.price-slider .noUi-handle:before {
    background: #000;
    height: 9px;
    top: 5px;
}

.price-slider .noUi-handle.noUi-handle-lower:before {
    left: 10px;
}

.price-slider .noUi-handle.noUi-handle-upper:before {
    left: 9px;
}

.price-slider .noUi-horizontal .noUi-handle {
    width: 2px;
}

@media (max-width: 1199px) {
    .products-filter:last-child .dropdown-menu.is-left {
        right: -4px;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .filter-toolbar,
    .filter-toolbar .filter-row {
        gap: 24px;
    }
}

/* кнопка вызова фильтра в моб. каталоге */
/* Фильтр мобильный */
.filter-opened {
    overflow: hidden;
    /* position: fixed; */
    max-width: 100%;
    width: 100%;
    touch-action: none;
}

@media (min-width: 1025px) {
    .filter-opened {
        padding-right: var(--scroll-padlock-scrollbar-width);
    }

    .filter-opened .header-toolbar {
        right: 34px;
    }
}

.products-filter-modal {
    position: fixed;
    background-color: #fff;
    width: 90%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1035;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .4s ease;
    overscroll-behavior-y: contain;
}

.products-filter-modal .btn-close {
    --btn-size: 24px;
    right: -5px;
}

.products-filter-modal.show {
    transform: translateX(0);
    visibility: visible;
}

.products-filter-modal .top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 20px;
    background: linear-gradient(180deg, #fff 20%, rgba(255,255,255, 0));
}

.products-filter-modal .bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 20px;
    background: linear-gradient(0deg, #fff 20%, rgba(255,255,255, 0));
}

.products-filter-modal .middle {
    position: relative;
    height: calc(100% - 72px);
    /* min-height: 100%; */
    padding-bottom: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
}

.products-filter-modal .bottom {
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 12px;
    z-index: 9999;
}

.product-filter-accordion .collapse-btn {
    display: flex;
    gap: 4px;
}

.product-filter-accordion .collapse-btn.active span:first-child {
    text-decoration: underline;
    text-underline-offset: .2em;
}

.products-filter-modal .filter-list + .filter-list {
    margin-top: 12px;
}

.products-filter-modal .filter-list-item {
    display: flex;
    padding: 4px 0;
    margin: 8px 0;
}

.products-filter-modal .filter-category li + li {
    margin-left: 12px;
}

/* +- ico */
.product-filter-accordion .collapse-btn::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid #000;
    width: 13px;
    height: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .1s ease;
}

.product-filter-accordion .collapse-btn::after {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #000;
    width: 1px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    transition: all .25s ease;
}

.product-filter-accordion .collapse-btn.active::before {
    opacity: 0;
}

.product-filter-accordion .collapse-btn.active::after {
    transform: rotate(-90deg);
}

/* -- Товар -- */
/* карусель - моб версия */
.product-images-slider .f-carousel__viewport {
    padding: 0;
}

.product-images-slider .f-carousel__dots {
    --f-carousel-dots-width: 100%;
    --f-carousel-dots-height: 2px;
    --f-carousel-dot-opacity: .25;
    flex-wrap: nowrap;
    padding-left: 22px;
    padding-right: 22px;
    bottom: 10px;
    gap: 2px;
}

.product-images-slider .f-carousel__dots li {
    width: 100%;
}

.product-images-slider .f-carousel__dot {
    --f-carousel-dot-width: 100%;
    --f-carousel-dot-height: 1px;
    --f-carousel-dot-radius: 0;
}

.product-page .product-images a {
    cursor: zoom-in;
}

.product-page .product-title {
    font-size: 1rem;
    /* line-height: 1.5; */
    text-transform: none;
}

.product-page .product-description {
    /* hyphens: auto; */
}

.product-page .badge-wrap,
.product-page .product-description {
    margin-top: 12px;
}

.product-page .product-sizes-switch {
    margin-top: 30px;
    gap: 16px;
}

.product-page .product-sizes {
    max-width: 400px;
    margin-top: 30px;
    gap: 6px 20px;
}

.product-page .product-sizes .size {
    position: relative;
    border: 1px solid transparent;
    text-align: center;
    padding: 8px 10px;
    min-width: 40px;
    width: 60px;
}

.product-page .product-sizes .size.one-size {
    width: auto;
}

.product-page .product-sizes .size:last-child {
    margin-right: 0;
}

.product-page .product-sizes .size.selected {
    border-color: #222;
}

.product-page .product-sizes .size.disabled {
    cursor: default;
    text-decoration: line-through;
    opacity: .2;
    pointer-events: none;
}

.product-page .product-sizes .size .last-size {
    font-size: .417rem;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-page .product-info .btn-groups {
    margin-top: 24px;
}

.product-page .property-list li + li {
    margin-top: 4px;
}

.product-page .product-color::before {
    content: "";
    display: inline-block;
    background: var(--product-color);
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-bottom: -2px;
}

.product-page .product-color.white-color::before {
    border: 1px solid #ccc;
}

/* Товар, акардеон деталей описания */
/* +- ico */
.product-info-accordion .collapse-btn::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid #000;
    width: 9px;
    height: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .1s ease;
}

.product-info-accordion .collapse-btn::after {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #000;
    width: 1px;
    height: 9px;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    transition: all .25s ease;
}

.product-info-accordion .collapse-btn.active::before {
    opacity: 0;
}

.product-info-accordion .collapse-btn.active::after {
    transform: rotate(-90deg);
}

@keyframes fade {
    0% {opacity:0}
    100% {opacity:1}
}

.collapse.active + .collapse-content {
    animation: fade .5s;
}

/* Удалить. Разобраться со стики и фейдом в левом блоке товара */
.product-info-accordion .collapse.active + .collapse-content {
    animation: none;
}

@media (any-hover: hover) {
    .product-page .product-sizes .size:hover:not(.disabled) {
        border-color: #222;
    }
}

@media (max-width: 991px) {
    .row.product-images {
        margin-left: -12px;
        margin-right: -12px;
        /* margin-left: 0; */
        /* margin-right: 0; */
    }

    .row.product-images .f-carousel__slide {
        padding: 0 12px;
    }

    .product-page .product-images:not(.f-carousel) .product-img:not(:first-child) a {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .row.product-images {
        --bs-gutter-x: 1.667rem;
        --bs-gutter-y: 1.667rem;
    }

    .row.product-images .product-img {
        --f-carousel-slide-width: 50%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

    .product-page .badge-wrap,
    .product-page .product-description {
        margin-top: 16px;
    }

    .product-page .product-sizes-switch {
        margin-top: 24px;
    }

    .product-page .product-sizes {
        margin-top: 20px;
        gap: 6px 10px;
    }

    .product-page .product-sizes .size {
        width: 40px;
    }

    .product-page .product-info .btn-groups {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .product-page .product-sizes {
        gap: 8px 2px;
    }
}

@media (min-width: 1200px) {
    .row.product-images {
        --bs-gutter-x: 2.5rem;
        --bs-gutter-y: 2.5rem;
    }

    .row.product-images .product-img {
        --f-carousel-slide-width: 33.33333333%
    }

    .product-page .product-sizes {
        gap: 8px 12px;
    }

    .product-page .product-sizes-switch {
        gap: 20px;
    }
}

@media (min-width: 1920px) {
    .product-page .product-sizes {
        gap: 8px 20px;
    }
}
/* --- */

.old-price {
    text-decoration: line-through;
}

.hidden-text {
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

/* -- Оформление заказа -- */
.order-form {
    gap: 40px 90px;
}

.order-cart {
    gap: 40px;
}

.order-cart .cart-img {
    width: 60px;
}

.order-cart .cart-info {
    font-size: .833rem;
}

/* удалить, времянка на случай одобрения v.2 */
.promocode-wrap .btn-primary {
    min-width: 111px;
}

.promocode-wrap .input-filled {
    pointer-events: none;
    user-select: none;
}

.promocode-delete {
    --ico-size: 12px;
}

.policy-check > span {
    margin-top: -2px;
}

.order-form .order-data .input-wrap:last-child {
    margin-bottom: 0;
}

.order-form .radio-wrap {
    margin-top: 40px;
}

.order-form .card-data {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .order-form .left-col,
    .order-form .right-col {
        max-width: 600px;
    }

    .order-form .card-data {
        margin-top: 40px;
    }

    .order-cart {
        gap: 20px;
    }

    .order-cart .cart-img {
        width: auto;
    }

    .order-cart .cart-info {
        font-size: 1rem;
    }

    .order-footer {
        margin-left: 118px;
    }
}

/* -- Стат. стр. -- */
/* удалить */
/* .static-page h2, */
/* .static-page h3 { */
/* margin: 30px 0 10px; */
/* font-weight: 600; */
/* } */

/* @media (min-width: 576px) { */
/* .static-page p:not([class]), */
/* .static-page ul { */
/* font-size: 1.143rem; */
/* } */

/* .static-page p, */
/* .static-page li { */
/* line-height: 1.714em; */
/* } */
/* } */

/* .static-page p, */
/* .static-page ol, */
/* .static-page ul { */
/* margin-bottom: 20px; */
/* } */

/* .static-page p + ol, */
/* .static-page p + ul { */
/* margin-top: -10px; */
/* } */

/* .static-page small, */
/* .static-page .small { */
/* font-size: 80%; */
/* } */

/* .ul-styled { */
/* padding-left: 12px; */
/* } */

/* .ul-styled li::before { */
/* content: "•"; */
/* font-weight: 800; */
/* color: #c29731; */
/* display: inline-block; */
/* width: 12px; */
/* margin-left: -12px; */
/* } */

/* -- Список брендов -- */
.brand-alphabet {
    gap: 10px;
}

.brand-alphabet a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    min-width: 30px;
    min-height: 30px;
}

.marker-new::after {
    content: "•";
    position: absolute;
    color: #ff3d00;
    font-size: 8px;
    line-height: 1rem;
    margin-left: 4px;
}

.brand-columns {
    columns: 2;
    column-gap: 30px;
}

.brand-list {
    break-inside: avoid-column;
}

.brand-list:not(:last-child)::after {
    content: "";
    display: block;
    height: 20px;
}

.brand-list a {
    display: inline-block;
    padding: 4px 0;
}

.brand-alphabet .disabled,
.brand-columns .disabled {
    opacity: .2;
    user-select: none;
    pointer-events: none;
}

@media (min-width: 768px) {
    .brand-columns {
        columns: 3;
        column-gap: 0;
    }
}

@media (min-width: 1200px) {
    .brand-alphabet {
        gap: 20px;
    }

    .brand-alphabet a {
        font-size: 1.667rem;
    }

    .brand-columns {
        columns: 4;
    }
}

/* -- Контакты, Вакансии -- */
.contacts-page .address-list + .address-list {
    margin-top: 40px;
}

.about-store-text {
    margin-top: 80px;
    hyphens: auto;
}

.vacancies-page .vacancies-wrap {
    min-height: 40vh;
}

.vacancies-page .vacancy-item + .vacancy-item {
    margin-top: 60px;
}

.vacancy-page .vacancy-description h3 {
    margin-bottom: 1rem;
}

.vacancy-page .vacancy-description ul {
    line-height: 1.5;
    margin-bottom: 30px;
}

.vacancy-page .vacancy-description ul {
    margin-left: 20px;
}

.vacancy-page .vacancy-description li {
    list-style: disc;
}

@media (min-width: 992px) {
    .contacts-page .store-photo {
        max-width: 400px;
    }

    .contacts-page .address-list + .address-list {
        margin-top: 60px;
    }

    .vacancies-page .vacancy-item + .vacancy-item {
        margin-top: 80px;
    }

    .vacancy-page .vacancy-description ul {
        margin-bottom: 60px;
    }

    .about-store-text {
        margin-top: 140px;
    }
}

/* -- FAQ -- */
.faq-accordion .accordion-item + .accordion-item {
    margin-top: 24px
}

/* -- Блог (каталог и статья) -- */
.blog-page .blog-tile {
    row-gap: 40px;
}
/* (статья) */
.blog-post-page .blog-post-teaser {
    margin-top: 16px;
    margin-bottom: 32px;
}

.blog-post-page .blog-post-title {
    font-size: 1.667rem;
    margin-bottom: 8px;
}

.blog-post-page .blog-post-text p + p {
    margin-top: 20px;
}

.blog-post-page .blog-post-text > img {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 32px;
}

.blog-post-page .blog-post-text .columns {
    margin-top: 32px;
    margin-bottom: 32px;
}

.blog-post-page .blog-post-text .columns img {
    margin-bottom: 8px;
}

.blog-post-page .blog-post-products,
.blog-post-page .section-blog-cards {
    margin-top: 80px;
}

@media (min-width: 992px) {
    .blog-page .blog-tile {
        margin-top: -2px;
        row-gap: 20px;
    }

    .blog-post-page .blog-post-title {
        font-size: 2.667rem;
        margin-bottom: 16px;
    }

    .blog-post-page .blog-post-teaser {
        margin-top: 32px;
        margin-bottom: 64px;
    }

    .blog-post-page .blog-post-text > p {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .blog-post-page .blog-post-text .final-text {
        font-size: 1.167rem;
        line-height: 1.4;
        text-align: center;
        margin-top: 80px;
    }

    .blog-post-page .blog-post-text > img {
        margin-top: 32px;
        margin-bottom: 64px;
    }

    .blog-post-page .blog-post-products,
    .blog-post-page .section-blog-cards {
        margin-top: 136px;
    }
}

@media (min-width: 1200px) {
    .blog-page .blog-tile {
        row-gap: 60px;
    }

    .blog-post-page .blog-post-text > p {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 1400px) {
    .blog-post-page .blog-post-title {
        font-size: 4rem;
        margin-bottom: 24px;
    }
}

/* ico ^ */
.faq-accordion .collapse-btn::after {
    content: "";
    position: absolute;
    background: url(../img/ico-angle-down.svg) no-repeat 0 0 /contain;
    width: 14px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .15s ease;
}

.faq-accordion .collapse-btn.active::after {
    transform: rotate(180deg);
}

.faq-accordion {
    max-width: 800px;
}

@media (min-width: 992px) {
    .faq-accordion .accordion-item + .accordion-item {
        margin-top: 40px
    }
}

/* -- Личный кабинет -- */
.userdata-form .subscribe-check {
    margin-bottom: 40px;
}

.lk-orders-page .pagintaion {
    margin-left: -12px;
}

.lk-order + .lk-order {
    margin-top: 80px;
}

.lk-order .cell-title::after {
    content: ":";
}

.lk-order .cell-status {
    position: absolute;
    top: 0;
    right: 0;
}

.lk-favorites-brands {
    gap: 12px 24px;
}

.lk-favorites-brands .btn-delete {
    --btn-size: 16px;
    --ico-size: 12px;
    right: -2px;
}

.lk-wishlist-catalog-page input.page-title {
    height: 20px;
}

@media (min-width: 576px) {
    .userdata-form,
    .new-address-form {
        max-width: 600px;
    }

    .lk-login-form {
        max-width: 300px;
    }

    input.confirm-phone {
        padding-right: 120px;
    }

    .confirm-phone ~ .btn {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .userdata-form .subscribe-check {
        margin-bottom: 60px;
    }

    .lk-order .cell-title::after {
        content: none;
    }

    .lk-order .cell-status {
        position: static;
    }
}

/* -- Ресторан и О магазине -- */
/* .l-page - общий класс-обёртка для лендингов */
.l-page .section + .section,
.about-us-page .section + .section,
.restaurant-page .section + .section {
    margin-top: 80px;
}

.l-page .section-blog-cards,
.about-us-page .section-blog-cards {
    margin-top: 100px;
}

@media (min-width: 992px) {
    .l-page .section-blog-cards,
    .about-us-page .section-blog-cards {
        margin-top: 136px;
    }
}

/* -- Футер -- */

/* -- 404 -- */
@media (max-width: 991px) {
    .p404-title {
        line-height: 1.5;
    }
}

/* ------------------------------------------------------------ */

/* -- Слайдеры -- */
.products-slider {
    margin-right: calc(-1 * var(--bs-gutter-x));
}

/* .products-slider .swiper-slide { */
/* user-select: none; */
/* } */

.product-slider-wrapper {
    display: flex;
    gap: 12px;
    overflow-y: hidden;
    overflow-x: scroll;
    /* scroll-snap-type: x mandatory;  добавляет инерцию слайду при свайпе */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.products-slider .product-slide {
    flex-shrink: 0;
    width: calc((100% / 2.5) - 12px);
    scroll-snap-align: start;
}

.product-slider-wrapper::-webkit-scrollbar {
    display: none;
}

@media (min-width: 375px){
    .products-slider .product-slide {
        width: calc((100% / 3.5) - 12px);
    }
}

@media (min-width: 992px) {
    .products-slider .products-slider {
        --bs-gutter-x: 2.5rem;
    }

    .products-slider .product-slider-wrapper {
        gap: 20px;
        scroll-snap-type: x mandatory;
    }

    .products-slider .product-slide {
        width: calc((100% / 4.5) - 20px);
    }
}

@media (min-width: 1400px){
    .products-slider .product-slider-wrapper {
        gap: 30px;
    }

    .products-slider .product-slide {
        width: calc((100% / 5.5) - 30px);
    }
}

/* -- Fancybox -- */
/* глобальные */
.fancybox__container {
    --fancybox-bg: rgba(0,0,0, .5);
    --fancybox-color: #000;
    --fancybox-content-color: #000;
    --carousel-button-svg-stroke-width: 1;
    --carousel-button-svg-filter: none;
}

/* подтверждение удаления */
.confirm-modal {
    min-width: 230px;
}

.confirm-modal .is-close-btn {
    display: none;
}

/* галерея в товаре */
.product-photo-gallery.fancybox__container {
    --fancybox-bg: #fff;
    --fancybox-color: #000;
    --fancybox-thumbs-border-radius: 0;
    --fancybox-accent-color: #000;
}

.fancybox__toolbar {
    --f-button-bg: transparent;
}

.f-button:active:not([disabled]) {
    --f-button-active-bg: transparent;
}

.f-button svg {
    --f-button-svg-filter: none;
}

.fancybox__toolbar .f-button svg {
    --f-button-svg-width: 16px;
    --f-button-svg-height: 16px;
}

.fancybox__nav {
    --f-button-next-pos: -3px;
    --f-button-prev-pos: -3px;
}

.fancybox__nav .f-button svg {
    --f-button-svg-width: 16px;
    --f-button-svg-height: 16px;
    --f-button-svg-stroke-width: 2;
}

.fancybox__thumbs {
    --f-thumb-border-radius: 0;
    --f-thumb-outline: 1px;
    --f-thumb-outline-color: #000;
}

.f-thumbs__slide {
    --f-thumb-width: 64px;
    --f-thumb-height: 48px;
}

.is-compact .fancybox__footer {
    background: transparent;
}

.product-photo-gallery .fancybox__slide {
    padding-left: 0;
    padding-right: 0;
}

.product-photo-gallery .fancybox__toolbar {
    background: none;
    align-items: center;
    --fancybox-toolbar-text-shadow: none;
    --f-button-svg-stroke-width: 2;
}

.product-photo-gallery .carousel__dots {
    top: calc(100% - .5rem);
}

@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        --f-button-hover-color: #000;
        --f-button-hover-bg: transparent;
    }
}

@media (min-width: 992px) {
    .fancybox__toolbar .is-right .f-button {
        transform: translate(-22px, 20px);
    }

    .fancybox__nav {
        --f-button-next-pos: 20px;
        --f-button-prev-pos: 20px;
    }
}

/* Модальные окна (popup, корзина, смена адреса) */
.modal-box .f-button.is-close-btn,
.is-compact .modal-box .f-button.is-close-btn {
    --f-button-color: #000;
    --f-button-hover-color: #000;
    --f-button-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-svg-width: 14px;
    --f-button-svg-height: 14px;
    top: 5px;
    right: 5px;
    opacity: 1;
}

.wishlist-modal {
    max-width: 480px;
    min-height: 279px;
}

.cart-opened,
.address-opened {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    touch-action: none;
}

@media (min-width: 1025px) {
    .cart-opened,
    .address-opened	{
        padding-right: var(--scroll-padlock-scrollbar-width, 17px);
    }

    .cart-opened .header-toolbar,
    .address-opened	.header-toolbar {
        right: calc(18px + var(--scroll-padlock-scrollbar-width, 17px));
    }
}

.cart-modal,
.address-modal {
    position: fixed;
    background-color: #fff;
    width: 90%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1050;
    transform: translateX(100%);
    visibility: hidden;
    transition: all .4s ease;
    overflow-y: auto;
    overscroll-behavior-y: contain;
}

.cart-modal.show,
.address-modal.show {
    transform: translateX(0);
    visibility: visible;
}

.address-modal .form-check-label:has(input[checked]),
.address-modal .form-check-label.active {
    border: 1px solid #000;
}

.cart-modal .btn-close,
.address-modal .btn-close{
    --btn-size: 24px;
    right: -5px;
}

.modal-cart-info {
    font-size: .833rem;
}

.modal-cart-img {
    /* flex: 0 0 90px; */
}

.item-count .btn-quantity::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: -8px;
}

.item-count .qty {
    width: 15px;
}

.viewed-products-cart {
    margin-right: -1rem;
}

.viewed-products-cart .product-slide {
    flex-shrink: 0;
    width: calc((100% / 3.3) - 12px);
    scroll-snap-align: start;
}

.viewed-products-cart .product-slide {
    user-select: none;
}

.filter-modal-overlay,
.cart-modal-overlay,
.address-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .5);
    z-index: 1030;
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* скролл-полоска: меню, корзина, фильтр, смена адреса */
.header-menu::-webkit-scrollbar,
.cart-modal::-webkit-scrollbar,
.address-modal::-webkit-scrollbar {
    width: 3px;
}

.header-menu::-webkit-scrollbar-track,
.cart-modal::-webkit-scrollbar-track,
.address-modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0, .3);
    background-color: #f5f5f5;
}

.header-menu::-webkit-scrollbar-thumb,
.cart-modal::-webkit-scrollbar-thumb,
.address-modal::-webkit-scrollbar-thumb {
    background-color: #000;
}

@supports not selector(::-webkit-scrollbar) {
    .header-menu,
    .cart-modal,
    .address-modal {
        scrollbar-width: thin;
        scrollbar-color: #000 #dedede;
    }
}

.cookie-modal {
    background-color: #fff;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    margin-left: auto;
    z-index: 15;
}

@media (min-width: 992px) {
    .modal-cart-info {
        font-size: 1rem;
    }

    .cookie-modal {
        right: 30px;
    }

    .cart-opened .cookie-modal {
        right: calc(30px + var(--scroll-padlock-scrollbar-width, 17px));
    }
}

/* --- Mobile --- */
/* .fixed-top { */
/* position: fixed; */
/* top: 0; */
/* right: 0; */
/* left: 0; */
/* z-index: 1030; */
/* } */

@media only screen and (max-width: 991px) {
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    main {
        padding-top: 70px;
    }

    main.product-page {
        padding-top: 50px;
    }

    .header-wrap {
        background-color: #fff;
        min-height: 50px;
        padding: 12px 0;
    }

    .header-logo {
        position: absolute;
        width: max-content;
        height: max-content;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}

.loader {
    background: rgba(255,255,255, .75) url(../img/loader.svg) no-repeat center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.loading {
    position: relative;
    pointer-events: none;
    user-select: none;
}

.loading::after {
    content: "";
    position: absolute;
    background: rgba(255,255,255, .75) url(../img/loader.svg) no-repeat center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}






.cardPreview__swiper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    padding: 0;
    position: relative;
    z-index: 0;
}

.cardPreview__swiper-wrapper {
    top: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
}

.cardPreview__swiper:not(:hover)>li:first-child>*,
.cardPreview__swiper>li:focus>*,
.cardPreview__swiper>li:hover>* {
    opacity: 1;
    transition: none;
}

.cardPreview__swiper-item {
    display: flex;
    align-items: flex-end;
    flex-basis: 100%;
}

.cardPreview__swiper-item>* {
    position: absolute;
    z-index: -1;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .05s;
}

.cardPreview__swiper-wrapper .cardPreview__dots {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    gap: 9px;
    padding: 4px 6px;
    pointer-events: none;
}

.cardPreview__swiper-wrapper:hover .cardPreview__dots {
    display: inline-flex;
}

.cardPreview__swiper-wrapper .cardPreview__dots li {
    display: block;
    width: 2.333333px;
    height: 2.333333px;
    background: #000000;
    border-radius: 2.333333px;
    transition: width .2s ease, background-color .2s ease;
}

/* CSS-only mapping: when hovering over the Nth slide, widen the Nth dot */
/* Up to 10 slides; extend if needed */
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(1):hover) .cardPreview__dots li:nth-child(1),
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(2):hover) .cardPreview__dots li:nth-child(2),
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(3):hover) .cardPreview__dots li:nth-child(3),
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(4):hover) .cardPreview__dots li:nth-child(4),
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(5):hover) .cardPreview__dots li:nth-child(5),
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(6):hover) .cardPreview__dots li:nth-child(6),
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(7):hover) .cardPreview__dots li:nth-child(7),
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(8):hover) .cardPreview__dots li:nth-child(8),
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(9):hover) .cardPreview__dots li:nth-child(9),
.cardPreview__swiper-wrapper:has(.cardPreview__swiper li:nth-child(10):hover) .cardPreview__dots li:nth-child(10) {
    width: 8px;
}

.model-view .product .media-img.model-img + .media-img.product-img {
    z-index: -1;
}