@charset "UTF-8";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

html {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
}

iframe {
  border: 0;
}

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

tr {
  vertical-align: top;
}

td,
th {
  padding: 0;
  text-align: left;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../resources/fonts/ProximaNova-Bold.woff") format("woff2"), url("../resources/fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../resources/fonts/ProximaNova-Extrabld.woff") format("woff2"), url("../resources/fonts/ProximaNova-Extrabld.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../resources/fonts/ProximaNova-Black.woff") format("woff2"), url("../resources/fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../resources/fonts/ProximaNovaT-Thin.woff") format("woff2"), url("../resources/fonts/ProximaNovaT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../resources/fonts/ProximaNova-Semibold.woff") format("woff2"), url("../resources/fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../resources/fonts/ProximaNova-Light.woff") format("woff2"), url("../resources/fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../resources/fonts/ProximaNova-Regular.woff") format("woff2"), url("../resources/fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  border: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  border: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list:active, :hover, :focus {
  outline: none;
  outline-offset: 0;
}

.slick-track {
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slider_customers .slick-slide {
  transform: scale(0.7, 0.7);
  transition: transform 0.3s;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .slick-initialized .slick-slide {
    margin: auto;
  }
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (max-width: 767px) {
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    width: 100%;
    margin: auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 15px;
  width: 7px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  margin-left: 0;
  color: #000000;
  top: 34%;
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
  z-index: 99999;
  border-radius: 50px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .slick-prev,
  .slick-next {
    height: 42px;
    width: 42px;
    margin-right: 0px;
    margin-left: 0px;
    outline: none;
  }
}
@media (max-width: 1100px) and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 2.6875rem;
    width: 2.6875rem;
    margin-right: 0px;
    margin-left: 0px;
    top: 40%;
    transform: translateY(-40%);
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 25%;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  position: relative;
}

.slick-prev {
  left: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1100px) {
  .slick-prev {
    left: 0;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
  z-index: 9999;
}
.slick-prev:before {
  content: url("/i/slider_arrow_left.svg");
}
[dir=rtl] .slick-prev:before {
  content: url("/i/slider_arrow_left.svg");
}

.slick-next {
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 1100px) {
  .slick-next {
    right: 0rem;
  }
}
@media (max-width: 767px) {
  .slick-next {
    right: -9px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: url("/i/slider_arrow_right.svg");
}
[dir=rtl] .slick-next:before {
  content: url("/i/slider_arrow_right.svg");
}

button::-moz-focus-inner {
  border: 0;
}

body {
  background: red;
}

.header {
  padding: 30px 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  /* BURGER */
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
}
.header__wrapper .menu-icon {
  display: none;
  background: #fff;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__wrapper .menu-icon {
    display: block;
  }
}
.header__wrapper .header__icons {
  gap: 30px;
  display: flex;
  z-index: 99999;
}
@media (max-width: 767px) {
  .header__wrapper .header__icons {
    order: 3;
  }
}
.header__wrapper .header__icons > span {
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__wrapper .header__icons__lang {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__wrapper .header__icons__search {
    display: none;
  }
}
.header .custom_logo {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .custom_logo {
    order: 2;
    z-index: 99999;
  }
}
.header .custom_logo img {
  max-width: 159px;
  width: 100%;
  height: 100%;
}
.header .header__menu-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .header__menu-wrap {
    order: 1;
  }
}
@media (max-width: 768px) {
  .header .header__menu-wrap .menu-bar {
    display: flex;
    gap: 15px;
  }
}
.header .header__menu-wrap .header__icons__search {
  display: none;
  z-index: 99999;
}
@media (max-width: 768px) {
  .header .header__menu-wrap .header__icons__search {
    display: inline-block;
  }
}
.header .burger-container {
  position: relative;
  height: 24px;
  width: 24px;
  cursor: pointer;
  display: none;
}
.header .burger-container .line-top,
.header .burger-container .line-middle,
.header .burger-container .line-bottom {
  position: absolute;
  display: block;
  height: 2px;
  width: 24px;
  border-radius: 2px;
  background: #2E2926;
}
.header .burger-container .line-top {
  top: 4px;
  transform-origin: 34px 2px;
}
.header .burger-container .line-middle {
  top: 11px;
  transition: opacity 200ms linear;
}
.header .burger-container .line-bottom {
  bottom: 3px;
  transform-origin: 34px 2px;
}
.header .burger-container.is-open .line-top {
  animation: line-top-out 600ms linear normal;
  animation-fill-mode: forwards;
  top: 3px;
  transform-origin: 26px 0px;
}
.header .burger-container.is-open .line-middle {
  opacity: 0;
}
.header .burger-container.is-open .line-bottom {
  animation: line-bot-out 600ms linear normal;
  animation-fill-mode: forwards;
  bottom: 3px;
  transform-origin: 25px 3px;
}
.header .burger-container.is-closed .line-top {
  animation: line-top-in 600ms linear normal;
  animation-fill-mode: forwards;
}
.header .burger-container.is-closed .line-middle {
  transition-delay: 200ms;
}
.header .burger-container.is-closed .line-bottom {
  animation: line-bot-in 600ms linear normal;
  animation-fill-mode: forwards;
}
.header.header-home .line-top,
.header.header-home .line-middle,
.header.header-home .line-bottom {
  position: absolute;
  display: block;
  height: 2px;
  width: 24px;
  border-radius: 2px;
  background: #FFFBF8;
}

.header-home .menu li.menu-item {
  position: relative;
}
.header-home .menu li.menu-item.menu-item-has-children {
  position: relative;
}
.header-home .menu li.menu-item.menu-item-has-children > a:after {
  content: " ▾";
  position: absolute;
  top: 3px;
  right: -15px;
  font-size: 10px;
}
.header-home .menu li.menu-item.menu-item-has-children:after {
  color: transparent;
}
.header-home .menu li.menu-item > a {
  color: #FFFBF8;
}
.header-home #main-menu.show-mobile > div > ul a {
  color: #2E2926;
}
.header-home .custom_logo.mobile {
  display: none;
}
.header-home .burger-container.is-open > div {
  background: #2E2926;
}
.header-home.head-active .header__icons__search svg path, .header-home.head-active .header__icons__cart svg path {
  stroke: #2E2926;
}
.header-home.head-active .header__icons__search p, .header-home.head-active .header__icons__cart p {
  color: #2E2926;
}
.header-home .logo-home {
  order: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-home .logo-home img {
  max-width: 100px;
}
@media (max-width: 768px) {
  .header-home .header__icons__cart p {
    color: #FFFBF8 !important;
  }
}
.header-home .mobonly select.pll-switcher-select {
  color: #FFFBF8;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L0.401924 0.75L5.59808 0.75L3 4.5Z' fill='%23FFFBF8'/%3E%3C/svg%3E%0A");
}
.header-home .mobonly select.pll-switcher-select option {
  color: #2E2926;
}
@media (max-width: 768px) {
  .header-home.head-active .header__icons__cart p {
    color: #2E2926 !important;
  }
  .header-home.head-active select.pll-switcher-select {
    z-index: 999999;
    color: #2E2926;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L0.401924 0.75L5.59808 0.75L3 4.5Z' fill='%23595552'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
  }
  .header-home.head-active select.pll-switcher-select option {
    color: #2E2926;
  }
}

.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li.menu-item {
  margin-right: 30px;
  position: relative;
}
.menu li.menu-item.menu-item-has-children {
  position: relative;
}
.menu li.menu-item > a {
  color: #595552;
  font-weight: 400;
  letter-spacing: 0.48px;
}
.menu li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #FFFBF8;
  padding: 20px 30px 30px 30px;
}
.menu li.menu-item ul.sub-menu li a {
  color: #2E2926;
}
.menu li.menu-item.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

#breadcrumbs {
  padding: 13px 0;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  font-size: 14px;
  font-weight: 400;
}
#breadcrumbs a {
  color: #2E2926;
}
#breadcrumbs svg {
  vertical-align: middle;
}
#breadcrumbs .breadcrumb_last {
  color: #837F7C;
}

