:root {
  --color-1--1: #2d2e2c;
  --color-1--2: #202020;
  --color-1--3: #373737;
  --font-1: "Rubik", sans-serif;
}


h1 {
  font-weight: 400;
  font-size: 22px;
}

.header__inner,
.container-fluid,
.container-full-width,
.footer__container,
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.footer__container,
.container {
  max-width: 1600px;
  padding: 0 50px;
  margin: 0 auto !important;
}

body.account-wishlist.account-wishlist {
  padding-top: 0;
}

body.account-wishlist .add-to-cart.remarketing_cart_button {
  color: #fff !important;
}


.cabinet-body .products-list {
  padding: 0;
}

.cabinet-body .cabiner-body__container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {

  .footer__container,
  .container {
    padding: 0 16px;
  }

  #account-wishlist,
  #account-wishlist #content {
    padding: 0 !important;
  }

  #account-wishlist .cabinet-open-menu {
    padding: 0 20px;
  }

  .wishlist-header {
    padding: 0 20px;
  }
}

.breadcrumb__link,
.shop__link,
.site-info__item.is-phone,
.logo,
.accordion__link,
.link,
.category-item__link,
.banner-item__link,
.link-block {
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.breadcrumb__link:hover,
.shop__link:hover,
.site-info__item.is-phone:hover,
.logo:hover,
.accordion__link:hover,
.link:hover,
.category-item__link:hover,
.banner-item__link:hover,
.link-block:hover,
.breadcrumb__link:focus,
.shop__link:focus,
.site-info__item.is-phone:focus,
.logo:focus,
.accordion__link:focus,
.link:focus,
.category-item__link:focus,
.banner-item__link:focus,
.link-block:focus {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}


.product__link,
.category-item__link,
.banner-item__link,
.link-block {
  color: inherit;
  font-size: inherit;
}

.product__link::after,
.category-item__link::after,
.banner-item__link::after,
.link-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  z-index: 10;
}

.link-block__wrapper {
  position: relative;
}

.link {
  color: var(--color-1--1);
  font-size: 18px;
}

.is-inverted .link,
.link.is-inverted {
  color: #fff;
}

.link.is-large {
  font-size: 22px;
  font-weight: 700;
}

.title {
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-1--1);
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 22px;
    line-height: 1.2;
  }
}

.section {
  margin: 60px 0;
}

@media screen and (max-width: 1279px) {
  .section {
    margin: 40px 0;
  }
}

.section.is-dark-bg {
  background-color: var(--color-1--2);
  color: #fff;
}

.section.head {
  padding: 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section.head {
    padding: 0 16px;
  }
}

.section__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 1279px) {
  .section__title {
    margin-bottom: 40px;
  }
}

.section__more {
  text-align: center;
}

.section__more .btn {
  margin: 5px;
}

