/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/string-replace-loader/index.js??ruleSet[1].rules[1].use[1]!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./verstka/src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: SweetSansPro;
  font-display: swap;
  src: url("../fonts/SweetSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SweetSansPro;
  font-display: swap;
  src: url("../fonts/SweetSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: SweetSansPro;
  font-display: swap;
  src: url("../fonts/SweetSansPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SweetSansPro;
  font-display: swap;
  src: url("../fonts/SweetSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

body {
  color: #01110b;
  color: var(--primary_color);
  line-height: 1;
  font-family: "SweetSansPro";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

a {
  color: inherit;
}

a:link,
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;
}

:root {
  --primary_color: #01110b;
  --secondary_color: #ffffff;
  --tertiary_color: #a58a65;
  --accent_color: #a58a65;
  --accent_color_2: #eae6e4;
  --btn_color_primary: #eae6e4;
  --btn_border_primary: #eae6e4;
  --btn_text_primary: #000000;
  --btn_hover_primary: #ffffff;
  --btn_hover_border_primary: #000000;
  --btn_hover_text_primary: #000000;
  --btn_color_secondary: #f5f3f1;
  --btn_border_secondary: #f5f3f1;
  --btn_text_secondary: #000000;
  --btn_hover_secondary: #ffffff;
  --btn_hover_border_secondary: #000000;
  --btn_hover_text_secondary: #000000;
  --btn_color_tertiary: #ffffff;
  --btn_border_tertiary: #000000;
  --btn_text_tertiary: #000000;
  --btn_hover_tertiary: #000000;
  --btn_hover_border_tertiary: #000000;
  --btn_hover_text_tertiary: #ffffff;
  --bg_color: #f5f3f1;
  --bg_color_2: #000000;
  --header_bg: #ffffff;
  --header_text: #000000;
  --header_hover: #a58a65;
  --footer_bg: #ebe7e3;
  --footer_text: #000000;
  --link_color: #000000;
  --link_hover: #000000;
  --primary_bg_link: #a58a65;
  --secondary_bg_link: #131313;
  --line_color: #e8e8e8;
  --font-body-family: Assistant, sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-heading-family: Assistant, sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 400;
  --font-body-scale: 1;
  --font-heading-scale: 1;
  --color-base-text: 18, 18, 18;
  --color-base-background-1: 255, 255, 255;
  --color-base-background-2: 243, 243, 243;
  --color-base-solid-button-labels: 255, 255, 255;
  --color-base-outline-button-labels: 18, 18, 18;
  --color-base-accent-1: 18, 18, 18;
  --color-base-accent-2: 51, 79, 180;
  --payment-terms-background-color: #ffffff;
  --gradient-base-background-1: #ffffff;
  --gradient-base-background-2: #f3f3f3;
  --gradient-base-accent-1: #121212;
  --gradient-base-accent-2: #334fb4;
  --page-width: 160rem;
  --page-width-margin: 2rem;
}

.is-hidden {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lock body {
  overflow: hidden;
  touch-action: none;
}
body {
  --header-height: 200px;
}
@media (max-width: 63.99875em) and (min-width: 992px) {
  body {
    --header-height: 214px;
  }
}
@media (max-width: 63.99875em) and (min-width: 576px) and (max-width: 992px) {
  body {
    --header-height: calc(189px + 25 * (100vw - 576px) / 416);
  }
}
@media (max-width: 63.99875em) and (max-width: 576px) {
  body {
    --header-height: 189px;
  }
}
@media (max-width: 35.99875em) and (min-width: 575.98px) {
  body {
    --header-height: 129px;
  }
}
@media (max-width: 35.99875em) and (min-width: 375px) and (max-width: 575.98px) {
  body {
    --header-height: calc(122px + 7 * (100vw - 375px) / 200.98);
  }
}
@media (max-width: 35.99875em) and (max-width: 375px) {
  body {
    --header-height: 122px;
  }
}
.menu-open body {
  overflow: hidden;
}

.main {
  padding-top: 15px;
}
.main[\:has\(\%3E\%20.menu-mobile-up\%20\%2B\%20.cart\)] {
  padding-top: 12px;
}
.main:has(> .menu-mobile-up + .cart) {
  padding-top: 12px;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 81.25rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 46.49875em) {
  [class*=__container] {
    padding: 0 40px;
  }
}
@media (max-width: 29.99875em) {
  [class*=__container] {
    padding: 0 20px;
  }
}

.form__headline {
  display: grid;
}
@media (min-width: 87.5em) {
  .form__headline {
    gap: 0.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .form__headline {
    gap: calc(0.375rem + 0.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .form__headline {
    gap: 0.375rem;
  }
}
@media (min-width: 87.5em) {
  .form__headline {
    margin-bottom: 3rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .form__headline {
    margin-bottom: calc(2rem + 1 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .form__headline {
    margin-bottom: 2rem;
  }
}
.form__title {
  text-align: center;
}
.form__subtitle {
  text-align: center;
}
.form__items {
  display: grid;
  margin-bottom: 2rem;
}
@media (min-width: 87.5em) {
  .form__items {
    gap: 1.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .form__items {
    gap: calc(1rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .form__items {
    gap: 1rem;
  }
}
.form {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}
.form-label {
  word-break: break-word;
}
@media (max-width: 29.99875em) {
  .form-label {
    font-size: 12px !important;
  }
}
.form__button {
  display: flex;
  justify-content: center;
}

.form-popup {
  border-radius: 4px;
  background: #f5f3f1;
  background: var(--bg_color);
}
@media (min-width: 87.5em) {
  .form-popup {
    padding: 3.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .form-popup {
    padding: calc(1.5rem + 1.625 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .form-popup {
    padding: 1.5rem;
  }
}
.form-popup__headline {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  text-align: center;
  margin-bottom: 32px;
}
.form-popup__title {
  text-transform: uppercase;
}
.form-popup__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 24px;
  row-gap: 24px;
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 29.99875em) {
  .form-popup__grid {
    grid-template-columns: 1fr;
  }
}
.form-popup .wpcf7-not-valid-tip {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  display: block !important;
  font-size: 12px !important;
  padding-top: 12px !important;
  text-align: left !important;
}
.form-popup .wpcf7-not-valid-tip {
  color: red;
}
.form-popup .wpcf7-not-valid-tip::after {
  display: none !important;
}
.form-popup .wpcf7-not-valid-tip::after {
  content: "";
}
.form-popup__line--name {
  grid-column: 1/-1;
}
.form-popup__line--message {
  grid-column: 1/-1;
}
.form-popup__line--agreement {
  grid-column: 1/-1;
}
.form-popup__line--agreement a {
  text-decoration: underline;
}
.form-popup__line--agreement .wpcf7-list-item {
  margin: 0;
}
.form-popup__line--submit {
  grid-column: 1/-1;
}
.form-popup__label {
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 4px;
}
.form-popup__label span {
  color: #a7713a;
}
.form-popup__button {
  width: 100%;
}

.wpcf7-form.submitting, .wpcf7-form.resetting {
  opacity: 0.5;
  pointer-events: none;
}
.wpcf7-form.submitting .wpcf7-response-output, .wpcf7-form.resetting .wpcf7-response-output {
  opacity: 0;
  font-size: 0rem;
}
.wpcf7-form.sent .wpcf7-response-output {
  opacity: 0;
  font-size: 0rem;
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
}
.wpcf7-form .wpcf7-response-output {
  text-align: center;
  margin-top: 1rem;
  line-height: 1.2;
  font-weight: 700;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.spam .wpcf7-response-output {
  color: red;
}
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  color: red;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27100%25%27%20fill%3D%27red%27%20height%3D%27100%25%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20d%3D%27M31.588%2025.4l-13.126-21.768c-0.517-0.858-1.46-1.39-2.462-1.39s-1.945%200.533-2.462%201.39l-13.126%2021.768c-0.534%200.886-0.55%201.997-0.041%202.898s1.468%201.461%202.503%201.461h26.252c1.035%200%201.994-0.56%202.503-1.461s0.493-2.012-0.041-2.898zM29.815%2027.273c-0.14%200.248-0.404%200.402-0.689%200.402h-26.252c-0.285%200-0.549-0.154-0.689-0.402s-0.136-0.554%200.011-0.798l13.126-21.768c0.142-0.236%200.402-0.383%200.678-0.383s0.535%200.147%200.678%200.383l13.126%2021.768c0.147%200.244%200.152%200.55%200.011%200.798z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.010%2010.813c-0.793%200-1.411%200.425-1.411%201.179%200%202.3%200.271%205.605%200.271%207.906%200%200.599%200.522%200.85%201.141%200.85%200.464%200%201.121-0.251%201.121-0.85%200-2.3%200.271-5.605%200.271-7.906%200-0.754-0.638-1.179-1.392-1.179z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.029%2022.082c-0.85%200-1.488%200.677-1.488%201.488%200%200.793%200.638%201.488%201.488%201.488%200.793%200%201.469-0.696%201.469-1.488%200-0.812-0.677-1.488-1.469-1.488z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  visibility: hidden;
}

.screen-reader-response {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  visibility: hidden !important;
}

.button, .collection-header .filter-group-display__submit input {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  background: #eae6e4;
  background: var(--btn_color_primary);
  padding: 11px 22px;
  border: 1px solid #eae6e4;
  border: 1px solid var(--btn_color_primary);
  border-radius: 4px;
  transition: all 0.5s ease;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 2px;
}
@media (any-hover: hover) {
  .button:hover, .collection-header .filter-group-display__submit input:hover {
    background: white;
    border-color: black;
  }
}
.button--outline {
  background: white;
  border-color: black;
}
@media (any-hover: hover) {
  .button--outline:hover {
    background: black;
    color: white;
    border-color: black;
  }
}
.button--full {
  width: 100%;
}

@media (min-width: 87.5em) {
  .backtop {
    padding-top: 7.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .backtop {
    padding-top: calc(3.125rem + 4.375 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .backtop {
    padding-top: 3.125rem;
  }
}
@media (min-width: 87.5em) {
  .backtop {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .backtop {
    padding-bottom: calc(3.125rem + 4.375 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .backtop {
    padding-bottom: 3.125rem;
  }
}
.backtop__grid {
  display: flex;
  justify-content: center;
}
.backtop__button {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: 1px solid #01110b;
  border-bottom: 1px solid var(--primary_color);
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
@media (any-hover: hover) {
  .backtop__button:hover {
    border-color: #a7713a;
    color: #a7713a;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-family: inherit;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

select {
  outline: none !important;
}

select {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-family: inherit;
}

.input {
  border-radius: 4px !important;
}

.input {
  width: 100%;
  display: block;
  padding: 0 0.625rem;
  height: 48px;
  min-width: 90px;
  border: 1px solid #e8e8e8;
  font-family: inherit;
}
.input.wpcf7-not-valid, .input._error {
  border-color: red !important;
}
.input::-moz-placeholder {
  font-style: italic;
}
.input::placeholder {
  font-style: italic;
}

textarea.input {
  resize: none;
  height: 150px;
  padding: 4px 10px;
}

input[type=number] {
  border: 1px solid #e8e8e8 !important;
  border: 1px solid var(--line_color) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

input[type=number] {
  padding: 5px 10px;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  color: #424242;
}

.wpcf7 label[\:has\(input\[type\%3Dcheckbox\]\)] {
  display: flex;
  gap: 12px;
  align-items: start;
}

.wpcf7 label:has(input[type=checkbox]) {
  display: flex;
  gap: 12px;
  align-items: start;
}
.wpcf7 label[\:has\(input\[type\%3Dcheckbox\]\)] input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
.wpcf7 label:has(input[type=checkbox]) input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
.wpcf7 label[\:has\(input\[type\%3Dcheckbox\]\)] input:checked {
  accent-color: #01110b;
}
.wpcf7 label:has(input[type=checkbox]) input:checked {
  accent-color: #01110b;
}
.wpcf7 label[\:has\(input\[type\%3Dcheckbox\]\)] .wpcf7-list-item-label {
  text-align: left;
}
.wpcf7 label:has(input[type=checkbox]) .wpcf7-list-item-label {
  text-align: left;
}

/* Сброс нативной стрелки */
.select-wrapper select {
  border-radius: 4px !important;
  background-color: #fff !important;
}
.select-wrapper select {
  -webkit-appearance: none; /* Chrome, Safari, Opera */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Современные браузеры */
  padding: 0.5em 2.5em 0.5em 0.5em; /* место для стрелки */
  color: #999;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
}

/* Псевдоэлемент стрелки */
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 0.6em;
  height: 0.6em;
  border-left: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

/* Обёртка для позиции стрелки */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; /* ширина по контейнеру */
}

/* Унифицированный стиль плейсхолдера */
#custom-checkout-form .input::-moz-placeholder {
  color: #999; /* нужный вам цвет */
  font-style: normal; /* убираем italic */
  opacity: 1; /* чтобы в Safari был виден */
  font-size: inherit;
  font-family: inherit;
}
#custom-checkout-form .input::placeholder {
  color: #999; /* нужный вам цвет */
  font-style: normal; /* убираем italic */
  opacity: 1; /* чтобы в Safari был виден */
  font-size: inherit;
  font-family: inherit;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label:after {
  transform: scale(1);
}
.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 0.625rem;
}
.checkbox__label:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #B8B8B8;
}
.checkbox__label::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 7px;
  border-radius: 50%;
  background: #01110b;
  background: var(--primary_color);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.checkbox__text img {
  width: 68px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.checkbox__title {
  line-height: normal;
}
.checkbox__subtitle {
  font-size: 10px;
  line-height: 12px;
  color: #828282;
}

.select {
  position: relative;
  width: min(325px, 100%);
}
.select select {
  outline: none !important;
}
.select select {
  cursor: pointer;
  padding: 10px 40px 10px 10px;
  border: 1px solid #ebe7e3;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #686868;
  width: 100%;
}
.select svg {
  pointer-events: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.quantity {
  width: 100px;
  height: 32px;
  display: flex;
  border: 1px solid #01110b;
  border: 1px solid var(--primary_color);
}
.quantity__button {
  flex: 0 0 1.875rem;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0 0 0 -0.28125rem;
  background-color: #a6a6a6;
  width: 0.5625rem;
  height: 0.0625rem;
}
@media (any-hover: hover) {
  .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: #01110b;
  color: var(--primary_color);
  font-size: 14px;
  width: 100%;
  text-align: center;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 1490;
}

body.popup-show::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 0.3125rem 0.625rem 0.625rem;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  z-index: 1500;
  pointer-events: none;
}
.popup *:focus {
  outline: none;
}

.popup_show {
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  opacity: 1 !important;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  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 {
  position: relative;
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  width: 100%;
  max-width: 39rem;
}
.lock .popup__content {
  visibility: visible;
}
@media (max-width: 50em) {
  .popup__content {
    display: grid;
  }
}

.popup__close {
  position: absolute;
  right: -8px;
  top: 0;
  transform: translateX(100%);
}
@media (max-width: 46.49875em) {
  .popup__close {
    position: relative;
    right: auto;
    top: auto;
    transform: translateX(0);
    justify-self: end;
    margin-bottom: 0.25rem;
  }
}

.popup__text {
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  background-color: white;
  border-radius: 4px;
}
@media (min-width: 46.49875em) {
  .popup__text {
    min-height: 550px;
  }
}
@media (min-width: 87.5em) {
  .popup__text {
    padding-top: 3.75rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .popup__text {
    padding-top: calc(1.875rem + 1.875 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .popup__text {
    padding-top: 1.875rem;
  }
}
@media (min-width: 87.5em) {
  .popup__text {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .popup__text {
    padding-bottom: calc(1.875rem + 1.875 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .popup__text {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 87.5em) {
  .popup__text {
    padding-left: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .popup__text {
    padding-left: calc(1.25rem + 1.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .popup__text {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .popup__text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .popup__text {
    padding-right: calc(1.25rem + 1.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .popup__text {
    padding-right: 1.25rem;
  }
}

#callback .popup__content {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
@media (min-width: 87.5em) {
  #callback .form {
    padding-top: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  #callback .form {
    padding-top: calc(2rem + 4.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  #callback .form {
    padding-top: 2rem;
  }
}
@media (min-width: 87.5em) {
  #callback .form {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  #callback .form {
    padding-bottom: calc(2rem + 4.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  #callback .form {
    padding-bottom: 2rem;
  }
}
@media (min-width: 87.5em) {
  #callback .form {
    padding-left: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  #callback .form {
    padding-left: calc(1.5rem + 4.75 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  #callback .form {
    padding-left: 1.5rem;
  }
}
@media (min-width: 87.5em) {
  #callback .form {
    padding-right: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  #callback .form {
    padding-right: calc(1.5rem + 4.75 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  #callback .form {
    padding-right: 1.5rem;
  }
}

#success.popup .popup__text {
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  min-height: 0;
}

.popup__video {
  margin-top: 1.5rem;
}

#large-filter-popup.popup {
  padding: 0;
}
#large-filter-popup.popup .popup__content {
  background-color: white;
  max-width: 100%;
  padding: 32px 16px;
  opacity: 0;
  transform-origin: top;
  transform: scale(1);
  transition: opacity 0.3s ease 0s;
}
#large-filter-popup.popup .popup__headline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  gap: 16px;
}
#large-filter-popup.popup .popup__title {
  flex: 1 1 auto;
}
#large-filter-popup.popup .popup__close {
  color: #a7713a;
  gap: 6px;
  margin-bottom: 0;
}
#large-filter-popup.popup .popup__close svg {
  fill: #a7713a;
  display: block;
  width: 24px;
  height: 24px;
}

.added-to-cart {
  display: grid;
}
@media (min-width: 87.5em) {
  .added-to-cart {
    gap: 3.75rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .added-to-cart {
    gap: calc(1.25rem + 2.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .added-to-cart {
    gap: 1.25rem;
  }
}
.added-to-cart__top {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  justify-content: center;
  justify-items: center;
}
.added-to-cart__title {
  text-align: center;
}
.added-to-cart__bottom {
  display: grid;
  justify-content: center;
  justify-items: center;
}
@media (min-width: 87.5em) {
  .added-to-cart__bottom {
    gap: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .added-to-cart__bottom {
    gap: calc(0.75rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .added-to-cart__bottom {
    gap: 0.75rem;
  }
}
.added-to-cart__button:first-child {
  width: 100%;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

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

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #ebebeb;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  right: 0%;
  bottom: 0px;
  z-index: 50;
  height: 5px;
  width: 100%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #0091d7;
  left: 0;
  top: 0;
  border-radius: 1.25rem;
  cursor: grab;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  pointer-events: none;
  gap: 24px;
}

.swiper-pagination-bullet {
  pointer-events: auto;
  cursor: pointer;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #B8B8B8;
}
.swiper-initialized .swiper-pagination-bullet {
  transition: background-color 0.3s ease 0s;
}

.swiper-pagination-bullet-active {
  background-color: #01110b;
  background-color: var(--primary_color);
}

.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

@font-face {
  font-family: "lg";
  src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: "lg" !important;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  color: #01110b;
  color: var(--primary_color);
  cursor: pointer;
  display: block;
  font-size: 1.375rem;
  margin-top: -0.625rem;
  padding: 0.5rem 0.625rem 0.5625rem;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
}
.lg-next.disabled,
.lg-prev.disabled {
  cursor: default;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 1.25rem;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 1.25rem;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -1.875rem;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 1.875rem;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  text-decoration: none !important;
}
.lg-toolbar .lg-icon {
  color: #01110b;
  color: var(--primary_color);
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  height: 2.9375rem;
  line-height: 1.6875rem;
  padding: 0.625rem 0;
  text-align: center;
  width: 3.125rem;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 1.125rem;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 1.375rem;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 1rem;
  padding: 0.625rem 2.5rem;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 0.75rem;
  margin: 0.3125rem 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 0.875rem;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 1rem;
  padding-left: 1.25rem;
  padding-top: 0.75rem;
  height: 2.9375rem;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-0.625rem, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(0.625rem, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -0.625rem, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item {
  will-change: transform, opacity;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: white;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
  top: 50% !important;
  left: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.collection-header .filter-form .filter-group .filter-group-display::-webkit-scrollbar {
  -webkit-appearance: none;
}
.collection-header .filter-form .filter-group .filter-group-display::-webkit-scrollbar:vertical {
  width: 8px;
}
.collection-header .filter-form .filter-group .filter-group-display::-webkit-scrollbar:horizontal {
  height: 8px;
}
.collection-header .filter-form .filter-group .filter-group-display::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 0;
}
.collection-header .filter-form .filter-group .filter-group-display::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ebe7e3;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header__languages li {
  font-size: 16px;
  line-height: 1.25;
}

.payment-instructions h2, .order-thanks__title, .cart-right__bottom-title, .cart-right__subtitle span, .cart-item__price, .form-label {
  font-size: 14px;
  line-height: 20px;
}

.popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 50%;
}
@media (any-hover: hover) {
  .popup__close:hover svg {
    fill: red;
  }
}
.popup__close svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #a7713a;
  transition: all 0.3s ease 0s;
}
.popup__close span {
  display: none;
}
@media (max-width: 46.49875em) {
  .popup__close {
    width: auto;
    height: auto;
    background: none;
    color: white;
  }
  .popup__close svg {
    fill: white;
  }
}

.order-thanks-details__subtitle, .order-thanks-details__title, .order-thanks-top__order, .order-thanks__subtitle {
  font-family: "SweetSansPro";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.cart-right__underbottom, .cart-right__text-buttons, .cart-right__text, .cart-right__subtitle p, .cart-item__subtitle {
  font-size: 12px;
  line-height: 20px;
}

.payment-instructions h2, .order-thanks__title, .cart-right__bottom-title, .cart-right__subtitle span, .cart-item__price, .form-label {
  font-size: 16px;
  line-height: 1.25;
}

.faq-item__body, .faq-item__title, .book__text, .about-mirror__text, .about-information__text, .cart-right__bottom-link, .cart-item__remove, .cart-item__quantity-title, .large-cards-item__text, .page-404__subtitle, .cards__text, .favorites__text, .mirror__text, .text p,
.text li, .form-popup__subtitle, .wpcf7-form .wpcf7-response-output, .added-to-cart__subtitle {
  font-size: 15px;
  line-height: 23px;
}
@media (max-width: 1024px) {
  .faq-item__body, .faq-item__title, .book__text, .about-mirror__text, .about-information__text, .cart-right__bottom-link, .cart-item__remove, .cart-item__quantity-title, .large-cards-item__text, .page-404__subtitle, .cards__text, .favorites__text, .mirror__text, .text p,
  .text li, .form-popup__subtitle, .wpcf7-form .wpcf7-response-output, .added-to-cart__subtitle {
    font-size: 14px;
    line-height: 1.35;
  }
}

.faq__subtitle, .faq__title, .book__title, .about-mirror__title, .about-information__title, .form-right__title, .checkout__title, .cart-left__title, .collection-header__title, .cart-empty-section .woocommerce-info, .page-404__title, .cards__title, .favorites__title, .mirror__title, .text h2, .text h1, .form__title, .form-popup__title, #large-filter-popup.popup .popup__title, .added-to-cart__title {
  line-height: 1.1;
  letter-spacing: calc(1 * 0.6px);
  letter-spacing: calc(var(--font-heading-scale) * 0.6px);
  font-size: 37px;
}
@media (max-width: 29.99875em) {
  .faq__subtitle, .faq__title, .book__title, .about-mirror__title, .about-information__title, .form-right__title, .checkout__title, .cart-left__title, .collection-header__title, .cart-empty-section .woocommerce-info, .page-404__title, .cards__title, .favorites__title, .mirror__title, .text h2, .text h1, .form__title, .form-popup__title, #large-filter-popup.popup .popup__title, .added-to-cart__title {
    font-size: 27px;
  }
}

.faq__row-title, .order-thanks-top__thanks {
  line-height: 2;
  letter-spacing: calc(1 * 0.6px);
  letter-spacing: calc(var(--font-heading-scale) * 0.6px);
}
@media (min-width: 87.5em) {
  .faq__row-title, .order-thanks-top__thanks {
    font-size: 1.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .faq__row-title, .order-thanks-top__thanks {
    font-size: calc(1.25rem + 0.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .faq__row-title, .order-thanks-top__thanks {
    font-size: 1.25rem;
  }
}

hr {
  box-sizing: content-box;
  display: block;
  background: #e8e8e8;
  background: var(--line_color);
  height: 1px;
  width: 100%;
}
@media (min-width: 87.5em) {
  hr {
    margin-top: 4.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  hr {
    margin-top: calc(3.75rem + 0.625 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  hr {
    margin-top: 3.75rem;
  }
}
@media (min-width: 87.5em) {
  hr {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  hr {
    margin-bottom: calc(3.75rem + 0.625 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  hr {
    margin-bottom: 3.75rem;
  }
}

.detailed-right__more {
  text-decoration: underline !important;
}
@media (any-hover: hover) {
  .detailed-right__more:hover {
    text-decoration: none !important;
  }
}

@media (min-width: 87.5em) {
  section.text {
    padding-top: 0rem;
    padding-top: var(--start-pt, 0rem);
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  section.text {
    padding-top: calc(0rem + 0 * (100vw - 23.4375rem) / 64.0625);
    padding-top: calc(var(--end-pt, 0rem) + var(--middle-pt, 0) * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  section.text {
    padding-top: 0rem;
    padding-top: var(--end-pt, 0rem);
  }
}
@media (min-width: 87.5em) {
  section.text {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  section.text {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  section.text {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
}

.text {
  word-break: break-word;
}
.text__title {
  text-align: center;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 300;
  letter-spacing: calc(1 * 0.6px);
  letter-spacing: calc(var(--font-heading-scale) * 0.6px);
}
.text h1:not(:last-child),
.text h2:not(:last-child),
.text h3:not(:last-child),
.text h4:not(:last-child),
.text h5:not(:last-child),
.text h6:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 87.5em) {
  .text h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .text h3 {
    font-size: calc(1rem + 0.125 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .text h3 {
    font-size: 1rem;
  }
}
@media (min-width: 87.5em) {
  .text p:not(:last-child),
  .text img:not(:last-child),
  .text blockquote:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .text p:not(:last-child),
  .text img:not(:last-child),
  .text blockquote:not(:last-child) {
    margin-bottom: calc(1rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .text p:not(:last-child),
  .text img:not(:last-child),
  .text blockquote:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.text img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.text blockquote {
  display: block;
}
.text blockquote,
.text a {
  color: #a7713a;
}
.text a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .text a:hover {
    text-decoration: none;
  }
}
.text ul,
.text ol {
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
@media (min-width: 87.5em) {
  .text ul:not(:last-child),
  .text ol:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .text ul:not(:last-child),
  .text ol:not(:last-child) {
    margin-bottom: calc(1.5rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .text ul:not(:last-child),
  .text ol:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.text ul li,
.text ol li {
  list-style: none;
}
.text small {
  font-size: 12px;
  opacity: 0.8;
}
.text ol {
  list-style-type: none;
  counter-reset: item 0;
  counter-reset: item var(--reset-number, 0);
}
.text ol > li {
  position: relative;
  padding-left: 1.5rem;
}
.text ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
  color: #a7713a;
}
.text ol > li > ol {
  padding-top: 12px;
  counter-reset: item_second;
}
.text ol > li > ol > li {
  padding-left: 3rem;
}
.text ol > li > ol > li::before {
  counter-increment: item_second;
  content: counter(item) "." counter(item_second) ".";
}
.text ul li {
  position: relative;
  padding-left: 1.25rem;
}
.text ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: translateY(8px);
  background-color: #a7713a;
}
.text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.text table th,
.text table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
.text table th {
  background-color: #f4f4f4;
  font-weight: bold;
}
.text table td a {
  color: #0073aa;
  text-decoration: none;
}
.text table td a:hover {
  text-decoration: underline;
}
.text table td em {
  font-style: italic;
}
.text table colgroup col {
  width: auto;
}
.text table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.text .table-wrapper {
  max-width: 100%;
  overflow: auto;
}

.yith-add-to-wishlist-button-block {
  margin: 0;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}
.loader svg {
  max-width: 60px;
  display: inline-flex;
  animation: loader_rotate 1s infinite linear;
}

@keyframes loader_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  position: relative;
  z-index: 101;
}
.header__container {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 63.99875em) {
  .header__container {
    padding: 0;
    font-size: 11px;
    letter-spacing: 1px;
  }
}
@media (min-width: 63.99875em) {
  .header__container p br {
    display: none;
  }
}
.header__top {
  background: #01110b;
  color: white;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 9px 0;
  line-height: normal;
}
@media (max-width: 46.49875em) {
  .header__top {
    line-height: 14px;
  }
}
.header__middle-shell {
  padding: 10px 0;
}
.header__middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 64em) {
  .header__middle {
    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 63.99875em) {
  .header__middle {
    align-items: start;
  }
}
.header__logo {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 55px;
  width: 55%;
  max-width: 400px;
}
@media (min-width: 63.99875em) {
  .header__logo {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
@media (max-width: 63.99875em) {
  .header__logo {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 35.99875em) {
  .header__logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__logo img {
  width: 100%;
}
.header__menu-shell {
  border-top: 1px solid #e8e8e8;
  border-top: 1px solid var(--line_color);
  border-bottom: 1px solid #e8e8e8;
  border-bottom: 1px solid var(--line_color);
}
@media (max-width: 63.99875em) {
  .header__menu-shell {
    display: none;
  }
}
.header .header-actions {
  position: absolute;
  right: 50px;
}
@media (max-width: 46.49875em) {
  .header .header-actions {
    right: 40px;
  }
}
@media (max-width: 29.99875em) {
  .header .header-actions {
    right: 20px;
  }
}
@media (min-width: 63.99875em) {
  .header .header-actions {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
.header__switchers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  align-content: center;
}
@media (min-width: 46.49875em) {
  .header__switchers {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 46.49875em) {
  .header__switchers {
    display: flex;
  }
  .header__switchers:not(._dynamic_adapt_) {
    display: none;
  }
}
.header__languages {
  display: flex;
  gap: 11px;
  align-items: center;
}
.header__languages[\:has\(li\:last-child.current-lang\)] li:last-child._active::before {
  content: "";
  transform: translateX(-14px);
}
.header__languages:has(li:last-child.current-lang) li:last-child._active::before {
  content: "";
  transform: translateX(-14px);
}
.header__languages[\:has\(li\:last-child.current-lang\)] li:last-child::after {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  border: 1px solid #093229;
  border-radius: 50px;
  order: 1;
}
.header__languages:has(li:last-child.current-lang) li:last-child::after {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  border: 1px solid #093229;
  border-radius: 50px;
  order: 1;
}
.header__languages[\:has\(li\:last-child.current-lang\)] li:last-child::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: 14px;
  border-radius: 50%;
  background: #093229;
  transition: all 0.3s ease 0s;
}
.header__languages:has(li:last-child.current-lang) li:last-child::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: 14px;
  border-radius: 50%;
  background: #093229;
  transition: all 0.3s ease 0s;
}
.header__languages[\:has\(li\:last-child.current-lang\)] li:last-child a {
  order: 2;
}
.header__languages:has(li:last-child.current-lang) li:last-child a {
  order: 2;
}
.header__languages[\:has\(li\:first-child.current-lang\)] li:first-child._active::before {
  content: "";
  transform: translateX(-14px);
}
.header__languages:has(li:first-child.current-lang) li:first-child._active::before {
  content: "";
  transform: translateX(-14px);
}
.header__languages[\:has\(li\:first-child.current-lang\)] li:first-child::after {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  border: 1px solid #093229;
  border-radius: 50px;
}
.header__languages:has(li:first-child.current-lang) li:first-child::after {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  border: 1px solid #093229;
  border-radius: 50px;
}
.header__languages[\:has\(li\:first-child.current-lang\)] li:first-child::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: 14px;
  border-radius: 50%;
  background: #093229;
  transition: all 0.3s ease 0s;
}
.header__languages:has(li:first-child.current-lang) li:first-child::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: 14px;
  border-radius: 50%;
  background: #093229;
  transition: all 0.3s ease 0s;
}
.header__languages li {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
}
.header__languages li.current-lang a {
  font-weight: 700;
}

@media (min-width: 744px) and (max-width: 1024px) {
  .menu-mobile-up::after {
    display: block;
    position: absolute;
    content: "";
    width: 0vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
}
@media (min-width: 63.99875em) {
  .menu-mobile-up {
    display: none;
  }
}
.menu-mobile-up {
  top: 100%;
  position: absolute;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.menu-mobile-up__shell {
  position: relative;
  width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  padding: 56px 20px;
  background: white;
  height: calc(100vh - var(--header-height));
}
@media (max-width: 46.49875em) {
  .menu-mobile-up__shell {
    width: calc(100vw - 20px);
  }
}
.menu-mobile-up .socials__title {
  display: none;
}
.menu-mobile-up::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background: white;
  pointer-events: none;
  outline: 1px solid rgba(18, 18, 18, 0.2);
}
.menu-open .menu-mobile-up {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.menu-mobile-up[\:has\(.menu-mobile-up__menu._active\)] .menu-mobile-up__grid {
  opacity: 0;
  visibility: hidden;
}
.menu-mobile-up:has(.menu-mobile-up__menu._active) .menu-mobile-up__grid {
  opacity: 0;
  visibility: hidden;
}
.menu-mobile-up__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background: white;
  z-index: 5;
  border-left: 1px solid rgba(18, 18, 18, 0.2);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
@media (max-width: 63.99875em) {
  .menu-mobile-up__menu {
    padding: 47px 20px 102px;
    height: auto;
  }
}
.menu-mobile-up__menu._active {
  transform: translateX(0);
}
@media (max-width: 63.99875em) {
  .menu-mobile-up__menu .submenu > li:not(:first-child) {
    display: none;
  }
}
.menu-mobile-up__back {
  width: 100%;
}
.menu-mobile-up__back-top {
  display: flex;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  gap: 10px;
  padding: 12px 26px 12px 0;
}
.menu-mobile-up__back svg {
  width: 15px;
  height: 15px;
  transform: rotate(-180deg);
}
.menu-mobile-up__menu-list {
  padding: 0 30px 0 0;
  position: relative;
  z-index: 5;
}
.menu-mobile-up__menu-list li a {
  display: block;
  padding: 5px 0;
  text-align: left;
}
.menu-mobile-up__menu-list > .sub-menu > li:first-child > a, .menu-mobile-up__menu-list > .sub-menu > li.menu-item-has-children > a {
  font-weight: bold;
}
.menu-mobile-up__menu-list li.first {
  display: none;
}
.menu-mobile-up__menu-list .lvl-2 li.menu-item-has-children {
  margin-bottom: 20px;
}
.menu-mobile-up__bottom {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: 1fr;
  padding-top: 50px;
}
.menu-mobile-up .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.menu-mobile-up__grid {
  position: relative;
  z-index: 5;
}

.menu-open .menu-mobile-up::after {
  width: 100vw;
  opacity: 1;
}

.menu-mobile-down {
  display: none;
}

.header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 16px;
  min-height: 30px;
}
@media (max-width: 63.99875em) {
  .header-actions {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media (max-width: 63.99875em) and (min-width: 35.99875em) {
  .header-actions {
    justify-self: end;
  }
}
.header-actions__item {
  position: relative;
}
@media (min-width: 63.99875em) {
  .header-actions__item-phone {
    display: none;
  }
}
@media (max-width: 35.99875em) {
  .header-actions__item-phone {
    display: none;
  }
}
.header-actions__icon {
  display: block;
  width: 18px;
  height: 18px;
}
@media (any-hover: hover) {
  .header-actions__icon:hover svg {
    color: rgba(167, 112, 58, 0.8);
    transform: scale(1.07);
  }
}
.header-actions__icon svg {
  width: 100%;
  height: 100%;
  color: #000000;
  color: var(--link_color);
  transition: all 0.3s ease 0s;
}
.header-actions__pin {
  position: absolute;
  top: -6px;
  left: calc(100% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #01110b;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  min-width: 16px;
  height: 16px;
  padding: 0 2px 2px;
  letter-spacing: normal;
}
.header-actions__phone {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 63.99875em) {
  .header-actions__phone {
    flex: 1 1 auto;
  }
}
@media (max-width: 63.99875em) {
  .header-actions__phone {
    display: none;
  }
}
@media (max-width: 35.99875em) {
  .header-actions__phone {
    display: block;
    order: 99;
  }
}

.menu {
  padding: 0;
}
@media (max-width: 63.99875em) {
  .menu:not(._dynamic_adapt_) {
    display: none;
  }
}
.menu__arrow {
  width: 15px;
  height: 15px;
  margin-right: 25px;
}
@media (min-width: 63.99875em) {
  .menu__arrow {
    display: none;
  }
}
.menu__arrow svg {
  width: 15px;
  height: 15px;
  color: black;
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 63.99875em) {
  .menu__list {
    justify-content: start;
  }
}
@media (min-width: 63.99875em) {
  .menu__list li:hover > a {
    color: inherit;
  }
  .menu__list li:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
  .menu__list li > a:hover {
    color: #a7713a;
  }
}
@media (max-width: 63.99875em) {
  .menu__list li {
    position: static;
    display: flex;
    align-items: center;
    margin: 0 4px 2px 0;
    width: 100%;
  }
  .menu__list li > a {
    flex: 1 1 auto;
  }
}
.menu__list li a {
  display: block;
  font-size: 11.5px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 6px;
  transition: all 0.3s ease 0s;
  font-weight: 300;
  color: #01110b;
  color: var(--primary_color);
  line-height: 23px;
}
@media (min-width: 63.99875em) {
  .menu__list li a {
    letter-spacing: 1px;
  }
}
@media (max-width: 63.99875em) {
  .menu__list li a {
    padding: 11px 0;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    color: black;
    line-height: calc(1 + 0.3 / 1);
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }
}
.menu__list li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  background: #fff;
  padding: 0;
  width: auto;
  white-space: inherit;
  transition: all 0.3s ease 0s;
}
@media (max-width: 63.99875em) {
  .menu__list li ul {
    display: none;
  }
}
.menu__list li ul li {
  padding: 14px 16px 64px;
  display: flex;
  flex-direction: column;
}
.menu__list li ul li a {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
}
.menu__list > li > a {
  padding: 19px 28px;
}
@media (max-width: 29.99875em) {
  .menu__list > li > a {
    padding: 19px 28px 19px 0;
  }
}
.menu__list > li > ul.sub-menu {
  display: flex;
  width: 100%;
  max-width: 81.25rem;
  height: auto;
  justify-content: center;
  border-top: 1px solid #e8e8e8;
  border-top: 1px solid var(--line_color);
  gap: 4.5%;
}
.menu__list > li > ul > li > a {
  font-weight: bold;
  font-size: 13px;
}
.menu__list > li > ul li a {
  text-align: left;
}
.menu__list .sub-menu .sub-menu {
  flex-direction: column;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 5px;
}
.menu__list .sub-menu .sub-menu li {
  padding: 0;
}
@media (max-width: 63.99875em) {
  .menu__item {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.menu__item._soon > a::after {
  content: "coming soon";
  display: inline-block;
  border-radius: 4px;
  background: #eae6e4;
  color: 1110b;
  padding: 0 5px;
  line-height: 14px;
  transform: translateY(-50%);
  font-size: 10px;
  text-transform: lowercase;
  margin-left: 4px;
}
@media (min-width: 63.99875em) {
  .menu .submenu {
    display: none;
  }
}
.menu-item._soon > a::after {
  content: "coming soon";
  display: inline-block;
  border-radius: 4px;
  background: #eae6e4;
  color: #01110b;
  padding: 0 7px 2px 7px;
  line-height: 14px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: normal;
  text-transform: lowercase;
  margin-left: 4px;
  font-family: "SweetSansPro";
  white-space: nowrap;
}

.icon-menu {
  display: none;
}
@media (max-width: 63.99875em) {
  .icon-menu {
    position: absolute;
    left: 50px;
    box-sizing: content-box;
    justify-self: center;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    display: block;
    flex: 0 0 auto;
    cursor: pointer;
    justify-self: start;
    z-index: 5;
  }
}
@media (max-width: 63.99875em) and (max-width: 46.49875em) {
  .icon-menu {
    left: 40px;
  }
}
@media (max-width: 63.99875em) and (max-width: 29.99875em) {
  .icon-menu {
    left: 20px;
  }
}
@media (max-width: 63.99875em) and (any-hover: hover) {
  .icon-menu:hover svg {
    scale: 1.07;
  }
}
@media (max-width: 63.99875em) {
  .icon-menu svg {
    width: 20px;
    height: 20px;
    transition: scale 0.15s ease;
  }
  .icon-menu__close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    scale: 0.8;
    opacity: 0;
    pointer-events: none;
  }
  .icon-menu__open {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  }
  .menu-open .icon-menu .icon-menu__close {
    scale: 1;
    opacity: 1;
    pointer-events: auto;
  }
  .menu-open .icon-menu .icon-menu__open {
    scale: 0.8;
    opacity: 0;
    pointer-events: none;
  }
}

.currency-switcher-container .wcml-dropdown-click {
  margin: 0 !important;
}

.currency-switcher-container .wcml-dropdown-click {
  width: 80px;
  background: white;
}
.currency-switcher-container .wcml-dropdown-click .wcml-cs-active-currency > a::after {
  display: block;
  content: "";
  color: rgb(101, 101, 101);
  transform-origin: center;
  transition: 0.3s;
  width: 0px;
  height: 0px;
  border: none;
  transform: translateY(1px);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid rgb(101, 101, 101);
}
.currency-switcher-container .wcml-dropdown-click[\:has\(.wcml-cs-submenu\[style*\%3Dvisible\]\)] .wcml-cs-active-currency > a::after {
  content: "";
  transform: translateY(1px) rotate(-180deg);
}
.currency-switcher-container .wcml-dropdown-click:has(.wcml-cs-submenu[style*=visible]) .wcml-cs-active-currency > a::after {
  content: "";
  transform: translateY(1px) rotate(-180deg);
}
.currency-switcher-container .wcml-dropdown-click[\:has\(.wcml-cs-submenu\[style*\%3Dvisible\]\)] .wcml-cs-submenu::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  height: calc(100% + 34px);
  pointer-events: none;
  box-shadow: 0 2px 5px rgba(27, 27, 27, 0.168627451);
}
.currency-switcher-container .wcml-dropdown-click:has(.wcml-cs-submenu[style*=visible]) .wcml-cs-submenu::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  height: calc(100% + 34px);
  pointer-events: none;
  box-shadow: 0 2px 5px rgba(27, 27, 27, 0.168627451);
}
.currency-switcher-container .wcml-dropdown-click li {
  border: none !important;
}
.currency-switcher-container .wcml-dropdown-click li a {
  padding: 9px 7px !important;
}
.currency-switcher-container .wcml-dropdown-click li a {
  font-size: 12px;
}
.currency-switcher-container .wcml-dropdown-click li a:hover {
  background: #f5f5f5;
}
.currency-switcher-container .wcml-dropdown-click li:hover, .currency-switcher-container .wcml-dropdown-click li:focus {
  background: none;
}
.currency-switcher-container .wcml_currency_switcher img {
  width: 18px;
  height: 12px;
  vertical-align: middle;
  flex: 0 0 auto;
}
.currency-switcher-container .wcml_currency_switcher .wcml-cs-item-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}
.currency-switcher-container .wcml_currency_switcher .wcml-cs-submenu {
  border-top: none;
  background: white;
}
.currency-switcher-container .wcml_currency_switcher .wcml-cs-submenu li a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer {
  background: #eae6e4;
}
@media (min-width: 87.5em) {
  .footer {
    padding-top: 6.5625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .footer {
    padding-top: calc(2rem + 4.5625 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .footer {
    padding-top: 2rem;
  }
}
.footer {
  padding-bottom: 2rem;
}
@media (max-width: 29.99875em) {
  .footer {
    padding-bottom: 0.35rem;
  }
}
.footer__grid {
  display: grid;
}
@media (min-width: 87.5em) {
  .footer__grid {
    gap: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .footer__grid {
    gap: calc(1.5rem + 4.75 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .footer__grid {
    gap: 1.5rem;
  }
}
@media (max-width: 29.99875em) {
  .footer__grid {
    gap: 40px;
  }
}
.footer__bottom {
  text-align: center;
  font-size: 12px;
}
@media (max-width: 46.49875em) {
  .footer__bottom {
    text-align: right;
    margin-top: 10px;
  }
}

.footer-top {
  display: flex;
  justify-content: center;
}
@media (min-width: 87.5em) {
  .footer-top {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .footer-top {
    -moz-column-gap: calc(2rem + 5.5 * (100vw - 62rem) / 25.5);
         column-gap: calc(2rem + 5.5 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .footer-top {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.footer-top {
  row-gap: 40px;
}
@media (max-width: 63.99875em) {
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 63.99875em) and (min-width: 87.5em) {
  .footer-top {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }
}
@media (min-width: 63.99875em) and (min-width: 64em) and (max-width: 87.5em) {
  .footer-top {
    -moz-column-gap: calc(4.375rem + 3.125 * (100vw - 64rem) / 23.5);
         column-gap: calc(4.375rem + 3.125 * (100vw - 64rem) / 23.5);
  }
}
@media (min-width: 63.99875em) and (max-width: 64em) {
  .footer-top {
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }
}
@media (max-width: 46.49875em) {
  .footer-top__logo {
    display: none;
  }
}
.footer-top__logo img {
  width: 106px;
  height: 72px;
}
@media (max-width: 29.99875em) {
  .footer-top__logo img {
    width: 72px;
  }
}
@media (max-width: 29.99875em) {
  .footer-top__logo {
    order: 2;
  }
}
@media (max-width: 63.99875em) {
  .footer-top__logo {
    justify-self: center;
  }
}
.footer-top__menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
@media (min-width: 87.5em) {
  .footer-top__menu {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .footer-top__menu {
    -moz-column-gap: calc(1.5rem + 6 * (100vw - 62rem) / 25.5);
         column-gap: calc(1.5rem + 6 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .footer-top__menu {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (max-width: 63.99875em) {
  .footer-top__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 46.49875em) and (min-width: 87.5em) {
  .footer-top__menu {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }
}
@media (min-width: 46.49875em) and (min-width: 64em) and (max-width: 87.5em) {
  .footer-top__menu {
    -moz-column-gap: calc(4.375rem + 3.125 * (100vw - 64rem) / 23.5);
         column-gap: calc(4.375rem + 3.125 * (100vw - 64rem) / 23.5);
  }
}
@media (min-width: 46.49875em) and (max-width: 64em) {
  .footer-top__menu {
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }
}
.footer-top__menu ul li a {
  display: block;
  padding: 4px 0;
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}
.footer-top__menu ul li._soon > a::after {
  position: absolute;
  background: #fefefc;
}
@media (max-width: 29.99875em) {
  .footer-top__menu ul li._soon > a::after {
    content: "soon";
    padding: 0 3px 2px 3px;
    line-height: 9px;
    font-size: 8px;
  }
}
.footer-top__title,
.footer-top .footer-top__menu > li > a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.socials {
  display: grid;
}
.socials__item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  padding: 4px 0;
  font-size: 11px;
  line-height: 18px;
}
.socials__item svg {
  width: 20px;
  height: 20px;
}
.first__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 46.49875em) {
  .first__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.first__item {
  position: relative;
}
.first__item--large {
  grid-column: 1/-1;
}
.first__item--large > img {
  width: 100%;
  aspect-ratio: 1490/850;
}
@media (max-width: 46.49875em) {
  .first__item--large {
    order: 1;
  }
}
.first__item--default {
  position: relative;
}
@media (max-width: 46.49875em) {
  .first__item--default {
    aspect-ratio: 497/461;
  }
}
.first__item--default img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 46.49875em) {
  .first__item--default:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 46.49875em) {
  .first__item--default:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 46.49875em) {
  .first__item--text {
    grid-column: 1/-1;
    order: 2;
  }
}
.first__body {
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
@media (min-width: 87.5em) {
  .first__body {
    gap: 2.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .first__body {
    gap: calc(1.5rem + 0.625 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .first__body {
    gap: 1.5rem;
  }
}
@media (min-width: 87.5em) {
  .first__body {
    padding: 2.5rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .first__body {
    padding: calc(1.25rem + 1.25 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .first__body {
    padding: 1.25rem;
  }
}
.first__title {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.first__image img {
  max-width: 100%;
  height: auto;
}
.first__text {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  grid-gap: 16px;
  gap: 16px;
}
@media (max-width: 46.49875em) {
  .hero__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 29.99875em) {
  .hero__grid {
    gap: 8px;
  }
}
.hero__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.hero__item:nth-child(1) {
  grid-row: span 2;
}
@media (max-width: 46.49875em) {
  .hero__item:nth-child(1) {
    grid-column: 1/-1;
  }
  .hero__item:nth-child(1) .hero__image img {
    aspect-ratio: 720/353;
    -o-object-position: 50% 60%;
       object-position: 50% 60%;
  }
}
.hero__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.hero__item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.hero__item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.hero__item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 46.49875em) {
  .hero__item:nth-child(2), .hero__item:nth-child(3), .hero__item:nth-child(4), .hero__item:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border: 1px solid var(--line_color);
}
.hero__image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease 0s;
  aspect-ratio: 1;
  transform: translateZ(0) scale(1.002);
  will-change: transform;
}
.hero__image:hover img {
  transform: translateZ(0) scale(1.1);
}
.hero__item--title {
  display: flex;
  width: 100%;
  position: absolute;
  z-index: 1;
  padding: 16px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 29.99875em) {
  .hero__item--title {
    padding: 8px;
    font-size: 12px;
  }
}

.second__shell {
  display: grid;
}
@media (min-width: 87.5em) {
  .second__shell {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .second__shell {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .second__shell {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 87.5em) {
  .second__shell[\:not-has\(.second__top\)] {
    padding-top: 6.25rem;
  }
  .second__shell:not(:has(.second__top)) {
    padding-top: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .second__shell[\:not-has\(.second__top\)] {
    padding-top: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
  }
  .second__shell:not(:has(.second__top)) {
    padding-top: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .second__shell[\:not-has\(.second__top\)] {
    padding-top: 3.125rem;
  }
  .second__shell:not(:has(.second__top)) {
    padding-top: 3.125rem;
  }
}
.second__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
@media (min-width: 87.5em) {
  .second__top {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .second__top {
    margin-bottom: calc(1.5rem + 1.625 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .second__top {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 29.99875em) {
  .second__top {
    grid-template-columns: 1fr;
  }
}
.second__top-image {
  position: relative;
  aspect-ratio: 738/740;
}
.second__top-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.second__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  gap: 16px;
  padding: 0 16px;
}
@media (min-width: 87.5em) {
  .second__grid {
    margin-bottom: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .second__grid {
    margin-bottom: calc(1.5rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .second__grid {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 46.49875em) {
  .second__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 29.99875em) {
  .second__grid {
    grid-template-columns: 1fr;
  }
}
.second__button {
  justify-self: center;
}

.product-item {
  display: grid;
  cursor: pointer;
  grid-gap: 15px;
  gap: 15px;
  max-width: 350px;
  width: 100%;
  grid-auto-rows: auto 1fr;
  height: 100%;
}
@media (any-hover: hover) {
  .product-item:hover .product-item__image img {
    transform: scale(1.1);
  }
  .product-item:hover .product-item__body {
    color: #a7713a;
  }
}
.product-item__image {
  position: relative;
  aspect-ratio: 1/1;
  border: 1px solid #e8e8e8;
  border: 1px solid var(--line_color);
  overflow: hidden;
  background: white;
  background: url("../img/loading.svg");
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.product-item__image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item__image img {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s;
}
@media (min-width: 87.5em) {
  .product-item__image img {
    padding: 2.5rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .product-item__image img {
    padding: calc(1rem + 1.5 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .product-item__image img {
    padding: 1rem;
  }
}
.product-item__body {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.6px;
  transition: all 0.5s ease 0s;
  padding-bottom: 24px;
  grid-auto-rows: 1fr auto;
}
.product-item__favorite {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  left: 16px;
}
.product-item__favorite svg {
  width: 100%;
  height: 100%;
}
.product-item__price {
  letter-spacing: 0.6px;
  color: #01110b;
}
.product-item__buttons {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}
.product-item__buttons .button, .product-item__buttons .collection-header .filter-group-display__submit input, .collection-header .filter-group-display__submit .product-item__buttons input {
  padding: 5px 10px;
}

@media (min-width: 87.5em) {
  .mirror {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .mirror {
    padding-bottom: calc(5rem + 1.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .mirror {
    padding-bottom: 5rem;
  }
}
@media (min-width: 46.49875em) {
  .mirror._reverse .mirror__grid {
    grid-template-columns: 1.6fr 2fr;
  }
  .mirror._reverse .mirror__left {
    order: 2;
  }
  .mirror._reverse .mirror__right {
    order: 1;
  }
}
.mirror__grid {
  display: grid;
  grid-template-columns: 2fr 1.6fr;
  align-items: center;
}
@media (min-width: 87.5em) {
  .mirror__grid {
    gap: 10rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .mirror__grid {
    gap: calc(1.5rem + 8.5 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .mirror__grid {
    gap: 1.5rem;
  }
}
@media (max-width: 46.49875em) {
  .mirror__grid {
    grid-template-columns: 1fr;
    grid-area: 32px;
  }
}
.mirror__left {
  min-width: 0;
}
.mirror__slider .swiper-pagination {
  position: relative;
  bottom: auto;
}
@media (min-width: 87.5em) {
  .mirror__slider .swiper-pagination {
    padding-top: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .mirror__slider .swiper-pagination {
    padding-top: calc(1.5rem + 0.375 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .mirror__slider .swiper-pagination {
    padding-top: 1.5rem;
  }
}
.mirror__slide {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 740/722;
}
.mirror__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mirror__right {
  display: grid;
}
@media (min-width: 87.5em) {
  .mirror__right {
    gap: 4rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .mirror__right {
    gap: calc(1.5rem + 2.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .mirror__right {
    gap: 1.5rem;
  }
}
.mirror__right {
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.mirror__title {
  text-align: center;
}
.favorite-button {
  padding: 8px;
  margin: -8px;
  box-sizing: content-box;
}
.favorite-button svg {
  width: 15px !important;
  height: 15px !important;
}
.favorite-button svg[\:has\(use\[href\%3D\%22\%23_icon-like-filled\%22\]\)] {
  display: none;
}
.favorite-button svg:has(use[href="#_icon-like-filled"]) {
  display: none;
}
.favorite-button._active svg[\:has\(use\[href\%3D\%22\%23_icon-like-outline\%22\]\)] {
  display: none;
}
.favorite-button._active svg:has(use[href="#_icon-like-outline"]) {
  display: none;
}
.favorite-button._active svg[\:has\(use\[href\%3D\%22\%23_icon-like-filled\%22\]\)] {
  display: block;
}
.favorite-button._active svg:has(use[href="#_icon-like-filled"]) {
  display: block;
}

.favorites {
  display: grid;
}
.favorites__container > hr:first-child {
  margin-bottom: 35px;
}
@media (min-width: 87.5em) {
  .favorites[\:not-has\(.favorites__container\%20\%3E\%20hr\:last-child\)] {
    padding-bottom: 6.25rem;
  }
  .favorites:not(:has(.favorites__container > hr:last-child)) {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .favorites[\:not-has\(.favorites__container\%20\%3E\%20hr\:last-child\)] {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
  }
  .favorites:not(:has(.favorites__container > hr:last-child)) {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .favorites[\:not-has\(.favorites__container\%20\%3E\%20hr\:last-child\)] {
    padding-bottom: 3.125rem;
  }
  .favorites:not(:has(.favorites__container > hr:last-child)) {
    padding-bottom: 3.125rem;
  }
}
.favorites__top {
  display: grid;
  text-align: center;
}
@media (min-width: 87.5em) {
  .favorites__top {
    gap: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .favorites__top {
    gap: calc(0.875rem + 1.625 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .favorites__top {
    gap: 0.875rem;
  }
}
.favorites__text {
  max-width: 700px;
  margin: 0px auto;
}
.favorites__shell {
  display: grid;
  grid-gap: 60px;
  gap: 60px;
}
.favorites__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 87.5em) {
  .favorites__grid {
    gap: 3.75rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .favorites__grid {
    gap: calc(1.5rem + 2.25 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .favorites__grid {
    gap: 1.5rem;
  }
}
@media (max-width: 46.49875em) {
  .favorites__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 29.99875em) {
  .favorites__grid {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }
}
.favorites__button {
  justify-self: center;
}

@media (min-width: 87.5em) {
  .cards {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cards {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cards {
    padding-bottom: 3.125rem;
  }
}
.cards__shell {
  display: grid;
}
@media (min-width: 87.5em) {
  .cards__shell {
    gap: 1rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cards__shell {
    gap: calc(0.5rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cards__shell {
    gap: 0.5rem;
  }
}
.cards__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.cards__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
  grid-row-gap: 40px;
  row-gap: 40px;
}
.cards__grid[\:has\(.cards__item\:first-child\:last-child\)] {
  grid-template-columns: 1fr;
}
.cards__grid:has(.cards__item:first-child:last-child) {
  grid-template-columns: 1fr;
}
.cards__grid[\:has\(.cards__item\:first-child\:last-child\)] .cards__image {
  justify-self: center;
}
.cards__grid:has(.cards__item:first-child:last-child) .cards__image {
  justify-self: center;
}
@media (max-width: 35.99875em) {
  .cards__grid {
    grid-template-columns: 1fr;
  }
}
.cards__item {
  display: grid;
  grid-template-rows: auto 1fr;
}
.cards__image {
  position: relative;
  width: 100%;
  aspect-ratio: 737/457;
}
.cards__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards__body {
  display: grid;
  grid-template-rows: 1fr auto;
}
.cards__body-top {
  display: grid;
  align-items: start;
  align-content: start;
}
@media (min-width: 87.5em) {
  .cards__body-top {
    gap: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cards__body-top {
    gap: calc(1.5rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cards__body-top {
    gap: 1.5rem;
  }
}
@media (min-width: 87.5em) {
  .cards__body {
    gap: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cards__body {
    gap: calc(1.5rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cards__body {
    gap: 1.5rem;
  }
}
.cards__body {
  text-align: center;
}
@media (min-width: 87.5em) {
  .cards__body {
    padding: 3.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cards__body {
    padding: calc(1.5rem + 1.625 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cards__body {
    padding: 1.5rem;
  }
}
.cards__body {
  padding-bottom: 0 !important;
}
.cards__item-title {
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 29.99875em) {
  .cards__item-title {
    font-size: 27px;
    line-height: 30px;
  }
}
.cards__text {
  font-size: 15px;
  flex: 1 1 auto;
}
.cards__button {
  justify-self: center;
}

#loading_screen {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5000;
}

#loading_screen.hide {
  display: none !important;
}

#loading_screen .loading-screen-wrap {
  text-align: center;
}

#loading_screen .loading-screen-wrap .loading-gif img {
  max-height: 200px;
  width: auto;
  margin: 0 auto;
}

@keyframes loader_animate {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.loading-gif {
  position: relative;
  padding: 0 30px;
}
.loading-gif img {
  max-width: 100%;
}
.loading-gif::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7);
  animation: loader_animate 2s infinite linear;
}

#loading_screen .loading-screen-wrap .loading-msg {
  text-transform: lowercase;
  font-size: 24px;
  font-style: italic;
  margin-top: 10%;
  display: none;
}

@media (min-width: 87.5em) {
  .page-404 {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .page-404 {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .page-404 {
    padding-bottom: 3.125rem;
  }
}
.page-404__grid {
  display: grid;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
@media (min-width: 87.5em) {
  .page-404__grid {
    gap: 3.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .page-404__grid {
    gap: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .page-404__grid {
    gap: 1.875rem;
  }
}
@media (min-width: 87.5em) {
  .cart-empty-section {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cart-empty-section {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cart-empty-section {
    padding-bottom: 3.125rem;
  }
}
.cart-empty-section__grid {
  display: grid;
  justify-content: center;
  text-align: center;
  justify-items: center;
}
@media (min-width: 87.5em) {
  .cart-empty-section__grid {
    gap: 3.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cart-empty-section__grid {
    gap: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cart-empty-section__grid {
    gap: 1.875rem;
  }
}
@media (min-width: 87.5em) {
  .catalog-empty__body {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .catalog-empty__body {
    margin-bottom: calc(1rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .catalog-empty__body {
    margin-bottom: 1rem;
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #093229;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
}
.whatsapp-float svg {
  width: 20px;
  height: 20px;
  fill: white;
}
.whatsapp-float {
  transition: background-color 0.3s;
  z-index: 100;
}

.whatsapp-float:hover {
  background-color: #105546;
}

.large-cards__container[\:has\(.swiper\)] {
  max-width: 1160px;
}

.large-cards__container:has(.swiper) {
  max-width: 1160px;
}
.large-cards__slider .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
}
.large-cards__slide {
  flex: 0 0 auto;
  width: 100%;
}

.large-cards-item__image {
  position: relative;
  aspect-ratio: 1490/900;
}
.large-cards-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-cards-item__body {
  display: grid;
  justify-content: center;
  justify-items: center;
}
@media (min-width: 87.5em) {
  .large-cards-item__body {
    gap: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .large-cards-item__body {
    gap: calc(1.25rem + 0.75 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .large-cards-item__body {
    gap: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .large-cards-item__body {
    padding-top: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .large-cards-item__body {
    padding-top: calc(1.25rem + 0 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .large-cards-item__body {
    padding-top: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .large-cards-item__body {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .large-cards-item__body {
    padding-bottom: calc(2.5rem + 1.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .large-cards-item__body {
    padding-bottom: 2.5rem;
  }
}
.large-cards-item__title {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.4px;
}
@media (max-width: 46.49875em) {
  .large-cards-item__title {
    font-size: 27px;
    line-height: 30px;
  }
}
.large-cards-item__text {
  max-width: 850px;
  text-align: center;
}
@media (min-width: 87.5em) {
  .catalog[\:not-has\(\%2B\%20.backtop\)] {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
  .catalog[\:not-has\(\%2B\%20.backtop\)] {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
  .catalog:not(:has(+ .backtop)) {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .catalog[\:not-has\(\%2B\%20.backtop\)] {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
  .catalog[\:not-has\(\%2B\%20.backtop\)] {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
  .catalog:not(:has(+ .backtop)) {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .catalog[\:not-has\(\%2B\%20.backtop\)] {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
  .catalog[\:not-has\(\%2B\%20.backtop\)] {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
  .catalog:not(:has(+ .backtop)) {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}
@media (min-width: 87.5em) {
  .catalog__grid {
    -moz-column-gap: 3.4375rem;
         column-gap: 3.4375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .catalog__grid {
    -moz-column-gap: calc(1rem + 2.4375 * (100vw - 23.4375rem) / 64.0625);
         column-gap: calc(1rem + 2.4375 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .catalog__grid {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 87.5em) {
  .catalog__grid {
    row-gap: 2.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .catalog__grid {
    row-gap: calc(1.5rem + 1.125 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .catalog__grid {
    row-gap: 1.5rem;
  }
}
@media (max-width: 46.49875em) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 46.49875em) {
  .catalog__grid[\:not-has\(.product-item\:nth-child\(4\)\)] .catalog__image {
    aspect-ratio: 720/900;
  }
  .catalog__grid:not(:has(.product-item:nth-child(4))) .catalog__image {
    aspect-ratio: 720/900;
  }
}
.catalog__grid .product-item__body {
  padding-bottom: 0;
  font-size: 12px;
}
.catalog__grid .product-item__image {
  aspect-ratio: 1/1;
}
.catalog__image {
  position: relative;
  grid-column: span 2;
  height: 100%;
}
@media (min-width: 46.49875em) {
  .catalog__image {
    grid-row: span 2;
  }
}
@media (max-width: 46.49875em) {
  .catalog__image {
    aspect-ratio: 720/900;
  }
}
.catalog__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 87.5em) {
  .catalog .pagination {
    padding-top: 5.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .catalog .pagination {
    padding-top: calc(1.875rem + 3.75 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .catalog .pagination {
    padding-top: 1.875rem;
  }
}

.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 200px;
}
.pagination__list li {
  flex: 0 0 auto;
  width: 44px;
}
@media (any-hover: hover) {
  .pagination__list li:hover a {
    background: #ebe7e3;
  }
  .pagination__list li:hover a::after {
    opacity: 1;
  }
}
.pagination__list li span,
.pagination__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75em;
  color: #101010;
}
.pagination__list li span::after,
.pagination__list li a::after {
  content: "";
  display: block;
  width: 20px;
  position: absolute;
  bottom: 8px;
  height: 1px;
  left: 50%;
  transform: translate(-50%);
  background-color: currentColor;
}
.pagination__list li a {
  transition: all 0.2s ease 0s;
}
.pagination__list li a::after {
  opacity: 0;
}
.pagination__item {
  aspect-ratio: 1/1;
  align-items: center;
  position: relative;
  width: 100%;
}
.pagination__item-arrow::after {
  display: none !important;
}
.pagination__item-arrow::after {
  content: "";
}
.pagination__item-arrow svg {
  transform: rotate(-90deg);
  width: 15px;
  height: 6px;
}
.pagination__item--next svg {
  transform: rotate(90deg);
}
.wp-pagenavi .pagination__list ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 200px;
}
.wp-pagenavi .pagination__list ul.page-numbers li {
  flex: 0 0 auto;
  width: 44px;
}
@media (any-hover: hover) {
  .wp-pagenavi .pagination__list ul.page-numbers li:hover a.page-numbers {
    background: #ebe7e3;
  }
  .wp-pagenavi .pagination__list ul.page-numbers li:hover a.page-numbers::after {
    opacity: 1;
  }
}
.wp-pagenavi .pagination__list ul.page-numbers li a,
.wp-pagenavi .pagination__list ul.page-numbers li span {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.75em;
  color: #101010;
  margin: 0;
  border: none;
}
.wp-pagenavi .pagination__list ul.page-numbers li a::after,
.wp-pagenavi .pagination__list ul.page-numbers li span::after {
  content: "";
  display: block;
  width: 20px;
  position: absolute;
  bottom: 8px;
  height: 1px;
  left: 50%;
  transform: translate(-50%);
  background-color: currentColor;
}
.wp-pagenavi .pagination__list ul.page-numbers li .next::after {
  display: none;
}
.wp-pagenavi .pagination__list ul.page-numbers li .next svg {
  transform: rotate(-90deg);
  width: 15px;
  height: 6px;
}
.wp-pagenavi .pagination__list ul.page-numbers li .dots::after {
  content: "";
  display: none;
}
.wp-pagenavi .pagination__list ul.page-numbers li .prev::after {
  display: none;
}
.wp-pagenavi .pagination__list ul.page-numbers li .prev svg {
  transform: rotate(90deg);
  width: 15px;
  height: 6px;
}

.filters-title {
  font-weight: 500;
  letter-spacing: 1px;
}

.product-filters {
  display: none;
  align-items: center;
  margin-right: auto;
}
@media screen and (max-width: 860px) {
  .product-filters {
    display: flex;
  }
}

.collection-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding-bottom: 50px;
}
@media (max-width: 73.74875em) {
  .collection-header {
    padding-bottom: 20px;
  }
}
@media (max-width: 73.74875em) {
  .collection-header {
    padding-top: 30px;
  }
}
@media (max-width: 46.49875em) {
  .collection-header {
    padding-top: 0;
  }
}
.collection-header__title {
  text-align: center;
}
.collection-header .collection-intro {
  text-align: center;
  max-width: 700px;
}
.collection-header .filter-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 3.4375rem;
  -moz-column-gap: 3.4375rem;
       column-gap: 3.4375rem;
  grid-row-gap: 1em;
  row-gap: 1em;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-top: 1px solid var(--line_color);
  border-bottom: 1px solid #e8e8e8;
  border-bottom: 1px solid var(--line_color);
  width: 100%;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.collection-header .filter-form .filter-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 0.5rem;
}
.collection-header .filter-form .filter-options .filter-group .filter-group-summary {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  /* Убираем стрелку в Safari и других WebKit‑браузерах */
}
.collection-header .filter-form .filter-options .filter-group .filter-group-summary::-webkit-details-marker {
  display: none;
}
.collection-header .filter-form .filter-options .filter-group .filter-group-summary {
  /* Для кросс‑браузерности (Chrome, Firefox) можно также: */
}
.collection-header .filter-form .filter-options .filter-group .filter-group-summary::marker {
  content: none;
}
.collection-header .filter-form .filter-options .filter-group .filter-group-summary .icon {
  position: relative;
  top: -1px;
  width: 8px;
  height: 6px;
}
.collection-header .filter-form .active-filters {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  justify-self: flex-end;
  text-transform: uppercase;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 0.5rem;
}
.collection-header .filter-form .active-filters button {
  font-size: 11px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.collection-header .filter-form .filter-group {
  position: relative;
}
.collection-header .filter-form .filter-group .filter-group-display {
  display: grid;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 20px 10px 10px;
  background: #ffffff;
  background: var(--secondary_color);
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  max-height: 330px;
  border: 1px solid #e8e8e8;
  border: 1px solid var(--line_color);
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .collection-header {
    row-gap: 15px;
  }
  .collection-header .filter-options,
  .collection-header .active-filters {
    flex-direction: column !important;
    align-items: start !important;
    justify-self: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 500px) {
  .collection-header .filter-form {
    grid-template-columns: 1fr 1fr;
  }
  .collection-header .collection-title {
    font-size: 27px;
  }
}
.collection-header .filter-group-display__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding-bottom: 10px;
  order: -1;
}
.collection-header .filter-group-display__submit {
  margin-top: 10px;
}
.collection-header .filter-group-display__submit input {
  cursor: pointer;
  font-size: 10px;
  padding: 7px 40px;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .collection-header .filter-group-display__submit input:hover {
    background: white;
  }
}
.collection-header .filter-group-display__price-range-from,
.collection-header .filter-group-display__price-range-to {
  padding: 4px 0;
}
.collection-header .filter-group-display__price-range-from input,
.collection-header .filter-group-display__price-range-to input {
  min-width: 90px;
}
.collection-header .filter-group-display li label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 4px 0;
}
.collection-header > .collection-filters-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.collection-header > .collection-filters-wrapper > li {
  padding: 20px;
}
.collection-header > .collection-filters-wrapper > li .collection-filters {
  border: 1px solid #d1d1d1;
}

@media screen and (max-width: 860px) {
  #filters-form {
    display: none;
  }
}

#filters-form.is-open {
  display: grid;
}

.detailed__container {
  max-width: 1300px;
}
.detailed__grid {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media (max-width: 63.99875em) {
  .detailed__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 46.49875em) {
  .detailed__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 29.99875em) {
  .detailed__grid {
    grid-template-columns: 1fr;
  }
}
.detailed__left {
  min-width: 0;
  display: grid;
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 63.99875em) {
  .detailed__left {
    gap: 12px;
  }
}
.detailed__slide {
  cursor: zoom-in;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  border: 1px solid #ebe7e3;
  aspect-ratio: 1/1;
}
.detailed__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailed__slider-thumb:not(.swiper-initialized) .detailed__swiper-thumb {
  gap: 12px;
}
@media (min-width: 63.99875em) {
  .detailed__slider-thumb:not(.swiper-initialized) .detailed__swiper-thumb {
    gap: 30px;
  }
}
.detailed__slide-thumb {
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
  width: 200px;
  max-width: calc(33.3333333333% - 20px);
  border: 1px solid #ebe7e3;
  aspect-ratio: 1/1;
  transition: border-color 0.2s ease 0s;
}
.detailed__slide-thumb.swiper-slide-thumb-active {
  border-color: #093229;
}
@media (max-width: 63.99875em) {
  .detailed__slide-thumb {
    width: 100px;
  }
}
@media (any-hover: hover) {
  .detailed__slide-thumb:hover {
    border-color: #093229;
  }
}
.detailed__slide-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailed__right {
  display: grid;
  align-items: start;
}

.woocommerce-breadcrumb {
  font-size: 12px;
  margin-bottom: 2.25rem;
  line-height: normal;
}
@media (max-width: 63.99875em) {
  .woocommerce-breadcrumb {
    margin-bottom: 1rem;
  }
}

.detailed-right {
  position: sticky;
  top: 10px;
}
.detailed-right__top {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}
.detailed-right__title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 744px) {
  .detailed-right__title {
    font-size: 18px;
  }
}
@media (max-width: 29.99875em) {
  .detailed-right__title {
    font-size: 16px;
  }
}
.detailed-right .yith-wcwl-icon-svg {
  width: 20px !important;
  height: 20px !important;
}
.detailed-right__information {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  row-gap: 4px;
}
.detailed-right__info-small {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
}
.detailed-right__info ul {
  margin-bottom: 24px !important;
}
.detailed-right__info ul {
  gap: 0px;
}
.detailed-right__info ul li {
  padding-left: 0;
}
.detailed-right__info ul li::before {
  display: none;
}
.detailed-right__info ul li strong {
  font-weight: 400;
}
.detailed-right__price, .detailed-right__sku {
  display: flex;
}
.detailed-right__price::after, .detailed-right__sku::after {
  content: "";
  display: block;
  background: #01110b;
  background: var(--primary_color);
  width: 1px;
  height: 1rem;
  margin: 0 15px;
  bottom: -0.2rem;
  position: relative;
}
@media (max-width: 1175px) {
  .detailed-right__price {
    width: 100%;
  }
  .detailed-right__price::after {
    display: none;
  }
}
.detailed-right__price.no-price {
  display: none;
}
.detailed-right__price-divider {
  display: block;
  background: #01110b;
  background: var(--primary_color);
  width: 1px;
  height: 1rem;
  margin: 0 15px;
  bottom: -0.2rem;
  position: relative;
}
.detailed-right__favorite {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detailed-right__favorite svg {
  transform: translateY(-2px);
}
.detailed-right__favorite span {
  display: inline-block;
}
.detailed-right__favorite span:last-child {
  display: none;
}
.detailed-right__favorite._active span:first-child {
  display: none;
}
.detailed-right__favorite._active span:last-child {
  display: inline-block;
}
.detailed-right__notion {
  padding-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
.detailed-right__installment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-size: 12px;
  line-height: 20px;
}
.detailed-right__installment-text {
  flex: 1 1 100%;
}
.detailed-right__icon {
  width: 43px;
  height: 11px;
  color: rgb(84, 51, 235);
}
.detailed-right__middle hr {
  margin: 24px 0;
  width: 100%;
}
.detailed-right__text {
  font-size: 16px;
  line-height: 20px;
}
.detailed-right__select-label {
  font-size: 12px;
  line-height: 20px;
}
.detailed-right__bottom hr {
  margin: 24px 0;
  width: 100%;
}
.detailed-right__buttons {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}
.detailed-right__button {
  width: min(420px, 100%);
}
.detailed-right__text {
  font-size: 16px;
  line-height: 26px;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 8px;
}
.breadcrumbs__item {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumbs__item:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 0.2em;
  position: relative;
}
.breadcrumbs__link {
  transition: all 0.2s ease 0s;
}
@media (any-hover: hover) {
  .breadcrumbs__link:hover {
    color: #a7713a;
  }
}

.single-product .main {
  padding-top: 1.75rem;
}

.cart {
  padding-top: 50px;
}
@media (max-width: 46.49875em) {
  .cart {
    padding-top: 0;
  }
}
@media (min-width: 87.5em) {
  .cart {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cart {
    padding-bottom: calc(3.125rem + 6.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cart {
    padding-bottom: 3.125rem;
  }
}
.cart__grid {
  display: grid;
  grid-template-columns: 1.67fr 1fr;
}
@media (min-width: 87.5em) {
  .cart__grid {
    gap: 4.375rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .cart__grid {
    gap: calc(1.5rem + 2.875 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .cart__grid {
    gap: 1.5rem;
  }
}
@media (max-width: 63.99875em) {
  .cart__grid {
    grid-template-columns: 1fr;
  }
}
.cart-left__top {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.cart-left__title {
  text-transform: uppercase;
  flex: 1 1 auto;
  font-size: 30px;
  text-transform: uppercase;
}
.cart-left__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cart-left__actions-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
}
.cart-left__actions-item svg {
  width: 14px;
  height: 14px;
}
.cart-left__actions-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #a58a65;
  background-color: var(--accent_color);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (any-hover: hover) {
  .cart-left__actions-item:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.cart-left__grid {
  display: grid;
}
@media (min-width: 87.5em) {
  .cart-left__grid {
    gap: 3.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cart-left__grid {
    gap: calc(1.5rem + 1.625 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cart-left__grid {
    gap: 1.5rem;
  }
}
@media (min-width: 87.5em) {
  .cart-left__grid {
    padding-top: 4.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cart-left__grid {
    padding-top: calc(1.5rem + 2.875 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cart-left__grid {
    padding-top: 1.5rem;
  }
}
@media (min-width: 87.5em) {
  .cart-left__grid {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cart-left__grid {
    padding-bottom: calc(1.5rem + 2.875 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cart-left__grid {
    padding-bottom: 1.5rem;
  }
}

.cart-item {
  container-type: inline-size;
  padding: 24px;
  background: white;
  border: 1px solid #dfdfdf;
  border-radius: 0.375rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
@media (min-width: 87.5em) {
  .cart-item {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .cart-item {
    -moz-column-gap: calc(1.5rem + 2.25 * (100vw - 62rem) / 25.5);
         column-gap: calc(1.5rem + 2.25 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .cart-item {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (max-width: 29.99875em) {
  .cart-item {
    gap: 12px;
    padding: 12px;
    grid-template-columns: 1fr;
  }
}
.cart-item__image {
  display: block;
  position: relative;
  width: 200px;
  aspect-ratio: 1/1;
}
@container (max-width: 600px) {
  .cart-item__image {
    width: 150px;
  }
}
@container (max-width: 500px) {
  .cart-item__image {
    width: 100px;
  }
}
@media (max-width: 29.99875em) {
  .cart-item__image {
    width: 80%;
    margin: 0 auto;
  }
}
.cart-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-item__right {
  display: grid;
  grid-template-columns: 1fr auto;
  height: 100%;
}
@media (min-width: 87.5em) {
  .cart-item__right {
    gap: 3.75rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .cart-item__right {
    gap: calc(1.5rem + 2.25 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .cart-item__right {
    gap: 1.5rem;
  }
}
@container (max-width: 450px) {
  .cart-item__right {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cart-item__body {
  display: grid;
  align-items: start;
  align-content: space-between;
  justify-items: start;
}
@media (min-width: 87.5em) {
  .cart-item__body {
    gap: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cart-item__body {
    gap: calc(1.5rem + 1 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cart-item__body {
    gap: 1.5rem;
  }
}
.cart-item__text {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}
.cart-item__title {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #000000;
}
.cart-item__quantity {
  display: inline-grid;
  gap: 2px;
}
.cart-item__quantity .quantity {
  border: none;
}
@container (max-width: 450px) {
  .cart-item__quantity-remove {
    display: none;
  }
}
.cart-item__quantity-title {
  text-transform: uppercase;
}
.cart-item__remove {
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  transition: all 0.2s ease 0s;
}
@media (any-hover: hover) {
  .cart-item__remove:hover {
    color: #a7713a;
  }
}
.cart-item__price {
  align-self: end;
  text-transform: uppercase;
}
@media (max-width: 63.99875em) {
  .cart-item__price {
    grid-gap: 5px;
    gap: 5px;
    display: grid;
  }
}
@container (min-width: 450px) {
  .cart-item__price-remove {
    display: none;
  }
}
.cart-item__price-shell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
@container (min-width: 450px) {
  .cart-item__price-label {
    display: none;
  }
}

.cart-right {
  position: sticky;
  top: 10px;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  align-items: start;
  align-content: start;
}
.cart-right__top {
  display: grid;
}
@media (min-width: 87.5em) {
  .cart-right__top {
    gap: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .cart-right__top {
    gap: calc(0.5rem + 0.75 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .cart-right__top {
    gap: 0.5rem;
  }
}
.cart-right__title {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 20px;
}
.cart-right__subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.cart-right__subtitle p {
  flex: 1 1 auto;
}
.cart-right__subtitle span {
  text-transform: uppercase;
}
.cart-right__buttons {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}
.cart-right__checkout {
  margin-bottom: 12px;
}
.cart-right .woocommerce-Price-amount,
.cart-right .woocommerce-Price-currencySymbol {
  font-size: 14px;
}
.cart-right__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: all 0.2s ease 0s;
}
@media (any-hover: hover) {
  .cart-right__button:hover {
    opacity: 0.8;
  }
}
.cart-right__button--shoppay {
  background: #5433eb;
}
.cart-right__button--paypal {
  background: #ffc439;
}
.cart-right__button--gpay {
  background: black;
}
.cart-right__text-buttons {
  text-align: center;
}
.cart-right__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
}
.cart-right__bottom-title {
  font-weight: 700;
  flex: 1 1 auto;
}
.cart-right__bottom-link {
  cursor: pointer;
}
@media (any-hover: hover) {
  .cart-right__bottom-link:hover {
    text-decoration: underline;
  }
}
.cart-right__underbottom {
  text-transform: uppercase;
}

@media (min-width: 87.5em) {
  .checkout {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .checkout {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .checkout {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
}
.checkout__headline {
  display: grid;
}
@media (min-width: 87.5em) {
  .checkout__headline {
    gap: 0.75rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .checkout__headline {
    gap: calc(0.25rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .checkout__headline {
    gap: 0.25rem;
  }
}
@media (min-width: 87.5em) {
  .checkout__headline {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .checkout__headline {
    margin-bottom: calc(1.5rem + 0.75 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .checkout__headline {
    margin-bottom: 1.5rem;
  }
}
.checkout__back {
  display: flex;
  align-items: center;
  gap: 4px;
}
.checkout__back svg {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
}

/* Общий контейнер уведомлений */
.woocommerce-NoticeGroup-checkout {
  margin: 20px 0;
  width: 100%;
}

/* Базовый стиль для всех типов уведомлений */
.woocommerce-NoticeGroup-checkout ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-NoticeGroup-checkout ul.woocommerce-error,
.woocommerce-NoticeGroup-checkout ul.woocommerce-message,
.woocommerce-NoticeGroup-checkout ul.woocommerce-info {
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.5;
  background: #f9f9f9;
}

/* Ошибка (красная) */
.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
  background: #fef0f0;
  color: #a00;
}

/* Успех (зелёная) */
.woocommerce-NoticeGroup-checkout ul.woocommerce-message {
  background: #f0fff4;
  color: #0c6c3b;
}

/* Информация (синяя) */
.woocommerce-NoticeGroup-checkout ul.woocommerce-info {
  background: #f0f8ff;
  color: #004085;
}

#custom-coupon-message .woocommerce-error li {
  font-size: 0.75rem;
  line-height: 2;
  padding: 0 0.625rem;
}

/* Убираем лишние отступы у li */
.woocommerce-NoticeGroup-checkout li {
  margin: 0;
}

/* Делаем фокус доступным */
.woocommerce-NoticeGroup-checkout [role=alert] {
  outline: none;
}

wc-order-attribution-inputs {
  display: none;
}

.woocommerce form .form-row .required {
  visibility: hidden;
}

.woocommerce-billing-fields h3 {
  display: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  width: 100%;
  max-width: 560px;
  margin: 0px auto;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 29.99875em) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout input {
  width: 100%;
  display: block;
  padding: 0 0.625rem;
  height: 48px;
  min-width: 90px;
  border: 1px solid #e8e8e8;
  font-family: inherit;
}
.woocommerce-checkout input::-moz-placeholder {
  color: #999;
  font-style: normal;
  opacity: 1;
  font-size: 0.8rem;
  font-family: inherit;
}
.woocommerce-checkout input::placeholder {
  color: #999;
  font-style: normal;
  opacity: 1;
  font-size: 0.8rem;
  font-family: inherit;
}
.woocommerce-checkout .form-row {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce-checkout .form-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  grid-column: span 1;
}
@media (max-width: 29.99875em) {
  .woocommerce-checkout .form-row {
    grid-column: 1/-1 !important;
  }
}
.woocommerce-checkout #billing_first_name_field {
  order: 1;
}
.woocommerce-checkout #billing_last_name_field {
  order: 2;
}
.woocommerce-checkout #billing_email_field {
  order: 3;
}
.woocommerce-checkout #billing_phone_field {
  order: 4;
}
.woocommerce-checkout #billing_address_headline {
  order: 5;
  grid-column: 1/-1;
}
.woocommerce-checkout #billing_country_field {
  order: 6;
  grid-column: 1/-1;
}
.woocommerce-checkout #billing_state_field {
  order: 7;
  grid-column: 1/-1;
}
.woocommerce-checkout #billing_address_1_field {
  order: 8;
}
.woocommerce-checkout #billing_address_2_field {
  order: 9;
}
.woocommerce-checkout #billing_city_field {
  order: 10;
}
.woocommerce-checkout #billing_postcode_field {
  order: 11;
}
.woocommerce-checkout #billing_address_2_field .screen-reader-text {
  position: static !important;
  position: initial !important;
}
.woocommerce-checkout #billing_address_2_field .screen-reader-text {
  clip-path: initial;
}
.woocommerce-checkout .form__headline {
  grid-column: 1/-1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.woocommerce-checkout label {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.9375rem;
}
.woocommerce-checkout .checkout-inline-error-message {
  font-size: 0.75rem;
}

.select2-dropdown {
  background-color: #fff !important;
  color: #01110b !important;
  border: 1px solid #e8e8e8 !important;
}

.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em 2.5em 0.5em 0.5em;
  color: #999;
  cursor: pointer;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
}

.select2-selection__arrow {
  height: 48px !important;
  width: 2em !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 0.6em;
  height: 0.6em;
  border: 0;
  border-left: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 0;
  border-left: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(135deg);
}

.select2-results__option {
  padding: 0.35rem 0.75rem;
  line-height: normal;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #eae6e4 !important;
}

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

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eae6e4;
  font-size: 1rem;
}

.optional:not(#billing_address_2_field .optional) {
  display: none;
}

.checkout-form-grid .form__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
}
@media (min-width: 87.5em) {
  .checkout-form-grid .form__grid {
    gap: 4.375rem;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .checkout-form-grid .form__grid {
    gap: calc(1.5rem + 2.875 * (100vw - 62rem) / 25.5);
  }
}
@media (max-width: 62em) {
  .checkout-form-grid .form__grid {
    gap: 1.5rem;
  }
}
@media (max-width: 63.99875em) {
  .checkout-form-grid .form__grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
.checkout-form-grid .form__left {
  display: grid;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 2rem;
}
@media (min-width: 87.5em) {
  .checkout-form-grid .form__left {
    gap: 1.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .checkout-form-grid .form__left {
    gap: calc(1rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .checkout-form-grid .form__left {
    gap: 1rem;
  }
}
@media (max-width: 29.99875em) {
  .checkout-form-grid .form__left {
    padding: 2rem 1rem;
  }
}
.checkout-form-grid .woocommerce-checkout-review-order-table {
  padding: 0.125rem 0.625rem 0.75rem 0.625rem;
  background: #f8f8f8;
  border-radius: 0.25rem;
  line-height: normal;
  font-size: inherit;
  text-align: left;
  line-height: normal;
  width: 100%;
}
.checkout-form-grid .woocommerce-checkout-review-order-table thead {
  display: none;
}
.checkout-form-grid .woocommerce-checkout-review-order-table tbody {
  display: none;
}
.checkout-form-grid .woocommerce-checkout-review-order-table tfoot {
  width: 100%;
  line-height: 2em;
}
.checkout-form-grid .woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
  justify-content: space-between;
}
.checkout-form-grid .woocommerce-checkout-review-order-table tfoot th {
  font-size: 0.9375rem;
  padding-right: 1.25rem;
}
.checkout-form-grid .woocommerce-checkout-review-order-table tfoot label {
  font-weight: 300;
}
.checkout-form-grid .woocommerce-checkout-review-order-table tfoot .order-total,
.checkout-form-grid .woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 1.125rem;
  font-weight: bold;
}
.checkout-form-grid .woocommerce-checkout-review-order-table tfoot a {
  font-size: 0.75rem;
  text-decoration: underline;
}
.checkout-form-grid .woocommerce-checkout-review-order-table tfoot a.woocommerce-remove-coupon {
  display: block;
  display: block;
  text-align: right;
}
.checkout-form-grid .custom-coupon-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 2em 0;
}
.checkout-form-grid .custom-coupon-wrapper .form-line {
  display: flex;
  width: 100%;
  gap: 1.5em;
}
.checkout-form-grid .custom-coupon-wrapper .form-row-first {
  max-width: none;
  width: 100%;
}
.checkout-form-grid .custom-coupon-wrapper .form-row-last {
  flex: 1;
  white-space: nowrap;
}
.checkout-form-grid .custom-coupon-wrapper .woocommerce-message {
  font-size: 12px;
  line-height: 2;
  padding: 0 0.625rem;
}
.checkout-form-grid .custom-coupon-wrapper #custom_coupon_code {
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.checkout-form-grid .place-order {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}
.checkout-form-grid .button, .checkout-form-grid .collection-header .filter-group-display__submit input, .collection-header .filter-group-display__submit .checkout-form-grid input {
  margin: 0 auto;
}
@media (max-width: 29.99875em) {
  .checkout-form-grid .button, .checkout-form-grid .collection-header .filter-group-display__submit input, .collection-header .filter-group-display__submit .checkout-form-grid input {
    width: 100%;
  }
}

#payment {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wc_payment_methods input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.wc_payment_methods label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 0.625rem;
}
.wc_payment_methods label::before {
  content: "";
  align-self: flex-start;
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e8e8e8;
}
.wc_payment_methods label::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 7px;
  border-radius: 50%;
  background: #01110b;
  background: var(--primary_color);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.wc_payment_methods input:checked + label::after {
  transform: scale(1);
}

.payment_box {
  padding: 5px 9px;
  background: #f8f8f8;
  border-radius: 0.25rem;
  margin-top: 5px;
  line-height: normal;
  font-size: 0.75rem;
}

.woocommerce-shipping-totals td {
  line-height: 1.25;
  padding-top: 0.375rem;
}

.woocommerce-privacy-policy-text a {
  font-weight: 400;
  text-decoration: underline;
}

.woocommerce-privacy-policy-text {
  font-size: 0.75rem;
  margin: 1rem 0;
  line-height: normal;
}

.form-right {
  position: sticky;
  top: 115px;
  display: grid;
}
@media (min-width: 87.5em) {
  .form-right {
    gap: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .form-right {
    gap: calc(1.5rem + 0.5 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .form-right {
    gap: 1.5rem;
  }
}
.form-right {
  max-width: 560px;
  margin: 0 auto;
}
.form-right__title {
  text-align: center;
}
.form-right__payment {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.form-right__payment-item {
  width: 100%;
}
.form-right__payment .checkbox {
  align-items: start;
}
.form-right__payment .checkbox__text {
  padding-top: 5px;
}
.form-right__payment .payment-method-description {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  padding: 5px 9px;
  background: #f8f8f8;
  border-radius: 0.25rem;
  margin-top: 5px;
  line-height: normal;
  font-size: 12px;
}
.form-right__payment .payment-method-description.active {
  opacity: 1;
}
.form-right__agreement.newsletter-checkbox {
  order: -1;
}
.form-right__agreement.newsletter-checkbox #subscribe_newsletter {
  height: 1.5rem !important;
}
.form-right__agreement .checkbox {
  display: flex;
  font-weight: 300;
  align-items: center;
}
.form-right__agreement .checkbox__label::before {
  border: 0.0625rem solid #e8e8e8;
}
.form-right__agreement .checkbox__title {
  font-size: 12px;
}
.form-right hr {
  margin: 8px 0;
}

.woocommerce-thankyou-order-received {
  line-height: 1.1 !important;
  font-size: 37px !important;
}

.woocommerce-thankyou-order-received {
  letter-spacing: calc(1 * 0.6px);
  letter-spacing: calc(var(--font-heading-scale) * 0.6px);
}
@media (max-width: 29.99875em) {
  .woocommerce-thankyou-order-received {
    font-size: 27px !important;
  }
}

.woocommerce-thankyou-order-details {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 24px;
}
.woocommerce-thankyou-order-details__icon svg {
  width: 64px;
  height: 64px;
}
.woocommerce-thankyou-order-details__grid {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}
.woocommerce-thankyou-order-details__grid strong {
  font-weight: 700;
}

.woocommerce-order-payment-string p {
  font-size: 16px !important;
}
.woocommerce-order-payment-string {
  margin-bottom: 48px;
}

.order-thanks-details-woo > section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce-order-details__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}

.woocommerce-table--order-details {
  text-align: left;
  line-height: normal;
  width: 100%;
}
.woocommerce-table--order-details thead,
.woocommerce-table--order-details tbody {
  display: none;
}
.woocommerce-table--order-details tfoot tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.woocommerce-customer-details {
  text-align: left;
  line-height: normal;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  margin: 0.75rem 0;
  padding: 0.75rem 0;
}
.woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
.woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.woocommerce-customer-details address {
  font-style: normal;
}

.woocommerce-order {
  max-width: 600px;
  margin: 0px auto;
}
.woocommerce-order table {
  border: none !important;
}
.woocommerce-order table th,
.woocommerce-order table td,
.woocommerce-order table tr {
  background: none !important;
  border: none !important;
}

.order-actions-button {
  color: #01110b !important;
  color: var(--primary_color) !important;
  text-decoration: none !important;
}

td[\:has\(.order-actions-button\)] {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

td:has(.order-actions-button) {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed {
  background: #ffffff;
  border: 1px solid #ffbaba;
  color: #d63031;
  padding: 1.25rem;
  margin: 1.875rem 0;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.25;
  text-align: center;
}

@media (min-width: 87.5em) {
  .order-thanks {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .order-thanks {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .order-thanks {
    padding-bottom: 3.125rem;
  }
}
.order-thanks__container {
  max-width: 600px;
}
.order-thanks__grid {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}
.order-thanks__headline {
  border: 1px solid #eae6e4;
  border: 1px solid var(--btn_border_primary);
  border-radius: 8px;
  padding: 12px;
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}
.order-thanks__title {
  font-weight: 700;
}
.order-thanks__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
@media (max-width: 29.99875em) {
  .order-thanks__bottom {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }
}
.order-thanks__help a {
  font-weight: 700;
}
.order-thanks-top {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  gap: 16px;
  align-items: center;
  margin-top: 3px;
}
.order-thanks-top__icon {
  width: 48px;
  height: 48px;
}
.order-thanks-top__icon svg {
  width: 100%;
  height: 100%;
}
.order-thanks-top__thanks {
  line-height: 1;
}

.order-thanks-details {
  border: 1px solid #eae6e4;
  border: 1px solid var(--btn_border_primary);
  border-radius: 8px;
  padding: 12px;
}
.order-thanks-details__grid {
  display: grid;
  grid-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  grid-row-gap: 12px;
  row-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.order-thanks-details__item {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  align-items: start;
  align-content: start;
}
.order-thanks-details__item:nth-child(odd):last-child {
  grid-column: 1/-1;
}
.order-thanks-details__title {
  font-weight: 700;
}
.order-thanks-details__title span {
  font-weight: 400;
}
.order-thanks-details-woo {
  grid-column: 1/-1;
}

.payment-instructions {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.payment-instructions h2 {
  font-weight: 700;
  margin-bottom: 12px;
}

.woocommerce-bacs-bank-details {
  border-top: 1px solid #e8e8e8;
  margin: 0.75rem 0;
  padding: 0.75rem 0;
}

.wc-bacs-bank-details-heading,
.wc-bacs-bank-details-account-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}

.wc-bacs-bank-details-account-name {
  font-size: 0.875rem;
  margin: 0.5rem 0 0.1875rem;
}

.wc-bacs-bank-details li {
  font-weight: 700;
}
.wc-bacs-bank-details li strong {
  font-weight: 400;
}

@media (min-width: 87.5em) {
  .favorites-page {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .favorites-page {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .favorites-page {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
}
.favorites-page__container {
  max-width: 1000px;
}
.favorites-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 87.5em) {
  .favorites-page__grid {
    row-gap: 3.75rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .favorites-page__grid {
    row-gap: calc(1.5rem + 2.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .favorites-page__grid {
    row-gap: 1.5rem;
  }
}
@media (max-width: 46.49875em) {
  .favorites-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.favorites-item {
  max-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.favorites-item__image {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  margin-bottom: 13px;
}
.favorites-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.favorites-item__title {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.favorites-item__price {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.favorites-item__buttons {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  padding-top: 8px;
}
.favorites-item__add {
  width: min(205px, 100%);
}
.favorites-item__remove {
  font-size: 14px;
  line-height: 20px;
  width: min(205px, 100%);
  text-align: center;
}

@media (min-width: 87.5em) {
  .about-information {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .about-information {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .about-information {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
}
.about-information__grid {
  display: grid;
}
@media (min-width: 87.5em) {
  .about-information__grid {
    gap: 4.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .about-information__grid {
    gap: calc(2rem + 2.375 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .about-information__grid {
    gap: 2rem;
  }
}
.about-information__top {
  display: grid;
  text-align: center;
  max-width: 780px;
  margin: 0px auto;
}
@media (min-width: 87.5em) {
  .about-information__top {
    gap: 2.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .about-information__top {
    gap: calc(1rem + 1.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .about-information__top {
    gap: 1rem;
  }
}
.about-information__image {
  aspect-ratio: 1485/830;
  position: relative;
}
.about-information__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 87.5em) {
  .about-mirror {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .about-mirror {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .about-mirror {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
}
@media (max-width: 46.49875em) {
  .about-mirror {
    text-align: center;
  }
}
.about-mirror[\:has\(\%2B\%20.about-mirror\)] {
  padding-bottom: 0px !important;
}
.about-mirror:has(+ .about-mirror) {
  padding-bottom: 0px !important;
}
@media (max-width: 46.49875em) {
  .about-mirror[\:has\(\%2B\%20.about-mirror\)] {
    padding-bottom: 40px !important;
  }
  .about-mirror:has(+ .about-mirror) {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 46.49875em) {
  .about-mirror._reverse .about-mirror__image {
    order: 2;
  }
}
@media (min-width: 46.49875em) {
  .about-mirror._reverse .about-mirror__body {
    order: 1;
  }
}
.about-mirror__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 46.49875em) {
  .about-mirror__grid {
    grid-template-columns: 1fr;
  }
}
.about-mirror__image {
  position: relative;
  aspect-ratio: 1;
  align-self: start;
}
.about-mirror__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-mirror__body {
  display: grid;
  align-items: center;
  align-content: center;
  grid-gap: 24px;
  gap: 24px;
}
@media (min-width: 46.49875em) and (min-width: 87.5em) {
  .about-mirror__body {
    padding: 3.5rem;
  }
}
@media (min-width: 46.49875em) and (min-width: 23.4375em) and (max-width: 87.5em) {
  .about-mirror__body {
    padding: calc(0.5rem + 3 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (min-width: 46.49875em) and (max-width: 23.4375em) {
  .about-mirror__body {
    padding: 0.5rem;
  }
}
@media (max-width: 46.49875em) {
  .about-mirror__body {
    padding-top: 24px;
    gap: 12px;
  }
}
.about-mirror--global .about-mirror__body, .about-mirror--global._reverse .about-mirror__body {
  text-align: center;
}
.about-mirror--global .about-mirror__subtitle {
  font-size: 13px;
  opacity: 0.54;
}
.about-mirror--global p:not(:last-child) {
  margin-bottom: 1.25em;
}

@media (min-width: 87.5em) {
  .book {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .book {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .book {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
}
.book__grid {
  background: #e7e3de;
  border-radius: 1.25rem;
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 87.5em) {
  .book__grid {
    gap: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .book__grid {
    gap: calc(1.5rem + 0.375 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .book__grid {
    gap: 1.5rem;
  }
}
@media (min-width: 87.5em) {
  .book__grid {
    padding-top: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .book__grid {
    padding-top: calc(2rem + 4.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .book__grid {
    padding-top: 2rem;
  }
}
@media (min-width: 87.5em) {
  .book__grid {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .book__grid {
    padding-bottom: calc(2rem + 4.25 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .book__grid {
    padding-bottom: 2rem;
  }
}
@media (max-width: 46.49875em) {
  .book__title {
    text-align: center;
  }
}
.book__text {
  max-width: 710px;
  text-align: center;
}
@media (min-width: 87.5em) {
  .faq {
    padding-bottom: 6.25rem;
    padding-bottom: var(--start-pb, 6.25rem);
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .faq {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 64.0625);
    padding-bottom: calc(var(--end-pb, 3.125rem) + var(--middle-pb, 3.125) * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .faq {
    padding-bottom: 3.125rem;
    padding-bottom: var(--end-pb, 3.125rem);
  }
}
.faq__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 40px;
}
@media (min-width: 46.49875em) {
  .faq__image {
    aspect-ratio: 1840/436;
  }
}
@media (max-width: 46.49875em) {
  .faq__image {
    height: 200px;
  }
}
@media (max-width: 29.99875em) {
  .faq__image {
    margin: 0 20px;
  }
}
.faq__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.14);
  pointer-events: none;
}
.faq__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (max-width: 29.99875em) {
  .faq__image img {
    -o-object-position: 15.5% 50%;
       object-position: 15.5% 50%;
  }
}
.faq__title {
  position: relative;
  z-index: 5;
  color: white;
  text-transform: uppercase;
}
.faq__subtitle {
  margin-bottom: 16px;
}
@media (min-width: 87.5em) {
  .faq__subtitle {
    padding-top: 2.75rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.5em) {
  .faq__subtitle {
    padding-top: calc(2rem + 0.75 * (100vw - 23.4375rem) / 64.0625);
  }
}
@media (max-width: 23.4375em) {
  .faq__subtitle {
    padding-top: 2rem;
  }
}
.faq__grid {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}
.faq__row-title {
  margin-bottom: 20px;
  line-height: normal;
  font-weight: 500;
}

.faq-item {
  display: grid;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.faq-item:not(:last-child) {
  margin-bottom: 24px;
}
.faq-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 8px;
}
.faq-item__title svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  transition: all 0.2s ease 0s;
}
.faq-item__title._spoller-active svg {
  transform: rotate(-180deg);
}
.faq-item__body {
  padding-top: 20px;
}

.faq__subtitle,
.faq__title,
.book__title,
.about-mirror__title,
.about-information__title,
.form-right__title,
.checkout__title,
.cart-left__title,
.collection-header__title,
.cart-empty-section .woocommerce-info,
.page-404__title,
.cards__title,
.favorites__title,
.mirror__title,
.text h2,
.text h1,
.form__title,
.form-popup__title,
#large-filter-popup.popup .popup__title,
.added-to-cart__title,
.faq-item__title,
.faq__row-title {
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .faq__subtitle,
  .faq__title,
  .book__title,
  .about-mirror__title,
  .about-information__title,
  .form-right__title,
  .checkout__title,
  .cart-left__title,
  .collection-header__title,
  .cart-empty-section .woocommerce-info,
  .page-404__title,
  .cards__title,
  .favorites__title,
  .mirror__title,
  .text h2,
  .text h1,
  .form__title,
  .form-popup__title,
  #large-filter-popup.popup .popup__title,
  .added-to-cart__title,
  .faq-item__title,
  .faq__row-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .faq__subtitle,
  .faq__title,
  .book__title,
  .about-mirror__title,
  .about-information__title,
  .form-right__title,
  .checkout__title,
  .cart-left__title,
  .collection-header__title,
  .cart-empty-section .woocommerce-info,
  .page-404__title,
  .cards__title,
  .favorites__title,
  .mirror__title,
  .text h2,
  .text h1,
  .form__title,
  .form-popup__title,
  #large-filter-popup.popup .popup__title,
  .added-to-cart__title,
  .faq-item__title,
  .faq__row-title {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 29.99875em) {
  .faq__subtitle,
  .faq__title,
  .book__title,
  .about-mirror__title,
  .about-information__title,
  .form-right__title,
  .checkout__title,
  .cart-left__title,
  .collection-header__title,
  .cart-empty-section .woocommerce-info,
  .page-404__title,
  .cards__title,
  .favorites__title,
  .mirror__title,
  .text h2,
  .text h1,
  .form__title,
  .form-popup__title,
  #large-filter-popup.popup .popup__title,
  .added-to-cart__title,
  .faq-item__title,
  .faq__row-title {
    font-size: 18px;
    line-height: normal;
  }
}

.faq-item__title {
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 63.99875em) {
  .faq-item__title {
    font-size: 16px;
  }
}
@media (max-width: 29.99875em) {
  .faq-item__title {
    font-size: 14px;
  }
}

/* inquiry form files */
.form-popup__line--files {
  grid-column: 1/-1;
  padding-bottom: 0.5rem;
}

.wpcf7-form textarea::-moz-placeholder {
  font-style: normal;
  opacity: 0.54;
  color: #000;
  color: initial;
}

.wpcf7-form textarea::placeholder {
  font-style: normal;
  opacity: 0.54;
  color: #000;
  color: initial;
}

.codedropz-upload-inner,
.wpcf7-form .form-popup__line--files small {
  opacity: 0.54;
  color: #000;
  color: initial;
}

.codedropz-upload-container {
  background: #fff;
}

.codedropz-upload-inner h3 {
  font-size: inherit;
  line-height: inherit;
}

.codedropz-upload-inner h3,
.codedropz-upload-inner span,
.codedropz-upload-inner .codedropz-btn-wrap {
  display: inline;
}

.codedropz-btn-wrap a {
  text-decoration: underline !important;
}

/* end inquiry form */
