@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  font-display: swap;
  src: url("../fonts/BodoniModa.woff2") format("woff2"), url("../fonts/BodoniModa.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-burger-close:before {
  content: "\e90f";
  color: #c8c8c8;
}

._icon-burger-open:before {
  content: "\e910";
}

._icon-youtube:before {
  content: "\e900";
  color: #898989;
}

._icon-telegram:before {
  content: "\e901";
  color: #898989;
}

._icon-linkedin:before {
  content: "\e902";
  color: #898989;
}

._icon-facebook:before {
  content: "\e903";
  color: #898989;
}

._icon-instagram:before {
  content: "\e904";
  color: #898989;
}

._icon-plus-bold:before {
  content: "\e905";
}

._icon-basket:before {
  content: "\e906";
  color: #fff;
}

._icon-arrow-slide-left:before {
  content: "\e907";
  color: #898989;
}

._icon-arrow-slide-right:before {
  content: "\e908";
  color: #898989;
}

._icon-basket-black:before {
  content: "\e909";
}

._icon-heart-transparent:before {
  content: "\e90a";
}

._icon-search:before {
  content: "\e90b";
}

._icon-arrow-toggle:before {
  content: "\e90c";
  color: #898989;
}

._icon-heart-background:before {
  content: "\e90d";
}

._icon-arrow-right:before {
  content: "\e90e";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 17px;
}

html,
body {
  height: 100%;
  min-width: 360px;
}

body {
  line-height: 1;
  font-family: "Inter";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #000;
  overflow-x: hidden;
}
body._lock {
  overflow: hidden;
}
body._overflow {
  overflow: hidden !important;
}
@media (max-width: 1023px) {
  body.archive .header__wrapper.__container, body.product-template-default .header__wrapper.__container {
    padding: 10px 15px;
  }
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
._container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

/* Select custom */
.select-lang {
  position: relative;
}
.select-lang.is-active .select-lang__body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.select-lang.is-active .select-lang__header {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.select-lang__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 194px;
  max-height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 13px 40px;
}
.select-lang__header i::before {
  color: #D6D6D6;
  font-size: 14px;
  transform: rotate(90deg);
}
.select-lang__header .select-lang__item:hover {
  background: transparent;
}
.select-lang__header:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.select-lang__current {
  display: flex;
  align-items: center;
}
.select-lang__current span {
  margin-right: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
  color: #FFFFFF;
}
.select-lang__current img {
  display: flex;
  margin-right: 8px;
}
.select-lang__current .select-lang__item {
  padding: 0;
}

.select-lang__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 40px;
  margin-left: auto;
  text-align: center;
  width: 40px;
}

.select-lang__body {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(84px);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .select-lang__body {
    background-color: #27272D;
  }
}

