:root {
    --text-color: #595959;
    --text-color-2: #3F4553;
    --text-color-3: #494949;
    --text-color-4: #7B807C;
    --text-color-green: #95AA9B;
    --text-color-green-2: #939794;
    /*--theme-title-color: #7B807C;*/
    --theme-title-color: #7b7c7b;
    --theme-gray: #EEEEEE;
    --theme-gray-light: #EDEDE9;
    --theme-gray-text: #494949;
    --theme-green: #95AA9B;
    --theme-custom-text: #DCDEDC;
    --background-gray-1: #EDEDE9;
    --background-gray-2: #EEEEEE;
    --background-gray-3: #939794;
    --background-gray-4: #EFEFEF;
    --background-green-1: #95AA9B;
    --theme-border-gray: #DCDEDC;
    --theme-border-gray-light: #EDEDE9;
    --theme-border-gray-dark: #939794;
    --theme-border-green: #95AA9B;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

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

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none;
}

.affix {
    position: fixed;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-22 {
    font-size: 22px;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-bold * {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.w-50 {
    width: 50%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-8 {
    margin-top: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

.p-8 {
    padding: 8px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.p-16 {
    padding: 16px;
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.gap-8 {
    gap: 8px;
}

.gap-y-8 {
    row-gap: 8px;
}

.gap-10 {
    gap: 10px;
}

.gap-12 {
    gap: 12px;
}

.gap-x-12 {
    column-gap: 12px;
}

.gap-y-12 {
    row-gap: 12px;
}

.gap-16 {
    gap: 16px;
}

.gap-x-16 {
    column-gap: 16px;
}

.gap-y-16 {
    row-gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.gap-x-24 {
    column-gap: 24px;
}

.gap-y-24 {
    row-gap: 24px;
}

.gap-y-32 {
    row-gap: 32px;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.align-center {
    -ms-flex-align: center;
    align-items: center;
}

.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-col {
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.-z-1 {
    z-index: -1;
}

.inset-0 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.rounded-100 {
    border-radius: 100%;
}

.aspect-ratio-1 {
    aspect-ratio: 1;
}

.opacity-05 {
    opacity: .5;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.b__header .btn-control,
.menu__mobile .btn-control {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.b__header {
    z-index: 100;
    font-size: 14px;
    position: sticky;
    top: 0;
}

.b__header .header__top {
    padding: 24px 0 16px;
    background-color: #fff;
    border-bottom: 1px solid var(--theme-gray-light);
    z-index: 2;
}
/* Dropdown Menu Styles - Matching Theme Design */

/* Container for nav item with dropdown */
.nav-item-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

/* Dropdown toggle button - positioned on the left */
.dropdown-toggle {
    background: none;
    border: none;
    padding: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: var(--theme-gray-text);
    order: -1; /* Move to the left */
    margin-right: 8px;
    position: relative;
    width: 12px;
    height: 12px;
}

/* Use the same arrow style as theme navigation */
.dropdown-toggle::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 1.125L5 4.875L1.25 1.125' stroke='%23494949' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.dropdown-toggle:hover {
    opacity: 0.8;
}

/* Active state for dropdown toggle */
.has-dropdown.active .dropdown-toggle::after {
    transform: scaleY(-1);
}

/* Dropdown menu container - positioned between items */
.dropdown-menu {
    position: relative;
    background: #fff;
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}

/* Show dropdown when active */
.has-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 300px; /* Adjust based on your needs */
    padding: 8px 0;
    margin: 4px 0;
}

/* Dropdown menu items */
.dropdown-menu li {
    list-style: none;
    margin: 0;
}

.dropdown-menu a {
    display: block;
    color: var(--theme-gray-text);
    text-decoration: none;
    font-size: 14px;
    line-height: 1em;
    transition: color 0.2s ease;
    text-align: right; /* Hebrew text alignment */
}

.dropdown-menu a:hover {
    color: var(--theme-gray-text);
    text-decoration: underline;
    background: none;
    border: none;
}

/* RTL Support */
[dir="rtl"] .dropdown-menu {
    left: auto;
    right: 0;
}


[dir="rtl"] .dropdown-toggle {
    order: 1; /* Move to the right in RTL */
    margin-right: 0;
    margin-left: 8px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .dropdown-menu {
        position: static;
        border: none;
        border-top: 1px solid var(--theme-border-gray-light);
        border-radius: 0;
        margin-top: 0;
        transform: none;
    }
    
    .has-dropdown.active .dropdown-menu {
        transform: none;
    }
    
    .dropdown-toggle {
        padding: 8px;
    }
}

/* Animation for smooth slide down */
@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 300px;
    }
}

.dropdown-menu.show {
    animation: slideDown 0.3s ease forwards;
}

@media (max-width: 767px) {
    .b__header .header__top {
        padding: 19px 0 16px;
    }
}

.b__header .header__top a {
    color: var(--theme-gray-text);
}

@media (max-width: 1199px) {
    .b__header .header__top .buttons {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .b__header .header__top .buttons .hide-on-mobile {
        display: none;
    }
}

.b__header .header__top .quantity {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 1;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    font-size: 8px;
    padding-top: 1px;
    color: #fff;
    text-align: center;
    letter-spacing: normal;
}

.b__header .logo__wrapper {
    width: 300px;
    text-align: center;
}

@media (max-width: 1199px) {
    .b__header .logo__wrapper {
        width: 220px;
    }
}

@media (max-width: 380px) {
    .b__header .logo__wrapper {
        width: 200px;
    }
}

.b__header .top-menu,
.b__header .buttons__wrapper {
    width: calc(50% - 150px);
}

@media (max-width: 1199px) {
    .b__header .top-menu,
    .b__header .buttons__wrapper {
        width: calc(50% - 110px);
    }
}

@media (max-width: 550px) {
    .b__header .top-menu,
    .b__header .buttons__wrapper {
        width: auto;
    }
}

@media (max-width: 991px) {
    .b__header .short-menu {
        display: none;
    }
}

.b__header .short-menu ul {
    gap: 32px;
}

@media (max-width: 1199px) {
    .b__header .short-menu ul {
        gap: 24px;
    }
}

@media (max-width: 1199px) {
    .b__header .short-menu ul a {
        letter-spacing: 1px;
    }
}

.b__header .login__control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1199px) {
    .b__header .login__control {
        font-size: 12px;
    }
}

.b__header .login__control .user-name {
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 2px;
    max-width: 200px;
    text-align: left;
    line-height: 1.2;
    color: #494949;
}

@media (max-width: 991px) {
    .b__header .login__control .user-name {
        max-width: 100px;
        font-size: 11px;
    }
}

.b__header .login__control .user-name * {
    letter-spacing: 2px;
}

.b__header .header__bottom {
    z-index: 1;
}

@media (max-width: 991px) {
    .b__header .header__bottom {
        display: none;
    }
}

.b__header .header__bottom a {
    color: var(--theme-gray-text);
}

.b__header .nav-tabs {
    top: 100%;
    left: 0;
    right: 0;
}

.b__header .nav__item.has-sub-menu {
    padding-left: 24px;
}

@media (max-width: 1199px) {
    .b__header .nav__item.has-sub-menu {
        padding-left: 18px;
    }
}

.b__header .nav__item.has-sub-menu:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 1.125L5 4.875L1.25 1.125' stroke='%23494949' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.b__header .nav__item.active::after {
    transform: scaleY(-1);
}

@media (max-width: 1199px) {
    .b__header .nav__item a {
        letter-spacing: 1px;
    }
}

.b__header .banners__wrapper .banner {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
}

.b__header .banners__wrapper .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b__header .banners__list {
    gap: 24px;
}

.b__header .banners__list.col-2 .banner {
    width: calc(50% - 12px);
}

.b__header .header__search {
    position: absolute;
    z-index: 1;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background-color: #fff;
    height: 44px;
    display: none;
}

@media (max-width: 991px) {
    .b__header .header__search {
        background-color: #fff;
        border-bottom: 1px solid var(--theme-gray-light);
    }
}

.b__header .header__search .container,
.b__header .header__search form,
.b__header .header__search .search__control,
.b__header .header__search .form__row {
    height: 100%;
}

.b__header .header__search .search__control {
    padding: 5px 0;
}

.b__header .header__search .search__control .form__control {
    min-height: unset;
    height: 100%;
    padding-left: 50px;
}

.b__header .header__search .search__control .btn-search {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 32px;
    height: 32px;
}

.mega-menu {
    position: absolute;
    z-index: 0;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 40px 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}

.mega-menu.active {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease;
    transform: none;
    box-shadow: 0px 1px 24px 0px rgba(76, 67, 67, 0.08);
}

.mega-menu__nav {
    z-index: 1;
    padding: 12px 0;
    background-color: #fff;
    box-shadow: 0px 1px 24px 0px rgba(76, 67, 67, 0.08);
}

.mega-menu a {
    color: var(--theme-gray-text);
}

.mega-menu a:hover {
    text-decoration: underline;
}

.mega-menu__inner ul {
    padding: 0;
    list-style: none;
}

.mega-menu__inner ul:first-child {
    margin-top: 0;
}

.mega-menu__inner ul:last-child {
    margin-bottom: 0;
}

.mega-menu__inner ul li:not(:last-child) {
    margin-bottom: 16px;
}

.mega-menu .menu-columns {
    gap: 40px;
}

@media (max-width: 1500px) {
    .mega-menu .menu-columns {
        gap: 24px;
    }
}

.mega-menu .menu-columns .nav__column {
    width: calc(25% - 40px * 3 / 4);
}

@media (max-width: 1500px) {
    .mega-menu .menu-columns .nav__column {
        width: calc(25% - 24px * 3 / 4);
    }
}

.mega-menu .menu-columns .nav__column .banner {
    aspect-ratio: 16/10;
}

.mega-menu .menu-columns .nav__column .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .mega-menu .discount__text {
        width: 56px;
        height: 56px;
        font-size: 11px;
    }
}

.mega-menu .discount__text * {
    letter-spacing: 1px;
}

.mega-menu .discount__text .discount__number {
    font-weight: 400;
}

.menu-style__1 .menu-columns {
    width: calc(50% - 24px);
    padding-left: 24px;
}

.menu-style__1 .nav__column {
    max-width: calc(50% - 20px);
    min-width: 200px;
}

@media (max-width: 1199px) {
    .menu-style__1 .nav__column {
        min-width: unset;
        max-width: unset;
        width: calc(50% - 12px);
    }
}

.menu-style__1 .banners__wrapper {
    width: calc(50% + 24px);
}

.menu-style__2 .nav__column {
    width: calc(25% - 40px * 3 / 4);
}

.menu__mobile {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
    overflow: hidden;
}

@media (min-width: 992px) {
    .menu__mobile {
        display: none !important;
    }
}

.menu__mobile__inner {
    height: 100%;
    overflow: auto;
    padding: 30px 0;
}

.menu__mobile .head-part {
    min-height: 92px;
    border-bottom: 1px solid var(--theme-gray-light);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.menu__mobile .head-part__inner {
    padding: 0 30px;
}

.menu__mobile .head-part .logo img {
    margin: 0 auto;
    max-width: 220px;
}

.menu__mobile .scroll-part {
    -ms-flex: 1;
    flex: 1;
}

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

.menu__mobile .menu ul li:not(:last-child) {
    margin-bottom: 24px;
}

.menu__mobile .menu ul li ul {
    padding-right: 20px;
}

.menu__mobile .menu ul a {
    color: #494949;
}

.menu__mobile .sublayer {
    left: 100%;
    top: 0;
    height: 100%;
    background-color: #fff;
}

.menu__mobile .sublayer .sub-menu-title,
.menu__mobile .sublayer .sub-menu-title h3 {
    font-size: 30px;
    line-height: 1.1;
    color: var(--text-color);
    letter-spacing: 0.12em;
}

.menu__mobile .menu__more:not(:first-child) {
    margin-top: 25px;
    padding-top: 40px;
    border-top: 1px solid var(--theme-border-gray-light);
}

.menu__mobile .btn-close-sublayer,
.menu__mobile .btn-close-mobile-menu {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}
.menu__mobile li{
    position: relative;
}
.menu__mobile [data-show-sublayer-by-id] {
    width: 100%;
    display: block;
    position: relative;
}

.menu__mobile [data-show-sublayer-by-id].before-trigger, .menu__mobile [data-show-subsublayer-by-id].before-trigger {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.875 8.75L1.125 5L4.875 1.25' stroke='%23494949' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu__mobile .buttons__wrapper {
    margin-top: auto;
    padding: 25px 0;
}

.menu__mobile .products-list {
    background-color: var(--theme-gray);
    padding: 50px 0;
}

.menu__mobile .products-list__inner {
    gap: 8px;
}

.menu__mobile .product-card__wrapper {
    width: calc(50% - 4px);
}

.menu_toggler {
    position: relative;
    border: none;
    padding: 0;
    border-radius: 0;
    width: 24px;
    height: 24px;
    display: none;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='9' viewBox='0 0 20 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 1.17779C15.8 0.777787 9.5 1.17774 5 1.17779M19 4.67778C15.4 4.27778 5.5 4.67782 1 4.67782M19 8.67774C16.6 8.27774 6 8.51108 1 8.67774' stroke='%23595959' stroke-width='0.65' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
    .menu_toggler {
        display: block;
    }
}

[data-mobile-menu] {
    transition: transform 0.15s ease;
}

[data-mobile-menu].show {
    transform: translateX(-100%);
    pointer-events: unset;
}

[data-mobile-menu] .sublayer {
    transition: transform 0.15s ease;
}

[data-mobile-menu] .sublayer.active {
    transform: translateX(-100%);
}

* {
    letter-spacing: 3px;
}

@media (max-width: 991px) {
    * {
        outline: 0 !important;
    }
}

html[lang="he"] div:not(.text-center) > [dir="auto"]:not(.text-center) {
    text-align: right;
}

body {
    font-family: 'Narkiss Yair', Times, serif;
    min-width: 320px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
}

body.modalOpen {
    overflow: hidden;
}

body.menu-open {
    overflow: hidden;
}

body.filter_open {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 30px;
    }
}

@media (min-width: 1360px) {
    .container {
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0;
    font-weight: 500;
    line-height: 1.3;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    color: var(--theme-title-color);
    font-size: 36px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 33px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
}

.title-h1 h2 {
    color: var(--theme-title-color);
    font-size: 36px;
}

@media (max-width: 1199px) {
    .title-h1 h2 {
        font-size: 33px;
    }
}

@media (max-width: 991px) {
    .title-h1 h2 {
        font-size: 30px;
    }
}

h2 {
    color: var(--theme-title-color);
    font-size: 30px;
}

h3 {
    color: var(--theme-title-color);
    font-size: 22px;
}

p {
    margin: 0;
    line-height: 1.57;
}

p:not(:last-child) {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

@media (max-width: 991px) {
    input,
    textarea,
    select,
    select:focus {
        font-size: 16px;
    }
}

.btn-reset {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
    transition: all .1s linear;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    text-transform: none;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 130px;
    min-height: 45px;
    letter-spacing: 4px;
}

.btn:hover, .btn:focus {
    box-shadow: none;
}

.btn:disabled {
    opacity: 1;
    border-color: var(--background-gray-4);
    background-color: var(--background-gray-4);
    color: #aaa;
    cursor: not-allowed;
}

.btn:disabled:hover {
    opacity: 1;
    border-color: var(--background-gray-4);
    background-color: var(--background-gray-4);
}

.btn__white {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
}

.btn__white:focus {
    color: #fff;
}

.btn__white:active {
    color: #fff;
}

.btn__white:hover {
    border-color: var(--theme-green);
    background-color: var(--theme-green);
    color: #fff;
}

.btn__green {
    color: #fff;
    /*border-color: var(--theme-green);*/
    border-color: #aab1ac;
    /*background-color: var(--theme-green);*/
    background-color: #aab1ac;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
}

.btn__green:focus {
    color: #fff;
}

.btn__green:active {
    color: #fff;
}

.btn__green:hover {
    background-color: #fff;
    color: #939794;
}

.btn__green__inverse {
    color: #939794;
    border-color: var(--theme-green);
    background-color: #fff;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
}

.btn__green__inverse:focus {
    color: #939794;
}

.btn__green__inverse:active {
    color: #939794;
}

.btn__green__inverse:hover {
    color: #fff;
    background-color: var(--theme-green);
}

.btn-card-wishlist {
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
    .btn-card-wishlist {
        width: 24px;
        height: 24px;
        background-size: 18px;
    }
}

.btn-card-wishlist:not(.dark-mode) {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_7966_392)'%3E%3Cpath d='M13.7697 21.2831C13.3487 21.4231 12.6554 21.4231 12.2344 21.2831C8.64395 20.1275 0.621094 15.3065 0.621094 7.13551C0.621094 3.52858 3.70395 0.610352 7.5049 0.610352C9.75824 0.610352 11.7516 1.63757 13.002 3.22508C14.2525 1.63757 16.2582 0.610352 18.4992 0.610352C22.3001 0.610352 25.383 3.52858 25.383 7.13551C25.383 15.3065 17.3601 20.1275 13.7697 21.2831Z' fill='white' fill-opacity='0.2'/%3E%3C/g%3E%3Cg filter='url(%23filter1_b_7966_392)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.50286 1.22222C4.01961 1.22222 1.2381 3.89023 1.2381 7.13627C1.2381 11.0084 3.1358 14.1084 5.51225 16.404C7.8952 18.706 10.7148 20.1526 12.4243 20.7028L12.4301 20.7047L12.4301 20.7047C12.5567 20.7469 12.7635 20.7778 13 20.7778C13.2365 20.7778 13.4433 20.7469 13.5699 20.7047L13.5757 20.7028L13.5757 20.7028C15.2852 20.1526 18.1048 18.706 20.4878 16.404C22.8642 14.1084 24.7619 11.0084 24.7619 7.13627C24.7619 3.89023 21.9804 1.22222 18.4971 1.22222C16.4491 1.22222 14.6231 2.16087 13.4887 3.60097C13.3714 3.74986 13.1911 3.83695 13 3.83695C12.8089 3.83695 12.6286 3.74986 12.5113 3.60097C11.3766 2.1604 9.56265 1.22222 7.50286 1.22222ZM0 7.13627C0 3.16844 3.3842 0 7.50286 0C9.67578 0 11.6325 0.88029 13.0002 2.29207C14.3703 0.87997 16.3357 0 18.4971 0C22.6158 0 26 3.16844 26 7.13627C26 11.4352 23.8863 14.8311 21.3537 17.2776C18.8289 19.7166 15.8435 21.2579 13.9624 21.8639C13.6687 21.9611 13.3196 22 13 22C12.6804 22 12.3313 21.9611 12.0376 21.8639C10.1565 21.2579 7.17113 19.7166 4.64633 17.2776C2.11373 14.8311 0 11.4352 0 7.13627Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_7966_392' x='-5.37891' y='-5.38965' width='36.7617' height='32.7773' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='3'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_7966_392'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_7966_392' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_b_7966_392' x='-6' y='-6' width='38' height='34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='3'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_7966_392'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_7966_392' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.btn-card-wishlist:not(.dark-mode).active {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 7.13627C0 3.16844 3.3842 0 7.50286 0C9.67578 0 11.6325 0.88029 13.0002 2.29207C14.3703 0.87997 16.3357 0 18.4971 0C22.6158 0 26 3.16844 26 7.13627C26 11.4352 23.8863 14.8311 21.3537 17.2776C18.8289 19.7166 15.8435 21.2579 13.9624 21.8639C13.6687 21.9611 13.3196 22 13 22C12.6804 22 12.3313 21.9611 12.0376 21.8639C10.1565 21.2579 7.17113 19.7166 4.64633 17.2776C2.11373 14.8311 0 11.4352 0 7.13627Z' fill='white'/%3E%3C/svg%3E");
}

.btn-card-wishlist.dark-mode {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.892 1.5C3.00362 1.5 1.5 2.9768 1.5 4.76854C1.5 6.95501 2.54821 8.71021 3.87294 10.0174C5.20309 11.33 6.77687 12.1535 7.72216 12.4643L7.72692 12.4659C7.77776 12.4832 7.87679 12.5 8 12.5C8.12321 12.5 8.22225 12.4832 8.27309 12.4659L8.27783 12.4643C9.22313 12.1535 10.7969 11.33 12.1271 10.0174C13.4518 8.71021 14.5 6.95501 14.5 4.76854C14.5 2.9768 12.9964 1.5 11.108 1.5C9.99851 1.5 9.00981 2.01937 8.39595 2.81544C8.30128 2.9382 8.15503 3.01011 8 3.01011C7.84497 3.01011 7.69872 2.9382 7.60405 2.81544C6.98989 2.01898 6.008 1.5 4.892 1.5ZM0.5 4.76854C0.5 2.39398 2.48238 0.5 4.892 0.5C6.10665 0.5 7.20627 0.98028 8.0002 1.75908C8.79576 0.980052 9.89963 0.5 11.108 0.5C13.5176 0.5 15.5 2.39398 15.5 4.76854C15.5 7.30117 14.2802 9.29765 12.8294 10.7292C11.385 12.1545 9.6771 13.0565 8.59229 13.4136C8.40574 13.4766 8.19089 13.5 8 13.5C7.80911 13.5 7.59426 13.4766 7.40771 13.4136C6.3229 13.0565 4.61496 12.1545 3.17056 10.7292C1.71979 9.29765 0.5 7.30117 0.5 4.76854Z' fill='%23939794'/%3E%3C/svg%3E");
}

.btn-card-wishlist.dark-mode.active {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 4.76854C0.5 2.39398 2.48238 0.5 4.892 0.5C6.10665 0.5 7.20627 0.98028 8.0002 1.75908C8.79576 0.980052 9.89963 0.5 11.108 0.5C13.5176 0.5 15.5 2.39398 15.5 4.76854C15.5 7.30117 14.2802 9.29765 12.8294 10.7292C11.385 12.1545 9.6771 13.0565 8.59229 13.4136C8.40574 13.4766 8.19089 13.5 8 13.5C7.80911 13.5 7.59426 13.4766 7.40771 13.4136C6.3229 13.0565 4.61496 12.1545 3.17056 10.7292C1.71979 9.29765 0.5 7.30117 0.5 4.76854Z' fill='%23939794'/%3E%3C/svg%3E");
}

.btn-icon-share {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.81112 6.26957C3.6497 5.97911 3.39639 5.75048 3.09097 5.61956C2.78555 5.48864 2.4453 5.46284 2.12363 5.54622C1.80196 5.6296 1.51708 5.81743 1.31371 6.08024C1.11034 6.34304 1 6.66593 1 6.99824C1 7.33054 1.11034 7.65343 1.31371 7.91623C1.51708 8.17904 1.80196 8.36687 2.12363 8.45025C2.4453 8.53363 2.78555 8.50783 3.09097 8.37691C3.39639 8.24599 3.6497 8.01736 3.81112 7.7269M3.81112 6.26957C3.93112 6.48557 3.99979 6.73357 3.99979 6.99824C3.99979 7.2629 3.93112 7.51157 3.81112 7.7269M3.81112 6.26957L10.1885 2.7269M3.81112 7.7269L10.1885 11.2696M10.1885 2.7269C10.282 2.90299 10.4096 3.05868 10.564 3.18485C10.7184 3.31103 10.8964 3.40516 11.0875 3.46175C11.2787 3.51834 11.4793 3.53625 11.6774 3.51443C11.8756 3.49261 12.0675 3.4315 12.2417 3.33468C12.416 3.23785 12.5693 3.10725 12.6925 2.95051C12.8157 2.79377 12.9065 2.61404 12.9594 2.42182C13.0124 2.22961 13.0265 2.02876 13.0009 1.83103C12.9753 1.6333 12.9106 1.44265 12.8105 1.27024C12.6132 0.930462 12.2904 0.68166 11.9117 0.577311C11.5329 0.472962 11.1283 0.521397 10.7848 0.712205C10.4414 0.903012 10.1865 1.22096 10.075 1.5977C9.96345 1.97444 10.0042 2.37989 10.1885 2.7269ZM10.1885 11.2696C10.0928 11.4418 10.0319 11.6312 10.0095 11.827C9.98696 12.0227 10.0033 12.221 10.0574 12.4105C10.1115 12.5999 10.2025 12.7769 10.325 12.9312C10.4475 13.0855 10.5992 13.2142 10.7715 13.3099C10.9437 13.4056 11.1331 13.4664 11.3289 13.4889C11.5246 13.5114 11.7229 13.4951 11.9124 13.441C12.1018 13.3868 12.2788 13.2959 12.4331 13.1734C12.5874 13.0509 12.7161 12.8992 12.8118 12.7269C13.005 12.379 13.0522 11.9686 12.9429 11.586C12.8335 11.2034 12.5767 10.8798 12.2288 10.6866C11.8809 10.4933 11.4705 10.4462 11.0879 10.5555C10.7052 10.6648 10.3817 10.9217 10.1885 11.2696Z' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn-filter {
    display: block;
    padding: 0;
    width: 48px;
    height: 40px;
    border: 1px solid #DCDEDC;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 1H0V0H25V1Z' fill='%23939794'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 7H3.5V6H21.5V7Z' fill='%23939794'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 13H8.5V12H16.5V13Z' fill='%23939794'/%3E%3C/svg%3E");
}

.btn-add-row {
    padding-right: 24px;
    position: relative;
}

.btn-add-row::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1V11M11 6H1' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn-remove {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4.05131C12.4136 3.79412 9.80339 3.66552 7.20509 3.66552C5.66271 3.66552 4.12034 3.74735 2.58983 3.89933L1 4.05131M5.28304 3.27969L5.44914 2.27428C5.56778 1.54946 5.66269 1 6.97964 1H9.02032C10.3373 1 10.4322 1.57284 10.5508 2.27428L10.7169 3.268M13.3272 4.14473L12.817 11.8606C12.7339 13.0647 12.6628 14 10.4916 14H5.49664C3.32545 14 3.25426 13.0647 3.17121 11.8606L2.66105 4.14473' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: #fff;
}

.btn-back {
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 0.5L8.75 8L1.25 15.5' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn-search {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.791158 5.46037C1.06573 2.5774 3.375 0.273438 6.28967 0.273438C7.26226 0.273438 7.85396 0.343193 8.42035 0.580034C8.81333 0.74436 9.19416 0.993839 9.67753 1.31049C9.84057 1.4173 10.0153 1.53175 10.2061 1.65315C12.1218 2.87224 13.2537 5.51552 12.7524 7.77126C12.5403 8.72573 12.2545 9.27704 11.7516 10.0672C11.6173 10.2783 11.4666 10.4784 11.3017 10.6669C11.3334 10.7054 11.3713 10.7482 11.4158 10.7951C11.595 10.984 11.8429 11.1993 12.1169 11.4183C12.3885 11.6354 12.6738 11.8465 12.9224 12.0275C12.9867 12.0744 13.0499 12.1201 13.1101 12.1638C13.2749 12.2831 13.4183 12.3869 13.5072 12.4566C14.8745 13.5283 16.1424 14.7005 17.3927 15.8701C17.5276 15.9963 17.709 16.1754 17.8535 16.3195C17.9264 16.3923 17.9912 16.4574 18.0377 16.5044L18.0927 16.5599L18.1126 16.5802L17.7567 16.9313L17.4004 17.2821L17.3812 17.2626L17.3275 17.2084C17.2819 17.1624 17.2185 17.0986 17.1471 17.0274C17.003 16.8836 16.8316 16.7146 16.7095 16.6004C15.4583 15.4299 14.2192 14.2853 12.8903 13.2437C12.8174 13.1865 12.6991 13.1009 12.5437 12.9883C12.4798 12.942 12.4096 12.8912 12.3337 12.8359C12.0816 12.6524 11.782 12.4307 11.4926 12.1995C11.2057 11.9701 10.9164 11.7216 10.6905 11.4835C10.651 11.442 10.6123 11.3995 10.575 11.3563C9.62286 12.1102 8.41396 12.5846 7.19599 12.7287C5.38183 12.9433 3.43879 12.435 2.2216 10.8901C0.948273 9.27396 0.59963 7.4714 0.791158 5.46037ZM17.7567 16.9313L17.4004 17.2821C17.5942 17.4789 17.9107 17.4814 18.1075 17.2876C18.3043 17.0939 18.3064 16.7769 18.1126 16.5802L17.7567 16.9313ZM6.28967 1.27344C3.93703 1.27344 2.01688 3.13784 1.78665 5.55518C1.61307 7.37782 1.93055 8.90485 3.00709 10.2712C3.95088 11.4691 5.50531 11.9217 7.07851 11.7356C8.6568 11.5489 10.145 10.7293 10.908 9.53031C11.3735 8.79881 11.5978 8.35713 11.7762 7.55433C12.1845 5.7168 11.2364 3.49413 9.66918 2.49681C9.42978 2.34447 9.22878 2.21292 9.05412 2.09861C8.61004 1.80796 8.33625 1.62877 8.03457 1.50262C7.6551 1.34395 7.22505 1.27344 6.28967 1.27344Z' fill='%23494949'/%3E%3C/svg%3E");
}

.second_font {
    font-family: 'Lindsey Signature';
}

.error {
    color: #C26649;
}

.text-gray-1 {
    color: var(--theme-title-color);
}

.background-gray-1 {
    background-color: var(--background-gray-1);
}

.background-gray-2 {
    background-color: var(--background-gray-2);
}

.background-green-1 {
    background-color: var(--background-green-1);
}

.section-title {
    position: relative;
    z-index: 1;
}

.section-title:not([class^='mb']):not([class*='mb']):not(:last-child) {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .section-title.size_lg h2 {
        font-size: 36px;
    }
}

.custom-title {
    -webkit-text-stroke-width: 0.5;
    margin-bottom: -10px;
}

.custom-title,
.custom-title h1,
.custom-title h2,
.custom-title h3 {
    font-size: 65px;
    line-height: .8;
    font-weight: 400;
    color: var(--theme-custom-text);
    -webkit-text-stroke: 0.5px rgba(168, 173, 169, 0.6);
}

@media (max-width: 1199px) {
    .custom-title,
    .custom-title h1,
    .custom-title h2,
    .custom-title h3 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .custom-title,
    .custom-title h1,
    .custom-title h2,
    .custom-title h3 {
        letter-spacing: normal;
        font-size: 45px;
        line-height: 1;
    }
}

.custom-title.sm-size {
    margin-bottom: 0;
}

.custom-title.sm-size,
.custom-title.sm-size h1,
.custom-title.sm-size h2,
.custom-title.sm-size h3 {
    font-size: 45px;
    line-height: .9;
}

@media (max-width: 380px) {
    .custom-title.sm-size,
    .custom-title.sm-size h1,
    .custom-title.sm-size h2,
    .custom-title.sm-size h3 {
        letter-spacing: normal;
        font-size: 44px;
    }
}

.bg-color-gray-light {
    background-color: var(--theme-gray-light);
}

.bg-color-gray {
    background-color: var(--theme-gray);
}

.bg-color-gray .custom-title,
.bg-color-gray .custom-title h1,
.bg-color-gray .custom-title h2,
.bg-color-gray .custom-title h3 {
    color: rgba(168, 173, 169, 0.6);
}

.box-shadow-hover {
    transition: box-shadow .2s linear;
}

@media (min-width: 992px) {
    .box-shadow-hover:hover {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }
}

.back__link {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--text-color);
}

.back__link::before {
    content: '';
    position: relative;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 0.5L8.75 8L1.25 15.5' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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

.icon-block-24 {
    width: 24px;
    height: 24px;
}

.box-icon-center img,
.box-icon-center svg {
    max-width: calc(100% - 6px);
    max-height: calc(100% - 6px);
}

.box-icon-center img,
.box-icon-center svg,
.icon-center img,
.icon-center svg {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section {
    padding: 40px 0;
}

.section_lg {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .section_lg {
        padding: 60px 0;
    }
}

.input-password {
    position: relative;
}

.input-password.active .btn-password {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6596 11.4061C15.3536 11.5674 14.9769 11.4441 14.819 11.1273C13.8607 9.20392 11.3163 6.44657 7.99997 6.44657C5.02584 6.44657 2.38281 8.71527 1.181 11.1273C1.02291 11.4429 0.646408 11.5675 0.339689 11.4052C0.033002 11.243 -0.088373 10.856 0.0687207 10.5399C1.44953 7.76302 4.48606 5.15921 7.99997 5.15921C12.0075 5.15921 14.8777 8.42111 15.9312 10.5399C16.0885 10.8563 15.9669 11.2442 15.6596 11.4061ZM0.242846 4.493L1.63485 5.78628C1.89266 6.02583 2.28772 6.00185 2.51756 5.73949C2.74875 5.47551 2.72844 5.06852 2.47213 4.83039L1.08013 3.53711C0.823908 3.29904 0.428721 3.3199 0.197408 3.5839C-0.0337793 3.84788 -0.0134668 4.25487 0.242846 4.493ZM14.3651 5.78628L15.757 4.493C16.0133 4.25487 16.0337 3.84788 15.8025 3.5839C15.5712 3.31996 15.1761 3.29898 14.9198 3.53711L13.5278 4.83039C13.2715 5.06848 13.2512 5.47551 13.4823 5.73949C13.7124 6.00214 14.1076 6.02554 14.3651 5.78628ZM7.99994 3.22013C8.34513 3.22013 8.62494 2.93192 8.62494 2.57645V0.643678C8.62494 0.288207 8.34513 0 7.99994 0C7.65475 0 7.37494 0.288207 7.37494 0.643678V2.57645C7.37497 2.93195 7.65478 3.22013 7.99994 3.22013ZM11.0703 10.8331C11.0703 12.5793 9.69291 14 7.99997 14C6.30703 14 4.92969 12.5793 4.92969 10.8331C4.92969 9.08693 6.30703 7.66627 7.99997 7.66627C9.69291 7.66627 11.0703 9.08693 11.0703 10.8331ZM9.82028 10.8331C9.82028 9.79678 9.00372 8.95363 8 8.95363C6.99628 8.95363 6.17969 9.79678 6.17969 10.8331C6.17969 11.8695 6.99625 12.7126 7.99997 12.7126C9.00369 12.7126 9.82028 11.8695 9.82028 10.8331Z' fill='%23939794'/%3E%3C/svg%3E");
}

.input-password .btn-password {
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.192058 8.12084C0.418393 7.93644 0.754685 7.96645 0.943179 8.18786C2.18935 9.65167 4.44975 11.4783 8.00001 11.4783C11.5502 11.4783 13.8106 9.65168 15.0567 8.18788C15.2453 7.96647 15.5815 7.93646 15.8079 8.12085C16.0342 8.30525 16.0649 8.63423 15.8764 8.85565C15.4921 9.30708 15.0159 9.79394 14.442 10.2608C14.4728 10.2946 14.4997 10.3329 14.5214 10.3753L15.9436 13.1579C16.0753 13.4156 15.9685 13.729 15.7051 13.8579C15.4416 13.9868 15.1213 13.8823 14.9895 13.6246L13.5895 10.8854C12.702 11.4683 11.6351 11.9702 10.3746 12.2593L11.0118 15.3759C11.0695 15.6584 10.8823 15.9332 10.5934 15.9898C10.3046 16.0463 10.0236 15.8631 9.96583 15.5805L9.3243 12.4426C8.90197 12.494 8.46067 12.5217 8.00001 12.5217C7.53928 12.5217 7.09797 12.494 6.67557 12.4426L6.03407 15.5805C5.97631 15.8631 5.69533 16.0463 5.4065 15.9898C5.11767 15.9332 4.93036 15.6584 4.98812 15.3759L5.6253 12.2592C4.58535 12.0207 3.67724 11.6374 2.89286 11.1832L0.960023 13.7043C0.783296 13.9348 0.449004 13.9815 0.21336 13.8087C-0.0222764 13.6357 -0.0700328 13.3087 0.106698 13.0782L2.00365 10.6039C1.22604 10.0379 0.603274 9.41914 0.123542 8.85563C-0.0649557 8.63421 -0.0342793 8.30524 0.192058 8.12084Z' fill='%23939794'/%3E%3C/svg%3E");
    top: 10px;
    left: 10px;
}

.form__row:not(:last-child) {
    margin-bottom: 12px;
}

.form__row .form__label {
    margin-bottom: 2px;
}

.form__row .forgot a {
    color: var(--text-color);
}

.form__row .forgot a:hover {
    text-decoration: underline;
}

.form__row [type="password"] {
    padding-left: 40px;
}

.form__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 8px;
}

.form__columns.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form__columns.no-wrap .column {
    width: 50%;
}

.form__columns .column:not([class^='flex-']):not([class*='flex-']) {
    -ms-flex: auto;
    flex: auto;
}

input.form__control,
textarea.form__control {
    -webkit-appearance: none;
}

html[lang="he"] [type="number"]::-webkit-outer-spin-button,
html[lang="he"] [type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

html[lang="he"] [type="number"] {
    -moz-appearance: textfield;
}

.textarea {
    position: relative;
}

.textarea textarea {
    padding-bottom: 22px;
}

.textarea .counter {
    pointer-events: none;
    position: absolute;
    bottom: 2px;
    left: 8px;
    font-size: 14px;
    opacity: .3;
}

.form__control {
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #DCDEDC;
    outline: 0;
}

.form__control::-webkit-input-placeholder {
    color: #A8ADA9;
    opacity: 1;
}

.form__control:-moz-placeholder {
    color: #A8ADA9;
    opacity: 1;
}

.form__control::-moz-placeholder {
    color: #A8ADA9;
    opacity: 1;
}

.form__control:-ms-input-placeholder {
    color: #A8ADA9;
    opacity: 1;
}

@media (max-width: 767px) {
    .form__control {
        font-size: 14px;
    }
}

.form__control.error {
    border-color: #C26649;
}

input.form__control {
    min-height: 45px;
}

input.form__control.icon-datepicker {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33301 0.832031V2.83203M9.66699 0.832031V2.83203M1.33301 5.55859H12.6663M13 5.16536V10.832C13 12.832 12 14.1654 9.66667 14.1654H4.33333C2 14.1654 1 12.832 1 10.832V5.16536C1 3.16536 2 1.83203 4.33333 1.83203H9.66667C12 1.83203 13 3.16536 13 5.16536Z' stroke='%2395AA9B' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.99609 8.63281H7.00208M4.5293 8.63281H4.53528M4.5293 10.6328H4.53528' stroke='%2395AA9B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 18px center;
}

textarea.form__control {
    display: block;
    resize: none;
}

select.form__control {
    min-height: 48px;
    padding-left: 44px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%231C1B1F' stroke-width='1.5'/%3E%3C/svg%3E");
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media (max-width: 550px) {
    select.form__control {
        padding-left: 34px;
        background-position: 10px center;
    }
}

select.form__control::-ms-expand {
    display: none;
}

html[dir="rtl"] .air-datepicker-nav--action svg {
    transform: scaleX(-1);
}

[dir="rtl"] .form__control[type="tel"] {
    text-align: right;
}

.icon_in_middle {
    position: relative;
}

.icon_in_middle img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 90%;
    max-width: 90%;
}

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

.bg_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hover-zoom-img {
    overflow: hidden;
    display: block;
}

@media (min-width: 992px) {
    .hover-zoom-img:hover img {
        transform: scale(1.05);
    }
}

.hover-zoom-img img {
    transition: all .3s linear;
}

.ul-line-flex > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.img-decor {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.img-decor:not(:last-child) {
    margin-bottom: 10px;
}

.img-decor.img-center img {
    margin: 0 auto;
}

.img-decor + .custom-title {
    margin-top: 20px;
}

.line-decor {
    height: 1px;
    background-color: var(--theme-gray-light);
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.line-decor:not(:last-child) {
    margin-bottom: 40px;
}

.socials__list .icon {
    width: 24px;
    height: 24px;
    display: block;
}

.socials__list .icon img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.article-category {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.sale-label__text {
    display: inline-block;
    vertical-align: top;
    padding: 5px 12px;
}

.part-number {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.input__count {
    position: relative;
    border: 1px solid var(--theme-border-gray);
    border-radius: 0;
    width: 140px;
    min-width: 140px;
}

.input__count .input__value {
    width: 40px;
    min-height: 45px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-radius: 0;
    border: none;
    direction: ltr;
    font-size: 14px;
}

.input__count input::-webkit-outer-spin-button,
.input__count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input__count input[type='number'] {
    -moz-appearance: textfield;
}

.input__count .btn-minus,
.input__count .btn-plus {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    padding: 0;
    vertical-align: middle;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.input__count .btn-minus {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.454545 0.545471H9.54545C9.79649 0.545471 10 0.748978 10 1.00002C10 1.25106 9.79649 1.45456 9.54545 1.45456H0.454545C0.203507 1.45456 0 1.25106 0 1.00002C0 0.748978 0.203507 0.545471 0.454545 0.545471Z' fill='%23595959'/%3E%3C/svg%3E");
}

.input__count .btn-plus {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 0C5.25104 0 5.45455 0.203507 5.45455 0.454545V4.54545H9.54545C9.79649 4.54545 10 4.74896 10 5C10 5.25104 9.79649 5.45455 9.54545 5.45455H5.45455V9.54545C5.45455 9.79649 5.25104 10 5 10C4.74896 10 4.54545 9.79649 4.54545 9.54545V5.45455H0.454545C0.203507 5.45455 0 5.25104 0 5C0 4.74896 0.203507 4.54545 0.454545 4.54545H4.54545V0.454545C4.54545 0.203507 4.74896 0 5 0Z' fill='%23595959'/%3E%3C/svg%3E");
}

.sets__list.col-2 .set__row {
    width: calc(50% - 8px);
}

@media (max-width: 680px) {
    .sets__list.col-2 .set__row {
        width: 100%;
    }
}

.sets__list.col-2 .set__image {
    width: 84px;
    min-height: 103px;
}

.sets__list.col-2 .set__description {
    width: calc(100% - 84px);
    padding: 0 12px 0 0;
}

.sets__list.col-3 .set__row {
    width: calc(33.33% - 16px * 2 / 3);
}

@media (max-width: 1199px) {
    .sets__list.col-3 .set__row {
        width: calc(50% - 8px);
    }
}

@media (max-width: 680px) {
    .sets__list.col-3 .set__row {
        width: 100%;
    }
}

.set__image {
    width: 120px;
    min-height: 148px;
}

@media (max-width: 450px) {
    .set__image {
        width: 84px;
        min-height: 103px;
    }
}

.set__image .image {
    height: 100%;
    height: 100%;
}

.set__image .btn-set-remove {
    top: -8px;
    left: -8px;
    background-color: var(--background-gray-3);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.916504 8.75L8.4165 1.25M8.4165 8.75L0.916504 1.25' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.set__description {
    width: calc(100% - 120px);
    padding: 0 12px 0 38px;
}

@media (max-width: 991px) {
    .set__description {
        padding: 0 12px 0 12px;
    }
}

@media (max-width: 680px) {
    .set__description {
        padding: 0 12px 0 0;
    }
}

@media (max-width: 450px) {
    .set__description {
        width: calc(100% - 84px);
    }
}

.set__title {
    margin-bottom: 2px;
    font-weight: 700;
    color: var(--text-color);
}

.set__title h2,
.set__title h3,
.set__title h4 {
    font-weight: 700;
    font-size: 14px;
    color: var(--text-color);
}

.set .part-number__wrapper {
    margin-bottom: 2px;
}

.set__size {
    margin-bottom: 2px;
    opacity: .5;
}

.or {
    gap: 30px;
}

.or hr {
    margin: 0;
    -ms-flex: 1;
    flex: 1;
    min-width: 30px;
    border-color: var(--theme-border-gray);
}

.card_design .gift-card {
    position: relative;
    display: block;
    cursor: pointer;
    /* width: 100%; */
    /* max-width: 156px; */
    flex: 1 1 0%;
    /* width:calc(25% - 16px * 3 / 4); */
}

/* .card_design__list{
    justify-content: space-between;
} */

@media (max-width: 767px) {
	.card_design .gift-card{
		max-width: 73.7px;
	}
}


.card_design .gift-card .input-gift-card {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.card_design .gift-card .input-gift-card:checked + .card {
    border-color: var(--theme-green);
    background-color: var(--background-gray-1);
}

.card_design .gift-card .input-gift-card:checked + .card .card__inner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: var(--theme-green);
    opacity: .5;
}

.card_design .card {
    display: block;
    padding: 4px;
    border: 1px solid var(--theme-border-gray);
}

.card_design .card__inner {
    display: block;
    aspect-ratio: 16/9;
    position: relative;
}

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

.pagination_wrapper .pagination {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 26px;
}

.pagination_wrapper .pagination a {
    display: inline-block;
    vertical-align: middle;
    color: var(--text-color);
}

.pagination_wrapper .pagination_list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px;
}

.pagination_wrapper .pagination_list li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 1px 0 0 0;
    letter-spacing: normal;
}

.pagination_wrapper .pagination_list li a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 0;
    letter-spacing: normal;
}

.pagination_wrapper .pagination_list li:hover a {
    color: var(--text-color);
}

.pagination_wrapper .pagination_list li.active {
    color: var(--text-color);
    border: 1px solid var(--background-gray-3);
}

.pagination_wrapper .pagination_list li.active a {
    color: var(--text-color);
}

.pagination_wrapper .pagination_list li .page-numbers.active {
    font-weight: 700;
    color: var(--text-color);
}

.pagination_wrapper .prev_pag,
.pagination_wrapper .next_pag {
    min-width: 32px;
    min-height: 32px;
    text-align: center;
    padding: 0;
    background-color: var(--background-gray-3);
    border: 1px solid var(--background-gray-3);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s linear;
}

.pagination_wrapper .prev_pag {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 11L0.5 6L5.5 1' stroke='%23FDFEFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pagination_wrapper .next_pag {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1L5.5 6L0.5 11' stroke='%23FDFEFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b__breadcrumbs {
    padding: 24px 0;
}

.breadcrumbs:not(:last-child) {
    margin-bottom: 12px;
}

.breadcrumbs ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .breadcrumbs ul {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .breadcrumbs ul {
        font-size: 16px;
        gap: 4px 20px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs ul {
        font-size: 14px;
    }
}

.breadcrumbs ul a {
    color: #A8ADA9;
    transition: all .2s linear;
}

.breadcrumbs ul a:hover {
    color: #595959;
}

.breadcrumbs ul li {
    position: relative;
}

.breadcrumbs ul li:not(:last-child)::before {
    color: #A8ADA9;
    position: absolute;
    content: '/';
    right: 100%;
    margin-right: 5px;
}

.article-card .card {
    display: block;
    color: #939794;
}

.article-card .card__image:not(:last-child) {
    margin-bottom: 16px;
}

.article-card .card__image .image {
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.article-card .card__image .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card .card__title {
    color: var(--text-color);
}

@media (max-width: 767px) {
    .article-card .card__title {
        max-height: 38px;
        overflow: hidden;
    }
}

.article-card .card__title:not(:last-child) {
    margin-bottom: 8px;
}

.article-card .card__title,
.article-card .card__title h2,
.article-card .card__title h3,
.article-card .card__title h4 {
    font-size: 14px;
}

@media (max-width: 767px) {
    .article-card .card__excerpt {
        display: none;
    }
}

.article-card .card__more {
    display: none;
}

@media (max-width: 767px) {
    .article-card .card__more {
        display: block;
    }
}

.discount {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/icon_discount.svg");
}

.discount__text {
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    width: 76px;
    height: 76px;
}

@media (max-width: 550px) {
    .discount__text {
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 10px;
        letter-spacing: 1px;
    }
}

@media (max-width: 550px) {
    .discount__number, .discount__label {
        letter-spacing: 1px;
    }
}

.product-card {
    display: block;
    z-index: 1;
    font-size: 16px;
}

.product-card:hover .image__hover {
    opacity: 1;
    visibility: visible;
}

.product-card .image {
    aspect-ratio: 1/1;
    overflow: hidden;
    display: block;
}

.product-card .image__static, .product-card .image__hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-card .image__static.has-overlap::before, .product-card .image__hover.has-overlap::before {
    background: linear-gradient(0deg, rgb(254 254 254 / 20%), rgb(92 92 92 / 20%));
}

.woocommerce .product-card__images .image:hover:after {
    background-color: rgb(82 82 82 / 20%);
}

.product-card .image__static img, .product-card .image__hover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .image__hover {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}

.product-card__button {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 12px 24px 32px;
}

@media (max-width: 550px) {
    .product-card__button {
        padding: 12px 10px 12px;
    }
}

.product-card__button .btn {
    padding: 10px;
    min-height: 40px;
}

.product-card__wishlist {
    top: 12px;
    left: 12px;
}

.product-card__discount {
    top: 12px;
    right: 12px;
}

.product-card__info {
    padding: 16px 0 0;
}

.product-card__title {
    color: var(--theme-gray-text);
    letter-spacing: 4px;
}

.product-card__title:not(:last-child) {
    margin-bottom: 4px;
}

.product-card__title a {
    color: var(--theme-gray-text);
}

.product-card__title,
.product-card__title h2,
.product-card__title h3 {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 550px) {
	.product-card__title,
	.product-card__title h2,
	.product-card__title h3 {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0;
	}

	.product-card__price{
		font-size: 14px;
		letter-spacing: 0;
	}

}


.product-card__price:not(:last-child) {
    margin-bottom: 16px;
}

.cards-list__3 {
    gap: 36px 24px;
}

@media (max-width: 550px) {
    .cards-list__3 {
        gap: 16px 8px;
    }
}

.cards-list__3 .product-card__wrapper {
    width: calc(25% - 24px * 3 / 4);
}

@media (max-width: 1500px) {
    .cards-list__3 .product-card__wrapper {
        width: calc(33.33% - 24px * 2 / 3);
    }
}

@media (max-width: 767px) {
    .cards-list__3 .product-card__wrapper {
        width: calc(50% - 12px);
    }
}

@media (max-width: 550px) {
    .cards-list__3 .product-card__wrapper {
        width: calc(50% - 4px);
    }
}

.cards-list__4 {
    gap: 36px 24px;
}

@media (max-width: 550px) {
    .cards-list__4 {
        gap: 16px 8px;
    }
}

.cards-list__4 .product-card__wrapper {
    width: calc(25% - 24px * 3 / 4);
}

@media (max-width: 1199px) {
    .cards-list__4 .product-card__wrapper {
        width: calc(33.33% - 24px * 2 / 3);
    }
}

@media (max-width: 767px) {
    .cards-list__4 .product-card__wrapper {
        width: calc(50% - 12px);
    }
}

@media (max-width: 550px) {
    .cards-list__4 .product-card__wrapper {
        width: calc(50% - 4px);
    }
}

.discount-smaller .discount__text,
.cards-list__4 .discount__text,
.jsProductsSlider_4 .discount__text {
    width: 56px;
    height: 56px;
    font-size: 11px;
}

@media (max-width: 550px) {
    .discount-smaller .discount__text,
    .cards-list__4 .discount__text,
    .jsProductsSlider_4 .discount__text {
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 10px;
        letter-spacing: 1px;
    }
}

.discount-smaller .discount__text .discount__number,
.cards-list__4 .discount__text .discount__number,
.jsProductsSlider_4 .discount__text .discount__number {
    font-weight: 300;
    letter-spacing: normal;
}

.discount-smaller .discount__text .discount__label,
.cards-list__4 .discount__text .discount__label,
.jsProductsSlider_4 .discount__text .discount__label {
    letter-spacing: 1px;
}

.products__list.swiper-initialized .swiper-wrapper {
    padding: 0 1px;
}

.products__list.swiper-initialized .swiper-slide:not(.swiper-slide-visible) {
    opacity: .5;
}

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

.product-colors li.active::after {
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: 1.5px;
    background-color: #494949;
    margin-top: 6px;
    pointer-events: none;
    z-index: 1;
}

.product-colors .color_link {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    transition: all .2s linear;
}

.product-colors .white {
    box-shadow: inset 0px 0px 0px 1px #EDEDE9;
}

.color__picker {
    position: relative;
}

.color__picker [type="checkbox"],
.color__picker [type="radio"] {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.color__picker [type="checkbox"]:checked ~ .color::after,
.color__picker [type="radio"]:checked ~ .color::after {
    display: block;
    position: absolute;
    content: '';
    top: 100%;
    width: 100%;
    height: 2px;
    background-color: #494949;
    margin-top: 5px;
    pointer-events: none;
    z-index: 1;
}

.color__picker .color {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    transition: all .2s linear;
    cursor: pointer;
}

.color__picker .color.white {
    box-shadow: inset 0px 0px 0px 1px #EDEDE9;
}

.selectric-wrapper {
    width: 100%;
    z-index: 1;
}

.selectric-wrapper.selectric-open {
    z-index: 2;
}

.selectric-wrapper .selectric {
    border: 1px solid #DCDEDC;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
}

.selectric-wrapper .selectric .label {
    margin: 0 12px 0 38px;
    font-size: 16px;
    color: #595959;
    line-height: 1.3;
    height: auto;
    padding: 5px 0;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.selectric-wrapper .selectric .button {
    left: 0;
    right: auto;
    background-color: transparent;
    font-size: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0.5L6 5.5L1 0.5' stroke='%2395AA9B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.selectric-wrapper .selectric .button::after {
    display: none;
}

.selectric-wrapper .selectric-items {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background-color: #fff;
    margin: 4px 0 0;
}

.selectric-wrapper .selectric-items li {
    line-height: 1.2;
    min-height: auto;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 8px 12px;
}

.selectric-wrapper .selectric-items li.highlighted, .selectric-wrapper .selectric-items li:hover {
    background-color: var(--theme-gray-light);
}

.label_checkbox {
    display: inline-block;
    vertical-align: top;
}

.label_checkbox [type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.label_checkbox [type="checkbox"]:checked + .checkbox_title::before {
    opacity: 1;
    background-color: var(--theme-green);
    border-color: var(--theme-green);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.66353 7L9 1' stroke='%23FDFEFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.label_checkbox .checkbox_title {
    display: inline-block;
    vertical-align: top;
    padding: 0 26px 0 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.4;
}

.label_checkbox .checkbox_title::before {
    right: 0;
    border-radius: 0;
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid var(--text-color);
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
}

.label_checkbox .checkbox_title a {
    color: var(--text-color);
}

.label_checkbox .checkbox_title a:hover {
    text-decoration: underline;
}

.label_radio {
    display: inline-block;
    vertical-align: top;
}

.label_radio [type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.label_radio [type="radio"]:checked + .radio_title::before {
    opacity: 1;
    border-color: var(--theme-green);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%2395AA9B'/%3E%3C/svg%3E");
}

.label_radio .radio_title {
    display: inline-block;
    vertical-align: top;
    padding: 0 26px 0 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label_radio .radio_title::before {
    right: 0;
    border-radius: 0;
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid var(--text-color);
    top: 3px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
}

.text_checkbox {
    display: inline-block;
    vertical-align: top;
}

.text_checkbox [type="radio"],
.text_checkbox [type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.text_checkbox [type="radio"]:checked + .title,
.text_checkbox [type="checkbox"]:checked + .title {
    border-color: var(--theme-green);
}

.text_checkbox .title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid var(--theme-custom-text);
    padding: 8px 6px;
    min-width: 88px;
}

.b__top_info {
    background-color: var(--theme-gray-light);
    color: var(--theme-gray-text);
    font-weight: 400;
    letter-spacing: 3px;
    z-index: 155;
    overflow: hidden;
    font-size: 12px;
}

.b__top_info .top_info__wrapper {
    padding: 7px 20px;
    overflow: hidden;
}

.b__top_info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    white-space: nowrap;
}

.b__top_info ul.run {
    /* animation: loop calc(0.1s * 100) linear infinite; */
}

.b__top_info ul li {
    position: relative;
    display: inline-block;
}

.b__top_info ul li:not(:last-of-type) {
    padding-right: 10px;
}

.b__top_info ul li:not(:last-of-type)::before {
    position: absolute;
    content: '|';
    opacity: .3;
    left: 100%;
    top: 0;
    margin-left: 4px;
    color: rgba(255, 255, 255, 0.3);
}

.b__top_info ul a {
    color: #273746;
    transition: all .2s linear;
}

.b__top_info ul a:hover {
    color: #000;
}

@keyframes loop {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(calc(100% - 100vw + 40px));
    }
    100% {
        transform: translateX(0);
    }
}

.b__main-banner .animation__wrapper {
    -ms-flex: 1;
    flex: 1;
}

.b__main-banner .custom-animation {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.b__main-banner .custom-animation .animation {
    height: 100%;
    width: 100%;
    position: relative;
}

.b__main-banner .custom-animation .animation .lottie_player {
    position: absolute;
    width: 110vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (max-width: 991px) {
    .b__main-banner .custom-animation .animation .lottie_player {
        width: 150vw;
    }
}

@media (max-width: 767px) {
    .b__main-banner .custom-animation .animation .lottie_player {
        width: 250vw;
    }
}

.main-banner__background {
    overflow: hidden;
}

.main-banner__background img,
.main-banner__background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner__inner {
    min-height: 540px;
    padding: 40px 0;
}

.main-banner__button {
    margin-top: auto;
}

.single-banner__inner {
    min-height: 380px;
    padding: 50px 0;
}

.b__single-banner + .b__join-club {
    margin-top: 60px;
}

.categories:not(.swiper-initialized).flex {
    gap: 24px;
}

@media (max-width: 767px) {
    .categories:not(.swiper-initialized).flex {
        gap: 12px;
    }
}

@media (max-width: 650px) {
    .categories:not(.swiper-initialized).flex {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }
}

.categories:not(.swiper-initialized).flex .swiper-slide {
    max-width: calc(33.33% - 24px * 2 / 3);
}

.categories:not(.swiper-initialized).categories_3 .category {
    width: calc(33.33% - 24px * 2 / 3);
}

@media (max-width: 991px) {
    .categories:not(.swiper-initialized).categories_3 .category {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .categories:not(.swiper-initialized).categories_3 .category {
        width: calc(50% - 6px);
    }
}

@media (max-width: 650px) {
    .categories:not(.swiper-initialized).categories_3 .category {
        width: 100%;
        max-width: 400px;
    }
}

.categories .category__image {
    aspect-ratio: 7/8;
}

.categories .category__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories .category__image.has-overlap::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.categories .category .custom-title {
    margin: 0 0 10px;
}

.categories .category .custom-title,
.categories .category .custom-title h2 {
    font-size: 66px;
}

.categories .category__info {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px 24px;
}

.b__content-rows {
    overflow: hidden;
}

.b__content-rows .section-row {
    width: 100%;
}

.b__content-rows .swiper-wrapper {
    padding: 1px 0;
}

.b__content-rows .swiper-slide:not(.swiper-slide-fully-visible) .category {
    opacity: .5;
    transition: all .2s linear;
}

.b__content-rows .media-content {
    column-gap: 88px;
}

@media (max-width: 1300px) {
    .b__content-rows .media-content {
        column-gap: 32px;
    }
}

@media (max-width: 991px) {
    .b__content-rows .media-content {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 991px) {
    .b__content-rows .media-content.row-reverse {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b__content-rows .media-part {
    width: calc(56% - 44px);
}

@media (max-width: 1300px) {
    .b__content-rows .media-part {
        width: calc(56% - 16px);
    }
}

@media (max-width: 991px) {
    .b__content-rows .media-part {
        width: 100%;
    }
}

.b__content-rows .media-part img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .b__content-rows .media-part img {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 550px) {
    .b__content-rows .media-part img {
        aspect-ratio: unset;
    }
}

.b__content-rows .content-part__wrapper {
    width: calc(44% - 44px);
}

@media (max-width: 1300px) {
    .b__content-rows .content-part__wrapper {
        width: calc(44% - 16px);
    }
}

@media (max-width: 991px) {
    .b__content-rows .content-part__wrapper {
        width: 100%;
    }
}

.b__content-rows .content-part__wrapper .btns__wrapper:not(:first-child) {
    margin-top: 24px;
}

.b__content-rows .content-part__wrapper .btn {
    min-width: 220px;
}

.b__banner-text .section-content.max-width {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.b__banner-text .section-content:not(:last-child) {
    margin-bottom: 24px;
}

.b__products-recommended .products__wrapper {
    overflow: hidden;
}

.b__products-recommended .products__wrapper:not(:first-child) {
    margin-top: 24px;
}

.b__articles-recommended.style-2 .section-title {
    color: var(--text-color);
}

.b__articles-recommended.style-2 .section-title:not(:last-child) {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .b__articles-recommended.style-2 .section-title:not(:last-child) {
        margin-bottom: 48px;
    }
}

.b__articles-recommended.style-2 .section-title h2 {
    color: var(--text-color);
}

.b__articles-recommended .section-content:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .b__articles-recommended .section-content:not(:last-child) {
        margin-bottom: 24px;
    }
}

.b__articles-recommended .section-content.max-width {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .b__articles-recommended .articles__list {
        margin: 0 -16px;
        padding: 0 16px;
    }
}

.b__articles-recommended .btn-wrapper:not(:first-child) {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .b__articles-recommended .btn-wrapper:not(:first-child) {
        margin-top: 24px;
    }
}

.b__articles-recommended .swiper-wrapper {
    transition-timing-function: linear;
}

.b__event-banner .event-banner {
    padding: 48px 16px;
    font-family: 'Narkiss Yair', Times, serif;
}

.b__event-banner .event-date:not(:first-child) {
    margin-top: 32px;
}

.b__event-banner .event-date h2 {
    margin: 0;
    color: var(--text-color);
}

.mini-banner__inner {
    padding: 40px 16px;
}

@media (max-width: 767px) {
    .mini-banner__inner {
        padding: 40px 12px;
    }
}

.mini-banner__inner .custom-title:first-child {
    margin-top: 8px;
}

.mini-banner__inner .button-wrapper:not(:first-child) {
    margin-top: 24px;
}

.mini-banner__inner .section-content.max-width {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1500px) {
    .mini-banner__inner .section-content.max-width {
        max-width: 604px;
    }
}

.mini-banner__image::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.mini-banner__image ~ .mini-banner__inner {
    color: #fff;
}

.mini-banner__image ~ .mini-banner__inner .section-title,
.mini-banner__image ~ .mini-banner__inner .section-title h2 {
    color: #fff;
}

.b__mini-banner .section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 775px;
}

.b__search_result_empty .section-content {
    max-width: 460px;
}

.b__product-archive .top-part .section-content:not(:last-child) {
    margin-bottom: 24px;
}

.b__product-archive .top-part .section-content.max-width {
    max-width: 774px;
    margin-left: auto;
    margin-right: auto;
}

.b__product-archive .btn-filter__wrapper {
    margin-left: -1px;
}

.b__product-archive .sort {
    width: 175px;
}

.b__product-archive .subcategory {
    background-color: var(--theme-gray-light);
    min-height: 56px;
    padding: 10px 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    min-width: 186px;
    cursor: pointer;
    transition: all .2s linear;
}

@media (max-width: 1199px) {
    .b__product-archive .subcategory {
        min-height: 54px;
        padding: 10px 32px;
    }
}

.b__product-archive .subcategory:hover {
    background-color: var(--theme-title-color);
    color: #fff;
}

.b__product-archive .subcategory.active {
    background-color: var(--theme-green);
    color: #fff;
}

.b__product-archive .subcategory .title {
    letter-spacing: 4px;
}

.b__product-archive .btn-wrapper + .products__wrapper {
    margin-top: 50px;
}

.b__product-archive .categories-cards {
    padding: 40px 0 0;
}

@media (max-width: 1199px) {
    .b__product-archive .categories-cards {
        padding: 30px 0 0;
    }
}

.b__product-archive .pagination_wrapper {
    padding: 55px 0 0;
}

.b__product-archive .product-card__title,
.b__product-archive .product-card__title h2,
.b__product-archive .product-card__title h3 {
    color: var(--theme-gray-text);
}



.b__blog .filter__wrapper,
.b__product-archive .filter__wrapper {
    width: 100%;
    text-align: center;
}

.b__blog .filter__wrapper .swiper-slide,
.b__product-archive .filter__wrapper .swiper-slide {
    width: auto;
}

.b__blog .filter__wrapper .swiper-wrapper,
.b__product-archive .filter__wrapper .swiper-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
    width: auto;
}

.b__blog .filter__wrapper:not(.jsFilterSlider) .swiper-wrapper,
.b__product-archive .filter__wrapper:not(.jsFilterSlider) .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.b__viewed-products {
    overflow: hidden;
}

.b__viewed-products .section-title:not(:last-child) {
    margin-bottom: 40px;
}

.b__viewed-products .product-card__title,
.b__viewed-products .product-card__title h2,
.b__viewed-products .product-card__title h3 {
    color: var(--theme-gray-text);
}

.b__products-filter {
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 250;
    width: 100%;
    max-width: 360px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    font-size: 14px;
}

.b__products-filter.active {
    pointer-events: unset;
    opacity: 1;
    visibility: visible;
}

.b__products-filter.active .filter-bg {
    width: 100vw;
}

.b__products-filter.active .filter-bg .bg-color {
    width: 100vw;
}

.b__products-filter.active .products-filter {
    transform: none;
}

.b__products-filter .filter-bg {
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
}

.b__products-filter .filter-bg .bg-color {
    position: absolute;
    background-color: #000;
    opacity: .6;
    transition: all .2s ease;
    width: 0;
    height: 100%;
}

.b__products-filter .products-filter {
    background-color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    width: 100%;
    transition: all .3s ease;
    transform: translateX(100%);
}

.b__products-filter .products-filter__inner {
    height: 100%;
}

.b__products-filter .products-filter .btn-close-filter {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00012 15L15.0001 1M15.0001 15L1.00012 1' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    left: 20px;
    top: 28px;
}

.b__products-filter .products-filter__head {
    height: 92px;
    padding: 15px;
    border-bottom: 1px solid var(--theme-gray-light);
}

.b__products-filter .products-filter__head .title {
    height: 100%;
}

.b__products-filter .products-filter__head h2,
.b__products-filter .products-filter__head h3 {
    color: var(--text-color);
}

.b__products-filter .products-filter__body {
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    padding: 16px 32px 16px 16px;
}

.b__products-filter .products-filter__footer {
    height: 112px;
    margin-top: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-top: 1px solid var(--theme-gray-light);
}

.b__products-filter .products-filter .buttons {
    height: 100%;
    padding: 10px 33px;
}

.b__products-filter .products-filter .buttons .btn {
    padding: 5px;
    min-width: 80px;
    font-size: 14px;
}

.b__products-filter .products-filter .btn-clear-filter {
    width: 80px;
}

.b__products-filter .products-filter .btn-apply {
    -ms-flex: 1;
    flex: 1;
}

.b__products-filter .filter-row:not(:first-child) {
    margin-top: 32px;
}

.b__products-filter .filter-row:not(:first-child)::before {
    content: '';
    position: absolute;
    height: 1px;
    top: -16px;
    right: 0;
    width: 100%;
    max-width: 282px;
    background-color: var(--theme-gray-light);
}

.b__products-filter .filter-row__label {
    font-weight: 500;
    margin-bottom: 8px;
}

.b__products-filter .checkbox-row:not(:last-child) {
    margin-bottom: 12px;
}

.b__products-filter .checkbox-row__group {
    padding-right: 24px;
    margin-top: 12px;
    width: 100%;
    display: none;
}

.b__products-filter .checkbox-row-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b__products-filter .checkbox-row-group > .label_checkbox {
    -ms-flex: 1;
    flex: 1;
}

.b__products-filter .checkbox-row-group .toggle-group {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.b__products-filter .checkbox-row-group .toggle-group::before {
    transition: transform 0.15s ease;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L6 5.5L11 0.5' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b__products-filter .checkbox-row-group .toggle-group::after {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    content: '';
}

.b__products-filter .checkbox-row-group .toggle-group.active::before {
    transform: scaleY(-1);
}

.b__products-filter .range {
    margin-bottom: 17px;
}

.b__products-filter .range-slider-inputs {
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
}

.b__products-filter .range-slider-inputs .value_min,
.b__products-filter .range-slider-inputs .value_max {
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.b__products-filter .range-slider-inputs .value_min .form__control,
.b__products-filter .range-slider-inputs .value_max .form__control {
    padding-right: 40px;
    text-align: left;
    -moz-appearance: textfield;
}

.b__products-filter .range-slider-inputs .value_min .form__control::-webkit-outer-spin-button, .b__products-filter .range-slider-inputs .value_min .form__control::-webkit-inner-spin-button,
.b__products-filter .range-slider-inputs .value_max .form__control::-webkit-outer-spin-button,
.b__products-filter .range-slider-inputs .value_max .form__control::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.b__products-filter .range-slider-inputs .currency {
    position: absolute;
    right: 13px;
    pointer-events: none;
    line-height: 1.2;
    top: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateY(-50%);
}

.b__products-filter .range-slider-inputs .separator {
    width: 8px;
    height: 1px;
    background-color: #595959;
}

@media (max-width: 991px) {
    .b__breadcrumbs + .b__product-page {
        padding-top: 0;
    }
}

.b__product-page .btn-remove__wrap {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.b__product-page .btn-remove {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 11.75L11.25 1.25M11.25 11.75L0.75 1.25' stroke='%23595959' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b__product-page .btn-text-reset {
    position: relative;
    text-decoration: underline;
    right: 0;
}

.b__product-page .btn-text-reset:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .b__product-page .description-block {
        max-width: unset;
    }
}

.b__product-page .price__wrapper {
    gap: 5px;
}

@media (max-width: 767px) {
    .b__product-page .price__wrapper {
        width: 100%;
        margin-bottom: 24px;
    }
}

.b__product-page .price__current {
    font-size: 22px;
    font-weight: 600;
}

.b__product-page .price__old {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    opacity: .5;
}

.b__product-page .product-control .sale-label:not(:last-child) {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .b__product-page .product-control .sale-label:not(:last-child) {
        margin-bottom: 5px;
    }
}

.b__product-page .wishlist-share {
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .b__product-page .wishlist-share {
        position: static;
    }
}

@media (max-width: 767px) {
    .b__product-page .wishlist-share .buttons {
        -ms-flex-pack: end;
        justify-content: flex-end;
        column-gap: 8px;
    }
}

@media (max-width: 767px) {
    .b__blog .filter,
    .b__product-archive .filter {
        padding: 16px 0;
        position: relative;
    }
}

@media (max-width: 767px) {
    .b__blog .filter .swiper,
    .b__product-archive .filter .swiper {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .b__product-archive .filter__wrapper {
        overflow: hidden;
    }.b__product-archive .filter .swiper{
      margin: 0!important;
      position: relative;
    }
    .b__product-archive .filter .swiper-next{
      left:-13px;
    }
    .b__product-archive .filter .swiper-prev{
      right: -13px;
    }
    .b__product-archive .filter:after,
    .b__product-archive .filter:before {
      /* content: ''; */
      transition: transform 0.15s ease;
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 15.5L8.75 8L1.25 0.5' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px 16px;
      width: 10px;
      height: 16px;
      display: inline-block;
      right: -0;
      top: 50%;
      transform: translateY(-50%);
  }
  .b__product-archive .filter:before {
    right: initial;
    left: 0;
    transform: translateY(-50%) scaleX(-1);
  }
}

.b__product-page .quantity-control {
    max-width: 558px;
    row-gap: 5px;
}

.b__product-page .product__title {
    padding-left: 90px;
}

.b__product-page .product__title:not(:last-child) {
    margin-bottom: 16px;
}

.b__product-page .product__sets:not(:first-child), .b__product-page .product__variations:not(:first-child) {
    margin-top: 24px;
}

.b__product-page .product__sets .item__select, .b__product-page .product__variations .item__select {
    min-width: 150px;
    max-width: 232px;
}

@media (max-width: 550px) {
    .b__product-page .product__sets .item__select, .b__product-page .product__variations .item__select {
        max-width: 100%;
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 767px) {
    .b__product-page .product__price {
        gap: 24px 8px;
    }
}

@media (max-width: 767px) {
    .b__product-page .product__price .price__wrapper {
        width: 100%;
    }
}

.b__product-page .short-content:not(:last-child) {
    margin-bottom: 16px;
}

.b__product-page .product__sets .variations__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 550px) {
    .b__product-page .product__sets .variations__row {
        gap: 12px 0;
    }
}

.b__product-page .product__sets .sets__row {
    padding-left: 36px;
    row-gap: 10px;
}

@media (max-width: 550px) {
    .b__product-page .product__sets .sets__row {
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 12px;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.b__product-page .product__sets .sets__row .item__variation {
    padding: 5px 0;
}

@media (max-width: 550px) {
    .b__product-page .product__sets .sets__row .item__variation {
        -ms-flex-order: -1;
        order: -1;
    }
}

.b__product-page .product__sets .sets__row.has-btn-text-reset {
    padding-left: 60px;
}

.b__product-page .product__sets .selectric-wrapper .selectric .label,
.b__product-page .product__variations .selectric-wrapper .selectric .label {
    font-size: 14px;
}

.b__product-page .amount__list .text_checkbox {
    width: calc(25% - 16px * 3 / 4);
}

.b__product-page .amount__list .text_checkbox .title {
    width: 100%;
}

.b__product-page .amount__list .custom_amount {
    width: calc(50% - 16px / 2);
}

.b__product-page .amount__list .form__control {
    min-height: 40px;
}

.b__product-page .variations__row {
    border-top: 1px solid var(--theme-gray-light);
}

.b__product-page .variations__row:last-child {
    border-bottom: 1px solid var(--theme-gray-light);
}

@media (max-width: 767px) {
    .b__product-page .variation__wrapper {
        gap: 14px 12px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: unset;
        align-items: unset;
    }
}

@media (max-width: 767px) {
    .b__product-page .variation__wrapper .item__variation {
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 991px) {
    .b__product-page .product-page__media {
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 1500px) {
    .b__product-page .media__wrapper {
        margin-right: 17px;
    }
}

@media (max-width: 1199px) {
    .b__product-page .media__wrapper {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .b__product-page .media__wrapper {
        margin: 0 -16px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .b__product-page .media__slider .gallery-main.swiper-initialized {
        margin: 0 40px;
    }
}

.b__product-page .media__slider.more-items .gallery-thumbs__wrapper {
    padding: 0 40px;
}

.b__product-page .product-gift {
    padding: 20px 64px;
    background-color: var(--theme-gray);
    aspect-ratio: 9/8;
}
.amount__list.flex.gap-16 {  
    row-gap: 8px;
}

@media (max-width: 991px) {
    .b__product-page .product-gift {
        max-width: 400px;
        margin: 0 auto;
    }
}

.b__product-page .discount-wrapper {
    top: 12px;
    right: 12px;
}

.b__product-page .gallery-main {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .b__product-page .gallery-main {
        margin: 0;
        overflow: visible;
    }
}

.b__product-page .gallery-main .product-media {
    aspect-ratio: 4/3;
}

@media (max-width: 1500px) {
    .b__product-page .gallery-main .product-media {
        aspect-ratio: 12/10;
    }
}

@media (max-width: 991px) {
    .b__product-page .gallery-main .product-media {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 767px) {
    .b__product-page .gallery-main .product-media {
        aspect-ratio: 4/3;
    }
}

@media (max-width: 500px) {
    .b__product-page .gallery-main .product-media {
        aspect-ratio: 1;
    }
}

.b__product-page .gallery-main .product-media video,
.b__product-page .gallery-main .product-media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-prev,
.swiper-next {
    display: none;
}
iframe[allowpaymentrequest] {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .b__product-page .gallery-thumbs {
        display: none;
    }
}

.b__product-page .gallery-thumbs .media {
    cursor: pointer;
}

.b__product-page .gallery-thumbs .product-media {
    height: 80px;
}

.b__product-page .gallery-thumbs .product-media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-prev,
.swiper-next{
    width: 36px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    position: absolute;
    top: 0;
    /* display: block; */
}

.swiper-next {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 0.5L1.25 8L8.75 15.5' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.swiper-prev     {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 15.5L8.75 8L1.25 0.5' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}



.b__product-page .gift__control .gift__row:not(:last-child) {
    margin-bottom: 24px;
}

.b__product-page .gift__control .row-title {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .b__product-page .gift__control .form__columns .column {
        width: 100%;
    }
    
    .swiper:has(.jsFilterSlider) .swiper-prev,
    .swiper:has(.jsFilterSlider) .swiper-next{
    display: block;
    }
}

.b__product-page .form-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.b__product-page .product__info .tabs {
    overflow: auto;
    padding: 1px 0;
}

@media (max-width: 767px) {
    .b__product-page .product__info .tabs {
        padding: 1px 16px 10px;
    }
}

.b__product-page .product__info .tabs__list {
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product__cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
	transition: all 0.2s;
	opacity: 1;
	visibility: visible;
}

.product__cta.hide-element{
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.product__cta-inner {
    background-color: #fff;
    border-top: 1px solid #EEEEEE;
    box-shadow: 4px 0px 24px rgba(76, 67, 67, 0.08);
}

@media (max-width: 767px) {
    .product__cta-inner {
        background-color: var(--background-gray-2);
    }
}

.product__cta .product__control {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 1199px) {
    .product__cta .cta-control {
        column-gap: 10px;
    }
}

@media (max-width: 767px) {
    .product__cta .cta-control {
        width: 100%;
        gap: 14px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .product__cta .product__quantity {
        display: none;
    }
}

.product__cta .product__title {
    font-weight: 700;
    display: none;
}

@media (max-width: 767px) {
    .product__cta .product__title {
        display: block;
    }
}

.product__cta .price__wrapper {
    gap: 0 5px;
}

.product__cta .btn-part {
    min-width: 395px;
}

@media (max-width: 1199px) {
    .product__cta .btn-part {
        min-width: unset;
    }
}

@media (max-width: 767px) {
    .product__cta .btn-part {
        width: 100%;
    }
}

.product__cta .price__current {
    font-size: 22px;
    letter-spacing: 0.08em;
}

.product__cta .price__old {
    font-size: 14px;
    opacity: .5;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.product__cta .promo-title {
    padding: 10px 12px;
}

@media (max-width: 1199px) {
    .product__cta .promo-title {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .product__cta .promo-title {
        width: auto;
        padding: 0;
        background-color: transparent;
        max-width: unset;
        display: none;
    }
}

.b__about-us .about-us.max-width {
    max-width: 792px;
}

.b__about-us .section-sub-title {
    max-width: 582px;
}

.b__about-us .section-sub-title:not(:last-child) {
    margin-bottom: 10px;
}

.b__about-us .section-sub-title h3 {
    font-weight: 600;
    letter-spacing: 0.08em;
}

@media (min-width: 992px) {
    .b__about-us .section-title,
    .b__about-us .section-title h2,
    .b__about-us .section-title h3 {
        font-size: 36px;
    }
}

.b__about-us .section-content:not(:first-child) {
    margin-top: 40px;
}

.b__about-us .media-block:not(:first-child) {
    margin-top: 55px;
    padding-top: 40px;
    border-top: 1px solid var(--theme-gray-light);
}

.b__stores {
    padding: 60px 0 100px;
}

@media (max-width: 767px) {
    .b__stores {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .b__stores .custom-title {
        padding: 0 50px;
    }
}

.b__stores .stores:not(:first-child) {
    margin-top: 40px;
}

.b__stores .stores__inner {
    max-width: 792px;
    gap: 24px;
}

@media (max-width: 767px) {
    .b__stores .stores__inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b__stores .store__block {
    display: block;
    color: var(--theme-title-color);
    width: calc(50% - 12px);
}

@media (max-width: 767px) {
    .b__stores .store__block {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.b__stores .store__image {
    aspect-ratio: 14/15;
}

.b__stores .store__image:not(:last-child) {
    margin-bottom: 16px;
}

.b__stores .store__image img {
    position: absolute;
}

.b__stores .store__title:not(:last-child) {
    margin-bottom: 4px;
}

.b__stores .store__title h3 {
    font-size: 22px;
    font-weight: 600;
}

.b__stores .store__text {
    color: var(--text-color);
}

.b__stores .store__contacts:not(:first-child) {
    margin-top: 16px;
}

.b__stores .contact__row {
    gap: 0 22px;
    padding: 12px 0;
    border-bottom: 1px solid var(--theme-border-gray);
}

.b__stores .contact__row:not(:last-child) {
    margin-bottom: 24px;
}

.b__stores .contact__row .map-link {
    max-width: 22px;
    display: block;
}

.b__stores .contact__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--theme-border-gray);
}

.b__stores .contact__icon img {
    margin: auto;
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}

.b__stores .contact__text {
    color: var(--text-color);
}

.b__stores .contact__text a {
    color: var(--text-color-4);
    display: inline-block;
}

.b__stores .contact__text a:hover {
    text-decoration: underline;
}

.b__stores .contact__text h2,
.b__stores .contact__text h3 {
    color: var(--text-color);
    font-size: 16px;
    margin: 0;
}

.b__stores .contact__text strong {
    font-weight: 500;
}

@media (min-width: 992px) {
    .b__article-page {
        padding-top: 80px;
    }
}

.b__article-page .article-categories:not(:last-child) {
    margin-bottom: 4px;
}

.b__article-page .article__wrapper {
    column-gap: 24px;
}

.b__article-page .article__nav {
    width: calc(25% - 12px);
}

.b__article-page .article__part {
    width: calc(66.66666667% - 12px);
}

@media (max-width: 991px) {
    .b__article-page .article__part {
        width: 100%;
    }
}

.b__article-page .article__title:not(:last-child) {
    margin-bottom: 24px;
}

.b__article-page .article__title,
.b__article-page .article__title h1,
.b__article-page .article__title h2 {
    color: var(--text-color);
}

.b__article-page .article__description:not(:last-child) {
    margin-bottom: 24px;
}

.b__article-page .article__description * {
    letter-spacing: 4px;
}

@media (max-width: 767px) {
    .b__article-page .article__description * {
        letter-spacing: 3px;
    }
}

.b__article-page .article__info {
    padding: 16px 0;
    border-bottom: 1px solid var(--background-gray-1);
}

.b__article-page .article__info:not(:last-child) {
    margin-bottom: 24px;
}

.b__article-page .article__info .btn-icon-share {
    background-size: 18px;
}

.b__article-page .author__control {
    max-width: calc(100% - 40px);
}

.b__article-page .author__image {
    width: 48px;
    border-radius: 100%;
    aspect-ratio: 1;
}

.b__article-page .author__image img {
    position: absolute;
    top: 0;
    left: 0;
}

.b__article-page .article__content .content h2:not(:last-child),
.b__article-page .article__content .content h3:not(:last-child),
.b__article-page .article__content .content h4:not(:last-child) {
    margin-bottom: 5px;
}

.b__article-page .article__content .content h3 {
    font-weight: 600;
}

@media (min-width: 551px) {
    .b__article-page .article__content .discount__text {
        width: 64px;
        height: 64px;
    }
}

.b__article-page .date {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 5px;
}

.b__article-page .date::before {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #A8ADA9;
    display: inline-block;
}

.b__article-page .products-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

@media (max-width: 550px) {
    .b__article-page .products-list {
        gap: 16px 8px;
    }
}

.b__article-page .products-list .product-card__wrapper {
    width: calc(50% - 12px);
}

@media (min-width: 1501px) {
    .b__article-page .products-list .product-card__wrapper {
        width: calc(25% - 24px * 3 / 4);
    }
}

@media (max-width: 550px) {
    .b__article-page .products-list .product-card__wrapper {
        width: calc(50% - 4px);
    }
}

.b__article-page .products-list .product-card__title,
.b__article-page .products-list .product-card__title h2,
.b__article-page .products-list .product-card__title h3 {
    color: var(--theme-gray-text);
}

@media (max-width: 991px) {
    .b__article-page .article__nav {
        width: 100%;
        position: fixed;
        z-index: 200;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        width: 0;
        transition: all .2s linear;
        overflow: hidden;
        padding-right: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .b__article-page .article__nav.active {
        width: 100%;
        background-color: rgba(73, 73, 73, 0.6);
        padding-right: 50px;
    }
}

.b__article-page .article__nav .nav__wrapper {
    max-width: 188px;
}

@media (max-width: 991px) {
    .b__article-page .article__nav .nav__wrapper {
        max-width: unset;
    }
}

.b__article-page .article__nav ul.nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.b__article-page .article__nav ul.nav li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #EDEDE9;
    padding: 5px 0;
    min-height: 58px;
}

.b__article-page .article__nav ul.nav li:not(:last-child) {
    margin-bottom: 8px;
}

.b__article-page .article__nav ul.nav li.active {
    font-weight: 500;
    border-color: #595959;
}

.b__article-page .article__nav ul.nav a {
    color: var(--theme-title-color);
}

.b__article-page .article__nav ul.nav a:hover {
    color: var(--text-color);
}

.b__article-page .article__nav .article-nav {
    padding: 16px 24px;
}

@media (max-width: 991px) {
    .b__article-page .article__nav .article-nav {
        max-height: 70vh;
        overflow: auto;
        margin-top: auto;
        margin-bottom: auto;
        background-color: #FDFEFF;
        min-width: 250px;
    }
}

.b__article-page .article-nav__wrapper {
    position: sticky;
    top: 120px;
}

@media (max-width: 991px) {
    .b__article-page .article-nav__wrapper {
        width: 100%;
        top: 0;
        bottom: 0;
        position: relative;
        transform: none;
        padding: 0;
        margin: 0 auto 0 0;
    }
}

.b__article-page .btn_toggle_nav {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    max-width: 10px;
    height: 60px;
    background-color: var(--background-gray-3);
    border-radius: 0 10px 10px 0;
    border: none;
    padding: 0;
}

@media (max-width: 991px) {
    .b__article-page .btn_toggle_nav {
        display: block;
    }
}

.b__article-page .btn_toggle_nav:before {
    content: '';
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 5px;
    width: 1px;
    background-color: #fff;
}

.b__blog .top-part {
    max-width: 562px;
}

.b__blog .top-part:not(:last-child) {
    margin-bottom: 50px;
}

.b__blog .filter:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .b__blog .filter:not(:last-child) {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .b__blog .filter .swiper {
        margin: 0 -16px;
        padding: 0 16px;
        overflow: hidden;
    }
}

.b__blog .filter .swiper-slide {
    width: auto;
}

.b__blog .filter .subcategory {
    min-height: 54px;
    min-width: 186px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--background-gray-1);
    cursor: pointer;
}

@media (max-width: 767px) {
    .b__blog .filter .subcategory {
        min-height: 40px;
        min-width: auto;
    }
}

.b__blog .filter .subcategory.active {
    background-color: var(--background-green-1);
    color: #fff;
}

.b__blog .articles__list {
    gap: 24px;
}

@media (max-width: 767px) {
    .b__blog .articles__list {
        gap: 16px;
    }
}

.b__blog .article-card {
    width: calc(25% - 24px * 3 / 4);
}

@media (max-width: 1500px) {
    .b__blog .article-card {
        width: calc(33.33% - 24px * 2 / 3);
    }
}

@media (max-width: 991px) {
    .b__blog .article-card {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .b__blog .article-card {
        width: calc(50% - 8px);
    }
}

.b__blog .card__title,
.b__blog .card__title h3 {
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 500px) {
    .b__blog .card__title,
    .b__blog .card__title h3 {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 4px;
    }
}

.b__blog .pagination_wrapper:not(:first-child) {
    margin-top: 40px;
}

.b__blog .pagination_wrapper .prev_pag:not(:hover),
.b__blog .pagination_wrapper .next_pag:not(:hover) {
    background-color: var(--background-green-1);
    border-color: var(--background-green-1);
}

.b__single-content .single-content {
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
}

.b__single-content .single-content .content h1,
.b__single-content .single-content .content h2,
.b__single-content .single-content .content h3,
.b__single-content .single-content .content h4 {
    font-weight: 600;
}

.b__single-content .single-content .content h2 {
    font-size: 22px;
}

.b__single-content .single-content h1,
.b__single-content .single-content h2,
.b__single-content .single-content h3,
.b__single-content .single-content h4 {
    color: var(--text-color);
}

.b__single-content .single-content ol li:not(:last-child),
.b__single-content .single-content ul li:not(:last-child) {
    margin-bottom: 8px;
}

.b__single-content .single-content ol ul {
    margin-top: 12px;
    list-style-type: disc;
    padding-right: 20px;
}

.b__single-content .single-content .section-title:not(:last-child) {
    margin-bottom: 40px;
}

.b__contact-us .top-part {
    max-width: 562px;
    margin-left: auto;
    margin-right: auto;
}

.b__contact-us .top-part:not(:last-child) {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .b__contact-us .top-part:not(:last-child) {
        margin-bottom: 40px;
    }
}

.b__contact-us .top-part .section-title:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .b__contact-us .top-part .section-title,
    .b__contact-us .top-part .section-title h2,
    .b__contact-us .top-part .section-title h3 {
        font-size: 36px;
    }
}

.b__contact-us .contact-us__wrapper {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
}

@media (max-width: 991px) {
    .b__contact-us .contact-us__wrapper {
        max-width: unset;
    }
}

.b__contact-us .contact-us__form {
    width: calc(60% - 12px);
}

@media (max-width: 991px) {
    .b__contact-us .contact-us__form {
        width: 100%;
    }
}

.b__contact-us .contact-us__contacts {
    width: calc(40% - 12px);
}

@media (max-width: 991px) {
    .b__contact-us .contact-us__contacts {
        width: 100%;
        -ms-flex-order: -1;
        order: -1;
    }
}

.b__contact-us .form__wrapper {
    padding: 60px 64px;
    z-index: 1;
}

@media (max-width: 767px) {
    .b__contact-us .form__wrapper {
        padding: 60px 16px;
    }
}

.b__contact-us .form__wrapper::before {
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-color: var(--background-gray-2);
}

@media (max-width: 767px) {
    .b__contact-us .form__wrapper .form__title {
        text-align: center;
    }
}

.b__contact-us .form__wrapper .form__title:not(:last-child) {
    margin-bottom: 16px;
}

.b__contact-us .form__wrapper .form__title h3 {
    color: var(--text-color);
}

.b__contact-us .form__wrapper .form__text {
    max-width: 410px;
}

@media (max-width: 767px) {
    .b__contact-us .form__wrapper .form__text {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.b__contact-us .form__wrapper .form__text:not(:last-child) {
    margin-bottom: 24px;
}

.b__contact-us .form__wrapper .form__row:not(:last-child) {
    margin-bottom: 16px;
}

.b__contact-us .contacts:not(:last-child) {
    margin-bottom: 40px;
}

.b__contact-us .contacts .contacts__title:not(:last-child) {
    margin-bottom: 16px;
}

.b__contact-us .contacts .contacts__title h3 {
    font-weight: 600;
}

.b__contact-us .contact__row {
    gap: 24px;
    padding: 8px 0 12px;
    border-bottom: 1px solid var(--theme-border-gray-light);
}

@media (max-width: 380px) {
    .b__contact-us .contact__row {
        gap: 12px;
    }
}

.b__contact-us .contact__row .map-link {
    max-width: 22px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.b__contact-us .contact__row .row__icon {
    background-color: #DCDEDC;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: relative;
}

.b__contact-us .contact__row .row__icon img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 40%;
    max-width: 40%;
}

.b__contact-us .contact__row .row__content {
    max-width: calc(100% - 60px - 24px);
    font-weight: 400;
    font-size: 14px;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 380px) {
    .b__contact-us .contact__row .row__content {
        max-width: calc(100% - 50px - 12px);
    }
}

.b__contact-us .contact__row .row__content h2,
.b__contact-us .contact__row .row__content h3,
.b__contact-us .contact__row .row__content h4 {
    font-weight: 700;
    font-size: 24px;
    color: var(--text-color);
}

.b__contact-us .contact__row .row__content h2,
.b__contact-us .contact__row .row__content h3,
.b__contact-us .contact__row .row__content h4,
.b__contact-us .contact__row .row__content p {
    margin: 0;
}

.b__contact-us .contact__row .row__content p strong {
    font-weight: 500;
}

.b__contact-us .contact__row .row__content a {
    color: var(--theme-title-color);
    display: inline-block;
    vertical-align: top;
}

.b__contact-us .contact__row .row__content a:hover {
    color: var(--text-color);
    text-decoration: underline;
}

.coupon__form .form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.coupon__form .form__input {
    -ms-flex: 1;
    flex: 1;
}

.coupon__form .btn {
    padding: 10px 10px;
    min-width: 135px;
}

.b__shopping-cart .line {
    margin: 24px 0;
    height: 1px;
    background-color: var(--background-gray-1);
}

.b__shopping-cart .back__wrapper:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .b__shopping-cart .back__wrapper:not(:last-child) {
        margin-bottom: 24px;
    }
}

.b__shopping-cart .shopping-cart__inner {
    gap: 40px;
}

.b__shopping-cart .right-part {
    width: calc(58.33333333% - 20px);
}

@media (max-width: 991px) {
    .b__shopping-cart .right-part {
        width: 100%;
    }
}

.b__shopping-cart .left-part {
    width: calc(41.66666667% - 20px);
}

@media (max-width: 991px) {
    .b__shopping-cart .left-part {
        width: 100%;
    }
}

.b__shopping-cart .process {
    margin-bottom: 40px;
}

.b__shopping-cart .process__title {
    margin-bottom: 18px;
}

.b__shopping-cart .process__wrapper {
    background-color: var(--background-gray-1);
    height: 4px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .b__shopping-cart .process__wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100% - 60px);
    }
}

.b__shopping-cart .process__line {
    height: 4px;
    border-radius: 4px;
    background-color: var(--background-gray-3);
    display: inline-block;
}

.b__shopping-cart .process__icon {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: var(--background-gray-3);
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.b__shopping-cart .process__icon img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
}

.b__shopping-cart .product__row {
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid var(--background-gray-1);
}

@media (max-width: 1199px) {
    .b__shopping-cart .product__remove {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.b__shopping-cart .product__control {
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px;
}

@media (max-width: 1199px) {
    .b__shopping-cart .product__control {
        gap: 0;
    }
}

.b__shopping-cart .product__control .row__right {
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1199px) {
    .b__shopping-cart .product__control .row__right {
        width: 100%;
        -ms-flex: unset;
        flex: unset;
    }
}

.b__shopping-cart .product__control .row__left {
    gap: 30px;
}

@media (max-width: 1199px) {
    .b__shopping-cart .product__control .row__left {
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 96px;
    }
}

.b__shopping-cart .product__control .description {
    opacity: .5;
}

.b__shopping-cart .product__control .description .size {
    margin-bottom: 4px;
}

.b__shopping-cart .product__control .list {
    margin-bottom: 4px;
}

.b__shopping-cart .product__control .list ul {
    margin: 0;
    list-style: none;
    padding: 0;
    color: var(--theme-title-color);
}

.b__shopping-cart .product__control .list ul li {
    position: relative;
    padding-right: 10px;
}

.b__shopping-cart .product__control .list ul li::before {
    right: 0;
    position: absolute;
    content: '';
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--theme-title-color);
}

.b__shopping-cart .product__image {
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1199px) {
    .b__shopping-cart .product__image {
        width: 100%;
        -ms-flex: unset;
        flex: unset;
    }
}

.b__shopping-cart .product__image .image {
    width: 80px;
}

.b__shopping-cart .product__info {
    -ms-flex: 1;
    flex: 1;
    padding: 0 16px;
}

@media (max-width: 1199px) {
    .b__shopping-cart .product__info {
        padding: 0 16px 0 40px;
    }
}

.b__shopping-cart .product__title {
    margin-bottom: 4px;
}

.b__shopping-cart .product__title,
.b__shopping-cart .product__title h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
}

.b__shopping-cart .product__price {
    min-width: 70px;
}

@media (max-width: 1199px) {
    .b__shopping-cart .product__price {
        text-align: left;
    }
}

.b__shopping-cart .product__price .price-old {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    opacity: .5;
}

.b__shopping-cart .summary {
    padding: 40px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .b__shopping-cart .summary {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .b__shopping-cart .summary {
        padding: 30px 16px;
    }
}

.b__shopping-cart .summary::before {
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-color: var(--background-gray-2);
}

.b__shopping-cart .summary__title {
    font-size: 22px;
}

.b__shopping-cart .summary .s-row:not(:last-child) {
    margin-bottom: 16px;
}

.b__shopping-cart .points__wrapper {
    padding: 15px 12px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .b__checkout {
        padding: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .b__checkout .section__decor {
        display: none;
    }
}

.b__checkout .breadcrumbs {
    max-width: calc(100% - 32px);
}

.b__checkout .breadcrumbs ul {
    font-size: 14px;
}

.b__checkout .line {
    margin: 16px 0;
    height: 1px;
    background-color: var(--background-gray-1);
}

.b__checkout .form__btn:not(:first-child) {
    margin-top: 40px;
}

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

@media (max-width: 767px) {
    .b__checkout .form__btn > .flex {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 470px) {
    .b__checkout .form__btn .btn {
        width: 100%;
    }
}

.b__checkout .title__row {
    gap: 5px;
}

.b__checkout .title__row:not(:last-child) {
    margin-bottom: 12px;
}

.b__checkout .step__title {
    color: var(--text-color-4);
}

@media (max-width: 991px) {
    .b__checkout .step__title {
        font-size: 18px;
    }
}

.b__checkout .head-control {
    gap: 8px;
}

@media (max-width: 767px) {
    .b__checkout .head-control {
        display: none;
    }
}

.b__checkout .head-control:not(:last-child) {
    margin-bottom: 40px;
}

.b__checkout .checkout__wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 0;
}

@media (max-width: 767px) {
    .b__checkout .checkout__wrapper {
        gap: 0;
    }
}

.b__checkout .checkout__order {
    width: 41.66666667%;
    padding: 84px 100px 84px 0;
}

@media (max-width: 1300px) {
    .b__checkout .checkout__order {
        width: 50%;
        padding: 60px 50px 60px 0;
    }
}

@media (max-width: 991px) {
    .b__checkout .checkout__order {
        padding: 60px 20px 60px 0;
    }
}

@media (min-width: 768px) {
    .b__checkout .checkout__order {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .b__checkout .checkout__order {
        width: 100%;
        padding: 30px 0 0;
        display: none;
    }
}

.b__checkout .checkout__order .quantity {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1px;
    color: #fff;
    padding-left: 1px;
    top: -8px;
    left: -8px;
}

.b__checkout .checkout__order .list {
    color: var(--text-color-4);
}

.b__checkout .checkout__order .list ul {
    padding-right: 17px;
}

.b__checkout .checkout__order-decor {
    width: 41.66666667%;
    margin-right: auto;
}

@media (max-width: 1300px) {
    .b__checkout .checkout__order-decor {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .b__checkout .checkout__order-decor {
        display: none;
    }
}

.b__checkout .checkout__order-decor .image {
    width: calc(100% + 100px);
    height: 100%;
}

@media (max-width: 1359px) {
    .b__checkout .checkout__order-decor .image {
        width: calc(100% + 30px);
    }
}

@media (max-width: 1199px) {
    .b__checkout .checkout__order-decor .image {
        width: calc(100% + calc(100vw - 950px) / 2);
    }
}

@media (max-width: 991px) {
    .b__checkout .checkout__order-decor .image {
        width: calc(100% + calc(100vw - 720px) / 2);
    }
}

.b__checkout .checkout__order-decor img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b__checkout .checkout__order-decor::before {
    content: '';
    position: absolute;
    content: '';
    background-color: var(--background-gray-2);
    opacity: .5;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
}

.b__checkout .checkout__step {
    width: 50%;
    padding: 24px 50px;
}

@media (max-width: 991px) {
    .b__checkout .checkout__step {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .b__checkout .checkout__step {
        width: 100%;
        padding: 30px 0 0;
        -ms-flex-order: 1;
        order: 1;
    }
}

.b__checkout .checkout__step .form__row:not(:last-child) {
    margin-bottom: 20px;
}

.b__checkout .product__row {
    gap: 16px;
}

.b__checkout .product__row:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--background-gray-1);
}

.b__checkout .product__image {
    width: 80px;
}

.b__checkout .product__price {
    width: 75px;
    text-align: left;
}

.b__checkout .product__content {
    -ms-flex: 1;
    flex: 1;
}

.b__checkout .product__title {
    margin-bottom: 4px;
}

.b__checkout .product__title,
.b__checkout .product__title h3 {
    font-size: 14px;
    color: var(--text-color);
}

.b__checkout .row-table {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b__checkout .row-table:not(:last-child) {
    margin-bottom: 8px;
}

.b__checkout .row-table .row-left,
.b__checkout .row-table .row-right {
    max-width: calc(50% - 20px);
}

.b__checkout .row-table .row-right {
    text-align: left;
}

.b__checkout .login__info a {
    color: var(--text-color-green);
    text-decoration: underline;
}

.b__checkout .login__info a:hover {
    text-decoration: none;
}

.b__checkout .contact__information .description * {
    letter-spacing: 2px;
}

.b__checkout .contact__information .mobile_button {
    display: none;
}

@media (max-width: 767px) {
    .b__checkout .contact__information .mobile_button {
        display: block;
        text-align: center;
        margin-top: 14px;
    }
}

.b__checkout .form__additional {
    display: none;
    padding-top: 12px;
}

.b__checkout .club-card .link a {
    color: #939794;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.b__checkout .club-card .link a:hover {
    text-decoration: unset;
}

.b__checkout .checkout__thanks {
    padding: 160px 0;
}

@media (max-width: 767px) {
    .b__checkout .checkout__thanks {
        padding: 24px 0 0;
    }
}

.b__checkout .checkout__thanks .content-part {
    width: 50%;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .b__checkout .checkout__thanks .content-part {
        padding: 0 0 36px;
        width: 100%;
    }
}

@media (min-width: 1501px) {
    .b__checkout .checkout__thanks .content-part__inner .title h2,
    .b__checkout .checkout__thanks .content-part__inner .title h3 {
        font-size: 40px;
    }
}

@media (min-width: 1501px) {
    .b__checkout .checkout__thanks .content-part__inner .content {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .b__checkout .checkout__thanks .content-part .title {
        margin-bottom: 12px;
    }
}

.b__checkout .checkout__thanks .btn-wrapper .btn {
    min-width: 184px;
}

.b__checkout .checkout__thanks .media-part {
    display: none;
    width: 100%;
}

@media (max-width: 767px) {
    .b__checkout .checkout__thanks .media-part {
        display: block;
    }
}

.b__checkout .checkout__thanks .media-part .media {
    margin: 0 -16px;
    height: 342px;
    overflow: hidden;
}

.b__checkout .checkout__thanks .media-part .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b__checkout .shipping__method .label_radio {
    width: 100%;
}

.b__checkout .shipping__method .label_radio .radio_title {
    width: 100%;
    gap: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b__checkout .shipping__address:not(:first-child) {
    margin-top: 50px;
}
/* Center the 'no products found' message only when there are no product cards */
#products_grid_holder > p:only-child {
  width: 100%;
  text-align: center;
  margin: 40px 0; /* Optional: add vertical spacing */
  font-size: 1.2em; /* Optional: make it a bit larger */
}

/* Add Visa and Mastercard icons before the Bit icon */
.payment_method_yaadpay .icons__list {
  position: relative;
}

.payment_method_yaadpay .icons__list::before,
.payment_method_yaadpay .icons__list::after {
  content: "";
  display: inline-block;
  width: 32px;   /* Adjust size as needed */
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.payment_method_yaadpay .icons__list::before {
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/41/Visa_Logo.png'); /* Visa logo */
  height: 10px;
}

.payment_method_yaadpay .icons__list::after {
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/04/Mastercard-logo.png'); /* Mastercard logo */
  margin-right: 0; /* No margin after the last icon */
}

.b__checkout .payment__method .radio-spoiler {
    border: 1px solid var(--theme-border-gray-light);
}

.b__checkout .payment__method [type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.b__checkout .payment__method .spoiler__head {
    min-height: 44px;
    padding: 5px 32px 5px 10px;
}

.b__checkout .payment__method .spoiler__row:not(:first-child) {
    border-top: 1px solid var(--theme-border-gray-light);
}

.b__checkout .payment__method .spoiler__row label {
    cursor: pointer;
}

@media (max-width: 991px) {
    .b__checkout .payment__method .spoiler__row .form__columns .column {
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }
}

.b__checkout .payment__method .icon-block-24 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    order:1;
}

.b__checkout .payment__method .icon-block-24 img {
    max-height: 100%;
}

.b__checkout .payment__method [type="radio"]:checked + .spoiler__head::before {
    opacity: 1;
    border-color: var(--theme-green);
    background-size: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%2395AA9B'/%3E%3C/svg%3E");
}

.b__checkout .payment__method .spoiler__head::before {
    right: 10px;
    border-radius: 0;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid var(--theme-green);
    top: 15px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
}

.mobile-part-result.active .text-visible-state {
    display: block;
}

.mobile-part-result.active .text-hide-state {
    display: none;
}

.mobile-part-result.active .btn-toggle::after {
    transform: scaleY(-1);
}

.mobile-part-result .text-visible-state {
    display: none;
}

.checkout-mobile-part {
    display: none;
    padding-top: 16px;
}

@media (max-width: 767px) {
    .checkout-mobile-part {
        display: block;
    }
}

.checkout-mobile-part .price {
    letter-spacing: 0.05em;
}

@media (max-width: 380px) {
    .checkout-mobile-part .price {
        font-size: 18px;
    }
}

.checkout-mobile-part .btn-toggle::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 1.25L9 8.75L1.5 1.25' stroke='%23939794' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b__join-control .section-title.mb-24 {
    margin-bottom: 24px;
}

.b__join-control .section-title + .nav-control {
    margin-top: 24px;
}

.b__join-control .form__row:not(:last-child) {
    margin-bottom: 16px;
}

.b__join-control .nav-control {
    padding-bottom: 8px;
}

.b__join-control .nav-control .nav {
    border-bottom: 1px solid var(--theme-gray);
}

.b__join-control .nav-control:not(:last-child) {
    margin-bottom: 24px;
}

.b__join-control .nav-control ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 24px;
}

.b__join-control .nav-control ul li {
    padding-bottom: 8px;
    position: relative;
}

.b__join-control .nav-control ul li.active::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background-color: var(--background-gray-3);
}

.b__join-control .nav-control a {
    color: var(--text-color);
}

.b__join-control .nav-control .active {
    font-weight: 500;
}

.b__join-control .form .section-title,
.b__join-control .form .section-title h3 {
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color);
}

.b__join-control .forms__wrapper {
    max-width: 390px;
}

.b__join-control .btn-social {
    min-height: 45px;
    border: 1px solid var(--theme-border-green);
    color: var(--text-color-green-2);
    gap: 10px;
    transition: all .2s linear;
}

.b__join-control .btn-social .icon {
    width: 24px;
    height: 24px;
    display: block;
}

.b__join-control .btn-social:hover {
    background-color: var(--background-gray-4);
    color: var(--text-color);
}

@media (max-width: 550px) {
    .b__join-control .column.xs-flex-unset {
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }
}

.b__join-control .receive a {
    color: var(--text-color-green-2);
}

.b__join-control .receive a:hover {
    text-decoration: underline;
}

.b__benefits .section-title:not(:last-child) {
    margin-bottom: 24px;
}

.b__benefits .benefits__inner {
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
}

.b__benefits .benefit {
    width: calc(33.33% - 24px * 2 / 3);
    padding: 30px 20px;
    z-index: 1;
    min-height: 272px;
}

@media (max-width: 991px) {
    .b__benefits .benefit {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .b__benefits .benefit {
        width: 100%;
        min-height: unset;
    }
}

.b__benefits .benefit::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: var(--background-gray-2);
}

.b__benefits .benefit .icon {
    width: 60px;
    background-color: var(--background-gray-1);
    margin-bottom: 32px;
}

.b__benefits .benefit__title:not(:last-child) {
    margin-bottom: 12px;
}

.b__benefits .benefit__title h2,
.b__benefits .benefit__title h3 {
    color: var(--text-color);
    font-weight: 600;
}

.b__benefits .info:not(:first-child) {
    margin-top: 24px;
}

.b__error .top-part .img-decor:not(:last-child) {
    margin-bottom: 30px;
}

.b__error .top-part .section-title,
.b__error .top-part .section-title h1 {
    font-size: 30px;
}

@media (max-width: 550px) {
    .b__error .top-part .section-title {
        padding: 0 50px;
    }
}

.b__error .section-content:not(:last-child) {
    margin-bottom: 24px;
}

.b__error .categories-cards {
    margin-top: 24px;
}

@media (max-width: 550px) {
    .b__error .section-content p {
        letter-spacing: 2.5px;
    }
}

.b__error .form__wrapper {
    max-width: 390px;
}

.b__error .form__wrapper .form__control {
    padding-right: 52px;
}

.b__error .form__wrapper .btn-search {
    position: absolute;
    top: 4px;
    right: 10px;
}

.b__error .btn-wrapper:not(:first-child) {
    margin-top: 40px;
}

.b__error .categories.swiper-initialized .swiper-slide:not(.swiper-slide-fully-visible) .category {
    opacity: .5;
    transition: all .2s linear;
}

@media (max-width: 767px) {
    .b__join {
        padding: 24px 0;
    }
}

.join__title:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .join__title h2, .join__title h3 {
        font-size: 16px;
    }
}

.join__form {
    max-width: 436px;
    margin: 0 auto;
}

.join__form .form__row {
    display: -ms-flexbox;
    display: flex;
}

.join .form__control {
    border-color: #fff;
}

.jsTabs .jsTabsTab {
    cursor: pointer;
}

.jsTabs .jsTabsItem {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
}

.jsTabs .jsTabsItem.-active {
    overflow: visible;
    position: static;
    z-index: 1;
}

.jsTabs .jsTabsItem.-fade {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.tabs {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .tabs {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px 8px;
        overflow: auto;
    }
}

.tabs__list {
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 26px;
    border-bottom: 1px solid var(--theme-border-gray-light);
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .tabs__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.tabs .tab__title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.tabs .tab__title .title {
    opacity: .5;
}

@media (max-width: 767px) {
    .tabs .tab__title .title {
        white-space: nowrap;
    }
}

.tabs .tab__title.-active {
    font-weight: 700;
}

.tabs .tab__title.-active::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--theme-border-gray-dark);
    bottom: -10px;
}

.tabs .tab__title.-active .title {
    opacity: 1;
}

.b__viewed-products {
    overflow: hidden;
}

.b__viewed-products .section-title:not(:last-child) {
    margin-bottom: 40px;
}

.b__viewed-products .product-card__title,
.b__viewed-products .product-card__title h2,
.b__viewed-products .product-card__title h3 {
    color: var(--theme-gray-text);
}

.b__recommended-products,
.b__viewed-products.has-arrows {
    overflow: hidden;
}

.b__recommended-products .viewed-products__inner,
.b__viewed-products.has-arrows .viewed-products__inner {
    overflow: hidden;
}

@media (max-width: 1030px) {
    .b__recommended-products .viewed-products__inner,
    .b__viewed-products.has-arrows .viewed-products__inner {
        overflow: visible;
    }
}

.b__recommended-products .swiper-button-prev,
.b__recommended-products .swiper-button-next,
.b__viewed-products.has-arrows .swiper-button-prev,
.b__viewed-products.has-arrows .swiper-button-next {
    z-index: 1;
    width: 24px;
    height: 24px;
    top: 35%;
    margin: 0;
}

@media (max-width: 1030px) {
    .b__recommended-products .swiper-button-prev,
    .b__recommended-products .swiper-button-next,
    .b__viewed-products.has-arrows .swiper-button-prev,
    .b__viewed-products.has-arrows .swiper-button-next {
        display: none;
    }
}

.b__recommended-products .swiper-button-prev:after,
.b__recommended-products .swiper-button-next:after,
.b__viewed-products.has-arrows .swiper-button-prev:after,
.b__viewed-products.has-arrows .swiper-button-next:after {
    font-size: 18px;
    color: #939794;
    transform: scaleX(-1);
}

.b__recommended-products .swiper-button-prev,
.b__viewed-products.has-arrows .swiper-button-prev {
    left: unset;
    right: -20px;
    transform: translateX(100%);
}

@media (max-width: 1359px) {
    .b__recommended-products .swiper-button-prev,
    .b__viewed-products.has-arrows .swiper-button-prev {
        right: -5px;
    }
}

.b__recommended-products .swiper-button-next,
.b__viewed-products.has-arrows .swiper-button-next {
    right: unset;
    left: -20px;
    transform: translateX(-100%);
}

@media (max-width: 1359px) {
    .b__recommended-products .swiper-button-next,
    .b__viewed-products.has-arrows .swiper-button-next {
        left: -5px;
    }
}

.b__recommended-products .product-card__title,
.b__recommended-products .product-card__title h2,
.b__recommended-products .product-card__title h3,
.b__viewed-products.has-arrows .product-card__title,
.b__viewed-products.has-arrows .product-card__title h2,
.b__viewed-products.has-arrows .product-card__title h3 {
    color: var(--text-color-3);
}

.b__viewed-products.has-arrows .products__list {
    overflow: hidden;
}

@media (max-width: 991px) {
    .b__viewed-products.has-arrows .products__list {
        overflow: visible;
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    top: 0;
    width: 12px;
    height: 12px;
    background-color: var(--background-green-1);
    border-radius: 100%;
    transform: translateY(-50%);
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: var(--background-green-1);
}

.ui-slider-horizontal {
    height: 1px;
    height: 10px;
    background-color: var(--background-gray-1);
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    height: 1px;
    background-color: var(--background-gray-1);
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--background-green-1);
    background-color: var(--background-green-1);
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: var(--background-green-1);
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
}

.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666;
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
    left: auto;
    right: 0;
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
    left: 0;
    right: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-min {
    top: 0;
    bottom: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-max {
    top: auto;
    bottom: 0;
}

.ui-slider-rtlui-widget {
    max-width: calc(100% - 12px);
    margin-right: auto;
}

.ui-slider-rtlui-widget::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 12px;
    top: 0;
    left: 100%;
    background-color: var(--background-gray-1);
}

.credit-cards .block,
.addresses .block {
    width: calc(33.33% - 24px * 2 / 3);
    max-width: 268px;
}

@media (max-width: 1199px) {
    .credit-cards .block,
    .addresses .block {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .credit-cards .block,
    .addresses .block {
        width: calc(50% - 6px);
    }
}

@media (max-width: 550px) {
    .credit-cards .block,
    .addresses .block {
        width: 100%;
        max-width: 294px;
    }
}

.credit-cards .block__inner,
.addresses .block__inner {
    padding: 20px 16px;
    height: 100%;
}

.credit-cards .block__inner p,
.addresses .block__inner p {
    margin: 0;
}

.credit-cards .block [type="checkbox"],
.credit-cards .block [type="radio"],
.addresses .block [type="checkbox"],
.addresses .block [type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.credit-cards .block label.block__inner,
.addresses .block label.block__inner {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.credit-cards .block label.block__inner [type="checkbox"]:checked + .card-box::before,
.credit-cards .block label.block__inner [type="radio"]:checked + .card-box::before,
.addresses .block label.block__inner [type="checkbox"]:checked + .card-box::before,
.addresses .block label.block__inner [type="radio"]:checked + .card-box::before {
    opacity: 1;
    border-color: var(--theme-green);
    background-size: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%2395AA9B'/%3E%3C/svg%3E");
}

.credit-cards .block label.block__inner .card-box::before,
.addresses .block label.block__inner .card-box::before {
    right: 19px;
    border-radius: 0;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid var(--theme-green);
    top: 27px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
}

@media (max-width: 767px) {
    .addresses__inner {
        gap: 12px;
    }
}

@media (max-width: 550px) {
    .addresses__inner {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
    }
}

.addresses a.block {
    color: var(--text-color);
}

.addresses .block__inner {
    min-height: 154px;
}

@media (max-width: 550px) {
    .addresses .block__inner {
        min-height: 120px;
    }
}

.addresses .block label.block__inner {
    padding: 20px 50px 50px 16px;
}

.addresses .block .card-control {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 50px 20px 16px;
}

.addresses .block .btn-control {
    color: var(--text-color-green-2);
    text-decoration: underline;
}

.addresses .block .btn-control:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .credit-cards__inner {
        gap: 12px;
    }
}

@media (max-width: 550px) {
    .credit-cards__inner {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
    }
}

.credit-cards .block__inner {
    min-height: 102px;
}

.credit-cards .block label.block__inner {
    padding: 16px;
}

.credit-cards .block label.block__inner .card-box::before {
    top: 21px;
}

.credit-cards .block .card-logo {
    padding-right: 24px;
    padding-left: 50px;
}

.credit-cards .block .card-logo img {
    height: 24px;
    width: auto;
}

.credit-cards .block .card-number {
    margin-top: auto;
    letter-spacing: 6.5px;
}

@media (max-width: 991px) {
    .credit-cards .block .card-number {
        letter-spacing: 4px;
    }
}

.credit-cards .block .btn-remove {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: transparent;
}

.b__personal-zone .products__list .discount__text {
    width: 56px;
    height: 56px;
    font-size: 11px;
}

@media (max-width: 767px) {
    .b__personal-zone .products__list .discount__text {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }
}

.b__personal-zone .products__list .discount__text * {
    letter-spacing: normal;
}

.b__personal-zone .products__list .discount__text .discount__number {
    font-weight: 400;
}

@media (min-width: 768px) {
    .b__personal-zone .products__list .btn {
        width: 100%;
        max-width: 158px;
        min-height: 45px;
    }
}

@media (max-width: 767px) {
    .b__personal-zone .products__list .btn {
        padding: 6px 5px 5px;
        min-width: 122px;
    }
}

@media (max-width: 767px) {
    .b__personal-zone .personal-zone__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px 0;
    }
}

.b__personal-zone .p-z__nav {
    width: 306px;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .b__personal-zone .p-z__nav {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .b__personal-zone .p-z__nav {
        width: unset;
        width: 100%;
        padding: 0;
    }
}

.b__personal-zone .p-z__main-part {
    width: calc(100% - 306px);
}

@media (max-width: 1199px) {
    .b__personal-zone .p-z__main-part {
        width: calc(100% - 250px);
    }
}

@media (max-width: 767px) {
    .b__personal-zone .p-z__main-part {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .b__personal-zone .p-z__main-part.custom-head .decor-image {
        display: none;
    }
}

@media (max-width: 767px) {
    .b__personal-zone .p-z__main-part.custom-head .section-title h2 {
        color: #595959;
    }
}

@media (max-width: 767px) {
    .b__personal-zone .p-z__main-part.custom-head .section-title,
    .b__personal-zone .p-z__main-part.custom-head .section-content {
        text-align: center;
    }
}

.b__personal-zone .nav-list {
    max-width: 212px;
    height: 100%;
    border-left: 1px solid var(--theme-border-gray-light);
}

@media (max-width: 767px) {
    .b__personal-zone .nav-list {
        border: none;
        max-width: unset;
        height: auto;
        width: auto;
        margin: 0 -16px;
        overflow: auto;
    }
}

.b__personal-zone .nav-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .b__personal-zone .nav-list ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }
}

.b__personal-zone .nav-list ul li {
    border-left: 1px solid transparent;
    margin-left: -1px;
}

@media (max-width: 767px) {
    .b__personal-zone .nav-list ul li {
        border: none;
        margin: 0;
    }
}

.b__personal-zone .nav-list ul li:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .b__personal-zone .nav-list ul li:not(:last-child) {
        margin: 0;
    }
}

.b__personal-zone .nav-list ul li.active {
    border-color: var(--theme-border-gray-dark);
}

.b__personal-zone .nav-list ul li.active a {
    opacity: 1;
    font-weight: 500;
}

.b__personal-zone .nav-list ul a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0;
    min-height: 30px;
    color: var(--text-color);
    opacity: .5;
    transition: all .2s linear;
}

@media (max-width: 767px) {
    .b__personal-zone .nav-list ul a {
        white-space: nowrap;
        padding: 5px;
    }
}

.b__personal-zone .nav-list ul a:hover {
    opacity: 1;
}

.b__personal-zone .forms__wrapper {
    max-width: 390px;
}

@media (max-width: 1199px) {
    .b__personal-zone .cards-list__3 .product-card__wrapper {
        width: calc(50% - 12px);
    }
}

@media (max-width: 550px) {
    .b__personal-zone .cards-list__3 .product-card__wrapper {
        width: calc(50% - 4px);
    }
}

.b__personal-zone .b__benefits {
    max-width: 890px;
}

.b__personal-zone .b__benefits .block__title {
    margin-bottom: 32px;
    padding-top: 40px;
    border-top: 1px solid var(--theme-border-gray-light);
}

@media (max-width: 767px) {
    .b__personal-zone .b__benefits .block__title {
        text-align: center;
    }
}

.b__personal-zone .b__benefits .block__title h3 {
    font-weight: 700;
    color: var(--text-color);
}

@media (max-width: 991px) {
    .b__personal-zone .b__benefits .benefit {
        width: 100%;
        min-height: unset;
    }
}

.b__personal-zone .orders .swiper-slide {
    width: auto;
}

.b__personal-zone .orders__filter .title {
    cursor: pointer;
    min-height: 40px;
    padding: 5px 20px;
    color: var(--text-color);
    font-weight: 500;
    border: 1px solid var(--theme-border-gray);
}

.b__personal-zone .orders__filter .title.active {
    background-color: var(--theme-border-gray);
}

@media (max-width: 767px) {
    .b__personal-zone .orders__filter .filter {
        margin: 0 -16px;
    }
}

@media (max-width: 767px) {
    .b__personal-zone .orders__filter .filter__wrapper {
        padding: 0 16px;
    }
}

.b__personal-zone .order__block {
    border: 1px solid var(--theme-border-gray-light);
    padding: 24px;
}

@media (max-width: 991px) {
    .b__personal-zone .order__block {
        padding: 16px;
    }
}

.b__personal-zone .order__block .btn-toggle {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 1.06641L8 8.56641L0.5 1.06641' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: transform 0.15s ease;
}

.b__personal-zone .order__block .btn-toggle.active {
    transform: scaleY(-1);
}

@media (max-width: 550px) {
    .b__personal-zone .order__head-info {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.b__personal-zone .order__head-info .status {
    margin-bottom: 4px;
}

.b__personal-zone .order__head-info .left-part {
    padding-left: 20px;
}

.b__personal-zone .order__head-info .tag {
    display: inline-block;
    padding: 4px 8px;
    background-color: var(--background-gray-2);
}

.b__personal-zone .order__head-info .info::before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: var(--theme-gray-light);
}

.b__personal-zone .order__head-info .date {
    -ms-flex-order: -1;
    order: -1;
}

.b__personal-zone .order__head-info .quantity {
    font-size: 22px;
}

.b__personal-zone .order__head-info .thumb {
    width: 40px;
}

@media (max-width: 550px) {
    .b__personal-zone .order__head-info .right-part {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: 24px;
    }
}

.b__personal-zone .order__head-info > .button {
    margin-right: 24px;
}

.b__personal-zone .order__description {
    display: none;
    padding: 16px 0 0;
}

.b__personal-zone .order__description .product__row {
    padding: 16px 0;
    border-top: 1px solid var(--theme-border-gray-light);
}

@media (max-width: 991px) {
    .b__personal-zone .order__description .product__row {
        gap: 16px 0;
    }
}

.b__personal-zone .order__description .product__info {
    -ms-flex: 1;
    flex: 1;
    gap: 16px;
}

@media (max-width: 991px) {
    .b__personal-zone .order__description .product__info {
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }
}

.b__personal-zone .order__description .product__image {
    width: 80px;
}

.b__personal-zone .order__description .product__title {
    margin-bottom: 4px;
}

.b__personal-zone .order__description .product__title,
.b__personal-zone .order__description .product__title h3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
}

.b__personal-zone .order__description .quantity,
.b__personal-zone .order__description .price {
    width: 33.33%;
    padding-right: 16px;
}

@media (max-width: 1199px) {
    .b__personal-zone .order__description .quantity,
    .b__personal-zone .order__description .price {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .b__personal-zone .order__description .quantity,
    .b__personal-zone .order__description .price {
        width: 50%;
    }
}

.b__personal-zone .order__description .total .row-table:not(:last-child) {
    margin-bottom: 8px;
}

.b__personal-zone .order__description .row-left,
.b__personal-zone .order__description .row-right {
    max-width: 50%;
}

.custom_popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background-color: rgba(89, 89, 89, 0.6);
    overflow: hidden;
    display: none;
}

.custom_popup_inner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    padding: 50px 15px;
}

@media (max-width: 767px) {
    .custom_popup_inner {
        padding: 15px 0;
    }
}

.custom_popup {
    width: calc(100% - 30px);
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    padding: 32px 24px;
}

.custom_popup.w-500 {
    max-width: 500px;
}

.custom_popup.sm_size {
    max-width: 488px;
}

.custom_popup.xs_size {
    max-width: 332px;
}

.custom_popup .btn_close_popup {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 16px;
    left: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14.5L15 0.5M15 14.5L1 0.5' stroke='%23939794' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    opacity: .7;
    transition: all .2s linear;
    background-size: unset;
}

.custom_popup .btn_close_popup:hover {
    opacity: 1;
}

.custom_popup .modal_title {
    font-size: 22px;
    font-weight: 600;
}

.custom_popup .modal_title:not(:last-child) {
    margin-bottom: 24px;
}

.custom_popup .modal_content:not(:last-child) {
    margin-bottom: 24px;
}

.custom_popup .form__row:not(:last-child) {
    margin-bottom: 16px;
}

.custom_popup .form__btn:not(:first-child) {
    margin-top: 24px;
}

.custom_popup .label__text {
    font-weight: 500;
}

.custom_popup .label__text:not(:last-child) {
    margin-bottom: 12px;
}

.custom_popup .icons__list {
    gap: 18px;
}

@media (max-width: 767px) {
    .custom_popup .icons__list {
        gap: 12px;
    }
}

@media (max-width: 380px) {
    .custom_popup .icons__list {
        gap: 8px;
    }
}

.custom_popup .icon__link {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    background-color: var(--background-gray-1);
}

.custom_popup .icon__link:hover img {
    transform: scale(1.1);
}

.custom_popup .icon__link img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 70%;
    max-width: 70%;
    transition: all .2s linear;
}

#popup_share .share__row:not(:last-child) {
    margin-bottom: 12px;
}

#popup_share .share__wrapper {
    padding-top: 12px;
    border-top: 1px solid var(--background-gray-2);
}

#popup_share .row__line {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

#popup_share .form__control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    max-width: calc(100% - 138px);
    background-position: calc(100% - 13px) center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.73353 0.903584C7.31208 0.325029 8.09677 0 8.91497 0C9.73317 0 10.5179 0.325029 11.0964 0.903584C11.675 1.48214 12 2.26683 12 3.08503C12 3.90323 11.675 4.68792 11.0964 5.26647L10.1209 6.24202C9.89184 6.47105 9.52051 6.47105 9.29148 6.24202C9.06245 6.01299 9.06245 5.64166 9.29148 5.41263L10.267 4.43709C10.6256 4.0785 10.8271 3.59215 10.8271 3.08503C10.8271 2.57791 10.6256 2.09156 10.267 1.73297C9.90844 1.37438 9.42209 1.17293 8.91497 1.17293C8.40785 1.17293 7.9215 1.37438 7.56292 1.73297L5.06437 4.23152C4.84794 4.4478 4.68642 4.71301 4.59367 5.00458C4.50092 5.29616 4.4795 5.60573 4.53121 5.90731C4.58291 6.20888 4.70623 6.49364 4.89081 6.73767C5.07539 6.98169 5.31584 7.17786 5.59196 7.30969C5.88425 7.44925 6.00807 7.79932 5.86851 8.09161C5.72896 8.3839 5.37888 8.50772 5.08659 8.36817C4.6411 8.15547 4.25315 7.83897 3.95534 7.44525C3.65754 7.05152 3.45857 6.59208 3.37514 6.10552C3.29172 5.61895 3.32628 5.11947 3.47593 4.64903C3.62557 4.17859 3.88593 3.75094 4.23513 3.40198L6.73353 0.903584ZM6.13149 3.90839C6.27104 3.6161 6.62112 3.49228 6.91341 3.63183C7.3589 3.84453 7.74685 4.16103 8.04466 4.55476C8.34246 4.94848 8.54144 5.40792 8.62486 5.89449C8.70828 6.38105 8.67372 6.88053 8.52407 7.35097C8.37445 7.82134 8.11415 8.24895 7.76502 8.59787C7.76497 8.59792 7.76507 8.59782 7.76502 8.59787L5.26647 11.0964C4.68792 11.675 3.90323 12 3.08503 12C2.26683 12 1.48214 11.675 0.903584 11.0964C0.325029 10.5179 0 9.73317 0 8.91497C0 8.09677 0.325029 7.31208 0.903584 6.73353L1.87913 5.75798C2.10816 5.52895 2.47949 5.52895 2.70852 5.75798C2.93755 5.98701 2.93755 6.35834 2.70852 6.58737L1.73297 7.56292C1.37438 7.9215 1.17293 8.40785 1.17293 8.91497C1.17293 9.42209 1.37438 9.90844 1.73297 10.267C2.09156 10.6256 2.57791 10.8271 3.08503 10.8271C3.59215 10.8271 4.0785 10.6256 4.43709 10.267L6.93563 7.76848C7.15206 7.5522 7.31358 7.287 7.40633 6.99542C7.49908 6.70384 7.5205 6.39427 7.4688 6.0927C7.41709 5.79112 7.29377 5.50636 7.10919 5.26234C6.92461 5.01831 6.68416 4.82214 6.40804 4.69031C6.11575 4.55076 5.99194 4.20068 6.13149 3.90839Z' fill='%23595959'/%3E%3C/svg%3E");
    cursor: pointer;
    text-overflow: ellipsis;
    color: rgba(89, 89, 89, 0.5);
}

@media (max-width: 767px) {
    #popup_share .form__control {
        max-width: calc(100% - 98px);
    }
}

#popup_share .form__control::-webkit-input-placeholder {
    text-overflow: ellipsis;
}

#popup_share .form__control:placeholder {
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    #popup_share .btn {
        min-width: 98px;
        padding: 5px;
    }
}

@media (max-width: 680px) {
    .b__footer .jsToggleFooter {
        border-bottom: 1px solid var(--theme-gray);
    }
}

.b__footer .top-part {
    padding: 48px 0 40px;
}

@media (max-width: 767px) {
    .b__footer .top-part {
        padding: 24px 0;
    }
}

.b__footer .bottom-part {
    padding: 40px 0 16px;
    border-top: 1px solid var(--theme-gray);
}

@media (max-width: 767px) {
    .b__footer .bottom-part {
        padding: 16px 0 16px;
    }
}

@media (max-width: 680px) {
    .b__footer .footer__top {
        gap: 0;
    }
}

.b__footer .footer__bottom {
    row-gap: 24px;
}

@media (max-width: 767px) {
    .b__footer .footer__bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 11px;
    }
}

.b__footer .menu__column {
    width: calc(16.66666667% - 24px * 3 / 4);
}

@media (max-width: 1199px) {
    .b__footer .menu__column {
        width: calc(33.33333333% - 12px);
    }
}

@media (max-width: 680px) {
    .b__footer .menu__column {
        width: 100%;
    }
}

.b__footer .menu__column.menu-col-2 {
    width: calc(33.33333333% - 24px * 3 / 4);
}

@media (max-width: 1199px) {
    .b__footer .menu__column.menu-col-2 {
        width: calc(66.66666667% - 12px);
    }
}

@media (max-width: 680px) {
    .b__footer .menu__column.menu-col-2 {
        width: 100%;
    }
}

.b__footer .menu__column a {
    color: var(--theme-gray-text);
}

.b__footer .menu__column a:hover {
    text-decoration: underline;
}

@media (max-width: 680px) {
    .b__footer .menu__column.jsToggleFooter {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

.b__footer .menu__title {
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 38px;
    border-bottom: 1px solid var(--theme-gray);
}

@media (max-width: 680px) {
    .b__footer .menu__title {
        min-height: unset;
        border: none;
    }
}

.b__footer .menu__title:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 680px) {
    .b__footer .menu__title.jsToggleFooterBtn {
        margin: 0;
        position: relative;
    }
}

.b__footer .menu__title.jsToggleFooterBtn.active::after {
    transform: scaleY(-1);
}

@media (max-width: 680px) {
    .b__footer .menu__title.jsToggleFooterBtn::after {
        content: '';
        transition: transform 0.15s ease;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0.75L8 8.25L0.5 0.75' stroke='%233F4553' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
}

.b__footer .menu__block {
    width: 100%;
}

@media (max-width: 680px) {
    .b__footer .menu__block.jsToggleFooterContent {
        display: none;
        padding-top: 16px;
    }
}

@media (min-width: 681px) {
    .b__footer .menu__block.jsToggleFooterContent {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

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

.b__footer .menu__block ul li:not(:last-child) {
    margin-bottom: 8px;
}

.b__footer .menu__block ul a {
    color: var(--theme-gray-text);
}

.b__footer .menu__block ul a:hover {
    text-decoration: underline;
}

.b__footer .col-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

@media (max-width: 550px) {
    .b__footer .col-2 {
        gap: 12px 0;
    }
}

.b__footer .col-2 .content__column {
    width: calc(50% - 12px);
}

@media (max-width: 550px) {
    .b__footer .col-2 .content__column {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .b__footer .content__block.jsToggleFooterContent {
        display: none;
    }
}

.b__footer .content p:not(:last-child) {
    margin-bottom: 8px;
}

.b__footer .content__column {
    width: 100%;
}

@media (max-width: 1199px) {
    .b__footer .payment-info {
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .b__footer .payment-info__inner {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .b__footer .payment-info__inner .text {
        letter-spacing: 1.5px;
    }
}

@media (max-width: 767px) {
    .b__footer .payment-info .payment-list img {
        max-width: 24px;
    }
}

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

@media (max-width: 767px) {
    .b__footer .powered__inner {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.fixed-buttons {
    bottom: 24px;
    left: 24px;
    z-index: 2;
}

@media (max-width: 991px) {
    .fixed-buttons {
        bottom: 20px;
        left: 16px;
    }
}

.fixed-buttons .btn-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

@media (max-width: 1199px) {
    .fixed-buttons .btn-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .fixed-buttons .btn-icon {
        width: 34px;
        height: 34px;
    }
}

.fixed-buttons .btn-icon img,
.fixed-buttons .btn-icon svg {
    max-height: calc(100% - 12px);
    max-width: calc(100% - 12px);
}

.product__description .selectric-scroll li:first-child {
    display: none;
}

.product-page__media{
    position: relative;
}

.b__product-page .media__wrapper{
    position: sticky;
    top: 150px;
}

p.sets__sub-label{
    margin-bottom: 0;
}

.size-110x125{
    width: 88px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.color__picker{
    position: relative;
}

.color__picker--hover{
    background: var(--background-gray-1);
    padding: 5px;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    width: max-content;
}

.color__picker:hover .color__picker--hover, .color__picker:focus .color__picker--hover{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.shipping__class{
    padding-right: 15px;
}

.jsAddToCart.loading, form.checkout.processing #place_order{
	position: relative;
	pointer-events: none;
}

.jsAddToCart.loading:after, form.checkout.processing #place_order:after{
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	z-index: 10;
	width: 30px;
	height: 30px;
	border: 3px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	border-top-color: #21b253;
	animation: bs-personal-zone-spin .8s ease-in-out infinite;
}

.jsAddToCart.loading:before, form.checkout.processing #place_order:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

#order_review .woocommerce-checkout-review-order-table{
	display: none;
}

.woocommerce-checkout-payment #ppc-button-ppcp-googlepay{
	 display: none;
}

/*@font-face {*/
/*  font-family: 'Heebo';*/
/*  src: url("../fonts/Heebo-Regular.eot");*/
/*  src: url("../fonts/Heebo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Regular.woff2") format("woff2"), url("../fonts/Heebo-Regular.woff") format("woff"), url("../fonts/Heebo-Regular.ttf") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Heebo';*/
/*  src: url("../fonts/Heebo-Medium.eot");*/
/*  src: url("../fonts/Heebo-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Medium.woff2") format("woff2"), url("../fonts/Heebo-Medium.woff") format("woff"), url("../fonts/Heebo-Medium.ttf") format("truetype");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Heebo';*/
/*  src: url("../fonts/Heebo-SemiBold.eot");*/
/*  src: url("../fonts/Heebo-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-SemiBold.woff2") format("woff2"), url("../fonts/Heebo-SemiBold.woff") format("woff"), url("../fonts/Heebo-SemiBold.ttf") format("truetype");*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Heebo';*/
/*  src: url("../fonts/Heebo-Bold.eot");*/
/*  src: url("../fonts/Heebo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Bold.woff2") format("woff2"), url("../fonts/Heebo-Bold.woff") format("woff"), url("../fonts/Heebo-Bold.ttf") format("truetype");*/
/*  font-weight: bold;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

@font-face {
    font-family: 'Lindsey Signature';
    src: url("../fonts/Lindsey Signature.otf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'gloria';
    src: url('../fonts/gloria-bold-aaa-webfont.woff2') format('woff2'),
    url('../fonts/gloria-bold-aaa-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gloria';
    src: url('../fonts/gloria-demibold-aaa-webfont.woff2') format('woff2'),
    url('../fonts/gloria-demibold-aaa-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gloria';
    src: url('../fonts/gloria-light-aaa-webfont.woff2') format('woff2'),
    url('../fonts/gloria-light-aaa-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gloria';
    src: url('../fonts/gloria-regular-aaa-webfont.woff2') format('woff2'),
    url('../fonts/gloria-regular-aaa-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Narkiss Yair';
    src: url('../fonts/NarkissYair-RegularMono.eot');
    src: url('../fonts/NarkissYair-RegularMono.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NarkissYair-RegularMono.woff2') format('woff2'),
    url('../fonts/NarkissYair-RegularMono.woff') format('woff'),
    url('../fonts/NarkissYair-RegularMono.ttf') format('truetype'),
    url('../fonts/NarkissYair-RegularMono.svg#NarkissYair-RegularMono') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Narkiss Yair';
    src: url('../fonts/NarkissYair-BoldMono.eot');
    src: url('../fonts/NarkissYair-BoldMono.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NarkissYair-BoldMono.woff2') format('woff2'),
    url('../fonts/NarkissYair-BoldMono.woff') format('woff'),
    url('../fonts/NarkissYair-BoldMono.ttf') format('truetype'),
    url('../fonts/NarkissYair-BoldMono.svg#NarkissYair-BoldMono') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Narkiss Yair Variable Bold Mono';
    src: url('../fonts/NarkissYairVariable-BoldMono.eot');
    src: url('../fonts/NarkissYairVariable-BoldMono.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NarkissYairVariable-BoldMono.woff2') format('woff2'),
    url('../fonts/NarkissYairVariable-BoldMono.woff') format('woff'),
    url('../fonts/NarkissYairVariable-BoldMono.ttf') format('truetype'),
    url('../fonts/NarkissYairVariable-BoldMono.svg#NarkissYairVariable-BoldMono') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Narkiss Yair';
    src: url('../fonts/NarkissYair-LightMono.eot');
    src: url('../fonts/NarkissYair-LightMono.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NarkissYair-LightMono.woff2') format('woff2'),
    url('../fonts/NarkissYair-LightMono.woff') format('woff'),
    url('../fonts/NarkissYair-LightMono.ttf') format('truetype'),
    url('../fonts/NarkissYair-LightMono.svg#NarkissYair-LightMono') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Narkiss Yair';
    src: url('../fonts/NarkissYair-Bold.eot');
    src: url('../fonts/NarkissYair-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NarkissYair-Bold.woff2') format('woff2'),
    url('../fonts/NarkissYair-Bold.woff') format('woff'),
    url('../fonts/NarkissYair-Bold.ttf') format('truetype'),
    url('../fonts/NarkissYair-Bold.svg#NarkissYair-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Narkiss Yair';
    src: url('../fonts/NarkissYair-Regular.eot');
    src: url('../fonts/NarkissYair-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NarkissYair-Regular.woff2') format('woff2'),
    url('../fonts/NarkissYair-Regular.woff') format('woff'),
    url('../fonts/NarkissYair-Regular.ttf') format('truetype'),
    url('../fonts/NarkissYair-Regular.svg#NarkissYair-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Narkiss Yair';
    src: url('../fonts/NarkissYair-Light.eot');
    src: url('../fonts/NarkissYair-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NarkissYair-Light.woff2') format('woff2'),
    url('../fonts/NarkissYair-Light.woff') format('woff'),
    url('../fonts/NarkissYair-Light.ttf') format('truetype'),
    url('../fonts/NarkissYair-Light.svg#NarkissYair-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.aws-search-field{
    font-size: 16px !important;
}


.b__shopping-cart .product__price strong {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.b__shopping-cart .product__price strong del.free_itm {
    opacity: 0.4;
}