.btn {
  background-color: #fff;
  color: var(--color-1--1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 300;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 20px;
  text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: var(--color-1--1);
  /* color: #fff!important; */
}

.filter__actions .btn:hover,
.filter__actions .btn:focus {
  color: #fff !important;
}

.btn__icon {
  margin-right: 12px;
}

.is-only-icon .btn__icon {
  margin-right: 0;
}

.is-right-icon .btn__icon {
  margin-left: 12px;
  margin-right: 0;
}

.btn:hover svg[fill^="#"],
.btn:focus svg[fill^="#"] {
  fill: #fff;
}

.btn:hover svg[stroke^="#"],
.btn:focus svg[stroke^="#"] {
  stroke: #fff;
}

.is-inverted .btn,
.btn.is-inverted {
  border-color: #fff;
}

.is-inverted .btn:hover,
.is-inverted .btn:focus,
.btn.is-inverted:hover,
.btn.is-inverted:focus {
  border-color: var(--color-1--1);
}

.btn.is-primary {
  background-color: var(--color-1--1);
  border-color: var(--color-1--1);
  color: #fff !important;
}

.btn.is-primary:hover,
.btn.is-primary:focus {
  background-color: #fff;
  color: var(--color-1--1) !important;
}

.btn.is-primary:hover svg[fill^="#"],
.btn.is-primary:focus svg[fill^="#"] {
  fill: var(--color-1--1);
}

.btn.is-primary:hover svg[stroke^="#"],
.btn.is-primary:focus svg[stroke^="#"] {
  stroke: var(--color-1--1);
}

.btn svg {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  pointer-events: none;
}

.form-field:not(:last-child) {
  margin-bottom: 20px;
}

.form-field__label {
  font-size: 14px;
  line-height: 1.8571428571;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.form-field__input[type=radio]+.form-field__label,
.form-field__input[type=checkbox]+.form-field__label {
  gap: 0 14px;
  position: relative;
}

.form-field__input[type=radio]+.form-field__label::before,
.form-field__input[type=checkbox]+.form-field__label::before {
  height: 16px;
  width: 16px;
  border: 1px solid #cacaca;
  border-radius: 50%;
  content: "";
}

.form-field__input[type=radio]+.form-field__label::after,
.form-field__input[type=checkbox]+.form-field__label::after {
  position: absolute;
  top: 50%;
  left: 4px;
  height: 8px;
  width: 8px;
  background-color: var(--color-1--1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-field__input,
.form-field__textarea {
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #252525;
  border-radius: 8px;
  color: #A1A1A1;
  padding: 21px 28px;
  width: 100%;
  outline: none;
}

.form-field__input::-webkit-input-placeholder,
.form-field__textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}

.form-field__input::-moz-placeholder,
.form-field__textarea::-moz-placeholder {
  color: #a1a1a1;
}

.form-field__input:-ms-input-placeholder,
.form-field__textarea:-ms-input-placeholder {
  color: #a1a1a1;
}

.form-field__input::-ms-input-placeholder,
.form-field__textarea::-ms-input-placeholder {
  color: #a1a1a1;
}

.form-field__input::placeholder,
.form-field__textarea::placeholder {
  color: #a1a1a1;
}

.form-field__input[type=radio],
.form-field__input[type=checkbox] {
  display: none;
}

.form-field__input[type=radio]:checked+.form-field__label::before,
.form-field__input[type=checkbox]:checked+.form-field__label::before {
  border-color: var(--color-1--1);
}

.form-field__input[type=radio]:checked+.form-field__label::after,
.form-field__input[type=checkbox]:checked+.form-field__label::after {
  opacity: 1;
}

.form-field__textarea {
  resize: none;
}

.js-fixed-element {
  -webkit-transition: opacity 300ms ease-in-out 200ms;
  -o-transition: opacity 300ms ease-in-out 200ms;
  transition: opacity 300ms ease-in-out 200ms;
}

.js-fixed-el {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  z-index: 51;
}

.js-fixed-el-abs {
  /*left: 50%;*/
  left: 0;
  position: absolute;
  /*-webkit-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
  width: 100%;
}

.lazy {
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23bcbcbc%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M0%2096C0%2060.7%2028.7%2032%2064%2032H448c35.3%200%2064%2028.7%2064%2064V416c0%2035.3-28.7%2064-64%2064H64c-35.3%200-64-28.7-64-64V96zM323.8%20202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4%203.9-19.8%2010.5l-87%20127.6L170.7%20297c-4.6-5.7-11.5-9-18.7-9s-14.2%203.3-18.7%209l-64%2080c-5.8%207.2-6.9%2017.1-2.9%2025.4s12.4%2013.6%2021.6%2013.6h96%2032H424c8.9%200%2017.1-4.9%2021.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112%20192a48%2048%200%201%200%200-96%2048%2048%200%201%200%200%2096z%22%2F%3E%3C%2Fsvg%3E%20");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.lazy.is-loading {
  -webkit-animation: loadingPlaceholder 1s infinite;
  animation: loadingPlaceholder 1s infinite;
}

.lazy.is-loaded {
  background-image: none !important;
}

img[src$=".png"].lazy.is-loaded {
  background-color: transparent;
}

.lazy.is-no-image {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23bcbcbc%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M0%2096C0%2060.7%2028.7%2032%2064%2032H448c35.3%200%2064%2028.7%2064%2064V416c0%2035.3-28.7%2064-64%2064H64c-35.3%200-64-28.7-64-64V96zM323.8%20202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4%203.9-19.8%2010.5l-87%20127.6L170.7%20297c-4.6-5.7-11.5-9-18.7-9s-14.2%203.3-18.7%209l-64%2080c-5.8%207.2-6.9%2017.1-2.9%2025.4s12.4%2013.6%2021.6%2013.6h96%2032H424c8.9%200%2017.1-4.9%2021.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112%20192a48%2048%200%201%200%200-96%2048%2048%200%201%200%200%2096z%22%2F%3E%3C%2Fsvg%3E%20") !important;
}

html.with-fancybox body.hide-scrollbar .page-wrapper {
  -webkit-filter: blur(0);
  filter: blur(0);

}

.fancybox__backdrop {
  /*background-color: color-mix(in srgb, var(--color-1--1), transparent 20%) !important;*/
  background: rgba(0, 0, 0, 0.6) !important;
}

.fancybox__content {
  max-width: 1600px !important;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0;
}

.accordion.is-active .accordion__button span[class*=fa-] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.accordion.is-active .accordion__body {
  max-height: none;
  opacity: 1;
}

.accordion__button {
  width: 100%;
}

.accordion__button span[class*=fa-] {
  -webkit-transition: -webkit-transform 250ms ease-in-out 0ms;
  transition: -webkit-transform 250ms ease-in-out 0ms;
  -o-transition: transform 250ms ease-in-out 0ms;
  transition: transform 250ms ease-in-out 0ms;
  transition: transform 250ms ease-in-out 0ms, -webkit-transform 250ms ease-in-out 0ms;
}

.accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  padding: 10px 15px !important;
}

ul.accordion__list {
  padding: 15px;
}

.accordion__list-item {
  cursor: pointer;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  list-style: none;
  margin: 0px;
  padding: 1px;
}

.list .buttons {
  margin-left: 10px;
}

@media screen and (max-width: 1279px) {
  .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
}

.list.is-columns-1 .list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 0) {
  .list.is-columns-xs-1 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 480px) {
  .list.is-columns-sm-1 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .list.is-columns-md-1 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .list.is-columns-lg-1 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.list.is-columns-2 .list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 0) {
  .list.is-columns-xs-2 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 480px) {
  .list.is-columns-sm-2 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .list.is-columns-md-2 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .list.is-columns-lg-2 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.list.is-columns-3 .list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media screen and (min-width: 0) {
  .list.is-columns-xs-3 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 480px) {
  .list.is-columns-sm-3 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 769px) {
  .list.is-columns-md-3 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 1280px) {
  .list.is-columns-lg-3 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.list.is-columns-4 .list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (min-width: 0) {
  .list.is-columns-xs-4 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 480px) {
  .list.is-columns-sm-4 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .list.is-columns-md-4 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1280px) {
  .list.is-columns-lg-4 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.list.is-columns-5 .list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media screen and (min-width: 0) {
  .list.is-columns-xs-5 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 480px) {
  .list.is-columns-sm-5 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 769px) {
  .list.is-columns-md-5 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 1280px) {
  .list.is-columns-lg-5 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.list.is-columns-6 .list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media screen and (min-width: 0) {
  .list.is-columns-xs-6 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media screen and (min-width: 480px) {
  .list.is-columns-sm-6 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .badge_product {
    right: 81%;
    top: 4px;
  }
}

@media screen and (min-width: 769px) {
  .list.is-columns-md-6 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media screen and (min-width: 1280px) {
  .list.is-columns-lg-6 .list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.list .list__item {
  display: block;
  margin-bottom: 10px;
  padding: 0 5px;
}

.header-wrapper {
  background-color: #fff;
  /*overflow: hidden;*/
}

.header-wrapper__container {
  position: relative;
}

.header {
  /*background-color: #fff!important;*/
  z-index: 20;
}

.page-home .header.js-fixed-element:not(.js-fixed-el) {
  background-color: transparent;
}

.page-home .header.js-fixed-element+div {
  display: none;
}

@media screen and (min-width: 769px) {
  .shops-page .header.js-fixed-element:not(.js-fixed-el) {
    background-color: transparent;
  }

  .shops-page .header.js-fixed-element+div {
    display: none;
  }
}

.header__inner {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  min-height: 68px;
  padding: 16px 50px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .header__inner {
    min-height: 50px;
    padding: 0 20px;
  }
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1279px) {
  .header__logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -50px;
    padding: 0 50px;
  }
}

.header__logo img {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
}

.page-wrapper:not(.page-home):not(.shops-page):not(.page-checkout) .header__logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media screen and (max-width: 768px) {
  .page-wrapper.shops-page .header__logo img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

.header__components {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1%;
}

.header__action:not(:last-child) {
  margin-right: 50px;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.header__links button {
  border: none;
  background: none;
  cursor: pointer;
}

.header__link {
  text-decoration: none;
}

@media screen and (max-width: 1279px) {
  .header__link:not(.is-mobile-visible) {
    display: none;
  }
}

.page-wrapper:not(.page-home):not(.shops-page):not(.page-checkout) .header__link svg {
  stroke: #000;
}

@media screen and (max-width: 768px) {
  .page-wrapper.shops-page .header__link svg {
    stroke: #000;
  }
}

.header__link-icon {
  height: 24px;
  width: 24px;
  display: block;
  position: relative;
}

.header.js-fixed-el {
  background-color: #fff;
}

.header.js-fixed-el .header__inner {
  min-height: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.header.js-fixed-el .header__logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.header.js-fixed-el .header__link svg {
  stroke: #000;
}

.header.js-fixed-el .menu-nav-toggle__bars::before,
.header.js-fixed-el .menu-nav-toggle__bars::after {
  background-color: #000;
}

body.menu-opened {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

body.menu-opened .js-fixed-el {
  margin-right: var(--scrollbar-width);
}

.menu-nav__top-components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-nav__backdrop,
.filters__backdrop {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
}

.header-button__container {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .menu-nav__backdrop,
  .filters__backdrop {
    display: none;
  }

  .header.js-fixed-el .header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header__inner {
    padding-left: 0px;
    padding-right: 0px;
    padding: 0 16px;
  }
}

.menu-nav__close {
  height: 50px;
  width: 50px;
  background-color: var(--color-1--1);
  border: 0;
  border-radius: 0;
  color: #fff;
  display: none;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .menu-nav__close {
    display: block;
  }
}

.menu-nav__bottom-components {
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
}

.menu-nav__selectors {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

.menu-nav__list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 40px 20px 0;
}

.menu-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu-nav__item {
    padding: 0 16px;
  }

  .menu-nav__item:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
  }
}

.menu-nav__submenu .menu-nav__item {
  border-bottom: 0;
  padding: 0 14px;
}

.menu-nav__link {
  font-size: 18px;
  line-height: 1.2;
  color: var(--color-1--1);
  display: inline-block;
  padding: 16px 16px;
}

@media screen and (max-width: 768px) {
  .menu-nav__link {
    padding: 14px 0;
  }
}

.menu-nav__container,
.filters__container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 500px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 99999;
  visibility: hidden;
}

@media screen and (max-width: 768px) {

  .menu-nav__container,
  .filters__container {
    height: calc(100vh - 50px);
    top: 50px;
    width: 100%;
    /*padding-bottom: 40px;*/
  }

  .menu-nav__socials {
    padding: 34px 0 70px !important;
  }
}

.menu-nav__container.is-open,
.is-open.filters__container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-nav__container.is-open+.menu-nav__backdrop,
.menu-nav__container.is-open+.filters__backdrop,
.is-open.filters__container+.menu-nav__backdrop,
.is-open.filters__container+.filters__backdrop {
  opacity: 1;
  pointer-events: all;
}

.menu-nav__button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.menu-nav__button span[class*=fa-] {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
}

.menu-nav__submenu-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 500px;
  background-color: #fff;
  overflow: hidden auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 10000;
  max-height: unset !important;
}

@media screen and (min-width: 769px) {
  .menu-nav__submenu-block {
    max-height: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .menu-nav__submenu-block {
    width: 100%;
  }
}

.menu-nav__submenu-block.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-nav__submenu-block .menu-nav__button:first-child {
  margin-top: 30px;
  margin-bottom: 20px;
}

.menu-nav__submenu-block .menu-nav__button {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .menu-nav__submenu-block .menu-nav__button {
    margin-left: 14px;
  }
}

.menu-nav__lang,
.menu-nav__currency {
  position: relative;
}

.menu-nav__lang .btn,
.menu-nav__currency .btn {
  border: 0;
  padding: 0;
}

.menu-nav__lang .btn:hover,
.menu-nav__lang .btn:focus,
.menu-nav__currency .btn:hover,
.menu-nav__currency .btn:focus {
  background-color: transparent;
  color: var(--color-1--1);
}

.menu-nav__lang .accordion__body,
.menu-nav__currency .accordion__body {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.menu-nav__socials {
  background-color: var(--color-1--2);
  padding: 34px 0;
}

.menu-nav__socials .socials {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-nav-toggle__button {
  height: 10px;
  width: 27px !important;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.menu-nav-toggle__button:hover,
.menu-nav-toggle__button:focus {
  background-color: transparent;
}

.menu-nav-toggle__bars::before,
.menu-nav-toggle__bars::after {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  background-color: #fff;
  content: "";
}

.page-home .header.js-fixed-el .menu-nav-toggle__bars::before,
.page-home .header.js-fixed-el .menu-nav-toggle__bars::after {
  background-color: #000 !important;
}

.page-home .menu-nav-toggle__bars::before,
.page-home .menu-nav-toggle__bars::after {
  background-color: #fff !important;
}

.page-wrapper:not(.page-home):not(.shops-page):not(.page-checkout) .menu-nav-toggle__bars::before,
.page-wrapper:not(.page-home):not(.shops-page):not(.page-checkout) .menu-nav-toggle__bars::after {
  background-color: #000;
}

@media screen and (max-width: 768px) {

  .page-wrapper.shops-page .menu-nav-toggle__bars::before,
  .page-wrapper.shops-page .menu-nav-toggle__bars::after {
    background-color: #000;
  }
}

.menu-nav-toggle__bars::before {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-nav-toggle__bars::after {
  height: 2px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer {
  background-color: var(--color-1--2);
  border-top: 1px solid var(--color-1--3);
  color: #fff;
  padding: 50px 0;
}

@media screen and (max-width: 1279px) {
  .footer {
    padding-bottom: 20px;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1%;
  flex: 0 1 1%;
}

@media screen and (max-width: 1279px) {
  .footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.footer__column+.footer__column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 208px;
}

@media screen and (max-width: 1279px) {
  .footer__column+.footer__column {
    margin-left: 0;
    width: 100%;
  }
}

.footer__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 130px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px 0;
    margin-top: 60px;
  }
}

.footer .payment-logos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer .copy {
  font-size: 14px;
  line-height: 1.4;
  color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .footer .copy {
    font-size: 12px;
    line-height: 1.175;
    color: #a1a1a1;
  }
}

.logo {
  display: inline-block;
}

.logo__image {
  display: block;
}

.site-info {
  width: 194px;
}

@media screen and (max-width: 1279px) {
  .site-info {
    margin: 0 auto;
  }
}

.site-info__image {
  margin-bottom: 30px;
}

.site-info__item {
  color: #fff;
  font-size: 14px;
}

.site-info__item:not(:last-child) {
  margin-bottom: 7px;
}

.site-info__item.is-phone {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (max-width: 1279px) {
  .site-info__item.is-phone {
    display: none;
  }
}

.site-info__socials {
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .site-info__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-info__socials .socials-list {
    min-width: 215px;
  }
}

.menu-cross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 134px;
  padding-top: 76px;
}

@media screen and (max-width: 1279px) {
  .menu-cross {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .menu-cross {
    gap: 40px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .badge_product {
    right: 87%;
    top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .menu-cross__col {
    width: 100%;
  }
}

.menu-cross__title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 36px;
}

.menu-cross__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1279px) {
  .menu-cross__list {
    margin: auto;
    max-width: 323px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .menu-cross__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.swiper {
  padding: 0 45px;
}

.swiper__container {
  overflow: hidden;
}

.swiper__action {
  height: 44px;
  width: 44px;
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.swiper__action.is-prev {
  left: 16px;
}

.swiper__action.is-next {
  right: 16px;
}

.swiper__action.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper__pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.swiper__bullet {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  height: 10px;
  width: 10px;
  background-color: #e8e8e8;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  opacity: 0.7;
}

.swiper__bullet.is-active {
  background-color: var(--color-1--1);
  opacity: 1;
  width: 30px;
}

.banner-section.section {
  margin-bottom: 0;
}

.banner-item {
  position: relative;
}

.banner-item__image img {
  height: 100%;
  width: 100%;
  /*aspect-ratio: 1920/460;*/
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1920px) {
  .banner-item__image img {
    aspect-ratio: 1920/460;
  }
}

@media screen and (max-width: 1440px) {
  .banner-item__image img {
    aspect-ratio: 1440/460;
  }
}

@media screen and (max-width: 768px) {
  .banner-item__image img {
    aspect-ratio: 320/460;
  }
}

@media (max-width: 460px) {
  .badge_product {
    right: 369px;
    top: 4px;
  }
}



/*@media screen and (max-width: 479px) {*/
/*  .banner-item__image img {*/
/*    aspect-ratio: 479/689;*/
/*  }*/
/*}*/
.banner-item__description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .banner-item__description {
    gap: 20px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 28px;
    text-align: center;
  }
}

.banner-item__title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 300;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .banner-item__title {
    font-size: 26px;
    line-height: 1;
    margin: 0 auto;
    max-width: 200px;
  }
}

.banner-item__link {
  font-size: 18px;
  line-height: 1.185;
}

@media screen and (max-width: 768px) {
  .banner-item__link {
    font-size: 14px;
    line-height: 1.2;
  }
}

.custom-tailoring {
  background-color: #f6f6f6;
  /* padding-top: 60px; */
}

@media screen and (max-width: 1279px) {
  .custom-tailoring {
    padding-bottom: 32px;
    padding-top: 52px;
  }
}

.custom-tailoring.section {
  margin-top: 0;
}

.custom-tailoring__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-tailoring__description {
  color: var(--color-1--1);
  max-width: 610px;
  text-align: center;
  margin-left: 240px;
}

.custom-tailoring__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}

.custom-tailoring__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 28px;
}

.custom-tailoring__image {
  padding: 30px 0px 0px 0px;
}

@media screen and (max-width: 1279px) {
  .custom-tailoring__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .custom-tailoring__image {
    margin-bottom: 40px;
  }

  .custom-tailoring__description {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .custom-tailoring__title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .custom-tailoring__text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .custom-tailoring.section {
    padding-top: 80px;
  }

  .custom-tailoring.section .row>[class^=col-] {
    padding: 0;
  }
}

@media screen and (max-width: 470px) {
  .custom-tailoring.section img {
    height: 328px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.custom-tailoring__link.custom-tailoring__link {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  font-size: 16px;
  line-height: 1.2;
  background-color: inherit !important;
  text-decoration: underline;
}

.custom-tailoring__link:hover,
.custom-tailoring__link:focus {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.seo-content {
  font-size: 14px;
  line-height: 1.4;
  max-height: 75px;
  max-width: 800px;
  color: var(--color-1--1);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.seo-content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
  pointer-events: none;
}

.seo-content.is-active::after {
  opacity: 0;
}

/*.home-page .seo-content {*/
/*  max-height: 20px;*/
/*  max-width: 600px;*/
/*  color: #a1a1a1;*/
/*  text-align: center;*/
/*}*/
/*.home-page .seo-content::after {*/
/*  content: "";*/
/*}*/
.seo-content h2 {
  margin-bottom: 24px;
}

.seo-content p {
  margin-bottom: 14px;
}

.seo-show-more {
  height: 24px;
  width: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #a1a1a1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px auto 0;
  padding: 0;
}

.seo-show-more.is-active span[class*=fa-] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.seo-show-more span[class*=fa-] {
  pointer-events: none;
}

.catalog-seo {
  margin: 60px 0;
}

@media screen and (max-width: 1279px) {
  .catalog-seo {
    margin: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .catalog-seo {
    margin: 40px 0;
  }
}

.shop {
  border-bottom: 1px solid var(--color-1--3);
}

.shop.section {
  margin-bottom: 0;
  min-height: 468px;
}

.shop.section .shop-image-block {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .shop .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .shop.section .shop-image-block {
    position: relative;
  }

  .shop.section picture img {
    width: 100%;
  }

  .advantages.section .row>[class^=col-] {
    padding: 0;
  }

}

.shop__description {
  height: 100%;
  max-width: 430px;
  padding: 112px 0 0 50px;
}

/*@media screen and (max-width: 1279px) {*/
/*  .shop__description {*/
/*    !*padding: 16px;*!*/
/*  }*/
/*}*/
@media screen and (max-width: 768px) {
  .shop__description {
    padding: 40px 20px 160px;
  }

  .shop__description a {
    text-decoration: underline;
  }
}

.shop__title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.shop__text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.shop__link {
  font-size: 14px;
  line-height: 1.2;
}

.shop-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .shop-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .shop-item:nth-child(even) .col-md-6:nth-child(2) {
    padding-left: 163px;
  }
}

@media screen and (min-width: 769px) {
  .shop-item .col-md-6:nth-child(2) {
    padding-left: 118px;
  }
}

@media screen and (max-width: 768px) {
  .shop-item .col-md-6:nth-child(2) {
    padding: 40px 16px;
  }
}

.shop-item .swiper {
  padding: 0;
}

.shop-item__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 32px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .shop-item__title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
  }
}

.shop-item__about {
  max-width: 100%;
}

.shop-item__about:not(:last-child) {
  margin-bottom: 20px;
}

.shop-item__about-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .shop-item__about-title {
    margin-bottom: 4px;
  }
}

.shop-item__about-content {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}

.shop-item__about-content a {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
}

.shop-item__about-content a:hover,
.shop-item__about-content a:focus {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.shop-item__about-content .p1 {
    margin: 6px 0px 6px 0px;
}

.shop-item__about .comment {
  margin-top: 10px;
}

.advantages {
  border-bottom: 1px solid var(--color-1--3);
  padding-bottom: 103px;
  padding-top: 84px;
}

@media screen and (max-width: 768px) {
  .advantages {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .advantages.section .row {
    gap: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}

.advantage__icon {
  height: 36px;
  width: 36px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .advantage__icon {
    height: 24px;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.advantage__icon svg {
  height: 100%;
  width: 100%;
}

.advantage__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 1279px) {
  .advantage__content {
    gap: 14px;
  }
}

.advantage__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  max-width: 270px;
}

@media screen and (max-width: 1279px) {
  .advantage__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
  }
}

.advantage__description {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 300;
}

.advantage__link {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .advantage__link {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
  }
}

.advantage__link:hover,
.advantage__link:focus {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.subscribe {
  padding: 100px 0;
}

@media screen and (max-width: 1279px) {
  .subscribe {
    padding: 60px 0;
  }
}

.subscribe__title {
  font-size: 22px;
  line-height: 1.2;
  max-width: 430px;
}

@media screen and (max-width: 1279px) {
  .subscribe__title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.subscribe__form {
  position: relative;
}

.subscribe__form .form-field {
  margin-bottom: 0 !important;
}

.subscribe__form .subscribe__form .form-field__input {
  background-color: var(--color-1--1);
  color: #fff;
  padding-right: 140px;
}

@media screen and (max-width: 768px) {
  .subscribe__form .form-field__input {
    padding: 16px 116px 16px 16px;
  }
}

.section.subscribe .subscribe__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.section.recall-section .phone-subscribe__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 65px;
}

.section.recall-section .phone-subscribe__submit ::-webkit-input-placeholder {
  color: #A1A1A1;
}

.section.recall-section .phone-subscribe__submit ::-moz-placeholder {
  color: #A1A1A1;
}

.section.recall-section .phone-subscribe__submit :-ms-input-placeholder {
  color: #A1A1A1;
}

.section.recall-section .phone-subscribe__submit ::-ms-input-placeholder {
  color: #A1A1A1;
}

.section.recall-section .phone-subscribe__submit ::placeholder {
  color: #A1A1A1;
}

.section.recall-section .form-field__input {
  background-color: #2D2E2C;
  color: #A1A1A1;
}

@media screen and (max-width: 768px) {
  .section.subscribe .subscribe__submit {
    padding: 16px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    width: 100px;
  }

  .section.recall-section .phone-subscribe__submit {
    position: relative;
    /*background-color: var(--color-1--1);*/
    /*border-color: var(--color-1--1);*/
    /*color: #fff;*/
    background-color: #fff;
    color: var(--color-1--1) !important;
    border: 1px solid #dfdfdf;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.socials__link {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  height: 52px;
  width: 52px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(16.96deg, rgba(19, 20, 22, 0.3) -2.67%, rgba(41, 42, 51, 0.3) 51.4%, rgba(28, 29, 34, 0.3) 97.15%);
  background: linear-gradient(73.04deg, rgba(19, 20, 22, 0.3) -2.67%, rgba(41, 42, 51, 0.3) 51.4%, rgba(28, 29, 34, 0.3) 97.15%);
  border: 1px solid var(--color-1--3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.socials__link:hover,
.socials__link:focus {
  background: #fff;
}

.socials__link:hover svg,
.socials__link:focus svg {
  fill: var(--color-1--1);
}

.socials__icon {
  height: 28px;
  width: 28px;
}

.socials__icon svg {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  height: 100%;
  width: 100%;
}

.search {
  margin-bottom: 16px;
  padding-top: 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .search {
    margin-bottom: 0;
  }
}

.search__form .form-field {
  position: relative;
}

.search__form .form-field::before {
  position: absolute;
  top: 50%;
  left: 16px;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22%23A1A1A1%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21%2021L17.5001%2017.5M20%2011.5C20%2016.1944%2016.1944%2020%2011.5%2020C6.80558%2020%203%2016.1944%203%2011.5C3%206.80555%206.80558%202.99997%2011.5%202.99997C16.1944%202.99997%2020%206.80555%2020%2011.5Z%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%20");
  content: "";
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search__form .form-field__input {
  font-size: 18px;
  line-height: 1.2;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  padding: 25px 25px 25px 52px !important;
}

.search__form .form-field__input:focus {
  border-bottom-color: #000;
  outline: none;
}

@media screen and (max-width: 768px) {
  .intro-section {
    margin-bottom: 12px;
  }
}

.intro {
  position: relative;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 12px 16px;
  }
}

.intro__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro__title {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
}

.breadcrumb {
  margin: 16px 0;
}

.breadcrumb__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .breadcrumb__list {
    display: none;
  }
}

.breadcrumb__link::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb__link,
.breadcrumb__current {
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-1--1);
  font-weight: 300;
}

.catalog-pagination {
  margin: 50px 0;
}

.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li.active span {
  border-color: 1px solid var(--color-1--1);
}

.pagination li.prev {
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .pagination li.prev {
    margin-right: 15px;
  }
}

.pagination li.next {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .pagination li.next {
    margin-left: 15px;
  }
}

.pagination li span,
.pagination li a {
  height: 32px;
  width: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
  border-color: var(--color-1--1);
}

.product-categories-slider .swiper {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .product-categories-slider .swiper {
    padding-left: 16px;
  }
}

.products-category-section.section {
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 769px) {
  .products-category-section.section .d-flex {
    gap: 16px;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .products-category-section.is-mobile-grid .container-fluid {
    gap: 16px;
    padding: 0 16px;
  }

  .products-category-section.is-mobile-grid img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.category-item {
  position: relative;
}

.category-item__description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .category-item__description {
    padding: 20px 16px;
  }
}

.category-item__title {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
}

.category-item__title a:hover {
  text-decoration: none;
}

.products-list .product__image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .category-item__title {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 769px) {
  .products-list {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .products-list {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .products-list .list__item {
    margin-bottom: 28px;
    padding: 0;
  }
}

.product {
  position: relative;
}

.product:hover .product__sizes,
.product:focus .product__sizes {
  opacity: 1;
}

.product__top {
  position: relative;
}

.product__badge-inner {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 7px;
}

.product__badge-product-inner {
  display: flex;
  gap: 10px;
  margin: -25px 0 15px 0;
}

.product__badge {

  font-size: 10px;
  line-height: 1.4;
  background-color: #f0f0f0;
  border-radius: 4px;
  color: var(--color-1--1);
  padding: 5px 8px;
}

.product__sizes {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(232, 232, 232, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  opacity: 0;
  padding: 16px;
}

.product__sizes .size {
  font-size: 12px;
  line-height: 1.2;
}

.product__sizes .size.unavailable {
  color: #a5a5a5;
}

.product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 16px;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .product__bottom {
    padding: 16px 16px 0;
  }
}

.product__name {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-1--1);
  font-weight: 400;
  width: calc(100% - 24px);
}

.product__favorite {
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 15;
}

.product__favorite.is_added svg {
  fill: var(--color-1--1);
}

.product__favorite span {
  height: 24px;
  width: 24px;
  display: block;
}

.product__favorite svg {
  height: 100%;
  width: 100%;
  stroke: var(--color-1--1);
}

.product__price {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 12px 0;
  width: 100%;
}

.product__price .current-price {
  font-size: 16px;
  line-height: 1.2;
}

.product__price .old-price {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 300;
  text-decoration: line-through;
}

.product__colors {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 0;
  width: 100%;
}

.product__colors .color {
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.show-more {
  margin-top: 100px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .show-more {
    margin-top: 60px;
  }
}

.show-more__button {
  width: 288px;
}

.show-more__button:disabled {
  color: #CACACA;
  border-color: #CACACA;
  cursor: inherit;
}

.show-more__button:disabled:hover {
  color: #CACACA !important;
}

.show-more__button:disabled .preloader path {
  fill: #CACACA;
  stroke: #CACACA;
}

.show-more__button:hover,
.show-more__button:focus {
  background-color: #ffffff;
  color: var(--color-1--1) !important;
  border-color: #CACACA;
}

.product-page__grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-columns: calc(100% - 450px) 0 450px;
  grid-template-columns: calc(100% - 450px) 450px;
  padding: 0 50px;
}

@media screen and (max-width: 1279px) {
  .product-page__grid {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .product-page__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

.product-page__col {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.product-page__col:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}

@media screen and (max-width: 768px) {
  .product-page__col:nth-child(1) .product-page__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-page__col:nth-child(1) .product-page__images .product-page__image:not(:nth-child(1)) {
    display: none;
  }

  .product-page__col .product-page__images img {
    aspect-ratio: 440 / 640;
    width: 100%;
    object-fit: cover;
  }
}

.product-page__col:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .product-page__col:nth-child(2) {
    padding: 0 16px;
  }
}

.product-page__col:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  padding-top: 100px;
}

.product-page__col:nth-child(3) .product-page__images {
  padding-top: 90px;
}

.product-page__col-mob {
  display: none;
}

.faq-link {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 0;
}

.faq-question {
  list-style: none;

}

.faq>ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.faq-link ul li a {
  text-transform: lowercase;
  list-style: none;
  text-decoration: underline;
  display: inline-block
}

.faq-link ul li a::first-letter {
  text-transform: capitalize !important;
}

.faq-link ul li a:hover {
  opacity: 0.9;
}

.faq-text li {
  list-style: none;
}

@media screen and (max-width: 1279px) {
  .product-page__col:nth-child(3) {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .product-page__col:nth-child(3) {
    padding: 0;
  }

  .attribute-box {
    padding: 0 16px;
  }

  .product-page__col .description-product {
    padding: 0 16px;
  }

  .product-page__col:nth-child(3) .product-page__images {
    padding-top: 40px;
  }

  .product-page__col-mob {
    display: block;
    padding-bottom: 40px;
  }

  .product-page__col-mob .product-page__images {
    padding-top: 0 !important;
  }
}

.product-page__back {
  position: absolute;
  top: 16px;
  left: 10px;
}

@media screen and (min-width: 769px) {
  .product-page__back {
    display: none;
  }
}

.product-page__back-link {
  height: 32px;
  width: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-page__back-link .icon {
  height: 16px;
  width: 8px;
  display: block;
}

.product-page__back-link .icon svg {
  height: 100%;
  width: 100%;
}

.product-page__images {
  display: -ms-grid;
  display: grid;
  gap: 64px 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.product-page__info {
  padding: 32px 0 32px 32px;
  overflow: hidden;
  max-width: 450px;
  width: 100%;
  transition: transform 0.6s ease, top 0.6s ease;
  /* position: sticky;
  top: 55px; */
}

.product-banner img {
  width: 100%;
  margin-bottom: 48px;
}

.swiper-button-lock {
  pointer-events: none;
  opacity: .3;
}

.fixed-sidebar {
  position: fixed;
  top: 80px;
  transition: transform 0.6s ease, top 0.6s ease;
}

.stop-sidebar {
  position: absolute;
  bottom: 0;
  height: max-content;
  transition: transform 0.6s ease, top 0.6s ease;
}

@media screen and (max-width: 1024px) {
  .product-page__info {
    max-width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .product-page__info {
    padding: 32px 0;
  }

  .product-page__images {
    gap: 4px;
    grid-template-columns: 1fr;
  }
}

.product-info__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 8px;
}

.product-info__product-code {
  font-size: 12px;
  line-height: 1.2;
  color: #a1a1a1;
  font-weight: 300;
  margin-bottom: 32px;
}

.product-info__product-price {
  font-size: 22px;
  line-height: 1.2;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: var(--color-1--1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.product-info__product-price .old-price {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  text-decoration: line-through;
}

.product-info__bonuses {
  font-size: 12px;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-1--1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 48px;
}

.product-info__bonuses .icon {
  height: 20px;
  width: 20px;
}

.product-info__another-colors {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  overflow-x: auto;
}

.product-info__another-colors .link {
  display: block;
}

.product-info__another-colors .link.current img {
  border-color: var(--color-1--1);
}

.product-info__another-colors .link:hover img,
.product-info__another-colors .link:focus img {
  border-color: var(--color-1--1);
}

.product-info__another-colors img {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  border: 1px solid transparent;
  border-radius: 4px;
  min-width: 78px;
  width: 78px;
}

.product-info__choose-size .dimensions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.product-info__choose-size .dimensions__text {
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
}

.product-info__choose-size .dimensions .icon {
  height: 24px;
  width: 24px;
  display: block;
}

.product-info__choose-size .dimensions .icon svg {
  height: 100%;
  width: 100%;
}

.product-info__actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 36px 0 48px;
}

.product-info__actions .btn.is-primary {
  width: 100%;
}

.product-info__actions .btn__icon {
  height: 24px;
  width: 24px;
}

.product-info__mobile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 20px;
  display: none;
}

@media screen and (min-width: 769px) {
  .product-info__mobile {
    display: none;
  }
}

.product-info__mobile .product-info__product-price {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.product-info__mobile .btn {
  font-size: 12px;
  line-height: 1.2;
  padding: 8px 19px;
  width: 168px;
}

.product-info__mobile .btn__icon {
  height: 16px;
  width: 16px;
  margin-left: 8px;
}

.product-info__mobile .btn__icon svg {
  height: 100%;
  width: 100%;
}

.product-info__mobile .old-price {
  font-size: 14px;
  line-height: 1.2;
}


.product-info__mobile {
  transition: transform 0.3s ease, position 0.3s ease;
}

.product-info__mobile.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
}

.product-info__services {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  padding: 20px 0;
}

.product-info__content {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding: 20px 0;
}

.product-info__accordion.is-active .btn .btn__icon::before {
  background-image: url("/catalog/view/theme/yar-2024/images/chevron-up.svg");
}

.product-info__accordion .btn {
  font-size: 16px;
  line-height: 1.2;
  border: 0;
  font-weight: 300;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}

.product-info__accordion .btn:hover,
.product-info__accordion .btn:focus {
  background-color: transparent;
  color: var(--color-1--1);
}

.product-info__accordion .btn .btn__icon {
  margin: 0;
}

.product-info__accordion .btn .btn__icon::before {
  height: 24px;
  width: 24px;
  background-image: url("/catalog/view/theme/yar-2024/images/chevron-down.svg");
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.service__icon {
  height: 16px;
  width: 16px;
  display: block;
}

.service__icon svg {
  height: 100%;
  width: 100%;
}

.complete-look {
  margin: 64px 0;
}

.complete-look__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 12px;
}

.complete-look .swiper {
  padding: 0;
}

.complete-look .slide__image img {
  border-radius: 8px;
}

.choose-size {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  padding: 70px 50px;
}

@media screen and (max-width: 768px) {
  .choose-size {
    background-color: #f6f6f6;
    border: 0;
    padding: 24px 16px;
  }
}

.choose-size .container-full-width {
  /*padding: 0 50px;*/
}

@media screen and (max-width: 768px) {
  .choose-size .container-full-width {
    padding: 0;
  }
}

.choose-size__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
}

.choose-size__content-icon {
  height: 120px;
  width: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1279px) {
  .choose-size__content-icon {
    display: none;
  }
}

.choose-size__content-icon img {
  height: 90px;
  width: 90px;
}

.choose-size__description {
  max-width: 400px;
}

.choose-size__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .choose-size__title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}

.choose-size__text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .choose-size__text {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 27px;
  }
}

.choose-size__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .choose-size__link {
    gap: 8px;
  }
}

.choose-size__link:not(:last-child) {
  margin-bottom: 16px;
}

.choose-size__link-icon {
  height: 36px;
  width: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-1--1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .choose-size__link-icon {
    height: 20px;
    width: 20px;
  }
}

.choose-size__link-icon svg {
  height: 24px;
  width: 24px;
}

@media screen and (max-width: 768px) {
  .choose-size__link-icon svg {
    height: 13px;
    width: 13px;
  }
}

.choose-size__link-text {
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .choose-size__link-text {
    font-size: 12px;
    line-height: 1.2;
  }
}

.more-products__actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.more-products__actions .swiper__action {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: transparent;
  color: var(--color-1--1);
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.more-products__actions .swiper__action .icon {
  height: 32px;
  width: 16px;
  display: block;
}

.more-products__actions .swiper__action .icon svg {
  height: 100%;
  width: 100%;
}

.more-products .section__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 50px 12px;
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .more-products .section__title {
    padding: 0 16px 12px;
  }
}

.more-products .swiper {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .more-products .swiper {
    padding-left: 16px;
    padding-right: 0;
  }
}

.attribute-box-table-header {
  margin: 0 0 5px 0;
}

.attribute-box-table-line {
  display: flex;
  gap: 10px;
}

.your-variant {
  padding: 80px 0 100px;
}

.your-variant .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .your-variant .section__title {
    margin-bottom: 0;
  }
}

.your-variant .section__title .title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  max-width: 534px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .your-variant .section__title .title {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 769px) {
  .your-variant .row>[class^=col-]:nth-child(odd) {
    border-right: 1px solid #f0f0f0;
  }
}

@media screen and (max-width: 768px) {
  .your-variant .row>[class^=col-]:not(:last-child) {
    position: relative;
  }

  .your-variant .row>[class^=col-]:not(:last-child)::after {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 1px;
    width: 140px;
    background-color: #dfdfdf;
    content: "";
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}

.your-variant-item {
  margin: 0 auto;
  max-width: 400px;
  padding: 45px 0;
}

@media screen and (max-width: 768px) {
  .your-variant-item {
    padding: 36px 0;
  }
}

.your-variant-item__icon {
  height: 36px;
  width: 36px;
  display: block;
  margin: 0 auto 28px;
}

@media screen and (max-width: 768px) {
  .your-variant-item__icon {
    height: 20px;
    width: 20px;
    margin-bottom: 12px;
  }
}

.your-variant-item__icon svg {
  height: 100%;
  width: 100%;
}

.your-variant-item__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .your-variant-item__title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}

.your-variant-item__text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .your-variant-item__text {
    font-size: 12px;
    line-height: 1.2;
  }
}

.product-sizes-container {
  max-width: 1200px;
  padding: 41px 28px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .product-sizes-container {
    padding: 16px;
  }
}

.product-sizes-container>.f-button.is-close-btn {
  right: 24px !important;
  top: 24px !important;
}

@media screen and (max-width: 768px) {
  .product-sizes-container>.f-button.is-close-btn {
    height: 16px;
    width: 16px;
    right: 16px;
    top: 12px;
  }
}

.product-sizes-container>.f-button.is-close-btn svg {
  stroke: var(--color-1--1);
}

@media screen and (max-width: 768px) {
  .product-sizes-container>.f-button.is-close-btn svg {
    height: 10px;
    width: 10px;
  }
}

.product-sizes-container .link {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .product-sizes-container .link {
    text-align: center;
  }
}

.product-sizes__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 84px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product-sizes__title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 37px;
  }
}

.product-sizes__table {
  margin-bottom: 14px;
  overflow: auto;
  position: relative;
}

#dialog-sizes {
  max-width: 1200px !important;
}

.scroll-buttons {
  display: none;
}

.scroll-buttons svg {
  height: 25px;
}

@media screen and (max-width: 768px) {
  .product-sizes__table {
    margin-bottom: 36px;
    scroll-behavior: smooth;
  }

  .product-sizes__table table td:first-child,
  .product-sizes__table table th:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid gray;
  }

  .product-sizes__table table th:first-child {
    z-index: 3;
  }

  .scroll-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    gap: 25px;
  }

  .scroll-buttons button {
    background: #fff;
    border: none;
    padding: 0;
  }





}

.product-sizes__table table {
  border-collapse: collapse;
  width: 100%;
}

.product-sizes__table th {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .product-sizes__table th {
    font-size: 14px;
    line-height: 1.2;
    min-width: 168px;
  }
}

.product-sizes__table td {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product-sizes__table td {
    font-size: 14px;
    line-height: 1.2;
    min-width: 68px;
  }
}

td.hovered,
th.hovered {
  background-color: #f0f0f0 !important;
}

.product-sizes__table th,
.product-sizes__table td {
  padding: 20px 24px;
}

@media screen and (max-width: 768px) {

  .product-sizes__table th,
  .product-sizes__table td {
    padding: 10px 16px;
  }
}

.product-sizes__table a {
  font-size: 10px;
  line-height: 1.4;
  background-color: #dbdbdb;
  border-radius: 4px;
  display: inline-block;
  font-weight: 300;
  margin-left: 20px;
  padding: 3px 8px;
}

@media screen and (max-width: 768px) {
  .product-sizes__table a {
    margin-left: 0;
    margin-top: 5px;
  }
}

.filter-section {
  margin-top: 36px;
}

.filter__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow: auto;
}

.filter__action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 0 3px;
  height: 40px;
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .filter__action.is-mobile-no-text {
    font-size: 0;
  }
}

.filter__action .icon {
  height: 20px;
  width: 20px;
  display: block;
  pointer-events: none;
}

.filter__action .icon svg {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .filter__action .icon:not(.is-mobile-visible) {
    display: none;
  }
}

.filters__container {
  width: 690px;
}

@media screen and (max-width: 768px) {
  .filters__container {
    height: 100vh;
    width: 100%;
    top: 0;
  }
}

.filters__backdrop {
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .filters__backdrop {
    display: block;
  }
}

.filters__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
}

@media screen and (max-width: 768px) {
  .filters__head {
    padding: 24px 16px;
  }
}

.filters__title {
  font-size: 20px;
  line-height: 1.2;
  color: var(--color-1--1);
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .filters__title {
    font-size: 14px;
    line-height: 1.2;
  }
}

.filters__close {
  height: 24px;
  width: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .filters__close {
    height: 16px;
    width: 16px;
  }
}

.filters__close-icon {
  height: 14px;
  width: 14px;
  pointer-events: none;
}

.filters__close-icon svg {
  height: 100%;
  width: 100%;
}

.filters__accordion {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0;
}

.filters__accordion.is-active {
  padding-bottom: 20px;
}

.filters__accordion .btn {
  font-size: 18px;
  line-height: 1.2;
  border: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 18px;
}

.filters__accordion .btn:hover,
.filters__accordion .btn:focus {
  background-color: transparent;
  color: var(--color-1--1);
}

@media screen and (max-width: 768px) {
  .filters__accordion .btn {
    font-size: 14px;
    line-height: 1.4;
  }
}

.filters__accordion .btn__icon {
  margin: 0;
}

.filters__accordion .accordion__body {
  padding: 0 18px;
}

.filters__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 98%;
}

.filters__list {

  overflow: auto;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .filters__list {
    padding: 0;
  }
}

.filters__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: auto 0 0;
  padding: 36px 24px;
}

.filters__buttons #yarmich-button-reset:hover {
  color: #fff !important;
}

.filters__buttons #yarmich-button-reset {
  margin-bottom: 10px;
}



@media screen and (max-width: 768px) {
  .filters__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 24px 16px;
  }
}

.filters__buttons .btn {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recall-section .phone-subscribe__submit {
    margin-top: 16px;
    position: static;
    width: 100%;
  }
}

.recall-section .form-field {
  margin: 0 auto;
  max-width: 660px;
  position: relative;
}

.recall-section .subscribe__form .form-field__input {
  font-size: 18px;
  line-height: 1.2;
  padding-left: 32px !important;
  padding-right: 180px;
}

@media screen and (max-width: 768px) {
  .recall-section .subscribe__form .form-field__input {
    font-size: 12px;
    line-height: 1.2;
    padding-left: 12px !important;
    padding-right: 12px;
  }
}

.recall-section .subscribe__form .iti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.recall-section .subscribe__form .iti__flag-container {
  background-color: var(--color-1--1);
  border-radius: 8px;
  color: #fff;
  margin-right: 12px;
  position: static;
}

.recall-section .subscribe__form .iti__selected-flag {
  padding: 0 32px;
}

@media screen and (max-width: 768px) {
  .recall-section .subscribe__form .iti__selected-flag {
    padding: 0 20px;
  }
}

.recall-section .subscribe__form .iti__selected-dial-code {
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--font-1);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .recall-section .subscribe__form .iti__selected-dial-code {
    font-size: 12px;
    line-height: 1.2;
  }
}

.recall-section .subscribe__form .iti__arrow {
  height: 8px;
  width: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L7%207L13%201%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  border: 0;
  margin: 0 10px 0 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (max-width: 768px) {
  .recall-section .subscribe__form .iti__arrow {
    height: 4px;
    width: 8px;
    margin: 0 8px 0 0;
  }
}

.recall-section .subscribe__form .iti__country-list {
  color: #000;
}

.recall__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4px;
  text-align: center;
}

.badge_product {
  right: 34em;
  top: 4px;
}

.badge_product_new {
  right: 36em;
  top: 4px;
}

@media screen and (max-width: 768px) {
  .recall__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .badge_product {
    right: 88%;
    top: 4px;
  }

  .badge_product_new {
    right: 85%;
    top: 4px;
  }
}

@media screen and (max-width: 375px) {
  .badge_product {
    right: 75%;
    top: 4px;
  }

  .badge_product_new {
    right: 81%;
    top: 4px;
  }
}

@media screen and (max-width: 414px) {
  .badge_product {
    right: 78%;
    top: 4px;
  }

  .badge_product_new {
    right: 83%;
    top: 4px;
  }
}

@media screen and (max-width: 430px) {
  .badge_product {
    right: 78%;
    top: 4px;
  }

  .badge_product_new {
    right: 82%;
    top: 4px;
  }
}

@media screen and (min-width: 530px) and (max-width: 566px) {
  .badge_product_new {
    right: 87%;
    top: 4px;
  }
}

@media screen and (min-width: 550px) and (max-width: 768px) {
  .badge_product_new {
    right: 90%;
    top: 4px;
  }
}


@media screen and (min-width: 430px) and (max-width: 500px) {
  .badge_product {
    right: 82%;
    top: 4px;
  }
}

@media screen and (min-width: 500px) and (max-width: 584px) {
  .badge_product {
    right: 83%;
    top: 4px;
  }
}

@media screen and (min-width: 586px) and (max-width: 588px) {
  .badge_product {
    right: 84%;
    top: 4px;
  }
}

@media screen and (min-width: 594px) and (max-width: 664px) {
  .badge_product {
    right: 85%;
    top: 4px;
  }
}

@media screen and (min-width: 678px) and (max-width: 760px) {
  .badge_product {
    right: 87%;
    top: 4px;
  }
}


@media screen and (max-width: 390px) {
  .badge_product {
    right: 75%;
    top: 4px;
  }

  .badge_product_new {
    right: 81%;
    top: 4px;
  }
}

@media screen and (max-width: 360px) {
  .badge_product {
    right: 74%;
    top: 4px;
  }

  .badge_product_new {
    right: 79%;
    top: 4px;
  }
}

.recall__text {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 28px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recall__text {
    font-size: 12px;
    line-height: 1.2;
  }
}

.fake-select {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

.fake-select select {
  display: none;
}

.fake-select__body.is-active {
  opacity: 1;
  visibility: visible;
}

.fake-select__backdrop {
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 99;
}

.fake-select__button {
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
}

.fake-select__button .icon {
  border-color: var(--color-1--1) transparent transparent transparent;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
}

.fake-select__head {
  padding-top: 32px;
  padding-bottom: 24px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .fake-select__head {
    /*display: none;*/
  }
}

.fake-select__head .title {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.fake-select__list {
  padding: 0 0 4px;
}

.fake-select__list .disabled {
  opacity: 0.3;
  pointer-events: none;
  display: none;
}

#show-more-options-mobile {
  order: 10;
  width: 100%;
  text-decoration: underline;
}

.fake-select__item {
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  font-weight: 300;
  padding: 16px;
}

.fake-select__item.is-active {
  background-color: #f0f0f0;
}

.fake-select__item:hover,
.fake-select__item:focus {
  background-color: #f0f0f0;
}

.fake-select__btn {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.fake-select__btn .icon {
  height: 14px;
  width: 14px;
}

.fake-select__btn .icon svg {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .fake-select__body {
    position: fixed;
    right: 0;
    bottom: 50px;
    left: 0;
    background-color: #fff;
    max-height: unset;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 100;
    min-height: 277px;
    width: 75%;
    margin: 0 auto;
    max-height: 400px;

  }

  .fake-select__body.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .fake-select__body.is-active+.fake-select__backdrop {
    opacity: 1;
    pointer-events: all;
  }

  .fake-select__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    padding: 24px 20px;
  }

  .fake-select__item {
    font-size: 12px;
    line-height: 1.2;
    height: 36px;
    min-width: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cacaca;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fake-select__btn {
    height: 28px;
    width: 28px;
    padding: 8px;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .fake-select__body {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    max-height: unset;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 100;
    min-height: 300px;
    height: 100%;
  }

  .fake-select__body.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .fake-select__body.is-active+.fake-select__backdrop {
    opacity: 1;
    pointer-events: all;
  }

  .fake-select__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0px 20px 100px;
    height: 100%;
    overflow: auto;
  }

  .fake-select__item {
    font-size: 12px;
    line-height: 1.2;
    height: 36px;
    min-width: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cacaca;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.full-width-slider.section {
  margin-bottom: 16px;
  margin-top: 0;
}

.full-width-slider.section .container-full-width {
  max-width: 100%;
}

.full-width-slider .swiper {
  padding: 0;
}

.full-width-slider .swiper__pagination {
  bottom: 44px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

@media screen and (max-width: 768px) {
  .full-width-slider .swiper__pagination {
    bottom: 20px;
  }
}

.full-width-slider .swiper__bullet {
  height: 2px;
  width: 60px;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .full-width-slider .swiper__bullet {
    width: 12px;
  }
}

.full-width-slider .swiper__bullet.is-active {
  background-color: #fff;
}

.full-width-slider .swiper__bullet {
  position: relative;
}

.full-width-slider .swiper__bullet:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  height: 50px;
  width: 100%;
}

.full-width-slider .slide {
  position: relative;
}

@media screen and (max-width: 768px) {
  .full-width-slider .slide__image img {
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.full-width-slider .slide__description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-color: rgba(0, 0, 0, 0.11);*/
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .full-width-slider .slide__description {
    gap: 40px 0;
    padding: 50px 16px 50px;
  }
}

.full-width-slider .slide__title {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .full-width-slider .slide__title {
    font-size: 18px;
    line-height: 1.2;
    /* padding-right: 25%; */
  }
}

.full-width-slider .slide__link {
  font-size: 18px;
  line-height: 1.185;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .full-width-slider .slide__link {
    font-size: 14px;
    line-height: 1.2;
  }
}

/* Checkout */

.page-checkout .header {
  background: var(--color-1--2);
}

.page-checkout .header .menu-nav-toggle__bars::before,
.page-checkout .header .menu-nav-toggle__bars::after {
  background-color: #fff;
}

.page-checkout .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 30px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.page-checkout .additional-items {
  margin-bottom: 30px;
}

.page-checkout .items-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.page-checkout .item-card {
  min-width: 150px;
  padding: 10px;
  border: 1px solid #eee;
}

.page-checkout .checkout-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  color: #333;
}

.page-checkout .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
}

.page-checkout .form-group label {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.4px;
  text-align: left;
}

.page-checkout input[type="text"],
.page-checkout input[type="tel"],
.page-checkout input[type="email"],
.page-checkout textarea {
  padding: 14px 16px;
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 6px;
  outline: none;
}

.page-checkout .delivery-options,
.page-checkout .payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-checkout .order-summary {
  padding: 24px;
  border: 1px solid #CACACA;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.page-checkout .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.page-checkout .order-item img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-checkout .total-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.page-checkout .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-checkout .submit-btn {
  background: #333;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}

.page-checkout .submit-btn:hover {
  background: #444;
}

.page-checkout .checkout-main {
  max-width: 652px;
}

@media(max-width: 1024px) {
  .page-checkout .container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .page-checkout .checkout-main {
    max-width: 100%;
  }
}

/* Swiper */
.swiper-wrapper {
  transition-timing-function: ease-in-out;
}

.swiper__bullet {
  transition: all 0.3s ease-in-out;
}

.page-checkout .add-to-cart__swiper {
  position: relative;
  height: 250px;
  margin-bottom: 60px;
}

.page-checkout .add-to-cart__swiper-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

.page-checkout swiper-container {
  width: 100%;
  margin: 20px auto;
}

.page-checkout .append-buttons {
  text-align: center;
  margin-top: 20px;
}

.page-checkout .append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.page-checkout .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 21px;
}

.page-checkout .swiper__action {
  width: 24px;
  height: 24px;
}

.page-checkout .swiper__action.swiper-button-disabled path {
  stroke: #A1A1A1;
}

.page-checkout .more-products__actions {
  gap: 8px;
}

.page-checkout .more-products__actions .swiper__action .icon {
  height: 24px;
  width: 24px;
}

.page-checkout .add-to-cart__swiper .product__badge {
  bottom: 8px;
  left: 8px;
  top: auto;
  right: auto;
  font-size: 12px;
  font-weight: 300;
  line-height: 14.4px;
  text-align: left;
}

.page-checkout .add-to-cart__swiper .product__bottom {
  padding-top: 8px;
  padding-right: 0;
}

.page-checkout .add-to-cart__swiper .product__name {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: left;
}

.page-checkout .add-to-cart__swiper .product__price .current-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: left;
}

.page-checkout .add-to-cart__swiper .product__price .old-price {
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page-checkout .product__bottom {
    padding: 0;
  }
}

.page-checkout .section__title a {
  font-size: 14px;
  font-weight: 300;
  line-height: 19.6px;
  text-decoration: underline;
}

.page-checkout .form-group .form-input:last-child {
  margin-bottom: 0;
}

.page-checkout .form-input {
  margin-bottom: 31px;
}

.page-checkout .form-input input {
  width: 100%;
}

/**/
.page-checkout .form-input-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-checkout .form-input-radio label {
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 16.8px;
  text-align: left;
}

.page-checkout .form-select {
  margin-bottom: 32px;
}

.page-checkout input[type="text"],
.page-checkout select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.page-checkout input[type="radio"] {
  margin: 0;
  margin-right: 10px;
}

.page-checkout .form-input-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.page-checkout .col-half {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}

.page-checkout input[type="radio"]+label {
  font-weight: normal;
}

.page-checkout input[type="radio"]:checked+label {
  font-weight: bold;
}

.page-checkout input[type="radio"] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.page-checkout input[type="radio"]:checked {
  border-color: black;
}

.page-checkout input[type="radio"]:checked::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-checkout .col-half {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Style the select dropdown */
.page-checkout select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  padding-right: 40px;
  cursor: pointer;
}

.page-checkout textarea {
  padding: 14px 16px;
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 6px;
  outline: none;
  min-height: 140px;
  width: 100% !important;
}

.page-checkout select:focus {
  outline: none;
}

@media (max-width: 768px) {
  .page-checkout .checkout-form:last-child .form-group {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .page-checkout .form-input-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-checkout .col-half {
    width: 100%;
  }

  .page-checkout select,
  .page-checkout input[type="text"] {
    width: 100%;
  }
}


/* Order block */

.page-checkout .order-block {
  width: 350px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin: 20px auto;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-checkout .order-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-checkout .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.page-checkout .item .product-image {
  width: 120px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 15px;
}

.page-checkout .item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-checkout .item-info p {
  font-size: 14px;
}

.page-checkout .item-info .item-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}

.page-checkout .item-info .item-old-price {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.6px;
  text-align: left;
}

.page-checkout .item-info .item-size,
.page-checkout .item-info .item-quantity {
  color: #757575;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
}

.page-checkout .item-remove {
  cursor: pointer;
  min-width: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.page-checkout .item-remove img {
  width: 100%;
  height: auto;
}

.page-checkout .promo,
.page-checkout .bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
}

.page-checkout .bonuses {
  margin-bottom: 24px;
}

.page-checkout .promo input,
.page-checkout .bonuses input {
  width: 100%;
  margin-top: 10px;
}

.page-checkout .auth-btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: white;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 8px;
}

.page-checkout .auth-btn:hover {
  background-color: var(--color-1--1);
  color: #ffffff;
}

.page-checkout .delivery-info {
  margin-top: 20px;
  font-size: 14px;
}

.page-checkout .delivery-bar {
  width: 100%;
  height: 5px;
  background-color: #CACACA;
  margin-top: 5px;
  position: relative;
  border-radius: 4px;
}

.page-checkout .delivery-progress {
  width: calc(100% - 100px);
  height: 100%;
  background-color: var(--color-1--1);
  border-radius: 4px;
}

.page-checkout .summary {
  margin-top: 20px;
  font-size: 14px;
}

.page-checkout .summary div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.page-checkout .summary .total {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.page-checkout .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.page-checkout .form-checkbox input {
  margin-right: 10px;
}

.page-checkout .form-checkbox label {
  font-size: 12px;
}


/* order-summary */

.page-checkout .order-summary-mob {
  display: none;
}

.page-checkout .order-summary-mob .product__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  margin-bottom: 19px;
}

.page-checkout .order-summary-mob .item-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-checkout .order-summary-top .title {
  margin-bottom: 8px;
}

.page-checkout .order-summary-top {
  margin-bottom: 28px;
}

.page-checkout .product-count {
  margin-bottom: 28px;
}

.page-checkout .order-summary-mob .order-summary-content {
  background: #F6F6F6;
  padding: 16px;
}

.page-checkout .order-summary .title {
  margin-bottom: 20px;
}

.page-checkout .order-summary .product__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  margin-bottom: 19px;
}

.page-checkout .free-shipping-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-checkout input[type="checkbox"] {
  accent-color: var(--color-1--1);
}

.page-checkout .header .header__link svg {
  stroke: #ffffff;
}

.page-checkout .header .header__logo img {
  -webkit-filter: none;
  filter: none;
}

.checkout-accordion-group .checkout__accordion.is-active .btn .btn__icon::before {
  background-image: url("/catalog/view/theme/yar-2024/images/minus.svg");
}

.checkout-accordion-group .checkout__accordion .btn .btn__icon::before {
  height: 24px;
  width: 24px;
  background-image: url("/catalog/view/theme/yar-2024/images/plus.svg");
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-accordion-group .checkout__accordion .promo {
  font-size: 14px;
}

.checkout-accordion-group .checkout__accordion input {
  font-size: 14px !important;
}

.checkout-accordion-group {
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.page-checkout .client-btn {
  font-size: 14px;
  font-weight: 300;
  line-height: 19.6px;
  text-align: left;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

/* checkout popup */

#popup-login>.f-button.is-close-btn {
  right: 16px;
  top: 16px;
}

#popup-login {
  max-width: 520px !important;
  padding: 50px 24px 24px;
  width: 100%;
  overflow: hidden;
  max-height: 95%;
}

.popup-auth__content {
  overflow-y: auto;
}

.popup-auth__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  margin-bottom: 24px;
}

.popup-auth__social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 44px;
}

#popup-login .line-section {
  position: relative;
  margin-bottom: 24px;
}

#popup-login .line-separator {
  display: block;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  top: 50%;
  position: absolute;
}

