@import url(https://fonts.googleapis.com/css?family=Inter:200,300,regular,500,600,700,800,900&display=swap);
@import url(https://api.fontshare.com/v2/css?f[]=clash-grotesk@200,700,400,600,300,500&display=swap);

:root {
  --dark-blue: #191431;
  --sky-blue: #639efa;
  --white: #fff;
  --dark-purple: #5b2264;
  --light-pirple: #ba6cc4;
  --light-pirple-bg: #f5e9f6;
  --yellow: #ffd400;
  --dark-yellow: #f2c900;
  --red: #fe4706;
  --dark-red: #db4009;
  --peach: #feaea3;
  --beige: #fed4a7;
  --orange: #fb9232;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Inter";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
  color: var(--dark-blue);
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: var(--dark-blue);
  line-height: 1.2;
}

body._lock {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}

@media (max-width: 767.98px) {
  .wrapper {
    overflow: hidden;
  }
}

._container,
._container-s,
._container-m {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 1200px) {

  ._container,
  ._container-s,
  ._container-m {
    max-width: none;
  }
}

@media (max-width: 767.98px) {

  ._container,
  ._container-s,
  ._container-m {
    padding: 0 16px;
  }
}

._container-s {
  max-width: 808px;
}

._container-m {
  max-width: 874px;
}

.page {
  flex: 1 1 auto;
}

.return-to-shop {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

*[hidden] {
  display: none;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/*# sourceMappingURL=sal.css.map*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background: #d1d0d6;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #8c8a98;
  border-radius: 3px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 6px;
}

.simplebar-scrollbar:before {
  inset: 0;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/**
 * Swiper 8.2.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 10, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.img-contain {
  position: relative;
}

.img-contain img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

@keyframes progress-bar {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  to {
    left: 100%;
    right: -90%;
  }
}

@keyframes progress-bar-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  to {
    left: 107%;
    right: -8%;
  }
}

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 5px;
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--dark-blue);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.progress-bar.active {
  opacity: 1;
  visibility: visible;
}

.progress-bar__indeterminate:before,
.progress-bar__indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: progress-bar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  background: var(--light-pirple-bg);
}

.progress-bar__indeterminate:after {
  animation: progress-bar-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

.btn,
.btn-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 26px;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  gap: 8px;
  width: fit-content;
  position: relative;
  color: var(--dark-blue);
}

a.btn {
  color: var(--dark-blue) !important;
  border-bottom: 0 !important;
}

.btn[disabled],
.btn-outline[disabled] {
  opacity: 0.25 !important;
}

.btn i,
.btn-outline i {
  line-height: 0;
}

.btn svg,
.btn-outline svg {
  width: 24px;
  height: 24px;
  line-height: 1;
}

.btn span,
.btn-outline span {
  transition: all 0.3s ease 0s;
  position: relative;
}

.btn span::after,
.btn-outline span::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 10px;
  right: -25px;
  position: absolute;
  top: calc(50% - 9px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3ClinearGradient id='a9'%3E%3Cstop offset='0' stop-color='%23191431' stop-opacity='0'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23191431'%3E%3C/stop%3E%3C/linearGradient%3E%3Ccircle fill='none' stroke='url(%23a9)' stroke-width='25' stroke-linecap='round' stroke-dasharray='0 44 0 44 0 44 0 44 0 360' cx='100' cy='100' r='70' transform-origin='center'%3E%3CanimateTransform type='rotate' attributeName='transform' calcMode='discrete' dur='1' values='360;324;288;252;216;180;144;108;72;36' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease 0s;
  transform: scale(0);
}

.btn.loading,
.btn-outline.loading {
  pointer-events: none;
  opacity: 0.5;
}

.btn.loading span,
.btn-outline.loading span {
  margin-right: 5px;
}

.btn.loading span::after,
.btn-outline.loading span::after {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.btn {
  padding: 16px 32px;
  text-transform: uppercase;
  background: var(--yellow);
  min-width: 154px;
}

.btn:hover {
  background: #f2c900;
}

a.btn:hover {
  border: none !important;
}

.btn_purple {
  background: var(--light-pirple);
  color: white;
}

a.btn_purple {
  background: var(--light-pirple);
  color: white !important;
}

.btn_purple:hover {
  background: var(--dark-purple);
}

.btn_purple span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3ClinearGradient id='a9'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'%3E%3C/stop%3E%3Cstop offset='1' stop-color='white'%3E%3C/stop%3E%3C/linearGradient%3E%3Ccircle fill='none' stroke='url(%23a9)' stroke-width='25' stroke-linecap='round' stroke-dasharray='0 44 0 44 0 44 0 44 0 360' cx='100' cy='100' r='70' transform-origin='center'%3E%3CanimateTransform type='rotate' attributeName='transform' calcMode='discrete' dur='1' values='360;324;288;252;216;180;144;108;72;36' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
}

.btn_red {
  background: var(--red);
  color: white;
}

.btn_red:hover {
  background: #db4009;
}

.btn_red span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3ClinearGradient id='a9'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'%3E%3C/stop%3E%3Cstop offset='1' stop-color='white'%3E%3C/stop%3E%3C/linearGradient%3E%3Ccircle fill='none' stroke='url(%23a9)' stroke-width='25' stroke-linecap='round' stroke-dasharray='0 44 0 44 0 44 0 44 0 360' cx='100' cy='100' r='70' transform-origin='center'%3E%3CanimateTransform type='rotate' attributeName='transform' calcMode='discrete' dur='1' values='360;324;288;252;216;180;144;108;72;36' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
}

.btn-outline {
  padding: 6px 28px;
  border: 1.5px solid var(--dark-blue);
  background: transparent;
  min-width: 117px;
  height: 44px;
}

.btn-outline:hover {
  background: var(--light-pirple);
  border-color: transparent;
  color: white;
}

.btn-outline_light {
  border-color: white;
  color: white;
}

.btn-outline_light:hover {
  background: var(--dark-purple);
  border-color: transparent;
}

.btn-outline_light span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3ClinearGradient id='a9'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'%3E%3C/stop%3E%3Cstop offset='1' stop-color='white'%3E%3C/stop%3E%3C/linearGradient%3E%3Ccircle fill='none' stroke='url(%23a9)' stroke-width='25' stroke-linecap='round' stroke-dasharray='0 44 0 44 0 44 0 44 0 360' cx='100' cy='100' r='70' transform-origin='center'%3E%3CanimateTransform type='rotate' attributeName='transform' calcMode='discrete' dur='1' values='360;324;288;252;216;180;144;108;72;36' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
}

.ui-input.invalid .ui-input__error {
  display: block;
}

.ui-input label {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1.2;
}

.ui-input input,
.ui-input textarea {
  border: 1px solid #d1d0d6;
  display: block;
  width: 100%;
  transition: all 0.3s ease 0s;
  padding: 12px 16px;
  background: white;
  font-size: 16px;
  border-radius: 5px;
}

.ui-input input:hover,
.ui-input textarea:hover {
  border-color: #8c8a98;
}

.ui-input input:focus,
.ui-input textarea:focus {
  border-color: var(--light-pirple);
}

.ui-input input::placeholder,
.ui-input textarea::placeholder {
  color: #a3a1ad;
  font-size: 14px;
}

.ui-input input {
  height: 44px;
}

.ui-input textarea {
  height: 144px;
  resize: none;
}

.ui-input.invalid input,
.ui-input.invalid textarea {
  border-color: var(--red);
}

.ui-input__error {
  display: none;
  color: var(--red);
  font-size: 12px;
  margin-top: 8px;
}

.ui-input__password-wrap {
  position: relative;
  display: block;

}

.ui-input__password-wrap a {
  color: black;
  position: absolute;
  right: 10px;
  top: 21px;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid;
  transition: all 0.3s ease 0s;
}

.ui-input__password-wrap a:hover {
  color: var(--light-pirple);
}

.ui-input__password-wrap a span:last-child {
  display: none;
}

.ui-input__password-wrap a.active span:first-child {
  display: none;
}

.ui-input__password-wrap a.active span:last-child {
  display: block;
}

.ui-input_no-border input {
  border: none;
}

.ui-text {
  line-height: 1.5;
  font-size: 16px;
}

.ui-text h1,
.ui-text h2,
.ui-text h3,
.ui-text h4,
.ui-text h5,
.ui-text h6 {
  font-family: "Clash Grotesk";
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.64px;
  margin: 20px 0;
}

.ui-text h1 {
  font-size: 64px;
}

@media (max-width: 767.98px) {
  .ui-text h1 {
    font-size: 30px;
  }
}

.ui-text h2 {
  font-size: 40px;
}

@media (max-width: 767.98px) {
  .ui-text h2 {
    font-size: 26px;
  }
}

.ui-text h3 {
  font-size: 32px;
}

@media (max-width: 767.98px) {
  .ui-text h3 {
    font-size: 22px;
  }
}

.ui-text h4 {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .ui-text h4 {
    font-size: 20px;
  }
}

.ui-text h5 {
  font-size: 18px;
}

.ui-text h6 {
  font-size: 16px;
}

.ui-text p {
  margin-bottom: 25px;
}

.ui-text ol {
  margin-left: 20px;
}

.ui-text li {
  margin-bottom: 8px;
}

.ui-text li:last-child {
  margin-bottom: 0;
}

.ui-text ul>li {
  /* display: flex; */
  padding-left: 30px;
  position: relative;
}

.ui-text ul>li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: var(--light-pirple);
  height: 6px;
  width: 6px;
  margin: 9px 20px 9px 9px;
  position: absolute;
  flex-shrink: 0;
  left: 0;
}

.ui-text a {
  color: var(--light-pirple);
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}

.ui-text a:hover {
  color: var(--dark-purple);
  border-color: var(--dark-purple);
}

.ui-text img {
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-height: 600px;
  height: auto;
}

@media (max-width: 479.98px) {
  .ui-text img {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}

.ui-text>p,
.ui-text>ul,
.ui-text>ol,
.ui-text>img,
.ui-text>div,
.ui-text>blockquote,
.ui-text>table {
  margin-bottom: 25px;
}

.ui-text>*:last-child {
  margin-bottom: 0;
}

.ui-text>*:first-child {
  margin-top: 0;
}

.ui-text blockquote {
  display: block;
  font-style: italic;
  padding: 16px 0px 16px 24px;
  border-left: 1.5px solid #d1d0d6;
}

.ui-text table {
  overflow-x: auto;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 15px;
}

@media (max-width: 479.98px) {
  .ui-text table {
    font-size: 14px;
  }
}

.ui-text table td {
  padding: 20px 16px;
  text-align: left;
  border-bottom: 1px solid #e8e8eb;
}

@media (max-width: 479.98px) {
  .ui-text table td {
    padding: 10px 7px;
  }
}

.ui-text table th {
  background: var(--beige);
  text-align: left;
  vertical-align: middle;
  padding: 12px 16px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 479.98px) {
  .ui-text table th {
    padding: 6px 8px;
  }
}

.ui-text table th:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.ui-text table th:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.slider-btn-prev,
.slider-btn-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--dark-blue);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.slider-btn-prev svg,
.slider-btn-next svg {
  width: 32px;
  height: 32px;
  position: relative;
}

.slider-btn-prev.swiper-button-disabled,
.slider-btn-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

@media (any-hover: hover) {

  .slider-btn-prev:hover,
  .slider-btn-next:hover {
    background: var(--light-pirple);
  }
}

.slider-btn-prev {
  transform: rotate(-180deg);
}

.slider-btn-prev svg {
  left: 2px;
}

.slider-btn-next svg {
  left: 2px;
}

.qty-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  width: 120px;
  height: 44px;
  border-radius: 26px;
  border: 1px solid #d1d0d6;
  transition: all 0.3s ease 0s;
}

.qty-ui:hover {
  border-color: var(--light-pirple);
}

.qty-ui input {
  text-align: center;
  background: transparent;
  font-weight: 500;
  max-width: 32px;
}

.qty-ui input::-webkit-outer-spin-button,
.qty-ui input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-btn {
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
  transition: all 0.3s ease 0s;
}

.qty-btn:hover {
  color: var(--light-pirple);
}

.qty-btn svg {
  width: 24px;
  height: 24px;
}

label.ui-radio,
.ui-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (any-hover: hover) {

  label.ui-radio:hover input+b,
  .ui-radio label:hover input+b {
    border-color: #8c8a98;
  }
}

.ui-radio input {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}

.ui-radio input+b {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  border: 1.5px solid #d1d0d6;
  border-radius: 50%;
  line-height: 0;
  transition: all 0.3s ease 0s;
  margin: 2px 10px 2px 2px;
  flex-shrink: 0;
  background: white;
}

.ui-radio input:checked+b {
  border-color: var(--light-pirple);
  border-width: 6px;
}

label.ui-checkbox,
.ui-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (any-hover: hover) {

  label.ui-checkbox:hover input+b,
  .ui-checkbox label:hover input+b {
    border-color: #8c8a98;
  }
}

.ui-checkbox input {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}

.ui-checkbox input+b {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  border: 1.5px solid #d1d0d6;
  border-radius: 4px;
  line-height: 0;
  transition: all 0.3s ease 0s;
  margin: 2px 10px 2px 2px;
  flex-shrink: 0;
  background: white;
}

.ui-checkbox input:checked+b {
  background: var(--light-pirple);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 11L8.5 13.5L15 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: none;
}

.pagination {
  font-size: 14px;
  color: var(--dark-blue);
}

.pagination a {
  color: var(--dark-blue);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
}

@media (max-width: 479.98px) {
  .nav-links {
    justify-content: space-between;
  }
}

.page-numbers {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  color: var(--dark-blue);
}

@media (any-hover: hover) {
  .page-numbers:hover {
    background: var(--light-pirple-bg);
  }
}

@media (max-width: 479.98px) {
  .page-numbers {
    display: none;
  }
}

.page-numbers.current {
  background: var(--light-pirple);
  color: white;
}

.dots {
  pointer-events: none;
}

.prev {
  margin-right: 8px;
}

.prev::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M7 2.55322L3.70711 5.84612C3.31658 6.23664 3.31658 6.86981 3.70711 7.26033L7 10.5532' stroke='%23191431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.next {
  margin-left: 8px;
}

.next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M5 2.55322L8.29289 5.84612C8.68342 6.23664 8.68342 6.86981 8.29289 7.26033L5 10.5532' stroke='%23191431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 479.98px) {
  .next {
    margin-left: auto;
  }
}

.next,
.prev {
  display: flex;
  gap: 8px;
  width: fit-content;
  align-items: center;
  height: fit-content;
  line-height: 1;
}

@media (any-hover: hover) {

  .next:hover,
  .prev:hover {
    background: none;
  }
}

.next::before,
.next::after,
.prev::before,
.prev::after {
  width: 12px;
  height: 12px;
  display: block;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background: rgba(26, 117, 187, 0.5098039216);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}

.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background: white;
  border-radius: 20px;
  padding: 60px;
  max-width: 600px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .popup__body {
    padding: 50px;
  }
}

@media (max-width: 767.98px) {
  .popup__body {
    padding: 30px;
  }
}

.popup__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  position: relative;
  z-index: 20;
}

.header-top {
  background: var(--yellow);
  z-index: 10;
  position: relative;
}