@media (max-width: 768px) {
  /* Стили для мобильного меню и скрытия по умолчанию */
  #main-menu {
    display: none;
  }
  #main-menu .menu-item-has-children > a {
    position: relative;
  }
  #main-menu .menu-item-has-children > a:after {
    content: " ▾";
    position: absolute;
    top: 0;
    right: -20px;
    color: #2E2926;
    font-size: 10px;
  }
  #main-menu .menu-item-has-children > a.drop-active:after {
    transform: rotate(180deg);
  }
  /* Стили для бургер-кнопки */
  .menu-icon {
    cursor: pointer;
  }
  /* Стили для активного мобильного меню */
  #main-menu.show-mobile {
    display: block;
    z-index: 9;
  }
  #main-menu.show-mobile .header-menu {
    padding: 20px;
  }
  /* Стили для выпадающего списка */
  #main-menu.show-mobile > div > ul {
    display: block;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px !important;
    height: 100vh;
    overflow-y: scroll;
  }
  #main-menu.show-mobile > div > ul > li > a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.48px;
  }
  #main-menu.show-mobile > div > ul li {
    padding: 10px 0;
  }
  #main-menu.show-mobile > div > ul li a {
    font-size: 16px;
    display: block;
  }
  #main-menu.show-mobile ul.sub-menu {
    display: none;
    position: relative;
    background: transparent;
    border: none;
    padding-top: 0;
    padding-left: 0;
  }
  #main-menu.show-mobile ul.sub-menu li a {
    color: #2E2926;
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit;
  }
  /* Скрытие выпадающего списка */
  #main-menu ul {
    display: none;
  }
  .burger-container {
    display: block !important;
    z-index: 99999;
  }
}
@keyframes line-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}
@keyframes line-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}
@keyframes line-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}
@keyframes line-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}
/* 15.09 */
.sub-menu li a {
  font-family: Proxima Nova;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-transform: capitalize !important;
}