.line-separator-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  position: relative;
  background: #fff;
  z-index: 1;
  display: block;
  width: 50px;
  margin: 0 auto;
}

#popup-login .f-button.is-close-btn {
  color: var(--color-1--1) !important;
}

#popup-login input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

#popup-login .form-group label {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.4px;
  text-align: left;
}

#popup-login .form-input {
  margin-bottom: 32px;
}

#popup-login .forgot_password {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.4px;
  text-align: left;
  padding-top: 8px;
}

#popup-login .btn {
  width: 100%;
}

#show-register-btn.btn:hover {
  color: #fff !important;
}

.popup .submit-btn {
  margin-bottom: 44px;
}

#popup-login .submit-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  margin-bottom: 24px;
}

#show-forgot-btn {
  cursor: pointer;
}

#show-forgot-btn:hover {
  text-decoration: underline;
}

.g-signin2 .abcRioButton {
  width: auto !important;
  height: auto !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.g-signin2 .abcRioButton:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.g-signin2 .abcRioButtonContentWrapper .abcRioButtonIcon {
  display: none;
}

.g-signin2 .abcRioButtonContentWrapper .abcRioButtonContents {
  display: none;
}

@media(max-width: 768px) {
  .page-checkout .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page-checkout .add-to-cart__swiper {
    display: none;
  }

  .page-checkout .order-summary {
    border: none;
    padding: 0;
  }

  .page-checkout .order-summary-mob {
    display: block;
  }

  .page-checkout .order-summary .order-summary-content {
    display: none;
  }

  .page-checkout .container {
    padding: 16px;
  }
}


/* Page about */

.page-about .container-full-width {
  padding: 0 50px;
}

.page-about .banner-item__image img {
  aspect-ratio: 1340 / 560;
}

.page-about .text-section.section {
  padding-top: 60px;
}

.page-about .text-item__title {
  font-size: 32px;
  font-weight: 300;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 18px;
}

.page-about .text-item__description {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-bottom: 44px;
}

.page-about .banner-section.specialty .banner-item__image img {
  aspect-ratio: 1341 / 663;
}

.page-about .process-section__title {
  font-size: 32px;
  font-weight: 300;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 60px;
}

.page-about .process-section-item__image {
  margin-bottom: 20px;
}

.page-about .process-section-item__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  margin-bottom: 12px;
}