.header-top__content {
  display: flex;
  padding: 6px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.header-main-wrap {
  height: 84px;
  transition: all 0.3s ease 0s;
  background: var(--dark-purple);
}

.header-main-wrap.fixed {
  height: 72px;
}

@media (max-width: 991.98px) {
  .header-main-wrap {
    height: 72px;
  }
}

.header-main-wrap__overlay {
  position: fixed;
  inset: 0;
  background: var(--dark-blue);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}

.main-menu-open .header-main-wrap__overlay {
  opacity: 0.75;
  visibility: visible;
}

.header-main {
  background: var(--dark-purple);
  height: 84px;
  padding: 0 32px;
  transition: all 0.3s ease 0s;
  position: relative;
}

.header-main.fixed {
  height: 72px;
  padding: 0 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

@media (max-width: 991.98px) {
  .header-main.fixed {
    padding: 0 16px;
  }
}

@media (max-width: 991.98px) {
  .header-main {
    padding: 0 16px;
    height: 72px;
  }
}

.header-main__content {
  display: flex;
  align-items: center;
  color: white;
  gap: 24px;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.open-search .header-main__content {
  opacity: 0;
  visibility: hidden;
}

.header-main__logo {
  display: block;
  height: 54px;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .header-main__logo {
    height: 48px;
  }
}

.header-main__logo img {
  height: 100%;
}

.header-main.fixed .header-main__logo {
  height: 42px;
}

.header-main__menu-wrap {
  flex-grow: 1;
  align-self: stretch;
}

.header-main__right {
  display: flex;
}

.header-main__lang {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: flex;
}

@media (max-width: 479.98px) {
  .header-main__lang {
    display: none;
  }
}

.header-main__lang-ttl {
  display: flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}

.header-main__lang-ttl span {
  margin-left: 5px;
  padding: 2px;
}

@media (max-width: 767.98px) {
  .header-main__lang-ttl span {
    margin-left: 0;
  }
}

.header-main__lang-ttl svg {
  width: 13px;
  height: 13px;
  transition: transform 0.3s ease 0s;
  transform: rotate(90deg);
}

@media (max-width: 767.98px) {
  .header-main__lang-ttl svg {
    width: 11px;
    height: 11px;
  }
}

.header-main__lang-list {
  position: absolute;
  top: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  padding: 15px;
  margin-top: 10px;
  min-width: 40px;
  display: grid;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
}

.header-main__lang-list a {
  color: black;
  transition: all 0.3s ease 0s;
}

.header-main__lang-list a:hover,
.header-main__lang-list a:focus-within {
  color: var(--peach);
}

.header-main__lang:hover button,
.header-main__lang:focus-within button {
  color: var(--peach);
}

.header-main__lang:hover svg,
.header-main__lang:focus-within svg {
  transform: rotate(270deg);
}

.header-main__lang:hover ul,
.header-main__lang:focus-within ul {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.main-menu {
  height: 100%;
}

@media (max-width: 991.98px) {
  .main-menu {
    background: var(--dark-purple);
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 16px 16px 32px 16px;
    height: auto;
    max-height: calc(100vh - 150px);
    overflow: auto;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    opacity: 0;
  }

  .main-menu.open {
    visibility: visible;
    opacity: 1;
  }
}

.main-menu__mobile-bottom {
  display: none;
}

@media (max-width: 991.98px) {
  .main-menu__mobile-bottom {
    display: block;
    margin-top: 16px;
  }
}

.main-menu__profile {
  width: 100%;
  font-size: 18px;
}

.main-menu__profile svg {
  width: 18px;
  height: 18px;
}

.main-menu-list a {
  color: white;
  display: block;
  padding: 15px 16px;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .main-menu-list a:hover {
    color: var(--peach);
  }
}

.main-menu-list .menu-item-has-children {
  position: relative;
  left: 8px;
}

.main-menu-list .menu-item-has-children span {
  padding: 8px;
}

.main-menu-list .menu-item-has-children span svg {
  transform: rotate(90deg);
  width: 12px;
  height: 12px;
}

@media (min-width: 992px) {
  .main-menu-list {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    font-size: 14px;
  }

  .main-menu-list>li {
    height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .main-menu-list .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .main-menu-list .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    transform: translateY(10px);
    left: -15px;
    background: var(--dark-purple);
    min-width: 180px;
    padding: 0px 16px 15px 16px;
  }
}

@media (max-width: 991.98px) {
  .main-menu-list {
    text-align: center;
  }

  .main-menu-list a {
    font-weight: 500;
  }

  .main-menu-list>li {
    border-bottom: 1px solid rgba(186, 108, 196, 0.3);
  }

  .main-menu-list>li:last-child {
    border: none;
  }

  .main-menu-list>li>a {
    font-size: 18px;
    line-height: 22px;
  }

  .main-menu-list .sub-menu {
    display: none;
  }

  .main-menu-list .sub-menu a {
    color: #eddaf0;
    font-size: 14px;
    line-height: 18px;
    /* 128.571% */
  }
}

.header-actions {
  display: flex;
  gap: 6px;
}

@media (max-width: 991.98px) {
  .header-actions__profile {
    display: none;
  }
}

.header-actions a {
  line-height: 0;
  display: block;
  padding: 8px;
  color: white;
  transition: all 0.3s ease 0s;
  position: relative;
}

.header-actions a span {
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: var(--dark-purple);
  background: white;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 6px;
  bottom: 6px;
  font-weight: 700;
}

.header-actions a:hover {
  color: var(--peach);
}

.header-actions a:hover span {
  background: var(--peach);
}

.header-actions a svg {
  width: 32px;
  height: 32px;
}

.header-actions__wishlist span {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.header-actions__wishlist a.wishlist-counter-with-products span {
  visibility: visible;
  opacity: 1;
}

.menu-burger {
  display: none;
}

@media (max-width: 991.98px) {
  .menu-burger {
    display: block;
    padding: 8px;
    margin-left: 6px;
    position: relative;
    width: 48px;
    height: 48px;
    color: white;
  }

  .menu-burger svg {
    position: absolute;
    width: 32px;
    height: 32px;
    max-width: auto;
    transition: all 0.3s ease 0s;
  }

  .menu-burger svg:last-child {
    opacity: 0;
    visibility: hidden;
  }

  .menu-burger.active svg:first-child {
    opacity: 0;
    visibility: hidden;
  }

  .menu-burger.active svg:last-child {
    opacity: 1;
    visibility: visible;
  }
}

.header-search {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: translateX(30px);
  position: absolute;
  max-width: 768px;
  display: flex;
  align-items: center;
  z-index: 1;
  margin: 0 auto;
  inset: 0;
}

@media (max-width: 991.98px) {
  .header-search {
    padding: 0 16px;
  }
}

.open-search .header-search {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.header-search__form {
  flex-grow: 1;
  position: relative;
}

@media (max-width: 991.98px) {
  .header-search__form {
    position: static;
  }
}

.header-search__input-wrap {
  height: 48px;
  position: relative;
}

.header-search__input-wrap input {
  width: 100%;
  padding: 12px 56px 12px 12px;
  border-radius: 5px;
  position: absolute;
  inset: 0;
}

.header-search__input-wrap button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  padding: 8px;
  transition: all 0.3s ease 0s;
}

.header-search__input-wrap button:hover {
  color: var(--peach);
}

.header-search__input-wrap button svg {
  width: 24px;
  height: 24px;
}

.header-search__close {
  padding: 8px;
  margin-left: 12px;
  color: white;
  line-height: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .header-search__close:hover {
    transform: rotate(90deg);
  }
}

.header-search__close svg {
  width: 32px;
  height: 32px;
}

.header-search__results {
  background: white;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  border-radius: 5px;
  padding: 24px 12px;
  left: 0;
  right: 0;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  max-height: 80vh;
  overflow: auto;


}

@media (max-width: 991.98px) {
  .header-search__results {
    max-height: calc(100vh - 100px);
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 24px 0;
  }
}

.header-search__results.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.header-search-no-results {
  text-align: center;
  display: grid;
  justify-content: center;
  padding: 11px 0 12px;
  font-size: 14px;
  justify-content: center;
}

.header-search-no-results__btn {
  margin-top: 23px;
}

.header-search-results {
  display: grid;
  grid-gap: 24px;
}

.header-search-results__ttl {
  color: #8c8a98;
  font-size: 12px;
  line-height: 14px;
  /* 116.667% */
  text-transform: uppercase;
  margin: 0 12px 8px;
}

.header-search-results__categories a {
  color: var(--dark-blue);
  display: block;
  padding: 11px 12px;
  transition: all 0.3s ease 0s;
  background: transparent;
  font-size: 14px;
}

.header-search-results__categories a:hover {
  background: var(--light-pirple-bg);
}

.header-search-results__all {
  text-align: center;
  margin: 11px auto;
  font-size: 14px;
  color: var(--light-pirple);
}

.search-result-item {
  transition: all 0.3s ease 0s;
  background: transparent;
  padding: 12px 12px 12px 0px;
  display: flex;
}

.search-result-item:hover {
  background: var(--light-pirple-bg);
}

.search-result-item__img {
  width: 65.926px;
  height: 89px;
  display: block;
  margin-right: 9px;
  flex-shrink: 0;
}

.search-result-item__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 143%;
  color: var(--dark-blue);
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid transparent;
}

.search-result-item__name:hover {
  border-color: var(--dark-blue);
}

.search-result-item__desc {
  color: #8c8a98;
  font-size: 12px;
  line-height: 14px;
  /* 116.667% */
  margin-top: 2px;
}

.search-result-item__price {
  margin-top: 6px;
  display: flex;
  align-items: center;
}

.search-result-item__price ins {
  text-decoration: none;
  color: var(--red);
}

.search-result-item__price del {
  margin-left: 4px;
  color: #8c8a98;
  font-size: 12px;
  order: 2;
}

.footer {
  background: var(--dark-blue);
  color: white;
}

.footer-top__container {
  padding-top: 64px;
  padding-bottom: 85px;
  display: flex;
  position: relative;
}

@media (max-width: 991.98px) {
  .footer-top__container {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .footer-top__container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (max-width: 479.98px) {
  .footer-top__container {
    padding-top: 145px;
    padding-bottom: 24px;
  }
}

.footer-top__logo {
  display: block;
  flex-shrink: 0;
}

@media (max-width: 479.98px) {
  .footer-top__logo {
    display: none;
  }
}

.footer-top__logo img {
  width: 180px;
  height: fit-content;
}

@media (max-width: 767.98px) {
  .footer-top__logo img {
    width: 120px;
  }
}

.footer-top__content {
  margin-left: 114px;
  max-width: 474px;
}

@media (max-width: 1200px) {
  .footer-top__content {
    margin-left: 60px;
    max-width: 400px;
  }
}

@media (max-width: 991.98px) {
  .footer-top__content {
    margin-left: 0;
    max-width: none;
    margin-top: 54px;
  }
}

@media (max-width: 767.98px) {
  .footer-top__content {
    margin-top: 30px;
  }
}

@media (max-width: 479.98px) {
  .footer-top__content {
    text-align: center;
    margin-top: 0;
    padding: 0 15px;
  }
}

.footer-top__ttl {
  font-size: 18px;
  font-weight: 800;
  line-height: 122.222%;
  margin-bottom: 16px;
}

@media (max-width: 479.98px) {
  .footer-top__ttl {
    margin-bottom: 12px;
  }
}

.footer-top__txt {
  font-size: 14px;
  line-height: 150%;
}

.footer-top__bg {
  right: 0;
  top: -48px;
  position: absolute;
}

@media (max-width: 1200px) {
  .footer-top__bg {
    right: 32px;
  }
}

@media (max-width: 479.98px) {
  .footer-top__bg {
    top: -16px;
    right: 50%;
    transform: translateX(50%);
  }
}

.footer-top__bg img {
  width: 283px;
  height: fit-content;
}

@media (max-width: 767.98px) {
  .footer-top__bg img {
    width: 200px;
  }
}

@media (max-width: 479.98px) {
  .footer-top__bg img {
    width: 161px;
  }
}

.footer-main__container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 30px;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
  border-top: 1px solid hsla(240deg, 7%, 92%, 0.1);
}

@media (max-width: 991.98px) {
  .footer-main__container {
    grid-gap: 64px 15px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .footer-main__container {
    grid-template-columns: 1fr;
    grid-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 479.98px) {
  .footer-main__container {
    text-align: center;
    border: none;
    padding-top: 24px;
  }
}

.footer-main__menus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 991.98px) {
  .footer-main__menus {
    grid-gap: 15px;
  }
}

@media (max-width: 479.98px) {
  .footer-main__menus {
    grid-gap: 12px;
  }
}

.footer-main__menu ul {
  display: grid;
  grid-gap: 14px;
  font-size: 14px;
  line-height: 130%;
}

.footer-main__menu a {
  color: white;
  transition: all 0.3s ease 0s;
}

.footer-main__menu a:hover {
  color: var(--peach);
}

.footer-main__ttl {
  font-size: 18px;
  font-weight: 800;
  line-height: 122%;
  margin-bottom: 16px;
}

@media (max-width: 479.98px) {
  .footer-main__ttl {
    margin-bottom: 12px;
  }
}

.footer-main__contacts {
  display: grid;
  grid-gap: 32px;
}

.footer-main__address span {
  color: var(--yellow);
  font-size: 14px;
  line-height: 150%;
}

.footer-main__hours ul {
  font-size: 14px;
  line-height: 150%;
  display: grid;
  grid-gap: 4px;
}

.footer-main__info {
  display: grid;
  grid-gap: 32px;
}

@media (max-width: 991.98px) {
  .footer-main__info {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}

@media (max-width: 479.98px) {
  .footer-main__info {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

.footer-main__socials ul {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-gap: 12px;
}

@media (max-width: 479.98px) {
  .footer-main__socials ul {
    justify-content: center;
  }
}

.footer-main__socials a {
  color: var(--light-pirple);
  padding: 8px 0;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .footer-main__socials a:hover {
    color: var(--peach);
  }
}

.footer-main__socials svg {
  width: 32px;
  height: 32px;
}

.footer-main__payments ul {
  display: grid;
  justify-content: start;
  grid-gap: 6px;
  grid-auto-flow: column;
}

@media (max-width: 479.98px) {
  .footer-main__payments ul {
    justify-content: center;
  }
}

.footer-main__payments img {
  height: 28px;
}

.footer-bottom {
  padding-bottom: 64px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 479.98px) {
  .footer-bottom {
    padding-bottom: 104px;
    text-align: center;
  }
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 240px;
  padding: 12px 16px 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px 12px 0px 0px;
  background: var(--light-pirple);
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  transform: translateY(100%);
  transition: all 0.3s ease 0s;
  z-index: 5;
  visibility: hidden;
}

@media (max-width: 1200px) {
  .back-to-top {
    right: 100px;
  }
}

@media (max-width: 991.98px) {
  .back-to-top {
    right: 32px;
  }
}

@media (max-width: 767.98px) {
  .back-to-top {
    right: 50%;
    transform: translateY(100%) translateX(50%);
  }
}

.back-to-top svg {
  width: 32px;
  height: 32px;
  transform: rotate(-90deg);
}

.back-to-top.active {
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .back-to-top.active {
    transform: translateY(0) translateX(50%);
  }
}

.bottom-offset {
  padding-bottom: 128px;
}

@media (max-width: 767.98px) {
  .bottom-offset {
    padding-bottom: 64px;
  }
}

.breadcrumbs {
  padding: 16px 0px;
  font-size: 12px;
  line-height: 14px;
  /* 116.667% */
  color: #a3a1ad;
}

.breadcrumbs a {
  color: #a3a1ad;
  transition: all 0.3s ease 0s;
}

.breadcrumbs a:hover {
  color: var(--peach);
}

@media (max-width: 767.98px) {
  .breadcrumbs_fixed {
    padding-right: 16px;
    padding-left: 16px;
    position: fixed;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0px 0px 20px 0px rgba(25, 20, 49, 0.1), 0px -2px 3px 0px rgba(0, 0, 0, 0.1);
  }
}

.breadcrumb_last {
  color: var(--dark-blue);
}

@media (max-width: 991.98px) {
  .breadcrumb_last {
    font-weight: 600;
  }
}

.default-page-ttl {
  padding: 32px 0px;
  font-family: "Clash Grotesk";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.4px;
}

@media (max-width: 767.98px) {
  .default-page-ttl {
    font-size: 32px;
  }
}

.default-page-ttl_center {
  text-align: center;
}

.default-page-ttl date {
  margin-top: 16px;
  color: #8c8a98;
  font-size: 13px;
  line-height: 1.2;
  font-family: Inter;
}

.default-page-ttl__qty {
  margin-left: 8px;
  color: #8c8a98;
}

.default-page-ttl__qty_active {
  color: var(--light-pirple);
}

.page-banner {
  height: 400px;
}

@media (max-width: 991.98px) {
  .page-banner {
    height: 300px;
  }
}

.delivery-table table {
  padding: 16px 0;
}

@media (max-width: 479.98px) {
  .delivery-table table {
    padding: 0 0 30px;
  }
}

.delivery-table table th {
  text-align: center;
}

.delivery-table table th:first-child {
  text-align: left;
}

.delivery-table table td {
  text-align: center;
}

.delivery-table table td:first-child {
  text-align: left;
  font-weight: 600;
}

@media (max-width: 479.98px) {
  .delivery-table table thead {
    display: none;
  }

  .delivery-table table tr {
    border-bottom: 1px solid #e8e8eb;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 0;
  }

  .delivery-table table tr:first-child {
    border-top: 1px solid #e8e8eb;
  }

  .delivery-table table td:first-child {
    flex-basis: 100%;
    padding-bottom: 16px;
  }

  .delivery-table table td {
    flex-grow: 1;
    text-align: left;
    font-size: 16px;
    padding: 0;
    border: none;
  }

  .delivery-table table td:not(:first-child)::before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

.lazy-video {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  background: black;
}

.lazy-video__inner {
  border: none !important;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lazy-video__media {
  position: absolute;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.lazy-video__button {
  position: relative;
}

.lazy-video__button svg {
  height: 96px;
  width: 96px;
}

.lazy-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.offset-page-content {
  margin: 0 auto 0;
  background: white;
  position: relative;
  max-width: 1160px;
  padding-top: 36px;
}

@media (max-width: 1200px) {
  .offset-page-content {
    max-width: 950px;
  }
}

@media (max-width: 991.98px) {
  .offset-page-content {
    margin: 0;
    padding-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .offset-page-content {
    padding-top: 0;
  }
}

.offset-page-content__content {
  margin-top: 24px;
}

@media (max-width: 991.98px) {
  .offset-page-content__content {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .offset-page-content__content {
    margin-top: 0;
  }
}

.wc-block-components-notice-banner {
  border-radius: 6px;
  position: relative;
  padding: 16px 18px 16px 54px;
  gap: 12px;
  align-items: center;
  line-height: 1.25;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

.wc-block-components-notice-banner svg {
  top: 14px;
  left: 18px;
  flex-shrink: 0;
  line-height: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 0;

}

.wc-block-components-notice-banner a {
  color: var(--dark-blue);
  border-bottom: 1px solid;
  font-weight: 600;
}

.woocommerce-info,
.woocommerce-message,
.is-info {
  background: #e0ecfe;
}

.woocommerce-error {
  background: #fff4bf;
}

.woocommerce-notice--success,
.is-success {
  background: #f0fdd8;
}


.faq {
  padding-top: 16px;
}

@media (max-width: 479.98px) {
  .faq {
    padding-top: 0;
  }
}

.spoller__item {
  border-bottom: 1px solid #e8e8eb;
}

.spoller__item:last-child {
  border: none;
}

.spoller__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 24px 0;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  font-weight: 500;
}

@media (any-hover: hover) {
  .spoller__ttl:hover {
    color: var(--light-pirple);
  }
}

.spoller__ttl span {
  margin-left: 20px;
}

.spoller__ttl span svg {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  transition: all 0.3s ease 0s;
}

.spoller__ttl.open {
  color: var(--light-pirple);
}

.spoller__ttl.open span svg {
  transform: rotate(-90deg);
}

.spoller_product .spoller__ttl {
  font-size: 24px;
  font-weight: 500;
}

.spoller__content {
  font-size: 14px;
  padding-bottom: 36px;
  line-height: 150%;
}

.spoller_product .spoller__content {
  font-size: 16px;
}

.contact__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 32px;
}

@media (max-width: 479.98px) {
  .contact__fields {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }
}

.contact__field_wide {
  grid-column: 1/3;
}

@media (max-width: 479.98px) {
  .contact__field_wide {
    grid-column: 1/2;
  }
}

.contact__submit {
  margin-top: 36px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .contact__submit {
    margin-top: 24px;
  }
}

.physical-shop {
  display: grid;
  grid-template-columns: 342fr 376fr;
  grid-gap: 50px;
  align-items: start;
}

@media (max-width: 767.98px) {
  .physical-shop {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}

@media (max-width: 479.98px) {
  .physical-shop {
    grid-gap: 24px;
  }
}

.physical-shop__info {
  padding: 32px 36px;
  border-radius: 12px;
  background: var(--light-pirple-bg);
  display: grid;
  grid-gap: 32px;
  line-height: 150%;
}

.physical-shop__info a {
  color: var(--dark-blue);
  transition: all 0.3s ease 0s;
}

.physical-shop__info a:hover {
  color: var(--orange);
}

.physical-shop__info strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.blog-content {
  padding-bottom: 48px;
}

.single-blog-bottom {
  padding-top: 32px;
  border-top: 1px solid #e8e8eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-blog-bottom__author {
  color: #8c8a98;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.share-icons {
  display: flex;
  gap: 8px;
}

.share-icons a,
.share-icons button {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #e8e8eb;
  color: var(--dark-blue);
  line-height: 0;
  transition: all 0.3s ease 0s;
  position: relative;

}

.share-icons button span {
  position: absolute;
  top: -25px;
  border-radius: 10px;
  padding: 10px;
  background: #e8e8eb;
  color: var(--dark-blue);
  font-size: 10px;
  visibility: hidden;
  opacity: 0;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.share-icons button._active span {
  visibility: visible;
  opacity: 1;
}

.share-icons a:hover,
.share-icons button:hover {
  color: #e8e8eb;
  background: var(--dark-blue);
}

.share-icons svg {
  width: 24px;
  height: 24px;
}

.blog-card__img {
  display: block;
  padding-bottom: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: var(--light-pirple-bg);
  margin-bottom: 24px;
}

.blog-card__img img {
  transition: all 2s ease 0s;
}

.blog-card__img img:hover {
  transform: scale(1.05);
}

.blog-card__desc {
  margin-top: 8px;
  line-height: 1.4;
  font-size: 14px;
}

.blog-card__link {
  margin-top: 24px;
  color: var(--light-pirple);
  border-bottom: 1px solid var(--light-pirple);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.blog-card__link:hover {
  border-color: transparent;
}

@media (max-width: 991.98px) {
  .blog-card__link {
    margin-top: 16px;
  }
}

.blog-card__ttl {
  color: var(--dark-blue);
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  transition: all 0.3s ease 0s;
  display: block;
}

@media (max-width: 991.98px) {
  .blog-card__ttl {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .blog-card__ttl {
    font-size: 18px;
  }
}

.blog-card__ttl:hover {
  color: var(--dark-purple);
}

.blog-card_archive:nth-child(5n+1) .blog-card__ttl,
.blog-card_archive:nth-child(5n+2) .blog-card__ttl {
  font-size: 32px;
}

@media (max-width: 991.98px) {

  .blog-card_archive:nth-child(5n+1) .blog-card__ttl,
  .blog-card_archive:nth-child(5n+2) .blog-card__ttl {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {

  .blog-card_archive:nth-child(5n+1) .blog-card__ttl,
  .blog-card_archive:nth-child(5n+2) .blog-card__ttl {
    font-size: 24px;
  }
}

@media (max-width: 479.98px) {
  .blog-card_archive:nth-child(3n+1) .blog-card__ttl {
    font-size: 24px;
  }

  .blog-card_archive:nth-child(3n+2) .blog-card__ttl,
  .blog-card_archive:nth-child(3n+3) .blog-card__ttl {
    font-size: 18px;
  }
}

.archive-blog__pagination {
  margin-top: 96px;
}

@media (max-width: 767.98px) {
  .archive-blog__pagination {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid #e8e8eb;
  }
}

@media (max-width: 479.98px) {
  .archive-blog__pagination {
    margin-top: 32px;
    padding-top: 36px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 72px 48px;
}

.blog-grid>*:nth-child(5n+1) {
  grid-column: 1/4;
}

.blog-grid>*:nth-child(5n+2) {
  grid-column: 4/7;
}

.blog-grid>*:nth-child(5n+3) {
  grid-column: 1/3;
}

.blog-grid>*:nth-child(5n+4) {
  grid-column: 3/5;
}

.blog-grid>*:nth-child(5n+5) {
  grid-column: 5/7;
}

@media (max-width: 991.98px) {
  .blog-grid {
    grid-gap: 60px 30px;
  }
}

@media (max-width: 767.98px) {
  .blog-grid {
    grid-gap: 40px 20px;
  }
}

@media (max-width: 479.98px) {
  .blog-grid {
    grid-gap: 64px 17px;
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid>*:nth-child(3n+1) {
    grid-column: 1/3;
  }

  .blog-grid>*:nth-child(3n+2) {
    grid-column: 1/2;
  }

  .blog-grid>*:nth-child(3n+3) {
    grid-column: 2/3;
  }
}

.latest-blog {
  background: var(--light-pirple-bg);
  padding: 64px 0px 96px;
}

.latest-blog__slider {
  overflow: visible;
}

.product-card {
  border-radius: 12px;
  border: 1px solid #e8e8eb;
  padding: 32px 0 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease 0s;
  background: white;
}

@media (max-width: 479.98px) {
  .product-card {
    padding: 36px 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
  }
}

@media (any-hover: hover) {
  .product-card:hover {
    border-color: #eddaf0;
    box-shadow: 0px 0px 0px 4px #eddaf0;
  }
}

.product-card__stickers {
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 479.98px) {
  .product-card__stickers {
    top: 6px;
    right: 6px;
    left: 6px;
  }
}

.product-card__img-wrap {
  width: 100%;
  max-width: 200px;
  display: block;
  align-self: center;
  flex-grow: 1;
}

@media (max-width: 479.98px) {
  .product-card__img-wrap {
    max-width: 150px;
  }
}

.product-card__img {
  padding-bottom: 135%;
  position: relative;
}

.product-card__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-card__content {
  padding: 12px 24px 0;
  text-align: center;
}

@media (max-width: 991.98px) {
  .product-card__content {
    padding: 12px 16px 0;
  }
}

@media (max-width: 479.98px) {
  .product-card__content {
    padding: 12px 12px 0;
  }
}

.product-card__name {
  color: var(--dark-blue);
  font-family: "Clash Grotesk";
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.product-card__name span {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease 0s;
}

.product-card__name span:hover {
  border-color: var(--dark-blue);
}

.product-card__category {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.product-card__category a {

  color: var(--light-pirple);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  /* display: block; */
}

.product-card__desc {
  margin-top: 12px;
  color: #8c8a98;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.17;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}

.product-card__bottom {
  align-items: center;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 479.98px) {
  .product-card__bottom {
    margin-top: 12px;
  }
}

.product-card__actions {
  display: flex;
  gap: 4px;
}

@media (max-width: 767.98px) {
  .product-card__actions {
    gap: 0;
  }
}

.product-card__action {
  flex-shrink: 0;
  color: var(--dark-blue);
  display: block;
  line-height: 0;
  transition: all 0.3s ease 0s;
  width: 44px;
  height: 44px;
  position: relative;
}

@media (max-width: 991.98px) {
  .product-card__action {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 479.98px) {
  .product-card__action {
    width: 36px;
    height: 36px;
  }
}

.product-card__action:hover {
  color: var(--light-pirple);
}


.product-card__action svg {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease 0s;
  position: absolute;
  inset: 6px;
}

@media (max-width: 991.98px) {
  .product-card__action svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 479.98px) {
  .product-card__action svg {
    width: 24px;
    height: 24px;
  }
}

.product-card__action svg:last-child {
  visibility: hidden;
  opacity: 0;
}

.product-card__action_add.added svg:first-child {
  visibility: hidden;
  opacity: 0;
}

.product-card__action_add.added svg:last-child {
  visibility: visible;
  opacity: 1;
}

.product-card__action_wish {}

.product-card__action_wish>a {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.product-card__action_wish svg {
  pointer-events: none;
}


.product-card__action_wish>a.tinvwl-product-in-list+svg {
  visibility: hidden;
  opacity: 0;
}

.product-card__action_wish>a.tinvwl-product-in-list+svg+svg {
  visibility: visible;
  opacity: 1;
}

.loop-price {
  font-weight: 500;
  font-family: "Clash Grotesk";
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  line-height: 1.1;
  grid-gap: 0 4px;
}

.loop-price_sale {
  color: var(--red);
}

.loop-price__int {
  font-size: 40px;
  letter-spacing: -0.4px;
  grid-row: 1/3;
}

@media (max-width: 991.98px) {
  .loop-price__int {
    font-size: 32px;
  }
}

.loop-price__cents {
  position: relative;
  top: 4px;
}

@media (max-width: 991.98px) {
  .loop-price__cents {
    top: 2px;
  }
}

.loop-price>span,
.loop-price>del {
  color: var(--dark-blue);
  font-size: 10px;
  line-height: 1.2;
  opacity: 0.4;
  font-family: Inter;
  position: relative;
  bottom: 4px;
}

@media (max-width: 991.98px) {

  .loop-price>span,
  .loop-price>del {
    bottom: 2px;
  }
}

.catalog__top {
  padding: 28px 0;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8eb;
}

@media (max-width: 991.98px) {
  .catalog__top {
    border-bottom: none;
    padding: 32px 0;
  }
}

.catalog__top h1 {
  font-family: "Clash Grotesk";
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
}

@media (max-width: 479.98px) {
  .catalog__top h1 {
    font-size: 32px;
  }
}

.catalog__grid {
  padding-top: 24px;
}

@media (max-width: 479.98px) {
  .catalog__grid {
    padding-top: 0;
  }
}

.catalog__showmore {
  text-align: center;
  padding-top: 80px;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .catalog__showmore {
    padding-top: 50px;
  }
}

@media (max-width: 479.98px) {
  .catalog__showmore {
    padding-top: 32px;
  }
}

.catalog__showmore.loading {
  opacity: 1;
  visibility: visible;
}

.catalog__empty {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 80px 0px 16px;
  text-align: center;
  display: grid;
  grid-gap: 48px;
  justify-items: center;
}

@media (max-width: 767.98px) {
  .catalog__empty {
    padding: 48px 0 0;
    grid-gap: 32px;
  }
}

.catalog__empty span {
  display: block;
}

.catalog__text {
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  .catalog__text {
    padding-top: 50px;
  }
}

@media (max-width: 479.98px) {
  .catalog__text {
    padding-top: 32px;
  }
}

.catalog-mob-btns {
  display: none;
}

@media (max-width: 991.98px) {
  .catalog-mob-btns {
    display: flex;

    background: var(--light-pirple-bg);
    margin: 0 -32px;
  }
}

@media (max-width: 479.98px) {
  .catalog-mob-btns {
    margin: 0 -16px;
  }
}

.catalog-mob-btns button {
  padding: 15px 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.14;
  flex: 1 0 50%;
}

@media (max-width: 479.98px) {
  .catalog-mob-btns button {
    font-size: 14px;
  }
}

.catalog-mob-btns button svg {
  margin-left: 6px;
  width: 12px;
  height: 12px;
}

.catalog-mob-btns__sort svg {
  transform: rotate(90deg);
}

.catalog-mob-btns__filter i {
  margin-left: 4px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: white;
  background: var(--light-pirple);
  font-size: 11px;
  font-weight: 800;
  line-height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  position: relative;
  bottom: 2px;
}

.catalog-mob-btns__filter i[hidden] {
  display: none;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

@media (max-width: 1100px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479.98px) {
  .products-grid {
    grid-gap: 0;
    margin: 0 -16px;
    border-top: 1px solid #e8e8eb;
  }
}

.wishlist__top {
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .wishlist__top {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .catalog-filter::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    background: var(--dark-blue);
    transition: all 0.3s ease 0s;
  }

  .catalog-filter.open::before {
    opacity: 0.75;
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  .catalog-filter__wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 20;
    width: 400px;
    transform: translateX(100%);
    transition: all 0.3s ease 0s;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 479.98px) {
  .catalog-filter__wrap {
    width: 312px;
  }
}

@media (max-width: 991.98px) {
  .catalog-filter.open .catalog-filter__wrap {
    transform: none;
  }
}

.catalog-filter__header {
  display: none;
}

@media (max-width: 991.98px) {
  .catalog-filter__header {
    display: flex;
    height: 64px;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 6px 8px 0px rgba(25, 20, 49, 0.05), 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #d1d0d6;
  }
}

.catalog-filter__ttl {
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.catalog-filter__ttl span {
  color: var(--light-pirple);
  margin-left: 4px;
}

.catalog-filter__close {
  color: var(--dark-blue);
  line-height: 1;
}

.catalog-filter__close svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 991.98px) {
  .catalog-filter__body {
    flex-grow: 1;
    overflow: auto;
  }
}

.catalog-filter__fields {
  padding: 24px 0;
  height: 100%;
}

@media (max-width: 991.98px) {
  .catalog-filter__fields {
    padding: 0;
  }
}

.catalog-filter__bottom {
  display: none;
}

@media (max-width: 991.98px) {
  .catalog-filter__bottom {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 24px 0;
  }

  .catalog-filter__bottom button {
    min-width: unset;
  }
}

.catalog-filter__selected {
  border-top: 1px solid #e8e8eb;
  padding: 12px 0px;
}

@media (max-width: 991.98px) {
  .catalog-filter__selected {
    display: none;
  }
}

.filter-fields {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .filter-fields {
    display: block;
  }
}

.filter-item {
  position: relative;
}

@media (max-width: 991.98px) {
  .filter-item {
    border-bottom: 1px solid #e8e8eb;
  }
}

.filter-item__header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 5px;
  height: 100%;
  line-height: 1.14;
  border: 1px solid #d1d0d6;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .filter-item__header {
    padding: 20px 16px;
    border-radius: 0;
    border: none;
    width: 100%;
    justify-content: space-between;
  }
}

.filter-item__header svg {
  width: 12px;
  height: 12px;
  transition: all 0.3s ease 0s;
  transform: rotate(90deg);
}

.filter-item__header.active {
  background: #e8e8eb;
  border-color: #e8e8eb;
}

@media (max-width: 991.98px) {
  .filter-item__header.active {
    background: none;
  }
}

.filter-item__header.active span {
  display: inline-flex;
}

.filter-item__header.open svg {
  transform: rotate(-90deg) !important;
}

.filter-item:hover .filter-item__header {
  border-color: #191431;
}

.filter-item:hover .filter-item__header svg {
  transform: rotate(-90deg);
}

@media (max-width: 991.98px) {
  .filter-item:hover .filter-item__header svg {
    transform: rotate(90deg);
  }
}

.filter-item__ttl {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

.filter-item__ttl span {
  border-radius: 50%;
  background: var(--light-pirple);
  color: white;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  display: none;
}

.filter-item__body {
  border-radius: 5px;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  left: 0;
  background: white;
  border: 1px solid #d1d0d6;
  z-index: 2;
  box-shadow: 0px 6px 8px 0px rgba(25, 20, 49, 0.05), 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .filter-item__body {
    position: static;
    box-shadow: unset;
    border-radius: 0;
    border: none;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

.filter-item:active .filter-item__body,
.filter-item:focus .filter-item__body,
.filter-item:hover .filter-item__body {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.filter-item__inner {
  min-width: 317px;
  max-height: 283px;
}

@media (max-width: 991.98px) {
  .filter-item__inner {
    max-height: unset;
    min-width: unset;
  }
}

.filter-item__clear {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  border-top: 1px solid #d1d0d6;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
  position: relative;
}

@media (max-width: 991.98px) {
  .filter-item__clear {
    display: none;
  }
}

.filter-item__clear svg {
  width: 12px;
  height: 12px;
}

.filter-item__clear:hover {
  background: #e8e8eb;
}

.filter-options-list {
  padding: 8px 16px;
}

@media (max-width: 991.98px) {
  .filter-options-list {
    padding: 0 16px 24px;
  }
}

.filter-checkbox {
  padding: 8px 0;
}

.filter-checkbox input:checked+b+div {
  font-weight: 600;
}

.filter-checkbox__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}

.filter-checkbox__name span {
  color: #8c8a98;
  font-weight: 400;
}

.price-slider {
  padding: 16px;
}

@media (max-width: 991.98px) {
  .price-slider {
    padding: 0 16px 24px;
  }
}

.filter-selected {
  display: flex;
  gap: 16px;
}

@media (max-width: 991.98px) {
  .filter-selected {
    display: none;
  }
}

.filter-selected__reset {
  flex-shrink: 0;
  padding: 11px 16px;
  color: #fe4706;
  text-align: center;
  font-size: 12px;
  line-height: 1.16;
  /* 116.667% */
}

.filter-selected__items {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.filter-selected__items button {
  padding: 8px 12px;
  border-radius: 18px;
  background: #f5e9f6;
  color: #5b2264;
  text-align: center;
  font-size: 13px;
  line-height: 1.23;
  display: flex;
  gap: 4px;
  align-items: center;
  transition: all 0.3s ease 0s;
}

.filter-selected__items button:hover {
  background: #eddaf0;
}

.filter-selected__items button::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10 10L2 2' stroke='%235B2264' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 10L10 2' stroke='%235B2264' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  flex-shrink: 0;
  line-height: 0;
}

.price-slider__fields {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
}

.price-slider__field {
  flex-grow: 1;
  position: relative;
  width: 100%;
}

.price-slider__field span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

.price-slider__field input {
  padding: 12px 12px 12px 37px;
  border-radius: 5px;
  border: 1px solid #d1d0d6;
  transition: all 0.3s ease 0s;
  text-align: right;
  cursor: pointer;
  width: 100%;
}

.price-slider__field input::-webkit-outer-spin-button,
.price-slider__field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-slider__field input:hover {
  border-color: #8c8a98;
}

.price-slider__field input:focus {
  border-color: var(--light-pirple);
}

.price-slider__slider {
  position: relative;
  height: 4px;
  border: 1px solid #d1d0d6;
}

.price-slider__slider span {
  width: 1px;
  height: 12px;
  background: #d9d9d9;
  position: absolute;
  top: -5px;
  transform: translateX(-50%);
}

.price-slider__slider span:nth-child(1) {
  left: 0;
}

.price-slider__slider span:nth-child(2) {
  left: 25%;
}

.price-slider__slider span:nth-child(3) {
  left: 50%;
}

.price-slider__slider span:nth-child(4) {
  left: 75%;
}

.price-slider__slider span:nth-child(5) {
  left: 100%;
}

.price-slider__slider-wrap {
  position: relative;
  margin: 0 10px;
}

.price-slider__line {
  top: -1px;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  background: var(--dark-blue);
  z-index: 1;
}

.price-slider__scale {
  width: 100%;
  margin-top: 12px;
}

.price-slider__scale div {
  font-size: 10px;
  font-weight: 500;
  transform: translateX(-50%);
  position: absolute;
}

.price-slider__scale div:nth-child(1) {
  left: 0;
}

.price-slider__scale div:nth-child(2) {
  left: 50%;
}

.price-slider__scale div:nth-child(3) {
  left: 100%;
}

.price-slider__range {
  position: absolute;
  left: -10px;
  right: -10px;
  height: 100%;
  top: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.price-slider__range::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1.5px solid var(--dark-blue);
  position: relative;
  z-index: 1;
}

.price-slider__range::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
  background: white;
  pointer-events: auto;
  cursor: pointer;
  border: 1.5px solid var(--dark-blue);
  position: relative;
  z-index: 1;
  -moz-appearance: none;
}

.products-sorting {
  position: relative;
}

.products-sorting::before {
  content: "";
  background: var(--dark-blue);
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .products-sorting.open::before {
    opacity: 0.75;
    visibility: visible;
  }
}

.products-sorting__field {
  padding: 12px 12px 12px 16px;
  border-radius: 5px;
  border: 1px solid #d1d0d6;
  background: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  min-width: 278px;
}

@media (max-width: 991.98px) {
  .products-sorting__field {
    display: none;
  }
}

.products-sorting__field:hover {
  border-color: #8c8a98;
}

.products-sorting__field:focus {
  border-color: var(--light-pirple);
}

.products-sorting__field svg {
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
}

.products-sorting__select {
  display: none;
}

.products-sorting__fake-select {
  top: 100%;
  margin-top: 6px;
  position: absolute;
  border-radius: 4px;
  border: 1px solid #d1d0d6;
  left: 0;
  background: #fff;
  padding: 8px 0;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .products-sorting__fake-select {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 20;
    top: auto;
    border-radius: 0;
    border: none;
    padding: 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .products-sorting__fake-select ul {
    overflow: auto;
    padding-bottom: 24px;
  }
}

@media (max-width: 991.98px) {
  .products-sorting__fake-select ul li:last-child a {
    border-bottom: none;
  }
}

.products-sorting__fake-select ul a {
  display: block;
  padding: 12px 16px;
  transition: all 0.3s ease 0s;
  color: var(--dark-blue);
}

@media (max-width: 991.98px) {
  .products-sorting__fake-select ul a {
    padding: 16px;
    text-align: center;
    border-bottom: 1px solid #e8e8eb;
    font-size: 14px;
  }
}

.products-sorting__fake-select ul a:hover {
  background: #eddaf0;
}

.products-sorting__fake-select ul li.selected a {
  font-weight: 600;
}

.products-sorting.open .products-sorting__fake-select {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.products-sorting__header-mob {
  display: none;
}

@media (max-width: 991.98px) {
  .products-sorting__header-mob {
    display: flex;
    border-bottom: 1px solid #d1d0d6;
    background: #fff;
    box-shadow: 0px 6px 8px 0px rgba(25, 20, 49, 0.05), 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-family: "Clash Grotesk";
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    /* 24px */
  }
}

.products-sorting__close::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M7.51465 24.4854L24.4852 7.51479' stroke='%23191431' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.51465 7.51465L24.4852 24.4852' stroke='%23191431' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.related-products {
  background: var(--light-pirple);
  padding: 56px 0 96px;
}

@media (max-width: 767.98px) {
  .related-products {
    padding: 40px 0 70px;
  }
}

@media (max-width: 479.98px) {
  .related-products {
    padding: 0;
  }
}

.related-products__ttl {
  padding-bottom: 40px;
  text-align: center;
  font-family: "Clash Grotesk";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.4px;
  color: white;
}

@media (max-width: 767.98px) {
  .related-products__ttl {
    padding-bottom: 30px;
  }
}

@media (max-width: 479.98px) {
  .related-products__ttl {
    font-size: 24px;
    padding: 18px 0;
  }
}

.product-single {
  position: relative;
  padding-bottom: 96px;
}

@media (max-width: 767.98px) {
  .product-single {
    padding-bottom: 64px;
  }
}

.product-single::before {
  content: "";
  inset: 0 0 0 50%;
  background: var(--light-pirple-bg);
  display: block;
  position: absolute;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .product-single::before {
    left: 40.5%;
  }
}

@media (max-width: 767.98px) {
  .product-single::before {
    left: 0;
  }
}

.product-single__breadcrumbs {
  padding-right: calc(50% + 30px);
}

@media (max-width: 991.98px) {
  .product-single__breadcrumbs {
    padding-right: calc(60% + 16px);
  }
}

@media (max-width: 767.98px) {
  .product-single__breadcrumbs {
    margin: 0 -16px;
    background: white;
    padding: 0 16px;
  }
}

.product-single__grid {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991.98px) {
  .product-single__grid {
    grid-template-columns: 2fr 3fr;
  }
}

@media (max-width: 767.98px) {
  .product-single__grid {
    display: block;
  }
}

.product-single__column {
  padding: 32px 64px 0;
}

@media (max-width: 1200px) {
  .product-single__column {
    padding: 32px 32px 0;
  }
}

@media (max-width: 991.98px) {
  .product-single__column {
    padding: 16px 16px 0;
  }
}

@media (max-width: 767.98px) {
  .product-single__column {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .product-single__column_img {
    padding: 16px 32px 0 0;
  }
}

@media (max-width: 767.98px) {
  .product-single__column_img {
    padding: 16px 0;
  }
}

.product-single__column_content {
  position: sticky;
  top: 0;
  top: 70px;
}

@media (max-width: 991.98px) {
  .product-single__column_content {
    padding: 16px 0 0 32px;
  }
}

@media (max-width: 767.98px) {
  .product-single__column_content {
    padding: 0;
    position: static;
  }
}

.product-single__delivery {
  margin-top: 32px;
  display: grid;
  grid-gap: 30px;
}

@media (max-width: 767.98px) {
  .product-single__delivery {
    margin-top: 36px;
  }
}

.product-single__faq {
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .product-single__faq {
    margin-top: 36px;
  }
}

.product-info {
  padding: 36px 36px 32px;
  border-radius: 12px;
  border-bottom: 3px solid #eddaf0;
  background: #fff;
}

@media (max-width: 991.98px) {
  .product-info {
    padding: 30px 22px;
  }
}

@media (max-width: 479.98px) {
  .product-info {
    padding: 36px 16px 32px;
    margin: 0 -16px;
    border-radius: 0;
  }
}

.product-imgs__thumbs {
  margin-top: 16px;
}

.single-product-slider {
  position: relative;
}

.single-product-slider__stickers {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .single-product-slider__stickers {
    bottom: 8px;
    top: auto;
  }
}

.single-product-slider__wrapper {
  display: grid;
  grid-gap: 25px;
}

@media (max-width: 767.98px) {
  .single-product-slider__wrapper {
    display: flex;
    grid-gap: 0;
  }
}

@media (max-width: 767.98px) {
  .single-product-slider__slide {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
  }
}

.single-product-slider__video {
  padding-bottom: 60%;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .single-product-slider__video {
    padding-bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .single-product-slider__img {
    padding-bottom: 100%;
    position: relative;
    display: block;
  }
}

.single-product-slider__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .single-product-slider__img img {
    height: 100%;
    object-fit: contain;
    position: absolute;
    inset: 0;
  }
}

.single-product-thumb {
  display: none;
}

@media (max-width: 767.98px) {
  .single-product-thumb {
    display: block;
  }
}

.single-product-thumb__slide {
  width: fit-content;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  transition: all 0.3s ease 0s;
  height: 89px;
}

.single-product-thumb__slide.swiper-slide-thumb-active {
  box-shadow: 0px 0px 0px 2px #ba6cc4;
}

.single-product-thumb__img {
  height: 100%;
}

.single-product-thumb__img img {
  height: 100%;
  width: auto;
}

.single-product-thumb__video {
  height: 100%;
  position: relative;
}

.single-product-thumb__video img {
  height: 100%;
}

.single-product-thumb__video svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  position: absolute;
}

.product-sticker {
  padding: 6px 8px;
  border-radius: 6px;
  background: rgba(254, 71, 6, 0.15);
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 479.98px) {
  .product-sticker {
    font-size: 12px;
    padding: 4px 6px;
  }
}

.product-info {
  display: grid;
  grid-gap: 32px;
}

.product-info__underttl {
  margin-bottom: 8px;
  color: var(--light-pirple);
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
}

.product-info__name {
  font-family: "Clash Grotesk";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.13;
}

.product-info__attrs {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 8px 16px;
  font-size: 14px;
  line-height: 1.4;
  /* 142.857% */
}

.product-info__divider {
  height: 1px;
  background: #e8e8eb;
}

.price {
  line-height: 1.5;
}

.price del {
  color: #8c8a98;
  font-size: 12px;
  display: block;
  line-height: 1.33;
  font-family: "Inter";
}

.price ins {
  text-decoration: none;
  color: var(--red);
}

.product-form__top {
  display: flex;
  justify-content: space-between;
}

.product-form__price .price {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Clash Grotesk";
}

.product-form__price ins {
  line-height: 1.13;
}

.product-form__price del {
  font-weight: 400;
  font-size: 16px;
  order: 2;
}

.product-form__liter {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.17;
}

.product-form__btn {
  margin-top: 24px;
  width: 100%;
}

.product-form__wish {
  margin-top: 12px;
}

.wishlist-btn {
  position: relative;
  height: 52px;
  overflow: hidden;
  display: block;
  color: var(--dark-blue);
  transition: all 0.3s ease 0s;
}

.wishlist-btn:hover {
  color: var(--light-pirple);
}

.wishlist-btn a {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.wishlist-btn span {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 12px;
  grid-auto-flow: column;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

.wishlist-btn span:last-child {
  transform: translateY(100%);
}

.wishlist-btn svg {
  width: 32px;
  height: 32px;
}

.wishlist-btn a.tinvwl-product-make-remove+span {
  transform: translateY(-100%);
}

.wishlist-btn a.tinvwl-product-make-remove+span+span {
  transform: none;
}

.product-delivery {
  display: flex;
  gap: 12px;
}

.product-delivery__icon {
  flex-shrink: 0;
}

.product-delivery__icon svg {
  width: 24px;
  height: 24px;
}

.product-delivery__ttl {
  font-size: 14px;
}

.product-delivery__txt {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.16;
}

.product-delivery__link {
  display: inline-block;
  margin-top: 15px;
  color: var(--dark-purple);
  font-family: Inter;
  font-size: 12px;
  line-height: 1.16;
  /* 116.667% */
  border-bottom: 1px solid var(--dark-purple);
  transition: all 0.3s ease 0s;
}

.product-delivery__link:hover {
  border-color: transparent;
}

.product-videos {
  background: var(--light-pirple);
  padding-top: 56px;
}

@media (max-width: 767.98px) {
  .product-videos {
    padding-top: 40px;
  }
}

@media (max-width: 479.98px) {
  .product-videos {
    padding-top: 20px;
  }
}

.product-videos .lazy-video {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-videos .lazy-video:last-child {
  margin-bottom: 0;
}

.featured-products {
  padding: 32px 0px 95px 0px;
}

@media (max-width: 991.98px) {
  .featured-products {
    padding: 32px 0px 64px 0px;
  }
}

@media (max-width: 767.98px) {
  .featured-products {
    padding: 20px 0px 40px 0px;
  }
}

@media (max-width: 479.98px) {
  .featured-products {
    padding: 0;
    background: #db8758;
  }
}

.featured-products_purple {
  background: var(--light-pirple);
}

.featured-products_purple .featured-products__ttl {
  color: white;
}

.featured-products__top {
  padding: 24px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

@media (max-width: 479.98px) {
  .featured-products__top {
    padding: 18px 0;
  }
}

.featured-products__ttl {
  font-family: "Clash Grotesk";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.4px;
}

@media (max-width: 767.98px) {
  .featured-products__ttl {
    font-size: 32px;
  }
}

@media (max-width: 479.98px) {
  .featured-products__ttl {
    font-size: 24px;
    color: white;
  }
}

.featured-products__top-link {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  flex-shrink: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid transparent;
  padding-bottom: 9px;
  margin-bottom: -9px;
}

@media (any-hover: hover) {
  .featured-products__top-link:hover {
    border-color: var(--dark-blue);
  }
}

@media (max-width: 479.98px) {
  .featured-products__top-link {
    color: white;
  }
}

.featured-products__top-link svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.featured-products_purple .featured-products__top-link {
  color: white;
}

@media (any-hover: hover) {
  .featured-products_purple .featured-products__top-link:hover {
    border-color: white;
  }
}

.featured-products__grid {
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .featured-products__grid {
    margin-top: 0;
  }
}

@media (max-width: 479.98px) {
  .featured-products__grid {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    display: flex;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
  }

  .featured-products__grid::-webkit-scrollbar {
    display: none;
  }

  .featured-products__grid {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .featured-products__grid>* {
    flex: 0 0 173px;
    scroll-snap-align: start;
  }
}

.featured-products__last-slide {
  display: none;
}

@media (max-width: 479.98px) {
  .featured-products__last-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 173px;
    background: #f5e9f6;
    text-align: center;
    padding: 24px 16px;
  }

  .featured-products__last-slide span {
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.32px;
    text-transform: uppercase;
  }
}

.featured-products__mob-btn {
  color: var(--dark-blue);
  margin-top: 12px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-products__mob-btn svg {
  width: 32px;
  height: 32px;
}

.featured-products__showmore {
  margin: 48px auto 0;
  display: flex;
}

@media (max-width: 767.98px) {
  .featured-products__showmore {
    margin-top: 30px;
  }
}

@media (max-width: 479.98px) {
  .featured-products__showmore {
    display: none;
  }
}

.categories-blocks {
  padding: 64px 0px 24px 0px;
}

@media (max-width: 479.98px) {
  .categories-blocks {
    padding: 0 0 36px;
  }
}

.categories-blocks__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}

@media (max-width: 767.98px) {
  .categories-blocks__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 479.98px) {
  .categories-blocks__grid {
    grid-gap: 36px 10px;
  }
}

.categories-blocks__item_wide {
  grid-column: 3/5;
}

@media (max-width: 767.98px) {
  .categories-blocks__item_wide {
    grid-column: 1/3;
    order: -1;
  }
}

.category-item {
  border-radius: 24px;
  background: var(--beige);
  padding: 24px 32px 32px;
  overflow: hidden;
  color: var(--dark-blue);
  text-align: center;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 991.98px) {
  .category-item {
    min-height: 286px;
    padding: 24px 18px 32px;
  }
}

@media (max-width: 767.98px) {
  .category-item {
    text-align: left;
    padding: 24px;
  }
}

@media (max-width: 479.98px) {
  .category-item {
    min-height: 258px;
  }
}

.category-item__img {
  height: 180px;
  position: relative;
}

@media (max-width: 479.98px) {
  .category-item__img {
    height: 150px;
  }
}

.category-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-item__name {
  /* Headings/H4 */
  font-family: "Clash Grotesk";
  font-size: 24px;
  position: relative;
  font-weight: 500;
  line-height: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .category-item__name {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .category-item__name {
    font-size: 18px;
  }
}

.category-item__name svg {
  margin-left: 12px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .category-item__name svg {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .category-item__name svg {
    display: block;
  }
}

.category-item__bg {
  color: #db8758;
  position: absolute;
  inset: -100px;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: rotate(-20deg);
}

.category-item__bg svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (any-hover: hover) {
  .category-item:hover .category-item__bg {
    opacity: 0.15;
    transform: none;
  }
}

.category-item-wide {
  text-align: center;
  color: var(--dark-blue);
  border-radius: 24px;
  background: #639efa;
  position: relative;
  overflow: hidden;
  padding: 24px 0 24px 100px;
}

@media (max-width: 767.98px) {
  .category-item-wide {
    padding: 48px 0 48px 100px;
  }
}

@media (max-width: 479.98px) {
  .category-item-wide {
    border-radius: 0;
    margin: 0 -16px;
  }
}

.category-item-wide__img {
  position: absolute;
  left: -32px;
  bottom: -12px;
}

@media (max-width: 991.98px) {
  .category-item-wide__img {
    left: -36px;
    bottom: -10px;
  }
}

.category-item-wide__img img {
  height: 270px;
  width: fit-content;
}

@media (max-width: 991.98px) {
  .category-item-wide__img img {
    height: 230px;
  }
}

.category-item-wide__content {
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 991.98px) {
  .category-item-wide__content {
    padding: 0 32px;
  }
}

.category-item-wide__desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  /* 123.077% */
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .category-item-wide__desc {
    margin-bottom: 12px;
  }
}

.category-item-wide__ttl {
  font-family: "Clash Grotesk";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  /* 110% */
  letter-spacing: -0.4px;
}

@media (max-width: 1200px) {
  .category-item-wide__ttl {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .category-item-wide__ttl {
    font-size: 32px;
  }
}

.category-item-wide__btn {
  margin-top: 24px;
}

.articles-block {
  padding-bottom: 48px;
}

@media (max-width: 991.98px) {
  .articles-block {
    padding-bottom: 33px;
  }
}

@media (max-width: 479.98px) {
  .articles-block {
    padding-bottom: 32px;
  }
}

.articles-block__grid {
  display: grid;
  grid-template-columns: 475fr 670fr;
  /* grid-gap: 16px; */
  grid-gap: 30px;
  margin-bottom: 68px;
  align-items: center;
}

@media (max-width: 991.98px) {
  .articles-block__grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .articles-block__grid {
    display: block;
  }
}

.articles-block__column {
  position: relative;
}

.articles-block__mob-ttl {
  display: none;
}

@media (max-width: 767.98px) {
  .articles-block__mob-ttl {
    display: block;
    font-family: "Clash Grotesk";
    font-size: 32px;
    font-weight: 500;
    line-height: 1.12;
    text-align: center;
    margin-top: 48px;
  }
}

.articles-block__news-items {
  display: grid;
  grid-gap: 16px;
  height: 100%;
}

@media (max-width: 767.98px) {
  .articles-block__news-items {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    display: flex;
    margin: 32px -16px 0;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
  }

  .articles-block__news-items::-webkit-scrollbar {
    display: none;
  }

  .articles-block__news-items {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .articles-block__news-items>* {
    scroll-snap-align: center;
    flex-shrink: 0;
  }

  .articles-block__news-items>*:first-child {
    padding-left: 16px;
  }

  .articles-block__news-items>*:last-child {
    padding-right: 16px;
  }
}

.articles-block__link {
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: 32px;
  color: var(--dark-blue);
  width: fit-content;
  line-height: 1.3;
  position: absolute;
  top: 100%;
  padding: 9px 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid transparent;
}

@media (any-hover: hover) {
  .articles-block__link:hover {
    border-color: var(--dark-blue);
  }
}

@media (max-width: 991.98px) {
  .articles-block__link {
    display: none;
  }
}

.articles-block__link svg {
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.shop-preview {
  border-radius: 24px;
  background: var(--dark-blue);
  overflow: hidden;
  position: relative;
}

@media (max-width: 479.98px) {
  .shop-preview {
    border-radius: 0;
    margin: 0 -16px;
    padding: 64px 24px;
  }
}

.shop-preview__bg {
  display: none;
}

@media (max-width: 479.98px) {
  .shop-preview__bg {
    color: #251d49;
    display: block;
    position: absolute;
    width: 642.055px;
    height: 641.055px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .shop-preview__bg svg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.shop-preview__img {
  height: 252px;
  position: relative;
}

@media (max-width: 479.98px) {
  .shop-preview__img {
    height: 238px;
  }
}

.shop-preview__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop-preview__content {
  position: relative;
  display: flex;
  padding: 60px 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 991.98px) {
  .shop-preview__content {
    padding: 60px 20px;
  }
}

@media (max-width: 479.98px) {
  .shop-preview__content {
    padding: 36px 0 0 0;
  }
}

.shop-preview__underttl {
  display: none;
}

@media (max-width: 479.98px) {
  .shop-preview__underttl {
    display: block;
    color: white;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    text-transform: uppercase;
  }
}

.shop-preview__ttl {
  color: white;
  font-family: "Clash Grotesk";
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.shop-preview__desc {
  color: var(--yellow);
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 479.98px) {
  .shop-preview__desc {
    display: none;
  }
}

.shop-preview__btn {
  margin-top: 24px;
}

.news-colored-card {
  min-height: 158px;
}

.news-colored-card__inner {
  border-radius: 12px;
  overflow: hidden;
  background: var(--light-pirple);
  height: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  .news-colored-card__inner {
    width: 300px;
  }
}

.news-colored-card_blue .news-colored-card__inner {
  background: #639efa;
}

.news-colored-card_orange .news-colored-card__inner {
  background: #fb9232;
}

.news-colored-card__img {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.news-colored-card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-colored-card__content {
  margin-left: 120px;
  padding: 16px 24px 16px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.news-colored-card__ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
}

.news-colored-card__link {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration-line: underline;
  display: inline-block;
  color: var(--dark-blue);
  transition: all 0.3s ease 0s;
}

.faq-block {
  padding: 82px 0 128px;
}

@media (max-width: 991.98px) {
  .faq-block {
    padding: 33px 0 96px;
  }
}

@media (max-width: 479.98px) {
  .faq-block {
    padding: 32px 0 64px;
  }
}

.faq-block__grid {
  display: grid;
  grid-template-columns: 475fr 670fr;
  grid-gap: 16px;
}

@media (max-width: 991.98px) {
  .faq-block__grid {
    display: block;
  }
}

.faq-block__ttl {
  padding: 24px 0px;
  font-family: "Clash Grotesk";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.4px;
}

@media (max-width: 991.98px) {
  .faq-block__ttl {
    font-size: 36px;
  }
}

@media (max-width: 479.98px) {
  .faq-block__ttl {
    font-size: 32px;
  }
}

.faq-block__link {
  margin: 48px auto 0;
  display: flex;
}

@media (max-width: 991.98px) {
  .faq-block__link {
    display: none;
  }
}

.instafeed {
  overflow: hidden;
  position: relative;
  padding-bottom: 96px;
}

@media (max-width: 767.98px) {
  .instafeed {
    padding-bottom: 48px;
  }
}

.instafeed::before {
  content: "";
  background: var(--beige);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 388px;
  display: block;
  z-index: -1;
}

@media (max-width: 479.98px) {
  .instafeed::before {
    height: 336px;
  }
}

.instafeed__top {
  display: flex;
  padding: 64px 0px 36px 0px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.instafeed__ttl {
  font-family: "Clash Grotesk";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  /* 110% */
  letter-spacing: -0.4px;
  display: flex;
}

@media (max-width: 767.98px) {
  .instafeed__ttl {
    font-size: 36px;
  }
}

@media (max-width: 479.98px) {
  .instafeed__ttl {
    font-size: 32px;
  }
}

.instafeed__ttl svg {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 3px;
}

.instafeed__nav {
  display: flex;
  gap: 16px;
}

@media (max-width: 767.98px) {
  .instafeed__nav {
    display: none;
  }
}

.instafeed__slider {
  overflow: visible;
}

.instafeed__slide {
  width: 270px;
}

@media (max-width: 479.98px) {
  .instafeed__slide {
    width: 225px;
  }
}

.instafeed__img-wrap {
  height: 480px;
  border-radius: 16px;
  border: 1px solid rgba(25, 20, 49, 0.15);
  position: relative;
  overflow: hidden;
}

@media (max-width: 479.98px) {
  .instafeed__img-wrap {
    height: 400px;
  }
}

.instafeed__img {
  inset: 0;
  position: absolute;
}

.instafeed__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instafeed__post-desc {
  padding: 16px 0;
  min-height: 76px;
  text-align: center;
  font-weight: 600;
  line-height: 140%;
}

.instafeed__link {
  margin: 32px auto 0;
  display: flex;
}

.instafeed__link svg {
  width: 24px;
  height: 24px;
}

.intro {
  position: relative;
}

.intro__slider {
  height: 450px;
}

@media (max-width: 767.98px) {
  .intro__slider {
    height: 450px;
  }
}

@media (max-width: 479.98px) {
  .intro__slider {
    height: 450px;
  }
}

.intro__slide {
  height: 100%;
}

.intro__slide:not(.swiper-slide-active) {
  pointer-events: none;
}

.intro__img {
  position: absolute;
  inset: 0;
}

.intro__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 479.98px) {
  .intro__img::after {
    background: linear-gradient(0deg, rgba(91, 34, 100, 0.4) 0%, rgba(91, 34, 100, 0.4) 100%), radial-gradient(70.22% 50% at 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 100%);
  }
}

.intro__content {
  height: 100%;
}

.intro__content-inner {
  position: relative;
  padding: 15px 50px 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767.98px) {
  .intro__content-inner {
    padding: 15px 50px 70px;
  }
}

@media (max-width: 479.98px) {
  .intro__content-inner {
    padding: 10px 24px 60px;
  }
}

.intro__underttl {
  color: #feaea3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.23;
  /* 123.077% */
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .intro__underttl {
    margin-bottom: 6px;
    font-size: 13px;
  }
}

.intro__ttl {
  color: white;
  font-family: "Clash Grotesk";
  /*   font-size: 64px; */
  font-size: 54px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.64px;
}

@media (max-width: 767.98px) {
  .intro__ttl {
    font-size: 40px;
  }
}

@media (max-width: 479.98px) {
  .intro__ttl {
    font-size: 36px;
  }
}

.intro__ttl span {
  color: var(--yellow);
}

.intro__bottom-txt {
  margin-top: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .intro__bottom-txt {
    margin-top: 16px;
    font-size: 13px;
  }
}

.intro__link {
  margin-top: 32px;
}

@media (max-width: 479.98px) {
  .intro__link {
    margin-top: 20px;
  }
}

.intro__nav {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.intro__prev,
.intro__next {
  pointer-events: all;
}

@media (max-width: 479.98px) {

  .intro__prev,
  .intro__next {
    width: fit-content;
    height: fit-content;
    border-radius: 0;
    background: none;
  }
}

@media (max-width: 479.98px) {
  .intro__prev {
    left: -16px;
    position: relative;
  }
}

@media (max-width: 479.98px) {
  .intro__next {
    right: -16px;
    position: relative;
  }
}

.intro__bullets {
  position: absolute;
  bottom: 48px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  height: 27px;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .intro__bullets {
    bottom: 36px;
  }
}

@media (max-width: 479.98px) {
  .intro__bullets {
    bottom: 24px;
  }
}

.intro__bullets span {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  height: 3px;
}

.intro__bullets span::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background: #fff;
}

.intro__bullets span .progress-item {
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: white;
  transition-timing-function: linear;
}

.auth-page {
  background: #f5e9f6;
}

.auth-page .wc-block-components-notice-banner {
  margin-bottom: 30px;
}

.auth-page__wrap {
  max-width: 474px;
  border-radius: 12px;
  background: white;
  padding: 48px 48px 52px;
  margin: 32px auto 0;
  border-bottom: 3px solid #eddaf0;
}

@media (max-width: 991.98px) {
  .auth-page__wrap {
    padding: 48px 32px 52px;
  }
}

.auth-block__ttl {
  color: #1c212d;
  text-align: justify;
  /* Headings/H3 */
  font-family: "Clash Grotesk";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.12;
  /* 112.5% */
  padding-bottom: 20px;
}

.auth-block__fields {
  margin-top: 24px;
  display: grid;
  grid-gap: 16px;
}

@media (max-width: 479.98px) {
  .auth-block__fields {
    margin-top: 0;
  }
}

.auth-block__fields_register {
  grid-template-columns: 1fr 1fr;
}

.auth-block__fields_register>*:first-child,
.auth-block__fields_register>*:last-child {
  grid-column: 1/3;
}

.auth-block__forgot {
  margin-top: 16px;
  font-size: 14px;
  padding: 10px 0;
}

.auth-block__forgot a {
  font-weight: 600;
  color: var(--light-pirple);
  border-bottom: 1px solid;
}

.auth-block__policy {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0;
}

.auth-block__policy a {
  font-weight: 600;
  color: var(--light-pirple);
  border-bottom: 1px solid;
}

.auth-block__submit {
  margin-top: 32px;
  width: 100%;
}

.auth-block__submit-social {
  margin-top: 8px;
  width: 100%;
  border-color: #e8e8eb;
}

.auth-block__submit-social:hover {
  background: transparent;
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.auth-block__bottom {
  margin-top: 32px;
  font-size: 14px;
  text-align: center;
}

.auth-block__bottom a {
  font-weight: 600;
  color: var(--light-pirple);
}

.auth-block p {
  font-size: 14px;
  line-height: 1.42;
}

.age-popup {
  position: fixed;
  inset: 0;
  height: 100%;
  z-index: 100;
  padding: 32px 16px;
  overflow: auto;
}

.age-popup::before {
  content: "";
  position: fixed;
  inset: 0;
  background: var(--dark-blue);
}

.age-popup__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}

.age-popup__inner {
  max-width: 573px;
  padding: 54px 48px;
  background: white;
  border-radius: 12px;
  position: relative;
}

@media (max-width: 479.98px) {
  .age-popup__inner {
    padding: 48px 32px;
  }
}

.age-confirmation {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.age-confirmation__img {
  margin-bottom: 36px;
  height: 190px;
}

.age-confirmation__img imh {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.age-confirmation__ttl {
  font-family: "Clash Grotesk";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.12;
  /* 112.5% */
  text-transform: uppercase;
}

.age-confirmation__desc {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  /* 142.857% */
}

.age-confirmation__btns {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

.age-confirmation__btns button {
  min-width: auto;
}

.age-confirmation-fail {
  text-align: center;
  font-family: "Clash Grotesk";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.12;
}

.age-confirmation-fail span {
  color: var(--light-pirple);
}

.mini-cart-popup {
  position: fixed;
  inset: 0;
  height: 100%;
  z-index: 100;
  padding: 32px 16px;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.mini-cart-popup.open {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .mini-cart-popup {
    padding: 16px;
  }
}

.mini-cart-popup__overlay {
  opacity: 0.75;
  position: fixed;
  inset: 0;
  background: var(--dark-blue);
}

.mini-cart-popup__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}

.mini-cart-popup__inner {
  border-radius: 12px;
  background: #fff;
  z-index: 1;
  position: relative;
  max-width: 842px;
  width: 100%;
  padding: 32px 36px 36px;
  transform: translateY(30px);
  transition: all 0.3s ease 0s;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .mini-cart-popup__inner {
    padding: 32px 16px;
  }
}

@media (max-width: 479.98px) {
  .mini-cart-popup__inner {
    padding: 16px;
  }
}

.mini-cart-popup.open .mini-cart-popup__inner {
  transform: none;
  opacity: 1;
}

.mini-cart__header {
  font-family: "Clash Grotesk";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

@media (max-width: 991.98px) {
  .mini-cart__header {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .mini-cart__header {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

@media (max-width: 479.98px) {
  .mini-cart__header {
    font-size: 22px;
  }
}

.mini-cart__close {
  color: #8c8a98;
  display: none;
  padding: 6px;
  line-height: 0;
}

.mini-cart__close svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 991.98px) {
  .mini-cart__close {
    display: block;
  }
}

.mini-cart__body {
  max-height: 400px;
  padding-right: 8px;
  margin-right: -8px;
}

@media (max-width: 767.98px) {
  .mini-cart__body {
    max-height: unset;
  }
}

.mini-cart__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #e8e8eb;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .mini-cart__bottom {
    flex-direction: column-reverse;
  }
}

.mini-cart__back {
  display: inline-flex;
  padding: 10px 24px 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--dark-blue);
  overflow: hidden;
  color: var(--Primary-DEEP-BLUE, #191431);
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.3s ease 0s;
}

.mini-cart__back:hover {
  color: var(--peach);
}

.mini-cart__back svg {
  width: 32px;
  height: 32px;
  transform: rotate(-180deg);
}

.mini-cart__proceed {
  min-width: 296px;
}

.checkout-page {
  position: relative;
  overflow: hidden;
}

.checkout-page__grid {
  display: grid;
  grid-template-columns: 66fr 34fr;
  align-items: start;
}

@media (max-width: 1200px) {
  .checkout-page__grid {
    grid-template-columns: 62fr 38fr;
  }
}

@media (max-width: 991.98px) {
  .checkout-page__grid {
    grid-template-columns: 1fr;
  }
}

.checkout-page__column {
  padding-bottom: 128px;
}

@media (max-width: 767.98px) {
  .checkout-page__column {
    padding-bottom: 64px;
  }
}

.checkout-page__column_content {
  padding-right: 32px;
}

@media (max-width: 991.98px) {
  .checkout-page__column_content {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .checkout-page__column_totals {
    position: relative;
    padding-top: 32px;
  }
}

.checkout-page__column_totals::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: var(--light-pirple-bg);
  z-index: -1;
}

@media (max-width: 991.98px) {
  .checkout-page__column_totals::before {
    left: -32px;
    right: -32px;
    top: 0;
    width: auto;
  }
}

/* .checkout-page .woocommerce-notices-wrapper:not(.), */
.checkout-page .woocommerce-notices-wrapper,
.checkout-page .woocommerce-NoticeGroup,
.checkout-page .woocommerce>.wc-block-components-notice-banner {
  max-width: calc(66% - 32px);
}

@media (max-width: 1200px) {

  .checkout-page .woocommerce-notices-wrapper,
  .checkout-page .woocommerce-NoticeGroup,
  .checkout-page .woocommerce>.wc-block-components-notice-banner {
    max-width: calc(62% - 32px);
  }
}

@media (max-width: 991.98px) {

  .checkout-page .woocommerce-notices-wrapper,
  .checkout-page .woocommerce-NoticeGroup {
    max-width: 100%;
  }
}

body.woocommerce-checkout:not(.logged-in) .checkout-page .woocommerce-notices-wrapper {
  max-width: 100% !important;
}

.checkout-totals-col {
  display: grid;
  grid-gap: 16px;
  padding-left: 32px;
}

@media (max-width: 991.98px) {
  .checkout-totals-col {
    padding-left: 0;
  }
}

.checkout-white-block {
  background: white;
  padding: 28px 32px 32px 32px;
  border-radius: 12px;
  border-bottom: 3px solid #eddaf0;
}

@media (max-width: 1200px) {
  .checkout-white-block {
    padding: 20px 24px 24px 24px;
  }
}

.checkout-white-block_stripes-icon {
  position: relative;
}

.checkout-white-block_stripes-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='108' viewBox='0 0 64 108' fill='none'%3E%3Cpath d='M51.0043 107.062L20.5038 62.9222C20.5038 62.9222 20.5464 62.8615 20.5464 62.8312L58.0445 94.1383C56.109 98.8708 53.7268 103.209 51.0043 107.062ZM62.5111 78.9701L20.5464 62.8312C20.5464 62.8312 20.5464 62.8008 20.5464 62.7402H64C64 68.231 63.4895 73.6916 62.4899 78.9701H62.5111ZM20.5464 62.6492L59.2569 34.497C61.001 39.4115 62.2984 44.6294 63.0854 50.0292L20.5464 62.6492ZM20.5038 62.5581C20.5038 62.5581 20.4613 62.4975 20.44 62.4975L44.0066 10.4099C47.2396 13.3829 50.1748 16.9323 52.7484 20.9973L20.5038 62.5581ZM20.4187 62.4671C20.4187 62.4671 20.4187 62.4671 20.3762 62.4671L22.2479 0.550598C26.0977 0.793289 29.9262 1.73372 33.5846 3.40222L20.4187 62.4671ZM20.2911 62.4671L0 7.64932C3.42439 5.07073 7.06148 3.15953 10.8262 1.97641L20.2911 62.4671Z' fill='%23EDDAF0'/%3E%3C/svg%3E");
  position: absolute;
  width: 64px;
  height: 106.511px;
  z-index: -1;
  top: 40px;
  right: -32px;
}

@media (max-width: 991.98px) {
  .checkout-white-block_stripes-icon::before {
    display: none;
  }
}

.checkout-block-ttl {
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 24px;
}

.cart-content__back {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--dark-blue);
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  padding: 10px 32px;
  width: fit-content;
  margin: 48px auto 0;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .cart-content__back {
    display: none;
  }
}

.cart-content__back:hover {
  color: var(--light-pirple);
}

.cart-content__back svg {
  width: 32px;
  height: 32px;
  transform: rotate(-180deg);
}

.cart-table__header {
  display: grid;
  grid-template-columns: 44px 72px 180fr 104fr 120px 104fr;
  align-items: center;
  grid-gap: 16px;
  padding: 16px;
  border-radius: 6px;
  background: var(--beige);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  /* 120% */
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .cart-table__header {
    grid-gap: 8px;
    grid-template-columns: 28px 66px 180fr 104fr 120px 104fr;
  }
}

@media (max-width: 991.98px) {
  .cart-table__header {
    display: none;
  }
}

.cart-table__header>*:nth-child(5) {
  text-align: center;
}

.cart-table__header>*:last-child {
  text-align: right;
}

.cart-table_mini .cart-table__item:last-child {
  border-bottom: none;
}

.cart-table_mini .cart-table__header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.cart-item {
  display: grid;
  grid-gap: 16px;
  padding: 16px;
  grid-template-columns: 44px 72px 180fr 104fr 120px 104fr;
  align-items: center;
  border-bottom: 1px solid #e8e8eb;
  position: relative;
}

@media (max-width: 1200px) {
  .cart-item {
    grid-gap: 8px;
    grid-template-columns: 28px 66px 180fr 104fr 120px 104fr;
  }
}

@media (max-width: 991.98px) {
  .cart-item {
    border-top: 1px solid #e8e8eb;
    border-bottom: none;
    padding: 8px;
  }
}

@media (max-width: 767.98px) {
  .cart-item {
    grid-template-columns: 66px 1fr 1fr;
    grid-gap: 6px 16px;
    padding: 20px 12px 24px 12px;
  }
}

.cart-item__remove {
  padding: 14px;
  color: #8c8a98;
  transition: all 0.3s ease 0s;
  line-height: 1;
}

@media (max-width: 1200px) {
  .cart-item__remove {
    padding: 6px;
  }
}

@media (max-width: 767.98px) {
  .cart-item__remove {
    position: absolute;
    top: 16px;
    right: 12px;
  }
}

.cart-item__remove:hover {
  color: var(--dark-blue);
}

.cart-item__remove:hover svg {
  transform: rotate(-90deg);
}

.cart-item__remove svg {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease 0s;
}

.cart-item__img {
  width: 71px;
  height: 96px;
  display: block;
}

@media (max-width: 1200px) {
  .cart-item__img {
    width: 66px;
    height: 89px;
  }
}

@media (max-width: 767.98px) {
  .cart-item__img {
    grid-row: 1/4;
  }
}

.cart-item__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .cart-item__info {
    grid-column: 2/4;
  }
}

.cart-item__name {
  font-weight: 600;
  line-height: 150%;
  color: var(--dark-blue);
}

@media (max-width: 1200px) {
  .cart-item__name {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .cart-item__name {
    font-size: 16px;
  }
}

.cart-item__desc {
  margin-top: 2px;
  color: #8c8a98;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23;
  /* 123.077% */
}

@media (max-width: 1200px) {
  .cart-item__price {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .cart-item__price {
    grid-column: 2/4;
  }

  .cart-item__price .price {
    display: flex;
    align-items: center;
    gap: 2px;
  }
}

@media (max-width: 767.98px) {
  .cart-item__qty {
    margin-top: 6px;
  }
}

.cart-item__total {
  text-align: right;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .cart-item__total {
    font-size: 15px;
  }
}

.form-coupon-wrapper {
  margin-top: 16px;
}

.cart-coupon {
  position: relative;
}

.cart-coupon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='80' viewBox='0 0 64 80' fill='none'%3E%3Cpath d='M51.0043 80L20.5038 46.8471C20.5038 46.8471 20.5464 46.8015 20.5464 46.7787L58.0445 70.2933C56.109 73.8479 53.7268 77.1062 51.0043 80ZM62.5111 58.9006L20.5464 46.7787C20.5464 46.7787 20.5464 46.7559 20.5464 46.7103H64C64 50.8345 63.4895 54.9359 62.4899 58.9006H62.5111ZM20.5464 46.642L59.2569 25.497C61.001 29.1883 62.2984 33.1074 63.0854 37.1632L20.5464 46.642ZM20.5038 46.5736C20.5038 46.5736 20.4613 46.5281 20.44 46.5281L44.0066 7.4053C47.2396 9.63828 50.1748 12.3042 52.7484 15.3575L20.5038 46.5736ZM20.4187 46.5053C20.4187 46.5053 20.4187 46.5053 20.3762 46.5053L22.2479 0C26.0977 0.182284 29.9262 0.888641 33.5846 2.14184L20.4187 46.5053ZM20.2911 46.5053L0 5.33182C3.42439 3.39505 7.06148 1.95956 10.8262 1.07092L20.2911 46.5053Z' fill='%23EDDAF0'/%3E%3C/svg%3E");
  position: absolute;
  width: 64px;
  height: 80px;
  z-index: -1;
  top: -35px;
  right: -32px;
}

@media (max-width: 991.98px) {
  .cart-coupon::before {
    display: none;
  }
}

.cart-coupon__ttl {
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
}

.cart-coupon__wrap {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

@media (max-width: 1200px) {
  .cart-coupon__wrap {
    display: grid;
    gap: 16px;
  }
}

@media (max-width: 991.98px) {
  .cart-coupon__wrap {
    display: flex;
  }
}

.cart-coupon button {
  min-width: 100px;
}

.checkout-summary__subtotals {
  font-size: 13px;
  display: grid;
  grid-gap: 10px;
}

.checkout-summary__subtotals li {
  display: flex;
  justify-content: space-between;
}

.checkout-summary__tax {
  color: #8c8a98;
}

.checkout-summary__total {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #eddaf0;
  display: flex;
  justify-content: space-between;
}

.checkout-summary__total strong {
  font-weight: inherit;
}

.checkout-summary__total>div:first-child {
  font-weight: 600;
}

.checkout-summary__total>div:last-child {
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.checkout-summary__btn {
  width: 100%;
  max-width: 400px;
  margin: 24px auto 0;
  display: flex;
}

.checkout-payment-methods>li {
  border-bottom: 1px solid #e8e8eb;
}

.checkout-payment-methods>li:last-child {
  border: none;
}

.checkout-payment-method label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 12px;
  padding-bottom: 12px;
}

.checkout-payment-method__name {
  flex-grow: 1;
}

.checkout-payment-method__box {
  font-size: 12px;
  padding: 8px 0px 24px 0px;
  grid-column: 1/3;
}

.checkout-payment-method a {
  color: var(--light-pirple);
}

.checkout-shipping-method__name {
  font-weight: 600;
}

.checkout-shipping-method__name small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #8c8a98;
  font-weight: 400;
}

.checkout-submit {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 479.98px) {
  .checkout-submit {
    width: 100%;
  }
}

.checkout-policy {
  padding: 10px 0;
}

@media (max-width: 991.98px) {
  .checkout-policy {
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 479.98px) {
  .checkout-policy {
    width: 100%;
  }
}

.checkout-policy label {
  font-size: 14px;
  line-height: 1.43;
}

.checkout-policy a {
  color: var(--light-pirple);
  border-bottom: 1px solid;
  transition: all 0.3s ease 0s;
}

.checkout-policy a:hover {
  border-color: transparent;
}

@media (max-width: 991.98px) {
  .checkout-customer {
    padding-bottom: 12px;
  }
}

.checkout-customer__login {
  margin-bottom: 48px;
}

@media (max-width: 767.98px) {
  .checkout-customer__login {
    margin-bottom: 36px;
  }
}

.checkout-customer__ttl-wrap {
  margin-bottom: 24px;
}

.checkout-customer__ttl-wrap p {
  margin-top: 12px;
  font-size: 14px;
}

.checkout-customer__ttl-wrap p a {
  font-weight: 600;
  color: var(--light-pirple);
}

.checkout-customer__ttl {
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.checkout-customer__ttl span {
  color: #8c8a98;
}

.checkout-customer__fields {
  display: grid;
  grid-gap: 24px 32px;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
}

@media (max-width: 767.98px) {
  .checkout-customer__fields {
    grid-template-columns: 1fr;
  }
}

.checkout-customer__fields_billing {
  margin-bottom: 24px;
}

.checkout-customer__fields_shipping {
  margin-top: 24px;
}

.checkout-customer__checkbox {
  padding: 10px 0;
}

.checkout-customer__divider {
  height: 1px;
  background: #e8e8eb;
  margin: 48px 0;
}

@media (max-width: 767.98px) {
  .checkout-customer__divider {
    margin: 36px -16px;
  }
}

.checkout-shipping-methods>li {
  border-bottom: 1px solid #e8e8eb;
}

.checkout-shipping-methods>li:last-child {
  border: none;
}

.checkout-shipping-method {
  padding: 13px 0px;
}

.account-page {
  background: var(--light-pirple-bg);
  overflow: hidden;
  position: relative;
}

.account-page__breadcrumbs {
  max-width: 25%;
}

@media (max-width: 991.98px) {
  .account-page__breadcrumbs {
    max-width: none;
  }
}

.account-page__grid {
  display: grid;
  grid-template-columns: 294fr 866fr;
}

@media (max-width: 991.98px) {
  .account-page__grid {
    display: block;
  }
}

.account-page__column {
  padding-bottom: 128px;
}

.account-page__column_nav {
  padding-right: 32px;
}

@media (max-width: 991.98px) {
  .account-page__column_nav {
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .account-page__column_content {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .account-page__column_content {
    padding-bottom: 64px;
  }
}

.account-page__column_content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: white;
}

@media (max-width: 991.98px) {
  .account-page__column_content::before {
    display: none;
  }
}

.account-page__inner {
  margin-left: 32px;
  position: relative;
}

@media (max-width: 991.98px) {
  .account-page__inner {
    margin-left: 0;
    margin-top: 24px;
  }
}

.account-nav__ttl {
  padding: 32px 0px;
  font-family: "Clash Grotesk";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  /* 110% */
  letter-spacing: -0.4px;
}

@media (max-width: 767.98px) {
  .account-nav__ttl {
    font-size: 32px;
    padding: 32px 0 24px;
  }
}

.account-nav ul {
  display: grid;
  grid-gap: 6px;
}

@media (max-width: 991.98px) {
  .account-nav ul {
    grid-auto-flow: column;
    justify-content: start;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    margin: 0 -32px;
  }

  .account-nav ul::-webkit-scrollbar {
    display: none;
  }

  .account-nav ul {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .account-nav ul>* {
    scroll-snap-align: center;
    flex-shrink: 0;
  }

  .account-nav ul>*:first-child {
    padding-left: 32px;
  }

  .account-nav ul>*:last-child {
    padding-right: 32px;
  }
}

@media (max-width: 767.98px) {
  .account-nav ul {
    margin: 0 -16px;
  }

  .account-nav ul>*:first-child {
    padding-left: 16px;
  }

  .account-nav ul>*:last-child {
    padding-right: 16px;
  }
}

.account-nav ul a {
  color: var(--dark-blue);
  display: flex;
  padding: 10px 20px 10px 16px;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease 0s;
  border-radius: 24px;
}

@media (max-width: 991.98px) {

  .account-nav ul a {
    background: #eddaf0;
    white-space: nowrap;
  }
}

.account-nav ul a svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.account-nav ul a:hover {
  background: #eddaf0;
  color: var(--dark-purple);
}

.account-nav ul .is-active a {
  background: var(--light-pirple);
  color: white;
}

@media (max-width: 991.98px) {
  .account-w-block {
    padding: 32px 32px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 3px 0px 0px #eddaf0;
  }
}

@media (max-width: 767.98px) {
  .account-w-block {
    padding: 24px 16px;
  }
}

.account-orders-ttl {
  padding: 48px 0 37px;
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
}

@media (max-width: 991.98px) {
  .account-orders-ttl {
    display: none;
  }
}

.account-orders-empty {
  padding: 32px 0 16px;
  display: flex;
  justify-content: center;
}

.account-orders__paagination {
  font-size: 14px;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 767.98px) {
  .account-orders__paagination {
    margin-top: 32px;
  }
}

@media (max-width: 479.98px) {
  .account-orders__paagination {
    margin-top: 24px;
  }
}

.account-orders__paagination a {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  color: var(--dark-blue);
  transition: all 0.3s ease 0s;
  border-radius: 48px;
}

@media (max-width: 991.98px) {
  .account-orders__paagination a {
    background: #eddaf0;
  }
}

.account-orders__paagination a:hover {
  background: var(--light-pirple-bg);
}

.account-orders__paagination a svg {
  width: 12px;
  height: 12px;
}

.account-orders__prev svg {
  transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
  .account-orders-grid {
    display: grid;
    grid-gap: 8px;
  }
}

.account-orders-grid>div {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 6fr 10fr 20fr 10fr 12fr;
  justify-items: stretch;
}

.account-orders-grid>div>div:nth-child(4),
.account-orders-grid>div>div:nth-child(5) {
  text-align: center;
}

.account-orders-grid__header {
  border-radius: 6px;
  background: #fed4a7;
  padding: 12px 16px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  /* 120% */
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .account-orders-grid__header {
    display: none !important;
  }
}

.account-orders-grid__order {
  padding: 14px 16px;
  border-bottom: 1px solid #e8e8eb;
  font-size: 14px;
  align-items: center;
}

@media (max-width: 991.98px) {
  .account-orders-grid__order {
    padding: 24px 32px;
  }
}

@media (max-width: 767.98px) {
  .account-orders-grid__order {
    grid-template-columns: 1fr 1fr !important;
    justify-items: stretch;
    grid-gap: 8px !important;
  }
}

@media (max-width: 479.98px) {
  .account-orders-grid__order {
    padding: 24px 16px;
  }
}

.account-orders-grid__id {
  font-weight: 500;
  line-height: 1.42;
}

.account-orders-grid__id a {
  color: var(--light-pirple);
  border-bottom: 1px solid;
}

@media (max-width: 767.98px) {
  .account-orders-grid__date {
    text-align: right;
    color: #8c8a98;
  }
}

.account-orders-grid__status {
  display: flex;
  gap: 8px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .account-orders-grid__status {
    grid-column: 1/3;
    padding-bottom: 8px;
  }
}

.account-orders-grid__status svg {
  width: 24px;
  height: 24px;
}

.account-orders-grid__total {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 767.98px) {
  .account-orders-grid__total {
    justify-content: start;
    font-size: 16px;
    font-weight: 600;
  }
}

.account-orders-grid__actions {
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .account-orders-grid__actions {
    justify-content: flex-end;
  }
}

.account-orders-grid__actions a {
  color: var(--light-pirple);
  display: flex;
  padding: 10px 20px 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease 0s;
  border-radius: 48px;
  white-space: nowrap;
  min-height: 44px;
  width: fit-content;
  min-width: 80px;
}

@media (max-width: 991.98px) {
  .account-orders-grid__actions a {
    background: var(--light-pirple-bg);
  }
}

.account-orders-grid__actions a:hover {
  background: var(--light-pirple-bg);
}

.account-orders-grid__actions a svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 991.98px) {
  .account-details {
    margin-top: 24px;
  }
}

@media (max-width: 991.98px) {
  .account-details__block {
    margin-bottom: 8px;
  }
}

.account-details__ttl {
  padding: 48px 0 37px 0;
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .account-details__ttl {
    padding: 0 0 24px;
  }
}

@media (max-width: 767.98px) {
  .account-details__ttl {
    padding: 0 0 16px;
  }
}

.account-details__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 32px;
}

@media (max-width: 767.98px) {
  .account-details__fields {
    grid-template-columns: 1fr;
  }
}

.account-details__fields_half {
  grid-template-columns: 1fr;
  width: calc(50% - 16px);
}

@media (max-width: 767.98px) {
  .account-details__fields_half {
    width: 100%;
  }
}

.account-details__divider {
  height: 1px;
  margin-top: 48px;
  background: #e8e8eb;
}

@media (max-width: 991.98px) {
  .account-details__divider {
    display: none;
  }
}

.account-details__submit {
  margin-top: 48px;
}

@media (max-width: 991.98px) {
  .account-details__submit {
    margin-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .account-details__submit {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media (max-width: 479.98px) {
  .account-details__submit {
    margin-top: 24px;
  }
}

.account-address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}

@media (max-width: 991.98px) {
  .account-address {
    margin-top: 24px;
    grid-gap: 8px;
  }
}

@media (max-width: 767.98px) {
  .account-address {
    grid-template-columns: 1fr;
  }
}

.account-address__block {
  border-radius: 12px;
  border: 1px solid #d1d0d6;
  padding: 32px 25px;
}

@media (max-width: 991.98px) {
  .account-address__block {
    border: none;
    padding: 0;
  }
}

.account-address__ttl {
  padding: 47px 0 37px;
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

@media (max-width: 991.98px) {
  .account-address__ttl {
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.account-address__link {
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  .account-address__link {
    margin-bottom: 8px;
  }
}

.account-address address {
  line-height: 150%;
}

.account-edit-address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}

@media (max-width: 991.98px) {
  .account-edit-address {
    margin-top: 24px;
    grid-gap: 8px;
  }
}

@media (max-width: 767.98px) {
  .account-edit-address {
    grid-template-columns: 1fr;
  }
}

.account-edit-address__block {
  border-radius: 12px;
  border: 1px solid #d1d0d6;
  padding: 32px 25px;
}

@media (max-width: 991.98px) {
  .account-edit-address__block {
    border: none;
    padding: 0;
  }
}

.account-edit-address__ttl {
  padding: 47px 0 37px;
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

@media (max-width: 991.98px) {
  .account-edit-address__ttl {
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.account-edit-address__fields {
  display: grid;
  grid-gap: 24px;
}

.account-edit-address__submit {
  margin-top: 24px;
}

.single-order__header {
  border-bottom: 1px solid var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-order__back {
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--dark-blue);
  font-weight: 600;
  line-height: 150%;
  gap: 12px;
}

@media (max-width: 479.98px) {
  .single-order__back {
    display: none;
  }
}

.single-order__back:hover {
  color: var(--light-pirple);
}

.single-order__back svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .single-order__back svg {
    width: 16px;
    height: 16px;
  }
}

.single-order__info {
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .single-order__info {
    margin-bottom: 32px;
  }
}

.single-order__items {
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .single-order__items {
    margin-bottom: 32px;
  }
}

.single-order-ttl {
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  padding: 48px 0 36px;
}

@media (max-width: 991.98px) {
  .single-order-ttl {
    padding: 32px 0;
  }
}

@media (max-width: 767.98px) {
  .single-order-ttl {
    padding: 16px 0;
  }
}

@media (max-width: 479.98px) {
  .single-order-ttl {
    padding: 0 0 16px;
  }
}

.single-order-info {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 479.98px) {
  .single-order-info {
    grid-template-columns: 1fr;
  }
}

.single-order-info__blocks {
  display: grid;
  grid-gap: 32px;
}

.single-order-info__block-ttl {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.single-order-info__text {
  font-size: 14px;
  line-height: 1.4;
}

.single-order-info__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.single-order-items__grid>* {
  display: grid;
  grid-template-columns: 53px 1fr 120px 120px 120px;
  grid-gap: 16px;
  align-items: start;
}

@media (max-width: 767.98px) {
  .single-order-items__grid>* {
    grid-template-columns: 53px 1fr 80px 60px 80px;
    grid-gap: 10px;
  }
}

.single-order-items__grid>*>div:nth-child(3),
.single-order-items__grid>*>div:nth-child(4) {
  text-align: center;
}

@media (max-width: 479.98px) {

  .single-order-items__grid>*>div:nth-child(3),
  .single-order-items__grid>*>div:nth-child(4) {
    text-align: left;
  }
}

.single-order-items__grid>*>div:nth-child(5) {
  text-align: right;
}

@media (max-width: 479.98px) {
  .single-order-items__grid>*>div:nth-child(5) {
    text-align: left;
  }
}

.single-order-items__header {
  font-size: 10px;
  padding: 12px 16px;
  border-radius: 6px;
  background: #e8e8eb;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .single-order-items__header {
    padding: 10px;
  }
}

@media (max-width: 479.98px) {
  .single-order-items__header {
    display: none;
  }
}

.single-order-items__totals {
  padding: 16px 0;
  max-width: 272px;
  margin-left: auto;
}

@media (max-width: 479.98px) {
  .single-order-items__totals {
    max-width: 100%;
  }
}

.order-item {
  padding: 16px;
  border-bottom: 1px solid #e8e8eb;
}

@media (max-width: 767.98px) {
  .order-item {
    padding: 10px;
  }
}

@media (max-width: 479.98px) {
  .order-item {
    grid-template-columns: 53px 1fr;
  }
}

.order-item__img {
  width: 53px;
  height: 72px;
}

@media (max-width: 479.98px) {
  .order-item__img {
    grid-row: 1/5;
  }
}

.order-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-item__info span {
  color: #8c8a98;
  font-size: 13px;
  line-height: 1.2;
}

.order-item__name {
  font-weight: 600;
  line-height: 150%;
  color: var(--Primary-DEEP-BLUE);
  display: block;
}

@media (max-width: 767.98px) {
  .order-item__name {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .order-item__price {
    font-size: 13px;
  }
}

@media (max-width: 479.98px) {
  .order-item__price {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}

.order-item__price-qty {
  display: none;
}

@media (max-width: 479.98px) {
  .order-item__price-qty {
    display: block;
  }
}

@media (max-width: 479.98px) {
  .order-item__qty {
    /* display: none; */
  }
}

.order-item__total {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .order-item__total {
    font-size: 13px;
  }
}

.single-order-history__ttl {
  border-bottom: 1px solid #191431;
  margin-bottom: 12px;
}

.single-order-history__grid {
  font-size: 14px;
}

.single-order-history__grid a {
  color: var(--light-pirple);
  border-bottom: 1px solid;
}

.single-order-history__grid>* {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #e8e8eb;
  padding: 12px 0px;
  grid-gap: 10px;
}

@media (max-width: 767.98px) {
  .single-order-history__grid>* {
    grid-template-columns: 1fr;
  }
}

.order-totals__subtotals {
  font-size: 13px;
  display: grid;
  grid-gap: 10px;
  padding: 0 16px;
}

.order-totals__subtotals li {
  display: flex;
  justify-content: space-between;
}

.order-totals__tax {
  color: #8c8a98;
}

.order-totals__total {
  padding: 12px 16px 0;
  margin-top: 12px;
  border-top: 1px solid var(--dark-blue);
  display: flex;
  justify-content: space-between;
}

.order-totals__total>div:first-child {
  font-weight: 600;
}

.order-totals__total>div:last-child {
  font-family: "Clash Grotesk";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.order-totals__btn {
  width: 100%;
  max-width: 400px;
  margin: 24px auto 0;
  display: flex;
}

.error-page {
  /* background: var(--dark-blue); */
  padding-top: 100px;
  padding-bottom: 100px;

}

.error-page a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 50px;
}

.error-page__content {
  display: flex;
  justify-content: center;
}

.error-page__txt {
  font-family: "Clash Grotesk";
  color: var(--dark-purple);
  font-size: 150px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -5px;
  line-height: 0.8;
}

.error-page__img {
  width: 300px;
  height: 300px;
  margin-left: -100px;
  margin-top: -50px;

}

@media (max-width: 991.98px) {
  .error-page__txt {
    font-size: 100px;
  }

  .error-page__img {
    width: 200px;
    height: 200px;
    margin-left: -50px;
    margin-top: -30px;

  }
}

@media (max-width: 767.98px) {
  .error-page__txt {
    font-size: 80px;
  }

  .error-page__img {
    width: 150px;
    height: 150px;
    margin-left: -30px;
    margin-top: -20px;

  }

  .error-page__logo {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 50px;
    width: 90px;
  }
}

@media (max-width: 450.98px) {
  .error-page__txt {
    font-size: 60px;
  }

  .error-page__img {
    width: 110px;
    height: 110px;
    margin-left: -30px;
    margin-top: -10px;

  }
}

.error-page__img img {
  width: 100%;
  height: 100%;
}

.woocommerce-remove-coupon {
  line-height: 1;
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-size: 0;
}



.woocommerce-remove-coupon:hover {
  transform: rotate(90deg);
}

.woocommerce-remove-coupon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10 10L2 2' stroke='%23191431' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 10L10 2' stroke='%23191431' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  line-height: 1;
  position: relative;
  top: 1px;

}

.empty-cart-wrap .woocommerce-notices-wrapper {
  max-width: 100%;
}



.alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--red);
  color: white;
  padding: 18px 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  transform: translateY(100%);
  visibility: hidden;
  z-index: 30;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}

.alert_success {
  background: var(--yellow);

}

.alert.active {
  transform: none;
  visibility: visible;
}

.alert.active a {
  color: white;
  border-bottom: 1px solid;
  transition: all 0.3s ease 0s;
}

.alert.active a:hover {
  border-color: transparent;
}

.woocommerce-checkout-review-order .blockOverlay {
  background: var(--light-pirple-bg) !important;
  opacity: 0.2 !important;
  z-index: 5 !important;
}

.order-pay::before {
  content: '';
  background: var(--light-pirple-bg);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.order-pay__form {
  max-width: 500px;
}

.order-pay__divider {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #eddaf0;
}

.order-pay__submit {
  margin-top: 15px;
}

#xs-social-login-container {
  max-width: 100%;
  padding-bottom: 0;
  margin-top: 10px;
}

.xs-login__item {
  box-shadow: none !important;
  border: 1.5px solid #E8E8EB;
  justify-content: center;
  height: 52px;
}

.xs-login__item--label {
  font-family: 'inter';
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: -0.32px !important;
  color: var(--dark-blue) !important;

}

.xs-login__item--icon {
  width: 24px !important;
  height: 24px !important;
  background: none !important;
}

.met-social {
  width: 24px !important;
  height: 24px !important;
  display: block;
}

.met-social-google:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M22.1375 10.0415H21.332V10H12.332V14H17.9835C17.159 16.3285 14.9435 18 12.332 18C9.01853 18 6.33203 15.3135 6.33203 12C6.33203 8.6865 9.01853 6 12.332 6C13.8615 6 15.253 6.577 16.3125 7.5195L19.141 4.691C17.355 3.0265 14.966 2 12.332 2C6.80953 2 2.33203 6.4775 2.33203 12C2.33203 17.5225 6.80953 22 12.332 22C17.8545 22 22.332 17.5225 22.332 12C22.332 11.3295 22.263 10.675 22.1375 10.0415Z' fill='%23FFC107'/%3E%3Cpath d='M3.48633 7.3455L6.77183 9.755C7.66083 7.554 9.81383 6 12.3333 6C13.8628 6 15.2543 6.577 16.3138 7.5195L19.1423 4.691C17.3563 3.0265 14.9673 2 12.3333 2C8.49233 2 5.16133 4.1685 3.48633 7.3455Z' fill='%23FF3D00'/%3E%3Cpath d='M12.3322 21.9999C14.9152 21.9999 17.2622 21.0114 19.0367 19.4039L15.9417 16.7849C14.904 17.574 13.6359 18.0009 12.3322 17.9999C9.73119 17.9999 7.52269 16.3414 6.69069 14.0269L3.42969 16.5394C5.08469 19.7779 8.44569 21.9999 12.3322 21.9999Z' fill='%234CAF50'/%3E%3Cpath d='M22.1375 10.0415V10H21.332H12.332V14H17.9835C17.5891 15.1082 16.8787 16.0766 15.94 16.7855L15.9415 16.7845L19.0365 19.4035C18.8175 19.6025 22.332 17 22.332 12C22.332 11.3295 22.263 10.675 22.1375 10.0415Z' fill='%231976D2'/%3E%3C/svg%3E") !important;
}

.met-social-facebook:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 12.0558C2.5 17.0275 6.11083 21.1617 10.8333 22V14.7775H8.33333V12H10.8333V9.7775C10.8333 7.2775 12.4442 5.88917 14.7225 5.88917C15.4442 5.88917 16.2225 6 16.9442 6.11083V8.66667H15.6667C14.4442 8.66667 14.1667 9.2775 14.1667 10.0558V12H16.8333L16.3892 14.7775H14.1667V22C18.8892 21.1617 22.5 17.0283 22.5 12.0558C22.5 6.525 18 2 12.5 2C7 2 2.5 6.525 2.5 12.0558Z' fill='%234C69BA'/%3E%3C/svg%3E");
}

#xs-social-login-container .xs-login--style-1 .xs-login__item:hover {
  background-color: var(--light-pirple);
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  border: 1px solid #d1d0d6;
  display: block;
  width: 100%;
  transition: all 0.3s ease 0s;
  padding: 12px 16px !important;
  background: white;
  font-size: 16px;
  border-radius: 5px;
}

.orange>a {
  color: var(--orange);
}

.checkout-login-form {
  background: #f5e9f6;
  padding: 4px 32px 28px;
  max-width: 500px;
  border-radius: 12px;
  margin: 30px auto;
}

@media (max-width: 767.98px) {
  .checkout-login-form {
    padding: 28px 16px;
    border-radius: 0;
    margin: 30px -16px;
  }
}

.ywsbs_subscription_table {
  display: block;
}

.ywsbs_subscription_table>thead {
  font-size: 10px;
  padding: 12px 16px;
  border-radius: 6px;
  background: #fed4a7;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
}

.ywsbs_subscription_table>thead tr {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.ywsbs_subscription_table>tbody {
  display: block;
}

.ywsbs_subscription_table>tbody tr {
  padding: 14px 16px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  justify-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8eb;
}

.ywsbs_subscription_table>tbody tr a {
  color: var(--light-pirple);
  border-bottom: 1px solid;

}

.ywsbs-box.ywsbs-subscription-related-orders {
  border: 0;
  padding: 0;

}

.ywsbs-box.ywsbs-subscription-related-orders .ywsbs_subscription_table tr {
  grid-template-columns: repeat(5, 1fr);
}

.ywsbs-box.ywsbs-subscription-related-orders .ywsbs_subscription_table .ywsbs_view {
  display: none;
}

.ywsbs-subscription-view-wrap h2,
.ywsbs-subscription-view-wrap h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}

.ywsbs-subscription-info-box {
  border-radius: 6px;
  border: 1px solid #e8e8eb !important;
}

.ywsbs-subscription-info-box.subscription-totals {
  background-color: var(--light-pirple-bg) !important;

}

.single-order-info__actions h2,
.single-order-info__actions table {
  display: none;

}

.sets-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
}

@media (max-width: 1200px) {
  .sets-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991.98px) {
  .sets-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .sets-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479.98px) {
  .sets-grid {
    grid-gap: 0;
    margin: 0 -16px;
    border-top: 1px solid #e8e8eb;
  }
}

@media (max-width: 767.98px) {
  .cky-btn-revisit-wrapper {
    bottom: 60px !important;
  }
}