.sub-menu li {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .menu li.menu-item.menu-item-has-children:hover > ul.sub-menu {
    min-width: 350px;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .sub-menu {
    flex-wrap: wrap;
    padding: 20px 30px 10px 30px !important;
  }
  .sub-menu li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .sub-menu {
    flex-direction: column;
  }
}
.hide-mob {
  display: none !important;
}

.header__icons p {
  color: #595552 !important;
}

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

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

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

@media (max-width: 767px) {
  .header-home {
    background-color: transparent !important;
  }
}
.header-home.head-active .logo-home {
  display: none;
}

body.menu-active {
  overflow: hidden;
}

select.pll-switcher-select {
  color: #595552;
  font-size: 16px;
  text-transform: lowercase;
  font-family: "Montserrat", sans-serif;
  width: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L0.401924 0.75L5.59808 0.75L3 4.5Z' fill='%23595552'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
}

@media (min-width: 768px) {
  .menu-bar.hide-for-medium .header__icons__lang {
    display: none;
  }
}
header .select2-container {
  width: 61px !important;
  z-index: 999;
}
header .select2-container .select2-selection {
  border: none !important;
  background: transparent !important;
}
header .select2-container .select2-selection > span {
  text-transform: lowercase;
}

@media (max-width: 768px) {
  .header-home .select2-selection__rendered {
    color: #FFFBF8 !important;
  }
  .header-home .select2-selection__arrow b {
    border-color: #FFFBF8 transparent transparent transparent !important;
  }
}

body.menu-active .select2-selection__rendered {
  color: #2E2926 !important;
}
body.menu-active .select2-selection__arrow b {
  border-color: #2E2926 transparent transparent transparent !important;
}

.select2-search--dropdown {
  display: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #2E2926 !important;
}

.footer .container {
  border-top: 1px solid #ACA8A5;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .footer .container {
    padding: 20px 10px;
    border-top: none;
  }
}
.footer__logo {
  max-width: 159px !important;
  width: 100%;
  height: auto;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif !important;
}
.footer__top .text {
  font-weight: 700;
  margin-bottom: 15px;
  color: #2E2926;
}
@media (max-width: 767px) {
  .footer__top .text {
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .footer__top__first {
    padding-bottom: 20px;
    border-bottom: 1px solid #ACA8A5;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer__top__category {
    width: 100%;
  }
}
.footer__top__category .footer-menu-cat {
  display: flex;
  flex-wrap: wrap;
}
.footer__top__category .footer-menu-cat li {
  width: 50%;
}
@media (max-width: 767px) {
  .footer__top__category .footer-menu-cat li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__top__category > p {
    position: relative;
  }
  .footer__top__category > p:after {
    content: " ▾";
    position: absolute;
    top: 0;
    right: 10px;
    color: #2E2926;
    font-size: 10px;
  }
  .footer__top__category > p.drop-active:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .footer__top__about {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__top__about > p {
    position: relative;
  }
  .footer__top__about > p:after {
    content: " ▾";
    position: absolute;
    top: 0;
    right: 10px;
    color: #2E2926;
    font-size: 10px;
  }
  .footer__top__about > p.drop-active:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .footer__top__info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__top__info > p {
    position: relative;
    cursor: pointer;
  }
  .footer__top__info > p:after {
    content: " ▾";
    position: absolute;
    top: 0;
    right: 10px;
    color: #2E2926;
    font-size: 10px;
  }
  .footer__top__info > p.drop-active:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .footer__top__address {
    width: 100%;
  }
  .footer__top__address > .text {
    display: none;
  }
  .footer__top__address .footer-menu-wrapper {
    display: block;
  }
}
.footer__top .about-mob {
  display: none;
  color: #2E2926;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__top .about-mob {
    display: block;
  }
}
.footer__copyright {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer__copyright {
    padding-top: 20px;
    border-top: 1px solid #ACA8A5;
    display: flex;
    justify-content: space-between;
  }
  .footer__copyright .socials-mob {
    display: flex !important;
  }
}
.footer__copyright .socials.socials-mob {
  display: none;
}
.footer__copyright.created_by {
  display: none;
}
.footer .footer-menu li {
  margin-bottom: 15px;
}
.footer .footer-menu li a {
  color: #2E2926;
  font-size: 14px;
  font-weight: 400;
}
.footer .socials {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-menu-wrapper {
    display: none;
  }
}

.slider {
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .slider {
    height: 580px;
  }
}
.slider__item {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100px;
  display: flex;
  align-items: center;
}
.slider__item__content {
  padding-left: 80px;
}
@media (max-width: 1024px) {
  .slider__item__content {
    padding-left: 0;
    margin-top: 0;
  }
}
.slider__item__content .text-hero {
  color: #FFFBF8;
  margin-bottom: 20px;
}
.slider__item__content .text {
  color: #FFFBF8;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .hero.slider {
    height: 100%;
    margin-top: -55px;
  }
}
.hero.slider .slider__item {
  background-color: #fcfdfb;
}
@media (max-width: 768px) {
  .hero.slider .slider__item {
    min-height: calc(100vh - 100px);
    background-position: 90% 50%;
    align-items: end;
  }
}
@media (max-width: 768px) {
  .hero.slider .slider__item__content {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hero.slider .slider__item__content .text-hero {
    color: #FFFBF8;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
  }
}
.hero.slider .slider__item__content .text {
  max-width: 38%;
}
@media (max-width: 1024px) {
  .hero.slider .slider__item__content .text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero.slider .slider__item__content .text {
    color: #FFFBF8;
    max-width: 280px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}
.hero__arrows {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1150px) {
  .hero__arrows {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hero__arrows {
    display: flex;
    top: auto;
    bottom: 7%;
  }
}
.hero__arrows__left {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACtSURBVHgB7dhBCsIwEIXhl4KLrrxCr+KJ9QY5ij2CK1upEJsgVHSpOJn2/2AgWeVNyCKMBAAANiQNQ5em8ThXzGt5UsLfx/McPpW6XU/6UqM/Kbe9C1FJ3XJ6s5cHHzefK+89PCHCWyG8FcJbIbwV1+Gz8ikzDP+Dv1C4yDP3TyijiVrQRC1oohY0UYv1NuFpLhTatteUDgrql9OdzIVePUeLsYwXvY0WAQDAmwd682N6r/zGGwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__arrows__right {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACrSURBVHgB7dhBCsIwEIXhl4KLrrxCr+KJ9QY9ij2CKxuJEG1QwXVKJ1P+DwLZ9b0mizASAABwLM/zkFM8v9e47OVNCZ5iLusZr1uX6FQt3H7brEGH4OskyhVa/vz3FIxOogolWkGJVlCiFZRoxX5LPO4XVVrhLVTz9e4oD1xfIcJbIbwVwlshvBX375y/uZBB+HXnQkGTUj6Fvp/kxWe0OJbxosfRIgAAqPACfrFka08dbsMAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__swiper-pagination {
  bottom: 10% !important;
  position: absolute;
  z-index: 9;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  padding-left: 80px !important;
}
@media (max-width: 1024px) {
  .hero__swiper-pagination {
    padding-left: 0 !important;
    justify-content: center;
    bottom: 5% !important;
  }
}
.hero__swiper-pagination .swiper-pagination-bullet {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
  height: auto;
  width: 50px;
}
.hero__swiper-pagination .swiper-pagination-bullet span {
  width: 100%;
  background: #ACA8A5;
  height: 1px;
  margin-bottom: 15px;
}
.hero__swiper-pagination .swiper-pagination-bullet p {
  font-size: 14px;
  padding: 0 8px;
  color: #ACA8A5;
  border-left: 1px solid #ACA8A5;
  line-height: 1;
}
.hero__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: #FCF8EA;
}
.hero__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active p {
  color: #FCF8EA;
}
.hero__swiper-pagination .swiper-pagination-bullet:first-child p {
  text-align: right;
  border-left: 0;
}

.top-sales {
  padding: 150px 0;
  display: none;
}
@media (max-width: 768px) {
  .top-sales {
    padding: 95px 0;
  }
}
.top-sales .container {
  border-top: 1px solid #ACA8A5;
}
.top-sales .text-h2 {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .top-sales .text-h2 {
    margin: 30px 0;
  }
}
.top-sales__wrapper__products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.top-sales__wrapper__products a {
  max-width: 32%;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .top-sales__wrapper__products a {
    max-width: 48%;
  }
}
@media (max-width: 768px) {
  .top-sales__wrapper__products a.mob_big {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .top-sales__wrapper__products a.mob_big .top-sales__wrapper__products__item__image {
    height: 445px;
  }
}
.top-sales__wrapper__products__item {
  position: relative;
}
.top-sales__wrapper__products__item__bubble {
  padding: 6px 10px;
  background: #2E2926;
  color: #FFFBF8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
}
.top-sales__wrapper__products__item__image {
  height: 500px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .top-sales__wrapper__products__item__image {
    height: 220px;
  }
}
.top-sales__wrapper__products__item__image__back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: 0.3s all;
}
.top-sales__wrapper__products__item__image__back + .top-sales__wrapper__products__item__image__back {
  opacity: 0;
}
.top-sales__wrapper__products__item__content .prod-title {
  font-size: 18px;
  color: #2E2926;
  margin-bottom: 5px;
}
.top-sales__wrapper__products__item__content .prod-price {
  font-size: 18px;
  color: #2E2926;
  font-weight: 700;
}
.top-sales__wrapper__products__item:hover .top-sales__wrapper__products__item__image__back:nth-child(2) {
  opacity: 1 !important;
}
.top-sales__wrapper .top-sales-button {
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
  color: #2E2926;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 20px 0;
  width: 100%;
  border: 2px solid #837F7C;
}

.home-categories {
  padding-bottom: 75px;
  margin-top: 100px;
}
.home-categories .container {
  border-top: 1px solid #ACA8A5;
}
.home-categories .container .text-h2 {
  margin: 30px 0 68px;
}
.home-categories__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .home-categories__wrapper {
    display: none;
  }
}
.home-categories__wrapper a {
  flex: 0 0 33.333333%;
  height: 380px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .home-categories__wrapper a {
    flex: 0 0 50%;
  }
}
.home-categories__wrapper a span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home-categories__wrapper a:hover span {
  transform: scale(1.2) !important;
}
.home-categories__wrapper a p {
  z-index: 1;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2E2926;
  letter-spacing: -0.22px;
}
.home-categories__wrapper a.short {
  flex: 0 0 25%;
}
.home-categories__wrapper-mob {
  display: none;
}
@media (max-width: 768px) {
  .home-categories__wrapper-mob {
    display: flex;
    margin-bottom: 20px;
  }
}
.home-categories__wrapper-mob a {
  height: 380px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  width: 75%;
}
.home-categories__wrapper-mob a span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home-categories__wrapper-mob a p {
  z-index: 1;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2E2926;
  letter-spacing: -0.22px;
}
.home-categories .related__arrows, .home-categories .related__arrows-mob {
  display: none;
  justify-content: center;
}
@media (max-width: 768px) {
  .home-categories .related__arrows, .home-categories .related__arrows-mob {
    display: flex;
    padding: 0 15px;
  }
}
.home-categories .related__arrows .swiper-pagination-rel, .home-categories .related__arrows .swiper-pagination-rel-mob, .home-categories .related__arrows-mob .swiper-pagination-rel, .home-categories .related__arrows-mob .swiper-pagination-rel-mob {
  text-align: center;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px;
  gap: 10px;
}
.home-categories .related__arrows .swiper-pagination-rel .swiper-pagination-total, .home-categories .related__arrows .swiper-pagination-rel-mob .swiper-pagination-total, .home-categories .related__arrows-mob .swiper-pagination-rel .swiper-pagination-total, .home-categories .related__arrows-mob .swiper-pagination-rel-mob .swiper-pagination-total {
  color: #837F7C;
}
.home-categories .related__arrows__left, .home-categories .related__arrows__left-mob, .home-categories .related__arrows-mob__left, .home-categories .related__arrows-mob__left-mob {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE1LjUgMThMOS41IDEyTDE1LjUgNiIgc3Ryb2tlPSIjODM3RjdDIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home-categories .related__arrows__right, .home-categories .related__arrows__right-mob, .home-categories .related__arrows-mob__right, .home-categories .related__arrows-mob__right-mob {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTkuNSA2TDE1LjUgMTJMOS41IDE4IiBzdHJva2U9IiM4MzdGN0MiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.home-outfits {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .home-outfits {
    padding-top: 0;
    padding-bottom: 75px;
  }
}
.home-outfits .container {
  border-top: 1px solid #ACA8A5;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.home-outfits__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.home-outfits__top__left {
  width: 100%;
  max-width: 40%;
}
@media (max-width: 1024px) {
  .home-outfits__top__left {
    order: 2;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home-outfits__top__left {
    order: 3;
    position: relative;
  }
}
.home-outfits__top__left .swipebig .swiper-slide div {
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .home-outfits__top__left .swipebig .swiper-slide div {
    height: 500px;
  }
}
.home-outfits__top__left .swipebig .swiper-slide div a {
  margin: 20px;
}
.home-outfits__top__left .swiper-button-next-outmob {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23FFFBF8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  z-index: 999;
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  .home-outfits__top__left .swiper-button-next-outmob {
    display: block;
  }
}
.home-outfits__top__left .swiper-button-prev-outmob {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23FFFBF8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  z-index: 999;
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
}
@media (max-width: 768px) {
  .home-outfits__top__left .swiper-button-prev-outmob {
    display: block;
  }
}
.home-outfits__top__right {
  width: 100%;
  max-width: 60%;
  padding: 100px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .home-outfits__top__right {
    order: 1;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home-outfits__top__right {
    padding: 0;
    margin-bottom: 30px;
  }
}
.home-outfits__top__right__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-outfits__top__right__content .text-h2 {
  margin-bottom: 20px;
}
.home-outfits__top__right__content .text {
  color: #595552;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.22px;
}
.home-outfits__bottom {
  position: relative;
  width: 100%;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .home-outfits__bottom {
    order: 3;
  }
}
@media (max-width: 768px) {
  .home-outfits__bottom {
    order: 2;
    margin-bottom: 10px;
    display: none;
  }
}
.home-outfits__bottom .swipesmall .swiper-slide div {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-outfits__bottom .swiper-button-next {
  right: 30px;
}
.home-outfits__bottom .swiper-button-next:after {
  font-size: 24px;
  color: #FFFBF8;
}
.home-outfits__bottom .swiper-button-prev {
  left: 30px;
}
.home-outfits__bottom .swiper-button-prev:after {
  font-size: 24px;
  color: #FFFBF8;
}

.home-about-us {
  padding: 75px 0 150px;
}
@media (max-width: 768px) {
  .home-about-us {
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-about-us .container {
  border-top: 1px solid #ACA8A5;
}
.home-about-us .container .text-h2 {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .home-about-us .container .text-h2 {
    margin: 30px 0;
  }
}
.home-about-us__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .home-about-us__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home-about-us__wrapper {
    margin-bottom: 30px;
  }
}
.home-about-us__wrapper__left {
  flex: 0 0 63.888888%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 1024px) {
  .home-about-us__wrapper__left {
    flex: 0 0 100%;
    padding-bottom: 56.25%;
  }
}
@media (max-width: 768px) {
  .home-about-us__wrapper__left {
    min-height: 308px;
  }
}
.home-about-us__wrapper__right {
  background-color: #2E2926;
  padding: 140px 105px;
}
@media (max-width: 768px) {
  .home-about-us__wrapper__right {
    padding: 30px;
  }
}
.home-about-us__wrapper__right__content {
  color: #FFFBF8;
  padding: 60px 0;
  border-top: 1px solid #ACA8A5;
  border-bottom: 1px solid #ACA8A5;
}
@media (max-width: 768px) {
  .home-about-us__wrapper__right__content {
    padding: 30px 0;
  }
}
.home-about-us__wrapper__right__content .text-h4 {
  margin-bottom: 20px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .home-about-us__wrapper__right__content .text-h4 {
    color: #2E2926;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    max-width: 212px;
  }
}
@media (max-width: 768px) {
  .home-about-us__wrapper__right__content .text {
    color: #2E2926;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21;
  }
}
.home-about-us__button {
  margin: 0 auto;
  display: table !important;
}

/* _ */
@media (max-width: 768px) {
  .home-atelier .text-h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .home-atelier .home-atelier-subtitle {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.16px;
  }
}

.home-atelier .container {
  padding-top: 60px;
  margin-bottom: 150px;
}

.home-atelier-subtitle {
  margin-top: 20px;
  max-width: 915px;
}
@media (max-width: 768px) {
  .home-atelier-subtitle {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.16px;
  }
}

.atelier_points_container {
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.atelier_point {
  padding-right: 100px;
  border-right: 1px solid #ACA8A5;
}

.atelier_point:nth-child(4) {
  padding: 0;
  border: none;
}

.atelier_point_icon {
  height: 58px;
  width: 58px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 20px auto;
}

.atelier_point .text {
  text-align: center;
  color: #2E2926;
}
@media (max-width: 768px) {
  .atelier_point .text {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (max-width: 1140px) {
  .atelier_point {
    padding-right: 50px;
  }
}
@media screen and (max-width: 980px) {
  .atelier_point {
    padding: 0;
    border: none;
    width: 50%;
    margin-top: 30px;
  }
}
/* _ */
@media screen and (max-width: 768px) {
  html[lang=ru-RU] .hero.slider .slider__item__content .text {
    max-width: 310px;
  }
  html[lang=ru-RU] .home-about-us__wrapper__right__content .text-h4 {
    max-width: 300px;
  }
}

.outfit-archive__content {
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
}
.outfit-archive__content__left {
  width: 100%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 4%;
  padding-left: 4%;
}
@media (max-width: 1024px) {
  .outfit-archive__content__left {
    padding-right: 0;
  }
}
.outfit-archive__content__left .text-h2 {
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .outfit-archive__content__left .text-h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    max-width: 340px;
  }
}
.outfit-archive__content__left .text {
  font-size: 22px;
  letter-spacing: -0.22px;
  line-height: 1.45;
  color: #595552;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .outfit-archive__content__left .text {
    font-size: 18px;
    font-weight: 400;
    color: #2E2926;
  }
}
.outfit-archive__content__right {
  width: 100%;
  max-width: 50%;
  position: relative;
  min-height: 550px;
}
.outfit-archive__content__right span {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.outfit-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 150px;
}
.outfit-archive__list > div {
  width: 100%;
  max-width: 32.7%;
}
.outfit-archive__list > div a {
  background-size: cover;
  padding-bottom: 123%;
  display: block;
}

.woocommerce-products-header {
  display: none;
}

.woocommerce .loader::before {
  display: none;
}

.woocommerce-shop ul.products li.product .button {
  display: none;
}

body.post-type-archive-product .site-main ul.products li a .top-sales__wrapper__products__item__image__back {
  transition: 0.3s all;
}
body.post-type-archive-product .site-main ul.products li a:hover .top-sales__wrapper__products__item__image__back:nth-child(2) {
  opacity: 1;
}
body.post-type-archive-product .site-main ul.products li a:hover .top-sales__wrapper__products__item__image:before {
  transform: rotate(90deg);
}
body.post-type-archive-product .site-main ul.products li.hover-act a .top-sales__wrapper__products__item__image__back:nth-child(2) {
  opacity: 1;
}
body.post-type-archive-product .site-main ul.products li.hover-act a .top-sales__wrapper__products__item__image:before {
  transform: rotate(90deg);
}
body.post-type-archive-product .site-main ul.products li .top-sales__wrapper__products__item__image:before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z' stroke='%23FFFBF8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 12L12 8L8 12' stroke='%23FFFBF8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16L12 8' stroke='%23FFFBF8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  transition: 0.3s all;
}

.woo-filtration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .woo-filtration {
    align-items: flex-start;
    overflow: hidden;
  }
}
.woo-filtration .material-filter {
  display: flex;
  gap: 45px;
}
@media (max-width: 768px) {
  .woo-filtration .material-filter {
    margin-bottom: 20px;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .woo-filtration .material-filter li {
    width: 100%;
  }
}
.woo-filtration .material-filter li a {
  font-size: 16px;
  font-weight: 500;
  color: #837F7C;
}
.woo-filtration .material-filter li a:hover {
  color: #2E2926;
  text-decoration: underline;
}
.woo-filtration .woocommerce-ordering {
  margin-bottom: 0;
}
.woo-filtration .woocommerce-ordering form {
  margin-bottom: 0;
}
.woo-filtration .woocommerce-ordering form select {
  font-weight: 500;
  color: #2E2926;
  font-size: 16px;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 30px;
  flex-direction: row;
}
.woocommerce ul.products:before {
  display: none;
}
.woocommerce ul.products:after {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.woocommerce ul.products li.product:not(.swiper-slide) {
  max-width: 32%;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product:not(.swiper-slide) {
    margin-bottom: 20px;
    max-width: 100%;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product:not(.swiper-slide).first {
    width: 100% !important;
  }
  .woocommerce ul.products li.product:not(.swiper-slide).first .my_new_wrapper {
    height: 443px;
  }
}
.woocommerce ul.products li.product:not(.swiper-slide) .woocommerce-loop-product__title {
  color: #2E2926;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-top: 0;
}
.woocommerce ul.products li.product:not(.swiper-slide) .price {
  color: #2E2926;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.woocommerce-message {
  border-top-color: transparent;
  background: #FEF7EF;
  color: #595552;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-message a {
  display: none !important;
  background: #2E2926;
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  order: 2;
}
.woocommerce-message:before {
  content: "";
  width: 24px;
  height: 24px;
  top: 12px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGJSURBVHgBrVTRTcMwEL2zzXddiX/CJmUDNkBM0H4ikbbXNkJ8lg3aDdiAsgFMQDYglVCFROzDl6oF0gSJhPfhxPdyp/fOFyP8AqKrSPFRXwFYD5B5/Lgjuk3rvld1RDIZXWg2Lwjckz2CP5e9xOtysE6RJALDZDhNaBefUUwhNnaYn1YprFSG3gwAOP1eSDCkYv+05Q9RY5MtglpVMZ75WSN2KkXIIn1g7+fh1cKfgSkqpHg8XZpCh2fpxTLovN8Kgz4zdFEBHeSWOc/nIV+ELJGIrOb8FRycDZNkJfxkdL3QqDiezC7LtcocUdzTDA8O37qhZ++FNWd8Bo2Qp7Iac9wJxUy0DW5SaIE833T3p0k03ysLLlYe3WNVUpn7mjeOjHI+AqV+WBzRzQJqUMNlyqE1oLT0rGG/duCQj1Yxs5Vph1bAjDEUE6/QGpiGv+JEKVQdDBtoAc9+LU9RZh3zGloh2AwOZTT+4QAkn8Npyg0RrFIc96AhsLhFZDQAo3CbDrSGATQGF+snMHmsum1FElsAAAAASUVORK5CYII=");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.woocommerce-message.msg-outfit {
  display: none;
}

.prod-tag-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: flex;
}
.prod-tag-wrapper .prod-tag {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  padding: 6px 10px 5px;
  background: #2E2926;
  color: #FFFBF8;
}
.prod-tag-wrapper .prod-tag.new {
  background: #FFFBF8;
  color: #2E2926;
}
.prod-tag-wrapper .prod-tag.soon {
  background: transparent;
  color: #2E2926;
  border: 2px solid #2E2926;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  display: none;
}

body.archive.tax-product_cat ul.products li a.button.product_type_variable {
  display: none;
}

.woo-filtration .material-filter::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .single-product #breadcrumbs {
    display: none;
  }
}
.single-product .product.wvs-archive-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .single-product .product.wvs-archive-product-wrapper {
    flex-direction: column;
  }
}
.single-product .product.wvs-archive-product-wrapper .summary {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .single-product .product.wvs-archive-product-wrapper .summary {
    padding-top: 30px;
  }
}
.single-product .product.wvs-archive-product-wrapper .summary .product_title {
  font-size: 18px;
  font-weight: 400;
  color: #2E2926;
  margin-bottom: 10px;
}
.single-product .product.wvs-archive-product-wrapper .summary .price {
  font-size: 18px;
  font-weight: 400;
  color: #2E2926;
  margin-bottom: 20px;
}
.single-product .product.wvs-archive-product-wrapper .related.products {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ACA8A5;
  margin-top: 100px;
}
.single-product .product.wvs-archive-product-wrapper .related.products .related-wrapper {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .single-product .product.wvs-archive-product-wrapper .related.products .swiper-wrapper .swiper-slide img {
    max-height: 275px;
  }
}
@media (max-width: 768px) {
  .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows {
    display: none;
  }
}
.single-product .product.wvs-archive-product-wrapper .related.products .related__arrows, .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows-mob {
  display: flex;
  justify-content: space-between;
}
.single-product .product.wvs-archive-product-wrapper .related.products .related__arrows .swiper-pagination-rel, .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows .swiper-pagination-rel-mob, .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows-mob .swiper-pagination-rel, .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows-mob .swiper-pagination-rel-mob {
  text-align: center;
  height: 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 25px;
}
.single-product .product.wvs-archive-product-wrapper .related.products .related__arrows .swiper-pagination-rel .swiper-pagination-total, .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows .swiper-pagination-rel-mob .swiper-pagination-total, .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows-mob .swiper-pagination-rel .swiper-pagination-total, .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows-mob .swiper-pagination-rel-mob .swiper-pagination-total {
  color: #837F7C;
}
.single-product .product.wvs-archive-product-wrapper .related.products .related__arrows__left, .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows-mob__left {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE1LjUgMThMOS41IDEyTDE1LjUgNiIgc3Ryb2tlPSIjODM3RjdDIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.single-product .product.wvs-archive-product-wrapper .related.products .related__arrows__right, .single-product .product.wvs-archive-product-wrapper .related.products .related__arrows-mob__right {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTkuNSA2TDE1LjUgMTJMOS41IDE4IiBzdHJva2U9IiM4MzdGN0MiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.single-product .product.wvs-archive-product-wrapper .related.products ul li a.add_to_cart_button {
  display: none;
}
.single-product .product.wvs-archive-product-wrapper button.single_add_to_cart_button {
  font-family: "Proxima Nova", sans-serif;
  padding: 14px 30px;
  background-color: #E3DED4 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  border-radius: 0;
}
.single-product .product.wvs-archive-product-wrapper .quantity {
  display: none !important;
}
@media (max-width: 768px) {
  .single-product .woo-gallery__b-slide__wrap .swiper-slide {
    max-height: 100% !important;
  }
}

table.variations th.label label {
  font-weight: 400 !important;
  color: #837F7C;
}
table.variations th.label .woo-selected-variation-item-name {
  font-weight: 400 !important;
}
table.variations img {
  width: 40px !important;
  height: 50px !important;
}
table.variations ul {
  gap: 1px;
}
table.variations ul li {
  background-color: transparent !important;
}
table.variations ul li:hover {
  box-shadow: none !important;
  outline: 1px solid #2E2926 !important;
}
table.variations .wrapper-pa_size ul li {
  margin: 0 !important;
  box-shadow: none !important;
  border: 1px solid #D5D5D5;
}
table.variations .wrapper-pa_size ul li.selected {
  outline: 1px solid #2E2926 !important;
}
table.variations .wrapper-pa_size ul li.disabled div:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDUwIDI2IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTAuNDIzODI4IDEuMTc3MjVMNDkuMDAwMiAyNS4wMDAxIiBzdHJva2U9IiNENUQ1RDUiLz4KPC9zdmc+Cg==") !important;
}
table.variations .wrapper-pa_size ul li div span {
  font-size: 16px;
  letter-spacing: 0.48px;
  font-weight: 400;
  color: #2E2926;
  padding: 5px 15px !important;
}
table.variations .wrapper-pa_kolir ul {
  gap: 8px;
}
table.variations .wrapper-pa_kolir ul li {
  width: 48px !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 4px !important;
  box-shadow: none !important;
}
table.variations .wrapper-pa_kolir ul li.selected {
  outline: 1px solid #2E2926 !important;
}
table.variations .wrapper-pa_kolir ul li.selected div:before {
  display: none !important;
}
table.variations .wrapper-pa_material {
  display: flex;
}
table.variations .wrapper-pa_material td.value {
  font-weight: 400;
}

.woo-gallery {
  width: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .woo-gallery {
    width: 100%;
  }
}
.woo-gallery__b-slide {
  position: relative;
}
.woo-gallery__b-slide__wrap .swiper-slide {
  max-height: 755px;
}
@media (max-width: 1024px) {
  .woo-gallery__b-slide__wrap .swiper-slide {
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .woo-gallery__b-slide__wrap .swiper-slide {
    max-height: 468px !important;
  }
}
.woo-gallery__b-slide__wrap .swiper-slide video {
  max-height: 755px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .woo-gallery__b-slide__wrap .swiper-slide video {
    max-height: 100% !important;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media (max-width: 1024px) {
  .woo-gallery__b-slide__wrap .swiper-slide img {
    width: 100%;
  }
}
.woo-gallery__s-slide {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 1024px) {
  .woo-gallery__s-slide {
    display: none;
  }
}
.woo-gallery__s-slide__wrap {
  height: 500px;
}
.woo-gallery__s-slide__wrap .swiper-slide video {
  height: 116px !important;
}
.woo-gallery__s-slide img {
  width: 93px;
  height: 116px;
}

.product-info {
  /* Core styles/functionality */
  /* Visual styles */
}
.product-info .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.product-info .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.product-info .tab input:checked ~ .tab__content {
  max-height: 24rem;
  padding-bottom: 15px;
}
.product-info .accordion {
  color: #2E2926;
  overflow: hidden;
}
.product-info .accordion .tab {
  border-bottom: 1px solid #C9C9C9;
}
.product-info .accordion .tab:first-child {
  border-top: 1px solid #C9C9C9;
}
.product-info .accordion table {
  margin-bottom: 30px;
}
.product-info .accordion table th, .product-info .accordion table td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: #2E2926;
  border: 1px solid #C9C9C9;
  padding: 15px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .product-info .accordion table th, .product-info .accordion table td {
    font-size: 14px;
    padding: 15px 25px;
  }
}
.product-info .tab__label,
.product-info .tab__close {
  display: flex;
  color: #2E2926;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}
.product-info .tab__label {
  justify-content: space-between;
  padding: 20px 0;
}
.product-info .tab__label::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIuMDAxIDEzTDkuNDAyOSA5LjI1TDE0LjU5OTEgOS4yNUwxMi4wMDEgMTNaIiBmaWxsPSIjODM3RjdDIi8+Cjwvc3ZnPgo=");
  background-size: cover;
  text-align: center;
  transition: all 0.35s;
}
.product-info .tab input:checked + .tab__label::after {
  transform: rotate(180deg);
}
.product-info .tab__content p {
  margin: 0;
  padding: 1rem;
}
.product-info .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.products {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* border-top: 1px solid $pinetree3; */
  margin-top: 100px;
}
.products .related-wrapper {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
.products .related-swiper a {
  width: 100%;
}
@media (max-width: 1024px) {
  .products .swiper-wrapper .swiper-slide img {
    max-height: 275px;
  }
}
@media (max-width: 768px) {
  .products .related__arrows {
    display: none !important;
  }
}
.products .related__arrows, .products .related__arrows-mob {
  display: flex;
  justify-content: space-between;
}
.products .related__arrows .swiper-pagination-rel, .products .related__arrows .swiper-pagination-rel-mob, .products .related__arrows-mob .swiper-pagination-rel, .products .related__arrows-mob .swiper-pagination-rel-mob {
  text-align: center;
  height: 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 25px;
}
.products .related__arrows .swiper-pagination-rel .swiper-pagination-total, .products .related__arrows .swiper-pagination-rel-mob .swiper-pagination-total, .products .related__arrows-mob .swiper-pagination-rel .swiper-pagination-total, .products .related__arrows-mob .swiper-pagination-rel-mob .swiper-pagination-total {
  color: #837F7C;
}
.products .related__arrows__left, .products .related__arrows-mob__left {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE1LjUgMThMOS41IDEyTDE1LjUgNiIgc3Ryb2tlPSIjODM3RjdDIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.products .related__arrows__right, .products .related__arrows-mob__right {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTkuNSA2TDE1LjUgMTJMOS41IDE4IiBzdHJva2U9IiM4MzdGN0MiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.products ul li a.add_to_cart_button {
  display: none;
}

.related.products.related-mob {
  display: none !important;
}
@media (max-width: 768px) {
  .related.products.related-mob {
    display: block !important;
  }
}
.related.products.related-mob li {
  max-width: 100% !important;
}

.related.products {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ACA8A5;
  margin-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .related.products {
    display: none !important;
  }
}
.related.products .products {
  margin-top: 0;
  border-top: none !important;
}
.related.products .related-wrapper {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
.related.products .related-swiper {
  width: 100%;
}
.related.products .related-swiper-mob {
  width: 100%;
}
.related.products .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  max-width: 100%;
}
.related.products .swiper-wrapper .swiper-slide h2 {
  color: #2E2926;
  font-size: 18px;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0;
}
.related.products .swiper-wrapper .swiper-slide .price {
  color: #2E2926;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .related.products .swiper-wrapper .swiper-slide img {
    max-height: 275px;
  }
}
@media (max-width: 768px) {
  .related.products .related__arrows {
    display: none !important;
  }
}
.related.products .related__arrows-mob {
  display: flex;
}
@media (min-width: 768px) {
  .related.products .related__arrows-mob {
    display: none !important;
  }
}
.related.products .related__arrows-mob {
  margin-top: 30px;
}
.related.products .related__arrows-mob .swiper-pagination-rel-mob {
  justify-content: center !important;
  gap: 10px;
}
.related.products .related__arrows, .related.products .related__arrows-mob {
  display: flex;
  justify-content: space-between;
}
.related.products .related__arrows .swiper-pagination-rel, .related.products .related__arrows .swiper-pagination-rel-mob, .related.products .related__arrows-mob .swiper-pagination-rel, .related.products .related__arrows-mob .swiper-pagination-rel-mob {
  text-align: center;
  height: 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 25px;
}
.related.products .related__arrows .swiper-pagination-rel .swiper-pagination-total, .related.products .related__arrows .swiper-pagination-rel-mob .swiper-pagination-total, .related.products .related__arrows-mob .swiper-pagination-rel .swiper-pagination-total, .related.products .related__arrows-mob .swiper-pagination-rel-mob .swiper-pagination-total {
  color: #837F7C;
}
.related.products .related__arrows__left, .related.products .related__arrows__left-mob, .related.products .related__arrows-mob__left, .related.products .related__arrows-mob__left-mob {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE1LjUgMThMOS41IDEyTDE1LjUgNiIgc3Ryb2tlPSIjODM3RjdDIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.related.products .related__arrows__right, .related.products .related__arrows__right-mob, .related.products .related__arrows-mob__right, .related.products .related__arrows-mob__right-mob {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTkuNSA2TDE1LjUgMTJMOS41IDE4IiBzdHJva2U9IiM4MzdGN0MiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.related.products ul li a.add_to_cart_button {
  display: none;
}

.variations_form .single_variation_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .variations_form .single_variation_wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.variations_form .single_variation_wrap .woocommerce-variation.single_variation {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    max-width: 48%;
  }
}

a.whatsapp-link {
  margin-left: 30px;
  color: #595552;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.48px;
  max-width: 50%;
  width: 100%;
  display: inline-block;
}
a.whatsapp-link:hover {
  color: #2E2926;
}
@media (max-width: 768px) {
  a.whatsapp-link {
    display: inline-block;
    margin-left: 10px;
    flex-shrink: 0;
    max-width: 48%;
  }
}

@media (max-width: 768px) {
  .my-player-dimensions {
    width: 100%;
    max-height: 468px !important;
  }
}

.video-js {
  width: 100%;
}

.woo-variation-swatches .variable-items-wrapper {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[data-wvstooltip]:before, [data-wvstooltip]:after {
  display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
  opacity: 0;
}

.tax-product_cat .products .product .add_to_cart_button {
  display: none !important;
}

.curr-cat {
  display: none;
}

.single-outfit #breadcrumbs {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .single-outfit .variations_form .single_variation_wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.single-outfit .variations_form .single_variation_wrap a.whatsapp-link {
  display: none;
}
.single-outfit .woo-gallery .swiper-slide img {
  max-width: 100%;
}
.single-outfit .swiper-button-next-outmob {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23FFFBF8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  z-index: 999;
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
}
.single-outfit .swiper-button-prev-outmob {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23FFFBF8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  z-index: 999;
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .single-outfit .swiper-button-next-outmob, .single-outfit .swiper-button-prev-outmob {
    display: block;
  }
}

.outfit-single__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .outfit-single__content {
    flex-direction: column;
  }
}
.outfit-single__content__right {
  width: 48%;
}
@media (max-width: 768px) {
  .outfit-single__content__right {
    width: 100%;
  }
}
.outfit-single__content__right .product-info .product-summary {
  border-bottom: 1px solid #C9C9C9;
  padding: 30px 0 0;
}
.outfit-single__content__right .product-info .product-summary .type-product {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .outfit-single__content__right .product-info .product-summary .type-product {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .outfit-single__content__right .product-info .product-summary .type-product .woocommerce-product-gallery {
    width: 40%;
  }
}
.outfit-single__content__right .product-info .product-summary .type-product .woocommerce-product-gallery__wrapper > div:not(:first-child) {
  display: none;
}
.outfit-single__content__right .product-info .product-summary .type-product .woocommerce-product-gallery__wrapper img {
  max-width: 170px;
}
@media (max-width: 768px) {
  .outfit-single__content__right .product-info .product-summary .type-product .woocommerce-product-gallery__wrapper img {
    width: 100%;
  }
}
.outfit-single__content__right .product-info .product-summary .type-product .summary {
  min-width: 245px;
}
@media (max-width: 768px) {
  .outfit-single__content__right .product-info .product-summary .type-product .summary {
    min-width: auto;
  }
}
.outfit-single__content__right .product-info .product-summary .type-product .summary .woocommerce-variation-add-to-cart {
  display: none;
}
.outfit-single__content__right .product-info .product-summary .type-product .summary .quantity {
  display: none;
}
.outfit-single__content__right .product-info .product-summary .type-product .summary .quantity + button {
  display: none;
}
.outfit-single__content__right .product-info .product-summary .type-product .summary .product_title {
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  color: #2E2926;
  margin-bottom: 10px;
}
.outfit-single__content__right .product-info .product-summary .type-product .summary .price {
  font-size: 18px;
  font-weight: 400;
  color: #2E2926;
  margin-bottom: 20px;
}
.outfit-single__content__right .product-info .product-summary .type-product .summary .variations_form table.variations .label {
  margin-bottom: 15px;
}
.outfit-single__content__right .product-info .product-summary .type-product .summary .variations_form table.variations .label label {
  color: #837F7C;
}
.outfit-single__content__right .product-info .product-summary .type-product .summary .variations_form table.variations .label span {
  font-weight: 400;
  color: #2E2926;
}
.outfit-single__content__right .product-info .product-summary .type-product .summary .variations_form table.variations .value {
  margin-bottom: 20px;
}
.outfit-single__content__right .single-outfit-variations {
  margin: 30px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .outfit-single .outfit-multiple-add {
    padding: 14px 20px;
    position: relative;
  }
  .outfit-single .outfit-multiple-add.loading {
    background: rgba(46, 41, 38, 0.5);
  }
  .outfit-single .outfit-multiple-add.loading:after {
    position: absolute;
    left: 50%;
    margin: 0;
  }
  .outfit-single .whatsapp-link {
    max-width: 40%;
    vertical-align: middle;
  }
}

.reset_variations {
  color: #2E2926;
  margin: 15px 0;
  display: block;
}
.reset_variations:hover {
  opacity: 0.7;
}

.outfit-multiple-add.loading::after {
  content: ""; /* добавьте какую-то иконку или лоадер здесь */
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .outfit-btn-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .outfit-btn-wrap .whatsapp-link {
    max-width: 48%;
    flex-shrink: 0;
  }
}

.search-section h1 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.22px;
  padding: 30px 0 0;
  color: #837F7C;
}
.search-section h1 span {
  color: #2E2926;
}
.search-section .search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .search-section .search-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.search-section .search-list li {
  max-width: 32%;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .search-section .search-list li {
    margin-bottom: 20px;
    max-width: 48%;
  }
}
@media (max-width: 768px) {
  .search-section .search-list li.first {
    width: 100% !important;
    max-width: 100%;
  }
  .search-section .search-list li.first .top-sales__wrapper__products__item__image {
    height: 443px;
  }
}
.search-section .search-list li .woocommerce-loop-product__title {
  color: #2E2926;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.search-section .search-list li .price {
  display: none;
  color: #2E2926;
  font-size: 18px;
  font-weight: 700;
}
.search-section .search-list li img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.search-section .search-list li a.product_type_variable, .search-section .search-list li a.add_to_cart_button {
  display: none;
}

.woocommerce-cart .woocommerce-message {
  justify-content: start;
}
.woocommerce-cart .woocommerce-message a {
  display: inline-block !important;
  margin-left: 15px;
  background: none;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.48px;
  color: #595552;
}
.woocommerce-cart .woocommerce-message a:hover {
  text-decoration: none;
}
.woocommerce-cart .order-total bdi {
  font-weight: 400 !important;
}
.woocommerce-cart .remove:hover {
  background: transparent !important;
  opacity: 0.7;
}
.woocommerce-cart .cart_title_container p {
  font-weight: 700;
  font-size: 18px;
}

.order-total bdi {
  font-weight: 400 !important;
}

.wc-empty-cart-message .cart-empty {
  border-top-color: transparent;
  border-top: none;
  background: #D5D5D5;
  color: #595552;
}
.wc-empty-cart-message .cart-empty a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
}
.wc-empty-cart-message .cart-empty:before {
  content: "";
  width: 25px;
  height: 25px;
  top: 13px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M13.29 14.2H12.36L12.12 7H13.53L13.29 14.2ZM13.395 16.915C13.235 17.075 13.045 17.155 12.825 17.155C12.605 17.155 12.41 17.075 12.24 16.915C12.08 16.745 12 16.55 12 16.33C12 16.1 12.08 15.905 12.24 15.745C12.4 15.585 12.595 15.505 12.825 15.505C13.055 15.505 13.25 15.585 13.41 15.745C13.57 15.905 13.65 16.1 13.65 16.33C13.65 16.55 13.565 16.745 13.395 16.915Z' fill='%23837F7C'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='%23837F7C'/%3E%3C/svg%3E");
}

.return-to-shop {
  margin-bottom: 20px;
}

body.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  background: #FBF7F4;
}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
  background-color: transparent;
  padding: 15px;
  padding-top: 80px;
  border-top-color: #2E2926;
}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error:before {
  display: none;
}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li {
  margin-bottom: 10px;
  color: #2E2926;
}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li strong {
  font-weight: 600;
}
body.woocommerce-checkout #place_order {
  color: #2E2926 !important;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout #place_order {
    margin-bottom: 50px !important;
  }
}
body.woocommerce-checkout .order-total p {
  color: #2E2926;
}

body.page-template-template-thankyou header, body.page-template-template-thankyou footer {
  display: none;
}
body.page-template-template-thankyou .thankyou {
  display: flex;
}
@media (max-width: 768px) {
  body.page-template-template-thankyou .thankyou {
    flex-direction: column;
  }
}
body.page-template-template-thankyou .thankyou__left {
  width: 100%;
  max-width: 42.5%;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
}
@media (max-width: 768px) {
  body.page-template-template-thankyou .thankyou__left {
    height: 60vh;
    max-width: 100%;
  }
}
body.page-template-template-thankyou .thankyou__right {
  width: 100%;
  max-width: 57.5%;
  padding-left: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-template-thankyou .thankyou__right {
    max-width: 100%;
    padding-left: 0;
    height: 40vh;
  }
}
body.page-template-template-thankyou .thankyou__right__text {
  color: #2E2926;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.page-template-template-thankyou .thankyou__right__text {
    font-size: 24px;
  }
}
body.page-template-template-thankyou .thankyou__right a {
  border-radius: 100px;
  background: #E3DED4;
  color: #2E2926;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 10px 35px;
}
body.page-template-template-thankyou .thankyou__right .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  body.page-template-template-thankyou .thankyou__right .content {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-template-individual .home-categories.s-categories.cats .home-categories__wrapper-mob {
    display: none !important;
  }
  body.page-template-template-individual .home-categories.s-categories.cats .home-categories__wrapper {
    display: flex !important;
  }
  body.page-template-template-individual .home-categories.s-categories.cats .home-categories__wrapper > a:last-child {
    display: none;
  }
  body.page-template-template-individual .home-categories.s-categories.cats .home-categories__wrapper a.short {
    flex: 0 0 50%;
  }
}
body.page-template-template-individual .home-categories.s-categories.cats a.short span {
  transform: scale(1.01);
}

html {
  font-size: "Proxima Nova", sans-serif;
}

a {
  text-decoration: none;
}

body {
  font: 1rem "Proxima Nova", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  color: #000000;
  position: relative;
  word-break: break-word;
  padding-right: 0 !important;
}

.footer_bottom {
  flex: 1;
}

input {
  outline: none;
  border-radius: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 100px) and (max-width: 1100px) {
  .container {
    max-width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1101px) {
  .container {
    max-width: 76.25rem;
  }
}
img {
  vertical-align: center;
}

a:active, a:focus {
  outline: none;
}

input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.content {
  display: flex;
  flex: 1;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(10px, 1fr));
}

.text-hero {
  font-size: 75px;
  font-weight: 400;
  color: #FFFBF8;
}
@media (max-width: 768px) {
  .text-hero {
    font-size: 32px;
  }
}

.text-h1 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -1.28px;
  line-height: 1.1;
}

.text-h2 {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.96px;
  color: #2E2926;
}
@media (max-width: 768px) {
  .text-h2 {
    font-size: 32px;
  }
}

.text-h4 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

.text {
  font-size: 18px;
  font-weight: 400;
}

.btn-dark {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.48px;
  padding: 14px 30px;
  background-color: #2E2926;
  color: #E3DED4;
  display: inline-block;
}

.standart-main, .main-content, .shop-wrap {
  padding-top: 100px;
}

/*  */
@media (max-width: 767px) {
  .custom_logo {
    margin: 0 auto;
  }
  .menu-footer-categories-ukr-container, .menu-footer-information-ukr-container, .menu-footer-about-us-ukr-container {
    display: none;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
  .footer .socials {
    display: none;
  }
}
/** PRELOADER */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  z-index: 1000000;
  transition: 0.5s;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: flex;
  align-items: center;
}

.bar {
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: rgba(46, 41, 38, 0.5);
  border-radius: 10px;
  animation: scale-up4 1s linear infinite;
}

.bar:nth-child(2) {
  height: 35px;
  margin: 0 5px;
  animation-delay: 0.25s;
}

.bar:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes scale-up4 {
  20% {
    background-color: #2E2926;
    transform: scaleY(1.5);
  }
  40% {
    transform: scaleY(1);
  }
}
.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

/* ----------------------------- */
.btn-dark {
  font-size: 16px;
  background: #E3DED4;
  color: #2E2926;
  border-radius: 100px;
  padding: 11px 35px;
  text-transform: uppercase;
  font-weight: 400;
}

.slider__item__content .text {
  color: #2E2926;
  font-family: Montserrat;
}

.slider__item__content .text-hero {
  font-size: 48px;
  color: #2E2926;
  font-family: Montserrat;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none;
}

.header {
  background: #fff;
}

.header-home .menu li.menu-item > a {
  color: var(--Additional-Pine-Tree-01, #595552);
}

.header__icons__cart p {
  color: var(--Additional-Pine-Tree-01, #595552);
}

.header__icons__lang {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .header__icons__lang {
    position: absolute;
    left: 60px;
  }
}

.header__icons__lang p {
  color: var(--Additional-Pine-Tree-01, #595552);
  /* font-family: Montserrat; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  font-family: Montserrat;
}

.home-categories__wrapper a p {
  text-transform: capitalize;
}

.home-outfits__top__right__content .text-h2 {
  font-family: Montserrat;
}

.home-outfits__top__right__content .text {
  font-family: Montserrat;
}

.home-outfits__top__left .swipebig .swiper-slide div a {
  display: none;
}

.text-h2 {
  color: var(--Main-colors-Pine-Tree, #2E2926);
  font-family: Montserrat;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.home-about-us__wrapper__right {
  background: var(--Additional-Khaki-04, #F2EEEB);
}

.home-about-us__wrapper__right__content {
  color: #595552;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 121.429% */
}

.home-atelier-subtitle {
  color: var(--Additional-Pine-Tree-01, #595552);
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 145.455% */
  letter-spacing: -0.22px;
}

.woocommerce div.product form.cart .button {
  font-size: 16px;
  background: #E3DED4;
  color: #000;
  border-radius: 100px;
  padding: 11px 35px;
  text-transform: uppercase;
  font-weight: 400;
}
.product-info .tab__label, .product-info .tab__close {
  color: var(--Main-colors-Pine-Tree, #2E2926);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.related.products .swiper-wrapper .swiper-slide .price {
  display: none;
}

.checkout-button {
  font-size: 16px;
  background: #E3DED4;
  color: #000;
  border-radius: 100px;
  padding: 11px 35px;
  text-transform: uppercase;
  font-weight: 400;
}

.outfit-single__content__right .single-outfit-variations {
  background: #E3DED4;
}

.dnone {
  display: none !important;
}

@media (max-width: 767px) {
  .header-home .custom_logo img {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  body.menu-active .header-home .header__icons__lang svg {
    z-index: 999;
  }
  body.menu-active .header-home .header__icons__lang svg path {
    color: rgb(0, 0, 0) !important;
  }
}

@media screen and (max-width: 400px) {
  .product-info .accordion table th, .product-info .accordion table td {
    padding: 15px 15px;
  }
  .header__icons__lang {
    position: absolute;
    left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .header__icons__lang {
    display: flex;
    flex-direction: row;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    align-items: center;
  }
  .header .custom_logo img {
    transform: scale(1.15);
  }
  .header .custom_logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .header-home .logo-home {
    transform: translateX(-50%) scale(1.8);
    top: 35px;
    position: absolute;
  }
}
.my-pagination {
  display: flex !important;
}

.my-pagination.swiper-pagination {
  display: none;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -15px !important;
}

@media screen and (max-width: 479.98px) {
  .my-pagination.swiper-pagination {
    bottom: -15px !important;
  }
}
.my-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  background: #e3ded4;
  margin: 0 5px !important;
  border-radius: 0;
}

.my-pagination .swiper-pagination-bullet-active {
  background: #595552;
}

body.menu-active .my-pagination {
  display: none !important;
}