.page-about .process-section__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 19.6px;
  text-align: left;
}

.page-about .process-section .row {
  margin-bottom: 40px;
}

.page-about .container-full-width {
  max-width: 1920px;
}

.page-about .process-section .row {
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-about .process-section .process-section-item {
  max-width: 317px;
}

.page-about .process-section .button-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media(max-width: 768px) {
  .page-about .container-full-width {
    padding: 0 16px;
  }

  .page-about .text-item__description {
    margin-bottom: 38px;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
  }

  .page-about .btn {
    width: 100%;
  }

  .page-about .text-item__title {
    font-size: 26px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
  }

  .page-about .text-section.section {
    padding-top: 0;
  }

  .page-about .process-section .process-section-item {
    max-width: 288px;
  }

  .page-about .process-section__title {
    margin-bottom: 30px;
  }
}


/* page-size */

.page-size .hero-section .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.page-size .faq-section .container {
  max-width: 890px;
  margin: 0 auto;
}

.page-size .breadcrumb__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.page-size .brad_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-size .section-title h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
  padding: 0 24px;
}

.page-size .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 44px;
}

.page-size .faq-accordion-group {
  margin-bottom: 64px;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
}

.page-size .faq-accordion-group .accordion .btn {
  padding: 17px 32px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.6px;
  text-align: left;
}