.select-lang__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 9px 14px;
}
.select-lang__item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
  color: #FFFFFF;
}
.select-lang__item img {
  display: flex;
  margin-right: 8px;
}
.select-lang__item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.select-lang__item:first-child {
  border-radius: 10px 10px 0 0;
}
.select-lang__item:last-child {
  border-radius: 0 0 10px 10px;
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__options {
  display: block;
}
.select_language._active .select__value::before {
  transform: rotate(-90deg);
}
.select_language._active .select__title {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.select_language._active .select__title:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: none;
}
.select_language .select__item {
  max-height: 48px;
}
.select_language .select__title {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s ease 0s;
  border-radius: 10px;
}
.select_language .select__title:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.0005);
}
.select_language .select__value {
  position: relative;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  padding: 10px 13px;
  width: 142px;
  height: 48px;
  /* &::after {
  	content: '';
  	position: absolute;
  	background-image: url('../img/flags/01.png');
  	background-repeat: no-repeat;
  	background-size: cover;
  	width: 22px;
  	height: 22px;
  	left: 9px;
  	top: 50%;
  	transform: translate(0, -50%);
  } */
}
.select_language .select__value::before {
  position: relative;
  left: 16px;
  transform: rotate(90deg);
  font-size: 11px;
}
.select_language .select__value span {
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
}
.select_language .select__options {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 10px 10px;
  margin: 20px 0 0 0;
}
.select_language .select__option {
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
  color: #fff;
}
.select_language .select__option:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.select_language .select__option:nth-child(2) .qwerty-test {
  color: red !important;
  position: relative !important;
}
.select_language .select__option:nth-child(2) .qwerty-test i {
  display: flex !important;
  position: absolute !important;
  background-image: url("../img/flags/02.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 22px !important;
  height: 22px !important;
  left: 9px !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
}
.select_language .select__option:nth-child(3) {
  position: relative;
}
.select_language .select__option:nth-child(3)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/03.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(4) {
  position: relative;
}
.select_language .select__option:nth-child(4)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/04.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(5) {
  position: relative;
}
.select_language .select__option:nth-child(5)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/05.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(6) {
  position: relative;
}
.select_language .select__option:nth-child(6)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/06.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(7) {
  position: relative;
}
.select_language .select__option:nth-child(7)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/07.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(8) {
  position: relative;
}
.select_language .select__option:nth-child(8)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/08.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(9) {
  position: relative;
}
.select_language .select__option:nth-child(9)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/09.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_download._active .select__value::before {
  transform: rotate(-90deg);
}
.select_download .select__title {
  background: linear-gradient(90deg, #ACFF47 -10.34%, #53FF83 109.07%);
  border-radius: 12px;
  border: none;
  padding: 15px 83px 15px 23px;
  max-width: 240px;
}
@media (max-width: 575px) {
  .select_download .select__title {
    padding: 12.5px 83px 12.5px 23px;
    max-width: 100%;
    width: 100%;
  }
}
.select_download .select__value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .select_download .select__value {
    justify-content: center;
  }
}
.select_download .select__value::before {
  position: relative;
  right: -65px;
  color: #000000;
  transform: rotate(90deg);
}
.select_download .select__value::after {
  content: "PDF";
  position: absolute;
  right: -32px;
  top: 3px;
  width: 45px;
  height: 25px;
  background: #19191E;
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 183.5%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .select_download .select__value::after {
    display: none;
  }
}
.select_download .select__value span {
  font-weight: 600;
  font-size: 18px;
  line-height: 183.5%;
  color: #19191E;
  height: auto;
}
@media (max-width: 1270px) {
  .select_download .select__value span {
    font-size: calc(15px + 3 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 479.98px) {
  .select_download .select__value span {
    line-height: 144.52%;
  }
}
.select_download .select__options {
  top: 50px;
  background: linear-gradient(90deg, #ACFF47 -10.34%, #53FF83 109.07%);
  border-radius: 0 0 12px 12px;
  border: none;
}
.select_language-cards._active .select__value::before {
  transform: rotate(-90deg);
}
.select_language-cards._active .select__title {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.select_language-cards._active .select__title:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: none;
}
.select_language-cards .select__item {
  max-height: 48px;
}
.select_language-cards .select__title {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s ease 0s;
  border-radius: 10px;
  padding: 5px 48px;
}
.select_language-cards .select__title:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.0005);
}
@media (max-width: 575px) {
  .select_language-cards .select__title {
    padding: 2.5px 48px;
    max-width: 100%;
    width: 100%;
  }
}
.select_language-cards .select__value {
  position: relative;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  padding: 10px 13px;
  width: 142px;
  height: 48px;
}
@media (max-width: 575px) {
  .select_language-cards .select__value {
    margin: 0 auto;
  }
}
.select_language-cards .select__value::after {
  content: "";
  position: absolute;
  background-image: url("../img/flags/01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language-cards .select__value::before {
  position: relative;
  left: 16px;
  transform: rotate(90deg);
  font-size: 11px;
}
.select_language-cards .select__value span {
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
}
.select_language-cards .select__options {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 10px 10px;
  margin: 20px 0 0 0;
}
.select_language-cards .select__option {
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
  color: #fff;
}
.select_language-cards .select__option:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.select_category .select__title {
  background-color: rgba(95, 19, 19, 0);
  border: none;
}
.select_category .select__value {
  font-size: 22px;
  line-height: 183.5%;
  padding: 18.5px 0;
  color: #878789;
  justify-content: flex-end;
}
.select_category .select__value::before {
  color: #878789;
  font-size: 16px;
  transform: rotate(90deg);
  position: relative;
  left: 15px;
}
.select_category .select__value span {
  height: auto;
}
@media (max-width: 575px) {
  .select_category .select__value {
    font-size: 18px;
  }
  .select_category .select__value::before {
    font-size: 14px;
  }
}
.select_category .select__options {
  background-color: #1E1E24;
  border: none;
  top: 45px;
}
@media (max-width: 575px) {
  .select_category .select__options {
    top: 40px;
  }
}
.select_category .select__option {
  font-size: 20px;
  line-height: 183.5%;
  padding: 18.5px 0;
  color: #878789;
  padding: 9px 24px;
}
@media (max-width: 575px) {
  .select_category .select__option {
    font-size: 16px;
  }
}
.select_year .select__title {
  background-color: rgba(95, 19, 19, 0);
  border: none;
}
.select_year .select__value {
  font-size: 22px;
  line-height: 183.5%;
  color: #878789;
  padding: 0;
  max-width: 148px;
}
@media (max-width: 1270px) {
  .select_year .select__value {
    font-size: calc(16px + 6 * ((100vw - 390px) / 880));
  }
}
.select_year .select__value::before {
  transform: rotate(90deg);
  color: #878789;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .select_year .select__value {
    max-width: 100%;
  }
}
.select_year .select__value span {
  height: auto;
}
.select_year .select__options {
  background: #19191E;
  border: none;
  padding: 10px 24px;
  min-width: 212px;
  width: 100%;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .select_year .select__options {
    top: 37px;
  }
}
.select_year .select__option {
  font-size: 22px;
  line-height: 183.5%;
  color: #878789;
  padding: 0;
}
@media (max-width: 1270px) {
  .select_year .select__option {
    font-size: calc(16px + 6 * ((100vw - 390px) / 880));
  }
}
.select_year .select__option:hover {
  background: rgba(217, 217, 217, 0);
  background: linear-gradient(90deg, #D0FF96 11.33%, #C5FFE0 91.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.select_month .select__title {
  background-color: rgba(95, 19, 19, 0);
  border: none;
}
.select_month .select__value {
  font-size: 20px;
  line-height: 183.5%;
  color: #878789;
  padding: 0;
  max-width: 148px;
}
@media (max-width: 1270px) {
  .select_month .select__value {
    font-size: calc(16px + 4 * ((100vw - 390px) / 880));
  }
}
.select_month .select__value::before {
  transform: rotate(90deg);
  color: #878789;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .select_month .select__value {
    max-width: 100%;
  }
}
.select_month .select__value span {
  height: auto;
}
.select_month .select__options {
  background: #19191E;
  border: none;
  padding: 10px 24px;
  min-width: 212px;
  width: 100%;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .select_month .select__options {
    top: 37px;
  }
}
.select_month .select__option {
  font-size: 20px;
  line-height: 183.5%;
  color: #878789;
  padding: 0;
}
@media (max-width: 1270px) {
  .select_month .select__option {
    font-size: calc(16px + 4 * ((100vw - 390px) / 880));
  }
}
.select_month .select__option:hover {
  background: rgba(217, 217, 217, 0);
  background: linear-gradient(90deg, #D0FF96 11.33%, #C5FFE0 91.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

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

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.__container {
  max-width: 1360px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

._title-contacts {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  ._title-contacts {
    margin-bottom: calc(15px + 5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  ._title-contacts {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}

._title-footer {
  margin-bottom: 30px;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #C8C8C8;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  ._title-footer {
    margin-bottom: calc(15px + 15 * ((100vw - 390px) / 880));
  }
}

.footer-hide {
  display: none !important;
}

.site-main {
  margin-top: 150px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1270px) {
  .site-main {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .site-main {
    margin-bottom: calc(150px + 50 * ((100vw - 390px) / 880));
  }
}

textarea {
  resize: none;
}

#mailpoet_form_2 form.mailpoet_form {
  padding: 0 !important;
}

.product-cart__body .wlfmc-add-to-wishlist {
  margin: 0 !important;
}
.product-cart__info p:last-child {
  display: none !important;
}
.options-product__body {
  margin-bottom: 0 !important;
}
.options-product__row-01 {
  align-items: center;
}
.options-product__row-02-col-03 .single_variation_wrap {
  width: 100%;
  height: 100%;
}
.options-product__row-02-col-03 .single_variation_wrap .woocommerce-variation-add-to-cart {
  width: 100%;
  height: 100%;
}
.options-product__row-02-col-03 .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
.options-product__row-02-col-03 .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  font-size: 0;
  padding: 6px 14px;
  background-color: #000000;
  border: 1px solid #000000;
  background-image: url("https://valerdi.rts-developers.com/wp-content/uploads/2023/03/btn-cart-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 100%;
  height: 100%;
  display: flex;
}
.options-product__row-02-col-03 .single_variation_wrap .woocommerce-variation-add-to-cart .tinv-wraper .tinvwl_add_to_wishlist_button {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 !important;
}
.options-product__row-02-col-03 .single_variation_wrap .woocommerce-variation-add-to-cart .tinv-wraper .tinvwl_add_to_wishlist_button span {
  display: none !important;
}

/* Options products for woocommerce */
#toast-container {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.variations .options-product__row-01 {
  /* ul */
}
.variations .options-product__row-01 .variable-items-wrapper {
  column-gap: 5px;
  padding-right: 5px;
}
.variations .options-product__row-01 .variable-items-wrapper li {
  margin: 0 !important;
  padding: 5px !important;
  width: fit-content !important;
  height: 24px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.variations .options-product__row-01 .variable-items-wrapper li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #E7E7E7;
  transition: all 0.3s ease 0s;
}
.variations .options-product__row-01 .variable-items-wrapper li .variable-item-contents {
  border-radius: 0 !important;
}
.variations .options-product__row-01 .variable-items-wrapper li .variable-item-contents .variable-item-span {
  border-radius: 0 !important;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 100% !important;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
}
.variations .options-product__row-01 .variable-items-wrapper li.selected::before {
  width: 100%;
  background-color: #000000;
}
.variations .options-product__row-01 .variable-items-wrapper li:hover::before {
  width: 100%;
}
.variations .options-product__row-02 .woo-variation-items-wrapper {
  /* ul */
}
.variations .options-product__row-02 .woo-variation-items-wrapper .variable-items-wrapper {
  gap: 7px;
  padding: 10px 10px 10px 0;
}
.variations .options-product__row-02 .woo-variation-items-wrapper .variable-items-wrapper li {
  padding: 1px !important;
  margin: 0 !important;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  width: 19px;
  height: 19px;
}
.variations .options-product__row-02 .woo-variation-items-wrapper .variable-items-wrapper li .variable-item-contents::before {
  display: none !important;
}
.variations .options-product__row-02 .woo-variation-items-wrapper .variable-items-wrapper li.selected {
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 1px #000) !important;
}
.variations {
  margin-bottom: 0 !important;
}

.woocommerce div.product form.cart .button {
  border-radius: 0;
  background-color: #000000 !important;
  background-image: url("https://valerdi.rts-developers.com/wp-content/uploads/2023/03/btn-cart-white.svg") !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: center center;
}

.wlfmc-add-button a:hover i::before {
  content: "\e90d" !important;
}

.wlfmc-guest-notice-wrapper {
  display: none !important;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

body.archive .header__container, body.single-product .header__container {
  padding: 0 !important;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

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

._ibm {
  position: relative;
}
._ibm video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 479.98) {
  ._ibm video {
    object-position: 67%;
  }
}

._ibs {
  position: relative;
}
._ibs svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  z-index: 999999;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content.popup-search {
  justify-content: flex-start;
  margin-top: 90px;
  position: fixed;
  left: 0;
}
@media (max-width: 1270px) {
  .popup__content.popup-search {
    margin-top: calc(54px + 36 * ((100vw - 390px) / 880));
  }
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: transparent;
  /* padding: 50px; */
  width: 100%;
  max-width: 80%;
}
@media (max-width: 767px) {
  .popup__body {
    max-width: 100%;
  }
}
.popup__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: -35px;
  cursor: pointer;
  z-index: 30;
  background-image: url("http://valerdi.rts-developers.com/wp-content/uploads/2023/03/close-popup.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.popup__close::before {
  font-size: 15px;
}
@media (max-width: 767px) {
  .popup__close {
    display: none;
  }
}

/* Popup Guide  START */
.guide-table-popup {
  background-color: #fff;
  max-width: 940px;
  width: 100%;
  padding-top: 50px;
  padding-right: 70px;
  padding-bottom: 60px;
  padding-left: 70px;
  position: relative;
}
@media (max-width: 1270px) {
  .guide-table-popup {
    padding-top: calc(35px + 15 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .guide-table-popup {
    padding-right: calc(15px + 55 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .guide-table-popup {
    padding-bottom: calc(30px + 30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .guide-table-popup {
    padding-left: calc(15px + 55 * ((100vw - 390px) / 880));
  }
}
.guide-table-popup .popup__close {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 14px;
  height: 14px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .guide-table-popup .popup__close {
    top: calc(18px + 5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .guide-table-popup .popup__close {
    right: calc(18px + 5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .guide-table-popup .popup__close {
    display: flex;
  }
}
.guide-table-popup__wrapper {
  display: flex;
  align-items: flex-start;
  column-gap: 100px;
}
@media (max-width: 1270px) {
  .guide-table-popup__wrapper {
    column-gap: calc(0px + 100 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .guide-table-popup__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 40px;
  }
}
.guide-table-popup__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  margin-bottom: 50px;
}
@media (max-width: 1270px) {
  .guide-table-popup__title {
    font-size: calc(25px + 5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .guide-table-popup__title {
    margin-bottom: calc(40px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .guide-table-popup__title {
    text-align: start;
    justify-content: flex-start;
  }
}
.guide-table-popup__col-01 img {
  height: 458px;
  object-fit: cover;
}
.guide-table-popup__text {
  margin-top: 50px;
}
@media (max-width: 1270px) {
  .guide-table-popup__text {
    margin-top: calc(30px + 20 * ((100vw - 390px) / 880));
  }
}
.guide-table-popup__text span {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  color: #898989;
}
.guide-table-popup__link-mail span {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  color: #898989;
  transition: all 0.3s ease 0s;
  position: relative;
}
.guide-table-popup__link-mail span::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #343434;
  transition: all 0.3s ease 0s;
}
.guide-table-popup__link-mail:hover span {
  color: #000000;
}
.guide-table-popup__link-mail:hover span::before {
  width: 100%;
}

.tabs-guide__nav {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.tabs-guide__item {
  background-color: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
.tabs-guide__item:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.tabs-guide__item._active {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.tabs-guide__body {
  margin-top: 40px;
}
@media (max-width: 1270px) {
  .tabs-guide__body {
    margin-top: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
.tabs-guide-cm__head-items {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #C8C8C8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-guide-cm__head-item {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}
.tabs-guide-cm__content-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tabs-guide-cm__content-item {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px 0 0 0;
}
.tabs-guide-cm__content-item:nth-child(2) {
  padding-left: 20px;
  border-left: 1px solid #C8C8C8;
}
@media (max-width: 1270px) {
  .tabs-guide-cm__content-item:nth-child(2) {
    padding-left: calc(10px + 10 * ((100vw - 390px) / 880));
  }
}
.tabs-guide-cm__content-item:nth-child(3) {
  padding-left: 20px;
  border-left: 1px solid #C8C8C8;
}
@media (max-width: 1270px) {
  .tabs-guide-cm__content-item:nth-child(3) {
    padding-left: calc(10px + 10 * ((100vw - 390px) / 880));
  }
}
.tabs-guide-cm__size-item {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}
.tabs-guide-inches__head-items {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #C8C8C8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-guide-inches__head-item {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}
.tabs-guide-inches__content-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tabs-guide-inches__content-item {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px 0 0 0;
}
.tabs-guide-inches__content-item:nth-child(2) {
  padding-left: 20px;
  border-left: 1px solid #C8C8C8;
}
@media (max-width: 1270px) {
  .tabs-guide-inches__content-item:nth-child(2) {
    padding-left: calc(10px + 10 * ((100vw - 390px) / 880));
  }
}
.tabs-guide-inches__content-item:nth-child(3) {
  padding-left: 20px;
  border-left: 1px solid #C8C8C8;
}
@media (max-width: 1270px) {
  .tabs-guide-inches__content-item:nth-child(3) {
    padding-left: calc(10px + 10 * ((100vw - 390px) / 880));
  }
}
.tabs-guide-inches__size-item {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}
/* Popup Guide END */
.search-popup-popup {
  padding-top: 52px;
  padding-right: 86px;
  padding-bottom: 52px;
  padding-left: 86px;
  max-width: 1013px;
  width: 100%;
}
@media (max-width: 1270px) {
  .search-popup-popup {
    padding-right: calc(20px + 66 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .search-popup-popup {
    padding-left: calc(20px + 66 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1039px) {
  .search-popup-popup {
    width: 902px;
  }
}
@media (max-width: 921px) {
  .search-popup-popup {
    width: 748px;
  }
}
@media (max-width: 767px) {
  .search-popup-popup {
    padding-top: 35px;
    padding-bottom: 35px;
    width: 546px;
  }
}
@media (max-width: 575px) {
  .search-popup-popup {
    width: 355px;
  }
}
.search-popup-popup__body form {
  margin-top: 30px;
  display: flex;
  max-width: 840px;
  width: 100%;
  padding: 8px 20px 8px 30px !important;
  background-color: #fff;
  border: 1px solid #000000;
}
@media (max-width: 1270px) {
  .search-popup-popup__body form {
    margin-top: calc(20px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .search-popup-popup__body form {
    padding: 3px 20px 3px 20px !important;
  }
}
.search-popup-popup__body form label {
  display: flex !important;
  align-items: center;
}
.search-popup-popup__body form label input {
  display: flex;
  width: 100%;
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 1270px) {
  .search-popup-popup__body form label input {
    font-size: calc(15px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .search-popup-popup__body form label input {
    line-height: calc(19px + 6 * ((100vw - 390px) / 880));
  }
}
.search-popup-popup__body form label input::placeholder {
  width: 100%;
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #747474;
}
@media (max-width: 1270px) {
  .search-popup-popup__body form label input::placeholder {
    font-size: calc(15px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .search-popup-popup__body form label input::placeholder {
    line-height: calc(19px + 6 * ((100vw - 390px) / 880));
  }
}
.search-popup-popup__body form label input:focus, .search-popup-popup__body form label input:active {
  outline: none !important;
}
.search-popup-popup__body form .is-search-submit .is-search-icon {
  position: relative;
}
.search-popup-popup__body form .is-search-submit .is-search-icon::before {
  content: "";
  background-image: url("https://website-rts.store/wp-content/uploads/2023/02/btn-search.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: absolute;
  top: -12px;
  right: -10px;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .search-popup-popup__body form .is-search-submit .is-search-icon::before {
    width: 15px;
    height: 15px;
    right: -20px;
    top: -7px;
  }
}
.search-popup-popup__body form .is-search-submit .is-search-icon svg {
  display: none !important;
}
.search-popup-popup__image-back-01 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .search-popup-popup__image-back-01 {
    display: none;
  }
}
.search-popup-popup__image-back-01 img {
  width: 100%;
  height: 100%;
  max-height: 232px;
  object-fit: contain;
}
.search-popup-popup__image-back-02 {
  display: flex;
  position: absolute;
  top: -20px;
  left: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .search-popup-popup__image-back-02 {
    display: none;
  }
}
.search-popup-popup__image-back-02 img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
}
.search-popup-popup__title {
  font-family: "e-Ukraine-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 130%;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1270px) {
  .search-popup-popup__title {
    font-size: calc(24px + 9 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .search-popup-popup__title {
    margin-bottom: calc(20px + 10 * ((100vw - 390px) / 880));
  }
}

.is-ajax-search-posts .is-ajax-search-post {
  transition: all 0.3s ease 0s;
}
@media (max-width: 575px) {
  .is-ajax-search-posts .is-ajax-search-post {
    padding: 0 !important;
  }
}
.is-ajax-search-posts .is-ajax-search-post:hover .is-search-sections .right-section .is-title a {
  color: #fff;
}
.is-ajax-search-posts .is-ajax-search-post:hover .is-search-sections .right-section .meta .is-meta-tag .is-tags-links a {
  color: #d0d0d0;
}
.is-ajax-search-posts .is-ajax-search-post:hover .is-search-sections .right-section .meta .is-meta-tag .is-tags-links a::after {
  color: #d0d0d0;
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections {
    flex-direction: column;
  }
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .left-section {
  width: 172px;
  height: 93px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .left-section {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .left-section .thumbnail {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .left-section .thumbnail a {
    max-width: 100%;
    width: 100%;
  }
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .left-section .thumbnail a img {
  max-width: 172px;
  width: 172px;
  height: 93px;
  object-fit: cover !important;
}
@media (max-width: 575px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .left-section .thumbnail a img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section {
    padding: 15px 10px 10px 10px;
    max-width: 100%;
    width: 96%;
  }
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .is-title a {
  font-family: "e-Ukraine-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0.01em;
  font-feature-settings: "ss01" on, "salt" on, "ss02" on;
  color: #000000;
  transition: color 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .is-title a {
    font-size: calc(15px + 4 * ((100vw - 390px) / 880));
  }
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
@media (max-width: 1270px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta {
    margin-top: calc(4px + 11 * ((100vw - 390px) / 880));
  }
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta div {
  margin-bottom: 0;
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .meta-date {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .meta-date {
    display: none;
  }
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .meta-date .posted-on {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #D0D0D0;
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .is-meta-tag i {
  display: none;
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .is-meta-tag .is-tags-links a {
  padding-left: 20px;
  position: relative;
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  font-size: 17px;
  line-height: 17px;
  color: #747474;
  transition: color 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .is-meta-tag .is-tags-links a {
    font-size: calc(14px + 3 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 575px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .is-meta-tag .is-tags-links a {
    padding-left: 15px;
  }
}
.is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .is-meta-tag .is-tags-links a::after {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #747474;
  transition: color 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .is-meta-tag .is-tags-links a::after {
    font-size: calc(14px + 3 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .is-ajax-search-posts .is-ajax-search-post .is-search-sections .right-section .meta .is-meta-tag .is-tags-links a::after {
    line-height: calc(19px + 3 * ((100vw - 390px) / 880));
  }
}

.is-ajax-search-post, .is-ajax-search-post-details {
  border-color: #000000 !important;
}

.is-search-sections .meta > span:not(:last-child):after {
  display: none !important;
}

.is-show-more-results {
  margin: 0 auto !important;
  border-top: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 766px !important;
  width: 766px !important;
}
@media (max-width: 767px) {
  .is-show-more-results {
    max-width: calc(301px + 392 * (100vw - 375px) / 1165) !important;
    width: calc(301px + 392 * (100vw - 375px) / 1165) !important;
  }
}
.is-show-more-results .is-show-more-results-text {
  font-family: "e-Ukraine-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  transition: color 0.3s ease 0s;
}

#pum-59 {
  z-index: 999 !important;
}

.header {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  padding: 5px 5px 0 5px;
  z-index: 999;
}
.header__container {
  background-color: #F7F7F7;
  padding-top: 9px;
  padding-bottom: 14px;
}
@media (max-width: 1270px) {
  .header__container {
    padding-top: calc(5px + 4 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .header__container {
    padding-bottom: calc(6px + 8 * ((100vw - 390px) / 880));
  }
}
.header__body {
  display: grid;
  grid-template-columns: minmax(auto, 46%) minmax(auto, 18%) minmax(auto, auto) minmax(auto, auto) minmax(auto, 6%) minmax(auto, 2%);
  align-items: center;
}
@media (max-width: 1279px) {
  .header__body {
    column-gap: 15px;
  }
}
@media (max-width: 1023px) {
  .header__body {
    grid-template-columns: minmax(64px, 64px) minmax(auto, auto) minmax(64px, 64px);
  }
}
@media (max-width: 1023px) {
  .header__wrapper-menu-01 {
    display: none;
  }
}
.header__wrapper-logo img {
  width: 99px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .header__wrapper-logo {
    grid-column-start: 2;
    grid-row-start: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header__wrapper-menu-02 {
    display: none;
  }
}
.header__wrapper-lang-currency {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1279px) {
  .header__wrapper-lang-currency {
    min-width: 150px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .header__wrapper-lang-currency {
    display: none;
  }
}
.header__wrapper-search-heart {
  display: flex;
  align-items: center;
  column-gap: 17px;
  margin-right: 15px;
  position: relative;
  right: -10px;
}
@media (max-width: 1023px) {
  .header__wrapper-search-heart {
    grid-column-start: 1;
    grid-row-start: 1;
    flex-direction: row-reverse;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .header__wrapper-menu-cart {
    grid-column-start: 3;
    grid-row-start: 1;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
}
@media (min-width: 1024px) {
  .header__menu-button-wrapper {
    display: none;
  }
}
.menu-left__list {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
@media (max-width: 1270px) {
  .menu-left__list {
    column-gap: calc(-10px + 70 * ((100vw - 390px) / 880));
  }
}
@media (any-hover: hover) {
  .menu-left__item:hover .menu-left__wrapper-hide {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.menu-left__item-wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 196px) minmax(auto, 196px) minmax(auto, 196px) minmax(auto, 196px);
  column-gap: 30px;
}
.menu-left__sub-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 1270px) {
  .menu-left__sub-title {
    margin-bottom: calc(15px + 15 * ((100vw - 390px) / 880));
  }
}
.menu-left__sub-item {
  display: flex;
}
.menu-left__sub-item:not(:last-child) {
  margin-bottom: 11px;
}
.menu-left__sub-link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
  display: flex;
  align-items: center;
}
.menu-left__sub-link:hover {
  /* font-weight: 600; */
}
.menu-left__collection-block {
  display: flex;
  width: 100%;
  max-width: 426px;
}
.menu-left__wrapper-hide {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.menu-left__wrapper-hide-border {
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 28px 5px 0 5px;
}
@media (max-width: 1270px) {
  .menu-left__wrapper-hide-border {
    padding-top: calc(20px + 30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .menu-left__wrapper-hide-border {
    padding-bottom: calc(20px + 30 * ((100vw - 390px) / 880));
  }
}
.menu-left__wrapper {
  display: flex;
  justify-content: space-between;
}
.menu-left__link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.menu-left__link::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #000000;
  bottom: -3px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.menu-left__link:hover {
  /* font-weight: 600; */
}
.menu-left__link:hover::before {
  width: 100%;
}
.menu-left__link.active {
  font-weight: 600;
}
.menu-left__link.active::before {
  width: 100%;
}

.menu__link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.menu__link::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #000000;
  bottom: -3px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.menu__link:hover {
  /* font-weight: 600;
  -webkit-font-weight: 600; 
  -moz-font-weight: 600; 
  -ms-font-weight: 600; 
  -o-font-weight: 600;  */
}
.menu__link:hover::before {
  width: 100%;
}
.menu__link.active {
  font-weight: 600;
}
.menu__link.active::before {
  width: 100%;
}

.shop-all-main a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.shop-all-main a i {
  font-size: 10px;
}
.shop-all-main a i::before {
  font-size: 10px;
  transition: all 0.3s ease 0s;
  transform: translate(20px, 0);
}
.shop-all-main a:hover {
  /* font-weight: 500;
  -webkit-font-weight: 500;
  -moz-font-weight: 500; 
  -ms-font-weight: 500; 
  -o-font-weight: 500;  */
}
.shop-all-main a:hover i::before {
  transform: translate(25px, 0);
}

.menu-collection__body {
  position: relative;
  display: flex;
  width: 100%;
}
.menu-collection__body img {
  object-fit: cover;
  top: 0;
  left: 0;
  max-width: 426px;
  max-height: 375px;
}
.menu-collection__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 50px 20px;
  background-image: url("/wp-content/themes/tina-valerdi/assets/img/blur-image/mega-menu-blur-01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  /* background: rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(69.6106px);
  -webkit-backdrop-filter: blur(69.6106px); */
  width: 332px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
}
.menu-collection__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-variation-settings: "opsz" 7;
}
.menu-collection__link-view {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
}
.menu-collection__link-view i::before {
  font-size: 11px;
  transition: all 0.3s ease 0s;
  transform: translate(15px, 0);
}
.menu-collection__link-view:hover i::before {
  transform: translate(20px, 0);
}

.menu-right__list {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
@media (max-width: 1270px) {
  .menu-right__list {
    column-gap: calc(20px + 40 * ((100vw - 390px) / 880));
  }
}
.menu-right__link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.menu-right__link::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #000000;
  bottom: -3px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.menu-right__link:hover {
  /* font-weight: 600; */
}
.menu-right__link:hover::before {
  width: 100%;
}
.menu-right__link.active {
  font-weight: 600;
}
.menu-right__link.active::before {
  width: 100%;
}

.language-header__body div {
  width: 70px;
  border: none !important;
  text-align: center !important;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px !important;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  margin: 0 !important;
  height: 28px !important;
}
.language-header__body div:hover {
  background-color: #ECECEC !important;
  height: 28px !important;
  border-radius: 5px !important;
}
.language-header__body div .conveythis-no-translate {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  padding: 0 18px 0 0px;
  border-radius: 5px;
  /* bottom: 4px !important; */
}
.language-header__body div .conveythis-no-translate:hover {
  background-color: #ECECEC !important;
  border-radius: 5px !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-current-language-wrapper {
  position: relative;
  z-index: 200;
  height: 28px !important;
  background-color: #ECECEC !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-current-language-wrapper .conveythis-widget-language div {
  font-family: "Gilroy-Medium" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  text-align: start !important;
  position: relative;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-current-language-wrapper .conveythis-widget-language div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translate(0, -50%);
  background-image: url("/wp-content/uploads/2023/03/arrow-down-select.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right;
  display: flex;
  width: 12px;
  height: 7px;
  display: none !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main {
  border-radius: 5px !important;
  background-color: #ECECEC !important;
  width: 70px !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main:hover {
  background-color: #ECECEC !important;
  border-radius: 5px !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages {
  position: absolute;
  top: 0px;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages:hover {
  background-color: transparent !important;
  /* border-radius: 5px !important; */
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages div {
  margin: 0 !important;
  font-family: "Gilroy-Medium" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  line-height: 100% !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages div span {
  display: none !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages div a {
  display: none !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages div:hover {
  background-color: transparent !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages div.conveythis-widget-language {
  background-color: #F4F4F4 !important;
  margin: 0;
  padding: 8px 5px;
  position: relative;
  top: -3px;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages div.conveythis-widget-language:last-child {
  border-radius: 0 0 5px 5px;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages div.conveythis-widget-language:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 1px;
  background-color: #c8c8c8;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages div.conveythis-widget-language:hover {
  background-color: #F4F4F4 !important;
}
.language-header__body div .conveythis-no-translate .conveythis-widget-main .conveythis-widget-languages .conveythis-language-arrow {
  /* display: none !important; */
}
.language-header__language {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.language-header__mobile {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  padding: 7px 7px 7px 7px;
  background-color: #ECECEC;
  border-radius: 5px;
  margin: 0;
  border: none;
}

.language-header-mobile__body .language-header__moobile {
  background-color: #ECECEC;
  padding: 7px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.language-header-mobile__body .language-header__moobile span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.language-header-mobile__body .language-header__moobile i {
  display: none !important;
}

.conveythis-language-arrow {
  display: none !important;
}

.currency-header__body .wcml-dropdown-click {
  max-width: fit-content;
  width: fit-content;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  padding: 7px 7px 7px 6px;
  background-color: #ECECEC;
  border-radius: 5px;
  margin: 0;
  border: none;
  position:relative;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency .js-wcml-dropdown-click-toggle {
  padding: 0 18px 0 0;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency .js-wcml-dropdown-click-toggle::after {
  border: none !important;
  background-image: url("/wp-content/uploads/2023/03/arrow-down-select.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 12px;
  right: 0;
  display: flex;
  width: 12px;
  height: 7px;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency .wcml-cs-submenu {
  border: none;
  background-color: #F4F4F4;
  border-radius: 0 0 5px 5px;
  top: 100%;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency .wcml-cs-submenu li {
  border: none;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency .wcml-cs-submenu li:not(:last-child) a {
  position: relative;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency .wcml-cs-submenu li:not(:last-child) a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 1px;
  background-color: #c8c8c8;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency .wcml-cs-submenu li:last-child {
  border-radius: 0 0 5px 5px !important;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency .wcml-cs-submenu li:last-child a {
  border-radius: 0 0 5px 5px !important;
}
.currency-header__body .wcml-dropdown-click ul .wcml-cs-active-currency .wcml-cs-submenu li a {
  background-color: #F4F4F4;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.currency-header__currency {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}

.search-header__search::before {
  font-size: 16px;
  color: #000000;
}
.search-header__search-menu {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  pointer-events: none;
  /* opacity: 0;
  visibility: hidden; */
  transition: all 0.3s ease 0s;
}

.search-wraper__body {
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
  margin: 28px 5px 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1270px) {
  .search-wraper__body {
    padding-right: calc(25px + 25 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .search-wraper__body {
    padding-left: calc(25px + 25 * ((100vw - 390px) / 880));
  }
}
.search-wraper__items {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
@media (max-width: 1270px) {
  .search-wraper__items {
    column-gap: calc(16px + 9 * ((100vw - 390px) / 880));
  }
}
.search-wraper__item {
  width: 165px;
  height: 271px;
}
@media (max-width: 1270px) {
  .search-wraper__item {
    width: calc(106px + 59 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .search-wraper__item {
    height: calc(224px + 47 * ((100vw - 390px) / 880));
  }
}
.search-wraper__link {
  width: 165px;
  height: 271px;
}
@media (max-width: 1270px) {
  .search-wraper__link {
    width: calc(106px + 59 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .search-wraper__link {
    height: calc(224px + 47 * ((100vw - 390px) / 880));
  }
}
.search-wraper__image {
  width: 165px;
  height: 271px;
}
@media (max-width: 1270px) {
  .search-wraper__image {
    width: calc(106px + 59 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .search-wraper__image {
    height: calc(224px + 47 * ((100vw - 390px) / 880));
  }
}
.search-wraper__image img {
  width: 165px;
  height: 271px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .search-wraper__image img {
    width: calc(106px + 59 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .search-wraper__image img {
    height: calc(224px + 47 * ((100vw - 390px) / 880));
  }
}
.search-wraper__title {
  margin-top: 15px;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}

.heart-header__heart {
  display: flex;
  position: relative;
}
.heart-header__heart a::before {
  color: #000000;
  font-size: 17px;
  transition: all 0.3s ease 0s;
}
.heart-header__heart a:hover::before {
  content: "\e90d";
}
.heart-header__heart .wlfmc-counter-wrapper .wlfmc-counter {
  position: relative;
}
.heart-header__heart .wlfmc-counter-wrapper .wlfmc-counter::before {
  display: none !important;
}
.heart-header__heart .wlfmc-counter-wrapper .wlfmc-counter .wlfmc-counter-icon i {
  color: #000000;
}
.heart-header__heart .wlfmc-counter-wrapper .wlfmc-counter .wlfmc-counter-number {
  position: absolute;
  top: 6px;
  right: -5px;
  border: 1px solid #000000;
  border-radius: 100px;
  background-color: #fff;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 7px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  width: 13px;
  height: 13px;
}
.heart-header__quantity {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 9px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  z-index: 3;
}
.heart-header__quantity::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  z-index: -1;
}

.menu-button-mobile__btn::before {
  font-size: 12px;
  color: #000000 !important;
}

.mini-cart-menu__body .chw-widget-area .chw-widget:nth-child(1) {
  display: none !important;
}
.mini-cart-menu__link {
  display: inline-flex;
  position: relative;
}
.mini-cart-menu__link::before {
  color: #000000;
  font-size: 20px;
}
.mini-cart-menu__quantity {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 9px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  z-index: 3;
}
.mini-cart-menu__quantity::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  z-index: -1;
}

/* Mobile menu */
.menu-mobile {
  position: absolute;
  left: 0;
  padding: 5px;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: -300%;
  /* overflow: auto; */
  transition: all 0.3s ease 0s;
}
.menu-mobile.active {
  top: 61px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1270px) {
  .menu-mobile.active {
    top: calc(54px + 7 * ((100vw - 390px) / 880));
  }
}
.menu-mobile__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  padding: 35px 25px 45px 25px;
  position: relative;
}
.menu-mobile__body {
  width: 100%;
  position: relative;
  overflow: auto;
  margin-bottom: 50px;
}
.menu-mobile__btn-close {
  position: absolute;
  top: 18px;
  right: 16px;
  font-size: 13px;
}
.menu-mobile__wrapper-lang-currency {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 30px;
}
.menu-mobile__menu-wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 35px;
}
.menu-mobile__contacts-wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 1023px) {
  .menu-mobile__contacts-wrapper {
    padding-bottom: 50px;
  }
}
.menu-mobile__contact {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.menu-mobile__contact-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
.menu-mobile__contact-link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #343434;
  margin-top: 5px;
  display: flex;
}
.menu-mobile__social {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.menu-mobile__social-item svg {
  fill: #c8c8c8;
  width: 22px;
  height: 21px;
}
.menu-mobile__social-item::before {
  color: #C8C8C8;
  font-size: 20px;
}
.menu-mobile__social-item:hover::before {
  color: #000000;
}
.menu-mobile__social-item:hover svg {
  fill: #000000;
}
.menu-mobile__social-item:last-child::before {
  font-size: 16px;
}

.mobile-menu-01__body {
  grid-column-start: 1;
  grid-row-start: 1;
}
.mobile-menu-01__item._shop-item-menu {
  margin-bottom: 34px;
}
.mobile-menu-01__item._shop-item-menu a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
}
.mobile-menu-01__item._shop-item-menu a i {
  margin-left: 20px;
}
.mobile-menu-01__item._shop-item-menu a i::before {
  font-size: 11px;
}
.mobile-menu-01__item:not(:first-child) {
  margin-bottom: 13px;
}
.mobile-menu-01__item:last-child {
  margin-bottom: 0;
}
.mobile-menu-01__link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
}

.mobile-menu-02__body {
  margin-top: 54px;
  grid-column-start: 2;
  grid-row-start: 1;
}
.mobile-menu-02__item {
  display: grid;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  grid-template-rows: auto;
  margin-bottom: 13px;
}
.mobile-menu-02__link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
  grid-column-start: 1;
  grid-row-start: 1;
}
.mobile-menu-02__arrow {
  grid-column-start: 2;
  grid-row-start: 1;
  margin-left: auto;
}
.mobile-menu-02__arrow::before {
  font-size: 8px;
  color: #343434;
}
.mobile-menu-02__sub-list {
  grid-column-start: span 2;
  grid-row-start: 2;
  margin-top: 10px;
}
.mobile-menu-02__sub-item:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu-02__sub-link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}

.mobile-menu-03__body {
  grid-column-start: span 2;
  grid-row-start: 2;
}
.mobile-menu-03__item:not(:last-child) {
  margin-bottom: 19px;
}
.mobile-menu-03__link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}
.mobile-menu-03__arrow {
  margin-left: 31px;
  position: relative;
  top: -2px;
}
.mobile-menu-03__arrow::before {
  font-size: 10px;
  color: #000000;
}
.mobile-menu-03__wrapper-items {
  margin-top: 15px;
}
.mobile-menu-03__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.mobile-menu-03__title:not(:first-child) {
  margin-top: 15px;
}
.mobile-menu-03__sub-item:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu-03__sub-link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}

/* Hide line scrollbar */
.menu-mobile::-webkit-scrollbar,
.menu-mobile__body::-webkit-scrollbar {
  width: 0 !important;
}

.menu-mobile::-webkit-scrollbar-track,
.menu-mobile__body::-webkit-scrollbar-track {
  background: transparent !important;
}

.menu-mobile::-webkit-scrollbar-thumb,
.menu-mobile__body::-webkit-scrollbar-track {
  background-color: transparent !important;
}

/* Search menu */
.menu-search__container {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1270px) {
  .menu-search__container {
    top: calc(55px + 10 * ((100vw - 390px) / 880));
  }
}
.menu-search__container::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  top: 0;
  left: 0;
  transition: opacity 0.8s ease 0s;
  z-index: -1;
}
.menu-search__container.active {
  opacity: 1;
  visibility: visible;
}
.menu-search__body {
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1270px) {
  .menu-search__body {
    padding-right: calc(25px + 25 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .menu-search__body {
    padding-left: calc(25px + 25 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .menu-search__body {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media (max-width: 921px) {
  .menu-search__col-01 {
    width: 100%;
    max-width: 100%;
  }
}
.menu-search__col-01 .is-search-form {
  width: 600px;
  border-bottom: 1px solid #C8C8C8;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1270px) {
  .menu-search__col-01 .is-search-form {
    width: calc(-100px + 700 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .menu-search__col-01 .is-search-form {
    max-width: 100%;
    width: 100%;
  }
}
.menu-search__col-01 .is-search-form label {
  height: 58px;
}
@media (max-width: 1270px) {
  .menu-search__col-01 .is-search-form label {
    height: calc(50px + 8 * ((100vw - 390px) / 880));
  }
}
.menu-search__col-01 .is-search-form label input {
  height: 58px;
  padding: 8px !important;
  border: none !important;
  background-color: #F6F6F6;
  padding: 0;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px !important;
  line-height: 115%;
  text-transform: uppercase;
  color: #343434;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .menu-search__col-01 .is-search-form label input {
    height: calc(50px + 8 * ((100vw - 390px) / 880));
  }
}
.menu-search__col-01 .is-search-form label input::placeholder {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 115%;
  text-transform: uppercase;
  color: #343434;
  font-variation-settings: "opsz" 7;
}
.menu-search__col-01 .is-search-form .is-search-submit {
  height: 58px;
  width: 58px;
}
@media (max-width: 1270px) {
  .menu-search__col-01 .is-search-form .is-search-submit {
    height: calc(50px + 8 * ((100vw - 390px) / 880));
  }
}
.menu-search__col-01 .is-search-form .is-search-submit .is-search-icon {
  background-color: transparent;
  border: none !important;
  height: 100%;
  padding: 8px !important;
  background-image: url("/wp-content/uploads/2023/03/search-btn-1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 58px;
  width: 58px;
}
@media (max-width: 1270px) {
  .menu-search__col-01 .is-search-form .is-search-submit .is-search-icon {
    height: calc(50px + 8 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .menu-search__col-01 .is-search-form .is-search-submit .is-search-icon {
    width: calc(50px + 8 * ((100vw - 390px) / 880));
  }
}
.menu-search__col-01 .is-search-form .is-search-submit .is-search-icon svg {
  display: none !important;
}
.menu-search__items {
  display: flex;
  column-gap: 16px;
}
@media (max-width: 1270px) {
  .menu-search__items {
    column-gap: calc(5px + 11 * ((100vw - 390px) / 880));
  }
}
.menu-search__image {
  width: 165px;
  height: 271px;
}
@media (max-width: 1270px) {
  .menu-search__image {
    width: calc(106px + 59 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .menu-search__image {
    height: calc(224px + 47 * ((100vw - 390px) / 880));
  }
}
.menu-search__image img {
  width: 165px;
  height: 271px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .menu-search__image img {
    width: calc(106px + 59 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .menu-search__image img {
    height: calc(224px + 47 * ((100vw - 390px) / 880));
  }
}
.menu-search__title {
  margin-top: 15px;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
.menu-search__btn-close {
  background-image: url("https://valerdi.rts-developers.com/wp-content/uploads/2023/03/close-popup.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 22px;
}
@media (max-width: 1270px) {
  .menu-search__btn-close {
    top: calc(18px + 4 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .menu-search__btn-close {
    right: calc(18px + 4 * ((100vw - 390px) / 880));
  }
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0 !important;
  background-color: #ececec;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Gilroy-Medium";
}
.gt_float_switcher .gt-selected .gt-current-lang img {
  display: none;
}

.gt_float_switcher {
  display: flex;
  flex-direction: column;
  box-shadow: none !important;
  background-color: #ececec !important;
}
.gt_float_switcher .gt_options {
  position: absolute !important;
  top: 50px;
  margin-left: -12px;
  background-color: #ECECEC;
  border-radius: 5px;
}
.gt_float_switcher .gt_options a {
  padding: 4px !important;
  font-size: 14px;
  background-color: #ECECEC;
  color: #343434;
  font-family: "Gilroy-Medium";
}
.gt_float_switcher .gt_options a img {
  display: none !important;
}

.gt_float_switcher .gt-selected {
  background-color: #ececec !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  transform: rotate(0deg) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(180deg) !important;
}

.nturl::first-letter:nth-of-type(-n+2) {
  text-transform: uppercase;
}

.gt_float_switcher .gt_options a::first-letter:nth-of-type(-n+2) {
  text-transform: uppercase;
}

/* Скрываем стандартную стрелку */
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"><path fill="%23666" d="M24.38 8.13c-.78-.78-2.05-.78-2.83 0L16 13.17 10.45 8.13c-.78-.78-2.05-.78-2.83 0-.78.78-.78 2.05 0 2.83l6.36 6.36c.39.39.92.61 1.41.61s1.02-.22 1.41-.61l6.36-6.36c.78-.78.78-2.05 0-2.83z"/></svg>') no-repeat right center;
  background-size: 1rem;
  cursor: pointer;
  padding-right: 1.5rem;
}

/* Изменяем фон и границы селекта */
select {
  background-color: #ececec;
  border: none;
  outline: none;
}

/* Изменяем цвет текста */
select {
  color: #343434;
}

/* Изменяем размер и выравнивание текста */
select {
  font-size: 14px;
  text-align: center;
}

/* Изменяем внешний вид при наведении курсора */
select:hover {
  background-color: #eee;
}

/* Изменяем внешний вид при фокусе */
select:focus {
  outline: none;
  background-color: #ececec;
}

/* Изменяем внешний вид при открытии */
select:active,
select:checked {
  background-color: #ececec;
}

/* Добавляем кастомный треугольник */
select::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: none !important;
}

/* Изменяем внешний вид при открытии */
select:focus::after {
  border: none !important;
}

.gt_selector select option::before {
  content: attr(value);
  display: inline-block;
  width: 1.6em; /* ширина для двух букв */
  text-align: center;
  margin-right: 0.5em;
  text-transform: uppercase;
}

.skiptranslate {
  /* display: none !important; */
}
.skiptranslate iframe {
  visibility: hidden !important;
}

.footer {
  background-color: #000000;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  padding-top: 90px;
  padding-bottom: 57px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 999;
}
@media (max-width: 1270px) {
  .footer {
    border-top-right-radius: calc(50px + 30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .footer {
    border-top-left-radius: calc(50px + 30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .footer {
    padding-top: calc(80px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .footer {
    padding-bottom: calc(52px + 5 * ((100vw - 390px) / 880));
  }
}
.footer__columns {
  display: grid;
  grid-template-columns: minmax(auto, 126px) minmax(auto, 155px) minmax(auto, 147px) minmax(auto, 177px) minmax(auto, auto);
  column-gap: 95px;
}
@media (max-width: 1270px) {
  .footer__columns {
    column-gap: calc(-30px + 125 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .footer__columns {
    grid-template-columns: minmax(auto, 33.3333%) minmax(auto, 33.3333%) minmax(auto, 33.3333%);
    row-gap: 40px;
    column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .footer__columns {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    justify-content: space-between;
    column-gap: 65px;
  }
}
@media (max-width: 389px) {
  .footer__columns {
    column-gap: 40px;
  }
}
.footer__column:last-child {
  margin-left: auto;
  width: 200px;
}
@media (max-width: 921px) {
  .footer__column:last-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__column:last-child {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .footer__column:last-child {
    grid-column-start: span 2;
    grid-row-start: 3;
  }
}
.footer__column-nav {
  /* max-width: 119px; */
}
.footer__column-nav ul .menu-item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1270px) {
  .footer__column-nav ul .menu-item:not(:last-child) {
    margin-bottom: calc(10px + 5 * ((100vw - 390px) / 880));
  }
}
.footer__column-nav ul .menu-item a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .footer__column-nav ul .menu-item a {
    font-size: calc(14px + 3 * ((100vw - 390px) / 880));
  }
}
.footer__column-nav ul .menu-item a:hover {
  color: #C8C8C8;
}
.footer__column-nav ul .menu-item.current-menu-item a {
  color: #C8C8C8;
}
.footer__logo {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url('http://valerdi.rts-developers.com/wp-content/uploads/2023/03/logo-white.png'); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 200px;
  height: 75px;
  max-width: 200px;
}
@media (max-width: 1270px) {
  .footer__logo {
    margin-top: calc(50px + 14 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .footer__logo {
    width: calc(166px + 34 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .footer__logo {
    height: calc(66px + 9 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .footer__logo {
    max-width: calc(166px + 34 * ((100vw - 390px) / 880));
  }
}
.footer__logo img {
  max-width: 200px;
}
@media (max-width: 1270px) {
  .footer__logo img {
    max-width: calc(166px + 34 * ((100vw - 390px) / 880));
  }
}
.footer__development {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.footer__development a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .footer__development a {
    font-size: calc(14px + 3 * ((100vw - 390px) / 880));
  }
}
.footer__development a:hover {
  color: #898989;
}

.menu-footer__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1270px) {
  .menu-footer__item:not(:last-child) {
    margin-bottom: calc(10px + 5 * ((100vw - 390px) / 880));
  }
}
.menu-footer__link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .menu-footer__link {
    font-size: calc(14px + 3 * ((100vw - 390px) / 880));
  }
}
.menu-footer__link:hover {
  color: #C8C8C8;
}
.menu-footer__link-all {
  margin-top: 28px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media (max-width: 1270px) {
  .menu-footer__link-all {
    margin-top: calc(23px + 5 * ((100vw - 390px) / 880));
  }
}
.menu-footer__link-all span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
@media (max-width: 1270px) {
  .menu-footer__link-all span {
    font-size: calc(14px + 3 * ((100vw - 390px) / 880));
  }
}
.menu-footer__link-all i::before {
  transition: all 0.3s ease 0s;
  color: #343434;
  font-size: 11px;
}
.menu-footer__link-all:hover i::before {
  transform: translate(5px, 0);
}
.social-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  max-width: 119px;
}
@media (max-width: 767px) {
  .social-footer {
    max-width: 100%;
  }
}
.social-footer__item:last-child .social-footer__link::before {
  font-size: 16px;
}
.social-footer__link {
  display: flex;
}
.social-footer__link::before {
  font-size: 22px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.social-footer__link:hover::before {
  color: #898989;
}

.footer-white {
  z-index: 50;
}
.footer-white .footer {
  background-color: #fff;
}
.footer-white .footer__column-nav ul .menu-item a {
  color: #343434;
}
.footer-white .footer__column-nav ul .menu-item a:hover {
  color: #000000;
}
.footer-white .footer__column-nav ul .menu-item.current-menu-item a {
  color: #000000;
}
.footer-white .footer__logo {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/uploads/2023/03/Logo_TN_Black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 75px;
  max-width: 200px;
}
@media (max-width: 1270px) {
  .footer-white .footer__logo {
    margin-top: calc(50px + 14 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .footer-white .footer__logo {
    height: calc(66px + 9 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .footer-white .footer__logo {
    max-width: calc(166px + 34 * ((100vw - 390px) / 880));
  }
}
.footer-white .footer__logo img {
  display: none !important;
}
.footer-white .footer__development a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #343434 !important;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .footer-white .footer__development a {
    font-size: calc(14px + 3 * ((100vw - 390px) / 880));
  }
}
.footer-white .footer__development a:hover {
  color: #000000 !important;
}
.footer-white .menu-footer__link {
  color: #343434;
}
.footer-white .menu-footer__link:hover {
  color: #000000;
}
.footer-white .menu-footer__link-all span {
  color: #343434;
}
.footer-white .menu-footer__link-all:hover span {
  color: #000000;
}
.footer-white .social-footer__link::before {
  color: #898989;
}
.footer-white .social-footer__link:hover::before {
  color: #000000;
}

.contact-page__container {
  margin: 125px 0 0 0;
}
@media (max-width: 921px) {
  .contact-page__container {
    margin: 50px 0 0 0;
  }
}
.contact-page__row-01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 30px;
}
@media (max-width: 921px) {
  .contact-page__row-01 {
    flex-direction: column-reverse;
    column-gap: 0;
    row-gap: 50px;
  }
}
.contact-page__row-01-col-01 {
  width: fit-content;
  min-width: 600px;
}
@media (max-width: 1270px) {
  .contact-page__row-01-col-01 {
    min-width: calc(370px + 230 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .contact-page__row-01-col-01 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.contact-page__row-01-col-02 {
  margin-top: 65px;
  margin-right: 45px;
}
@media (max-width: 1270px) {
  .contact-page__row-01-col-02 {
    margin-right: calc(-70px + 115 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .contact-page__row-01-col-02 {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.contact-page__row-02 {
  margin-top: 147px;
  /* background-image: url('../../img/contacts-page/contacts-01.webp'); */
  background-image: url("https://valerdi.rts-developers.com/wp-content/themes/tina-valerdi/assets/img/contacts-page/contacts-01.webp");
  background-repeat: no-repeat;
  height: 318px;
  background-position: 0% 25%;
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 921px) {
  .contact-page__row-02 {
    margin-top: -50px;
    padding: 221px 0 150px 0;
    height: 569px;
  }
}
.contact-page__row-02-col-02 {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 921px) {
  .contact-page__row-02-col-02 {
    margin: 0;
    width: 100%;
  }
}
.contact-page__sub-form-wrapper {
  background-color: #fff;
  border: 1px solid #343434;
  padding: 50px 39px;
}
.contact-page__sub-form-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}
.contact-page__sub-form-label {
  position: relative;
}
@media (max-width: 921px) {
  .contact-page__sub-form-label {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
}
.contact-page__sub-form-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.contact-page__sub-form-btn::before {
  color: #898989;
  transition: all 0.3s ease 0s;
  font-size: 10px;
}
.contact-page__sub-form-btn:hover::before {
  transform: translate(5px, 0);
}
.contact-page__sub-form-input {
  min-width: 290px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
  padding: 14px 62px 14px 16px;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .contact-page__sub-form-input {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.contact-page__sub-form-input::placeholder {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #898989;
}
@media (max-width: 1270px) {
  .contact-page__sub-form-input::placeholder {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.contact-page__sub-form-input:hover, .contact-page__sub-form-input:focus, .contact-page__sub-form-input:active {
  border-color: #343434;
}
@media (max-width: 921px) {
  .contact-page__sub-form-input {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
}

.contacts-form__wrapper {
  position: relative;
  width: 100%;
}
.contacts-form__body {
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 53px;
  padding-left: 70px;
  width: 600px;
  border: 1px solid #343434;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
}
@media (max-width: 1270px) {
  .contacts-form__body {
    padding-top: calc(30px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-form__body {
    padding-right: calc(20px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-form__body {
    padding-bottom: calc(30px + 23 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-form__body {
    padding-left: calc(20px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-form__body {
    width: calc(370px + 230 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .contacts-form__body {
    position: static;
    border-bottom: 1px solid #343434;
    width: 100%;
    max-width: 100%;
  }
}
.contacts-form__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .contacts-form__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-form__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.contacts-form__subtitle {
  margin-top: 30px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
@media (max-width: 1270px) {
  .contacts-form__subtitle {
    margin-top: calc(11px + 19 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-form__subtitle {
    font-size: calc(16px + -2 * ((100vw - 390px) / 880));
  }
}
.contacts-form__form-wrapper {
  margin-top: 45px;
}
@media (max-width: 1270px) {
  .contacts-form__form-wrapper {
    margin-top: calc(30px + 15 * ((100vw - 390px) / 880));
  }
}
.contacts-form__form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contacts-form__form-row:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1270px) {
  .contacts-form__form-row:not(:last-child) {
    margin-bottom: calc(20px + 5 * ((100vw - 390px) / 880));
  }
}
.contacts-form__form-row input,
.contacts-form__form-row textarea {
  width: 100%;
}
.contacts-form__form-row input.wpcf7-not-valid,
.contacts-form__form-row textarea.wpcf7-not-valid {
  border-color: #ff0000;
}
.contacts-form__form-row p {
  position: relative;
}
.contacts-form__form-label {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
.contacts-form__form-input {
  margin-top: 8px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
  padding: 14px 16px;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .contacts-form__form-input {
    margin-top: calc(5px + 3 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-form__form-input {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.contacts-form__form-input::placeholder {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #5F5F5F;
}
@media (max-width: 1270px) {
  .contacts-form__form-input::placeholder {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.contacts-form__form-input:hover, .contacts-form__form-input:focus, .contacts-form__form-input:active {
  border-color: #343434;
}
.contacts-form__form-textarea {
  margin-top: 8px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
  padding: 14px 16px;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  max-height: 140px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .contacts-form__form-textarea {
    margin-top: calc(5px + 3 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-form__form-textarea {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-form__form-textarea {
    max-height: calc(60px + 80 * ((100vw - 390px) / 880));
  }
}
.contacts-form__form-textarea::placeholder {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #5F5F5F;
}
@media (max-width: 1270px) {
  .contacts-form__form-textarea::placeholder {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.contacts-form__form-textarea:hover, .contacts-form__form-textarea:focus, .contacts-form__form-textarea:active {
  border-color: #343434;
}
.contacts-form__form-btn-wrapper p {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-top: 50px;
}
@media (max-width: 1270px) {
  .contacts-form__form-btn-wrapper p {
    margin-top: calc(25px + 25 * ((100vw - 390px) / 880));
  }
}
.contacts-form__form-btn-wrapper p input {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18.5px 20px;
  background-color: #000000;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
  cursor: pointer;
}
.contacts-form__form-btn-wrapper p i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 55px;
  color: #fff;
  transition: all 0.3s ease 0s;
  transform: translate(15px, -50%);
  font-size: 10px;
}
.contacts-form__form-btn-wrapper p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.contacts-form__form-btn-wrapper p:hover i {
  transform: translate(23px, -50%);
}
.contacts-columns__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 560px;
  column-gap: 32px;
}
@media (max-width: 921px) {
  .contacts-columns__wrapper {
    max-width: 100%;
  }
}
.contacts-columns__col-01 {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
}
.contacts-columns__info-wrapper:not(:last-child) {
  margin-bottom: 15px;
}
.contacts-columns__info-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
.contacts-columns__info-link {
  display: flex;
  margin: 5px 0 0 0;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
  transition: all 0.3s ease 0s;
}
.contacts-columns__info-link:hover {
  color: #000000;
}
.contacts-columns__social {
  margin-top: 17px;
  display: flex;
  align-items: center;
  column-gap: 17px;
}
@media (max-width: 1270px) {
  .contacts-columns__social {
    column-gap: calc(12px + 5 * ((100vw - 390px) / 880));
  }
}
.contacts-columns__social-item {
  font-size: 20px;
}
.contacts-columns__social-item:last-child {
  font-size: 16px;
}
.contacts-columns__social-item:hover::before {
  color: #000000;
}
.contacts-columns__social-item::before {
  color: #C8C8C8;
  transition: all 0.3s ease 0s;
}
.contacts-columns__col-02 {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
}
.contacts-columns__address {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}
@media (max-width: 1270px) {
  .contacts-columns__address {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.contacts-columns__links {
  margin-top: 52px;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1270px) {
  .contacts-columns__links {
    margin-top: calc(30px + 22 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .contacts-columns__links {
    row-gap: calc(5px + 15 * ((100vw - 390px) / 880));
  }
}
.contacts-columns__link-delivery {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #898989;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media (max-width: 1270px) {
  .contacts-columns__link-delivery {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.contacts-columns__link-delivery::before {
  font-size: 11px;
  transition: all 0.3s ease 0s;
  transform: translate(15px, 0);
}
@media (max-width: 1270px) {
  .contacts-columns__link-delivery::before {
    font-size: calc(8px + 3 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 575px) {
  .contacts-columns__link-delivery::before {
    transform: translate(0, 0);
  }
}
.contacts-columns__link-delivery:hover {
  color: #343434;
}
.contacts-columns__link-delivery:hover::before {
  color: #343434;
}
@media (max-width: 575px) {
  .contacts-columns__link-delivery {
    justify-content: space-between;
    padding-right: 5px;
  }
}
.contacts-columns__link-qa {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #898989;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media (max-width: 1270px) {
  .contacts-columns__link-qa {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.contacts-columns__link-qa::before {
  font-size: 11px;
  transition: all 0.3s ease 0s;
  transform: translate(15px, 0);
}
@media (max-width: 1270px) {
  .contacts-columns__link-qa::before {
    font-size: calc(8px + 3 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 575px) {
  .contacts-columns__link-qa::before {
    transform: translate(0, 0);
  }
}
.contacts-columns__link-qa:hover {
  color: #343434;
}
.contacts-columns__link-qa:hover::before {
  color: #343434;
}
@media (max-width: 575px) {
  .contacts-columns__link-qa {
    justify-content: space-between;
    padding-right: 5px;
  }
}

.footer-hide {
  display: none !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 14px;
  line-height: 115%;
  color: #000000;
  margin-top: 15px;
}

.wpcf7-response-output {
  display: none !important;
}

/* MailPoet Form Subscribe */
#mailpoet_form_2 {
  display: flex;
  align-items: center;
  position: relative;
}
#mailpoet_form_2 form.mailpoet_form {
  width: 100% !important;
}
#mailpoet_form_2 .mailpoet_paragraph {
  margin: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  position: relative;
}
#mailpoet_form_2 .mailpoet_paragraph .mailpoet_text {
  min-width: 290px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
  padding: 14px 62px 14px 16px !important;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  #mailpoet_form_2 .mailpoet_paragraph .mailpoet_text {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
#mailpoet_form_2 .mailpoet_paragraph .mailpoet_text::placeholder {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #898989;
}
@media (max-width: 1270px) {
  #mailpoet_form_2 .mailpoet_paragraph .mailpoet_text::placeholder {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
#mailpoet_form_2 .mailpoet_paragraph .mailpoet_text:hover, #mailpoet_form_2 .mailpoet_paragraph .mailpoet_text:focus, #mailpoet_form_2 .mailpoet_paragraph .mailpoet_text:active {
  border-color: #343434;
}
@media (max-width: 921px) {
  #mailpoet_form_2 .mailpoet_paragraph .mailpoet_text {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
}
#mailpoet_form_2 .mailpoet_paragraph .mailpoet_text.parsley-error {
  background-color: #fff;
  border-color: #ff0000 !important;
}
#mailpoet_form_2 .mailpoet_paragraph .parsley-errors-list {
  position: absolute;
  top: 100%;
  margin: 0 !important;
}
#mailpoet_form_2 .mailpoet_paragraph .parsley-errors-list li {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 14px;
  line-height: 115%;
  color: #000000;
}
#mailpoet_form_2 .last .mailpoet_submit {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -100%);
  padding: 14px 40px 14px 0px !important;
  max-width: 50px;
  cursor: pointer;
  background-color: transparent;
  background-image: url("http://valerdi.rts-developers.com/wp-content/uploads/2023/03/arrow-right-01.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.qa-page__container {
  margin-top: 170px;
}
@media (max-width: 1270px) {
  .qa-page__container {
    margin-top: calc(104px + 66 * ((100vw - 390px) / 880));
  }
}
.qa-page__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1270px) {
  .qa-page__head {
    margin-bottom: calc(40px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .qa-page__head {
    flex-direction: column;
    row-gap: 20px;
  }
}
.qa-page__head-title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .qa-page__head-title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .qa-page__head-title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .qa-page__head-title {
    margin-right: auto;
  }
}
.qa-page__head-link-ask {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  transition: all 0.3s ease 0s;
}
.qa-page__head-link-ask:hover {
  color: #000000;
  border-color: #000000;
}
@media (max-width: 767px) {
  .qa-page__head-link-ask {
    margin-left: auto;
  }
}
.qa-page__section-qa:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1270px) {
  .qa-page__section-qa:not(:last-child) {
    margin-bottom: calc(50px + 30 * ((100vw - 390px) / 880));
  }
}
.qa-page__section-qa:last-child {
  margin-bottom: 110px;
}
@media (max-width: 1270px) {
  .qa-page__section-qa:last-child {
    margin-bottom: calc(50px + 60 * ((100vw - 390px) / 880));
  }
}
.qa-page__row {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #C8C8C8;
}
@media (max-width: 1270px) {
  .qa-page__row {
    padding-left: calc(10px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .qa-page__row {
    padding-right: calc(10px + 10 * ((100vw - 390px) / 880));
  }
}
.qa-page__row:last-child {
  border-bottom: 1px solid #C8C8C8;
}
.qa-page__btn-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.qa-page__btn-title span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .qa-page__btn-title span {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .qa-page__btn-title span {
    line-height: calc(17px + 2 * ((100vw - 390px) / 880));
  }
}
.qa-page__btn-title i::before {
  color: #343434;
  font-size: 13px;
  transition: all 0.3s ease 0s;
}
.qa-page__btn-title._active i::before {
  transform: rotate(-90deg);
}
.qa-page__btn-title:hover i::before {
  color: #000000;
}
.qa-page__text {
  margin-top: 13px;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #343434;
  max-width: 900px;
  width: 90%;
}
@media (max-width: 1270px) {
  .qa-page__text {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .qa-page__text {
    line-height: calc(18px + 5 * ((100vw - 390px) / 880));
  }
}
.section-qa__head-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 1270px) {
  .section-qa__head-title {
    margin-bottom: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}

.form-qa__wrapper {
  background-color: #FAFAFA;
  padding-top: 70px;
  padding-right: 80px;
  padding-left: 80px;
  margin-bottom: 108px;
}
@media (max-width: 1270px) {
  .form-qa__wrapper {
    padding-top: calc(20px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .form-qa__wrapper {
    padding-right: calc(10px + 70 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .form-qa__wrapper {
    padding-left: calc(10px + 70 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .form-qa__wrapper {
    margin-bottom: calc(36px + 72 * ((100vw - 390px) / 880));
  }
}
.form-qa__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .form-qa__head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.form-qa__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .form-qa__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .form-qa__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.form-qa__text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #C8C8C8;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 767px) {
  .form-qa__text {
    max-width: 100%;
  }
}
.form-qa__form-wrapper {
  margin-top: 60px;
}
@media (max-width: 1270px) {
  .form-qa__form-wrapper {
    margin-top: calc(50px + 10 * ((100vw - 390px) / 880));
  }
}
.form-qa__form form {
  display: grid;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  grid-template-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  column-gap: 55px;
  row-gap: 25px;
}
@media (max-width: 1270px) {
  .form-qa__form form {
    column-gap: calc(20px + 35 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .form-qa__form form {
    row-gap: calc(15px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .form-qa__form form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
.form-qa__form form p label {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
  display: flex;
  flex-direction: column;
}
.form-qa__form form p label br {
  display: none !important;
}
.form-qa__form form p label span {
  width: 100%;
  max-width: 100%;
}
.form-qa__form form p label span input {
  margin-top: 8px;
  padding: 14px 16px;
  background-color: #fafafa;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1270px) {
  .form-qa__form form p label span input {
    margin-top: calc(5px + 3 * ((100vw - 390px) / 880));
  }
}
.form-qa__form form p label span input::placeholder {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #5F5F5F;
}
.form-qa__form form p label span input:hover, .form-qa__form form p label span input:focus, .form-qa__form form p label span input:active {
  border-color: #000000;
}
.form-qa__form form p label span textarea {
  margin-top: 8px;
  padding: 14px 16px;
  background-color: #fafafa;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
  max-height: 150px;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1270px) {
  .form-qa__form form p label span textarea {
    margin-top: calc(5px + 3 * ((100vw - 390px) / 880));
  }
}
.form-qa__form form p label span textarea::placeholder {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #5F5F5F;
}
.form-qa__form form p label span textarea:hover, .form-qa__form form p label span textarea:focus, .form-qa__form form p label span textarea:active {
  border-color: #000000;
}
@media (max-width: 767px) {
  .form-qa__form form p label span textarea {
    max-height: 60px;
  }
}
.form-qa__form form p label span .wpcf7-not-valid-tip {
  margin-top: 0 !important;
}
.form-qa__form form p:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 1;
}
.form-qa__form form p:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.form-qa__form form p:nth-child(4) {
  grid-column-start: 2;
  grid-row-start: span 2;
}
.form-qa__button {
  grid-column-start: span 2;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  border-radius: 20px 20px 0 0;
  padding: 19px 20px;
  /* @include adaptiv-value('margin-top', 60, 50, 1);
  grid-column-start: span 2;
  grid-row-start: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  border-radius: 20px 20px 0 0;
  padding: 19px 20px;
  span { 
      text-align: center;
      font-family: 'Gilroy-Medium';
      font-style: normal;
      font-size: 15px;
      line-height: 115%;
      color: #FFFFFF;
  }

  &:hover { 
      i { 
          &::before { 
              transform: translate(20px, 0);
          }
      }
  } */
}
.form-qa__button p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.form-qa__button p input {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
  background-color: transparent !important;
  cursor: pointer;
}
.form-qa__button p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
}
.form-qa__button p i {
  cursor: pointer;
}
.form-qa__button p i::before {
  color: #343434;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  transform: translate(15px, 0);
}
.form-qa__button p:hover i::before {
  transform: translate(20px, 0);
}
.delivery-details__body {
  margin-top: 166px;
}
@media (max-width: 1270px) {
  .delivery-details__body {
    margin-top: calc(104px + 62 * ((100vw - 390px) / 880));
  }
}
.delivery-details__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .delivery-details__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .delivery-details__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.delivery-details__row-01 {
  margin-top: 80px;
}
@media (max-width: 1270px) {
  .delivery-details__row-01 {
    margin-top: calc(60px + 20 * ((100vw - 390px) / 880));
  }
}
.delivery-details__row-02 {
  margin-top: 80px;
}
@media (max-width: 1270px) {
  .delivery-details__row-02 {
    margin-top: calc(60px + 20 * ((100vw - 390px) / 880));
  }
}
.delivery-details__row-03 img {
  width: 100%;
  min-width: 100vh;
  max-height: 1260px;
  object-fit: cover;
  margin-bottom: -920px;
  margin-top: 180px;
}
@media (max-width: 1270px) {
  .delivery-details__row-03 img {
    margin-top: calc(108px + 72 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .delivery-details__row-03 img {
    max-height: 550px;
    object-fit: cover;
    margin-bottom: -60px;
    min-width: 100%;
  }
}

.columns-delivery-01__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 35px;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  .columns-delivery-01__body {
    /* grid-template-columns: repeat(auto-fit, minmax(295px, 1fr)); */
  }
}
@media (max-width: 575px) {
  .columns-delivery-01__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    row-gap: 50px;
  }
}
.columns-delivery-01__item {
  max-width: 395px;
}
@media (max-width: 575px) {
  .columns-delivery-01__item {
    width: 100%;
    max-width: 100%;
  }
}
.columns-delivery-01__item.delivery-home-last {
  max-width: 297px;
  width: 100%;
  margin-left: auto;
}
.columns-delivery-01__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 1270px) {
  .columns-delivery-01__title {
    font-size: calc(19px + 6 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .columns-delivery-01__title {
    margin-bottom: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
.columns-delivery-01__row-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  padding-left: 14px;
  margin-bottom: 13px;
  margin-top: 30px;
}
@media (max-width: 1270px) {
  .columns-delivery-01__row-title {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .columns-delivery-01__row-title {
    margin-top: calc(20px + 10 * ((100vw - 390px) / 880));
  }
}
.columns-delivery-01__row-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #000000;
  width: 7px;
  height: 7px;
  border-radius: 100px;
}
.columns-delivery-01__row-text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #343434;
}
@media (max-width: 1270px) {
  .columns-delivery-01__row-text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .columns-delivery-01__row-text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}

.columns-delivery-02__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 1270px) {
  .columns-delivery-02__title {
    margin-bottom: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
.columns-delivery-02__wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 35px;
}
@media (max-width: 767px) {
  .columns-delivery-02__wrapper {
    flex-direction: column;
    row-gap: 74px;
  }
}
.columns-delivery-02__col-01 {
  max-width: 762px;
}
@media (max-width: 767px) {
  .columns-delivery-02__col-01 {
    max-width: 100%;
  }
}
.columns-delivery-02__text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
@media (max-width: 1270px) {
  .columns-delivery-02__text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .columns-delivery-02__text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
.columns-delivery-02__col-02 {
  max-width: 395px;
}
@media (max-width: 767px) {
  .columns-delivery-02__col-02 {
    max-width: 100%;
  }
}
.columns-delivery-02__col-02.home-delivery {
  max-width: 297px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 839px) {
  .columns-delivery-02__col-02.home-delivery {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .columns-delivery-02__col-02.home-delivery {
    max-width: 100%;
  }
}
.columns-delivery-02__text-01 {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1270px) {
  .columns-delivery-02__text-01 {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .columns-delivery-02__text-01 {
    line-height: calc(17px + 2 * ((100vw - 390px) / 880));
  }
}
.columns-delivery-02__text-02 {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
@media (max-width: 1270px) {
  .columns-delivery-02__text-02 {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .columns-delivery-02__text-02 {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}

.terms__body {
  max-width: 762px;
  margin: 0 auto;
  margin-top: 166px;
  margin-bottom: 130px;
}
@media (max-width: 1270px) {
  .terms__body {
    margin-top: calc(100px + 66 * ((100vw - 390px) / 880));
  }
}
.terms__title-main {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 86px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 17;
  margin-bottom: 65px;
}
@media (max-width: 1270px) {
  .terms__title-main {
    font-size: calc(40px + 35 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .terms__title-main {
    line-height: calc(46px + 40 * ((100vw - 390px) / 880));
  }
}
.terms__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.terms__wrapper-row-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 1270px) {
  .terms__wrapper-row-title {
    margin-bottom: calc(20px + 10 * ((100vw - 390px) / 880));
  }
}
.terms__wrapper-row-text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
@media (max-width: 1270px) {
  .terms__wrapper-row-text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .terms__wrapper-row-text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}

/* Section about main */
.about-main__body {
  /* height: 821px; */
  height: 100vh;
  position: relative;
}
.about-main__image img {
  /* height: 821px; */
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.about-main__content {
  padding: 0 10px;
  position: absolute;
  width: 100%;
  max-width: 296px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding: 40px 50px 50px 50px;
}
@media (max-width: 1270px) {
  .about-main__content {
    max-width: calc(370px + -74 * ((100vw - 390px) / 880));
  }
}
.about-main__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-main__subtitle {
  font-family: "BodoniModa";
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
.about-main__title {
  margin-top: 40px;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1270px) {
  .about-main__title {
    margin-top: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-main__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-main__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.about-main__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 100px;
  height: 1px;
  background-color: #343434;
}

/* Section about history */
.about-history__body {
  margin-top: 150px;
}
@media (max-width: 1270px) {
  .about-history__body {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
.about-history__row-01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 699px) {
  .about-history__row-01 {
    flex-direction: column;
  }
}
.about-history__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .about-history__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-history__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.about-history__images {
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 699px) {
  .about-history__images {
    margin-top: 30px;
    justify-content: center;
  }
}
.about-history__image:nth-child(1) {
  position: absolute;
  top: 70px;
  right: 164px;
  width: 189px;
  height: 288px;
}
@media (max-width: 1270px) {
  .about-history__image:nth-child(1) {
    width: calc(206px + -17 * ((100vw - 390px) / 880));
  }
}
.about-history__image:nth-child(1) img {
  height: 288px;
  width: 189px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .about-history__image:nth-child(1) img {
    width: calc(206px + -17 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 699px) {
  .about-history__image:nth-child(1) {
    position: relative;
    right: -15px;
  }
}
.about-history__image:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 189px;
  height: 288px;
}
.about-history__image:nth-child(2) img {
  height: 288px;
  width: 189px;
  object-fit: cover;
}
@media (max-width: 699px) {
  .about-history__image:nth-child(2) {
    position: relative;
    right: 10px;
  }
}
.about-history__row-02 {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 271px));
  column-gap: 25px;
  row-gap: 30px;
  max-width: 863px;
  width: 100%;
}
@media (max-width: 1270px) {
  .about-history__row-02 {
    margin-top: calc(50px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-history__row-02 {
    max-width: calc(50px + 813 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 699px) {
  .about-history__row-02 {
    margin-top: 120px;
  }
}
@media (max-width: 921px) {
  .about-history__items {
    min-width: 320px;
  }
}
.about-history__item-number {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #343434;
}
.about-history__item-title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  margin-bottom: 25px;
  margin-top: 5px;
}
@media (max-width: 1270px) {
  .about-history__item-title {
    margin-bottom: calc(20px + 5 * ((100vw - 390px) / 880));
  }
}
.about-history__item-text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
}

/* Section about material */
.about-material__body {
  position: relative;
}
@media (max-width: 767px) {
  .about-material__body {
    padding-bottom: 130px;
  }
}
.about-material__head {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1270px) {
  .about-material__head {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .about-material__head {
    flex-direction: column;
  }
}
.about-material__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 86px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 17;
  max-width: 764px;
  width: 100%;
  position: relative;
}
@media (max-width: 1270px) {
  .about-material__title {
    font-size: calc(40px + 35 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-material__title {
    line-height: calc(46px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .about-material__title {
    max-width: 100%;
    width: 100%;
  }
}
.about-material__fixed {
  max-width: 297px;
  width: 100%;
}
@media (max-width: 767px) {
  .about-material__fixed {
    position: absolute;
    bottom: 0;
    max-width: 90%;
    width: 100%;
  }
}
.about-material__fixed-title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  margin-top: 15px;
}
.about-material__fixed-text {
  margin-top: 15px;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #343434;
}
@media (max-width: 1270px) {
  .about-material__fixed-text {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-material__fixed-text {
    line-height: calc(18px + 5 * ((100vw - 390px) / 880));
  }
}
.about-material__slider-wrapper {
  /* display: none; */
  padding-top: 150px;
}
@media (max-width: 1270px) {
  .about-material__slider-wrapper {
    padding-top: calc(30px + 120 * ((100vw - 390px) / 880));
  }
}

.slider-about {
  margin: 0 -2.5px;
}
.slider-about__item {
  padding: 0 2.5px;
}
.slider-about__item img {
  width: 530px;
  height: 814px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .slider-about__item img {
    width: calc(254px + 276 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .slider-about__item img {
    height: calc(469px + 345 * ((100vw - 390px) / 880));
  }
}

/* Section about special */
.about-special__body {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  column-gap: 70px;
  position: relative;
}
@media (max-width: 1270px) {
  .about-special__body {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-special__body {
    column-gap: calc(30px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 699px) {
  .about-special__body {
    flex-direction: column;
  }
}
.about-special__col-01 {
  display: flex;
  flex: 0 1 50%;
}
@media (max-width: 699px) {
  .about-special__col-01 {
    flex: 0 1 100%;
  }
}
.about-special__images {
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 699px) {
  .about-special__images {
    margin-top: 60px;
    justify-content: center;
  }
}
.about-special__image:nth-child(1) {
  position: absolute;
  top: 120px;
  left: 0;
  width: 337px;
  height: 518px;
}
@media (max-width: 1270px) {
  .about-special__image:nth-child(1) {
    width: calc(189px + 148 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-special__image:nth-child(1) {
    height: calc(338px + 180 * ((100vw - 390px) / 880));
  }
}
.about-special__image:nth-child(1) img {
  width: 337px;
  height: 518px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .about-special__image:nth-child(1) img {
    width: calc(189px + 148 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-special__image:nth-child(1) img {
    height: calc(338px + 180 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 699px) {
  .about-special__image:nth-child(1) {
    position: relative;
    left: 5px;
  }
}
.about-special__image:nth-child(2) {
  position: absolute;
  top: 0;
  left: 264px;
  width: 337px;
  height: 518px;
}
@media (max-width: 1270px) {
  .about-special__image:nth-child(2) {
    left: calc(0px + 264 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-special__image:nth-child(2) {
    width: calc(189px + 148 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-special__image:nth-child(2) {
    height: calc(338px + 180 * ((100vw - 390px) / 880));
  }
}
.about-special__image:nth-child(2) img {
  width: 337px;
  height: 518px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .about-special__image:nth-child(2) img {
    width: calc(189px + 148 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-special__image:nth-child(2) img {
    height: calc(338px + 180 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 699px) {
  .about-special__image:nth-child(2) {
    position: relative;
    left: -5px;
  }
}
.about-special__col-02 {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
}
@media (max-width: 699px) {
  .about-special__col-02 {
    flex: 0 1 100%;
    margin-top: 80px;
  }
}
.about-special__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .about-special__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-special__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 699px) {
  .about-special__title {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.about-special__items {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  column-gap: 23px;
  row-gap: 40px;
}
@media (max-width: 1270px) {
  .about-special__items {
    margin-top: calc(50px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-special__items {
    row-gap: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 699px) {
  .about-special__items {
    margin-top: 95px;
  }
}
.about-special__item-number {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #343434;
}
.about-special__item-title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  margin-bottom: 25px;
  margin-top: 5px;
}
@media (max-width: 1270px) {
  .about-special__item-title {
    margin-bottom: calc(20px + 5 * ((100vw - 390px) / 880));
  }
}
.about-special__item-text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
}

/* Section about blog */
.about-blog__body {
  margin-top: 150px;
}
@media (max-width: 1270px) {
  .about-blog__body {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
.about-blog__head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-blog__head {
    flex-direction: column;
    row-gap: 30px;
  }
}
.about-blog__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .about-blog__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-blog__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.about-blog__link {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  background-color: #fff;
  border: 1px solid #C8C8C8;
  transition: all 0.3s ease 0s;
}
.about-blog__link span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  transition: all 0.3s ease 0s;
}
.about-blog__link:hover {
  background-color: #000000;
  border-color: #000000;
}
.about-blog__link:hover span {
  color: #fff;
}
@media (max-width: 767px) {
  .about-blog__link {
    max-width: 100%;
    width: 100%;
  }
}
.about-blog__articles {
  margin-top: 70px;
}
@media (max-width: 1270px) {
  .about-blog__articles {
    margin-top: calc(30px + 40 * ((100vw - 390px) / 880));
  }
}

.articles-block__see-more {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  color: #C8C8C8;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  min-width: 63px;
  max-width: 63px;
  grid-column-start: 2;
  grid-row-start: 1;
}
.articles-block__see-more::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  transition: all 0.3s ease 0s;
}
.articles-block__see-more:hover {
  color: #000000;
}
.articles-block__see-more:hover::before {
  background-color: #000000;
}
@media (max-width: 767px) {
  .articles-block__see-more {
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: 8px;
  }
}
.articles-block__body {
  display: grid;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  column-gap: 24px;
}
@media (max-width: 1270px) {
  .articles-block__body {
    column-gap: calc(15px + 9 * ((100vw - 390px) / 880));
  }
}
.articles-block__article {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
  /* max-width: 618px; */
}
.articles-block__image-link {
  position: relative;
  padding: 0 100% 44.2% 0;
  min-height: 227px;
}
.articles-block__image-link img {
  min-height: 227px;
  object-fit: cover;
}
.articles-block__content {
  margin-top: 25px;
}
.articles-block__head {
  display: grid;
  grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .articles-block__head {
    grid-template-columns: minmax(auto, auto);
    grid-template-rows: auto;
    column-gap: 0;
  }
}
.articles-block__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (max-width: 767px) {
  .articles-block__title {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.articles-block__title:hover {
  text-decoration: underline;
}
.articles-block__text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  color: #343434;
  margin-top: 10px;
  grid-column-start: span 2;
  grid-row-start: 2;
}
@media (max-width: 1270px) {
  .articles-block__text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .articles-block__text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
.articles-block__tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.articles-block__tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.articles-block__tag a {
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;
  color: #343434;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .articles-block__tag a {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.articles-block__tag a:hover {
  color: #000000;
}

/* Section about social */
.about-social__body {
  margin-top: 114px;
  margin-bottom: 86px;
}
@media (max-width: 1270px) {
  .about-social__body {
    margin-top: calc(100px + 14 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-social__body {
    margin-bottom: calc(52px + 34 * ((100vw - 390px) / 880));
  }
}
.about-social__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .about-social__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-social__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.about-social__social {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 1270px) {
  .about-social__social {
    margin-top: calc(20px + 10 * ((100vw - 390px) / 880));
  }
}
.about-social__link::before {
  transition: all 0.3s ease 0s;
  color: #C8C8C8;
  font-size: 27px;
}
.about-social__link:hover::before {
  color: #000000;
}

/* Section about video */
.about-video__head {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
  margin-bottom: 70px;
}
@media (max-width: 1270px) {
  .about-video__head {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-video__head {
    margin-bottom: calc(32px + 38 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 575px) {
  .about-video__head {
    flex-direction: column;
    row-gap: 30px;
  }
}
.about-video__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 115%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
.about-video__buttons {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 575px) {
  .about-video__buttons {
    justify-content: flex-end;
  }
}
.about-video__btn-prev {
  padding: 12px 5px;
}
.about-video__btn-prev::before {
  transform: rotate(180deg);
  font-size: 11px;
  color: #898989;
  transition: all 0.3s ease 0s;
}
.about-video__btn-prev:hover::before {
  color: #343434;
}
.about-video__btn-next {
  padding: 12px 5px;
}
.about-video__btn-next::before {
  font-size: 11px;
  color: #898989;
  transition: all 0.3s ease 0s;
}
.about-video__btn-next:hover::before {
  color: #343434;
}
.about-video__body {
  overflow: hidden;
}
.about-video__video-wrapper.hide {
  display: none;
}
.about-video__to-play {
  position: relative;
}
.about-video__back-video {
  width: 960px;
  height: 540px;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .about-video__back-video {
    width: calc(390px + 570 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .about-video__back-video {
    height: calc(286px + 254 * ((100vw - 390px) / 880));
  }
}
.about-video__icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 10px 15px 18px;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  transition: all 0.2s ease 0s;
  background-color: #847c77;
  cursor: pointer;
}
.about-video__icon-play::before {
  content: "";
  position: absolute;
  left: 56%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 8px;
  border-top-width: 8px;
  border-left: 16px solid #fff;
  transition: border-color 0.3s ease 0s;
}
.about-video__icon-play:hover {
  width: 57px;
  height: 57px;
  /* background-color: #fff;
  &::before { 
  	border-left-color: #8BC640;
  } */
}

.slider-about-video {
  margin-left: 90px;
}
@media (max-width: 1270px) {
  .slider-about-video {
    margin-left: calc(0px + 90 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 479px) {
  .slider-about-video {
    /* padding-left: 10px; */
  }
}
.slider-about-video__item {
  margin-right: 25px;
  width: 960px;
  height: 540px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1270px) {
  .slider-about-video__item {
    margin-right: calc(5px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .slider-about-video__item {
    width: calc(390px + 570 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .slider-about-video__item {
    height: calc(286px + 254 * ((100vw - 390px) / 880));
  }
}
.slider-about-video__item:hover img {
  transform: scale(1.1);
}

/* Section article main */
.article-main__body {
  height: 100vh;
  width: 100%;
  position: relative;
}
.article-main__back {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  position: absolute;
}
.article-main__back img {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.article-main__content-wrapper {
  position: relative;
  top: 55%;
  transform: translate(0, -50%);
}
@media (max-width: 921px) {
  .article-main__content-wrapper {
    position: absolute;
    bottom: 25px;
    top: auto;
    transform: translate(0, 0);
  }
}
.article-main__content {
  padding-top: 80px;
  padding-right: 90px;
  padding-bottom: 80px;
  padding-left: 90px;
  background-image: url("/wp-content/uploads/2023/04/blur-articles.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background: rgba(247, 247, 247, 0.7);
  backdrop-filter: blur(42.5px); */
  max-width: 791px;
  width: 100%;
}
@media (max-width: 1270px) {
  .article-main__content {
    padding-top: calc(40px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-main__content {
    padding-right: calc(20px + 70 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-main__content {
    padding-bottom: calc(40px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-main__content {
    padding-left: calc(20px + 70 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .article-main__content {
    max-width: 100%;
  }
}
.article-main__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .article-main__title {
    font-size: calc(35px + 15 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-main__title {
    line-height: calc(42px + 18 * ((100vw - 390px) / 880));
  }
}
.article-main__text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #343434;
  margin-top: 50px;
}
@media (max-width: 1270px) {
  .article-main__text {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-main__text {
    line-height: calc(18px + 5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-main__text {
    margin-top: calc(30px + 20 * ((100vw - 390px) / 880));
  }
}

/* Section article sticky */
.article-sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #f6f6f6;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.article-sticky.hide {
  opacity: 0;
  visibility: hidden;
}
.article-sticky__body {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
}
.article-sticky__link-back {
  padding: 5px 2px;
  cursor: pointer;
}
.article-sticky__link-back::before {
  transition: all 0.3s ease 0s;
  transform: rotate(180deg);
  color: #898989;
  font-size: 11px;
}
.article-sticky__link-back:hover::before {
  color: #343434;
}
.article-sticky__share {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
  color: #343434;
  position: relative;
  transition: all 0.3s ease 0s;
}
.article-sticky__share::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #343434;
  transition: all 0.3s ease 0s;
}
.article-sticky__share:hover {
  color: #000000;
}
.article-sticky__share:hover::before {
  color: #000000;
}
.article-sticky__date {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
  color: #343434;
}
.article-sticky__date span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
  color: #343434;
}
@media (max-width: 767px) {
  .article-sticky__date {
    display: none;
  }
}

/* Section article createur */
.article-createur__body {
  margin-top: 110px;
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 74px;
}
@media (max-width: 1270px) {
  .article-createur__body {
    margin-top: calc(50px + 60 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-createur__body {
    column-gap: calc(30px + 44 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .article-createur__body {
    flex-direction: column-reverse;
    align-items: center;
    column-gap: 0;
    row-gap: 50px;
    padding-bottom: auto;
  }
}
.article-createur__col-01 {
  display: flex;
  max-width: 791px;
  width: 100%;
}
.article-createur__image img {
  max-width: 791px;
  max-width: 791px;
}
@media (max-width: 1270px) {
  .article-createur__image img {
    max-width: calc(0px + 791 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .article-createur__image img {
    max-width: 100%;
    width: 100%;
  }
}
.article-createur__col-02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-createur__scroll-title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  margin-bottom: 80px;
}
@media (max-width: 1270px) {
  .article-createur__scroll-title {
    font-size: calc(25px + -8 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-createur__scroll-title {
    margin-bottom: calc(30px + 50 * ((100vw - 390px) / 880));
  }
}
.article-createur__text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
}
.article-createur__text:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 921px) {
  .article-createur__bottom-block {
    position: absolute;
    top: 100%;
    margin-top: 50px;
  }
}
.article-createur__bottom-text {
  margin-top: 50px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #343434;
  padding-top: 20px;
  position: relative;
}
.article-createur__bottom-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #343434;
}
@media (max-width: 921px) {
  .article-createur__bottom-text {
    margin: 0;
  }
}

/* Section article createur 01 */
.article-createur-01__body {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1270px) {
  .article-createur-01__body {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .article-createur-01__body {
    flex-direction: column;
    margin-top: 215px;
  }
}
@media (max-width: 921px) {
  .article-createur-01__body._container {
    padding: 0;
  }
}
.article-createur-01__col-01 {
  background-color: #F7F7F7;
  padding-top: 90px;
  padding-right: 90px;
  padding-bottom: 90px;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 1270px) {
  .article-createur-01__col-01 {
    padding-top: calc(70px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-createur-01__col-01 {
    padding-right: calc(30px + 60 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-createur-01__col-01 {
    padding-bottom: calc(70px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .article-createur-01__col-01 {
    padding-left: calc(55px + -5 * ((100vw - 390px) / 880));
  }
}
.article-createur-01__col-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  z-index: 0;
}
.article-createur-01__content {
  position: relative;
  z-index: 5;
}
.article-createur-01__col-02 {
  z-index: 5;
  position: relative;
  width: 100%;
}
.article-createur-01__image img {
  max-width: 613px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .article-createur-01__image img {
    max-width: calc(390px + 223 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .article-createur-01__image img {
    max-width: 100%;
    width: 100%;
    max-height: 700px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .article-createur-01__image img {
    max-height: calc(433px + 267 * ((100vw - 390px) / 880));
  }
}

.content-createur-01__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  position: relative;
}
.content-createur-01__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 1px;
  height: 100px;
  background-color: #000000;
}
.content-createur-01__content {
  margin-top: 80px;
}
@media (max-width: 1270px) {
  .content-createur-01__content {
    margin-top: calc(30px + 50 * ((100vw - 390px) / 880));
  }
}
.content-createur-01__text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
}
.content-createur-01__text:not(:last-child) {
  margin-bottom: 10px;
}

/* Section article go shop */
.article-go-shop__body {
  margin-top: -68px;
}
@media (max-width: 1270px) {
  .article-go-shop__body {
    margin-top: calc(100px + -168 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1024px) {
  .article-go-shop__body {
    margin-top: 40px;
  }
}
.article-go-shop__content {
  max-width: 395px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 921px) {
  .article-go-shop__content {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .article-go-shop__content {
    max-width: 100%;
    width: 100%;
  }
}
.article-go-shop__text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
.article-go-shop__link-shop {
  border: 1px solid #C8C8C8;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  padding: 18px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1270px) {
  .article-go-shop__link-shop {
    margin-top: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
.article-go-shop__link-shop span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.article-go-shop__link-shop:hover {
  background-color: #000000;
  border-color: #000000;
}
.article-go-shop__link-shop:hover span {
  color: #fff;
}

/* Section articles next */
.articles-next {
  padding-top: 150px;
}
@media (max-width: 1270px) {
  .articles-next {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
.articles-next__body {
  /* @include adaptiv-value('margin-top', 120, 100, 1); */
}
.articles-next__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .articles-next__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .articles-next__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.articles-next__content {
  margin-top: 70px;
  display: grid;
  grid-template-columns: minmax(auto, 469px) minmax(auto, 368px) minmax(auto, 368px);
  column-gap: 25px;
}
@media (max-width: 1270px) {
  .articles-next__content {
    margin-top: calc(30px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .articles-next__content {
    column-gap: calc(15px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 599px) {
  .articles-next__content {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    column-gap: 15px;
    row-gap: 30px;
  }
}
.articles-next__article {
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .articles-next__article:nth-child(1) {
    grid-column-start: span 2;
    grid-row: 1;
  }
  .articles-next__article:nth-child(1) .articles-next__article-content .articles-next__article-head {
    grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 10px;
    align-items: flex-start;
  }
  .articles-next__article:nth-child(1) .articles-next__article-content .articles-next__article-head .articles-next__article-link-more {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-top: 0;
  }
}
.articles-next__article:nth-child(1) .articles-next__image {
  position: relative;
  padding: 0 0 110.34% 0;
  min-height: 370px;
}
.articles-next__article:nth-child(1) .articles-next__image img {
  object-fit: cover;
  min-height: 370px;
}
@media (max-width: 599px) {
  .articles-next__article:nth-child(2) {
    grid-column-start: 1;
    grid-row: 2;
  }
}
.articles-next__article:nth-child(2) .articles-next__image {
  position: relative;
  padding: 0 0 97.8% 0;
  min-height: 227px;
}
.articles-next__article:nth-child(2) .articles-next__image img {
  max-width: 368px;
  object-fit: cover;
  min-height: 227px;
}
@media (max-width: 599px) {
  .articles-next__article:nth-child(3) {
    grid-column-start: 2;
    grid-row: 2;
  }
}
.articles-next__article:nth-child(3) .articles-next__image {
  position: relative;
  padding: 0 0 97.8% 0;
  min-height: 227px;
}
.articles-next__article:nth-child(3) .articles-next__image img {
  max-width: 368px;
  object-fit: cover;
  min-height: 227px;
}
.articles-next__article-content {
  margin-top: 25px;
}
.articles-next__article-head {
  display: grid;
  grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 10px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .articles-next__article-head {
    grid-template-columns: minmax(auto, auto);
    grid-template-rows: auto;
    column-gap: 0;
  }
}
.articles-next__article-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (max-width: 767px) {
  .articles-next__article-title {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.articles-next__article-link-more {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  color: #C8C8C8;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  min-width: 63px;
  max-width: 63px;
  grid-column-start: 2;
  grid-row-start: 1;
}
.articles-next__article-link-more::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  transition: all 0.3s ease 0s;
}
.articles-next__article-link-more:hover {
  color: #000000;
}
.articles-next__article-link-more:hover::before {
  background-color: #000000;
}
@media (max-width: 767px) {
  .articles-next__article-link-more {
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: 8px;
  }
}
.articles-next__artcile-text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  color: #343434;
  margin-top: 10px;
  grid-column-start: span 2;
  grid-row-start: 2;
}
@media (max-width: 1270px) {
  .articles-next__artcile-text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .articles-next__artcile-text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
.articles-next__article-tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.articles-next__article-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.articles-next__article-tag a {
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;
  color: #343434;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .articles-next__article-tag a {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.articles-next__article-tag a:hover {
  color: #000000;
}

/* Section articles subscribe */
.article-subscribe {
  /*  &__sub-form-wrapper { 
         background-color: #fff;
         border: 1px solid #343434;
         padding: 50px 39px;
     }
     &__sub-form {
     }

     &__sub-form-title {
         font-family: 'Gilroy-Medium';
         font-style: normal;
         font-weight: 500;
         font-size: 19px;
         line-height: 100%;
         text-transform: uppercase;
         color: #000000;
         margin-bottom: 25px;
     }

     &__sub-form-label {
         position: relative;
         @media(max-width: 921px) { 
             width: 100%;
             max-width: 100%;
             display: flex;
         }
     }
  */
}
.article-subscribe__body {
  position: relative;
  margin-top: 162px;
}
@media (max-width: 1270px) {
  .article-subscribe__body {
    margin-top: calc(100px + 62 * ((100vw - 390px) / 880));
  }
}
.article-subscribe__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.article-subscribe__image img {
  width: 100%;
  min-width: 100vh;
  max-height: 1260px;
  object-fit: cover;
  margin-bottom: -920px;
}
@media (max-width: 767px) {
  .article-subscribe__image img {
    max-height: 550px;
    object-fit: cover;
    margin-bottom: -60px;
    min-width: 100%;
  }
}
.article-subscribe__content {
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 110px;
  padding-bottom: 64px;
}
@media (max-width: 1270px) {
  .article-subscribe__content {
    padding-top: calc(221px + -111 * ((100vw - 390px) / 880));
  }
}
.article-subscribe__content form {
  display: flex !important;
  opacity: 1 !important;
  visibility: 1 !important;
  height: 201px !important;
}
@media (max-width: 767px) {
  .article-subscribe__content form {
    max-width: 100%;
    width: 100%;
  }
}
.article-subscribe__content form .sfba-main-form-container {
  background-color: #fff !important;
  border: 1px solid #343434 !important;
  padding: 50px 39px !important;
  width: 370px !important;
}
@media (max-width: 767px) {
  .article-subscribe__content form .sfba-main-form-container {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.article-subscribe__content form .sfba-main-form-container h2 {
  font-family: "Gilroy-Medium" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 100% !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  text-align: start !important;
  margin-bottom: 25px !important;
}
.article-subscribe__content form .sfba-main-form-container .sfba_subscribe_form__fields_wrap {
  position: relative;
}
@media (max-width: 767px) {
  .article-subscribe__content form .sfba-main-form-container .sfba_subscribe_form__fields_wrap {
    max-width: 100%;
    width: 100%;
  }
}
.article-subscribe__content form .sfba-main-form-container .sfba_subscribe_form__fields_wrap .sfba_subscribe_form__fields {
  position: relative;
}
.article-subscribe__content form .sfba-main-form-container .sfba_subscribe_form__fields_wrap .sfba_subscribe_form__fields input.sfba-form-email {
  margin: 0 !important;
  padding: 18px 65px 18px 16px !important;
  border: 1px solid #898989 !important;
  border-radius: 2px !important;
  height: 55px !important;
  font-family: "Gilroy-Medium" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 115% !important;
  color: #000000;
}
.article-subscribe__content form .sfba-main-form-container .sfba_subscribe_form__fields_wrap .sfba_subscribe_form__fields input.sfba-form-email::placeholder {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #898989;
}
.article-subscribe__content form .sfba-main-form-container .sfba_subscribe_form__fields_wrap input.sfba-form-submit-button {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  height: 35px !important;
  width: 35px !important;
  background-color: transparent !important;
  background-image: url("/wp-content/uploads/2023/04/tina-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 25px;
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease 0s;
}
.article-subscribe__content form .sfba-main-form-container .sfba_subscribe_form__fields_wrap input.sfba-form-submit-button:hover {
  transform: translate(7px, -50%);
}
.article-subscribe__content form .sfba-main-form-container .sfba_subscribe_form__fields_wrap .sfba-email-field-error {
  position: absolute !important;
  margin: 0 !important;
  top: 100%;
  left: 0;
  font-family: "Gilroy-Medium" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #ff0000 !important;
}
.article-subscribe__content form .sfba-main-form-container .sfba_thanks_container .sfba-form-close {
  font-size: 0 !important;
  background-image: url("/wp-content/uploads/2023/03/close-popup.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  padding: 10px;
  cursor: pointer;
  top: 12px;
  right: 12px;
  display: block !important;
}
.article-subscribe__content form .sfba-main-form-container .sfba_thanks_container div .sfba-noempty {
  display: none !important;
}
.article-subscribe__content form .sfba-main-form-container .sfba_thanks_container div #sfba_thanks_message {
  font-family: "Gilroy-Medium" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 100% !important;
  padding: 30px !important;
}
.article-subscribe__sub-form-input {
  min-width: 290px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
  padding: 14px 62px 14px 16px;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .article-subscribe__sub-form-input {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.article-subscribe__sub-form-input::placeholder {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 115%;
  color: #898989;
}
@media (max-width: 1270px) {
  .article-subscribe__sub-form-input::placeholder {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.article-subscribe__sub-form-input:hover, .article-subscribe__sub-form-input:focus, .article-subscribe__sub-form-input:active {
  border-color: #343434;
}
@media (max-width: 921px) {
  .article-subscribe__sub-form-input {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
}
.article-subscribe__sub-form-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.article-subscribe__sub-form-btn::before {
  color: #898989;
  transition: all 0.3s ease 0s;
  font-size: 10px;
}
.article-subscribe__sub-form-btn:hover::before {
  transform: translate(5px, 0);
}

/* Section articles products */
.article-products__body {
  margin-top: 270px;
}
@media (max-width: 1270px) {
  .article-products__body {
    margin-top: calc(200px + 70 * ((100vw - 390px) / 880));
  }
}
.article-products__body .product-cart .product-cart__body .product-cart__link-product {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.article-products__body .product-cart:nth-child(1) {
  grid-column: span 3;
  margin-top: -120px;
}
@media (max-width: 1270px) {
  .article-products__body .product-cart:nth-child(1) {
    margin-top: calc(-100px + -20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .article-products__body .product-cart:nth-child(1) {
    grid-column: auto;
  }
}
.article-products__body .product-cart:nth-child(1) .slick-slide img {
  height: 808px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .article-products__body .product-cart:nth-child(1) .slick-slide img {
    height: calc(292px + 516 * ((100vw - 390px) / 880));
  }
}
.article-products__body .product-cart:nth-child(1) .product-cart__options {
  /* display: flex; */
}
.article-products__body .product-cart:nth-child(1) .product-cart__btn-more {
  display: flex;
}
.article-products__body .product-cart:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 921px) {
  .article-products__body .product-cart:nth-child(2) {
    grid-column: auto;
  }
}
.article-products__body .product-cart:nth-child(2) .slick-slide img {
  height: 808px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .article-products__body .product-cart:nth-child(2) .slick-slide img {
    height: calc(292px + 516 * ((100vw - 390px) / 880));
  }
}
.article-products__body .product-cart:nth-child(3) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .article-products__body .product-cart:nth-child(3) {
    grid-column: auto;
  }
}
.article-products__body .product-cart:nth-child(3) .slick-slide img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .article-products__body .product-cart:nth-child(3) .slick-slide img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.article-products__body .product-cart:nth-child(4) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .article-products__body .product-cart:nth-child(4) {
    grid-column: auto;
  }
}
.article-products__body .product-cart:nth-child(4) .slick-slide img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .article-products__body .product-cart:nth-child(4) .slick-slide img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.article-products__body .product-cart:nth-child(5) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .article-products__body .product-cart:nth-child(5) {
    grid-column: auto;
  }
}
.article-products__body .product-cart:nth-child(5) .slick-slide img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .article-products__body .product-cart:nth-child(5) .slick-slide img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.article-products__body .product-cart:nth-child(5) .product-cart__options {
  /* display: flex; */
}
@media (max-width: 767px) {
  .article-products__body .product-cart:nth-child(5) .product-cart__options {
    display: none;
  }
}
.article-products__body .product-cart:nth-child(5) .product-cart__btn-more {
  /* display: none; */
}
@media (max-width: 767px) {
  .article-products__body .product-cart:nth-child(5) .product-cart__btn-more {
    display: flex;
  }
}
.product-cart {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  height: fit-content;
}
.product-cart__body {
  position: relative;
}
.product-cart__slider .slick-prev {
  padding: 7px;
  font-size: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
  /* &:hover {
      &::before,
      &::after { 
          background-color: #000000 !important;
      }
  } */
}
.product-cart__slider .slick-prev::before {
  content: "" !important;
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
  width: 10px !important;
  height: 1px !important;
  background-color: #fff !important;
  transition: all 0.3s ease 0s !important;
  transform: rotate(45deg) !important;
}
.product-cart__slider .slick-prev::after {
  content: "" !important;
  position: absolute !important;
  top: -3px !important;
  left: 0 !important;
  width: 10px !important;
  height: 1px !important;
  background-color: #fff !important;
  transition: all 0.3s ease 0s !important;
  transform: rotate(-45deg) !important;
}
@media (max-width: 575px) {
  .product-cart__slider .slick-prev {
    display: none;
  }
}
.product-cart__slider .slick-next {
  padding: 7px;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
}
.product-cart__slider .slick-next::before {
  content: "" !important;
  position: absolute !important;
  top: -3px !important;
  left: 0 !important;
  width: 10px !important;
  height: 1px !important;
  background-color: #fff !important;
  transition: all 0.3s ease 0s !important;
  transform: rotate(45deg) !important;
}
.product-cart__slider .slick-next::after {
  content: "" !important;
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
  width: 10px !important;
  height: 1px !important;
  background-color: #fff !important;
  transition: all 0.3s ease 0s !important;
  transform: rotate(-45deg) !important;
}
.product-cart__slider .slick-next:hover {
  /* &::before,
  &::after { 
      background-color: #000000 !important;
  } */
}
@media (max-width: 575px) {
  .product-cart__slider .slick-next {
    display: none;
  }
}
.product-cart__btn-like {
  display: none !important;
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-cart__btn-like::before {
  color: #000000;
  transition: all 0.3s ease 0s;
}
.product-cart__btn-like:hover::before {
  content: "\e90d" !important;
}
.product-cart__btn-more {
  /* display: none; */
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 9px;
  background-color: #F7F7F7;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
}
.product-cart__btn-more::before {
  font-size: 7px;
  transition: all 0.3s ease 0s;
}
.product-cart__btn-more:hover {
  background-color: #000000;
}
.product-cart__btn-more:hover::before {
  color: #fff;
}
.product-cart__btn-more.active {
  background-color: #000000;
}
.product-cart__btn-more.active::before {
  color: #fff;
}
.product-cart__options {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-cart__options.active {
  display: flex !important;
  z-index: 1;
}
@media (max-width: 767px) {
  .product-cart__options.active {
    display: none;
  }
}
.product-cart__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-cart__product-title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  height: fit-content;
  margin-top: auto;
  cursor: pointer;
}
.product-cart__product-title:hover {
  text-decoration: underline;
}
.product-cart__price {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

.slider-product-cart__buttons {
  display: none !important;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  z-index: 999;
}
.slider-product-cart__btn-next {
  padding: 7px;
  position: absolute;
}
.slider-product-cart__btn-next::before {
  color: #C8C8C8;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}
.slider-product-cart__btn-next:hover::before {
  color: #000000;
}
.slider-product-cart__btn-prev {
  padding: 7px;
}
.slider-product-cart__btn-prev::before {
  color: #C8C8C8;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}
.slider-product-cart__btn-prev:hover::before {
  color: #000000;
}

.options-product__body {
  display: flex;
  flex-direction: column;
  border: 1px solid #C8C8C8;
  border-top: none;
  width: 100%;
  justify-content: flex-end;
  height: 100%;
}
.options-product__row-01 {
  display: grid;
  grid-template-columns: minmax(60px, 60px) minmax(auto, auto) minmax(auto, auto);
  padding: 14px 15px;
  border-bottom: 1px solid #C8C8C8;
  background-color: #fff;
}
.options-product__row-01-col-02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5px;
}
.options-product__row-01-col-03 {
  margin-left: auto;
}
.options-product__row-01-col-03 span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  color: #C8C8C8;
  position: relative;
  transition: all 0.3s ease 0s;
}
.options-product__row-01-col-03 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  transition: all 0.3s ease 0s;
}
.options-product__row-01-col-03:hover span {
  color: #343434;
}
.options-product__row-01-col-03:hover span::before {
  color: #343434;
}
.options-product__row-02 {
  display: grid;
  grid-template-columns: minmax(60px, 60px) minmax(auto, auto) minmax(100px, 100px);
  background-color: #fff;
}
.options-product__row-02-col-01 {
  padding: 14px 15px;
  display: flex;
  align-items: center;
}
.options-product__row-02-col-02 {
  padding: 14px 15px;
  display: flex;
  align-items: center;
}
.options-product__row-02-col-03 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.options-product__row-02-col-03 .single_variation_wrap .woocommerce-variation {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 35px;
}
.options-product__row-02-col-03 .single_variation_wrap .woocommerce-variation p {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
}

.product-option__size {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  color: #343434;
}
.product-option__item {
  padding: 5px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.product-option__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.product-option__item:hover::before {
  opacity: 1;
  visibility: visible;
}
.product-option__item.active::before {
  background-color: #343434;
  opacity: 1;
  visibility: visible;
}
.product-option__color {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  color: #343434;
}
.product-option__color-items {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.product-option__color-item {
  width: 17px;
  height: 17px;
  position: relative;
  cursor: pointer;
}
.product-option__color-item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border: 1px solid #343434;
  border-radius: 100px;
  height: 21px;
  width: 21px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.product-option__color-item img {
  transition: all 0.3s ease 0s;
  width: 17px;
  height: 17px;
  object-fit: cover;
  border-radius: 100px;
}
.product-option__color-item:hover img {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.16);
}
.product-option__color-item.active::before {
  opacity: 1;
  visibility: visible;
}
.product-option__link-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background-color: #000000;
  width: 100%;
  height: 100%;
}

/* Section blog head */
.blog-head__body {
  margin-top: 166px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1270px) {
  .blog-head__body {
    margin-top: calc(104px + 62 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .blog-head__body {
    flex-direction: column;
    row-gap: 15px;
  }
}
.blog-head__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .blog-head__title {
    font-size: calc(30px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-head__title {
    line-height: calc(36px + 24 * ((100vw - 390px) / 880));
  }
}
.blog-head__text {
  max-width: 283px;
  width: 100%;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}
@media (max-width: 767px) {
  .blog-head__text {
    max-width: 100%;
    width: 100%;
  }
}

/* Section blog items */
.blog-items__body {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  column-gap: 64px;
  position: relative;
}
@media (max-width: 1270px) {
  .blog-items__body {
    margin-top: calc(70px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-items__body {
    column-gap: calc(0px + 64 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .blog-items__body {
    flex-direction: column;
    width: 100%;
    column-gap: 0;
    row-gap: 30px;
  }
}
.blog-items__col-01 {
  display: flex;
  flex: 0 1 40%;
  height: fit-content;
}
@media (max-width: 921px) {
  .blog-items__col-01 {
    flex: 0 1 100%;
  }
}
.blog-items__col-02 {
  display: flex;
  flex: 0 1 60%;
}

.items-blog-left__article {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
@media (max-width: 921px) {
  .items-blog-left__article {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 921px) {
  .items-blog-left__article:nth-child(1) .items-blog-left__article-content .items-blog-left__article-head {
    grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 10px;
    align-items: flex-start;
  }
  .items-blog-left__article:nth-child(1) .items-blog-left__article-content .items-blog-left__article-head .items-blog-left__article-link-more {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-top: 0;
  }
}
.items-blog-left__image {
  overflow: hidden;
  min-height: 548px;
  max-height: 548px;
}
@media (max-width: 921px) {
  .items-blog-left__image {
    max-height: 548px;
    min-height: auto;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .items-blog-left__image {
    max-height: calc(370px + 178 * ((100vw - 390px) / 880));
  }
}
.items-blog-left__image img {
  max-width: 495px;
  transition: all 0.3s ease 0s;
  object-fit: cover;
  height: fit-content;
  min-height: 548px;
  max-height: 548px;
}
@media (max-width: 1270px) {
  .items-blog-left__image img {
    max-width: calc(0px + 495 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .items-blog-left__image img {
    width: 100%;
    max-width: 100%;
    max-height: 548px;
    min-height: auto;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .items-blog-left__image img {
    max-height: calc(370px + 178 * ((100vw - 390px) / 880));
  }
}
.items-blog-left__image:hover img {
  transform: scale(1.2);
}
.items-blog-left__article-content {
  margin-top: 25px;
}
.items-blog-left__article-head {
  display: grid;
  grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 10px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .items-blog-left__article-head {
    grid-template-columns: minmax(auto, auto);
    grid-template-rows: auto;
    column-gap: 0;
  }
}
.items-blog-left__article-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (max-width: 767px) {
  .items-blog-left__article-title {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.items-blog-left__article-title:hover {
  text-decoration: underline;
}
.items-blog-left__article-link-more {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  color: #C8C8C8;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  min-width: 63px;
  max-width: 63px;
  grid-column-start: 2;
  grid-row-start: 1;
}
.items-blog-left__article-link-more::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  transition: all 0.3s ease 0s;
}
.items-blog-left__article-link-more:hover {
  color: #000000;
}
.items-blog-left__article-link-more:hover::before {
  background-color: #000000;
}
@media (max-width: 767px) {
  .items-blog-left__article-link-more {
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: 8px;
  }
}
.items-blog-left__artcile-text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  color: #343434;
  margin-top: 10px;
  grid-column-start: span 2;
  grid-row-start: 2;
}
@media (max-width: 1270px) {
  .items-blog-left__artcile-text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .items-blog-left__artcile-text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
.items-blog-left__article-tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.items-blog-left__article-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.items-blog-left__article-tag a {
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;
  color: #343434;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .items-blog-left__article-tag a {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.items-blog-left__article-tag a:hover {
  color: #000000;
}

.items-blog-right__body {
  display: grid;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  grid-auto-rows: auto;
  column-gap: 25px;
  row-gap: 50px;
}
@media (max-width: 1270px) {
  .items-blog-right__body {
    column-gap: calc(15px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .items-blog-right__body {
    row-gap: calc(30px + 20 * ((100vw - 390px) / 880));
  }
}
.items-blog-right__article {
  display: flex;
  flex-direction: column;
}
.items-blog-right__article:nth-child(3n+3) {
  grid-column-start: span 2 !important;
  grid-row-start: auto !important;
}
.items-blog-right__article:nth-child(3n+3) .items-blog-right__image img {
  object-fit: cover;
  max-height: 321px;
  min-height: 321px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1270px) {
  .items-blog-right__article:nth-child(3n+3) .items-blog-right__image img {
    max-height: calc(370px + -49 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .items-blog-right__article:nth-child(3n+3) .items-blog-right__image img {
    min-height: calc(370px + -49 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .items-blog-right__article:nth-child(3n+3) .items-blog-right__article-content .items-blog-right__article-head {
    grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 10px;
    align-items: flex-start;
  }
  .items-blog-right__article:nth-child(3n+3) .items-blog-right__article-content .items-blog-right__article-head .items-blog-right__article-link-more {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-top: 0;
  }
}
.items-blog-right__image {
  overflow: hidden;
}
.items-blog-right__image img {
  max-width: 338px;
  transition: all 0.3s ease 0s;
  object-fit: cover;
  height: fit-content;
}
@media (max-width: 1270px) {
  .items-blog-right__image img {
    max-width: calc(177px + 161 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .items-blog-right__image img {
    width: 100%;
    max-width: 100%;
    min-height: 227px;
    max-height: 227px;
  }
}
.items-blog-right__image:hover img {
  transform: scale(1.2);
}
.items-blog-right__article-content {
  margin-top: 25px;
}
.items-blog-right__article-head {
  display: grid;
  grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 10px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .items-blog-right__article-head {
    grid-template-columns: minmax(auto, auto);
    grid-template-rows: auto;
    column-gap: 0;
  }
}
.items-blog-right__article-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (max-width: 767px) {
  .items-blog-right__article-title {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.items-blog-right__article-title:hover {
  text-decoration: underline;
}
.items-blog-right__article-link-more {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  color: #C8C8C8;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  min-width: 63px;
  max-width: 63px;
  grid-column-start: 2;
  grid-row-start: 1;
}
.items-blog-right__article-link-more::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  transition: all 0.3s ease 0s;
}
.items-blog-right__article-link-more:hover {
  color: #000000;
}
.items-blog-right__article-link-more:hover::before {
  background-color: #000000;
}
@media (max-width: 767px) {
  .items-blog-right__article-link-more {
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: 8px;
  }
}
.items-blog-right__artcile-text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  color: #343434;
  margin-top: 10px;
  grid-column-start: span 2;
  grid-row-start: 2;
}
@media (max-width: 1270px) {
  .items-blog-right__artcile-text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .items-blog-right__artcile-text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
.items-blog-right__article-tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.items-blog-right__article-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.items-blog-right__article-tag a {
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;
  color: #343434;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .items-blog-right__article-tag a {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.items-blog-right__article-tag a:hover {
  color: #000000;
}

/* Sectiuon blog article random */
.blog-article-random__body {
  position: relative;
  margin-top: 100px;
}
.blog-article-random__background {
  max-height: 750px;
  min-height: 750px;
}
.blog-article-random__background img {
  object-fit: cover;
  max-height: 750px;
  min-height: 750px;
  width: 100%;
}
.blog-article-random__wrapper {
  position: absolute;
  left: 0;
  bottom: 90px;
}
@media (max-width: 1270px) {
  .blog-article-random__wrapper {
    bottom: calc(50px + 40 * ((100vw - 390px) / 880));
  }
}
.blog-article-random__content {
  max-width: 790px;
  width: 100%;
  background: rgba(246, 246, 246, 0.7);
  -webkit-backdrop-filter: blur(42.5px);
  backdrop-filter: blur(42.5px);
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
}
@media (max-width: 1270px) {
  .blog-article-random__content {
    padding-top: calc(40px + 30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-article-random__content {
    padding-right: calc(20px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-article-random__content {
    padding-bottom: calc(40px + 30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-article-random__content {
    padding-left: calc(20px + 50 * ((100vw - 390px) / 880));
  }
}
.blog-article-random__link-more {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #343434;
  position: relative;
  transition: all 0.3s ease 0s;
  display: inline-flex;
}
.blog-article-random__link-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #343434;
  transition: all 0.3s ease 0s;
}
.blog-article-random__link-more:hover {
  color: #000000;
}
.blog-article-random__link-more:hover::before {
  background-color: #000000;
}
.blog-article-random__title {
  margin-top: 40px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .blog-article-random__title {
    margin-top: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-article-random__title {
    font-size: calc(35px + 15 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-article-random__title {
    line-height: calc(42px + 18 * ((100vw - 390px) / 880));
  }
}
.blog-article-random__text {
  margin-top: 40px;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #343434;
}
@media (max-width: 1270px) {
  .blog-article-random__text {
    margin-top: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-article-random__text {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-article-random__text {
    line-height: calc(18px + 5 * ((100vw - 390px) / 880));
  }
}

/* Section blog news */
.blog-news__body {
  margin-top: 100px;
}
.blog-news__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .blog-news__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-news__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.blog-news__articles {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
  grid-auto-rows: auto;
  justify-content: center;
  width: 100%;
  column-gap: 24px;
  row-gap: 50px;
}
@media (max-width: 1270px) {
  .blog-news__articles {
    margin-top: calc(30px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-news__articles {
    column-gap: calc(15px + 9 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-news__articles {
    row-gap: calc(30px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 625px) {
  .blog-news__articles {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }
}
.blog-news__article:nth-child(4) .blog-news__image {
  max-height: 393px;
}
.blog-news__article:nth-child(4) .blog-news__image img {
  max-height: 393px;
}
@media (max-width: 767px) {
  .blog-news__article:nth-child(4) .blog-news__image {
    max-height: 293px;
  }
  .blog-news__article:nth-child(4) .blog-news__image img {
    max-height: 293px;
  }
}
.blog-news__article:nth-child(6) .blog-news__image {
  max-height: 393px;
}
.blog-news__article:nth-child(6) .blog-news__image img {
  max-height: 393px;
}
@media (max-width: 767px) {
  .blog-news__article:nth-child(6) .blog-news__image {
    max-height: 293px;
  }
  .blog-news__article:nth-child(6) .blog-news__image img {
    max-height: 293px;
  }
}
.blog-news__image {
  overflow: hidden;
  display: flex;
  max-height: 293px;
}
.blog-news__image img {
  width: 100%;
  max-width: 100%;
  transition: all 0.3s ease 0s;
  object-fit: cover;
  max-height: 293px;
}
@media (max-width: 625px) {
  .blog-news__image img {
    min-height: 227px;
  }
}
@media (max-width: 575px) {
  .blog-news__image img {
    max-height: 227px;
  }
}
.blog-news__image:hover img {
  transform: scale(1.1);
}
.blog-news__article-content {
  margin-top: 25px;
}
.blog-news__article-head {
  display: grid;
  grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 10px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .blog-news__article-head {
    grid-template-columns: minmax(auto, auto);
    grid-template-rows: auto;
    column-gap: 0;
  }
}
.blog-news__article-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (max-width: 767px) {
  .blog-news__article-title {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.blog-news__article-title:hover {
  text-decoration: underline;
}
.blog-news__article-link-more {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  color: #C8C8C8;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  min-width: 63px;
  max-width: 63px;
  grid-column-start: 2;
  grid-row-start: 1;
}
.blog-news__article-link-more::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  transition: all 0.3s ease 0s;
}
.blog-news__article-link-more:hover {
  color: #000000;
}
.blog-news__article-link-more:hover::before {
  background-color: #000000;
}
@media (max-width: 767px) {
  .blog-news__article-link-more {
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: 8px;
  }
}
.blog-news__artcile-text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  color: #343434;
  margin-top: 10px;
  grid-column-start: span 2;
  grid-row-start: 2;
}
@media (max-width: 1270px) {
  .blog-news__artcile-text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-news__artcile-text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
.blog-news__article-tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blog-news__article-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-news__article-tag a {
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;
  color: #343434;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .blog-news__article-tag a {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.blog-news__article-tag a:hover {
  color: #000000;
}

/* Section blog articles */
.blog-articles__body {
  margin-top: 100px;
}
.blog-articles__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .blog-articles__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-articles__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.blog-articles__articles {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
  grid-auto-rows: auto;
  justify-content: center;
  width: 100%;
  column-gap: 24px;
  row-gap: 50px;
}
@media (max-width: 1270px) {
  .blog-articles__articles {
    margin-top: calc(30px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-articles__articles {
    column-gap: calc(15px + 9 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-articles__articles {
    row-gap: calc(30px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 625px) {
  .blog-articles__articles {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }
}
.blog-articles__article:nth-child(1) {
  grid-column-start: span 2;
  grid-row-start: 1;
}
.blog-articles__article:nth-child(1) .blog-articles__image {
  max-height: 270px;
  min-height: 270px;
}
.blog-articles__article:nth-child(1) .blog-articles__image img {
  max-height: 270px;
  min-height: 270px;
}
@media (max-width: 1279px) {
  .blog-articles__article:nth-child(1) {
    grid-column-start: auto;
    grid-row-start: auto;
  }
}
@media (max-width: 767px) {
  .blog-articles__article:nth-child(1) {
    grid-column-start: span 2;
    grid-row-start: 1;
  }
  .blog-articles__article:nth-child(1) .blog-articles__image {
    min-height: 370px;
  }
  .blog-articles__article:nth-child(1) .blog-articles__image img {
    min-height: 370px;
  }
  .blog-articles__article:nth-child(1) .blog-articles__article-content .blog-articles__article-head {
    grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 10px;
    align-items: flex-start;
  }
  .blog-articles__article:nth-child(1) .blog-articles__article-content .blog-articles__article-head .blog-articles__article-link-more {
    grid-column-start: auto;
    grid-row-start: auto;
    margin-top: 0;
  }
}
.blog-articles__article:nth-child(2) {
  grid-column-start: span 2;
  grid-row-start: 1;
}
.blog-articles__article:nth-child(2) .blog-articles__image {
  max-height: 270px;
  min-height: 270px;
}
.blog-articles__article:nth-child(2) .blog-articles__image img {
  max-height: 270px;
  min-height: 270px;
}
@media (max-width: 1279px) {
  .blog-articles__article:nth-child(2) {
    grid-column-start: auto;
    grid-row-start: auto;
  }
}
.blog-articles__article:nth-child(3) .blog-articles__image {
  max-height: 193px;
  min-height: 193px;
}
.blog-articles__article:nth-child(3) .blog-articles__image img {
  max-height: 193px;
  min-height: 193px;
}
.blog-articles__article:nth-child(4) .blog-articles__image {
  max-height: 193px;
  min-height: 193px;
}
.blog-articles__article:nth-child(4) .blog-articles__image img {
  max-height: 193px;
  min-height: 193px;
}
.blog-articles__article:nth-child(5) .blog-articles__image {
  max-height: 193px;
  min-height: 193px;
}
.blog-articles__article:nth-child(5) .blog-articles__image img {
  max-height: 193px;
  min-height: 193px;
}
.blog-articles__article:nth-child(6) .blog-articles__image {
  max-height: 322px;
  min-height: 322px;
}
.blog-articles__article:nth-child(6) .blog-articles__image img {
  max-height: 322px;
  min-height: 322px;
}
.blog-articles__image {
  overflow: hidden;
  display: flex;
}
.blog-articles__image img {
  width: 100%;
  max-width: 100%;
  transition: all 0.3s ease 0s;
  object-fit: cover;
}
@media (max-width: 625px) {
  .blog-articles__image img {
    min-height: 227px;
  }
}
@media (max-width: 575px) {
  .blog-articles__image img {
    max-height: 227px;
  }
}
.blog-articles__image:hover img {
  transform: scale(1.1);
}
.blog-articles__article-content {
  margin-top: 25px;
}
.blog-articles__article-head {
  display: grid;
  grid-template-columns: minmax(auto, auto) minmax(63px, 63px);
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 10px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .blog-articles__article-head {
    grid-template-columns: minmax(auto, auto);
    grid-template-rows: auto;
    column-gap: 0;
  }
}
.blog-articles__article-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (max-width: 767px) {
  .blog-articles__article-title {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.blog-articles__article-title:hover {
  text-decoration: underline;
}
.blog-articles__article-link-more {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  color: #C8C8C8;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  min-width: 63px;
  max-width: 63px;
  grid-column-start: 2;
  grid-row-start: 1;
}
.blog-articles__article-link-more::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  transition: all 0.3s ease 0s;
}
.blog-articles__article-link-more:hover {
  color: #000000;
}
.blog-articles__article-link-more:hover::before {
  background-color: #000000;
}
@media (max-width: 767px) {
  .blog-articles__article-link-more {
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: 8px;
  }
}
.blog-articles__artcile-text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  color: #343434;
  margin-top: 10px;
  grid-column-start: span 2;
  grid-row-start: 2;
}
@media (max-width: 1270px) {
  .blog-articles__artcile-text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .blog-articles__artcile-text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
.blog-articles__article-tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blog-articles__article-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-articles__article-tag a {
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;
  color: #343434;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .blog-articles__article-tag a {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.blog-articles__article-tag a:hover {
  color: #000000;
}

.price-filter {
  padding: rem(30);
}
.price-filter__body {
  padding: 30px 0px 0px 0px;
}
.price-filter__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
  margin-bottom: 15px;
}
.price-filter__line {
  position: relative;
  display: flex;
  width: 13px;
  margin-right: 13px;
}
.price-filter__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 1px;
  background-color: #000000;
}
.price-filter__inputs {
  display: flex;
  margin-bottom: 25px;
}
.price-filter__input {
  width: 65px;
  background-color: transparent;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
}
.price-filter__range.noUi-target {
  height: 2px;
  box-shadow: none;
  border: none;
  border-radius: 100px;
}
.price-filter__range .noUi-tooltip {
  display: none;
}
.price-filter__range .noUi-base .noUi-connects {
  background-color: #C8C8C8;
}
.price-filter__range .noUi-base .noUi-connects .noUi-connect {
  background-color: #343434;
}
.price-filter__range .noUi-base .noUi-origin .noUi-handle {
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 100px;
  background-color: #000000;
  width: 14px;
  height: 14px;
  box-shadow: none;
  border: none;
}
.price-filter__range .noUi-base .noUi-origin .noUi-handle::before, .price-filter__range .noUi-base .noUi-origin .noUi-handle::after {
  display: none !important;
}

.tag-articles {
  margin-top: 150px;
  margin-bottom: 200px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1270px) {
  .tag-articles {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .tag-articles {
    margin-bottom: calc(150px + 50 * ((100vw - 390px) / 880));
  }
}
.tag-articles__body {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  gap: 20px;
}
@media (max-width: 1270px) {
  .tag-articles__body {
    margin-top: calc(50px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 669px) {
  .tag-articles__body {
    grid-template-columns: minmax(auto, auto);
  }
}
.tag-articles__body article .blog-articles__image {
  max-height: 270px !important;
  height: 100%;
}
.tag-articles__body article .blog-articles__image img {
  max-height: 270px !important;
  height: 100%;
  object-fit: cover;
}
.tag-articles__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
}
.tag-articles__title span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
  text-transform: none;
  text-decoration: underline;
}
/* Section collection main */
.collections-main__body {
  height: 100vh;
  position: relative;
}
.collections-main__background {
  height: 100vh;
  width: 100%;
  max-width: 100%;
}
.collections-main__background img {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.collections-main__background video {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.collections-main__wrapper {
  position: absolute;
  padding: 0 10px;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.collections-main__item {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  max-width: 594px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 40px;
}
@media (max-width: 1270px) {
  .collections-main__item {
    padding-top: calc(50px + -10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collections-main__item {
    padding-bottom: calc(40px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collections-main__item {
    row-gap: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
.collections-main__subtitle {
  font-family: "BodoniModa";
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
@media (max-width: 1270px) {
  .collections-main__subtitle {
    font-size: calc(16px + -2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collections-main__subtitle {
    line-height: calc(18px + -2 * ((100vw - 390px) / 880));
  }
}
.collections-main__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1270px) {
  .collections-main__title {
    line-height: calc(32px + -7 * ((100vw - 390px) / 880));
  }
}
.collections-main__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
  border-bottom: 1px solid #343434;
}
@media (max-width: 575px) {
  .collections-main__title {
    max-width: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .collections-main__title span:nth-child(2) {
    display: none;
  }
}

/* Section collection createur */
@media (max-width: 921px) {
  .collection-createur__container._container {
    padding: 0;
  }
}
.collection-createur__body {
  display: grid;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  grid-template-rows: auto;
  margin-top: 120px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1270px) {
  .collection-createur__body {
    margin-top: calc(60px + 60 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-createur__body {
    display: flex;
    flex-direction: column;
  }
}
.collection-createur__item:nth-child(1) {
  padding-top: 50px;
  padding-right: 65px;
  padding-bottom: 50px;
  padding-left: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 593px;
  height: fit-content;
}
@media (max-width: 1270px) {
  .collection-createur__item:nth-child(1) {
    padding-right: calc(0px + 65 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collection-createur__item:nth-child(1) {
    padding-bottom: calc(0px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collection-createur__item:nth-child(1) {
    padding-left: calc(0px + 65 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-createur__item:nth-child(1) {
    order: 2;
    padding: 0 10px;
    margin-top: 80px;
  }
}
.collection-createur__item:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.collection-createur__item:nth-child(2) img {
  max-width: 593px;
  height: 736px;
  width: 100%;
  object-fit: cover;
  min-height: 423px;
}
@media (max-width: 1270px) {
  .collection-createur__item:nth-child(2) img {
    max-width: calc(299px + 294 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collection-createur__item:nth-child(2) img {
    height: calc(423px + 313 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-createur__item:nth-child(2) {
    order: 3;
    margin-top: 60px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.collection-createur__item:nth-child(3) {
  grid-column-start: span 2;
}
.collection-createur__item:nth-child(3) img,
.collection-createur__item:nth-child(3) video {
  max-width: 864px;
  width: 100%;
  object-fit: cover;
  z-index: 5;
  position: relative;
  top: -100px;
  min-height: 537px;
}
@media (max-width: 1270px) {
  .collection-createur__item:nth-child(3) img,
.collection-createur__item:nth-child(3) video {
    max-width: calc(360px + 504 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collection-createur__item:nth-child(3) img,
.collection-createur__item:nth-child(3) video {
    top: calc(0px + -100 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-createur__item:nth-child(3) img,
.collection-createur__item:nth-child(3) video {
    top: 0;
    max-width: 100%;
  }
}
@media (max-width: 921px) {
  .collection-createur__item:nth-child(3) {
    order: 1;
  }
}
.collection-createur__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  margin-bottom: 35px;
}
.collection-createur__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.collection-createur__text-01 {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #000000;
}
.collection-createur__text-02 {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #000000;
  margin-top: 7px;
}
.collection-createur__author {
  font-family: "BodoniModa";
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  margin-top: 35px;
}

/* Section collection products */
@media (max-width: 767px) {
  .collection-products__container._container {
    padding: 0;
  }
}
.collection-products__body {
  margin-top: 120px;
}
@media (max-width: 1270px) {
  .collection-products__body {
    margin-top: calc(100px + 20 * ((100vw - 390px) / 880));
  }
}
.collection-products__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .collection-products__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collection-products__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .collection-products__title {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .collection-products__title {
    text-align: start;
  }
}
.collection-products__products {
  margin-top: 70px;
}
@media (max-width: 1270px) {
  .collection-products__products {
    margin-top: calc(30px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products {
    /*  @include adaptiv-value('margin-top', 70, 100, 1); */
    margin-top: 0;
  }
}
.collection-products__products .ajaxedproductsfromcollection {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 60px;
  padding-left: 10px;
  padding-right: 15px;
}
@media (max-width: 1270px) {
  .collection-products__products .ajaxedproductsfromcollection {
    column-gap: calc(10px + 14 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collection-products__products .ajaxedproductsfromcollection {
    row-gap: calc(75px + -15 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products .ajaxedproductsfromcollection {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    row-gap: 100px;
  }
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper {
  grid-column-start: span 2;
}
@media (max-width: 921px) {
  .collection-products__products .ajaxedproductsfromcollection .product-col-wrapper {
    grid-column-start: auto;
  }
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart {
  position: relative;
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .btn-link-product:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .slider-product-cart__item {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .slider-product-cart__item img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .product-cart__btn-more {
  z-index: 40;
}
@media (max-width: 767px) {
  .collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .product-cart__btn-more {
    display: none !important;
  }
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .product-cart__btn-more._active {
  display: none;
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .product-cart__options {
  z-index: 40;
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .product-cart__options._active {
  display: flex;
  height: fit-content;
  margin-top: auto;
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .wlfmc-add-to-wishlist {
  z-index: 50;
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-prev {
  padding: 15px;
  left: 0px;
}
@media (max-width: 1270px) {
  .collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-prev {
    left: calc(10px + -10 * ((100vw - 390px) / 880));
  }
}
.collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-next {
  padding: 15px;
  right: 0px;
}
@media (max-width: 1270px) {
  .collection-products__products .ajaxedproductsfromcollection .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-next {
    right: calc(-10px + 10 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(295px, 1fr)); */
  grid-template: repeat(1, 1fr)/repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 60px;
  padding-left: 10px;
  padding-right: 15px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 {
    column-gap: calc(10px + 14 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 {
    row-gap: calc(75px + -15 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-01 {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }
}
.collection-products__products-col-01 .product-col-wrapper .product-cart {
  position: relative;
}
.collection-products__products-col-01 .product-col-wrapper .product-cart .btn-link-product:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .product-cart__btn-more {
  z-index: 40;
}
@media (max-width: 767px) {
  .collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .product-cart__btn-more {
    display: none !important;
  }
}
.collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .product-cart__btn-more._active {
  display: none;
}
.collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .product-cart__options {
  z-index: 40;
}
.collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .product-cart__options._active {
  display: flex;
  height: fit-content;
  margin-top: auto;
}
.collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .wlfmc-add-to-wishlist {
  z-index: 50;
}
.collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-prev {
  padding: 15px;
  left: 0px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-prev {
    left: calc(10px + -10 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-next {
  padding: 15px;
  right: 0px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-next {
    right: calc(-10px + 10 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(1) {
  grid-column-start: span 2;
  grid-row-start: 1;
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(1) .product-cart {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(1) .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .product-cart__btn-more {
    display: none !important;
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(1) {
    grid-column-start: 1;
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(2) {
  grid-column-start: span 2;
  grid-row-start: 1;
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(2) .product-cart {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(2) .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(2) {
    grid-column-start: 2;
    margin-top: 100px;
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(3) {
  grid-column-start: span 2;
  grid-row-start: 1;
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(3) .product-cart {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(3) .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body .slider-product-cart__item {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(4) {
  grid-column-start: span 3;
  grid-row-start: 2;
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 804px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart {
    height: 618px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body {
    height: 618px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item {
    height: 618px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item img {
    height: 618px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(5) {
  grid-column-start: span 3;
  grid-row-start: 2;
  margin-top: 120px;
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(5) .product-cart {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(5) .product-cart {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body .slider-product-cart__item {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-01 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 804px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-01 .product-col-wrapper:nth-child(5) {
    display: none !important;
  }
}
.collection-products__products-col-03 {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 60px;
  padding-left: 10px;
  padding-right: 15px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 {
    column-gap: calc(10px + 14 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 {
    row-gap: calc(75px + -15 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }
}
.collection-products__products-col-03 .product-col-wrapper {
  grid-column-start: span 2;
}
.collection-products__products-col-03 .product-col-wrapper .product-cart {
  position: relative;
}
.collection-products__products-col-03 .product-col-wrapper .product-cart .btn-link-product:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .product-cart__btn-more {
  z-index: 40;
}
@media (max-width: 767px) {
  .collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .product-cart__btn-more {
    display: none !important;
  }
}
.collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .product-cart__btn-more._active {
  display: none;
}
.collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .product-cart__options {
  z-index: 40;
}
.collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .product-cart__options._active {
  display: flex;
  height: fit-content;
  margin-top: auto;
}
.collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .wlfmc-add-to-wishlist {
  z-index: 50;
}
.collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-prev {
  padding: 15px;
  left: 0px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-prev {
    left: calc(10px + -10 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-next {
  padding: 15px;
  right: 0px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper .product-cart .product-cart__body .product-cart__slider .slick-next {
    right: calc(-10px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper {
    grid-column-start: 1;
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(1) {
  grid-column-start: span 3;
  grid-row-start: 1;
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 804px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart {
    height: 618px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body {
    height: 618px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item {
    height: 618px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item img {
    height: 618px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(1) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(2) {
  grid-column-start: span 3;
  grid-row-start: 1;
  margin-top: 120px;
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item {
  height: 804px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 804px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 512 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart {
    height: 618px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body {
    height: 618px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item {
    height: 618px;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item img {
    height: 618px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 921px) and (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(2) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(3) {
  grid-column-start: span 2;
  grid-row-start: 2;
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(3) .product-cart {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(3) .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body .slider-product-cart__item {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(3) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(4) {
  grid-column-start: span 2;
  grid-row-start: 2;
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(4) .product-cart {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(4) .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(4) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(5) {
  grid-column-start: span 2;
  grid-row-start: 2;
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(5) .product-cart {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(5) .product-cart {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body .slider-product-cart__item {
  height: 618px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body .slider-product-cart__item {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-03 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body .slider-product-cart__item img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(5) .product-cart .product-cart__body .slider-product-cart__item img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .collection-products__products-col-03 .product-col-wrapper:nth-child(5) {
    display: none !important;
  }
}
.collection-products__products-col-04 .products-row-04__body {
  margin-top: 70px;
}
@media (max-width: 1270px) {
  .collection-products__products-col-04 .products-row-04__body {
    margin-top: calc(150px + -80 * ((100vw - 390px) / 880));
  }
}
.collection-products__products-col-04 .products-row-04__body .products-row-04__link-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  max-width: 200px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #C8C8C8;
  transition: all 0.3s ease 0s;
  margin: 0 auto;
  cursor: pointer;
}
.collection-products__products-col-04 .products-row-04__body .products-row-04__link-more span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  transition: all 0.3s ease 0s;
}
.collection-products__products-col-04 .products-row-04__body .products-row-04__link-more:hover {
  background-color: #000000;
  border-color: #000000;
}
.collection-products__products-col-04 .products-row-04__body .products-row-04__link-more:hover span {
  color: #fff;
}

.products-collection__items {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(6, 1fr);
  column-gap: 23px;
  row-gap: 60px;
  /*  display: grid;
   grid-template-columns: minmax(auto, 33.3333%) minmax(auto, 33.3333%) minmax(auto, 33.3333%);
   grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
   grid-template-columns: repeat(auto-fit, minmax(auto, 271px));
   grid-template: repeat(1, 1fr)/repeat(4, 1fr);
   grid-auto-rows: auto;
   @include adaptiv-value('column-gap', 23, 10, 1);
   @include adaptiv-value('row-gap', 60, 50, 1); */
}
@media (max-width: 1270px) {
  .products-collection__items {
    column-gap: calc(10px + 13 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .products-collection__items {
    row-gap: calc(50px + 10 * ((100vw - 390px) / 880));
  }
}
.product-collection__image {
  overflow: hidden;
  display: flex;
  height: fit-content;
}
.product-collection__image img {
  width: 100%;
  transition: all 0.3s ease 0s;
  object-fit: cover;
}
.product-collection__image:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .product-collection__image {
    min-height: 292px;
  }
}
.product-collection__content {
  margin-top: 11px;
  display: flex;
  justify-content: space-between;
}
.product-collection__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
.product-collection__price {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  color: #000000;
}

.middle-collection {
  grid-column-start: span 3;
  grid-row-start: auto;
  margin: 100px 0;
}
.middle-collection__body {
  display: flex;
  align-items: flex-start;
  column-gap: 45px;
}
@media (max-width: 1270px) {
  .middle-collection__body {
    column-gap: calc(0px + 45 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .middle-collection__body {
    flex-direction: column;
  }
}
.middle-collection__col-01 {
  width: 100%;
}
.middle-collection__col-01 img {
  width: 820px;
  min-height: 514px;
  min-width: 380px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .middle-collection__col-01 img {
    width: calc(0px + 820 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .middle-collection__col-01 img {
    max-width: 100%;
    width: 100%;
  }
}
.middle-collection__col-02 {
  max-width: 395px;
}
@media (max-width: 921px) {
  .middle-collection__col-02 {
    height: fit-content !important;
  }
}
@media (max-width: 767px) {
  .middle-collection__col-02 {
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
  }
}
.middle-collection__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  margin-bottom: 80px;
}
@media (max-width: 1270px) {
  .middle-collection__title {
    font-size: calc(20px + 5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .middle-collection__title {
    line-height: calc(24px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .middle-collection__title {
    margin-bottom: calc(30px + 50 * ((100vw - 390px) / 880));
  }
}
.middle-collection__text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #343434;
}
.middle-collection__text:not(:last-child) {
  margin-bottom: 7px;
}
@media (max-width: 1270px) {
  .middle-collection__text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .middle-collection__text {
    line-height: calc(18px + 1 * ((100vw - 390px) / 880));
  }
}

/* Section collection video */
.collection-video__container {
  margin-top: 120px;
}
@media (max-width: 1270px) {
  .collection-video__container {
    margin-top: calc(100px + 20 * ((100vw - 390px) / 880));
  }
}
.collection-video__video-item {
  height: 785px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1270px) {
  .collection-video__video-item {
    height: calc(286px + 499 * ((100vw - 390px) / 880));
  }
}
.collection-video__video-item .about-video__body {
  width: 100%;
  height: 100%;
}
.collection-video__video-item .about-video__body iframe {
  width: 100%;
  height: 100%;
}
.collection-video__video-item .about-video__video-wrapper {
  width: 100%;
  height: 100%;
}
.collection-video__video-item .about-video__to-play {
  width: 100%;
  height: 100%;
}
.collection-video__video-item .about-video__back-video {
  width: 100%;
  height: 100%;
}
/* Section collection next */
.collection-next__container {
  margin-top: 120px;
  margin-bottom: 100px;
}
@media (max-width: 1270px) {
  .collection-next__container {
    margin-top: calc(100px + 20 * ((100vw - 390px) / 880));
  }
}
.collection-next__title {
  margin: 0 auto;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .collection-next__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .collection-next__title {
    font-size: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 575px) {
  .collection-next__title {
    text-align: start;
    justify-content: flex-start;
    padding: 0 15px;
  }
}

.successful-main__body {
  position: relative;
  height: 100vh;
}
.successful-main__background {
  height: 100vh;
}
.successful-main__background img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}
.successful-main__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
}

.content-successfull__body {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  background-color: #F6F6F6;
  padding: 40px 45px 42px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
.content-successfull__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .content-successfull__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .content-successfull__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.content-successfull__order-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
.content-successfull__order-content {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.content-successfull__order-text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .content-successfull__order-text {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.content-successfull__order {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .content-successfull__order {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.content-successfull__order-number {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .content-successfull__order-number {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.content-successfull__subtext {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #898989;
}
.content-successfull__row-03 {
  width: 100%;
}
.content-successfull__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.content-successfull__link-home {
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 18px 20px;
}
.content-successfull__link-home span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
.content-successfull__link-home:hover {
  background-color: transparent;
  border-color: #c8c8c8;
}
.content-successfull__link-home:hover span {
  color: #343434;
}
.content-successfull__link-delivery {
  position: relative;
  transition: all 0.3s ease 0s;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #898989;
}
.content-successfull__link-delivery::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #898989;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.content-successfull__link-delivery:hover {
  color: #343434;
  background-color: transparent;
  border-color: #c8c8c8;
}
.content-successfull__link-delivery:hover::before {
  background-color: #343434;
}

.failed-main__body {
  position: relative;
  height: 100vh;
}
.failed-main__background {
  height: 100vh;
}
.failed-main__background img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}
.failed-main__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
}

.content-failed__body {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  background-color: #F6F6F6;
  padding: 40px 45px 42px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
.content-failed__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .content-failed__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .content-failed__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.content-failed__order-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
.content-failed__order-content {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.content-failed__order-text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .content-failed__order-text {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.content-failed__order {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .content-failed__order {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.content-failed__order-number {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .content-failed__order-number {
    font-size: calc(14px + 2 * ((100vw - 390px) / 880));
  }
}
.content-failed__subtext {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #898989;
}
.content-failed__row-03 {
  width: 100%;
}
.content-failed__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.content-failed__link-home {
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 18px 20px;
}
.content-failed__link-home span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
.content-failed__link-home:hover {
  background-color: transparent;
  border-color: #c8c8c8;
}
.content-failed__link-home:hover span {
  color: #343434;
}
.content-failed__link-delivery {
  position: relative;
  transition: all 0.3s ease 0s;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #898989;
}
.content-failed__link-delivery::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #898989;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.content-failed__link-delivery:hover {
  color: #343434;
  background-color: transparent;
  border-color: #c8c8c8;
}
.content-failed__link-delivery:hover::before {
  background-color: #343434;
}

.error-404__body {
  position: relative;
  height: 100vh;
}
.error-404__background {
  height: 100vh;
}
.error-404__background img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}
.error-404__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
}

.content-error__body {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  background-color: #F6F6F6;
  padding: 40px 45px 42px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
.content-error__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .content-error__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .content-error__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.content-error__text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .content-error__text {
    font-size: calc(19px + -3 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .content-error__text {
    line-height: calc(19px + 0 * ((100vw - 390px) / 880));
  }
}
.content-error__buttons {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .content-error__buttons {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 12px;
  }
}
.content-error__link-home {
  width: 100%;
  max-width: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  border: 1px solid #c8c8c8;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}
.content-error__link-home span {
  transition: all 0.3s ease 0s;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
}
.content-error__link-home:hover {
  background-color: #000000;
  border-color: #000000;
}
.content-error__link-home:hover span {
  color: #fff;
}
@media (max-width: 767px) {
  .content-error__link-home {
    max-width: 100%;
    width: 100%;
  }
}
.content-error__link-shop {
  width: 100%;
  max-width: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  border: 1px solid #000000;
  background-color: #000000;
  transition: all 0.3s ease 0s;
}
.content-error__link-shop span {
  transition: all 0.3s ease 0s;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #fff;
}
.content-error__link-shop:hover {
  background-color: transparent;
  border-color: #c8c8c8;
}
.content-error__link-shop:hover span {
  color: #343434;
}
@media (max-width: 767px) {
  .content-error__link-shop {
    max-width: 100%;
    width: 100%;
  }
}

.cky-consent-container {
  max-width: 297px;
  width: 100%;
  z-index: 400 !important;
}
.cky-consent-container .cky-consent-bar {
  border: none !important;
  border-radius: 0 !important;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des .cookie-modal__text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  color: #000000;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des .cookie-modal__text .cookie-modal__link {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  color: #000000;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des .cookie-modal__text .cookie-modal__link:hover {
  text-decoration: underline;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
  padding: 12px 20px !important;
  transition: all 0.3s ease 0s !important;
  border-radius: 0 !important;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn:hover {
  border-color: #c8c8c8 !important;
  background-color: transparent !important;
  color: #343434 !important;
}

.pum-theme-50, .pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.368627451) !important;
}

#popmake-59 {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  padding: 0 10px !important;
  margin: 0 !important;
  background-color: transparent !important;
  max-width: 1010px;
  box-shadow: none !important;
  height: fit-content !important;
  overflow: auto !important;
}
@media (max-width: 575px) and (max-height: 843px) {
  #popmake-59 {
    max-height: 400px !important;
  }
}
#popmake-59 .pum-content {
  display: grid;
  grid-template-columns: minmax(auto, 25%) minmax(auto, 25%) minmax(auto, 25%) minmax(auto, 25%);
  background-color: #fff;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #popmake-59 .pum-content {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    row-gap: 30px;
  }
}
#popmake-59 .pum-content p:nth-child(1) {
  grid-column-start: span 2;
  grid-row-start: span 3;
  display: flex;
  justify-content: center;
}
#popmake-59 .pum-content p:nth-child(1) img {
  max-width: 500px;
  width: 100%;
  object-fit: cover;
  min-height: 369px;
}
@media (max-width: 767px) {
  #popmake-59 .pum-content p:nth-child(1) {
    grid-row-start: 4;
    grid-column-start: span 2;
  }
  #popmake-59 .pum-content p:nth-child(1) img {
    max-height: 369px;
    max-width: 100%;
    width: 100%;
  }
}
#popmake-59 .pum-content p:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  #popmake-59 .pum-content p:nth-child(2) {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  #popmake-59 .pum-content p:nth-child(2) {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  #popmake-59 .pum-content p:nth-child(2) {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #popmake-59 .pum-content p:nth-child(2) {
    grid-column-start: span 2;
    grid-column-end: span 2;
    grid-row-start: 1;
    padding-top: 30px;
  }
}
#popmake-59 .pum-content p:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  max-width: 390px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #343434;
}
@media (max-width: 1270px) {
  #popmake-59 .pum-content p:nth-child(3) {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  #popmake-59 .pum-content p:nth-child(3) {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  #popmake-59 .pum-content p:nth-child(3) {
    grid-column-start: span 2;
    grid-column-end: span 2;
    grid-row-start: 2;
  }
}
#popmake-59 .pum-content p:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 3;
  display: inline-flex;
  justify-content: flex-end;
  padding: 0 6px 0 20px;
}
#popmake-59 .pum-content p:nth-child(4) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  padding: 18px 5px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  max-width: 189px;
  width: 100%;
  height: 53px;
  transition: all 0.3s ease 0s;
}
#popmake-59 .pum-content p:nth-child(4) a:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  #popmake-59 .pum-content p:nth-child(4) {
    grid-column-start: 1;
    grid-row-start: 3;
  }
}
#popmake-59 .pum-content p:nth-child(5) {
  grid-column-start: 4;
  grid-row-start: 3;
  display: inline-flex;
  justify-content: flex-start;
  padding: 0 20px 0 6px;
}
#popmake-59 .pum-content p:nth-child(5) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #fff;
  padding: 18px 5px;
  border: 1px solid #000000;
  background-color: #000000;
  max-width: 189px;
  width: 100%;
  height: 53px;
  transition: all 0.3s ease 0s;
}
#popmake-59 .pum-content p:nth-child(5) a:hover {
  background-color: #fff;
  border-color: #c8c8c8;
  color: #343434;
}
@media (max-width: 767px) {
  #popmake-59 .pum-content p:nth-child(5) {
    grid-column-start: 2;
    grid-row-start: 3;
  }
}
#popmake-59 .pum-close {
  font-size: 0;
  background-color: transparent !important;
  padding: 12px !important;
  background-image: url(http://valerdi.rts-developers.com/wp-content/uploads/2023/03/close-popup.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  top: 21px;
  right: 31px;
  box-shadow: none !important;
}
@media (max-width: 1270px) {
  #popmake-59 .pum-close {
    top: calc(12px + 9 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  #popmake-59 .pum-close {
    right: calc(22px + 9 * ((100vw - 390px) / 880));
  }
}

@media (max-width: 1279px) {
  .shop-main__container.__container {
    padding: 0 5px;
  }
}
.shop-main__body {
  margin-top: 165px;
  margin-bottom: 165px;
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
  position: relative;
}
@media (max-width: 1270px) {
  .shop-main__body {
    margin-top: calc(100px + 65 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-main__body {
    margin-bottom: calc(100px + 65 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1279px) {
  .shop-main__body {
    flex-direction: column;
    padding-top: 100px;
  }
}
@media (max-width: 1279px) and (max-width: 1270px) {
  .shop-main__body {
    padding-top: calc(150px + -50 * ((100vw - 390px) / 880));
  }
}
.shop-main__body.hide {
  margin-top: 30px;
  padding: 0;
}
.shop-main__col-01 {
  width: 36%;
  /* min-width: 332px; */
  height: 100%;
}
@media (max-width: 1279px) {
  .shop-main__col-01 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    top: 5px !important;
  }
}
@media (max-width: 1279px) {
  .shop-main__col-01 {
    height: fit-content !important;
  }
}
.shop-main__col-02 {
  width: 74%;
  /* @media(min-width: 1440px) { 
      @include adaptiv-value('width', 1000, 0, 1);
  } */
  /* @include adaptiv-value('width', 950, 0, 1); */
}
@media (max-width: 1279px) {
  .shop-main__col-02 {
    width: 100%;
    max-width: 100%;
  }
}

.sidebar-shop {
  width: 100% !important;
  max-width: fit-content !important;
  min-width: 305px !important;
}
.sidebar-shop__filter-mobile-btn {
  font-family: "BodoniModa";
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #000000;
  padding-left: 24px;
  background-image: url("https://valerdi.rts-developers.com/wp-content/uploads/2023/03/icon-filter.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media (min-width: 1280px) {
  .sidebar-shop__filter-mobile-btn {
    display: none;
  }
}
.sidebar-shop__filter-mobile-btn.hide {
  display: none;
}
.sidebar-shop__btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background-image: url("/wp-content/uploads/2023/03/close-popup.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  width: 25px;
  height: 25px;
}
@media (min-width: 1280px) {
  .sidebar-shop__btn-close {
    display: none;
  }
}
.sidebar-shop__body {
  background-color: #F4F2F0;
  width: 100% !important;
  max-width: 305px;
}
@media (max-width: 1279px) {
  .sidebar-shop__body {
    display: none;
  }
}
.sidebar-shop__body.active {
  display: flex;
  flex-direction: column;
  position: relative !important;
  z-index: 10;
  margin-bottom: 50px;
  width: 100% !important;
  max-width: 100% !important;
  top: 30px !important;
}
.sidebar-shop__wrapper {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  position: relative;
  /* height: 460px; */
  height: 77vh;
  overflow: auto;
}
@media (max-width: 1270px) {
  .sidebar-shop__wrapper {
    padding-top: calc(35px + -5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .sidebar-shop__wrapper {
    padding-right: calc(15px + 15 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .sidebar-shop__wrapper {
    padding-bottom: calc(35px + -5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .sidebar-shop__wrapper {
    padding-left: calc(30px + 0 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1279px) {
  .sidebar-shop__wrapper {
    height: 100%;
  }
}
.sidebar-shop__title {
  font-family: "BodoniModa";
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #000000;
  position: relative;
}
.sidebar-shop__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("https://valerdi.rts-developers.com/wp-content/uploads/2023/03/icon-filter.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 12px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1279px) {
  .sidebar-shop__title {
    padding-left: 24px;
  }
  .sidebar-shop__title::before {
    opacity: 1;
    visibility: visible;
  }
}
.sidebar-shop__current-filter {
  margin-top: 50px;
}
.sidebar-shop__special {
  margin-top: 35px;
  display: flex;
}
.sidebar-shop__special span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #343434;
}
.sidebar-shop__special-label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1279px) {
  .sidebar-shop__filters-wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    gap: 30px;
  }
}
.sidebar-shop__btn-toggle {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
  transition: all 0.3s ease 0s;
  margin: 35px 0 15px 0;
}
.sidebar-shop__btn-toggle::before {
  font-size: 8px;
  transition: all 0.3s ease 0s;
}
.sidebar-shop__btn-toggle._active::before {
  transform: rotate(180deg);
}
.sidebar-shop__btn-toggle:hover {
  color: #343434;
}
.sidebar-shop__btn-toggle:hover::before {
  color: #343434;
}
.sidebar-shop__filter-item:not(:last-child) {
  margin-bottom: 11px;
}
.sidebar-shop__filter-link-color {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
  transition: all 0.3s ease 0s;
  column-gap: 7px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  text-transform: capitalize;
  cursor: pointer;
}
.sidebar-shop__filter-link-color input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.sidebar-shop__filter-link-color::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("https://valerdi.rts-developers.com/wp-content/uploads/2023/03/icon-image.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  border-radius: 100px;
  display: flex;
  transition: all 0.3s ease 0s;
}
.sidebar-shop__filter-link-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(0, -50%);
  border: 1px solid #343434;
  border-radius: 100px;
  width: 21px;
  height: 21px;
  opacity: 0;
  visibility: hidden;
}
.sidebar-shop__filter-link-color:hover::before {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.16);
}
.sidebar-shop__filter-link-color.activefilter::after {
  opacity: 1;
  visibility: visible;
}
.sidebar-shop__filter-link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
  transition: all 0.3s ease 0s;
  column-gap: 7px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.sidebar-shop__filter-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.sidebar-shop__filter-link:hover {
  font-weight: 600;
  padding-left: 12px;
}
.sidebar-shop__filter-link:hover::before {
  opacity: 1;
  visibility: visible;
}
.sidebar-shop__filter-link input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.sidebar-shop__filter-link.activefilter {
  font-weight: 600;
  padding-left: 12px;
}
.sidebar-shop__filter-link.activefilter::before {
  opacity: 1;
  visibility: visible;
}
.sidebar-shop__buttons {
  background: #F6F6F6;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.sidebar-shop__btn-clear {
  padding: 15px 20px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 167px;
  transition: all 0.3s ease 0s;
}
.sidebar-shop__btn-clear span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  transition: all 0.3s ease 0s;
}
.sidebar-shop__btn-clear:hover {
  background-color: #000000;
  border-color: #000000;
}
.sidebar-shop__btn-clear:hover span {
  color: #fff;
}
.sidebar-shop__btn-apply {
  display: none !important;
  padding: 15px 20px;
  border: 1px solid #000000;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 167px;
  transition: all 0.3s ease 0s;
}
.sidebar-shop__btn-apply span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.sidebar-shop__btn-apply:hover {
  background-color: #fff;
}
.sidebar-shop__btn-apply:hover span {
  color: #000000;
}

.sidebar-shop__wrapper::-webkit-scrollbar {
  width: 0px;
}

.sidebar-shop__wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-shop__wrapper::-webkit-scrollbar-thumb {
  background: transparent;
}

.current-filter__body {
  display: flex;
  flex-direction: column;
}
.current-filter__item {
  display: grid;
  grid-template-columns: minmax(80px, 80px) minmax(auto, auto) minmax(auto, 25px);
  width: 100%;
  max-width: 100%;
  padding: 14px 5px;
  border-bottom: 1px solid #c8c8c8;
}
.current-filter__item p {
  text-align: start;
}

.curent-item-size__size {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}

.name-item {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}

.btn-remove-item {
  position: relative;
  padding: 7px;
  width: 25px;
  margin-left: auto;
  width: 100%;
}
.btn-remove-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease 0s;
}
.btn-remove-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
  width: 12px;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease 0s;
}
.btn-remove-item:hover::before, .btn-remove-item:hover::after {
  background-color: #343434;
}

.curent-item-price__price-wrapper {
  display: flex;
  align-items: center;
}
.curent-item-price__price-from {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
}
.curent-item-price__line {
  position: relative;
  display: flex;
  margin: 0 10px;
  width: 13px;
}
.curent-item-price__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 13px;
  height: 1px;
  background-color: #000000;
}
.curent-item-price__price-up-to {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
}

.current-item-color__color-wrapper {
  display: flex;
  column-gap: 10px;
}
.current-item-color__name-color {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}

.current-item-collection__collection {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}

.current-category-item__category {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}

.filters-top__head {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.filters-top__name {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
.filters-top__giude {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #C8C8C8;
  transition: all 0.3s ease 0s;
  position: relative;
}
.filters-top__giude::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  transition: all 0.3s ease 0s;
}
.filters-top__giude:hover {
  color: #343434;
}
.filters-top__giude:hover::before {
  border-color: #343434;
}
.filters-top__size-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
}
@media (max-width: 1279px) {
  .filters-top__size-list {
    justify-content: flex-start;
    column-gap: 20px;
  }
}
.filters-top__size-item {
  cursor: pointer;
}
.filters-top__size-item input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.filters-top__size-item label {
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.filters-top__size-item label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0%;
  border-bottom: 1px solid #000000;
  transition: all 0.3s ease 0s;
}
.filters-top__size-item.activefilter label::before {
  width: 100%;
}
.filters-top__size-item:hover label::before {
  width: 100%;
}
.filters-top__size-link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  padding: 5px;
}

.shop-content__link-more {
  border: 1px solid #c8c8c8;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  max-width: 200px;
  width: 100%;
  margin: 90px auto 0 auto;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.shop-content__link-more:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.shop-content__head {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
@media (max-width: 1279px) {
  .shop-content__head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .shop-content__head {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
  }
}
.shop-content__head.hide {
  display: none !important;
}
.shop-content__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 17;
  font-size: 75px;
  line-height: 100%;
}
@media (max-width: 1270px) {
  .shop-content__title {
    font-size: calc(40px + 35 * ((100vw - 390px) / 880));
  }
}
.shop-content__text {
  max-width: 200px;
  width: 100%;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
}
@media (max-width: 767px) {
  .shop-content__text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.products-shop__row .products-shop__wrapper .product-cart a:first-child {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.products-shop__row .woocommerce-no-products-found {
  background-color: #fff !important;
  border: none !important;
  margin-top: 100px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #343434;
  text-align: center;
}
.products-shop__row .woocommerce-no-products-found::before {
  content: "" !important;
  width: 100%;
  height: 300px;
  background-color: #fff;
  z-index: 100;
  top: 54px !important;
  left: 0 !important;
}
.products-shop__wrapper {
  margin-top: 170px;
  display: grid;
  /* grid-template: repeat(2, 1fr) / repeat(6, 1fr);   */
  grid-template: repeat(1, 1fr)/repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 60px;
}
@media (max-width: 1270px) {
  .products-shop__wrapper {
    column-gap: calc(10px + 14 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .products-shop__wrapper {
    row-gap: calc(50px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .products-shop__wrapper {
    grid-template-columns: minmax(165px, 445.5px) minmax(165px, 445.5px);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 50px;
  }
}
.products-shop__wrapper .product-cart:nth-child(1) {
  grid-column: span 3;
  margin-top: -120px;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(1) {
    margin-top: calc(-100px + -20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .products-shop__wrapper .product-cart:nth-child(1) {
    grid-column: auto;
  }
}
.products-shop__wrapper .product-cart:nth-child(1) .slick-slide img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(1) .slick-slide img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.products-shop__wrapper .product-cart:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 921px) {
  .products-shop__wrapper .product-cart:nth-child(2) {
    grid-column: auto;
  }
}
.products-shop__wrapper .product-cart:nth-child(2) .slick-slide img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(2) .slick-slide img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.products-shop__wrapper .product-cart:nth-child(3) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .products-shop__wrapper .product-cart:nth-child(3) {
    grid-column: auto;
  }
}
.products-shop__wrapper .product-cart:nth-child(3) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(3) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.products-shop__wrapper .product-cart:nth-child(4) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .products-shop__wrapper .product-cart:nth-child(4) {
    grid-column: auto;
  }
}
.products-shop__wrapper .product-cart:nth-child(4) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(4) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.products-shop__wrapper .product-cart:nth-child(5) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .products-shop__wrapper .product-cart:nth-child(5) {
    grid-column: auto;
  }
}
.products-shop__wrapper .product-cart:nth-child(5) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(5) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.products-shop__wrapper .product-cart:nth-child(5) .product-cart__options {
  /* display: flex; */
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(5) .product-cart__options {
    display: none;
  }
}
.products-shop__wrapper .product-cart:nth-child(5) .product-cart__btn-more {
  /* display: none; */
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(5) .product-cart__btn-more {
    display: flex;
  }
}
.products-shop__wrapper .product-cart:nth-child(6) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .products-shop__wrapper .product-cart:nth-child(6) {
    grid-column: auto;
  }
}
.products-shop__wrapper .product-cart:nth-child(6) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(6) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.products-shop__wrapper .product-cart:nth-child(6) .product-cart__options {
  display: flex;
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(6) .product-cart__options {
    display: none;
  }
}
.products-shop__wrapper .product-cart:nth-child(6) .product-cart__btn-more {
  display: none;
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(6) .product-cart__btn-more {
    display: flex;
  }
}
.products-shop__wrapper .product-cart:nth-child(7) {
  grid-column: span 2;
  grid-row-start: 4;
}
@media (max-width: 921px) {
  .products-shop__wrapper .product-cart:nth-child(7) {
    grid-column: auto;
  }
}
.products-shop__wrapper .product-cart:nth-child(7) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(7) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.products-shop__wrapper .product-cart:nth-child(7) .product-cart__options {
  display: flex;
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(7) .product-cart__options {
    display: none;
  }
}
.products-shop__wrapper .product-cart:nth-child(7) .product-cart__btn-more {
  display: none;
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(7) .product-cart__btn-more {
    display: flex;
  }
}
.products-shop__wrapper .product-cart:nth-child(8) {
  grid-column: span 2;
  grid-row-start: 4;
}
@media (max-width: 921px) {
  .products-shop__wrapper .product-cart:nth-child(8) {
    grid-column: auto;
  }
}
.products-shop__wrapper .product-cart:nth-child(8) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(8) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.products-shop__wrapper .product-cart:nth-child(8) .product-cart__options {
  display: flex;
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(8) .product-cart__options {
    display: none;
  }
}
.products-shop__wrapper .product-cart:nth-child(8) .product-cart__btn-more {
  display: none;
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(8) .product-cart__btn-more {
    display: flex;
  }
}
.products-shop__wrapper .product-cart:nth-child(9) {
  grid-column: span 2;
  grid-row-start: 4;
}
@media (max-width: 921px) {
  .products-shop__wrapper .product-cart:nth-child(9) {
    grid-column: auto;
  }
}
.products-shop__wrapper .product-cart:nth-child(9) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .products-shop__wrapper .product-cart:nth-child(9) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.products-shop__wrapper .product-cart:nth-child(9) .product-cart__options {
  display: flex;
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(9) .product-cart__options {
    display: none;
  }
}
.products-shop__wrapper .product-cart:nth-child(9) .product-cart__btn-more {
  display: none;
}
@media (max-width: 767px) {
  .products-shop__wrapper .product-cart:nth-child(9) .product-cart__btn-more {
    display: flex;
  }
}
.products-shop__wrapper .product-cart a {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.products-shop__wrapper .product-cart .product-cart__body .product-cart__options {
  z-index: 40;
}
.products-shop__wrapper .product-cart .product-cart__body .product-cart__options._active {
  display: flex;
  height: fit-content;
  margin-top: auto;
}
.products-shop__wrapper .product-cart .product-cart__body .product-cart__options .options-product__row-02 {
  grid-template-columns: minmax(60px, 60px) minmax(auto, auto) minmax(63px, 63px);
}
.products-shop__wrapper .product-cart .product-cart__body .product-cart__btn-more {
  z-index: 30;
}
.products-shop__wrapper .product-cart .product-cart__body .product-cart__btn-more._acive {
  display: none;
}
.products-shop__collection-wrapper {
  grid-column-start: span 3;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1279px) {
  .products-shop__collection-wrapper {
    grid-column-start: span 6;
  }
}

.shop-collection__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.shop-collection__col-01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.shop-collection__col-01 .product-cart {
  position: absolute;
  width: 100%;
  max-width: 396px;
  bottom: -83px;
  right: 0;
}
.shop-collection__col-01 .woocommerce {
  position: absolute;
  /* right: 50px; */
  right: 0;
  bottom: 0;
  z-index: 10;
  width: fit-content;
}
@media (min-width: 1440px) {
  .shop-collection__col-01 .woocommerce {
    right: 0;
  }
}
.shop-collection__col-01 .woocommerce .products-shop__wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1279px) {
  .shop-collection__col-01 {
    flex-direction: column-reverse;
    width: 100%;
    max-width: 100%;
  }
  .shop-collection__col-01 .woocommerce {
    display: none !important;
  }
}
.shop-collection__cart {
  position: relative;
}
@media (max-width: 1279px) {
  .shop-collection__cart {
    max-width: 100%;
    width: 100%;
  }
}
.shop-collection__image {
  width: 640px;
}
@media (max-width: 1270px) {
  .shop-collection__image {
    width: calc(320px + 320 * ((100vw - 390px) / 880));
  }
}
.shop-collection__image img {
  width: 640px;
}
@media (max-width: 1270px) {
  .shop-collection__image img {
    width: calc(320px + 320 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1279px) {
  .shop-collection__image {
    width: 100%;
    max-width: 100%;
    height: 700px;
  }
}
@media (max-width: 1279px) and (max-width: 1270px) {
  .shop-collection__image {
    height: calc(415px + 285 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1279px) {
  .shop-collection__image img {
    width: 100%;
    max-width: 100%;
    height: 700px;
    object-fit: cover;
  }
}
@media (max-width: 1279px) and (max-width: 1270px) {
  .shop-collection__image img {
    height: calc(415px + 285 * ((100vw - 390px) / 880));
  }
}
.shop-collection__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 50px 20px;
  background-image: url("/wp-content/themes/tina-valerdi/assets/img/blur-image/shop-blur-01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  /* background: rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(69.6106px);
  -webkit-backdrop-filter: blur(69.6106px); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
}
.shop-collection__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-variation-settings: "opsz" 7;
}
.shop-collection__link {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 10px;
}
.shop-collection__link span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  display: flex;
  color: #FFFFFF;
}
.shop-collection__link::before {
  color: #fff;
  font-size: 11px;
  position: relative;
  top: 2px;
  transition: all 0.3s ease 0s;
}
.shop-collection__link:hover::before {
  transform: translate(5px, 0);
}
.shop-collection__text {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 115%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}
@media (max-width: 1270px) {
  .shop-collection__text {
    padding-top: calc(25px + 35 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-collection__text {
    padding-right: calc(30px + 30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-collection__text {
    padding-bottom: calc(30px + 30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-collection__text {
    padding-left: calc(30px + 30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1279px) {
  .shop-collection__text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.shop-collection__col-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.noUi-horizontal .noUi-handle {
  right: -13px !important;
}

.shop-main-bottom__body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 58px;
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1270px) {
  .shop-main-bottom__body {
    padding-left: calc(0px + 90 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-main-bottom__body {
    padding-right: calc(0px + 90 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .shop-main-bottom__body {
    flex-direction: column;
    margin-bottom: -50px;
  }
}
.shop-main-bottom__col-01 {
  padding-top: 70px;
  padding-right: 120px;
  padding-bottom: 70px;
  padding-left: 70px;
  background-color: #FAFAFA;
}
@media (max-width: 1270px) {
  .shop-main-bottom__col-01 {
    padding-top: calc(50px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-main-bottom__col-01 {
    padding-right: calc(20px + 100 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-main-bottom__col-01 {
    padding-bottom: calc(50px + 20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-main-bottom__col-01 {
    padding-left: calc(20px + 50 * ((100vw - 390px) / 880));
  }
}
.shop-main-bottom__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  text-align: center;
}
@media (max-width: 1270px) {
  .shop-main-bottom__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-main-bottom__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .shop-main-bottom__title {
    text-align: start;
  }
}
.shop-main-bottom__text {
  margin-top: 40px;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
}
.shop-main-bottom__col-02 {
  width: 605px;
  min-width: 605px;
  max-width: 100%;
}
@media (max-width: 1270px) {
  .shop-main-bottom__col-02 {
    width: calc(100px + 505 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-main-bottom__col-02 {
    min-width: calc(100px + 505 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .shop-main-bottom__col-02 {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.shop-main-bottom__col-02 img {
  width: 605px;
  min-width: 605px;
  min-height: 493px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .shop-main-bottom__col-02 img {
    width: calc(100px + 505 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-main-bottom__col-02 img {
    min-width: calc(100px + 505 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-main-bottom__col-02 img {
    min-height: calc(638px + -145 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .shop-main-bottom__col-02 img {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}

/* Shop sale */
.shop-sale__body {
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
}
@media (max-width: 1270px) {
  .shop-sale__body {
    margin-bottom: calc(50px + 25 * ((100vw - 390px) / 880));
  }
}
.shop-sale__images {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 505px;
}
@media (max-width: 1270px) {
  .shop-sale__images {
    height: calc(376px + 129 * ((100vw - 390px) / 880));
  }
}
.shop-sale__image:nth-child(1) {
  width: 255px;
  height: 365px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(1) {
    width: calc(160px + 95 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(1) {
    height: calc(230px + 135 * ((100vw - 390px) / 880));
  }
}
.shop-sale__image:nth-child(1) img {
  width: 255px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(1) img {
    width: calc(160px + 95 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(1) img {
    height: calc(230px + 135 * ((100vw - 390px) / 880));
  }
}
.shop-sale__image:nth-child(2) {
  width: 200px;
  height: 290px;
  position: absolute;
  top: 191px;
  left: 113px;
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(2) {
    width: calc(140px + 60 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(2) {
    height: calc(204px + 86 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(2) {
    top: calc(127px + 64 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(2) {
    left: calc(80px + 33 * ((100vw - 390px) / 880));
  }
}
.shop-sale__image:nth-child(2) img {
  width: 200px;
  height: 290px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(2) img {
    width: calc(140px + 60 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(2) img {
    height: calc(204px + 86 * ((100vw - 390px) / 880));
  }
}
.shop-sale__image:nth-child(3) {
  width: 121px;
  height: 175px;
  position: absolute;
  top: 0;
  left: 390px;
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(3) {
    width: calc(109px + 12 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(3) {
    height: calc(158px + 17 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(3) {
    left: calc(252px + 138 * ((100vw - 390px) / 880));
  }
}
.shop-sale__image:nth-child(3) img {
  width: 121px;
  height: 175px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(3) img {
    width: calc(109px + 12 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(3) img {
    height: calc(158px + 17 * ((100vw - 390px) / 880));
  }
}
.shop-sale__image:nth-child(4) {
  width: 236px;
  height: 294px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(4) {
    width: calc(143px + 93 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(4) {
    height: calc(226px + 68 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(4) {
    top: calc(149px + -149 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(4) {
    right: calc(-90px + 90 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 767px) {
  .shop-sale__image:nth-child(4) {
    right: -90px;
  }
}
.shop-sale__image:nth-child(4) img {
  width: 236px;
  height: 294px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(4) img {
    width: calc(143px + 93 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__image:nth-child(4) img {
    height: calc(226px + 68 * ((100vw - 390px) / 880));
  }
}
.shop-sale__row-02 {
  padding-left: 420px;
  margin-top: -172px;
}
@media (max-width: 1270px) {
  .shop-sale__row-02 {
    padding-left: calc(0px + 420 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1279px) {
  .shop-sale__row-02 {
    padding-left: 0;
    margin-top: 0;
  }
}
.shop-sale__subtitle {
  font-family: "BodoniModa";
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #000000;
  margin-bottom: 15px;
}
.shop-sale__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 86px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 17;
}
@media (max-width: 1270px) {
  .shop-sale__title {
    font-size: calc(40px + 35 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__title {
    line-height: calc(48px + 38 * ((100vw - 390px) / 880));
  }
}
.shop-sale__date {
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.shop-sale__date span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1270px) {
  .shop-sale__date span {
    font-size: calc(16px + 9 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__date span {
    line-height: calc(18px + 7 * ((100vw - 390px) / 880));
  }
}
.shop-sale__content {
  margin-top: 144px;
  max-width: 465px;
}
@media (max-width: 1270px) {
  .shop-sale__content {
    margin-top: calc(40px + 104 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1279px) {
  .shop-sale__content {
    max-width: 100%;
    width: 100%;
  }
}
.shop-sale__content-title {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  margin-bottom: 25px;
}
@media (max-width: 1270px) {
  .shop-sale__content-title {
    font-size: calc(20px + 5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .shop-sale__content-title {
    line-height: calc(24px + 1 * ((100vw - 390px) / 880));
  }
}
.shop-sale__content-text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #343434;
}

.page__shop .woocommerce-notices-wrapper {
  display: none;
}

/* Style filters new */
.page-header {
  margin-bottom: 40px;
}
.page-header h1 {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #000000;
  margin-left: 10px;
}
@media (max-width: 1270px) {
  .page-header h1 {
    font-size: calc(18px + 6 * ((100vw - 390px) / 880));
  }
}

.search-result-page .post-wrapper {
  position: relative;
  padding-top: 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  column-gap: 20px;
  row-gap: 35px;
}
.search-result-page .post-wrapper .search-artiles-title {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 115%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .search-result-page .post-wrapper .search-artiles-title {
    font-size: calc(28px + 7 * ((100vw - 390px) / 880));
  }
}
.search-result-page .product-wrapper {
  position: relative;
  padding-top: 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  column-gap: 20px;
  row-gap: 55px;
  margin-top: 85px;
  padding-left: 5px;
}
.search-result-page .product-wrapper .search-products-title {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 115%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .search-result-page .product-wrapper .search-products-title {
    font-size: calc(28px + 7 * ((100vw - 390px) / 880));
  }
}
.search-result-page .product-wrapper .product-cart {
  max-height: 428px;
}
.search-result-page .product-wrapper .product-cart .product-cart__body {
  max-height: 428px;
}
.search-result-page .product-wrapper .product-cart .product-cart__body .product-cart__slider {
  max-height: 428px;
}
.search-result-page .product-wrapper .product-cart .product-cart__body .product-cart__slider .slider-product-cart__item {
  max-height: 428px;
}
.search-result-page .product-wrapper .product-cart .product-cart__body .product-cart__slider .slider-product-cart__item img {
  width: 100%;
  max-height: 428px;
  min-height: 428px;
  object-fit: cover;
}
.search-result-page .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0 auto;
}
.search-result-page .pagination .nav-links {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  color: #000000 !important;
  display: flex;
  column-gap: 12px;
}
.search-result-page .pagination .nav-links a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  color: #000000 !important;
}
.is-ajax-search-details {
  display: none !important;
}

.toast-success,
.toast-error {
  background-color: #000000 !important;
}
.toast-success .toast-message,
.toast-error .toast-message {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  color: #fff;
}

.is-show-more-results {
  max-width: 100% !important;
}

.is-ajax-search-categories {
  display: none !important;
}

.wishlist__body {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 1270px) {
  .wishlist__body {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .wishlist__body {
    margin-bottom: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
.wishlist__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 921px) {
  .wishlist__head {
    flex-direction: column;
    row-gap: 15px;
    align-items: flex-start;
  }
}
.wishlist__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 49px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .wishlist__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .wishlist__title {
    line-height: calc(32px + 17 * ((100vw - 390px) / 880));
  }
}
.wishlist__text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1270px) {
  .wishlist__text {
    font-size: calc(16px + -2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .wishlist__text {
    max-width: 100%;
  }
}
.wishlist__wrapper {
  margin-top: 40px;
}
@media (max-width: 1270px) {
  .wishlist__wrapper {
    margin-top: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 768px) {
  .wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%) !important;
  }
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr {
  max-width: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  min-width: auto !important;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.first-column {
  padding: 0 !important;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.first-column .f-center-items .product-thumbnail {
  height: 424px;
}
@media (max-width: 1270px) {
  .wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.first-column .f-center-items .product-thumbnail {
    height: calc(292px + 132 * ((100vw - 390px) / 880));
  }
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.first-column .f-center-items .product-thumbnail img {
  border-radius: 0;
  height: 424px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.first-column .f-center-items .product-thumbnail img {
    height: calc(292px + 132 * ((100vw - 390px) / 880));
  }
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.first-column .f-center-items .d-flex .product-remove {
  top: 0;
  left: auto;
  right: 0;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.first-column .f-center-items .d-flex .product-remove .wlfmc-icon-close {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.center-column {
  padding: 15px 0 0 0 !important;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.center-column .d-flex {
  flex-direction: row !important;
  justify-content: space-between !important;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.center-column .d-flex .product-name {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.center-column .d-flex .product-name strong {
  font-weight: 400;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.center-column .d-flex .product-price {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tbody tr td.last-column {
  display: none !important;
}
.wishlist__wrapper .wlfmc-wishlist-form .wlfmc-wishlist-table-wrapper table tfoot {
  display: none !important;
}

.mini-cart-menu__body .chw-widget .wc-block-mini-cart {
  visibility: visible !important;
}
.mini-cart-menu__body .chw-widget .wc-block-mini-cart .wc-block-mini-cart__button {
  background-image: url("/wp-content/uploads/2023/03/mini-cart-btn.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px;
  width: 30px;
  height: 30px;
  padding: 0;
}
.mini-cart-menu__body .chw-widget .wc-block-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__amount {
  display: none;
}
.mini-cart-menu__body .chw-widget .wc-block-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge svg {
  display: none;
}
.mini-cart-menu__body .chw-widget .wc-block-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
  border: 1px solid #000000;
  background-color: #fff;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 7px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  right: 0;
}

/* Mini cart in */
.components-modal__screen-overlay .components-modal__frame .components-modal__content {
  background-color: #F6F6F6;
  height: 100%;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part {
  height: 100%;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents {
  display: flex;
  max-height: 100%;
  height: 100%;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block {
  width: 100%;
  max-width: 100%;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-title-block {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-title-block {
    margin-left: calc(10px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-title-block {
    margin-right: calc(10px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-title-block {
    margin-top: calc(35px + 15 * ((100vw - 390px) / 880));
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 35px;
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block {
    padding-left: calc(10px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block {
    padding-right: calc(10px + 40 * ((100vw - 390px) / 880));
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block {
  margin: 0 !important;
  padding: 0;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody {
  /* tr */
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row {
  grid-template-columns: minmax(85px, 85px) minmax(auto, auto) minmax(auto, auto);
  column-gap: 40px;
  border-bottom: 1px solid #c8c8c8;
  align-items: center;
  position: relative;
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row {
    column-gap: calc(12px + 28 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 479px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row {
    grid-template-columns: minmax(50px, 50px) minmax(auto, auto) minmax(auto, auto);
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td {
  padding: 0;
  margin-bottom: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__image {
  width: 85px;
  height: 100px;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__image img {
  width: 85px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 479px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__image {
    width: 50px;
  }
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__image img {
    width: 50px;
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap {
  display: grid;
  grid-template-columns: minmax(140px, 155px) minmax(auto, 100px);
  column-gap: 30px;
  align-content: space-between;
  height: 100%;
  row-gap: 15px;
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap {
    column-gap: calc(18px + 12 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 479px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap {
    grid-template-columns: minmax(auto, auto);
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  grid-column-start: 1;
  grid-row-start: 1;
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
    font-size: calc(16px + 4 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
    line-height: calc(19px + 5 * ((100vw - 390px) / 880));
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  display: none !important;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
  grid-column-start: 1;
  grid-row-start: 2;
  margin-bottom: 0 !important;
  display: flex;
  height: 100%;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-details {
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-details li {
  padding-right: 11px;
  padding-left: 11px;
  border-right: 1px solid #898989;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-details li .wc-block-components-product-details__name {
  display: none !important;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-details li .wc-block-components-product-details__value {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-details li:first-child {
  padding-left: 0;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-details li:last-child {
  border-right: none;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  grid-column-start: 2;
  grid-row-start: span 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 479px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    grid-column-start: auto;
    grid-row-start: auto;
    position: absolute;
    top: 17px;
    right: 30px;
    height: fit-content;
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0 !important;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector::after {
  display: none;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector button {
  font-size: 0;
  opacity: 1 !important;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--plus {
  background-image: url("/wp-content/uploads/2023/03/cart-plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 8px;
}
@media (max-width: 479px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--plus {
    width: 25px;
    height: 31px;
    background-size: 7px;
    border: 1px solid #343434;
    border-radius: 100px;
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--minus {
  background-image: url("/wp-content/uploads/2023/03/cart-minus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 2px;
}
@media (max-width: 479px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--minus {
    width: 25px;
    height: 31px;
    background-size: 7px;
    border: 1px solid #343434;
    border-radius: 100px;
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 0;
  padding: 6px;
  transition: all 0.3s ease 0s;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 13px;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease 0s;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 13px;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease 0s;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover::before, .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover::after {
  background-color: #343434;
}
@media (max-width: 479px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    top: 150%;
    transform: translate(0, 0);
    right: -30px;
  }
}
@media (max-width: 479px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__total {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  transform: translate(-20px, 0);
}
@media (max-width: 479px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    transform: translate(-30px, 0);
  }
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wp-block-woocommerce-mini-cart-products-table-block .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper .price {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-items-block .wc-block-mini-cart__footer {
  border-top: none !important;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-footer-block .wc-block-components-totals-item span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 115%;
  color: #000000;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-footer-block .wc-block-components-totals-item .wc-block-components-totals-item__description {
  display: none !important;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-footer-block .wc-block-mini-cart__footer-actions a:first-child {
  display: none !important;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-footer-block .wc-block-mini-cart__footer-actions a:last-child {
  width: 100%;
  max-width: 100%;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block .wp-block-woocommerce-mini-cart-footer-block .wc-block-mini-cart__footer-actions a:last-child span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .components-modal__header .components-button {
  background-image: url("/wp-content/uploads/2023/03/close-popup.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 12px;
  display: flex;
  width: 13px;
  height: 13px;
  top: 10px;
  right: 50px;
}
.components-modal__screen-overlay .components-modal__frame .components-modal__content .components-modal__header .components-button svg {
  display: none !important;
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .components-modal__header .components-button {
    top: calc(-22px + 32 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .components-modal__frame .components-modal__content .components-modal__header .components-button {
    right: calc(8px + 42 * ((100vw - 390px) / 880));
  }
}
.components-modal__screen-overlay .wc-block-mini-cart__drawer {
  background-color: transparent;
  padding-top: 70px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .wc-block-mini-cart__drawer {
    padding-top: calc(58px + 12 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .components-modal__screen-overlay .wc-block-mini-cart__drawer {
    padding-left: calc(5px + 5 * ((100vw - 390px) / 880));
  }
}

.wc-block-components-drawer__screen-overlay {
  background-color: transparent !important;
}

.wc-block-components-drawer:after {
  border: none !important;
  border-width: 0 !important;
}

.wc-block-components-drawer {
  transform: translateX(-623px);
  width: 623px;
}
@media (max-width: 767px) {
  .wc-block-components-drawer {
    transform: translateX(-100vw);
    width: 100vw;
  }
}

.page__shop .woocommerce-breadcrumb {
  display: none;
}
.page__shop .product {
  display: grid;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
}
@media (max-width: 1024px) {
  .page__shop .product {
    display: flex;
    flex-direction: column;
  }
}
.page__shop .product .nickx_product_images_with_video {
  grid-column-start: 1;
  grid-row-start: 1;
  width: 800px !important;
  height: 900px;
  /* Кнопка поаапа - стрелочки */
}
@media (max-width: 1279px) {
  .page__shop .product .nickx_product_images_with_video {
    width: 600px !important;
    height: 700px !important;
  }
}
@media (max-width: 1024px) {
  .page__shop .product .nickx_product_images_with_video {
    order: 1;
  }
}
@media (max-width: 766px) {
  .page__shop .product .nickx_product_images_with_video {
    height: 565px !important;
    width: 100% !important;
    max-width: 100%;
  }
}
.page__shop .product .nickx_product_images_with_video .slider {
  /* testing */
  width: 600px !important;
  height: 900px !important;
}
@media (max-width: 1279px) {
  .page__shop .product .nickx_product_images_with_video .slider {
    width: 500px !important;
    height: 800px !important;
  }
}
@media (max-width: 766px) {
  .page__shop .product .nickx_product_images_with_video .slider {
    height: 565px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.page__shop .product .nickx_product_images_with_video .slider .nslick-list .nslick-track {
  /* video */
  /* image */
}
.page__shop .product .nickx_product_images_with_video .slider .nslick-list .nslick-track .woocommerce-product-gallery__image.nslick-current, .page__shop .product .nickx_product_images_with_video .slider .nslick-list .nslick-track .woocommerce-product-gallery__image.nslick-active {
  /* width: calc(330px + 270 * ((100vw - 390px) / 880)) !important; */
}
.page__shop .product .nickx_product_images_with_video .slider .nslick-list .nslick-track .woocommerce-product-gallery__image.nslick-current img, .page__shop .product .nickx_product_images_with_video .slider .nslick-list .nslick-track .woocommerce-product-gallery__image.nslick-active img {
  width: calc(330px + 270 * (100vw - 390px) / 880) !important;
  height: calc(655px + 245 * (100vw - 390px) / 880) !important;
  object-fit: cover;
}
@media (max-width: 766px) {
  .page__shop .product .nickx_product_images_with_video .slider .nslick-list .nslick-track .woocommerce-product-gallery__image.nslick-current img, .page__shop .product .nickx_product_images_with_video .slider .nslick-list .nslick-track .woocommerce-product-gallery__image.nslick-active img {
    width: 100% !important;
    max-width: 100% !important;
    height: 565px !important;
  }
}
.page__shop .product .nickx_product_images_with_video .slider .btn-prev {
  opacity: 1;
}
.page__shop .product .nickx_product_images_with_video .slider .btn-next {
  opacity: 1;
}
.page__shop .product .nickx_product_images_with_video .nslick-vertical {
  width: 60px !important;
}
.page__shop .product .nickx_product_images_with_video .nslick-vertical .nslick-list li {
  width: 60px;
  height: 90px;
  margin-bottom: 10px !important;
}
.page__shop .product .nickx_product_images_with_video .nslick-vertical .nslick-list li img {
  width: 60px;
  height: 90px;
  object-fit: cover;
}
.page__shop .product .summary {
  grid-column-start: 2;
  grid-row-start: 1;
  margin-top: 153px;
  width: 100% !important;
  max-width: 470px;
  min-width: 470px;
  padding: 0 !important;
  margin-left: 117px;
  /*  */
  display: grid;
  height: fit-content;
  position: relative;
}
@media (max-width: 1325px) {
  .page__shop .product .summary {
    margin-left: 30px;
    max-width: 360px;
  }
}
@media (max-width: 1024px) {
  .page__shop .product .summary {
    order: 2;
    /* grid-column-start: 1;
    grid-row-start: 2; */
    min-width: 100%;
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 50px !important;
    margin-left: 20px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .page__shop .product .summary {
    padding-right: 0 !important;
  }
}
@media (max-width: 921px) {
  .page__shop .product .summary {
    max-width: 700px !important;
  }
}
@media (max-width: 766px) {
  .page__shop .product .summary {
    max-width: 100% !important;
    margin-top: 200px !important;
  }
}
@media (max-width: 575px) {
  .page__shop .product .summary {
    margin-top: 80px !important;
  }
}
.page__shop .product .summary .product_title {
  grid-column-start: 1;
  grid-row-start: 2;
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .page__shop .product .summary .product_title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .page__shop .product .summary .product_title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .summary .price {
  grid-column-start: 2;
  grid-row-start: 2;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .page__shop .product .summary .price {
    font-size: calc(20px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .page__shop .product .summary .price {
    line-height: calc(20px + 2 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .summary .product_meta {
  grid-column-start: span 2;
  grid-row-start: 1;
  margin-bottom: 65px;
}
@media (max-width: 1270px) {
  .page__shop .product .summary .product_meta {
    margin-bottom: calc(20px + 45 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .summary .product_meta .sku_wrapper {
  display: none !important;
}
.page__shop .product .summary .product_meta .posted_in {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
.page__shop .product .summary .product_meta .posted_in a {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
  position: relative;
}
.page__shop .product .summary .product_meta .posted_in a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease 0s;
}
.page__shop .product .summary .product_meta .posted_in a:hover::before {
  width: 100%;
}
.page__shop .product .summary .product_meta .wcml-dropdown-click {
  display: none !important;
}
.page__shop .product .summary .wlfmc-add-to-wishlist {
  top: 0;
  right: 0;
  position: absolute;
  margin: 0 !important;
  width: 18px !important;
  height: 17px !important;
}
.page__shop .product .summary .wlfmc-add-to-wishlist .wlfmc_add_to_wishlist {
  width: 18px !important;
  height: 17px !important;
  padding: 0;
  background-color: transparent;
}
.page__shop .product .summary .wlfmc-add-to-wishlist .wlfmc_add_to_wishlist i::before {
  color: #000000;
}
.page__shop .product .summary .wlfmc-add-to-wishlist .wlfmc_add_to_wishlist:hover {
  background-color: transparent !important;
  /* i { 
      &::before { 
          content: "\e90d" !important;
      }
  } */
}
.page__shop .product .summary .wlfmc-add-to-wishlist .wlfmc_delete_item {
  width: 18px !important;
  height: 17px !important;
  padding: 0;
  background-color: transparent;
}
.page__shop .product .summary .wlfmc-add-to-wishlist .wlfmc_delete_item i::before {
  color: #000000;
}
.page__shop .product .summary .wlfmc-add-to-wishlist .wlfmc_delete_item:hover i::before {
  /* color: #000000 !important; */
}
.page__shop .product .summary .variations_form {
  margin-top: 40px;
  margin-bottom: 60px;
  grid-column-start: span 2;
}
@media (max-width: 1270px) {
  .page__shop .product .summary .variations_form {
    margin-top: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .page__shop .product .summary .variations_form {
    margin-bottom: calc(40px + 20 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .summary .variations_form table tr {
  display: flex;
  align-items: center;
  column-gap: 45px;
}
.page__shop .product .summary .variations_form table tr th label {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  color: #343434;
}
.page__shop .product .summary .variations_form table tr th .woo-selected-variation-item-name {
  display: none !important;
}
.page__shop .product .summary .variations_form table tr td {
  /* size */
  /* color */
}
.page__shop .product .summary .variations_form table tr td .reset_variations {
  display: none !important;
}
.page__shop .product .summary .variations_form table tr td .button-variable-items-wrapper {
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.page__shop .product .summary .variations_form table tr td .button-variable-items-wrapper .button-variable-item {
  margin: 0;
  padding: 5px;
  box-shadow: none;
  height: 100%;
  width: fit-content;
}
.page__shop .product .summary .variations_form table tr td .button-variable-items-wrapper .button-variable-item span {
  border-radius: 0 !important;
}
.page__shop .product .summary .variations_form table tr td .button-variable-items-wrapper .button-variable-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease 0s;
}
.page__shop .product .summary .variations_form table tr td .button-variable-items-wrapper .button-variable-item:hover::before {
  width: 100%;
}
.page__shop .product .summary .variations_form table tr td .button-variable-items-wrapper .button-variable-item.selected::before {
  width: 100%;
  background-color: #000000;
}
.page__shop .product .summary .variations_form table tr td .color-variable-items-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}
.page__shop .product .summary .variations_form table tr td .color-variable-items-wrapper .color-variable-item {
  margin: 0;
  padding: 0px;
}
.page__shop .product .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: none;
}
.page__shop .product .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  background-color: #000000;
  background-image: none !important;
  max-width: 100%;
  width: 100%;
  padding: 18px 20px;
  margin-top: 40px;
}
.page__shop .product .summary .variations_form div {
  position: relative;
}
.page__shop .product .summary .variations_form div .options-product__row-01-col-03 {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.page__shop .product .summary .first-payment-date {
  display: none !important;
}
.page__shop .product .summary .woocommerce-tabs {
  grid-column-start: span 2;
}
.page__shop .product .summary .woocommerce-tabs .tabs {
  padding: 0;
  display: flex;
  column-gap: 35px;
  padding-left: 5px;
}
.page__shop .product .summary .woocommerce-tabs .tabs::before {
  display: none !important;
}
.page__shop .product .summary .woocommerce-tabs .tabs li {
  padding: 0;
  background-color: transparent;
  border: none;
}
.page__shop .product .summary .woocommerce-tabs .tabs li::before, .page__shop .product .summary .woocommerce-tabs .tabs li::after {
  display: none !important;
}
.page__shop .product .summary .woocommerce-tabs .tabs li a {
  font-family: "BodoniModa";
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
  padding: 0;
  position: relative;
}
.page__shop .product .summary .woocommerce-tabs .tabs li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease 0s;
}
.page__shop .product .summary .woocommerce-tabs .tabs li:hover a::before {
  width: 100%;
}
.page__shop .product .summary .woocommerce-tabs .tabs li.active a {
  color: #000000;
}
.page__shop .product .summary .woocommerce-tabs .tabs li.active a::before {
  width: 100%;
  background-color: #343434;
}
.page__shop .product .summary .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  color: #343434;
}
.page__shop .product .related {
  margin-top: 150px;
  grid-column-start: span 2;
  grid-row-start: 3;
  background-color: #F4F2F0;
  padding-top: 115px;
  padding-bottom: 164px;
  margin-bottom: -100px;
}
@media (max-width: 1270px) {
  .page__shop .product .related {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .page__shop .product .related {
    padding-top: calc(50px + 65 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .page__shop .product .related {
    padding-bottom: calc(132px + 32 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1024px) {
  .page__shop .product .related {
    order: 3;
    /* grid-column-start: 1;
    grid-row-start: 3; */
  }
}
@media (max-width: 766px) {
  .page__shop .product .related {
    margin-top: 0;
  }
}
.page__shop .product .related__head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .page__shop .product .related__head {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
.page__shop .product .related__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .page__shop .product .related__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .page__shop .product .related__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .related__text {
  max-width: 340px;
  width: 100%;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
}
@media (max-width: 767px) {
  .page__shop .product .related__text {
    max-width: 100%;
  }
}
.page__shop .product .related .slick-slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page__shop .product .related .slick-slider-arrows {
    margin-left: auto;
  }
}
.page__shop .product .related .slick-slider-arrows .slick-slider-arrow-prev {
  padding: 12px 5px;
  cursor: pointer;
}
.page__shop .product .related .slick-slider-arrows .slick-slider-arrow-prev svg path {
  transition: all 0.3s ease 0s;
}
.page__shop .product .related .slick-slider-arrows .slick-slider-arrow-prev:hover svg path {
  fill: #343434;
}
.page__shop .product .related .slick-slider-arrows .slick-slider-arrow-next {
  padding: 12px 5px;
  cursor: pointer;
}
.page__shop .product .related .slick-slider-arrows .slick-slider-arrow-next svg path {
  transition: all 0.3s ease 0s;
}
.page__shop .product .related .slick-slider-arrows .slick-slider-arrow-next:hover svg path {
  fill: #343434;
}
@media (max-width: 921px) {
  .page__shop .product .related .slick-slider {
    padding: 0 7px;
  }
}
.page__shop .product .related .slick-slider .slick-slider__item {
  margin-right: 20px;
  max-width: 390px;
  width: 100%;
}
@media (max-width: 921px) {
  .page__shop .product .related .slick-slider .slick-slider__item {
    margin-right: 0;
  }
}
.page__shop .product .related .slick-slider .slick-slider__item .slider-test-wrapper {
  max-width: 390px;
  width: 100%;
}
.page__shop .product .related .slick-slider .slick-slider__item .product {
  display: block;
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body {
  height: 590px;
}
@media (max-width: 1270px) {
  .page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body {
    height: calc(368px + 222 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__link-product {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__btn-more {
  z-index: 20;
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__btn-more._active {
  display: none;
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__options {
  z-index: 30;
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__options._active {
  display: flex;
  height: fit-content;
  margin-top: auto;
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__slider {
  height: 590px;
}
@media (max-width: 1270px) {
  .page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__slider {
    height: calc(368px + 222 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__slider .slider-product-cart__item {
  height: 590px;
}
@media (max-width: 1270px) {
  .page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__slider .slider-product-cart__item {
    height: calc(368px + 222 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__slider .slider-product-cart__item img {
  height: 590px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__body .product-cart__slider .slider-product-cart__item img {
    height: calc(368px + 222 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .related .slick-slider .slick-slider__item .product .product-cart__info {
  margin-top: 11px;
}
.page__shop .product .test-video {
  margin-top: 10px;
  width: 600px;
  height: 900px;
  grid-column-start: 1;
  grid-row-start: 2;
  position: relative;
}
@media (max-width: 1270px) {
  .page__shop .product .test-video {
    width: calc(330px + 270 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .page__shop .product .test-video {
    height: calc(655px + 245 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1024px) {
  .page__shop .product .test-video {
    display: none;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.page__shop .product .test-video video {
  width: 600px;
  height: 900px;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .page__shop .product .test-video video {
    width: calc(330px + 270 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .page__shop .product .test-video video {
    height: calc(655px + 245 * ((100vw - 390px) / 880));
  }
}
.page__shop .product .test-video #play-button {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(106.25px);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://valerdi.rts-developers.com/wp-content/uploads/2023/04/btn-play-video.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
}

.images.nickx_product_images_with_video .slider.nickx-slider-for .zoom.nslick-slide img {
  height: 900px;
  object-fit: cover;
}

#nickx-gallery.nslick-initialized {
  margin-top: 203px;
}
@media (max-width: 767px) {
  #nickx-gallery.nslick-initialized {
    margin-top: 20px;
  }
}

.vertical-img-right.nickx-slider-for {
  margin-right: 30px;
}

.fa-expand:before {
  color: #fff;
}

/* NEW GALLERY */
.custom-gallery {
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (min-width: 922px) {
  .custom-gallery {
    display: flex;
    align-items: center;
    width: 690px;
    height: 900px;
    column-gap: 30px;
  }
}
@media (min-width: 922px) {
  .custom-gallery__slider {
    width: 600px;
    height: 900px;
  }
}
@media (min-width: 922px) {
  .custom-gallery__slider .product-slider {
    height: 900px;
  }
}
@media (min-width: 922px) {
  .custom-gallery__slider .product-slider .slick-list {
    height: 900px;
  }
}
@media (min-width: 922px) {
  .custom-gallery__slider .product-slider .slick-list .slick-track {
    height: 900px;
  }
}
@media (max-width: 921px) {
  .custom-gallery__slider .product-slider .slick-list .slick-track .product-slide {
    height: 100vh;
    width: 100%;
  }
}
@media (min-width: 922px) {
  .custom-gallery__slider .product-slider .slick-list .slick-track .product-slide {
    height: 900px;
  }
}
@media (max-width: 921px) {
  .custom-gallery__slider .product-slider .slick-list .slick-track .product-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}
@media (min-width: 922px) {
  .custom-gallery__slider .product-slider .slick-list .slick-track .product-slide img {
    height: 900px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 921px) {
  .custom-gallery__nav {
    margin-top: 20px;
  }
}
@media (min-width: 922px) {
  .custom-gallery__nav {
    width: 60px;
  }
}
@media (max-width: 921px) {
  .custom-gallery__nav .product-slider-nav {
    margin: 0 30px;
  }
}
.custom-gallery__nav .product-slider-nav .slick-prev {
  font-size: 0;
  padding: 5px;
  display: flex;
  margin: 0 auto 10px auto;
  background-image: url("/wp-content/themes/tina-valerdi/assets/img/slider-arrow-top.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top center;
}
@media (max-width: 921px) {
  .custom-gallery__nav .product-slider-nav .slick-prev {
    margin: 0;
    position: absolute;
    left: -20px;
    top: 45px;
    transform: rotate(-90deg);
  }
}
.custom-gallery__nav .product-slider-nav .slick-next {
  font-size: 0;
  padding: 5px;
  display: flex;
  margin: 10px auto 0 auto;
  background-image: url("/wp-content/themes/tina-valerdi/assets/img/slider-arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top center;
}
@media (max-width: 921px) {
  .custom-gallery__nav .product-slider-nav .slick-next {
    margin: 0;
    position: absolute;
    right: -20px;
    top: 45px;
    transform: rotate(-90deg);
  }
}
@media (min-width: 922px) {
  .custom-gallery__nav .product-slider-nav .slick-list {
    padding: 0 !important;
    height: 490px !important;
  }
}
@media (min-width: 922px) {
  .custom-gallery__nav .product-slider-nav .slick-list .product-nav-slide {
    margin-bottom: 10px;
    width: 60px !important;
  }
}
@media (max-width: 921px) {
  .custom-gallery__nav .product-slider-nav .slick-list .product-nav-slide:not(:last-child) {
    margin-right: 10px !important;
  }
  .custom-gallery__nav .product-slider-nav .slick-list .product-nav-slide img {
    height: 90px !important;
    object-fit: cover;
  }
}
@media (min-width: 922px) {
  .custom-gallery__nav .product-slider-nav .slick-list .product-nav-slide img {
    height: 90px;
    object-fit: cover;
  }
}

@media (max-width: 921px) {
  .wrapper-column5 {
    height: fit-content !important;
  }
}

.woocommerce-billing-fields__field-wrapper .form-row {
  margin-bottom: 20px !important;
}
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(4) {
  margin-top: 120px !important;
  position: relative;
}
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(4)::before {
  content: "Shipping address";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: -60px;
  left: 0;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(4) .woocommerce-input-wrapper .select2 {
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  background-color: #fff;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #000000;
  padding: 11px 16px;
}
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(4) .woocommerce-input-wrapper .select2 .selection .select2-selection {
  border: none;
  border: none;
}
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(4) .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 0;
}
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(4) .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.page {
  flex: 1 1 auto;
}
/* Section our products */
.home-products__body {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  margin-top: 270px;
  max-height: 1342px;
}
@media (max-width: 1270px) {
  .home-products__body {
    column-gap: calc(0px + 60 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-products__body {
    margin-top: calc(175px + 95 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .home-products__body {
    flex-direction: column-reverse;
    column-gap: 0;
    row-gap: 70px;
  }
}
.home-products__col-01 {
  max-width: 237px;
  width: 100%;
  position: relative;
  top: -120px;
}
@media (max-width: 921px) {
  .home-products__col-01 {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
  }
}
@media (max-width: 575px) {
  .home-products__col-01 {
    align-items: flex-start;
  }
}
.home-products__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .home-products__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-products__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.home-products__text {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  color: #000000;
  margin-top: 35px;
}
@media (max-width: 1270px) {
  .home-products__text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-products__text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-products__text {
    margin-top: calc(20px + 15 * ((100vw - 390px) / 880));
  }
}
.home-products__go-store {
  margin-top: 25px;
  transition: all 0.3s ease 0s;
  padding: 18px 20px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  max-width: 237px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1270px) {
  .home-products__go-store {
    margin-top: calc(20px + 5 * ((100vw - 390px) / 880));
  }
}
.home-products__go-store span {
  transition: all 0.3s ease 0s;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  text-align: center;
}
.home-products__go-store:hover {
  background-color: #000000;
  border-color: #000000;
}
.home-products__go-store:hover span {
  color: #fff;
}
@media (max-width: 575px) {
  .home-products__go-store {
    max-width: 100%;
    width: 100%;
  }
}
.home-products__wrapper {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 60px;
}
@media (max-width: 1270px) {
  .home-products__wrapper {
    column-gap: calc(10px + 14 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-products__wrapper {
    row-gap: calc(50px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .home-products__wrapper {
    grid-template-columns: minmax(165px, 445.5px) minmax(165px, 445.5px);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 50px;
  }
}
.home-products__wrapper .product-cart:nth-child(1) {
  grid-column: span 3;
  margin-top: -120px;
}
@media (max-width: 1270px) {
  .home-products__wrapper .product-cart:nth-child(1) {
    margin-top: calc(-100px + -20 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .home-products__wrapper .product-cart:nth-child(1) {
    grid-column: auto;
  }
}
.home-products__wrapper .product-cart:nth-child(1) .slick-slide img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .home-products__wrapper .product-cart:nth-child(1) .slick-slide img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.home-products__wrapper .product-cart:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 921px) {
  .home-products__wrapper .product-cart:nth-child(2) {
    grid-column: auto;
  }
}
.home-products__wrapper .product-cart:nth-child(2) .slick-slide img {
  height: 618px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .home-products__wrapper .product-cart:nth-child(2) .slick-slide img {
    height: calc(292px + 326 * ((100vw - 390px) / 880));
  }
}
.home-products__wrapper .product-cart:nth-child(3) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .home-products__wrapper .product-cart:nth-child(3) {
    grid-column: auto;
  }
}
.home-products__wrapper .product-cart:nth-child(3) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .home-products__wrapper .product-cart:nth-child(3) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.home-products__wrapper .product-cart:nth-child(4) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .home-products__wrapper .product-cart:nth-child(4) {
    grid-column: auto;
  }
}
.home-products__wrapper .product-cart:nth-child(4) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .home-products__wrapper .product-cart:nth-child(4) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.home-products__wrapper .product-cart:nth-child(5) {
  grid-column: span 2;
}
@media (max-width: 921px) {
  .home-products__wrapper .product-cart:nth-child(5) {
    grid-column: auto;
  }
}
.home-products__wrapper .product-cart:nth-child(5) .slick-slide img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1270px) {
  .home-products__wrapper .product-cart:nth-child(5) .slick-slide img {
    height: calc(292px + 200 * ((100vw - 390px) / 880));
  }
}
.home-products__wrapper .product-cart:nth-child(5) .product-cart__options {
  /* display: flex; */
}
@media (max-width: 767px) {
  .home-products__wrapper .product-cart:nth-child(5) .product-cart__options {
    display: none;
  }
}
.home-products__wrapper .product-cart:nth-child(5) .product-cart__btn-more {
  /* display: none; */
}
@media (max-width: 767px) {
  .home-products__wrapper .product-cart:nth-child(5) .product-cart__btn-more {
    display: flex;
  }
}
.home-products__wrapper .product-cart .product-cart__body .product-cart__options .options-product__row-02 {
  grid-template-columns: minmax(80px, 60px) minmax(auto, auto) minmax(63px, 63px);
}
.home-products__wrapper .product-cart .product-cart__body .product-cart__link-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home-products__wrapper .product-cart .product-cart__body .wlfmc-add-to-wishlist {
  z-index: 20;
}
.home-products__wrapper .product-cart .product-cart__body .product-cart__btn-more {
  z-index: 20;
}
.home-products__wrapper .product-cart .product-cart__body .product-cart__btn-more._active {
  display: none;
}
.home-products__wrapper .product-cart .product-cart__body .product-cart__options {
  z-index: 30;
}
.home-products__wrapper .product-cart .product-cart__body .product-cart__options._active {
  display: flex;
  height: fit-content;
  margin-top: auto;
}

/* Section home about */
.home-about__body {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
@media (max-width: 921px) {
  .home-about__body {
    margin-top: 100px;
    flex-direction: column;
    column-gap: 0;
    row-gap: 50px;
  }
}
.home-about__col-01 {
  max-width: 766px;
  width: 100%;
}
@media (max-width: 921px) {
  .home-about__col-01 {
    max-width: 100%;
  }
}
.home-about__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 86px;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 17;
}
@media (max-width: 1270px) {
  .home-about__title {
    font-size: calc(40px + 35 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-about__title {
    line-height: calc(46px + 40 * ((100vw - 390px) / 880));
  }
}
.home-about__col-02 {
  max-width: 297px;
  width: 100%;
}
@media (max-width: 921px) {
  .home-about__col-02 {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .home-about__col-02 {
    align-items: flex-start;
  }
}
.home-about__about-title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .home-about__about-title {
    font-size: calc(20px + 5 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-about__about-title {
    line-height: calc(24px + 1 * ((100vw - 390px) / 880));
  }
}
.home-about__about-text {
  margin-top: 35px;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  color: #000000;
}
@media (max-width: 1270px) {
  .home-about__about-text {
    margin-top: calc(20px + 15 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-about__about-text {
    font-size: calc(14px + 1 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-about__about-text {
    line-height: calc(18px + 2 * ((100vw - 390px) / 880));
  }
}
.home-about__about-link-more {
  margin-top: 25px;
  transition: all 0.3s ease 0s;
  padding: 18px 20px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  max-width: 297px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1270px) {
  .home-about__about-link-more {
    margin-top: calc(20px + 5 * ((100vw - 390px) / 880));
  }
}
.home-about__about-link-more span {
  transition: all 0.3s ease 0s;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  text-align: center;
}
.home-about__about-link-more:hover {
  background-color: #000000;
  border-color: #000000;
}
.home-about__about-link-more:hover span {
  color: #fff;
}
@media (max-width: 575px) {
  .home-about__about-link-more {
    max-width: 100%;
    width: 100%;
  }
}

/* Section home main */
.home-main__body {
  position: relative;
  height: 100vh;
  /* max-height: 850px;
  min-height: 850px; */
}
.home-main__slider-main-nav-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 300px;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home-main__slider-main-nav {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  max-width: 674px;
  width: 100%;
}
@media (max-width: 1270px) {
  .home-main__slider-main-nav {
    padding-bottom: calc(30px + 10 * ((100vw - 390px) / 880));
  }
}
.home-main__slider-main-nav-body {
  position: relative;
}

.slider-main__item img {
  /* max-height: 850px;
  min-height: 850px; */
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.slider-main__item video {
  /* max-height: 850px;
  min-height: 850px; */
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.slider-main-nav__item {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slider-main-nav__wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 550px;
}
@media (max-width: 1270px) {
  .slider-main-nav__wrapper {
    max-width: calc(250px + 300 * ((100vw - 390px) / 880));
  }
}
.slider-main-nav__category-title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .slider-main-nav__category-title {
    line-height: calc(32px + -7 * ((100vw - 390px) / 880));
  }
}
.slider-main-nav__category-link {
  font-family: "BodoniModa";
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #898989;
  display: inline-flex;
  margin-top: 20px;
  padding-top: 40px;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1270px) {
  .slider-main-nav__category-link {
    font-size: calc(16px + -2 * ((100vw - 390px) / 880));
  }
}
.slider-main-nav__category-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
  height: 1px;
  background-color: #343434;
}
.slider-main-nav__category-link:hover {
  color: #000000;
}
.slider-main-nav__buttons {
  position: absolute;
  width: 100%;
  top: 3px;
  display: flex;
  justify-content: space-between;
  padding-left: 58px;
  padding-right: 58px;
}
@media (max-width: 1270px) {
  .slider-main-nav__buttons {
    top: calc(25px + -22 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .slider-main-nav__buttons {
    padding-left: calc(23px + 35 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .slider-main-nav__buttons {
    padding-right: calc(23px + 35 * ((100vw - 390px) / 880));
  }
}
.slider-main-nav__button-prev::before {
  transition: all 0.3s ease 0s;
}
.slider-main-nav__button-prev:hover::before {
  color: #343434;
}
.slider-main-nav__button-next::before {
  transition: all 0.3s ease 0s;
}
.slider-main-nav__button-next:hover::before {
  color: #343434;
}

/* Section home category */
.home-category__body {
  margin-top: 100px;
}
.home-category__title {
  display: inline-flex;
  justify-content: flex-end;
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .home-category__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-category__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.home-category__items {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
}
@media (max-width: 1270px) {
  .home-category__items {
    margin-top: calc(30px + 40 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-category__items {
    gap: calc(5px + 7 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 575px) {
  .home-category__items {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }
}
.home-category__item {
  position: relative;
}
.home-category__item:hover img {
  transform: scale(1.1);
}
.home-category__item:nth-child(1) {
  max-height: 625px;
  min-height: 340px;
}
.home-category__item:nth-child(1) img {
  max-height: 625px;
  min-height: 340px;
  object-fit: cover;
  height: 100%;
}
.home-category__item:nth-child(2) {
  max-height: 625px;
  min-height: 340px;
}
.home-category__item:nth-child(2) img {
  max-height: 625px;
  min-height: 340px;
  object-fit: cover;
  height: 100%;
}
.home-category__item:nth-child(3) {
  max-height: 625px;
  min-height: 340px;
}
.home-category__item:nth-child(3) img {
  max-height: 625px;
  min-height: 340px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 575px) {
  .home-category__item:nth-child(3) {
    grid-column: span 2;
    max-height: 450px;
  }
  .home-category__item:nth-child(3) img {
    max-height: 450px;
  }
}
.home-category__link-image {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.home-category__link-image img {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}
.home-category__link-title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 34px;
  z-index: 5;
  width: 100%;
}
@media (max-width: 1270px) {
  .home-category__link-title {
    bottom: calc(20px + 14 * ((100vw - 390px) / 880));
  }
}
.home-category__link-title span {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-variation-settings: "opsz" 7;
  position: relative;
}
@media (max-width: 1270px) {
  .home-category__link-title span {
    font-size: calc(20px + 15 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-category__link-title span {
    line-height: calc(24px + 16 * ((100vw - 390px) / 880));
  }
}
.home-category__link-title span::before {
  content: "";
  position: absolute;
  width: 0%;
  bottom: -2px;
  left: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
.home-category__link-title:hover span::before {
  width: 100%;
}

/* Section home blog */
.home-blog__body {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1270px) {
  .home-blog__body {
    margin-top: calc(100px + 50 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .home-blog__body {
    row-gap: 30px;
  }
}
.home-blog__row-01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  .home-blog__row-01 {
    flex-direction: column;
    row-gap: 20px;
  }
}
.home-blog__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  display: flex;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .home-blog__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-blog__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.home-blog__link-articles {
  padding: 18px 20px;
  max-width: 300px;
  width: 100%;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-blog__link-articles span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.home-blog__link-articles:hover {
  background-color: #000000;
  border-color: #000000;
}
.home-blog__link-articles:hover span {
  color: #fff;
}
@media (max-width: 575px) {
  .home-blog__link-articles {
    width: 100%;
    max-width: 100%;
  }
}
.articles-home__body {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  column-gap: 64px;
  position: relative;
}
@media (max-width: 1270px) {
  .articles-home__body {
    margin-top: calc(10px + 70 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .articles-home__body {
    column-gap: calc(-30px + 94 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 921px) {
  .articles-home__body {
    flex-direction: column;
    width: 100%;
    column-gap: 0;
    row-gap: 30px;
  }
}
.articles-home__col-01 .items-blog-left__article .items-blog-left__image {
  max-height: 495px;
  min-height: 495px;
}
.articles-home__col-01 .items-blog-left__article .items-blog-left__image img {
  max-height: 495px;
  min-height: 495px;
}
@media (max-width: 921px) {
  .articles-home__col-01 .items-blog-left__article .items-blog-left__image {
    max-height: 370px;
    min-height: 370px;
  }
  .articles-home__col-01 .items-blog-left__article .items-blog-left__image img {
    max-height: 370px;
    min-height: 370px;
  }
}
.articles-home__col-02 .items-blog-right__article:nth-child(1) .items-blog-right__image {
  max-height: 312px;
  min-height: 312px;
}
.articles-home__col-02 .items-blog-right__article:nth-child(1) .items-blog-right__image img {
  max-height: 312px;
  min-height: 312px;
}
@media (max-width: 921px) {
  .articles-home__col-02 .items-blog-right__article:nth-child(1) .items-blog-right__image {
    max-height: 227px;
    min-height: 227px;
  }
  .articles-home__col-02 .items-blog-right__article:nth-child(1) .items-blog-right__image img {
    max-height: 227px;
    min-height: 227px;
  }
}
.articles-home__col-02 .items-blog-right__article:nth-child(2) .items-blog-right__image {
  max-height: 412px;
  min-height: 412px;
}
.articles-home__col-02 .items-blog-right__article:nth-child(2) .items-blog-right__image img {
  max-height: 412px;
  min-height: 412px;
}
@media (max-width: 921px) {
  .articles-home__col-02 .items-blog-right__article:nth-child(2) .items-blog-right__image {
    max-height: 227px;
    min-height: 227px;
  }
  .articles-home__col-02 .items-blog-right__article:nth-child(2) .items-blog-right__image img {
    max-height: 227px;
    min-height: 227px;
  }
}
.articles-home__col-02 .items-blog-right__article:nth-child(3) .items-blog-right__image {
  max-height: 321px;
  min-height: 321px;
}
.articles-home__col-02 .items-blog-right__article:nth-child(3) .items-blog-right__image img {
  max-height: 321px;
  min-height: 321px;
}
@media (max-width: 921px) {
  .articles-home__col-02 .items-blog-right__article:nth-child(3) .items-blog-right__image {
    max-height: 370px;
    min-height: 370px;
  }
  .articles-home__col-02 .items-blog-right__article:nth-child(3) .items-blog-right__image img {
    max-height: 370px;
    min-height: 370px;
  }
}

/* Section home delivery */
.home-delivery__body {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 1270px) {
  .home-delivery__body {
    margin-top: calc(100px + -30 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 575px) {
  .home-delivery__body {
    padding-bottom: 92px;
  }
}
.home-delivery__row-01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  .home-delivery__row-01 {
    flex-direction: column;
    row-gap: 20px;
  }
}
.home-delivery__title {
  font-family: "BodoniModa";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  display: flex;
  text-transform: uppercase;
  color: #000000;
  font-variation-settings: "opsz" 7;
}
@media (max-width: 1270px) {
  .home-delivery__title {
    font-size: calc(25px + 10 * ((100vw - 390px) / 880));
  }
}
@media (max-width: 1270px) {
  .home-delivery__title {
    line-height: calc(32px + 8 * ((100vw - 390px) / 880));
  }
}
.home-delivery__link-more {
  padding: 18px 20px;
  max-width: 300px;
  width: 100%;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-delivery__link-more span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-size: 15px;
  line-height: 115%;
  color: #343434;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.home-delivery__link-more:hover {
  background-color: #000000;
  border-color: #000000;
}
.home-delivery__link-more:hover span {
  color: #fff;
}
@media (max-width: 575px) {
  .home-delivery__link-more {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
  }
}
.home-delivery__row-02 {
  margin-top: 70px;
}
@media (max-width: 1270px) {
  .home-delivery__row-02 {
    margin-top: calc(30px + 40 * ((100vw - 390px) / 880));
  }
}

@media(max-width: 767px) { 
	.product-cart__btn-more {
		display: none !important;
	}	
}