/** Shopify CDN: Minification failed

Line 12:0 "@charset" must be the first rule in the file
Line 567:18 Unexpected "{"
Line 567:27 Expected ":"
Line 568:18 Unexpected "{"
Line 568:27 Expected ":"

**/
@import url('https://fonts.cdnfonts.com/css/grammatika');
@import url('https://fonts.cdnfonts.com/css/bentonsans-regular');
@charset "UTF-8";

@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}

@-moz-viewport {
  width: device-width;
  initial-scale: 1;
}

@-webkit-viewport {
  width: device-width;
  initial-scale: 1;
}

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

html {
  height: 100%;
}

body,
p {
  margin: 0;
}

body {
  position: relative;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  word-wrap: break-word;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

audio,
canvas,
span {
  display: inline-block;
}

a,
address,
button,
fieldset,
figure,
input,
legend,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: 0;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

[type="button"],
[type="submit"],
a,
button {
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: none;
}

button {
  overflow: visible;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
}

p {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}

b,
strong {
  font-weight: 700;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
img,
object,
video {
  display: block;
  margin: auto;
}

img {
  image-rendering: optimizeQuality;
}

svg {
  color: inherit;
}

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

progress {
  vertical-align: baseline;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font: inherit;
  color: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
button>*,
input,
select {
  display: inline-block;
  vertical-align: middle;
}

[type="button"],
[type="checkbox"],
[type="radio"],
[type="range"],
[type="reset"],
[type="submit"],
button,
label,
select,
summary {
  user-select: none;
  cursor: pointer;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button,
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-slider-thumb,
[type="button"],
[type="radio"],
[type="range"],
[type="search"],
[type="submit"],
select {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}

::marker {
  display: none;
}

[type="radio"] {
  -webkit-appearance: radio;
}

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

::-ms-clear,
::-ms-reveal {
  display: none;
}

input,
textarea {
  width: 100%;
}

input {
  text-overflow: ellipsis;
}

textarea {
  overflow: auto;
  resize: none;
}

:active,
:focus,
:hover {
  outline: 0;
  outline-offset: 0;
}

:disabled {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-text-fill-color: initial;
}

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

::placeholder {
  opacity: 1;
  color: inherit;
}

::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

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

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

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.md-modal {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.md-show {
  opacity: 1;
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(43, 43, 43, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show~.md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-content {
  color: #fff;
  background: black;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}

.md-content>div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content>div p {
  margin: 0;
  padding: 10px 0;
}

.md-content>div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content>div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.md-show.md-effect-4~.md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
.footer .items{ display:flex; gap:16px; flex-wrap:wrap; align-items:center; }
.footer .phone-item{
  display:inline-flex; align-items:center; gap:4px;  /* было больше — теперь 4px */
  font: inherit; line-height: inherit;
}
.footer .phone-link{
  margin-right:4px
}
.footer .phone-link,
.footer .phone-label{
  font: inherit; line-height: inherit; margin-right:4px; /* один и тот же шрифт */
}
.footer .phone-label{
  opacity: .75; pointer-events: none; /* 75% прозрачности, не кликается */
}

#shopify-section-{{ section.id }} .video-wrap{ min-height: 200px; }
#shopify-section-{{ section.id }} .main-video{ display:block; }

.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12~.md-overlay {
  background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.md-show.md-effect-13 .md-content {
  -webkit-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

.md-show.md-effect-16~.md-overlay {
  background: rgba(180, 46, 32, 0.5);
}

.md-show.md-effect-16~.container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.md-show.md-effect-16~.container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.md-show.md-effect-17~.container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.md-show.md-effect-17~.container,
.md-show.md-effect-17~.md-overlay {
  -webkit-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.md-show.md-effect-18~.container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-18~.md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-18~.container,
.md-show.md-effect-18~.md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(-200px);
  }
}

@keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}

.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.md-show.md-effect-19~.container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-19~.md-overlay {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-19~.container,
.md-show.md-effect-19~.md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}

@keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

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

.fr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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


.jcs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.vt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vb {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.it {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ic {
  -ms-flex-item-align: center;
  align-self: center;
}

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

.fw {
  flex-wrap: wrap;
}

.fwn {
  flex-wrap: nowrap;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: -8px;
}

.checkbox-wrapper [type="checkbox"]{
  width: 16px;
  height: 16px;
}

.checkbox-wrapper a {
  text-decoration: underline;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-bl {
  background: #000;
  position: relative;
}

.yt-toggle-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.15s all;
  opacity: 1;
}

.yt-toggle-play.in-process {
  pointer-events: none;
  opacity: 0.95;
}

.yt-toggle-play.c-hide {
  opacity: 0;
}

.yt-toggle-play .play-icn {
  transition: 0.2s all;
  width: 15%;
  color: rgba(255, 0, 0, 0.6);
}

.yt-toggle-play:hover .play-icn {
  color: #ff0000;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: grey;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tu {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #555;
}

.tb {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #555;
}

.tl {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 50px solid #555;
  border-bottom: 25px solid transparent;
}

.tr {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 50px solid #555;
  border-bottom: 25px solid transparent;
}

.dn {
  display: none;
}

.center {
  text-align: center;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade {
  animation: opacity 1s;
}

.anim {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.ttc {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.ibg {
  position: relative;
}

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

.vbg {
  position: relative;
}

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

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

.tabs>div {
  display: none;
  animation: opacity 1s;
}

.tabs>div.active {
  display: block;
}

.accordeon__line {
  background-color: green;
  color: white;
  padding: 10px;
}

.accordeon__content {
  background-color: burlywood;
  padding: 10px;
  display: none;
  animation: opacity 1s;
}

.accordeon__content.active {
  display: block;
}

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

.r50 {
  border-radius: 50%;
}

#burger-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
  width: 20px;
  height: 14px;
  z-index: 1;
}

#burger-menu .box {
  width: 20px;
  height: 2px;
  background: #9F764C;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.show_mobile_menu {
  opacity: 1 !important;
  left: 0 !important;
}

#mobile-menu {
  display: none;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.custom-select .select-selected {
  background-color: DodgerBlue;
}

.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.custom-select .select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.custom-select .select-items div,
.custom-select .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.custom-select .select-items div:hover,
.custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-select .select-hide {
  display: none;
}

.timer__items {
  display: flex;
  font-size: 48px;
}

.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}

.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}

@font-face {
  font-family: 'Gramatika';
  src: url('Geometria.woff2') format('woff2'),
  url('Geometria.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Monument Extended';
  src: url('MonumentExtended-Regular.woff2') format('woff2'),
  url('MonumentExtended-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BentonSans Comp Regular";
  src: url("https://db.onlinewebfonts.com/t/3b83b6d7c11cf8f70ca43eedcf6ccc9f.eot");
  src: url("https://db.onlinewebfonts.com/t/3b83b6d7c11cf8f70ca43eedcf6ccc9f.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/3b83b6d7c11cf8f70ca43eedcf6ccc9f.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/3b83b6d7c11cf8f70ca43eedcf6ccc9f.woff") format("woff"), url("https://db.onlinewebfonts.com/t/3b83b6d7c11cf8f70ca43eedcf6ccc9f.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/3b83b6d7c11cf8f70ca43eedcf6ccc9f.svg#BentonSans-Regular Regular") format("svg");
}

body {
  font-family: Gramatika;
  font-size: 16px;
  color: #1F1F1F;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page-about .container {
  padding: 0 94px;
  max-width: 1360px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper.all-pages {
  padding-top: 246px;
}

.menu {
  display: none;
}

.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.2);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: .44s;
}

.search-overlay.active {
  opacity: 1;
  pointer-events: all;
}

header.main-page {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

header.main-page .container {
  display: flex;
  justify-content: space-between;
}

header.main-page .container .logo {
  width: 100%;
  max-width: 312px;
  transition: .44s;
}

header.main-page .container .logo svg {
  width: 100%;
  height: auto;
}

header.main-page .container .logo svg path {
  transition: .44s;
}

header.main-page.hovered .container .logo {
  max-width: 404px;
}

header.main-page.hovered .container .logo svg path {
  fill: #9F764C;
}

header.main-page.hovered-lang .language .dropdown-language a {
  color: #D3A13B;
}

header.main-page.hovered-lang .language .lang-drpdwn-btn {
  color: #D3A13B;
}

header.main-page.hovered-lang .language .lang-drpdwn-btn:after {
  background-image: url('lang-arrow-hovered.svg');
}

header.all-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;

}

header {
  pointer-events: none;
}

header.all-pages .info-panel {
  padding: 30px 0;
  color: #9F764C;
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  pointer-events: all;
}

.info-panel__marquee-items {
  display: flex;
  gap: 50px;
  position: relative;
  left: calc(-100% + 30px);
}

header.all-pages .sticky-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  pointer-events: all;
}


header.all-pages .sticky-header .parent-header {
  position: relative;
}

header.all-pages .sticky-header .parent-header .search-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9F764C;
  display: flex;
  align-items: center;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: .44s;
}

header.all-pages .sticky-header .parent-header .search-item.active {
  opacity: 1;
  pointer-events: all;
}

header.all-pages .sticky-header .parent-header .search-item form {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
}

header.all-pages .sticky-header .parent-header .search-item form .close-form {
  margin-left: 16px;
  display: flex;
}

header.all-pages .sticky-header .parent-header .search-item form .close-form:hover {
  cursor: pointer;
}

header.all-pages .sticky-header .parent-header .search-item form .input {
  position: relative;
  max-width: 350px;
  width: 100%;
}

header.all-pages .sticky-header .parent-header .search-item form .input button {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

header.all-pages .sticky-header .parent-header .search-item form .input input {
  border-radius: 8px;
  border: 1px solid var(--natural-200, #CECECE);
  background: var(--natural-100, #FFF);
  height: 40px;
  padding: 0 44px;
  font-family: Gramatika;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

header.all-pages .sticky-header .parent-header .search-item form .input input::placeholder {
  color: #cecece;
}

header.all-pages .sticky-header.scrolled .container .block {
  padding: 26px 0;
}

header.all-pages .sticky-header-nav {
  position: sticky;
  top: 76px;
  background: #fff;
  z-index: 98;
  pointer-events: all;
}

header.all-pages .sticky-header-nav .container {
  position: static;
}

header.all-pages .sticky-header-nav.scrolled {
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.08);
}

header.all-pages .container .block {
  align-items: center;
  padding: 38px 0;
  transition: .44s;
}

header.all-pages .container .block .item {
  display: flex;
}

header.all-pages .container .block .item.logo-item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

header.all-pages .container .block .item .logo {
  width: 100%;
  max-width: 306px;
  transition: .44s;
  pointer-events: all;
}

header.all-pages .container .block .item .logo img {
  width: 100%;
  height: 100%;
}

header.all-pages .container .block .item.header-icons a img {
  width: 24px;
  height: 24px;
}

header.all-pages .container .block .item.header-icons a:not(:last-child) {
  margin-right: 20px;
}

header.all-pages .container .block .item .currency .lang-drpdwn-btn,
header.all-pages .container .block .item .language .lang-drpdwn-btn {
  color: #9F764C;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
}

header.all-pages .container .block .item .currency .lang-drpdwn-btn:after,
header.all-pages .container .block .item .language .lang-drpdwn-btn:after {
  content: '';
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-image: url('main-header-dropdown-icon.svg');
  background-size: contain;
  background-position: center;
}

header.all-pages .container .block .item .currency .dropdown-language a,
header.all-pages .container .block .item .language .dropdown-language a {
  color: #9F764C;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

header.all-pages .container:hover .block .item .logo {
  max-width: 404px;
}

header.all-pages .container .nav-items {
  transition: .44s;
}

header.all-pages .container .nav-items ul {
  display: flex;
  justify-content: space-between;
}

header.all-pages .container .nav-items ul li {
  padding: 24px 0;
}

/*header.all-pages .container .nav-items ul li:not(:last-child) {*/
/*  margin-right: 30px;*/
/*}*/

header.all-pages .container .nav-items ul li a {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.language {
  position: relative;
  display: inline-block;
  pointer-events: all;
}

.language .lang-drpdwn-btn {
  color: #FFF;
  font-family: 'Gramatika';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
}

.language .lang-drpdwn-btn:after {
  content: '';
  margin-left: 4px;
  transition: .44s;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('lang-arrow.svg');
}

.dropdown-language {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 10px 15px;
  left: -15px;
  background: #fff;
}

.dropdown-language a {
  padding: 5px 0;
  text-decoration: none;
  display: block;
  font-family: Gramatika;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}

.dropdown-language.show {
  display: block;
}

.sec1 {
  display: flex;
  height: 100vh;
  position: relative;
}

.sec1:after {
  content: '';
  background-image: url('big-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 309px;
  max-height: 309px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: .44s;
}

.sec1.hovered:after {
  background-image: url('logo-decor.jpg');
}

.sec1 .item {
  width: 100%;
  display: flex;
  align-items: center;
  transition: .44s;
}

.sec1 .item:hover {
  background: #fff;
}

.sec1 .item:hover.proffesional-item .content span,
.sec1 .item:hover.proffesional-item .content p {
  color: #9F764C;
}

.sec1 .item:hover.proffesional-item .content a {
  background: #9F764C;
  color: #fff;
}

.sec1 .item:hover.cosmetics-item .content span,
.sec1 .item:hover.cosmetics-item .content p {
  color: #D3A13B;
}

.sec1 .item:hover.cosmetics-item .content a {
  background: #D3A13B;
  color: #fff;
}

.sec1 .item .content span {
  color: #FFF;
  font-family: Monument Extended;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  transition: .44s;
}

.sec1 .item .content p {
  color: #FFF;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
  max-width: 319px;
  transition: .44s;
}

.sec1 .item .content a {
  color: #9F764C;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  background: #fff;
  margin-top: 24px;
  padding: 10px;
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  transition: .44s;
}

.sec1 .proffesional-item {
  background: #9F764C;
  justify-content: flex-end;
  padding-right: 114px;
}

.sec1 .proffesional-item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sec1 .proffesional-item .content a {
  border: 1px solid #9F764C;
}

.sec1 .cosmetics-item {
  background: #D3A13B;
  justify-content: flex-start;
  padding-left: 114px;
}

.sec1 .cosmetics-item .content p {
  text-align: left;
}

.sec1 .cosmetics-item .content a {
  border: 1px solid #D3A13B;
}

.sec-mainBanner .banner {
  width: 100%;
}

.sec-mainBanner .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-arrivals {
  padding-top: 150px;
  position: relative;
  padding-bottom: 29px;
}

.sec-arrivals.before:before {
  content: '';
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('logo-decor.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sec-arrivals .banner {
  width: 100%;
}

.sec-arrivals .banner img {
  width: 100%;
}

.sec-arrivals .container .items {
  padding-top: 40px;
  display: flex;
  gap: 20px;
}

.sec-arrivals .container .items .item {
  width: 100%;
}

.sec-arrivals .container .items .item .title h2 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.sec-arrivals .container .items .item .description p {
  color: #1F1F1F;
  margin-top: 40px;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sec-arrivals .container .items .item .products:not(:empty) {
  display: flex;
  gap: 20px;
  margin-top: -175px;
}

.sec-arrivals .container .items .item .products .product .content {
  margin-top: 16px;
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.sec-arrivals .container .items .item .products .product {
  width: 100%;
  max-width: 298px;
  padding: 0 16px 24px;
  transition: .44s;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sec-arrivals .container .items .item .products .product:hover {
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* .sec-arrivals .container .items .item .products .product:hover .content a {
  margin-top: 16px;
} */
.sec-arrivals .container .items .item .products .product .content .txt {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: auto;
}

.sec-arrivals .container .items .item .products .product .content .txt span {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.sec-arrivals .container .items .item .products .product .content .txt p span {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  text-transform: none;
}

.sec-arrivals .container .items .item .products .product .content .txt p {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  text-transform: none;
}

.sec-arrivals .container .items .item .products .product .content .rating-and-price {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.sec-arrivals .container .items .item .products .product .content .rating-and-price .stars {
  display: flex;
}

.sec-arrivals .container .items .item .products .product .content .rating-and-price span {
  color: #1F1F1F;
  text-align: center;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.sec-arrivals .container .items .item .products .product .content a {
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  padding: 12px 10px;
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  transition: .44s;
}

.sec-arrivals .container .items .item .products .product .content a:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.view-all {
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  margin: 40px auto 0;
  transition: .44s;
}

.view-all:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.sec-productlist {
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.sec-productlist.before:before {
  content: '';
  background-image: url('logo-decor.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 20px;
  right: 0;
}

.title h2 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.title a {
  color: #9F764C;
}

@media (max-width: 768px) {
  .title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.sec-productlist .container .products .swiper-slide {
  height: auto;
  display: flex;
}

.sec-productlist .container .products .swiper-slide .product {
  padding: 0 16px 24px;
  border-radius: 8px;
  height: 100%;
  /* min-height: 428px; */
  display: flex;
  flex-direction: column;
}

.sec-productlist .container .products .swiper-slide .product:hover {
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#shopify-section-header {
  height: 266px;
}

.sec-productlist .container .products .swiper-slide .product .content {
  margin-top: 16px;
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.sec-productlist .container .products .swiper-slide .product .content .txt {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: auto;
  height: 100%;
}

.sec-productlist .container .products .swiper-slide .product .content .txt span {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;

}

.sec-productlist .container .products .swiper-slide .product .content .txt p {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.all-products .container .items .products-content .products-list .product .content .txt p span {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  text-transform: none;
}

.sec-productlist .container .products .swiper-slide .product .content .txt p span {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  text-transform: none;
}

.sec-productlist .container .products .swiper-slide .product .content .rating-and-price {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.sec-productlist .container .products .swiper-slide .product .content .rating-and-price .stars {
  display: flex;
}

.sec-productlist .container .products .swiper-slide .product .content .rating-and-price span {
  color: #1F1F1F;
  text-align: center;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.sec-productlist .container .products .swiper-slide .product .content a {
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  padding: 12px 10px;
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  transition: .44s;
}

.sec-productlist .container .products .swiper-slide .product .content a:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.sec-productlist .container .products .swiper-slide form {
  margin-bottom: 0;
}

.all-products {
  padding-top: 150px;
  position: relative;
}

.all-products.before:before {
  content: '';
  background-image: url('logo-decor.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 25px;
  right: 0;
}

.all-products .container .title h2 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.all-products .container .items {
  display: flex;
  gap: 118px;
  /* justify-content: space-between; */
  margin-top: 40px;
}

.all-products .container .items .products-content {
  width: 100%;
}

.all-products .container .items .filters-bar {
  width: 100%;
  max-width: 210px;
  position: sticky;
  top: 180px;
  height: max-content;
}

.filter-title {
  margin: 24px 0;
}

.filter-title svg {
  display: none;
}

.filters-list__inner .filter-title {
  display: none;
}

.filter-actions {
  display: none;
  align-items: center;
  justify-content: space-between;
}

.filters-button {
  display: none;
  align-items: center;
}

.filters-button svg {
  margin-right: 8px;
}

.all-products .container .items .filters-bar .filters-title-mobile h3,
.all-products .container .items .filters-bar .filters-title h3 {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.all-products .container .items .filters-bar .filters-title-mobile {
  display: none;
}

.all-products .container .items .filters-bar .filters-list .filters-category .category-title {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.all-products .container .items .filters-bar .filters-list .filters-category .container-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 16px;
}

.all-products .container .items .filters-bar .filters-list .filters-category .container-checkbox:last-child {
  margin-bottom: 16px;
}

.all-products .container .items .filters-bar .filters-list .filters-category .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.all-products .container .items .filters-bar .filters-list .filters-category .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 3px;
}

.all-products .container .items .filters-bar .filters-list .filters-category .container-checkbox:hover input~.checkmark {
  border-color: #9F764C;
}

.all-products .container .items .filters-bar .filters-list .filters-category .container-checkbox input:checked~.checkmark {
  border-color: #9F764C;
}

.all-products .container .items .filters-bar .filters-list .filters-category .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.all-products .container .items .filters-bar .filters-list .filters-category .container-checkbox input:checked~.checkmark:after {
  display: block;
}

.all-products .container .items .filters-bar .filters-list .filters-category .container-checkbox .checkmark:after {
  width: 10px;
  height: 8px;
  background-image: url('checkbox-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.all-products .container .items .products-content .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.all-products .container .items .products-content .top-bar .quantity-product {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.all-products .container .items .products-content .top-bar .tags {
  display: flex;
}

.all-products .container .items .products-content .top-bar .tags .tag {
  border-radius: 30px;
  border: 1px solid var(--natural-200, #CECECE);
  padding: 8px 10px;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
}

.all-products .container .items .products-content .top-bar .tags .tag:not(:last-child) {
  margin-right: 20px;
}

.all-products .container .items .products-content .top-bar .tags .tag.delete-tag {
  border: 0;
  padding: 8px 0;
}

.all-products .container .items .products-content .top-bar .tags .tag .close-tag {
  width: 12px;
  height: 12px;
  background-image: url('close-tag.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.all-products .container .items .products-content .top-bar .tags .tag .close-tag:hover {
  cursor: pointer;
}

.all-products .container .items .products-content .products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.all-products .container .items .products-content .products-list .product {
  width: calc(33.33% - 16px);
  padding: 0 16px 24px;
  transition: .44s;
  border-radius: 8px;
  position: relative;
}

.marks {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.marks .mark {
  padding: 10px;
  border-radius: 4px;
  background: #C8644A;
  display: flex;
  width: max-content;
}

.marks .mark span {
  color: #FFF;
  text-align: center;
  font-family: Gramatika;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}

.all-products .container .items .products-content .products-list .product:hover {
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* .all-products .container .items .products-content .products-list .product:hover .content a {
  margin-top: 16px;
} */

.all-products .container .items .products-content .products-list .product .content {
  margin-top: 16px;
}

.all-products .container .items .products-content .products-list .product .content .txt {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.all-products .container .items .products-content .products-list .product .content .txt span {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.all-products .container .items .products-content .products-list .product .content .txt p {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.all-products .container .items .products-content .products-list .product .content .rating-and-price {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.all-products .container .items .products-content .products-list .product .content .rating-and-price .stars {
  display: flex;
}

.all-products .container .items .products-content .products-list .product .content .rating-and-price span {
  color: #1F1F1F;
  text-align: center;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.all-products .container .items .products-content .products-list .product .content a {
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  padding: 12px 10px;
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  transition: .44s;
}

.all-products .container .items .products-content .products-list .product .content a:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.all-products .container .items .products-content .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.all-products .container .items .products-content .pagination a {
  border-bottom: 1px solid transparent;
}

.all-products .container .items .products-content .pagination a:not(:last-child) {
  margin-right: 16px;
}

.all-products .container .items .products-content .pagination a.active {
  border-bottom: 1px solid #1F1F1F;
}

.all-products .container .items .products-content .pagination a:not(.last-el),
.all-products .container .items .products-content .pagination a:not(.first-el) {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.all-products .container .items .products-content .pagination a.last-el {
  background-image: url('pagination-arrow.svg');
  width: 24px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

.all-products .container .items .products-content .pagination a.first-el {
  width: 24px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  pointer-events: none;
  transform: rotate(180deg);
}

.all-products .container .items .products-content .pagination a.first-el:not(.hidden) {
  background-image: url('pagination-arrow.svg');
  pointer-events: all;
}

.about-collection {
  padding-top: 150px;
}

.about-collection .container {
  display: flex;
  gap: 20px;
  align-items: center;
}

.about-collection--default .container {
  display: block;
}

.about-collection .container .photo {
  width: 100%;
  height: 100%;
}

.about-collection .container .photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.about-collection .container .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.about-collection .container .content {
  width: 100%;
  padding: 21px 0;
}

.about-collection .container .content .title h3 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.about-collection .container .content .texts:not(:empty) {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.about-collection .container .content .texts .txt {
  flex: 1 0 48%;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-sec {
  padding-top: 10px;
}

.product-sec:not(.product-course-sec) .container {
  display: flex;
  gap: 20px;
}

.product-sec .container .photo-content {
  width: 50%;
}

.product-sec .container .photo-content .main-photo {
  width: 100%;
  height: 100%;
  max-height: 544px;
  display: flex;
}

.product-sec .container .photo-content .main-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-sec .container .photo-content .main-photo video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-sec .container .photo-content .main-photo video img {
  width: 100%;
  height: 100%;
}

.product-sec .container .photo-content .thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.product-sec .container .photo-content .thumbs .photo {
  flex: 0 0 24.333%;
  min-height: 202px;
  display: flex;
  border: 1px solid #cecece;
}

.product-sec .container .photo-content .thumbs .photo video,
.product-sec .container .photo-content .thumbs .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* max-width: 200px; */
  max-height: 200px;
  object-position: center;
}

.product-sec .container .photo-content .thumbs .photo img {
  object-fit: contain;
}

.product-sec .container .photo-content .thumbs .photo:hover {
  cursor: pointer;
}

.product-sec .container .description-product {
  width: 50%;
}

.product-sec .container .description-product .breadcrumbs {
  margin-bottom: 40px;
}

.product-sec .container .description-product .breadcrumbs a {
  color: var(--natural-200, #CECECE);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.product-sec .container .description-product .breadcrumbs span:last-child {
  color: var(--primary-500, #9F764C);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.breadcrumb span[aria-hidden="true"] {
  margin: 0 8px;
  color: var(--natural-200, #CECECE);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.product-sec .container .description-product .breadcrumbs a:last-child {
  color: #9F764C;
}

.product-sec .container .description-product .breadcrumbs a:last-child:after {
  display: none;
}

.product-sec .container .description-product .product-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.product-sec .container .description-product .product-title span,
.product-sec .container .price-mobile {
  color: #1F1F1F;
  text-align: center;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.product-sec .container .description-product .product-title h2 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.product-sec .container .product-description {
  margin-bottom: 24px;
}

.product-sec .container .product-description p {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-sec .container .btns-item {
  display: flex;
  margin-bottom: 40px;
}

.product-sec .container .btns-item .quantity_inner {
  display: flex;
  margin-right: 24px;
}

.product-sec .container .btns-item .quantity_inner input {
  max-width: 46px;
  text-align: center;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 5px;
}

.product-sec .container .btns-item .addcart {
  width: 100%;
  max-width: 250px;
}

.filter-actions button,
.product-sec .container .btns-item .addcart button {
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding: 12px 10px;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  transition: .44s;
  transition: all .3s ease;
}

.filter-actions button:hover,
.product-sec .container .btns-item .addcart button:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.product-sec .container .swatches {
  margin-bottom: 40px;
}

.product-sec .container .swatches span {
  margin-bottom: 24px;
  color: #1F1F1F;
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.product-sec .container .accordeon .accordeon__line {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  background: transparent;
  border-top: 1px solid #9F764C;
  padding: 20px 0;
}

.product-sec .container .accordeon .accordeon__line.active {
  border-bottom: 0;
}

.product-sec .container .accordeon .accordeon__line:hover {
  cursor: pointer;
}

.product-sec .container .accordeon .accordeon__content {
  background: transparent;
  padding: 0;
  padding-bottom: 20px;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-sec .container .accordeon .accordeon__content:last-child {
  border-bottom: 1px solid #9F764C;
}

.cart {
  padding-top: 50px;
}

.cart .container .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart .container .title h2 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.cart .container .title a {
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.cart .container .cart-content {
  width: 100%;
  margin-top: 69px;
}

.cart .container .cart-content table {
  width: 100%;
}

.cart .container .cart-content table tr th {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}

.cart .container .cart-content table tr th:last-child {
  text-align: right;
}

.cart .container .cart-content table tr th:first-child {
  text-align: left;
}

.cart .container .cart-content table tr td {
  text-align: center;
  padding: 20px 0;
}

.cart .container .cart-content table tr td:last-child {
  text-align: right;
}

.cart .container .cart-content table tr td:first-child {
  text-align: left;
}

.cart .container .cart-content table tr td.price {
  color: #1F1F1F;
  text-align: center;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.cart .container .cart-content table tr td.total .total-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart .container .cart-content table tr td.total .total-content span,
.cart .container .cart-content table tr td.quantity .mobile-title-and-price .line-item-price {
  color: #1F1F1F;
  text-align: center;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.cart .container .cart-content table tr td.total .total-content .delete-product {
  margin-left: 20px;
}

.cart .container .cart-content table tr td.total .total-content .delete-product:hover {
  cursor: pointer;
}

.cart .container .cart-content table tr td.quantity .quantity_inner {
  display: flex;
  justify-content: center;
}

.cart .container .cart-content table tr td.quantity .quantity_inner input {
  max-width: 46px;
  text-align: center;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 5px;
}

.cart .container .cart-content table tr td.product-photo .photo {
  width: 100%;
  max-width: 192px;
}

.cart .container .cart-content table tr td.product-photo .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart .container .cart-content table tr td.product-photo .product-photo-content {
  display: flex;
  align-items: center;
}

.cart .container .cart-content table tr td.product-photo .product-photo-content .product-title {
  max-width: 298px;
  margin-left: 20px;
}

.cart .container .cart-content table tr td.product-photo .product-photo-content .product-title span,
.cart .container .cart-content table tr td.quantity .product-title span {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.cart .container .cart-content table tr td.quantity .mobile-title-and-price,
.cart .container .cart-content table tr td.quantity .mobile-qty-and-dlt .delete-product {
  display: none;
}

.cart .container .cart-content table tr.product-line {
  border-top: 1px solid #9F764C;
}

.cart .container .cart-content table tr.product-line:last-child {
  border-bottom: 1px solid #9F764C;
}

.cart .container .cart-content .checkout-item {
  max-width: 404px;
  margin-left: auto;
  margin-top: 150px;
  width: 100%;
}

.cart .container .cart-content .checkout-item .subtotal {
  display: flex;
  justify-content: space-between;
}

.cart .container .cart-content .checkout-item .subtotal span {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.cart .container .cart-content .checkout-item .container-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 24px;
}
.cart .container .cart-content .checkout-item .container-checkbox a {
  text-decoration-line: underline;
}

.cart .container .cart-content .checkout-item .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cart .container .cart-content .checkout-item .container-checkbox__text {
  padding-top: 10px;
  display: none;
}
.cart .container .cart-content .checkout-item input[type="checkbox"]:checked + .container-checkbox__text {
  display: block;
}

.cart .container .cart-content .checkout-item .checkmark {
  position: absolute;
  top: 0;
  transform: translateY(5px);
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 3px;
}

.cart .container .cart-content .checkout-item .container-checkbox:hover input~.checkmark {
  border-color: #9F764C;
}

.cart .container .cart-content .checkout-item .container-checkbox input:checked~.checkmark {
  border-color: #9F764C;
}

.cart .container .cart-content .checkout-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cart .container .cart-content .checkout-item .container-checkbox input:checked~.checkmark:after {
  display: block;
}

.cart .container .cart-content .checkout-item .container-checkbox .checkmark:after {
  width: 10px;
  height: 8px;
  background-image: url('checkbox-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cart .container .cart-content .checkout-item p {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}

.cart .container .cart-content .checkout-item button {
  margin-top: 24px;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  padding: 12px 10px;
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: .44s;
}

.cart .container .cart-content .checkout-item button:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.sec-founder {
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.sec-founder.before:before {
  content: '';
  width: 304px;
  height: 304px;
  background-image: url('watermark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -33px;
  right: -30px;
}


.customer h2,
.sec-founder .container .title h2 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.sec-founder .container .items {
  display: flex;
  gap: 126px;
  margin-top: 40px;
  align-items: center;
}

.sec-founder .container .items .item {
  width: 100%;
}

.sec-founder .container .items .item:first-child {
  max-width: 404px;
}

.sec-founder .container .items .item .photo {
  max-width: 404px;
  width: 100%;
}

.sec-founder .container .items .item .photo img {
  width: 100%;
  height: auto;
}

.sec-founder .container .items .item p {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sec-banner {
  position: relative;
}

.sec-banner--discover:not(:last-child) {
  margin-bottom: 150px;
}

.sec-banner .banner {
  width: 100%;
}

.sec-banner .banner img {
  width: 100%;
  height: auto;
}

.sec-banner .banner img.banner__mobile {
  display: none;
}

.banner__content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  color: #fff;
  gap: 24px;
}

.sec-banner--discover .banner__content {
  width: 100%;
  max-width: 1040px;
}

.banner__content h2 {
  font-family: Monument Extended;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.banner__content.container .btn {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .banner__content h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .sec-banner--discover .banner__content {
    padding: 0 32px;
  }
  
  .banner__content.container .btn {
    width: 100%;
  }
}

.sec-infoitem {
  padding-top: 150px;
}

.sec-infoitem .container .title h2 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.sec-infoitem .container .items {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sec-infoitem .container .items.reverse {
  flex-direction: row-reverse;
}

.sec-infoitem .container .items .item {
  width: 100%;
}

.sec-productdestributors {
  padding-top: 150px;
}

.sec-productdestributors .container .title h2 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.sec-productdestributors .container .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sec-productdestributors .container .cards .card {
  flex: 0 0 32.2%;
  height: 100%;
}

.sec-productdestributors .container .cards .card .photo {
  width: 100%;
}

.sec-productdestributors .container .cards .card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec-productdestributors .container .cards .card .content {
  margin-top: 24px;
}

.sec-productdestributors .container .cards .card .content .title {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.sec-productdestributors .container .cards .card .content p span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  text-transform: none;
}

.sec-productdestributors .container .cards .card .content p {
  margin-top: 16px;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  text-transform: none;
}

.sec-productdestributors .container .cards .card .content a {
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 24px;
  transition: .44s;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
}

.sec-productdestributors .container .cards .card .content a:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.sec-infopersonal {
  padding-top: 150px;
}

.sec-infopersonal .container .title h2 {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.sec-infopersonal .container .items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 40px;
}

.sec-infopersonal .container .items .item {
  flex: 0 0 32.2%;
  display: flex;
  flex-direction: column;
}

.sec-infopersonal .container .items .item .name {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.sec-infopersonal .container .items .item .position {
  margin-top: 20px;
  color: var(--primary-500, #9F764C);
  font-family: Gramatika;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.sec-infopersonal .container .items .item p {
  margin-top: 20px;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

footer {
  margin-top: auto;
  background: #9F764C;
  padding: 40px 0;
  margin-top: 150px;
  position: relative;
}

footer:after {
  content: '';
  width: 277px;
  height: 277px;
  background-image: url('footer-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  top: -30px;
  right: 0;
}

footer .container .forms-item span {
  color: #FFF;
  text-align: center;
  font-family: Monument Extended;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

footer .container .socials {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  justify-content: center;
}

footer .container .forms-item form:not(:first-child) {
  margin-top: 24px;
}

footer .container .forms-item form p {
  color: #FFF;
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

footer .container .forms-item form span {
  color: #FFF;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
  text-transform: none;
}

footer .container .forms-item form .form-item {
  display: flex;
  max-width: 460px;
  margin: 0 auto;
  gap: 10px;
  margin-top: 20px;
  position: relative;
}

footer .container .forms-item form .form-item__tooltip {
  background: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  font-size: 14px;
}


footer .container .forms-item form .form-item:hover .form-item__tooltip {
  opacity: 1;
}

footer .container .forms-item form .form-item input {
  border-radius: 8px;
  background: var(--natural-100, #FFF);
  padding: 0 10px;
  color: #000;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

footer .container .forms-item form .form-item input::placeholder {
  color: #CECECE;
}

footer .container .forms-item form .form-item button {
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  background: var(--natural-100, #FFF);
  padding: 12px 10px;
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  transition: .44s;
}

footer .container .forms-item form .form-item button:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

footer .container .main-footer-content {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

footer .container .main-footer-content .logo {
  margin-top: 40px;
}

footer .container .main-footer-content nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer .container .main-footer-content nav .column {
  flex: 1;
  display: flex;
  justify-content: center;
}

footer .container .main-footer-content nav .column:first-child {
  justify-content: flex-start;
}

footer .container .main-footer-content nav .column:last-child {
  justify-content: flex-end;
}

footer .container .main-footer-content nav .column a {
  display: block;
  margin-bottom: 20px;
  color: var(--natural-100, #FFF);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

footer .container .main-footer-content nav .column strong {
  display: block;
  color: var(--natural-100, #FFF);
  font-family: Monument Extended;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}



footer .container .last-item {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .container .last-item span {
  color: var(--natural-100, #FFF);
  font-family: Monument Extended;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

footer .container .last-item .items {
  margin-top: 40px;
}

footer .container .last-item p,
footer .container .last-item .items a {
  color: var(--natural-100, #FFF);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

footer .container .last-item p {
  font-size: 14px;
}

footer .container .last-item .items a:not(:last-child) {
  margin-right: 40px;
}

/* cart drawer */
.cart-drawer {
  position: fixed;
  top: 0;
  left: -9999px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.20);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: left 0s 0.2s, opacity 0.2s;
}

.cart-drawer--active {
  left: 0;
  opacity: 1;
  transition: left 0s, opacity 0.2s;
}

.cart-drawer-box {
  width: 714px;
  background: var(--natural-100, #FFF);
  flex: 1;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
  transition: 0.2s opacity, 0.2s transform;
  opacity: 0;
  transform: translateX(40px);
}

.cart-drawer--active .cart-drawer-box {
  transform: none;
  opacity: 1;
}

.cart-drawer-header {
  display: flex;
  align-items: center;
  padding: 40px;
}

.cart-drawer-header h2 {
  color: #212529;
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.cart-drawer-header-right {
  color: #a1a1a1;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.cart-drawer-header-right-close {
  width: 20px;
  color: #a1a1a1;
  cursor: pointer;
}

.cart-drawer-header-right-close:hover {
  color: #212529;
}

.cart-drawer-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.cart-drawer-items {
  border-top: 1px solid #9F764C;
}

.cart-drawer-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9F764C;
  background: white;
  overflow: hidden;
  padding: 20px 0 14px;
}

.cart-drawer-item+.cart-drawer-item {
  margin-top: 10px;
}

.cart-drawer-item-image {
  width: 192px;
}

.cart-drawer-item-image img {
  object-fit: contain;
}

.cart-drawer-item-main {
  flex: 1;
  padding-left: 20px;
}

.cart-drawer-item-main-flex-right {
  margin: auto 0 0 auto;
}

.cart-drawer-item-main-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-drawer-item-main-flex-left {
  flex: 1;
  max-width: 290px;
}

.cart-drawer-item-main-flex-left h3 {
  font-size: 15px;
  font-weight: 500;
}

.cart-drawer-item-main-flex-left h3 a {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.cart-drawer-item-main-flex-left span {
  margin-top: 24px;
  display: block;
  color: #1F1F1F;
  text-align: left;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
}


.cart-drawer-quantity-selector {
  display: inline-flex;
  border-radius: 4px;
  margin-top: 55px;
}

.cart-drawer-quantity-selector button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.cart-drawer-quantity-selector input {
  width: 46px;
  color: #1F1F1F;
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.cart-drawer-footer {
  margin-top: auto;
  padding-top: 40px;
}

.cart-drawer-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-drawer-footer-row:last-of-type {
  margin-bottom: 16px;
}

.cart-drawer-footer-row h3 {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.cart-drawer-footer-row span {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.cart-drawer-button:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.cart-drawer-button {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding: 11px 10px;
  max-width: 250px;
}

.cart-drawer-empty {
  margin: 150px auto 0;
  color: #212529;
}

.cart-drawer-footer-row-bottom span {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cart-drawer-footer .btns a:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.cart-drawer-footer .btns a {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding: 11px 10px;
  max-width: 250px;

}

.cart-drawer-footer .btns {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}

/*  */
.cart-drawer-footer .container-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 24px;
}

.cart-drawer-footer .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cart-drawer-footer .container-checkbox .container-checkbox__text {
  padding-top: 10px;
  display: none;
}
.cart-drawer-footer .container-checkbox input[type="checkbox"]:checked + .container-checkbox__text {
  display: block;
}

.cart-drawer-footer .checkmark {
  position: absolute;
  top: 0;
  transform: translateY(5px);
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 3px;
}

.cart-drawer-footer .container-checkbox:hover input~.checkmark {
  border-color: #9F764C;
}

.cart-drawer-footer .container-checkbox input:checked~.checkmark {
  border-color: #9F764C;
}

.cart-drawer-footer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cart-drawer-footer .container-checkbox input:checked~.checkmark:after {
  display: block;
}

.cart-drawer-footer .container-checkbox a {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.cart-drawer-footer .container-checkbox .checkmark:after {
  width: 10px;
  height: 8px;
  background-image: url('checkbox-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.error {
  outline: 2px solid red;
  /* или любой другой стиль для подсветки красным */
}

.color-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.input-wrap {
  position: relative;
  margin-right: 24px;
}

.product-options-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.color-swatch {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}

.color-swatch.active:after {
  content: '';
  width: calc(100% + 20%);
  height: calc(100% + 20%);
  background: transparent;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.product-option fieldset legend {
  color: #1F1F1F;
  text-align: left;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}

.cart-btn {
  position: relative;
}

.wishlist-btn {
  position: relative;
}

.wishlist-count,
.cart-count {
  padding: 2px;
  background: #9F764C;
  color: var(--natural-100, #FFF);
  font-family: Gramatika;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  min-height: 20px;
  align-items: center;
  top: -9px;
  right: -11px;
  display: none;
}

.wishlist-count.active,
.cart-count.active {
  display: flex;
}

.product-single-card .content {
  margin-top: 16px;
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-single-card {
  width: 100%;
  max-width: 298px;
  padding: 0 16px 24px;
  transition: .44s;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-single-card:hover {
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.product-single-card .content .txt {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: auto;
}

.product-single-card .content .txt span {
  color: #1F1F1F;
  font-family: Monument Extended;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.product-single-card .content .txt p span {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  text-transform: none;
}

.product-single-card .content .txt p {
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  text-transform: none;
}

.product-single-card .content .rating-and-price {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.product-single-card .content .rating-and-price .stars {
  display: flex;
}

.product-single-card .content .rating-and-price span,
.sec-wishlist .product-single-card .content .rating-and-price span {
  color: var(--Natural-400, #1F1F1F);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  /* 100% */
  text-transform: uppercase;
}

.sec-arrivals .container .items .item .products .product .content .rating-and-price span {
  color: #1F1F1F;
  text-align: center;
  font-family: Gramatika;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.product-addtocart {
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  padding: 12px 10px;
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  transition: .44s;
}

.product-addtocart:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.wishlist-button {
  background-image: url('wishlist-heart.svg');
  width: 20px;
  min-height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  position: absolute;
  top: 16px;
  z-index: 1;
}

.wishlist-button.active {
  background-image: url('wishlist-heart-active.svg');
}


/*  */
.filters-category .container-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1F1F1F;
  font-family: Gramatika;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 16px;
}

.filters-category .container-checkbox:last-child {
  margin-bottom: 30px;
}

.filters-category .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filters-category .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 3px;
}

.filters-category .container-checkbox:hover input~.checkmark {
  border-color: #9F764C;
}

.filters-category .container-checkbox input:checked~.checkmark {
  border-color: #9F764C;
}

.filters-category .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filters-category .container-checkbox input:checked~.checkmark:after {
  display: block;
}

.filters-category .container-checkbox .checkmark:after {
  width: 10px;
  height: 8px;
  background-image: url('checkbox-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.checkmark-color {
  width: 30px !important;
  height: 30px !important;
}

.all-products .container .items .filters-bar .filters-list .filters-category .container-checkbox.color {
  padding-left: 38px;
}

.all-products .container .items .filters-bar .filters-list .filters-category .container-checkbox input:checked~.checkmark-color:after {
  display: none !important;
}

#sort-by {
  display: none;
}

.sec-wishlist {
  padding-top: 40px;
  min-height: 30vh;
}

.sec-wishlist .container .title {
  margin-bottom: 40px;
}

.sec-wishlist .container .title h2 {
  color: var(--natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
}

.wishlist__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sec-wishlist .container .content a:hover {
  color: #fff;
  background: var(--gradient-button, linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.90) 65.89%, rgba(101, 54, 5, 0.90) 85.79%, rgba(66, 39, 0, 0.90) 98.44%));
}

.sec-wishlist .wishlist-block {
  display: none;
}

.sec-wishlist .wishlist-block.active {
  display: flex;
}

.sec-wishlist .container .content a {
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding: 14.5px 31px;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  display: flex;
  width: max-content;
  margin: 40px auto 0;
}

.sec-wishlist .container.empty {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.sec-wishlist .container .content p {
  color: var(--Natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  text-transform: uppercase;
}

.sec-wishlist .product-descr {
  color: var(--Natural-400, #1F1F1F) !important;
  font-family: Gramatika !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 24px !important;
}

.sec-wishlist .product-item .content a {
  width: 100%;
}

.wishlist__loader {
  text-align: center;
  color: var(--natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.container.cart a:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.container.cart a {
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  padding: 14.5px 31px;
  display: flex;
  width: max-content;
  margin: 40px auto 0;
}

.container.cart p {
  color: var(--natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}

.container.cart {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cart-drawer-empty a:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.cart-drawer-empty a {
  color: var(--primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #9F764C);
  padding: 14.5px 31px;
  display: flex;
  width: max-content;
  margin: 40px auto 0;
}

.cart-drawer-empty p {
  color: var(--natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}

.product-sec .container .description-product .product-title .price .wishlist-button {
  position: unset;
  margin-right: 10px;
}

.product-sec .container .description-product .product-title .price {
  display: flex;
  align-items: center;
}

.another-input {
  display: none;
}

.another-option {
  padding: 5px 15px;
  border: 1px solid #9F764C;
  border-radius: 20px;
}

.product-option fieldset legend {
  margin-bottom: 30px;
}

.another-input:checked+label {
  background: #9F764C;
  color: #fff;
}

.product-option fieldset {
  margin-bottom: 45px;
}

.videos {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.video {
  width: 50%;
  /* Подстройте ширину по мере необходимости */
}

.video iframe {
  width: 100%;
  height: 100%;
}

video img {
  width: 200px;
  /* Установите нужную ширину, например, 100% для заполнения всей ширины контейнера */
  height: auto;
  /* Сохраняйте пропорции изображения */
  /* Другие стили, если необходимо */
}

.sec-productlist .container .products .swiper-slide .product .content .txt .description-product span,
.sec-productlist .container .products .swiper-slide .product .content .txt .description-product p span,
.sec-productlist .container .products .swiper-slide .product .content .txt .description-product p {
  color: var(--natural-400, #1F1F1F);
  leading-trim: both;
  text-edge: cap;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
}

.sec-productlist .container .products .swiper-slide .product .content .txt .description-product {
  display: flex;
  flex-direction: column;
}

.search-page {
  padding-top: 40px;
}

.article .container > h1,
.search-page .container > h1 {
  color: var(--Natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.search-page .container .products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.all-products .container span.page,
.search-page .container span.page {
  color: var(--Natural-400, #1F1F1F);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.all-products .container span.page.current,
.search-page .container span.page.current {
  text-decoration: underline;
}

.all-products .container .pagination,
.search-page .container .pagination {
  margin: 40px auto 0;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
}

.all-products .container span.next,
.all-products .container span.prev,
.search-page .container span.next,
.search-page .container span.prev {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-products .container span.next a,
.search-page .container span.next a {
  color: transparent;
  background-image: url('arrow-next.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.all-products .container span.prev a,
.search-page .container span.prev a {
  color: transparent;
  background-image: url('arrow-next.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
  display: block;
}

.product-item .photo {
  position: relative;
}

.product-item .photo .hidden-image {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.product-item .photo .visible {
  transition: opacity 0.3s ease-in-out;
}

.product-item:hover .photo .visible {
  opacity: 0;
}

.product-item:hover .photo .hidden-image {
  opacity: 1;
}

.sec-productlist .container .products .swiper-slide .product .content .txt .description-product p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}


#bg_popup {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#popup {
  background: #BB8076;
  width: 100%;
  margin: auto;
  padding: 40px;
  position: relative;
  border-radius: 8px;
  display: flex;
  gap: 40px;
  max-width: 1051px;
  align-items: center;
}

.close {
  display: block;
}

#popup .content {
  text-align: center;
}

#popup .content .title {
  color: var(--Natural-100, #FFF);
  font-family: Monument Extended;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
}

#popup .content .description {
  color: var(--Natural-100, #FFF);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 40px;
}

#popup .content form {
  display: flex;
  gap: 10px;
  max-width: 460px;
  margin: 40px auto 0;
}

#popup .content form input {
  border-radius: 8px;
  border: 1px solid var(--Natural-200, #CECECE);
  background: var(--Natural-100, #FFF);
  height: 40px;
  padding: 0 10px;
  color: var(--Natural-200, #CECECE);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#popup .content form button {
  color: #BB8076;
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 8px;
  background: var(--Gradient-button, linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.90) 65.89%, rgba(101, 54, 5, 0.90) 85.79%, rgba(66, 39, 0, 0.90) 98.44%));
  padding: 12px;
  width: 100%;
  max-width: 150px;
}

#popup .content a {
  color: var(--Natural-100, #FFF);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

li.collection::after{
  content: '';
  background-image: url('collection-icon.svg');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
li.collection {
  display: flex;
}

li.collection .products li:first-child {
  white-space: nowrap;
}

li.collection .products {
  left: 0;
  top: 100%;
  width: 100%;
  position: absolute;
  flex-wrap: nowrap !important;
  opacity: 0;
  padding-top: 20px;
  background: #fff;
  pointer-events: none;
  transition: opacity .3s ease;
  padding-bottom: 20px;
}

li.collection .products-inner {
  padding-left: 128px;
  padding-right: 128px;
  gap: 40px;
  justify-content: flex-start;
}


li.collection .products-inner img {
  margin-bottom: 16px;
}

header.all-pages .container .nav-items ul.products-inner {
  justify-content: flex-start;
}

li.collection .products-inner li {
  max-width: calc(100%/6);
}

li.collection:hover .products {
  pointer-events: auto;
  opacity: 1;
  display: block;
}


/*li.collection .products .container::after {
  content: '';
  width: calc(100% + 20px);
  left: 100%;
  top: -20px;
  height: 100%;
  background: #fff;
  position: absolute;
}

li.collection .products .container::before {
  content: '';
  width: calc(100% + 20px);
  right: 100%;
  top: -20px;
  height: 100%;
  background: #fff;
  position: absolute;
}*/

li.collection .products li {
  min-width: 110px;
  padding: 0 !important;
}

li.collection .products .container {
  display: flex;
}

.shopify-policy__container {
  padding: 40px 20px 0;
  max-width: 1292px;
}

.shopify-policy__title {
  margin-bottom: 40px;
}

.shopify-policy__title h1 {
  color: var(--Natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  /* 116.667% */
  text-transform: uppercase;
  text-align: left;
}

.product-sec .container .description-product .product-title .price .wishlist-button {
  min-width: 24px;
}

.product-sec .container .description-product .product-title .price .new-price {
  white-space: nowrap;
}
.product-sec .container .price-mobile {
  display: none;
}

/**/
.faq {
  padding-top: 60px;
}

.customer h1,
.faq .container .title h1 {
  color: var(--Natural-400, #1F1F1F);
  text-align: center;
  font-family: Monument Extended;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  /* 116.667% */
  text-transform: uppercase;
}

.faq .container {
  max-width: 828px;
}

.faq .container .title {
  margin-bottom: 40px;
}

.faq .container .items {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.accordeon-item {
  color: #1f1f1f;
  cursor: pointer;
  padding: 30px 24px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: Monument Extended;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.4s;
  border-radius: 8px;
  border: 1px solid var(--Primary-500, #9F764C);
  transition: border-radius 0s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-sec .container .accordeon .accordeon__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-sec .container .accordeon .accordeon__line:after,
.accordeon-item:after {
  content: '';
  background-image: url('accordion-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: block;
  margin-left: 5px;
  transition: .2s;
}

.accordeon-item.active {
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.product-sec .container .accordeon .accordeon__line.active:after,
.accordeon-item.active:after {
  transform: rotate(180deg);
}

.panel {
  padding: 0 24px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.2s ease-out; */
}

.panel p {
  padding-bottom: 24px;
  color: var(--Natural-400, #1F1F1F);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.panel.active {
  border: 1px solid var(--Primary-500, #9F764C);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.product-sec .accordeon-container {
  max-width: 616px;
  padding-top: 40px;
}

.product-sec .accordeon-container .accordeon {
  width: 100%;
}

.product-infopost {
  margin-top: 20px;
}

.product-infopost .container .items {
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
}

.product-infopost .container .items .item {
  flex: 0 0 32.2%;
}

.product-infopost .container .items .item .photo {
  max-width: 404px;
  /*width: 100%;*/
  /*height: 100%;*/
}

.product-infopost .container .items .item .photo img {
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
  border-radius: 8px;
}

.product-infopost .container .items .item .content span {
  color: var(--Natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  text-transform: uppercase;
  margin-top: 24px;
}

.product-infopost .container .items .item .content p {
  color: var(--Natural-400, #1F1F1F);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}

.not-found .container {
  padding: 150px 0;
}

.not-found .container h2 {
  color: var(--Natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}

.main-video--margin {
  margin-bottom: 150px;
}

.main-video video {
  height: 60vh;
  width: 100%;
  object-fit: cover;
}

.main-video__mobile {
  display: none;
}

.contacts,
.subscribe {
  padding: 150px 0;
}

.contacts .container,
.subscribe .container,
.join-form-section .container .form-wrapper {
  max-width: 848px;
}

.join-form-section .container {
  max-width: 1022px;
}

.join-form-section .container .form-wrapper {
  margin: 0 auto;
}

.contacts .container .item .title h1 {
  font-family: Monument Extended;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.contacts .container .item .content h3 {
  font-family: Monument Extended;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contacts .container .item .content {
  line-height: 40px;
}

.contacts .container .item .content ul {
  display: inline-flex;
  gap: 24px;
}

.contacts .container .item .content h3:not(:first-child) {
  margin-top: 60px;
}

.contacts .container .item .title h2,
.subscribe .container .item .title h2 {
  color: var(--Natural-400, #1F1F1F);
  text-align: center;
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.join-form-section .container .item .title h2 {
  font-size: 48px;
  line-height: 56px;
}

.subscribe .container .item .title p {
  color: var(--Natural-400, #1F1F1F);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
  text-align: center;
}

.contacts .container .item {
  text-align: center;
}

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

.subscribe .container .item form {
  max-width: 404px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.join-form-section .container .item form {
  max-width: none;
}

.join-form-section form .df {
  gap: 20px;
}

.join-form-section .df__item {
  width: 100%;
}

@media (max-width: 599px) {
  .join-form-section {
    padding: 24px 0 0;
  }

  .join-form-section .container .item .title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .join-form-section form .df {
    display: block;
  }
  
  .join-form-section .container .item form {
    gap: 16px;
  }
  
  .join-form-section .df__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

#ExemptifyCartValidationSnippet input:not([type=checkbox]),
.customer form input:not([type=checkbox]),
.customer form select,
.subscribe .container .item form input:not([type=checkbox]),
.product-sec .container form input:not([type=checkbox]),
.newsletter-sec .container form input:not([type=checkbox]) {
  border-radius: 8px;
  border: 1px solid var(--Natural-200, #CECECE);
  padding: 3px 10px 0;
  color: var(--Natural-200, #1f1f1f);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  height: 35px;
}

.customer form input::placeholder,
.subscribe .container .item form input::placeholder,
.product-sec .container form input::placeholder,
.newsletter-sec .container form input::placeholder {
  color: #cecece;
}

.customer button,
.customer form input[type="submit"],
.subscribe .container .item form button {
  color: var(--Primary-500, #9F764C);
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid var(--Primary-500, #9F764C);
  max-width: 250px;
  width: 100%;
  padding: 12px 10px;
  margin: 26px auto 0;
}

.subscribe .container .item form button:hover {
  color: #fff;
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%);
}

.subscribe-description {
  padding: 50px 0 20px;
  text-align: center;
}

.subscribe-description a {
  text-decoration: underline;
}

.custom-dropdown {
  color: var(--Primary-500, #9F764C);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  width: 60px;
}

.custom-dropdown-container {
  position: relative;
  margin-right: 48px;
}

/* Стилизация стрелочки вниз */
.custom-dropdown-container::after {
  content: '';
  /* Юникод-символ стрелочки вниз */
  width: 24px;
  height: 24px;
  background-image: url('main-header-dropdown-icon.svg');
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Стилизация каждого элемента списка */
.custom-dropdown option {
  background-color: #f5f5f5;
  color: var(--Primary-500, #9F764C);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

/* Стилизация выбранного элемента списка */
.custom-dropdown option:checked {
  background-color: #e0e0e0;
}

/* Стилизация при наведении курсора на элемент списка */
.custom-dropdown option:hover {
  background-color: #f0f0f0;
}

/* Скрытие стандартной стрелочки внутри селекта */
.custom-dropdown::-ms-expand {
  display: none;
}

/* Настройка стилей для Firefox */
.custom-dropdown[multiple] {
  width: auto;
}

.custom-dropdown[multiple] option {
  padding: 8px;
}

.custom-dropdown[multiple] option:checked {
  background-color: #e0e0e0;
}

#currency_form {
  margin-bottom: 0;
}

.fera.fera-widget {
  margin: 0;
}

.fera-averageRating-average .fera-stars-rating b,
.fera-review-rating .fera-stars-rating b,
.fera-stars-bg b {
  position: relative;
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.fera-rating-input-star b {
  position: relative;
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.fera-rating-input-star b::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url('star2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fera-stars-bg b::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('star2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fera-btn--primary,
.fera-btn--secondary,
.fera-reviews-writeReviewLink {
  border-radius: 8px !important;
  border: 1px solid var(--Primary-500, #9F764C) !important;
  background: transparent !important;
  padding: 12px !important;
  width: 100% !important;
  max-width: 266px !important;
  max-height: 40px;
  min-width: 266px !important;
  color: #9F764C !important;
}

.fera-btn--primary:hover,
.fera-btn--secondary:hover,
.fera-submitter-form .fera-submit-btn:hover,
.fera-reviews-writeReviewLink:hover {
  background: linear-gradient(92deg, #9F764C 0%, rgba(143, 88, 44, 0.9) 65.89%, rgba(101, 54, 5, 0.9) 85.79%, rgba(66, 39, 0, 0.9) 98.44%) !important;
  color: #fff !important;
  border: 0 !important;
}

.fera-submitter-form .fera-submit-btn:hover span,
.fera-reviews-writeReviewLink:hover span {
  color: #fff !important;
}

.fera-reviews-writeReviewLink span {
  color: #9F764C !important;
  font-family: Gramatika !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
}

.fera-reviews-header-row1 h1,
.fera-ratingSummary-toggle,
.fera-reviews-header .fera-averageRating-average {
  display: none;
}

.fera-reviews-header .fera-averageRating-count::before {
  content: 'Reviews ';
}

.fera-averageRating-count-str,
.fera-averageRating-count-str::before,
.fera-averageRating-count-str::after,
.fera-averageRating-count-str span,
.fera-averageRating-count::before {
  color: var(--Natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  /* 116.667% */
  text-transform: uppercase;
}

#reviews {
  padding-top: 150px;
}

.fera-review-date-val {
  color: #9F9F9F;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.fera-customer-display-name-text span {
  color: var(--Natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  text-transform: uppercase;
}

.fera-truncatedText {
  color: var(--Natural-400, #1F1F1F);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.fera-submitter-productDisplay label,
.fera-modal-title,
.fera-submitter-form-product-thumbnail {
  display: none !important;
}

.fera-modal-close-btn {
  margin-left: auto;
}

h3.fera-submitter-form-product-title {
  color: var(--Natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
}

.fera-submitter-modal .fera-modal-dialog {
  max-width: 968px;
  border-radius: 8px;
}

.fera-form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fera-rating-input-star {
  padding: 0 !important;
  border: 0 !important;
}

.fera-form-group label {
  color: var(--Natural-400, #1F1F1F);
  font-family: Monument Extended;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  text-transform: uppercase;
  margin: 20px 0 24px;
}

.fera-submitter-form-content {
  max-height: unset;
  overflow: visible;
}

.fera-submitter-form:not(.fera-submitter-customerForm) .fera-form-group:nth-last-child(3) {
  display: none !important;
}

.fera-submitter-customerForm .fera-form-group label,
.fera-submitter-form-content .fera-form-group label {
  color: var(--Natural-400, #1F1F1F);
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-align: left;
  margin-right: auto;
  text-transform: none;
}

.fera-submitter-form .fera-submit-btn {
  margin-right: 0;
  max-width: 250px;
  background: transparent;
  border-radius: 8px;
  border: 1px solid var(--Primary-500, #9F764C);
  max-height: 40px;
  opacity: 1;
}

.fera-submitter-form .fera-submit-btn span {
  color: var(--Primary-500, #9F764C) !important;
  text-align: center;
  font-family: Gramatika;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
}

.fera-input {
  border-radius: 8px !important;
  font-family: Gramatika !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
}

.fera-icon path {
  fill: #9F764C !important;
}


@media (max-width: 992px) {
  .wishlist__grid{
    justify-content: center;
  }
  #shopify-section-header {
    height: 138px;
  }

  header.all-pages .sticky-header {
    box-shadow: 0 5px 3px #00000014;
  }

  .sec1 {
    flex-direction: column;
  }

  .sec1 .item {
    height: 100%;
  }

  .sec1 .proffesional-item,
  .sec1 .cosmetics-item {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }

  .sec1 .item .content span {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .sec1 .item .content p {
    text-align: center;
    max-width: 334px;
    margin-left: auto;
    margin-right: auto;
  }

  .sec1 .item .content a {
    margin-right: auto;
    margin-left: auto;
  }

  .sec1:after {
    max-width: 90px;
    max-height: 90px;
  }

  header.main-page.hovered .language .dropdown-language a {
    color: #9F764C;
  }

  header.main-page.hovered .language .lang-drpdwn-btn {
    color: #9F764C;
  }

  header.main-page.hovered .language .lang-drpdwn-btn:after {
    background-image: url('lang-arrow-hovered-mobile.svg');
  }

  header.main-page.hovered-lang .language .dropdown-language a {
    color: #fff;
  }

  header.main-page.hovered-lang .language .lang-drpdwn-btn {
    color: #fff;
  }

  header.main-page.hovered-lang .language .lang-drpdwn-btn:after {
    background-image: url('lang-arrow.svg');
  }

  header.main-page .container .logo,
  header.main-page.hovered .container .logo {
    max-width: 144px !important;
  }
}

@media (max-width: 768px) {
  .contacts .container .item .title h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  .contacts .container .item .content {
    line-height: 32px;
  }

  .contacts .container .item .content ul {
    gap: 20px;
  }

  .contacts .container .item .content h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .contacts .container .item .content h3:not(:first-child) {
    margin-top: 40px;
  }

  .sec-founder .container .items {
    display: block;
    margin-top: 20px;
  }

  .sec-infoitem .container .items {
    margin-top: 20px;
  }

  .customer h2,
  .sec-founder .container .title h2,
  .sec-infoitem .container .title h2,
  .about-collection .container .content .title h3,
  .sec-infoitem .container .title h2,
  .sec-founder .container .title h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.3px;
  }

  .sec-founder .container .items .item .photo {
    margin-bottom: 20px;
  }

  .sec-infoitem,
  .sec-founder,
  .about-collection {
    padding-top: 90px;
  }

  .cart-drawer-box {
    width: 100%;
  }

  .cart-drawer-item {
    width: 100%;
  }

  .cart-drawer-item-main {
    padding-right: 20px;
  }
  
  .cart-drawer-item-image {
    width: 120px;
  }

  .cart-drawer-item-main-flex-left span,
  .cart-drawer-item-main-flex-left h3 a {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-drawer-item-main-flex-left {
    max-width: none;
  }

  .cart-drawer-item,
  .cart-drawer-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-drawer-footer .btns {
    flex-direction: column;
    gap: 20px;
  }

  .cart-drawer-button {
    max-width: none;
  }

  
  .sec1 .item .content span {
    font-size: 30px;
  }

  .sec1 .item .content p {
    font-size: 14px;
  }

  .all-products {
    padding-top: 90px;
  }

  .all-products.before:before {
    display: none;
  }

  .cart .container .title h2,
  .all-products .container .title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .all-products .container .items .filters-bar {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform .3s ease;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    max-width: none;
    padding: 30px 16px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
  }

  .all-products .container .items .filters-bar.show {
    transform: translateX(0);
  }

  .all-products .container .items .products-content .top-bar .tags {
    display: none;
  }

  .filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    padding: 12px 0;
  }

  .filter-title svg {
    display: block;
  }

  .filters-list__inner .filter-title {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .filters-list__inner .filter-title svg {
    transform: rotate(180deg);
    margin-right: 8px;
  }

  .filters-list__inner .filter-reset {
    display: none;
  }

  .all-products .container .items .filters-bar .filters-title {
    display: none;
  }

  .all-products .container .items .filters-bar .filters-title-mobile {
    display: block;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 16px;
    position: relative;
  }

  .filters__product-count {
    padding-top: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .filter-actions {
    display: flex;
    margin-top: auto;
    gap: 16px;
  }

  .filter-actions button {
    max-width: none;
    width: auto;
    flex-grow: 1;
  }

  .all-products .container .items .filters-bar .filters-title-mobile .filters-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .all-products .filters-list {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .all-products [data-filter-opener] + .filters-list__inner {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(120%);
    transition: transform .3s ease;
    width: 100%;
    background: #fff;
  }

  .drawer-opened {
    overflow: hidden;
  }

  .all-products [data-filter-opener] + .filters-list__inner.show {
    transform: translateX(0);
  }

  .all-products .container .items .products-content .products-list .product {
    width: calc( 50% - 10px );
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 0 7.5px 16px;
  }

  .all-products .container .items .products-content .products-list .product-single-card {
    max-width: none;
  }

  .all-products .container .items .products-content .products-list .product .content form {
    margin-bottom: 0;
  }

  .filters-button {
    display: flex;
  }

  .top-bar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .all-products .container .items .products-content .products-list .product .content .txt span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .all-products .container .items .products-content .products-list .product .content .txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .all-products .container .items .products-content .products-list .product .content .rating-and-price span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .all-products .container .items .products-content .products-list .product .content .rating-and-price {
    margin-top: 10px;
  }

  .all-products .product-addtocart {
    margin-top: 10px;
    padding: 11px 10px
  }

  .product-sec:not(.product-course-sec) .container,
  .container.container--product {
    display: block;
  }

  .product-sec {
    padding-top: 20px;
  }

  .product-sec .container .photo-content {
    width: auto;
  }

  .product-sec .container .photo-content .main-photo {
    max-height: none;
    height: auto;
  }

  .product-sec .container .photo-content .thumbs .photo {
    min-height: auto;
  }

  .product-sec .container .description-product {
    width: auto;
  }

  .product-sec .container .description-product .product-title {
    align-items: flex-start;
  }

  .product-infopost {
    overflow-y: hidden;
    overflow-x: auto;
    padding-right: 16px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .product-infopost::-webkit-scrollbar {
    display: none;
  }

  .product-infopost .container .items {
    flex-wrap: nowrap;
  }

  .product-infopost .container .items .item {
    flex: 1 0 62.75%;
  }

  .product-infopost .container .items .item .photo {
    max-height: none;
    max-width: none;
    height: auto;
  }

  .product-infopost .container .items .item .photo img {
    height: auto;
  }

  .product-sec .container .accordeon .accordeon__line {
    padding: 16px 0;
  }

  .product-sec .container .description-product .product-title h2 {
    margin-bottom: 16px;
    padding-right: 24px;
  }

  .product-sec .container .description-product .product-title .price .new-price {
    display: none;
  }

  .product-sec .container .price-mobile {
    display: block;
  }

  .product-sec .container .description-product .product-title .price .wishlist-button {
    margin-right: 0;
  }

  .qty-with-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .product-sec .container .btns-item {
    display: block;
  }

  .product-sec .container .btns-item .addcart,
  .product-sec .container .btns-item .addcart button {
    max-width: none;
  }

  .product-sec .container .btns-item .addcart button {
    padding: 11px 10px;
  }

  .cart .container .cart-content table tr td.product-photo .product-photo-content .product-title,
  .cart .container .cart-content table tr td.price,
  .cart .container .cart-content table tr th.price,
  .cart .container .cart-content table tr td.total,
  .cart .container .cart-content table tr th.total {
    display: none;
  }

  .cart .container .cart-content table tr th:not(.product-photo) {
    font-size: 0;
  }

  .cart .container .cart-content table tr td.total .total-content .delete-product {
    width: 24px;
    height: 24px;
  }

  .cart .container .cart-content table tr th:first-child {
    width: 30%;
  }

  .cart .container .cart-content table tr th.quantity {
    width: 70%;
  }

  .cart .container .cart-content table tr td.quantity .mobile-title-and-price,
  .cart .container .cart-content table tr td.quantity .mobile-qty-and-dlt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .cart .container .cart-content table tr td.quantity .mobile-title-and-price {
    margin-bottom: 29px;
  }

  .cart .container .cart-content table tr td.quantity .mobile-qty-and-dlt .delete-product {
    display: block;
  }

  .cart .container .cart-content table tr td.product-photo .photo img {
    height: auto;
  }

  .cart .container .cart-content table tr td.quantity .product-title {
    padding-right: 20px;
  }

  .cart .container .cart-content table tr td.quantity .product-title span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .cart .container .cart-content table tr td.total .total-content span, 
  .cart .container .cart-content table tr td.quantity .mobile-title-and-price .line-item-price {
    font-size: 14px;
    line-height: 20px;
  }

  .cart .container .cart-content table tr td.quantity .quantity_inner button {
    width: 32px;
    height: 32px;
  }

  .cart .container .cart-content table tr td.total .total-content {
    display: block;
  }

  .cart .container .cart-content table tr td.total .total-content span.line-item-price {
    display: block;
    margin-bottom: 28px;
  }

  .cart .container .cart-content .checkout-item {
    margin-top: 90px;
  }



  .about-collection .container {
    display: block;
  }



  .main-video__desktop {
    display: none;
  }

  .main-video__mobile {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-about .container {
    padding: 0 16px;
  }

  header.all-pages .container .nav-items ul {
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .sec-arrivals.before:before {
    width: 100px;
    height: 100px;
  }
}

.coursesSwiper .products,
.mySwiper .products {
  height: auto;
}

@media (min-width: 768px) {
  .mySwiper .products {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    transform: unset;
    justify-content: center;
  }

  .mySwiper .products .swiper-slide {
    /* flex: 1 0 22%; */
    flex: 0 0 23.8%;
    max-width: 23.8%;
    transition: .44s;
    position: relative;
    display: flex;
  }

  .sec-productlist .container .pagination-items {
    display: none !important;
  }

  .filters-list__inner {
    max-height: 300px;
    overflow-y: auto;
  }
}

@media (max-width: 992px) {
  #mobile-menu {
    padding: 30px 16px;
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100% !important;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 999;
  }

  #mobile-menu .block {
    flex-direction: column;
    width: 100%;
    position: sticky;
    top: 30px;
    height: max-content;
  }

  #mobile-menu .block .top-bar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #CECECE;
    position: relative;
  }

  #mobile-menu .block .top-bar .dropdowns {
    display: flex;
  }

  #mobile-menu .block .top-bar .dropdowns .currency:not(:last-child),
  #mobile-menu .block .top-bar .dropdowns .language:not(:last-child) {
    margin-right: 20px;
  }

  #mobile-menu .block .top-bar .dropdowns .currency .lang-drpdwn-btn,
  #mobile-menu .block .top-bar .dropdowns .language .lang-drpdwn-btn {
    color: #9F764C;
    font-family: Gramatika;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
  }

  #mobile-menu .block .top-bar .dropdowns .currency .lang-drpdwn-btn:after,
  #mobile-menu .block .top-bar .dropdowns .language .lang-drpdwn-btn:after {
    content: '';
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-image: url('main-header-dropdown-icon.svg');
    background-size: contain;
    background-position: center;
  }

  #mobile-menu .block .top-bar .dropdowns .currency .dropdown-language a,
  #mobile-menu .block .top-bar .dropdowns .language .dropdown-language a {
    color: #9F764C;
    font-family: Gramatika;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
  }

  #mobile-menu .block .nav-list {
    display: flex;
    flex-direction: column;
    padding-top: 22.5px;
  }

  #mobile-menu .block .nav-list .link {
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    height: 24px;
    display: flex;
    align-items: center;
  }

  #mobile-menu .block .nav-list .link:not(:first-child) {
    margin-top: 25px;
  }

  #mobile-menu .block .nav-list .accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    height: 24px;
    margin-top: 25px;
  }

  #mobile-menu .block .nav-list .accordion:after {
    content: '';
    background-image: url('accordion-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
    float: right;
    transition: .44s;
  }

  #mobile-menu .block .nav-list .accordion.active:after {
    transform: rotate(180deg);
  }

  #mobile-menu .block .nav-list .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #mobile-menu .block .nav-list .panel.active {
    margin-top: 10px;
    border: none;
    padding-left: 0;
  }

  #mobile-menu .block .nav-list .panel a {
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .view-all {
    margin-top: 24px;
  }

  .sec-productlist {
    padding-top: 90px;
  }

  .sec-productlist .container .title {
    margin-bottom: 20px;
  }

  .sec-productlist .container .title h2 {
    color: #1F1F1F;
    font-family: Monument Extended;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
  }

  .sec-productlist .container .pagination-items {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 20px;
  }

  .sec-productlist .container .pagination-items .swiper-pagination {
    position: unset;
    text-align: right;
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .sec-productlist .container .pagination-items .arrows {
    display: flex;
  }

  .sec-productlist .container .pagination-items .arrows .swiper-prev,
  .sec-productlist .container .pagination-items .arrows .swiper-next {
    border: 1px solid #cecece;
    width: 24px;
    height: 24px;
  }

  .sec-productlist .container .pagination-items .arrows .swiper-prev {
    border-left: 0;
    background-image: url('arrow-next.svg');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
  }

  .sec-productlist .container .pagination-items .arrows .swiper-next {
    background-image: url('arrow-next.svg');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .sec-productlist .container .products .swiper-slide .product {
    padding: 0 7.5px 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .sec-productlist .container .products .swiper-slide .product .content {
    margin-top: 10px;
  }

  .sec-productlist .container .products .swiper-slide .product .content a {
    margin-top: 10px;
  }

  .sec-productlist .container .products .swiper-slide .product .content .txt span {
    color: #1F1F1F;
    font-family: Monument Extended;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    word-break: break-word;
  }

  .sec-productlist .container .products .swiper-slide .product .content .txt p {
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .sec-productlist .container .products .swiper-slide .product .content .rating-and-price {
    margin-top: 10px;
  }

  .sec-productlist .container .products .swiper-slide .product .content .rating-and-price .stars img {
    width: 14px;
    height: 14px;
  }

  .sec-productlist .container .products .swiper-slide .product .content .rating-and-price span {
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
  }

  .sec-productlist .container .products .swiper-slide .product .content form {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container {
    width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-about .container {
    padding: 0 16px;
  }

  header.all-pages .container .block .item.header-icons a.cabinet-btn,
  header.all-pages .container .block .item.dropdowns-item,
  header.all-pages .sticky-header-nav {
    display: none;
  }

  header.all-pages .container .block .item .logo {
    max-width: 161px !important;
  }

  header.all-pages .container .block {
    padding: 16px 0;
    flex-direction: row-reverse;
  }

  header.all-pages .info-panel {
    padding: 30px 0 25px;
    line-height: 100%;
    color: var(--primary-500, #9F764C);
    text-align: center;
    font-family: BentonSans Comp Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .menu {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  header.all-pages .container .block .item.header-icons a:not(:last-child) {
    margin-right: 8px;
  }

  footer {
    margin-top: 90px;
  }

  .sec-arrivals {
    padding-top: 90px;
  }

  .sec-arrivals.before:before {
    width: 150px;
    height: 150px;
  }

  .sec-arrivals .container .items .item .title h2 {
    color: #1F1F1F;
    font-family: Monument Extended;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
  }

  .sec-arrivals .container .items .item .description p {
    margin-top: 20px;
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .sec-arrivals .container .items .item .products:not(:empty) {
    max-width: 575px;
    margin-top: -110px;
  }

  .sec-arrivals .container .items .item .products .product {
    padding: 0 8px 16px;
  }

  .sec-arrivals .container .items .item .products .product .content .txt span {
    color: #1F1F1F;
    font-family: Monument Extended;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;

  }

  .sec-arrivals .container .items .item .products .product .content .txt p {
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .sec-arrivals .container .items .item .products .product .content .rating-and-price {
    margin-top: 10px;
  }

  .sec-arrivals .container .items .item .products .product .content .rating-and-price span {
    color: #1F1F1F;
    text-align: center;
    font-family: Gramatika;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
  }

  .sec-arrivals .container .items .item .products .product .content .rating-and-price .stars img {
    width: 14px;
    height: 14px;
  }

  .sec-arrivals .container .items .item .products .product .content a {
    margin-top: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  header.all-pages .container .block .item.header-icons a.cabinet-btn,
  header.all-pages .container .block .item.dropdowns-item,
  header.all-pages .sticky-header-nav {
    display: none;
  }

  header.all-pages .container .block .item .logo {
    max-width: 161px !important;
  }

  header.all-pages .container .block {
    padding: 16px 0;
    flex-direction: row-reverse;
  }

  header.all-pages .info-panel {
    padding: 30px 0 25px;
    line-height: 100%;
    color: var(--primary-500, #9F764C);
    text-align: center;
    font-family: BentonSans Comp Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .menu {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  header.all-pages .container .block .item.header-icons a:not(:last-child) {
    margin-right: 8px;
  }

  footer {
    padding-top: 40px;
    margin-top: 90px;
  }

  footer:after {
    width: 118px;
    height: 118px;
  }

  footer .container .forms-item span {
    color: var(--natural-100, #FFF);
    text-align: center;
    font-family: Monument Extended;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 27px;
  }

  footer .container .last-item .items {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }

  footer .container .last-item .items a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }


  footer .container .forms-item form .form-item__tooltip {
    font-size: 12px;
  }

  .sec-arrivals {
    padding-top: 90px;
  }

  .sec-arrivals.before:before {
    display: none;
  }

  .sec-arrivals .container .items {
    flex-direction: column;
    padding-top: 20px;
  }

  .sec-arrivals .container .items .item .title h2 {
    color: #1F1F1F;
    font-family: Monument Extended;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
  }

  .sec-arrivals .container .items .item .description p {
    margin-top: 20px;
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .sec-arrivals .container .items .item .products:not(:empty) {
    max-width: 575px;
    margin: 20px auto 0;
  }

  .sec-arrivals .container .items .item .products .product {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0 8px 16px;
    background: #fff;
  }

  .sec-arrivals .container .items .item .products .product .content .txt span {
    color: #1F1F1F;
    font-family: Monument Extended;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
  }

  .sec-arrivals .container .items .item .products .product .content .txt p {
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .sec-arrivals .container .items .item .products .product .content .rating-and-price {
    margin-top: 10px;
  }

  .sec-arrivals .container .items .item .products .product .content .rating-and-price span {
    color: #1F1F1F;
    text-align: center;
    font-family: Gramatika;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
  }

  .sec-arrivals .container .items .item .products .product .content .rating-and-price .stars img {
    width: 14px;
    height: 14px;
  }

  .sec-arrivals .container .items .item .products .product .content a {
    margin-top: 10px;
  }
  .sec-wishlist .container .title h2{
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
  .sec-wishlist .container .content p{
    text-align: center;
    font-size: 18px;
  }
  .wishlist__grid{
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container {
    width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-about .container {
    padding: 0 16px;
  }

  .cart-drawer-form {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  header.all-pages .container .block .item.header-icons .search-btn,
  header.all-pages .container .block .item.header-icons .account-btn {
    display: none;
  }

  header.all-pages .sticky-header .parent-header .search-item.active {
    padding-left: 20px;
  }

  .custom-dropdown-container {
    margin-right: 20px;
  }

  .page-about .container {
    padding: 0 16px;
  }

  header.all-pages .container .block .item.header-icons a.cabinet-btn,
  header.all-pages .container .block .item.dropdowns-item,
  header.all-pages .sticky-header-nav {
    display: none;
  }

  header.all-pages .container .block .item .logo {
    max-width: 161px !important;
  }

  header.all-pages .container .block {
    padding: 16px 0;
    flex-direction: row-reverse;
  }

  header.all-pages .info-panel {
    padding: 30px 0 25px;
    line-height: 100%;
    color: var(--primary-500, #9F764C);
    text-align: center;
    font-family: BentonSans Comp Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .menu {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  header.all-pages .container .block .item.header-icons a:not(:last-child) {
    margin-right: 8px;
  }

  footer {
    padding-top: 40px;
    margin-top: 90px;
  }

  footer:after {
    width: 118px;
    height: 118px;
  }

  footer .container .forms-item .form-item {
    flex-direction: column;
    align-items: center;
  }

  footer .container .forms-item .form-item input {
    height: 40px;
  }

  footer .container .forms-item .form-item button {
    height: 40px;
  }

  footer .container .forms-item span {
    color: var(--natural-100, #FFF);
    text-align: center;
    font-family: Monument Extended;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 27px;
  }

  footer .container .main-footer-content nav {
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 20px;
  }

  footer .container .main-footer-content nav .column {
    flex-basis: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }

  footer .container .main-footer-content nav .column a:first-child {
    margin-bottom: 24px;
  }

  footer .container .last-item .items {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }

  footer .container .last-item .items a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .about-collection .container .photo,
  .about-collection .container .photo video {
    height: auto;
  }

  .sec-banner .banner {
    height: 60vh;
  }

  .sec-banner .banner img.banner__mobile {
    display: block;
    object-fit: cover;
    height: 100%;
  }

  .sec-banner .banner img.banner__desktop {
    display: none;
  }

  .sec-arrivals {
    padding-top: 90px;
  }

  .sec-arrivals.before:before {
    display: none;
  }

  .sec-arrivals .container .items {
    flex-direction: column;
    padding-top: 20px;
  }

  .sec-arrivals .container .items .item .title h2 {
    color: #1F1F1F;
    font-family: Monument Extended;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
  }

  .sec-arrivals .container .items .item .description p {
    margin-top: 20px;
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .sec-arrivals .container .items .item .products:not(:empty) {
    margin-top: 20px;
  }

  .sec-arrivals .container .items .item .products .product {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0 8px 16px;
    background: #fff;
  }

  .sec-arrivals .container .items .item .products .product .content .txt span {
    color: #1F1F1F;
    font-family: Monument Extended;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    word-break: break-word;
  }

  .sec-arrivals .container .items .item .products .product .content .txt p {
    color: #1F1F1F;
    font-family: Gramatika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .sec-arrivals .container .items .item .products .product .content .rating-and-price {
    margin-top: 10px;
  }

  .sec-arrivals .container .items .item .products .product .content .rating-and-price span {
    color: #1F1F1F;
    text-align: center;
    font-family: Gramatika;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
  }

  .sec-arrivals .container .items .item .products .product .content .rating-and-price .stars img {
    width: 14px;
    height: 14px;
  }

  .sec-arrivals .container .items .item .products .product .content a {
    margin-top: 10px;
  }

  .view-all {
    width: 100%;
    max-width: 344px;
  }

  /*  */
  .customer h1,
  .sec-wishlist .container .title h2,
  .faq .container .title h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
  .sec-wishlist .container .content p{
    text-align: center;
    font-size: 18px;
  }
  .wishlist__grid{
    justify-content: center;
  }
  .accordeon-item{
    padding: 15px 24px;
    align-items: flex-end;
  }


  footer .container .main-footer-content nav .column,
  footer .container .main-footer-content nav .column:last-child {
    justify-content: flex-start;
  }

}


.product-item-card{
  position: relative;
}