.page-size .faq-info__content {
  padding: 44px 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  text-align: left;
}

.page-size .faq-info__accordion {
  border-bottom: 1px solid #DFDFDF;
}

.page-size .bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  text-align: left;
}

.page-size .bottom-link button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.hardcode {
  border: 2px solid green;
}

.subscribe .form-field__input {
  background-color: var(--color-1--1);
}

.subscribe .form-field {
  margin-bottom: 0;
  position: relative;
}

/* Popup cart */

#popup-cart {
  position: fixed;
  top: 56px;
  right: -452px;
  width: 432px;
  max-height: 664px;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  padding: 16px;
  z-index: 1000;
  display: none;
}

#popup-cart.visible {
  right: 50px;
}

#popup-cart .popup-cart-container {
  height: 100%;
  padding-right: 10px;
}

#popup-cart .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

#popup-cart .order-item img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

#popup-cart .total-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

#popup-cart .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

#popup-cart .submit-btn {
  background: #333;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

#popup-cart .submit-btn:hover {
  background: #444;
  color: white !important;
}

#popup-cart .checkout-main {
  max-width: 652px;
}

#popup-cart .order-block {
  width: 350px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin: 20px auto;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#popup-cart .order-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#popup-cart .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

#popup-cart .item .product-image {
  width: 120px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 15px;
}

#popup-cart .item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#popup-cart .item-info p {
  font-size: 14px;
}

#popup-cart .item-info .item-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}

#popup-cart .item-info .item-old-price {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.6px;
  text-align: left;
}

#popup-cart .item-info .item-size,
#popup-cart .item-info .item-quantity {
  color: #757575;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
}

#popup-cart .item-remove {
  cursor: pointer;
  min-width: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

#popup-cart .item-remove img {
  width: 100%;
  height: auto;
}

#popup-cart .button-close {
  margin-bottom: 22px;
  cursor: pointer;
}

#popup-cart .free-shipping-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

#popup-cart .popup-cart-content {
  overflow: hidden;
  height: 350px;
}

#popup-cart .popup-cart-content_wrapper {
  overflow-y: auto;
  height: 100%;
}

@media(max-width: 1280px) {
  #popup-cart .popup-cart-content {
    height: 250px;
  }

  #popup-cart {
    max-height: 550px;
  }
}

@media(max-width: 1024px) {
  #popup-cart .container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #popup-cart .checkout-main {
    max-width: 100%;
  }
}

@media(max-width: 768px) {
  #popup-cart.visible {
    width: 100%;
    right: 0;
    top: 50px;
  }

  #popup-cart .popup-cart-container {
    padding-bottom: 50px;
  }
}

.full-width-slider .swiper-slide {
  /* height: 780px; */
  height: 100vh;
}

.full-width-slider .swiper-slide .slide__image {
  width: 100%;
  height: 100%;
}

.full-width-slider .swiper-slide .slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media(max-width: 768px) {
  .full-width-slider .swiper-slide {
    /* height: 540px; */
    height: 95vh;
  }
}

#popup-stylist {
  max-width: 520px !important;
  padding: 50px 24px 24px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#popup-stylist fieldset {
  border: none;
  padding: 0;
  margin: 0;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#popup-stylist .btn.is-primary {
  background-color: var(--color-1--1) !important;
}

#popup-stylist .btn.is-primary.btn-black:hover,
#popup-stylist .btn.is-primary.btn-black:focus {
  background-color: #fff !important;
}

.popup input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

.custom-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.custom-radio-wrapper input[type="radio"]:checked {
  border-color: black;
}

.custom-radio-wrapper input[type="radio"] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

input[type="radio"] {
  margin: 0;
  margin-right: 10px;
}

.custom-radio-wrapper .form-input-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.custom-radio-wrapper .form-input-radio label {
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 16.8px;
  text-align: left;
}

.custom-radio-wrapper input[type="radio"]+label {
  font-weight: normal;
}

.custom-radio-wrapper input[type="radio"]:checked+label {
  font-weight: bold;
}

.custom-radio-wrapper input[type="radio"] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.custom-radio-wrapper input[type="radio"]:checked::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-danger {
  color: red;
}

.fake-select {
  position: relative;
}

.fake-select .text-danger {
  position: absolute;
  bottom: -25px;
}

.rngst_phone_button {
  margin-bottom: 67px !important;
  margin-right: 35px !important;
  opacity: 1 !important;
}

.rngst_phone_button.rngst_phone_button {
  z-index: 10 !important;
  /* right: 0!important; */
  height: 48px;
  width: 48px;
}

.rngst_phone_button.rngst_phone_button .rngst_phone_icon {
  top: 0;
  left: 0;
  width: 48px !important;
  height: 48px !important;
}

.rngst_phone_button.rngst_phone_button .rngst_phone_fill {
  top: 0;
  left: 0;
}

.rngst_phone_button.rngst_phone_button .rngst_phone_body {
  top: 0;
  left: 0;
  width: 48px !important;
  height: 48px !important;
}

.popup .f-button.is-close-btn {
  color: var(--color-1--1) !important;
}

.popup>.f-button.is-close-btn {
  right: 16px !important;
  top: 16px !important;
}

.error-message {
  color: red;
  font-size: 0.9em;
}

#cart-icon {
  position: relative;
}

#cart-total-container {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(20%, -10%);
  -ms-transform: translate(20%, -10%);
  transform: translate(20%, -10%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 12px;
}

#cart-total {
  background-color: #000;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  top: -5px;
  right: -7px;
  left: auto;
  color: #fff;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  position: absolute;
}

.page-home .header.js-fixed-el-abs #cart-total {
  color: #ffffff;
}

#filters-block .filter-layout--tabs-item>ul {
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 10px; */

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 10px;
}

#filters-block .filter-layout--tabs-item>ul>li {
  margin: 0 !important;
  border: none;
  min-width: auto;
}

#filters-block .filter-layout--tabs-item>ul>li label {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  gap:10px; */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  cursor: pointer;
}

#filters-block .filter-layout--tabs-item>ul>li .color {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 4px;
}

@media(max-width: 768px) {

  .menu-nav-toggle__bars::before,
  .menu-nav-toggle__bars::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2D2E2C !important;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .js-menu-nav-toggle.is-active .menu-nav-toggle__bars {
    background-color: transparent;
  }

  .js-menu-nav-toggle.is-active .menu-nav-toggle__bars::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }

  .js-menu-nav-toggle.is-active .menu-nav-toggle__bars::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
}

.page-wrapper.page-about .container-full-width {
  max-width: 1600px !important;
}

.simple-content {
  padding-top: 40px;
}

.simplecheckout-button-block {
  text-align: center;
}

.simplecheckout-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mob-menu-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.header-mobile-login-btn {
  outline: none;
  border: none;
  background: none;
  text-decoration: underline;
}

.mob-menu-block .login-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mob-menu-block .login-block picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.mob-menu-block button {
  margin-bottom: 36px;
}

.mobile-phone {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  padding: 27px 0;
}

@media(max-width: 768px) {
  #content {
    padding: 16px !important;
  }

  .menu-nav__bottom-components {
    border-top: none;
  }

  .mob-menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-section .intro__image img {
    width: 100%;
  }

  .mobile-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.preloader {
  margin-right: 10px;
}

.preloader.active {
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  will-change: transform;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cabinet-sidebar {
  background: none;
}

.wishlist-btn.is_added {
  background-color: var(--color-1--1);
  color: #fff
}

.wishlist-btn.is_added svg[stroke^="#"] {
  stroke: #fff;
}

.wishlist-total {
  background-color: #000;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  top: -5px;
  right: -7px;
  left: auto;
  color: #fff;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  position: absolute;
}

.wishlist-total-mob {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.wishlist-total.hidden {
  display: none;
}

.wishlist-mob-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 13px 0;
  border: 1px solid #F2F2F2;
  padding: 6px 13px;
  border-radius: 4px;
}

.wishlist-mob-button.wishlist-mob-button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
}

.btn-black {
  color: var(--color-1--1) !important;
  background-color: #fff !important;
}

.btn-black:hover {
  color: #fff !important;
  background-color: #222 !important;
}

#form-message {
  margin-top: 10px;
}

.submenu-nav__button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-right: 24px;
  padding-left: 0;
}

.container-fluid {
  position: relative;
}

.container-full-width {
  max-width: 100% !important;
}

.section.choose-size {
  max-width: 1600px;
  margin: 0 auto;
}

.button-cart:disabled {
  cursor: inherit;
  background-color: #fff;
  color: #CACACA !important;
  border-color: #CACACA;
}

.button-cart:disabled svg {
  stroke: #CACACA;
}

.button-cart:disabled:hover {
  background-color: #fff;
  color: #CACACA !important;
  border-color: #CACACA;
}

.button-cart:disabled:hover svg {
  stroke: #CACACA !important;
}

.product-page__info .fake-select__list .fake-select__item:nth-child(2) {
  display: none !important;
}

.menu-nav__link {
  position: relative;
}

.menu-nav__link.fa-chevron-right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-page__col-info {
  position: relative;
  z-index: 5;
}



/* simple_checkout */

.step #simplecheckout_button_confirm {
  margin-top: 22px !important;
  background: #202020;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 30px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  max-width: 236px;
  opacity: 1;
}

.step #simplecheckout_button_confirm:hover {
  background: #444;
  box-shadow: none;
  color: #fff !important;
}

.btn-trsp {
  padding-top: 12px;
  border-color: #202020;
  color: #202020;
  height: 48px;
}

.btn-trsp:hover {
  background: #444;
  border-color: #444;
  color: #fff !important;
}

.btn-trsp:active {
  background: #444;
  border-color: #444;
  color: #fff !important;
}

.btn-trsp:focus {
  background: #444;
  border-color: #444;
  color: #fff !important;
}


/* ADVENT_CALENDAR 2024 */

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Desktop: 4 ячейки */
  gap: 20px;
  width: 800px;
}

.advent-calendar h1 {
  padding: 0px 0px 30px 0px;
  font-size: 32px;
}

.advent-calendar p {
  padding: 0px 0px 20px 0px;
  font-size: 16px;
  line-height: 24px;
}

.advent-calendar a {
  border: solid 3px #90BBAC;
}

.advent-calendar .calendar-logo {
  text-align: center;
  padding: 0px 0px 20px 0px;
}

.advent-calendar .calendar-logo img {
  width: 600px;
  display: inline;
}

.calendar-item {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  /* Делает ячейки квадратными */
  border-radius: 15px;
  /* Закругление углов */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  /* Цвет текста */
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.2s, background 0.2s;
  overflow: hidden;
}

.advent-calendar a:hover {
  transform: scale(1.1);
}

.calendar-item a {
  text-decoration: none;
  /* Убираем подчёркивание ссылки */
}

.second-description {
  padding: 50px 0;
  overflow: hidden;
}

.second-description h2 {
  margin-bottom: 20px;
}

.second-description table {
  margin: 20px 0;

  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.second-description ul {
  margin: 30px 0 30px 30px;
}

.second-description i {
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .calendar-grid {
    grid-template-columns: repeat(3, 1fr);
    width: 600px;
  }
}

@media (max-width: 992px) {
  .calendar-grid {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}

@media (max-width: 768px) {
  .calendar-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

/* GIFT IDEAS PAGE 2024 */

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

.gift-ideas .banner {
  margin-bottom: 10px;
}

.gift-ideas h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.gift-ideas p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
  margin-top: 10px;
}

.gift-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.gift-section-mob {
  display: none;
}

.gift-item {
  background-color: #fff;
  overflow: hidden;
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
  text-align: left;
}

.gift-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
  border-radius: 30px;
}

.gift-item img:hover {
  opacity: 0.9;
}

.gift-item h2 {
  font-size: 20px;
  margin: 10px 10px 3px 10px;
  text-align: left;
  font-weight: 400;
}

.gift-item p {
  font-size: 14px;
  color: #666;
  margin: 0px 10px 10px 10px;
  line-height: 1.3;
  text-align: left;
}

/* Full-width banner style */
.gift-item.full-width {
  flex: 1 1 100%;
  max-width: 100%;
}

/* Responsive styles */
@media (max-width: 768px) {
  .gift-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .gift-section {
    margin-bottom: 20px;
  }

  .gift-section-desktop {
    display: none;
  }

  .gift-section-mob {
    display: block;
  }

  .gift-ideas .banner {
    margin: 0px -16px 0px -16px;
  }
}

.messangers {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  transition: all 0.15s ease-in-out;
}

.menu-opened .messangers {
  display: none;
}

.menu-opened .cl-launcher.cl-loop-animation-VIBRATE {
  display: none;
}

#messangers-btn {
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


#messangers-inner {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

.messangers.active #messangers-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.messangers-item a,
.messangers-item span {
  display: block;
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.messangers-item svg,
#to-top-btn svg,
#messangers-btn svg {
  width: 20px;
  height: 20px;
}

.messangers-item:hover a,
.messangers-item:hover span {

  background: #202020;
}

.messangers-item:hover svg {
  filter: invert(1);
}

#to-top-btn {
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 10px;
  display: none
}

#to-top-btn:hover,
#messangers-btn:hover {
  background-color: #ddd;
}

.rngst_phone_button.rngst_phone_button {
  left: -100px;
}


.product-page__relative-item {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
}

.product-page__relative-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-page__relative .swiper-button-disabled {
  opacity: 0.3;
  cursor: default !important;
}

.product-page__relative .swiper-button-prev {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: transparent;
  color: var(--color-1--1);
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  cursor: pointer;
}

.product-page__relative .swiper-button-next {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: transparent;
  color: var(--color-1--1);
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  cursor: pointer;
}

.relative-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.relative-title {
  font-size: 16px;
}

.relative-top {
  margin-bottom: 10px;
}

.relative-top-btns {
  display: flex;
  gap: 15px;

}

.relative-top-btns svg {
  height: 20px;
}

.product-page__relative {
  padding-top: 64px !important;
}

.information-inner {
  padding-top: 0 !important;
  display: flex;
  justify-content: center;
}

.information-inner .container-full-width {
  justify-content: center;
}

.information-information-27 .page-wrapper.page-about .container-full-width, .information-information-29 .page-wrapper.page-about .container-full-width{
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  padding: 0 !important;
}

.information-information-27 .col-md-8, .information-information-29 .col-md-8 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.information-information-27 .text-content, .information-information-29 .text-content {
  width: 100%;
}

.we-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  color: #000;
  border: 1px solid #ddd;
  font-weight: bold;
}

.information-information-27 .ye-grid {
  margin-bottom: 180px;
}

.information-information-27 .ye-grid-text-list-btn .btn.is-primary {
  text-decoration: none;
  gap: 12px;
}

.information-information-27 .ye-grid-text-list-btn .btn.is-primary:hover svg {
  filter: invert(1);
}

.information-information-27 .information-inner, .information-information-29 .information-inner {
  margin-top: 0;
  margin-bottom: 0;
}
.advent-calendar-banner {
  position: relative;
}
.advent-calendar-banner-text-title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.advent-calendar-banner-text-text {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
} 
.advent-calendar-countdown-container {
    background-color: #901818;
    color: #CEBEA5 ;
    text-align: center;
    padding: 35px 0 35px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.advent-calendar-countdown-container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/image/catalog/0advent/nybg1.png);
    background-size: 100%;
    height: 470px;
    width: 470px;
    opacity: 0.8;
  z-index: 0;
}

.advent-calendar-countdown-container::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/image/catalog/0advent/nybg2.png);
      background-size: 100%;
    height: 510px;
    width: 510px;
    opacity: 0.8;
  z-index: 0;
}
.advent-calendar-bottom {
   background-image: url(/image/catalog/0advent/bottom-text.png);
   background-repeat: no-repeat;
      background-size: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 150px 0;
}
.advent-calendar-bottom-text {
  width: 460px;
  padding: 32px;
  font-size: 18px;
  background-color: #ede9d5;
}
.advent-calendar-bottom-sign {
  float: right;
  margin-top: 20px;
}
.advent-calendar-countdown-container .separator {
  color: #CEBEA5 ;
}
.advent-calendar-countdown-container .time-value {
 font-family: "Libre Bodoni", serif;
 font-weight: normal;
}
.advent-calendar-countdown-container .time-label {
  color: #CEBEA5 ;
}
.advent-calendar-countdown-timer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.advent-calendar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 50px 50px;
  gap: 10px;
}

.door img {
  width: 100%;

}

.gift {
  display: none;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.door {
  position: relative;
}
.door span {
  display: none;
  position: absolute;
  padding: 16px;
  text-align: right;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  color: #CEBEA5;
}
.today:hover img{
  opacity: 0.9;
  cursor: pointer;
}
.tomorrow.door span {
  display: flex;
}

.open-today .main-img {
  display: none;
}

.open-today .gift {
  display: block;
}

.open-today img {
   transform: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.open-today a {
  transform: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
  border: none;
}

.door-1, .door-7, .door-13, .door-19 {
  grid-column: 1/3;
}

.door-6,.door-12,.door-18,.door-24 {
  grid-column: 3/5;
}
.advent-calendar-countdown-header {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.advent-calendar-banner-text-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #901818;
  font-size: 16px;
  color: #CEBEA5 !important;
  text-decoration: none !important;
  height: 54px;
  padding: 0 24px;
  gap: 10px;
}

.advent-calendar-banner img {
  width: 100%;
  position: relative;
  z-index: 0;
}
.advent-calendar-banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.yc-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

}

.yc-top img {
  width: 100%;
  margin-bottom: 48px;
}

.yc-top-logo {
  max-width: 338px;
}

.yc-top-title {
  width: 600px;
  margin-bottom: 48px;
}

.ec-top-btn a {
  text-decoration: none !important;
  gap: 12px;
}

.ec-top-btn a:hover svg {
  filter: invert(1);
}

.yc-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 10px;
  margin: 120px 0 180px 0;
  padding: 0 50px;
}

.yc-grid img {
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 0;
  height: 100%;
}

.yc-grid-item-child-title {
  position: absolute;
  color: #fff;
  font-size: 32px;
  left: 24px;
  z-index: 2;
  font-weight: 300;
  line-height: 1.1;
  padding-right: 24px;
}

.yc-grid-item-child {
  aspect-ratio: 1 / 1;
}

.yc-grid-item-child img {
  aspect-ratio: 1 / 1;
}

.yc-grid-item {
  position: relative;
}

.yc-grid-item.yc-grid-item-1 {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.yc-grid-item-1 .yc-grid-item-child-1 .yc-grid-item-child-title {
  bottom: 24px;
}

.yc-grid-item-1 .yc-grid-item-child-2 .yc-grid-item-child-title {
  top: 24px;
}

.yc-grid-item-2 .yc-grid-item-child-title {
  top: 35%;
}

.yc-grid-item-3 .yc-grid-item-child-title {
  bottom: 24px;
}

.faq {
  width: 615px;
  margin: 180px auto 100px auto;
  line-height: 1.5;
}

.faq h2 {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 24px;
}

.faq details {
  border-bottom: 1px solid rgba(242, 242, 242, 1);
  margin-bottom: 10px;
  padding: 0 16px;
}

.faq summary {
  cursor: pointer;
  padding: 15px 0;
  font-weight: bold;
  font-size: 17px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}


.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::marker {
  display: none;
}


.faq .icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  transform: rotate(180deg);
}

.faq .icon path {
  stroke: rgba(45, 46, 44, 1);
}

.faq details[open] .icon path {
  stroke: #fff;
}

.faq details[open] .icon {
  transform: rotate(0);
}


.faq details[open] summary {
  color: white;
}

.faq details[open] {
  background-color: #2D2E2C;


}

.faq .answer {
  padding: 0 0 15px 0;

}

.faq details[open] .answer {
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 14px;
}

.faq details[open] .answer a {
  text-decoration: underline;
}





.information-information-24 .page-wrapper.page-about .container-full-width {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  padding: 0 !important;
}

.information-information-24 .col-md-8 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.information-information-24 .text-content {
  width: 100%;
}

.ye-page h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 70px;
}

.ye-page-subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: 300;


}

.ye-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.ye-grid h2 {
  font-weight: 300;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}

.ye-grid img {
  width: 100%;
}

.ye-grid-text {
  padding: 76px 140px;
}

.ye-grid-text-list {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.ye-grid-text-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 35px 80px 35px 12px;
  border-top: 1px solid #F2F2F2;
}

.ye-grid-text-list-btn {
  border-top: 1px solid #F2F2F2;
  padding-top: 35px;
}

.ye-grid-text-list-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ye-grid-text-list-text div {
  font-size: 18px;
  font-weight: 500;
}

.ye-grid-text-list-text p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.ye-grid-text-list-btn {
  display: flex;
  justify-content: center;
}

.ye-grid-text-list-btn .btn.is-primary {
  padding: 20px 90px;
}

.blog-top .container-fluid {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-top {
  position: relative;
  margin-bottom: 60px;

}

.blog-top img {
  width: 100%;
}

.blog-top h1 {
  line-height: 180px;
  text-transform: uppercase;
  font-size: 250px;
  font-family: "Rubik";
  color: #fff;
  padding-left: 35px;

}

.subtitle-blog {
  color: #fff;
  font-size: 26px;
  padding-left: 55px;

}

.blog-cat #content {
  padding: 0 50px;
}

.blog-menu {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 30px;
}

.blog-menu-item {
  border-bottom: 2px solid transparent;
  padding: 11px 16px;
  font-size: 20px;
}

.blog-menu-item.active {
  border-color: #000;
  pointer-events: none;
}

.blog-menu-item:hover {
  color: #666 !important;
}

.blog-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  align-items: stretch;
  gap: 10px;
  padding-bottom: 90px;
}

.blog-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.blog-item:nth-child(1) .blog-item-image {
  flex-grow: 1;
  display: flex;
}

.blog-item:nth-child(1) .blog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item:nth-child(2),
.blog-item:nth-child(3),
.blog-item:nth-child(4),
.blog-item:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1;
}

.blog-item:nth-child(4),
.blog-item:nth-child(5) {

  margin-top: 15px;
}

.blog-item:nth-child(6),
.blog-item:nth-child(7) {
  grid-column: span 2;
  grid-row: span 2;
  margin: 50px 0;
}

.blog-item-date {
  margin: 12px 0 4px 0;
  font-weight: 300;
}

.blog-item-title {
  height: 42px;
  overflow-y: hidden;
}

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

.blog-item img:hover {
  opacity: .95;
}

.blog-item {
  display: flex;
  flex-direction: column;
}

.blog-empty {
  margin: 50px 0 90px 0;
}

.blog-art-top {
  background-color: #F6F6F6;
  position: relative;
  padding-bottom: 50px;
  padding-top: 40px;
}

.blog-art-back {

  align-self: flex-start;
  margin-bottom: 20px;

}

.blog-art-back a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.shifted-image {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-left: -90px;
  width: calc(100% + 90px);

}

.content-below {
  margin-top: 80px;

}

.blog-art-description {
  width: 55%;
  padding: 80px 0 30px 0;
  font-size: 16px;
  font-weight: 300;
}

.blog-art-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-art-top-text {
  width: 55%;

}

#blog-article .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}

.blog-art-top h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.3;
}

.blog-art-date {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 18px;
}

.information-sizepage .information-inner h1 {

  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 72px;
  text-transform: uppercase;
}

.information-sizepage .information-inner h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
}

.information-sizepage .col-12.col-md-8.d-flex {
  justify-content: center;
}

.more-products .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.sp-seo-faq {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}



.swiper-wrapper.swiper-wrapper-two,
.swiper-wrapper.swiper-wrapper-one {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

@media (max-width: 1285px) {
  .ye-grid-text {
    padding: 60px 100px;
  }

  .ye-grid h2 {
    font-size: 25px;
  }

  .blog-top h1 {
    line-height: 149px;
    font-size: 206px;
    padding-left: 10px;
  }

  .subtitle-blog {
    font-size: 20px;
    padding-left: 25px;
  }

  .blog-menu-item {
    padding: 9px 12px;
    font-size: 16px;
  }

}

@media (max-width: 1100px) {
  .ye-grid-text {
    padding: 40px 60px;
  }

  .ye-grid h2 {
    font-size: 23px;
  }

  .ye-grid-text-list-item {
    padding: 30px 70px 30px 12px;
  }

  .ye-grid-text-list-text div {
    font-size: 14px;
  }

  .ye-grid-text-list-btn .btn.is-primary {
    padding: 14px 20px;
  }

  .blog-top h1 {
    line-height: 129px;
    font-size: 178px;
    padding-left: 15px;
  }

  .subtitle-blog {
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
  }
}

@media (max-width: 1000px) {
  .ye-grid {
    grid-template-columns: 1fr;

  }

  .advent-calendar {
    grid-template-columns: 1fr 1fr;
    padding: 40px 16px;
  }
  .advent-calendar-bottom-text {
    font-size: 12px;
    width: 100%;
    padding: 16px;
  }
  .advent-calendar-bottom {
    background-image: url(/image/bottom-text-mobile.png);
 
    padding: 150px 16px;
}

  .door-1, .door-7, .door-13, .door-19 {
  grid-column: 1/3;
}

.door-6,.door-12,.door-18,.door-24 {
  grid-column: 1/3;
}

  .information-information-24 .text-content {
    width: 100%;
  }

  .ye-page h1 {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .ye-grid-text {
    padding: 50px 0;
  }

  .ye-grid h2 {
    font-size: 18px;
  }

  .ye-grid-text-list-item {
    padding: 25px 35px;
  }

  .blog-top h1 {
    line-height: 1;
    font-size: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 300;
    text-transform: none;
  }

  .subtitle-blog {
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-top .container-fluid {
    justify-content: center;
    padding: 50px 0;
    gap: 15px;
  }

  .blog-top img {
    width: auto;
    height: 50vh;
    object-fit: cover;
  }

  .blog-top {
    margin-bottom: 40px;
  }

  .blog-menu-item {
    font-size: 13px;
  }

  .blog-content {
    grid-template-columns: 1fr 1fr;

  }

  .blog-item:nth-child(1) {
    grid-column: initial;
    grid-row: initial;
  }


  .blog-item:nth-child(2),
  .blog-item:nth-child(3),
  .blog-item:nth-child(4),
  .blog-item:nth-child(5) {
    grid-column: initial;
    grid-row: initial;
  }

  .blog-item:nth-child(4),
  .blog-item:nth-child(5) {

    margin-top: initial;
  }

  .blog-item:nth-child(6),
  .blog-item:nth-child(7) {
    grid-column: initial;
    grid-row: initial;
    margin: initial;
  }

  .content-below#content {
    margin-top: 0;
    padding: 0 !important;
  }

  .blog-art-top {
    padding: 30px 16px !important;
    margin-bottom: 0 !important;
  }

  .blog-art-top-text {
    width: 100%;
  }

  .blog-art-description {
    width: 100%;
    padding: 20px 16px;
  }

  .blog-art-description a {
    text-decoration: underline;
  }

  #blog-article .container-fluid {
    padding: 0;
  }

  .blog-art-date {
    margin: 15px 0;
    font-size: 12px;
  }

  .blog-art-top h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .shifted-image {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .yc-top img {
    width: auto;
    margin-bottom: 40px;
    height: 400px;
    object-fit: cover;
  }

  .yc-top-logo {
    height: auto !important;
    padding: 0 16px;
    margin-bottom: 16px;
  }

  .yc-top-title {
    padding: 0 16px;
    width: 100%;
    margin-bottom: 24px;
  }

  .yc-grid {
    margin: 60px 0 70px 0;
    padding: 0;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .yc-grid-item.yc-grid-item-1 {
    padding-left: 16px;
  }

  .information-information-27 .ye-grid-text-list-btn {
    padding: 40px 16px 0 16px;
  }

  .information-information-27 .ye-grid {
    margin-bottom: 120px;
  }

  .ye-grid-2 .ye-grid-image {
    order: 2;
  }

  .information-information-27 .ye-grid-image {
    padding: 0 16px;
  }

  .faq h2 {
    font-size: 18px;
  }

  .faq {
    padding: 0 16px;
    width: 100%;
  }

  .faq details[open] .answer {
    font-size: 12px;
  }

  .faq summary {
    font-size: 14px;
  }

  .yc-grid-item {
    flex: 0 0 auto;
    width: 260px;
    min-width: 260px;
    height: 320px;
    background: #f9f9f9;

    scroll-snap-align: start;
  }

  .yc-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .yc-grid-item-1 {
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    width: 530px;
    min-width: 530px;
  }

  .yc-grid-item-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
  }

  .yc-grid-item-child-title {
    padding: 16px;
    font-size: 16px;
    top: initial !important;
    left: 0 !important;
    bottom: 0 !important;
  }

  .product-page__relative {
    padding-left: 16px !important;
  }

  .ye-grid h2 {
    font-size: 24px;
  }

  .relative-top {
    padding-right: 15px;
  }

  .messangers {
    bottom: 70px;
  }

  .product-page__relative {
    padding-top: 40px !important;
  }

  .product-page__relative .swiper-button-prev,
  .product-page__relative .swiper-button-next {
    display: none;
  }

  .information-information-24 .page-about .btn {
    width: auto;
  }

  .blog-content {
    grid-template-columns: 1fr;
    gap: 30px;

  }

  .information-sizepage .product-sizes__table th {

    min-width: initial;
  }

  .information-sizepage .text-content {
    width: 100%;
    padding: 0 0 0 16px;
  }

  .information-sizepage .desc1 {
    overflow-x: auto;
    width: 100%;
  }

  .information-sizepage .information-inner h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .information-sizepage .information-inner h2 {
    font-size: 18px;
  }

  .ye-page-subtitle {
    font-size: 12px;
  }

  .swiper-wrapper.swiper-wrapper-two,
  .swiper-wrapper.swiper-wrapper-one {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .product__badge-product-inner {
    margin-top: 0;
  }
}

.seo-content a,
.blog-art-description a {
  text-decoration: underline;
}

.category-price-table {
  margin-bottom: 30px;
}

.category-price-table h2 {
  margin-bottom: 15px;
}

.category-price-table table {
  width: 100%;
  border-collapse: collapse;
}

.category-price-table table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.second-description a,
.product-info__content a,
.information-information .information-inner a,
.blog-art-description a {
  text-decoration: underline;
}

.second-description a:hover,
.product-info__content a:hover,
.information-information .information-inner a:hover,
.blog-art-description a:hover {
  color: #898989 !important;
}

a:hover:not(.second-description a):not(.product-info__content a):not(.information-information .information-inner a):not(.blog-art-description a):not(.filter__action):not(.menu-nav__link):not(.product__link):not(.menu-cross__link) {
  text-decoration: underline;
  color: #898989;
}

.product__name a.product__link:hover {
  color: #898989 !important;
  text-decoration: none;
}

footer .menu-cross__link:hover,
footer a:hover {
  text-decoration: none !important;
  color: #c6c6c6 !important;
}

.menu-nav__link:hover,
span.menu-nav__link.fa-chevron-right:hover,
.menu-nav__link:hover span.menu-nav__link.fa-chevron-right {
  text-decoration: none;
  color: #898989 !important;
}


.menu-nav__link:hover span,
.menu-nav__button:hover span,
.submenu-nav__button:hover span {
  color: #898989 !important;
}

.blog-art-description a:hover {
  color: #898989 !important;
}

.ocf-filter-header,
.ocf-module-page-header {
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 15px;
  font-weight: 300;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
  display: flex;
}

.ocf-filter-header,
.ocf-module-page-header {
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 15px;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer
}

.plus-toggle {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block
}

.plus-toggle::before,
.plus-toggle::after {
  content: '';
  position: absolute;
  background-color: currentColor;
  transition: all .3s ease
}

.plus-toggle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%)
}

.plus-toggle::after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-50%)
}

details[open] .plus-toggle::after {
  opacity: 0
}

.sort-list {
  padding: 20px 15px 35px 15px;
}

.sort-list-category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  text-align: center;
}

.sort-list-category a:hover {
  color: #fff !important;
}

.marquee-container {
  height: 80px;
  background-color: white;
  font-size: 40px;
  color: black;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  line-height: 80px;
  white-space: nowrap;
}

.marquee-content {
  font-family: "FuturaPTCond";
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  transform: translateX(0%);
  display: flex;
  gap: 100px;
  animation: marquee-scroll 125s linear infinite;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.countdown-container {
  background-color: rgba(20, 20, 20, 1);
  color: #ffffff;
  text-align: center;
  padding: 48px 0 64px 0;
  width: 100%;
}

.countdown-header {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}

.time-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-value {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "FuturaPTCond";
  font-weight: 700;
}

.time-label {
  font-size: 14px;
  color: rgba(134, 134, 134, 1);
  font-weight: 300;
}

.separator {
  font-size: 60px;
  font-weight: bold;
  font-family: "FuturaPTCond";
  color: #ffffff;
  line-height: 1;
  margin: 0 5px 48px 5px;
}

.cp-categories {
  padding: 80px 0 80px 50px;
}

.cp-categories-title {
  font-family: "FuturaPTCond";
  font-weight: 700;
  font-size: 64px;
  color: rgba(20, 20, 20, 1);
  margin-bottom: 24px;
  padding-right: 50px;
  text-transform: uppercase;
}

.cp-categories-grid {
  display: flex;
  gap: 10px;
  padding-left: 225px;
  overflow-y: auto;

}

.cp-categories-grid:active {
  cursor: grabbing;
}

.cp-categories-grid::-webkit-scrollbar {
  display: none;
}

.cp-categories-grid::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.cp-categories-grid {
  -ms-overflow-style: none;
  /* IE и Edge */
  scrollbar-color: transparent transparent;
  /* Firefox */
}
a.cp-categories-grid-item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 16px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
}
.cp-categories-grid-item-bottom-title {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: "FuturaPTCond";
  font-weight: 400;
}
.cp-categories-grid-item-bottom-button {
  padding: 14px 32px;
  background-color: rgba(20, 20, 20, 0.4);
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}
.cp-categories-grid-item-badge {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 1;
  font-size: 32px;
  background-color: rgba(186, 0, 1, 1);
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-family: "FuturaPTCond";
  font-weight: 400;
}
.cp-categories-grid-item-bottom-button:hover {
  background-color: #000;
}
.cp-categories-grid-item {
  display: flex;
  min-width: 440px;
  position: relative;
}

.information-information-28 .information-inner {
  margin: 0;
}

.information-information-28 .container-full-width {
  width: 100%;
  padding: 0;
}

.information-information-28 .col-12.col-md-8.d-flex {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.cp-page-top img {
  width: 100%;
}

.information-information-28 .text-content {
  width: 100%;
}

.cp-banner {
  background-image: url(/image/catalog/ch-bg.jpg);
  background-repeat: no-repeat;
  padding: 220px 160px 160px 160px;
  background-size: 100%;
}

.cp-banner-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  width: 50%;
}

.cp-banner-text-title {
  font-family: "FuturaPTCond";
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1.1;
}

.cp-banner-text-text {
  font-weight: 300;
  font-size: 16px;
}

.cp-banner-text-btn .is-primary {
  gap: 8px;
  text-decoration: none !important;
  background-color: rgba(20, 20, 20, 1);
  border-color: rgba(20, 20, 20, 1);
}

.cp-banner-text-btn .is-primary:hover svg {
  filter: invert(1);
}

.cp-mobile {
  display: none;
}
.advent-mobile {
    display: none;
  }

  
.featured-products {
  width: 100%;
}

.gifts-top {
  width: 100%;
}

.gifts-desctop-banner, .gifts-mobile-banner {
  width: 100%;
}

.gifts-mobile-banner {
  display: none;
}
.featured-products {
  margin: 32px 0 100px 0;
  
}

.gifts-bottom {
padding: 0 50px;
}
@media (max-width:1000px) {

  .gifts-mobile-banner {
  display: block;
}
.gifts-desctop-banner {
  display: none;
}
  .advent-calendar-banner-text-title {
    font-size: 32px;
  }
  .advent-calendar-banner-text-text {
    font-size: 16px;
    line-height: 28px;
  }
  .advent-calendar-countdown-container::after {
    left: -115px;
  }
  .advent-calendar-countdown-container::before {
    right: -115px;
  }
}
@media (max-width:700px) {
  .cp-desctop {
    display: none;
  }
  .gifts-bottom {
padding: 0 16px;
}

.featured-products {
  margin-right: -16px;
  margin-bottom: 70px;
  width: calc(100% + 16px);
}

   .advent-desctop {
    display: none;
  }
  .advent-mobile {
    display: flex;
  }


.cp-categories-grid-item-badge {
  height: 31px;
  padding: 0 8px;
  font-size: 24px;
  top: 8px;
}
a.cp-categories-grid-item-bottom {
  padding: 8px;
}
.cp-categories-grid-item-bottom-title {
  font-size: 25px;
}
.cp-categories-grid-item-bottom-button {
         padding: 10px 18px;
        font-size: 12px;
}
  .cp-mobile {
    display: block;
  }

  .cp-mobile img {
    width: 100%;
  }
  .marquee-container {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .countdown-header {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .time-value {
    font-size: 35px;
    margin-bottom: 0;
  }
  .time-label {
    font-size: 10px;
  }
  .marquee-content {
    gap: 60px;
  }
  .separator {
    font-size: 40px;
    margin: 0 5px 20px 5px;
}
.countdown-timer {
  gap: 10px;
}
.cp-categories {
    padding: 40px 0 40px 16px;
}
 .cp-categories-title {
  font-size: 32px;
  padding-right: 16px;
  margin-bottom: 5px;
 }
 .cp-categories-grid {
  padding-left: 0;
  gap:4px;
 }
 .cp-categories-grid-item {
  min-width: 242px;
 }
 .cp-banner {
  background-size: cover;
  padding: 154px 16px 215px 16px;
   background-image: url(/image/catalog/ch-bg-mobile.jpg);
 }
 .cp-banner-text-title {
  font-size: 32px;
 }
 .cp-banner-text-text {
  font-size: 12px;
 }
 .cp-banner-text {
  width: 100%;
 }
 .cp-banner-text-btn .is-primary {
  width: max-content;
 }
 
}

.auth__social {
  box-shadow: none;
  border-color: transparent;
}


#form-login>.f-button.is-close-btn {
  right: 16px;
  top: 16px;
}

#form-login {
  max-width: 520px !important;
  padding: 50px 24px 24px;
  width: 100%;
  overflow: hidden;
  max-height: 95%;
}

#form-login .line-section {
  position: relative;
  margin-bottom: 24px;
}

#form-login .line-separator {
  display: block;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  top: 50%;
  position: absolute;
}


#form-login .f-button.is-close-btn {
  color: var(--color-1--1) !important;
}

#form-login input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

#form-login .form-group label {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.4px;
  text-align: left;
}

#form-login .form-input {
  margin-bottom: 32px;
}

#form-login .forgot_password {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.4px;
  text-align: left;
  padding-top: 8px;
}

#form-login .btn {
  width: 100%;
}


#form-login .submit-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  margin-bottom: 24px;
}


@media (max-width: 768px) {
    .second-description table {
        display: grid;
        grid-template-columns: repeat(4, 1fr); 
        border: 1px solid #ccc;
        min-width: 600px;
    }

    .second-description thead, 
    .second-description tbody, 
    .second-description tr {
        display: contents;
    }

    .second-description th, 
    .second-description td {
        padding: 10px;
        border: 1px solid #eee;
    }
}

.ocfilter-seo-pages {
  margin-bottom: 50px;
}

.ocfilter-seo-pages h2 {
  margin-bottom: 15px;
}