* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

html.fix {
  overflow: hidden !important;
  height: 100vh !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Verano Sans", sans-serif;
  background-color: #FFFCFD;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-weight: 600;
  font-size: clamp(1.5rem, calc(0.9230769231rem + 0.0246153846 * 100vw), 3rem);
}

h2,
.h2 {
  font-weight: 600;
  font-size: clamp(1.5rem, calc(0.9230769231rem + 0.0246153846 * 100vw), 3rem);
}

h3,
.h3 {
  font-weight: 600;
  font-size: 24px;
}

h3 a,
.h3 a {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

h3 a:last-child,
.h3 a:last-child {
  margin-bottom: 0;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  border: solid 1px #FAE3E9;
  background: none;
  padding: 10px 8px;
  font-size: 16px;
  font-family: "Verano Sans", sans-serif;
  background-color: #fff;
  border-radius: 4px;
}

textarea {
  resize: none;
}

.wrp {
  margin-bottom: 121px;
}

.compensate-for-scrollbar {
  margin: 0 !important;
}

.choices {
  margin: 0;
}

.choices__inner {
  padding: 10px 45px 10px 24px;
  background-color: #fff;
  border: solid 1px #FAE3E9;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 264px;
}

.choices__inner::after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 24px;
  top: 16px;
  background: url("../img/main/select.svg") no-repeat center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.choices .choices__list--dropdown {
  border: none;
  margin: 0;
}

.choices .choices__list--dropdown .choices__item {
  font-size: 16px;
  padding: 10px 24px;
  font-size: 16px;
  margin-top: 8px;
  background-color: #fff !important;
  border: solid 1px #FAE3E9 !important;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.choices .choices__list--dropdown .choices__item:hover {
  background-color: #FF7293 !important;
  color: #fff;
}

.choices__list--single {
  overflow: hidden;
  padding: 0;
}

.choices[data-type*=select-one]::after {
  display: none;
}

.is-open .choices__inner::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-radio,
.custom-input {
  cursor: pointer;
}

.custom-radio label,
.custom-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

.custom-radio label input,
.custom-input label input {
  display: none;
}

.custom-radio label input:checked + span::after,
.custom-input label input:checked + span::after {
  background: url("../img/main/radio-check.svg") no-repeat center center;
}

.custom-radio label span,
.custom-input label span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 48px;
  position: relative;
}

.custom-radio label span::after,
.custom-input label span::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/main/radio.svg") no-repeat center center;
}

.custom-radio label span p,
.custom-input label span p {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  color: #919191;
}

.custom-input label span {
  padding-left: 40px;
  font-size: 14px;
  color: #919191;
}

.custom-input label span a {
  color: #000;
  text-decoration: underline;
}

.custom-input label span a:hover {
  text-decoration: none;
}

.custom-input label span::after {
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.5);
}

.custom-input label input:checked + span::after {
  border-top-color: #CA354F;
  background: url("../img/main/checkbox-active.svg") no-repeat center center;
}

.err {
  margin-top: 8px;
  color: #CA354F;
  display: none;
}

.qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
}

.qty button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 1px #FFCCD8;
  background: none;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qty button svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qty button:hover {
  background-color: #FFCCD8;
}

.qty input {
  width: calc(100% - 84px);
  height: 40px;
  text-align: center;
}

.ttx {
  font-size: 16px;
  line-height: 150%;
}

.ttx h1,
.ttx h2,
.ttx h3,
.ttx h4,
.ttx h5,
.ttx h6,
.ttx p,
.ttx ol,
.ttx ul,
.ttx img {
  margin-bottom: 16px;
}

.ttx h3 {
  margin-top: 40px;
}

.ttx ol,
.ttx ul {
  padding-left: 20px;
}

.ttx ol li,
.ttx ul li {
  margin-bottom: 5px;
}

.ttx ol li:last-child,
.ttx ul li:last-child {
  margin-bottom: 0;
}

.ttx a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ttx a:hover {
  color: #E77590;
}

.ttx h1,
.ttx h2 {
  margin-bottom: 32px;
}

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  white-space: nowrap;
  color: #3F138B;
  padding-top: 32px;
}

.bread li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread li::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/main/bread.svg") no-repeat center center/contain;
  margin: 0 16px;
}

.bread li a {
  color: #A8A8A8;
  position: relative;
}

.bread li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #A8A8A8;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bread li a:hover::after {
  width: 100%;
}

.bread li:last-child::after {
  display: none;
}

.title-default {
  font-size: clamp(1.5rem, calc(1.3076923077rem + 0.0082051282 * 100vw), 2rem);
}

.title-center {
  text-align: center;
  position: relative;
}

.title-center::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FAE3E9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-center span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 40px;
}

.title-center span::after,
.title-center span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF7293;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-center span::after {
  left: auto;
  right: 16px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  gap: 24px;
  z-index: 2;
  margin-top: 40px;
}

.slick-dots li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  background-color: #DFDFDF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots .slick-active button {
  background-color: #FF7293;
}

.slick-arrow {
  font-size: 0;
  border: none;
  background: none;
  background-color: rgba(255, 255, 255, 0.5019607843);
  width: 56px;
  height: 56px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow:hover {
  background-color: #FF7293;
}

.slick-arrow:hover svg * {
  fill: #fff;
}

.slick-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn,
.button,
.archive-wrap__filter .wpfClearButton.wpfButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Verano Sans", sans-serif;
  border: none;
  background: none;
  padding: 9px 23px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #3F138B;
  border: solid 1px #3F138B;
  color: #fff;
  gap: 8px;
}

.btn:hover,
.button:hover,
.archive-wrap__filter .wpfClearButton.wpfButton:hover {
  background-color: #200a48;
  border-color: #200a48;
}

.btn-pink,
.button-pink,
.archive-wrap__filter .wpfClearButton.wpfButton-pink {
  background-color: #FF7293;
  border-color: #FF7293;
}

.btn-pink:hover,
.button-pink:hover,
.archive-wrap__filter .wpfClearButton.wpfButton-pink:hover {
  background-color: #ff3f6c;
  border-color: #ff3f6c;
}

.btn-primary,
.button-primary,
.archive-wrap__filter .wpfClearButton.wpfButton-primary {
  border-color: #FAE3E9;
  background-color: #FDF5F5;
  color: #FF7293;
}

.btn-primary:hover,
.button-primary:hover,
.archive-wrap__filter .wpfClearButton.wpfButton-primary:hover {
  background-color: #FF7293;
  border-color: #FF7293;
  color: #fff;
}

.btn-gray,
.button-gray,
.archive-wrap__filter .wpfClearButton.wpfButton-gray {
  background-color: #E9E6EF;
  border-color: #E9E6EF;
  color: #919191;
}

.btn-gray:hover,
.button-gray:hover,
.archive-wrap__filter .wpfClearButton.wpfButton-gray:hover {
  background-color: #cec7db;
  border-color: #cec7db;
}

.btn:disabled,
.button:disabled,
.archive-wrap__filter .wpfClearButton.wpfButton:disabled {
  border-color: #E9E6EF;
  background-color: #E9E6EF;
  color: #919191;
}

.btn:disabled:hover,
.button:disabled:hover,
.archive-wrap__filter .wpfClearButton.wpfButton:disabled:hover {
  border-color: #E9E6EF;
  background-color: #E9E6EF;
  color: #919191;
}

.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
}

.header-catalog {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3019607843);
  height: 86.75vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-catalog__active {
  opacity: 1;
  visibility: visible;
}

.header-catalog__wrapper {
  border: 1px solid #FAE3E9;
  background-color: #fff;
  padding: 30px;
}

.header-catalog__wrapper--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.header-catalog__wrapper--top-title {
  width: 100%;
  max-width: calc(100% - 48px);
  text-align: left;
}

.header-catalog__wrapper--top-title span {
  padding-left: 0;
}

.header-catalog__wrapper--top-title span::before {
  display: none;
}

.header-catalog__wrapper--top-close {
  cursor: pointer;
}

.header-catalog__wrapper--top-close svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-catalog__wrapper--top-close:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-catalog__wrapper--list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 8px;
}

.header-catalog__wrapper--list .item {
  width: calc((100% - 40px) / 6);
  min-height: 172px;
  border: solid 1px #FAE3E9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-catalog__wrapper--list .item img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-catalog__wrapper--list .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.44%, rgba(255, 114, 147, 0)), to(rgba(255, 114, 147, 0.2)));
  background: linear-gradient(180deg, rgba(255, 114, 147, 0) 46.44%, rgba(255, 114, 147, 0.2) 100%);
  z-index: 2;
}

.header-catalog__wrapper--list .item-title {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-catalog__wrapper--list .item:hover {
  border-color: #FF7293;
}

.header-catalog__wrapper--list .item:hover .item-title {
  background-color: #FF7293;
  color: #fff;
}

.header-top {
  background-color: #26173F;
  color: #fff;
}

.header-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 25px;
  position: relative;
  gap: 10px;
  font-size: 14px;
}

.header-top__flex a {
  color: #fff;
  position: relative;
}

.header-top__flex a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-top__flex a:hover::after {
  width: 100%;
}

.header-top__flex a::after {
  width: 100%;
}

.header-top__flex a:hover::after {
  width: 0;
}

.header-top__flex--close {
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-top__flex--close svg {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-top__flex--close:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-nav {
  background-color: #fff;
  padding: 10px 0;
}

.header-nav__mobile {
  display: none;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  list-style-type: none;
}

.header-nav ul li a {
  font-size: 16px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.header-nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #CA354F;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav ul li a:hover::after {
  width: 100%;
}

.header-nav ul li a:hover {
  color: #CA354F;
}

.header-nav ul .btn {
  padding: 4px 8px;
}

.header-nav ul .btn a {
  color: #fff;
}

.header-nav ul .btn a::after {
  display: none;
}

.header-nav ul .btn a:hover {
  color: #fff;
}

.header .open-s::after {
  opacity: 1;
  visibility: visible;
}

.header-wrap {
  background-color: #FAE3E9;
  width: 100%;
}

.header-wrap__icon {
  display: none;
}

.header-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFCFD;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding: 5px 0;
}

.header-wrap__flex--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: 14px;
}

.header-wrap__flex--meta-logo {
  display: block;
  max-width: 161px;
}

.header-wrap__flex--meta-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header-wrap__flex--meta-menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-right: 24px;
  border-right: solid 1px #000;
}

.header-wrap__flex--meta-menu ul li a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.header-wrap__flex--meta-menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #CA354F;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__flex--meta-menu ul li a:hover::after {
  width: 100%;
}

.header-wrap__flex--meta-menu ul li a:hover::after {
  width: 0;
}

.header-wrap__flex--meta-menu ul li:hover a {
  color: #CA354F;
}

.header-wrap__flex--meta-menu ul li:hover a::after {
  width: 100%;
}

.header-wrap__flex--meta-menu_phone {
  color: #000;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.header-wrap__flex--meta-menu_phone::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #CA354F;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__flex--meta-menu_phone:hover::after {
  width: 100%;
}

.header-wrap__flex--meta-menu_phone:hover {
  color: #CA354F;
}

.header-wrap__flex--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header-wrap__flex--actions .item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 18px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.header-wrap__flex--actions .item span {
  position: absolute;
  left: 15px;
  top: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #CA354F;
  border: solid 3px #fff;
  font-size: 10px;
  color: #fff;
}

.header-wrap__flex--actions-price {
  font-size: 20px;
  font-weight: 600;
}

.header-wrap__search {
  position: absolute;
  top: 50px;
  width: 100%;
  display: none;
}

.header-wrap__search--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 874px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.header-wrap__search--top input {
  max-width: calc(100% - 56px);
}

.header-wrap__search--top button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: none;
  background-color: #FDF5F5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.header-wrap__search--result {
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
}

.header-wrap__search--result-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 32px;
}

.header-wrap__search--result-title span {
  padding-left: 16px;
  color: #CA354F;
}

.header-wrap .container {
  position: relative;
}

.header-sticky .header-wrap {
  top: 0;
  position: fixed;
}

.header-sticky .header-catalog {
  height: 96vh;
  bottom: 0;
}

.footer {
  margin-top: 160px;
  border-top: solid 1px #FFEAEE;
  background-color: #fff;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 40px 0;
}

.footer-wrap__meta {
  width: 100%;
  max-width: 244px;
}

.footer-wrap__meta--logo {
  display: block;
  max-width: 219px;
}

.footer-wrap__meta--subtitle {
  font-size: 14px;
  line-height: 129%;
  margin-top: 8px;
}

.footer-wrap__meta--socials {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.footer-wrap__meta--socials .item {
  display: block;
}

.footer-wrap__meta--socials .item svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap__meta--socials .item:hover svg * {
  fill: #E77590;
}

.footer-wrap__meta--work p {
  display: block;
  margin-bottom: 16px;
  font-size: clamp(0.875rem, calc(0.8269230769rem + 0.0020512821 * 100vw), 1rem);
}

.footer-wrap__meta--work p:last-child {
  font-size: 14px;
  margin-bottom: 0;
}

.footer-wrap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 74px;
  width: 100%;
  max-width: 750px;
}

.footer-wrap__nav .row {
  width: 100%;
  max-width: 221px;
}

.footer-wrap__nav .row-contacts {
  font-size: 16px;
}

.footer-wrap__nav .row-contacts p {
  display: block;
  margin-bottom: 8px;
}

.footer-wrap__nav .row-contacts p br {
  display: none;
}

.footer-wrap__nav .row-contacts a:not(.row-contacts__map) {
  color: #000000;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap__nav .row-contacts a:not(.row-contacts__map):hover {
  color: #E77590;
}

.footer-wrap__nav .row-contacts a:not(.row-contacts__map):last-child {
  margin-bottom: 0;
  margin-top: 16px;
}

.footer-wrap__nav .row-contacts__map {
  font-size: 14px;
  color: #838383;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 16px;
  text-decoration: underline;
}

.footer-wrap__nav .row-contacts__map:hover {
  color: #E77590;
}

.footer-wrap__nav .row-title {
  font-size: 16px;
  font-weight: 500;
  color: #E77590;
  margin-bottom: 24px;
}

.footer-wrap__nav .row ul {
  list-style-type: none;
}

.footer-wrap__nav .row ul li {
  margin-bottom: 16px;
  font-size: 14px;
}

.footer-wrap__nav .row ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.footer-wrap__nav .row ul li a:hover {
  color: #E77590;
}

.footer-bottom {
  background-color: #FFF4F6;
  padding: 8px 0;
}

.footer-bottom__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  font-size: 16px;
}

.footer-bottom__flex--by a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.footer-bottom__flex--by a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-bottom__flex--by a:hover::after {
  width: 100%;
}

.footer-bottom__flex--pay {
  max-width: 249px;
}

.default-title {
  margin: 0;
  margin-top: 40px;
}

.default-wrap {
  max-width: 874px;
  margin: 32px auto 0;
}

.default-wrap p strong {
  font-weight: 600;
}

.default-wrap a {
  color: #CA354F;
  text-decoration: underline;
}

.default-wrap a:hover {
  text-decoration: none;
}

.default-wrap__subtitle {
  margin-top: 38px;
  font-weight: 600;
}

.default-wrap__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 24px;
}

.default-wrap__gallery .item {
  width: calc((100% - 50px) / 3);
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #FAE3E9;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
}

.default-wrap__gallery .item img {
  max-height: 120px;
  margin-bottom: 0;
}

.default-wrap__flex {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.default-wrap__flex .row {
  width: calc((100% - 40px) / 2);
}

.default-wrap__flex .row-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.not-found__wrap {
  padding-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: -80px;
}

.not-found__wrap--title {
  font-weight: 700;
  color: #CA354F;
  margin: -16px 0 -32px;
  font-size: clamp(7.5rem, calc(6.1057692308rem + 0.0594871795 * 100vw), 11.125rem);
}

.not-found__wrap--subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mobile {
  display: none;
}

.to-fix {
  z-index: 99;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 120px;
}

.to-fix__min--close {
  margin-left: auto;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.to-fix__min--close svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.to-fix__min--close:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.to-fix__min--wrapper {
  width: 100%;
  border: solid 1px #FAE3E9;
  margin: 8px 0 16px;
  width: 100%;
  padding: 8px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #CA354F;
  background-color: #FDF5F5;
}

.to-fix__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-color: rgba(253, 245, 245, 0.5019607843);
  border: solid 1px #FFCCD8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.to-fix__top--active {
  opacity: 1;
  visibility: visible;
}

.to-fix__top:hover {
  background-color: #FDF5F5;
}

.cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.3019607843);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cookie-active {
  opacity: 1;
  visibility: visible;
}

.cookie-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
  width: 100%;
}

.cookie-wrap {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.cookie-wrap__text {
  width: 100%;
  max-width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie-wrap__text--wrapper {
  width: 100%;
  max-width: calc(100% - 56px);
  padding-left: 37px;
  font-size: clamp(0.875rem, calc(0.8269230769rem + 0.0020512821 * 100vw), 1rem);
}

.cookie-wrap__text--wrapper a {
  color: #CA354F;
  text-decoration: underline;
}

.cookie-wrap__text--wrapper a:hover {
  text-decoration: none;
}

.cookie-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 284px;
  gap: 16px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.3019607843);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-active {
  opacity: 1;
  visibility: visible;
}

.modal-wrap {
  margin: 0 15px;
  width: 100%;
  max-width: 459px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
  background-color: #fff;
  padding: 16px 24px 24px;
  text-align: center;
}

.modal-wrap__close {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  cursor: pointer;
  border-radius: 4px;
  background-color: #FDF5F5;
  margin-bottom: 16px;
}

.modal-wrap__close svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-wrap__close:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-wrap__image {
  margin-bottom: 16px;
}

.modal-wrap__title {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: clamp(1.25rem, calc(1.1538461538rem + 0.0041025641 * 100vw), 1.5rem);
}

.modal-wrap__text {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}

.modal-wrap .btn {
  margin: 0 auto;
}

.modal-wrap__ul {
  padding: 16px 25px;
  border-radius: 8px;
  background-color: #FDF5F5;
  line-height: 150%;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: clamp(1rem, calc(0.8076923077rem + 0.0082051282 * 100vw), 1.5rem);
}

.modal-wrap__ul ul {
  padding-left: 20px;
}

.modal-wrap__form {
  text-align: left;
}

.modal-wrap__form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.modal-wrap__form .row:last-child {
  margin-bottom: 0;
}

.modal-wrap__form .row-item {
  width: 100%;
  max-width: 90px;
}

.modal-wrap__form .row-item:first-child {
  padding-top: 10px;
}

.modal-wrap__form .row-item:last-child {
  max-width: 305px;
}

.modal-wrap__form .custom-check {
  margin: 17px 0;
}

#modalDiscount .modal-wrap {
  text-align: left;
}

#modalRequest .modal-wrap__text {
  text-align: left;
}

#modalRequest .modal-wrap .btn {
  width: 100%;
  min-height: 40px;
}

.main-wrap {
  position: relative;
}

.main-wrap__nav {
  z-index: 3;
  max-width: 1330px;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-wrap__slider .slick-dots {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 48px;
  margin-top: 0;
}

.main-wrap__slider .slick-dots li:not(.slick-active) button {
  background-color: #fff;
}

.main-wrap__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-wrap__slider .wrapper {
  height: inherit;
}

.main-wrap__slider .item {
  position: relative;
  min-height: 527px;
  height: 100%;
  display: block;
  color: #2A2A2A;
}

.main-wrap__slider .item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-wrap__slider .item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-wrap__slider .item-bg img:nth-child(2) {
  display: none;
}

.main-wrap__slider .item .container {
  height: 100%;
}

.main-wrap__slider .item-content {
  position: relative;
  z-index: 2;
  max-width: 559px;
  margin-left: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  height: 100%;
  margin-right: 87px;
}

.main-wrap__slider .item-content__title {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: clamp(2rem, calc(1.0384615385rem + 0.041025641 * 100vw), 4.5rem);
}

.main-wrap__slider .item-content__subtitle {
  width: calc(100% - 76px);
  padding: 21px;
  color: #FF7293;
  font-weight: 600;
  position: relative;
  margin: 0 38px;
  background-color: #fff;
  font-size: clamp(1.5rem, calc(0.9230769231rem + 0.0246153846 * 100vw), 3rem);
}

.main-wrap__slider .item-content__subtitle::after,
.main-wrap__slider .item-content__subtitle::before {
  content: "";
  display: block;
  width: 38px;
  height: 100%;
  background: url("../img/main/bg-main__subtitle.png") no-repeat center center/cover;
  position: absolute;
  left: -38px;
  top: 0;
}

.main-wrap__slider .item-content__subtitle::after {
  left: auto;
  right: -38px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.main-wrap__slider .item-content .btn {
  margin: 36px auto 0;
  font-size: 24px;
  padding: 14px 24px;
}

.popular-wrap {
  margin-top: 160px;
}

.popular-wrap__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 16px;
}

.popular-wrap__list .item {
  width: calc((100% - 48px) / 4);
  border-radius: 8px;
  min-height: 393px;
  border: solid 1px #EBEBEB;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.44%, rgba(255, 114, 147, 0)), to(rgba(255, 114, 147, 0.2)));
  background: linear-gradient(180deg, rgba(255, 114, 147, 0) 46.44%, rgba(255, 114, 147, 0.2) 100%);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 32px 0;
}

.popular-wrap__list .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popular-wrap__list .item-title {
  width: 100%;
  padding: 8px;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: clamp(1.75rem, calc(1.6538461538rem + 0.0041025641 * 100vw), 2rem);
}

.popular-wrap__list .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.products-wrap {
  margin-top: 160px;
}

.products-wrap__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 23px;
}

.products-wrap__search .item {
  width: calc((100% - 92px) / 5);
}

.products-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 15px;
}

.products-wrap__flex .item {
  width: calc((100% - 45px) / 4);
}

.products-wrap__slider {
  margin-top: 40px;
  margin-right: -23px;
}

.products-wrap__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.products-wrap__slider .wrapper {
  height: inherit;
}

.products-wrap__slider .item {
  height: 100%;
  margin-right: 23px;
}

.products-wrap__slider--nodots .slick-dots {
  display: none;
}

.products-wrap__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-wrap__list .item-image {
  position: relative;
  height: 245px;
  overflow: hidden;
  border: solid 2px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: -2px;
  width: calc(100% + 4px);
}

.products-wrap__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products-wrap__list .item-image__labels {
  position: absolute;
  left: 0;
  top: 16px;
}

.products-wrap__list .item-image__labels span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  min-width: 48px;
  margin-bottom: 8px;
  background-color: #3F138B;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.products-wrap__list .item-image__labels span:last-child {
  margin-bottom: 0;
}

.products-wrap__list .item-title {
  margin: 16px 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.products-wrap__list .item-sku {
  font-size: 16px;
  color: #919191;
}

.products-wrap__list .item-price {
  font-weight: 600;
  color: #000;
  margin: 8px 0;
  font-size: clamp(1.25rem, calc(1.1538461538rem + 0.0041025641 * 100vw), 1.5rem);
}

.products-wrap__list .item .btn {
  width: 100%;
}

.products-wrap__list .item-out .item-image {
  position: relative;
}

.products-wrap__list .item-out .item-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(237, 237, 237, 0.6980392157);
}

.products-wrap__list .item-out .item-image__labels {
  z-index: 2;
}

.products-wrap__list .item-out .item-image__labels span {
  text-transform: none;
  background-color: #919191;
  padding: 2px 8px;
  font-weight: 500;
}

.products-wrap__list .item-out .item-title {
  color: #919191;
}

.products-wrap__list .item-out .item-price {
  color: #919191;
}

.products-wrap__list .item-out .item-price del {
  color: #919191;
}

.products-wrap__list .item-out .btn {
  color: #919191;
  background-color: #E9E6EF;
  border-color: #E9E6EF;
}

.products-wrap__list .item:hover .item-image {
  border-color: #FF7293;
}

.products-wrap__list .item:hover .btn {
  background-color: #FF7293;
  border-color: #FF7293;
  color: #fff;
}

/* ===== Карточки з кошиком (спільні стилі) ===== */
.products-wrap__list .item.product:not(a) {
  cursor: default;
}

.products-wrap__list .item .item-top-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.products-wrap__list .item .item-top-link:hover .item-image {
  border-color: #FF7293;
}

.products-wrap__list .item .add-card-item-to-cart {
  margin-top: 8px;
}

.products-wrap__list .item .add-card-item-to-cart:hover {
  background-color: #FF7293;
  border-color: #FF7293;
}

.products-wrap__list .item .item-bottom {
  padding-top: 10px;
}

/* Qty у карточках */
.products-wrap__list .item > .item-bottom > .qty {
  width: auto;
  margin: 16px 0 0;
}

.products-wrap__list .item > .item-bottom > .qty input {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 52px;
  height: 32px;
  margin-top: 0;
}

.products-wrap__list .item > .item-bottom > .qty .minus,
.products-wrap__list .item > .item-bottom > .qty .plus {
  background-color: #fdf5f5;
}

/* Select у карточці з варіаціями */
.products-wrap__list .item--has-variants .choices {
  width: 100%;
}

.products-wrap__list .item--has-variants .choices__inner {
  max-width: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 40px 8px 16px;
  font-size: 14px;
  height: 40px;
  min-height: 40px;
  border-color: #FAE3E9;
}

.products-wrap__list .item--has-variants .choices .choices__list--dropdown {
  border: solid 1px #FAE3E9;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.products-wrap__list .item--has-variants .choices .choices__list--dropdown .choices__item {
  font-size: 14px;
  padding: 8px 16px;
  margin-top: 0;
  border: none !important;
  border-radius: 0;
}

.products-wrap__list .item--has-variants .choices__inner::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M6 8L0 0h12z' fill='%233F138B'/%3E%3C/svg%3E") no-repeat center center;
  width: 12px;
  height: 8px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-wrap__list .item--has-variants .is-open .choices__inner::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* Стан завантаження кнопки */
.add-card-item-to-cart.loading,
.single_add_to_cart_button.loading {
  pointer-events: none;
  opacity: 0.6;
}

.system-wrap {
  margin-top: 160px;
  position: relative;
}

.system-wrap__content {
  margin-top: 40px;
  padding: 64px 56px;
  position: relative;
}

.system-wrap__content .item {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  background-color: #FFF4F6;
  padding: 40px;
  font-weight: 600;
  line-height: 150%;
}

.system-wrap__content .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.system-wrap__content .item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.system-wrap__content .item p {
  display: block;
  margin-bottom: 16px;
}

.system-wrap__content .item p:last-child {
  margin-bottom: 0;
}

.system-wrap__content .item ul {
  padding: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  margin-bottom: 16px;
  font-size: clamp(1rem, calc(0.8076923077rem + 0.0082051282 * 100vw), 1.5rem);
}

.system-wrap__content .item ul li {
  margin-left: 20px;
  margin-bottom: 5px;
}

.system-wrap__content .item ul li:last-child {
  margin-bottom: 0;
}

.system-second .system-wrap__content {
  padding-bottom: 162px;
}

.official-wrap {
  margin-top: 160px;
}

.official-wrap__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  position: relative;
}

.official-wrap__list::after {
  content: "";
  display: block;
  width: calc(100% + 140px);
  height: 265px;
  background-color: #FFF4F6;
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.official-wrap__list .item {
  width: 100%;
  height: 393px;
  max-width: 318px;
}

.official-wrap__list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.official-wrap__list .item:nth-child(2) {
  max-width: 429px;
  height: 598px;
}

.advantages-wrap {
  margin-top: 160px;
  background-color: #FDF5F5;
  padding: 64px 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 72px;
}

.advantages-wrap .item {
  width: calc((100% - 216px) / 4);
}

.advantages-wrap .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.advantages-wrap .item-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages-wrap .item-title {
  font-weight: 600;
  text-align: center;
  margin-top: 24px;
  font-size: clamp(1rem, calc(0.8076923077rem + 0.0082051282 * 100vw), 1.5rem);
}

.reviews-wrap {
  margin-top: 160px;
  position: relative;
  padding-top: 54px;
}

.reviews-wrap::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1098px;
  height: calc(100% - 60px);
  background-color: #FFF4F6;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border-radius: 8px;
}

.reviews-wrap__title span {
  background-color: #FFF4F6;
}

.reviews-wrap__list {
  margin-top: 24px;
  margin-right: -16px;
}

.reviews-wrap__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-wrap__list .wrapper {
  height: inherit;
}

.reviews-wrap__list .item {
  margin-right: 16px;
  height: 100%;
  min-height: 453px;
  border: solid 1px #E77590;
  border-radius: 8px;
  overflow: hidden;
  padding: 24px;
  background-color: #fff;
}

.reviews-wrap__list .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews-wrap__list .item-image img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-wrap__list .item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 18px auto 24px;
  font-size: 16px;
}

.reviews-wrap__list .item a.item-title {
  color: #000000;
  text-decoration: underline;
  display: block;
}

.reviews-wrap__list .item a.item-title:hover {
  text-decoration: none;
}

.reviews-wrap__list .item-text {
  font-size: 16px;
  line-height: 150%;
}

.reviews-wrap__list .item-video {
  width: 100%;
  height: 100%;
  margin-left: -24px;
  margin-top: -24px;
  position: relative;
  cursor: pointer;
}

.reviews-wrap__list .item-video svg {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
}

.reviews-wrap__list .item-video img {
  max-width: inherit;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-wrap {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.archive-wrap__filter {
  width: 100%;
  max-width: 264px;
}

.archive-wrap__filter--top {
  display: none;
}

.archive-wrap__content {
  max-width: calc(100% - 335px);
  width: 100%;
}

.archive-wrap__content--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.archive-wrap__content--top-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.archive-wrap__content--top-form .open-filter {
  display: none;
}

.archive-wrap__content--top-form .woocommerce-ordering .choices__inner {
  min-width: 264px;
}

.archive-wrap__content--top-form .choices:nth-child(3) .choices__list--dropdown .choices__item {
  text-align: center;
}

.archive-wrap__content--banner .main-wrap__slider .slick-dots {
  bottom: 24px;
}

.archive-wrap__content--banner .main-wrap__slider .item {
  min-height: 374px;
}

.archive-wrap__content--banner .main-wrap__slider .item-content {
  max-width: 400px;
}

.archive-wrap__content--banner .main-wrap__slider .item-content__title {
  font-size: clamp(1.25rem, calc(0.5288461538rem + 0.0307692308 * 100vw), 3.125rem);
}

.archive-wrap__content--banner .main-wrap__slider .item-content__subtitle {
  font-size: clamp(0.875rem, calc(0.4903846154rem + 0.0164102564 * 100vw), 1.875rem);
}

.archive-wrap__content--banner .main-wrap__slider .item-content .btn {
  font-size: 16px;
}

.archive-wrap__content--products {
  margin-top: 40px;
}

.seo-wrap {
  margin-top: 160px;
  position: relative;
}

.seo-wrap__content {
  height: 350px;
  overflow: hidden;
}

.seo-wrap__content ol,
.seo-wrap__content ul {
  max-width: 874px;
}

.seo-wrap__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 197px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 252, 253, 0)), color-stop(64.61%, #FFFCFD));
  background: linear-gradient(180deg, rgba(255, 252, 253, 0) 0%, #FFFCFD 64.61%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.seo-wrap__content--open {
  height: inherit;
}

.seo-wrap__content--open::after {
  opacity: 0;
  visibility: hidden;
}

.seo-wrap__more {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.seo-wrap__more span {
  font-size: 16px;
  color: #3F138B;
  cursor: pointer;
  position: relative;
}

.seo-wrap__more span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #3F138B;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.seo-wrap__more span:hover::after {
  width: 100%;
}

.seo-wrap__more span::after {
  width: 100%;
}

.seo-wrap__more span:hover::after {
  width: 0;
}

.single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 88px;
}

.single-wrap__gallery {
  width: 100%;
  max-width: 545px;
  position: relative;
}

.single-wrap__gallery--label {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  background-color: #FF7293;
  padding: 16px 19px;
  display: none;
  z-index: 11;
}

.single-wrap__gallery--main .img-magnifier-glass {
  position: absolute;
  border: 3px solid #6c5ce7;
  border-radius: 50%;
  cursor: none;
  width: 150px;
  height: 150px;
  z-index: 10;
}

.single-wrap__gallery--main .item {
  height: 545px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: crosshair;
}

.single-wrap__gallery--main .item img {
  max-height: 545px;
}

.single-wrap__gallery--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.single-wrap__gallery--bottom-slider {
  width: 100%;
  max-width: calc(100% - 112px);
  padding: 0 24px;
  margin: 0 -12px;
}

.single-wrap__gallery--bottom-slider .item {
  margin: 0 12px;
  height: 112px;
  cursor: pointer;
}

.single-wrap__gallery--bottom-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-wrap__content {
  width: 100%;
  max-width: 695px;
  margin-bottom: 8px;
}

.single-wrap__content--title {
  font-size: clamp(1.5rem, calc(1.3076923077rem + 0.0082051282 * 100vw), 2rem);
}

.single-wrap__content--sku {
  font-size: 16px;
  color: rgba(117, 117, 117, 0.6509803922);
  font-weight: 500;
  margin-bottom: 16px;
}

.single-wrap__content--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.single-wrap__content--meta span {
  display: block;
  padding: 7px 19px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #3F138B;
  text-transform: uppercase;
}

.single-wrap__content--meta-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #5A8AE4;
}

.single-wrap__content--out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #A5A4A4;
  margin-bottom: 24px;
}

.single-wrap__content--attr {
  border-top: solid 1px #F2F2F2;
  padding: 24px 0;
  border-bottom: solid 1px #E8E8E8;
  margin-bottom: 24px;
}

.single-wrap__content--attr .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 80px;
}

.single-wrap__content--attr .row-item {
  width: calc((100% - 80px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  position: relative;
}

.single-wrap__content--attr .row-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #FFCCD8;
  position: absolute;
  left: 0;
  top: 12px;
}

.single-wrap__content--attr .row-item span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-right: 4px;
  display: block;
  max-width: 49%;
}

.single-wrap__content--attr .row-item span:last-child {
  padding-right: 0;
  padding-left: 4px;
  text-align: right;
  font-weight: 800;
}

/* Приховати стандартний select варіацій WooCommerce */
form.variations_form .variations select,
.woo-variation-items-wrapper ~ select {
  display: none;
}

table.variations {
  border-bottom: none !important;
}

.single-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: 64px;
}

.single-bottom__description {
  width: 100%;
  max-width: 640px;
}

.single-bottom__description--title {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.single-bottom__description--title span {
  padding: 0 16px 0 24px;
}

.single-bottom__description--title span::before {
  left: 0;
}

.single-bottom__description--title span::after {
  display: none;
}

.single-bottom__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.single-bottom__flex .row {
  width: 100%;
  max-width: calc((100% - 16px) / 2);
  background-color: #FDF5F5;
  padding: 24px;
}

.single-bottom__flex .row-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.single-bottom__second .single-bottom__flex .row {
  max-width: 356px;
}

.single-bottom__second .single-bottom__flex .row:first-child {
  max-width: 292px;
}

.cart-wrap__empty {
  padding-top: 128px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-wrap__empty--title {
  font-size: 32px;
  margin-bottom: 32px;
  font-weight: 700;
}

.cart-wrap__empty--text {
  margin-top: 32px;
  font-weight: 600;
}

.cart-wrap__empty--text p {
  margin-bottom: 10px;
  display: block;
}

.cart-wrap__empty--text p:last-child {
  margin-bottom: 0;
}

.cart-wrap__empty--text a {
  color: #CA354F;
  text-decoration: underline;
}

.cart-wrap__empty--text a:hover {
  text-decoration: none;
}

.cart-wrap__flex {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.cart-wrap__flex--content {
  width: 100%;
  max-width: 893px;
}

.cart-wrap__flex--content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.cart-wrap__flex--content-top_title {
  font-weight: 600;
  font-size: clamp(1.5rem, calc(1.3076923077rem + 0.0082051282 * 100vw), 2rem);
}

.cart-wrap__flex--content-top_remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.cart-wrap__flex--content-top_remove svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-wrap__flex--content-top_remove:hover {
  color: #E77590;
}

.cart-wrap__flex--content-top_remove:hover svg * {
  fill: #E77590;
  opacity: 1;
}

.cart-wrap__flex--content-list {
  margin-top: 24px;
}

.cart-wrap__flex--content-list .item {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.cart-wrap__flex--content-list .item-image {
  min-width: 128px;
  height: 128px;
  max-width: 128px;
}

.cart-wrap__flex--content-list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-wrap__flex--content-list .item-title {
  width: 100%;
  max-width: 291px;
  font-weight: 600;
  color: #393939;
  font-size: clamp(0.75rem, calc(0.6538461538rem + 0.0041025641 * 100vw), 1rem);
}

.cart-wrap__flex--content-list .item-price {
  width: 100%;
  max-width: 204px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1rem, calc(0.8076923077rem + 0.0082051282 * 100vw), 1.5rem);
}

.cart-wrap__flex--content-list .item-price del {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: clamp(0.875rem, calc(0.8269230769rem + 0.0020512821 * 100vw), 1rem);
}

.cart-wrap__flex--content-list .item-remove {
  width: 100%;
  max-width: 24px;
  height: 128px;
  background-color: #FDF5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.cart-wrap__flex--content-list .item-remove svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-wrap__flex--content-list .item-remove:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cart-wrap__flex--content-list .item:last-child {
  margin-bottom: 0;
}

.cart-wrap__flex--sidebar {
  width: 100%;
  max-width: 387px;
}

.cart-wrap__flex--sidebar-top {
  background-color: #fff;
  border: solid 1px #FFCCD8;
  padding: 24px 16px;
}

.cart-wrap__flex--sidebar-top .btn {
  width: 100%;
  margin-bottom: 16px;
}

.cart-wrap__flex--sidebar-top .btn:last-child {
  margin-bottom: 0;
}

.cart-wrap__flex--sidebar-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: solid 1px #FFCCD8;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-wrap__flex--sidebar-title svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-wrap__flex--sidebar-list {
  margin-bottom: 24px;
}

.cart-wrap__flex--sidebar-list .row {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.cart-wrap__flex--sidebar-list .row:last-child {
  margin-bottom: 0;
}

.cart-wrap__flex--sidebar-list .row strong {
  font-weight: 800;
}

.cart-wrap__flex--sidebar-list .row span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 253px;
}

.cart-wrap__flex--sidebar-list .row span:last-child {
  font-weight: 600;
  max-width: 93px;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart-wrap__flex--sidebar-list .row span:last-child strong {
  color: #CA354F;
}

.cart-wrap__flex--sidebar-notice {
  background-color: #E77590;
  color: #fff;
  padding: 16px;
  font-size: 14px;
}

.cart-wrap__flex--sidebar-notice_title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cart-wrap__flex--sidebar-notice_subtitle {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}

.cart-wrap__flex--sidebar-notice_subtitle strong {
  display: block;
  font-weight: 600;
  font-size: 20px;
}

.checkout-wrap {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.checkout-wrap__form {
  width: 100%;
  max-width: 884px;
}

.checkout-wrap__form--title {
  text-align: left;
  margin-bottom: 48px;
  font-size: clamp(1.5rem, calc(1.3076923077rem + 0.0082051282 * 100vw), 2rem);
}

.checkout-wrap__form--title span {
  padding: 0 16px 0 0;
}

.checkout-wrap__form--title span::after {
  right: 0;
}

.checkout-wrap__form--title span::before {
  display: none;
}

.checkout-wrap__form .row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #DBDBDB;
}

.checkout-wrap__form .row-title {
  font-weight: 600;
  margin-bottom: 24px;
  font-size: clamp(1rem, calc(0.8076923077rem + 0.0082051282 * 100vw), 1.5rem);
}

.checkout-wrap__form .row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.checkout-wrap__form .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 32px;
}

.checkout-wrap__form .row-flex__field {
  width: calc((100% - 32px) / 2);
}

.checkout-wrap__form .row-flex__field--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.checkout-wrap__form .row-flex__field label {
  font-size: 16px;
  color: #919191;
  width: 100%;
  max-width: 90px;
}

.checkout-wrap__form .row-flex__field input {
  width: 100%;
  max-width: 320px;
}

.checkout-wrap__form .row-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px 29px;
}

.checkout-wrap__form .row-delivery__item {
  width: calc((100% - 29px) / 2);
}

.checkout-wrap__form .row-delivery__item a {
  color: #919191;
  text-decoration: underline;
}

.checkout-wrap__form .row-delivery__item a:hover {
  text-decoration: none;
}

.checkout-wrap__form .row-type {
  width: 100%;
  max-width: 652px;
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.checkout-wrap__form .row-type span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: calc((100% - 15px) / 2);
  border: solid 1px #919191;
  border-radius: 4px;
  padding: 14px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

.checkout-wrap__form .row-type .active {
  color: #3F138B;
  border-color: #3F138B;
}

.checkout-wrap__form .row-field {
  margin-bottom: 24px;
}

.checkout-wrap__form .row-field .choices__inner {
  max-width: 652px;
}

.checkout-wrap__form .row-pay {
  max-width: 652px;
}

.checkout-wrap__form .row-pay .custom-radio {
  margin-bottom: 24px;
  border: solid 1px #FFCCD8;
  border-radius: 8px;
  padding: 14px 24px;
}

.checkout-wrap__form .row-pay .custom-radio:last-child {
  margin-bottom: 0;
}

.checkout-wrap__form .row-pay .custom-radio label span::after {
  top: -3px;
}

.checkout-wrap__sidebar {
  width: 100%;
  max-width: 387px;
}

@media (max-width: 1400px) {
  .products-wrap__search {
    width: calc(100% - 15px);
  }

  .products-wrap__search .item {
    width: calc((100% - 69px) / 4);
  }
}

@media (max-width: 1350px) {
  .advantages-wrap,
  .system-wrap,
  .reviews-wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .single-bottom__second .single-bottom__flex .row:nth-child(1n+1) {
    max-width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 1250px) {
  .products-wrap__flex .item {
    width: calc((100% - 30px) / 3);
  }
}

@media (max-width: 1200px) {
  .header-wrap__flex--meta-logo {
    max-width: 130px;
  }

  .header-wrap__flex--meta-menu {
    gap: 15px;
  }

  .header-wrap__flex--meta-menu ul {
    padding-right: 15px;
    gap: 15px;
  }

  .cart-wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cart-wrap__flex--content,
  .cart-wrap__flex--sidebar {
    max-width: 100%;
  }

  .checkout-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .checkout-wrap__form,
  .checkout-wrap__sidebar {
    max-width: 100%;
  }

  .products-wrap__search {
    background-color: #FFFCFD;
    margin-left: -15px;
  }
}

@media (max-width: 1100px) {
  .header::after {
    content: "";
    display: block;
    width: 1000%;
    height: 1000%;
    position: fixed;
    left: -100%;
    top: -100%;
    background-color: rgba(0, 0, 0, 0.3019607843);
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-catalog {
    display: none;
  }

  .header-open::after {
    opacity: 1;
    visibility: visible;
  }

  .header-wrap {
    padding: 8px 0;
  }

  .header-wrap__flex--meta {
    gap: 8px;
  }

  .header-wrap__flex--meta-logo {
    max-width: 129px;
  }

  .header-wrap__search {
    display: block;
    position: static;
  }

  .header-wrap__search--top {
    padding: 4px 0 0;
  }

  .header-wrap__search--top input {
    max-width: 100%;
  }

  .header-wrap__search--top button {
    display: none;
  }

  .header-wrap__search--result {
    background-color: #FFFCFD;
    margin: 5px 0 0;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0;
    max-height: 85vh;
  }

  .header-wrap__search--result-title {
    padding: 24px 16px 0;
    margin-bottom: 24px;
  }

  .header-wrap__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    padding: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }

  .header-wrap__icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: url("../img/main/menu.svg") no-repeat center center/cover;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 21px;
  }

  .header-wrap__icon span:nth-child(2) {
    width: 50%;
  }

  .header-wrap__icon--active {
    background-color: #FDF5F5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-wrap__icon--active span {
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
  }

  .header-wrap__icon--active span:nth-child(2) {
    display: none;
  }

  .header-wrap__icon--active span:nth-child(3) {
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
    position: absolute;
  }

  .header-wrap__flex--meta-menu {
    display: none;
  }

  .header-wrap__flex--actions .open-search {
    display: none;
  }

  .header-wrap__flex--actions-languages {
    display: none;
  }

  .header-nav {
    position: fixed;
    left: -100%;
    top: 0;
    width: 90%;
    height: calc(100% - 24px);
    padding: 150px 0;
    z-index: -1;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
  }

  .header-nav__active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }

  .header-nav__active {
    opacity: 1;
    visibility: visible;
  }

  .header-nav ul {
    display: none;
  }

  .header-nav__mobile {
    display: block;
  }

  .header-nav__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 8px;
  }

  .header-nav__categories .item {
    width: calc((100% - 16px) / 3);
    min-height: 112px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border: solid 1px #FAE3E9;
  }

  .header-nav__categories .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }

  .header-nav__categories .item-title {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .header-nav__menu ul {
    display: block;
    margin: 16px 0;
  }

  .header-nav__menu ul li {
    margin: 0 0 16px;
  }

  .header-nav__menu ul li:last-child {
    margin-bottom: 0;
  }

  .header-nav__menu ul li a {
    font-size: 14px;
  }

  .header-nav__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header-nav__bottom--phone {
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }

  .header-nav__bottom--languages .header-wrap__flex--actions-languages {
    display: block;
  }

  .popular-wrap__list .item {
    width: calc((100% - 32px) / 3);
  }

  .popular-wrap__list .item:first-child,
  .popular-wrap__list .item:last-child {
    display: none;
  }

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

  .official-wrap__list::after {
    display: none;
  }

  .official-wrap__list .item {
    display: none;
  }

  .official-wrap__list .item:nth-child(2) {
    height: inherit;
    display: block;
  }

  .advantages-wrap {
    gap: 50px;
  }

  .advantages-wrap .item {
    width: calc((100% - 50px) / 2);
  }

  .single-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }

  .single-wrap__gallery,
  .single-wrap__content {
    max-width: 100%;
  }

  .single-bottom__second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }

  .single-bottom__description,
  .single-bottom__flex {
    max-width: 100%;
  }

  .products-wrap__search {
    width: 100%;
    margin: 0;
    gap: 15px;
    padding: 0 16px;
  }

  .products-wrap__search .item {
    width: calc((100% - 30px) / 3);
  }
}

@media (max-width: 1024px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .footer-wrap__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-wrap__meta--socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-wrap__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    gap: 32px;
  }

  .footer-wrap__nav .row {
    max-width: 100%;
  }

  .footer-bottom__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 16px;
  }

  .archive-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .archive-wrap__filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3019607843);
    z-index: 101;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .archive-wrap__filter--active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .archive-wrap__filter--active .archive-wrap__filter--wrapper {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .archive-wrap__filter--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px;
  }

  .archive-wrap__filter--top-title {
    font-size: 24px;
    font-weight: 600;
  }

  .archive-wrap__filter--wrapper {
    width: 100%;
    max-width: 90%;
    background-color: #fff;
    padding: 24px 32px;
    height: 100%;
    overflow-y: auto;
    max-height: calc(100% - 80px);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }

  .archive-wrap__filter--wrapper .wpfMainWrapper {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 100px;
  }

  .archive-wrap__content {
    max-width: 100%;
  }

  .archive-wrap__content--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }

  .archive-wrap__content--top-form .open-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cookie-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }

  .cookie-wrap__text {
    max-width: 100%;
  }

  .cookie-wrap__flex {
    max-width: 500px;
  }

  .cookie-wrap__flex .btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .header-top__flex.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-wrap__nav {
    display: none;
  }

  .main-wrap__slider .item-content {
    margin: 0 auto;
  }

  .popular-wrap {
    margin-top: 77px;
  }

  .popular-wrap__list .item {
    width: calc((100% - 16px) / 2);
  }

  .system-wrap__content {
    padding: 40px;
  }

  .system-wrap__content .item {
    margin: 0 auto;
  }

  .system-second .system-wrap__content {
    padding-bottom: 0;
  }

  .reviews-wrap {
    background-color: #FFF4F6;
    padding: 40px 15px;
  }

  .reviews-wrap::after {
    display: none;
  }

  .footer {
    margin-top: 80px;
  }

  .products-wrap,
  .system-wrap,
  .official-wrap,
  .advantages-wrap,
  .reviews-wrap,
  .seo-wrap {
    margin-top: 80px;
  }

  .products-wrap__flex .item {
    width: calc((100% - 15px) / 2);
  }

  .default-wrap__flex .row {
    width: 100%;
  }

  .cart-wrap__flex--content .item {
    margin-bottom: 16px;
    position: relative;
    padding-left: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 35px;
  }

  .cart-wrap__flex--content .item-image {
    min-width: inherit;
    width: 112px;
    height: 112px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .cart-wrap__flex--content .item-title,
  .cart-wrap__flex--content .item-qty,
  .cart-wrap__flex--content .item-price {
    max-width: 100%;
  }

  .cart-wrap__flex--content .item-remove {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 24px;
  }

  .checkout-wrap__form .row-flex {
    gap: 8px;
  }

  .checkout-wrap__form .row-flex__field {
    width: 100%;
  }

  .checkout-wrap__form .row-flex__field--top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .not-found__wrap {
    margin-bottom: 0;
  }

  .not-found__wrap--icon svg {
    max-width: 172px;
    max-height: 104px;
  }

  .not-found__wrap--title {
    margin: 0;
  }

  .products-wrap__search {
    width: 100%;
    margin: 0;
    gap: 15px;
    margin-top: 24px;
  }

  .products-wrap__search .item {
    width: calc((100% - 15px) / 2);
  }
}

@media (max-width: 550px) {
  .qty {
    width: 136px;
    gap: 20px;
  }

  .qty button {
    width: 24px;
    height: 24px;
  }

  .qty button svg {
    max-width: 6px;
    max-height: 6px;
  }

  .qty input {
    width: 48px;
    height: 32px;
  }

  .bread {
    padding-top: 17px;
  }

  .bread li::after {
    margin: 0 4px;
  }

  .title-center {
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .slick-dots {
    gap: 4px;
  }

  .slick-dots li button {
    width: 22px;
    height: 2px;
    background-color: #DFDFDF;
    border-radius: 0;
  }

  .slick-dots .slick-active button {
    background-color: #FF7293;
  }

  .main-wrap__slider .item {
    min-height: 422px;
    position: relative;
  }

  .main-wrap__slider .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 171px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFBFD), to(rgba(253, 251, 253, 0)));
    background: linear-gradient(180deg, #FDFBFD 0%, rgba(253, 251, 253, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
  }

  .main-wrap__slider .item-bg img {
    display: none;
  }

  .main-wrap__slider .item-bg img:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-wrap__slider .item-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 64px 0 19px;
  }

  .main-wrap__slider .item-content__subtitle {
    padding: 14px;
  }

  .main-wrap__slider .item-content .btn {
    margin-top: 220px;
    font-size: 16px;
    padding: 10px 24px;
  }

  .main-wrap__slider .slick-dots {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 32px 0 0;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main-wrap__slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .main-wrap__slider .slick-dots li:not(.slick-active) button {
    background-color: #DFDFDF;
  }

  .popular-wrap__list {
    margin-top: 32px;
  }

  .popular-wrap__list .item {
    min-height: 202px;
    padding: 15px 0;
  }

  .popular-wrap__list .item-title {
    padding: 1px 5px;
  }

  .products-wrap__list {
    margin-top: 32px;
  }

  .products-wrap__list .item-image {
    height: 164px;
  }

  .products-wrap__slider {
    margin-right: -15px;
  }

  .products-wrap__slider .item {
    margin-right: 15px;
  }

  .system-wrap__title span {
    max-width: 285px;
    display: block;
    margin: 0 auto;
  }

  .system-wrap__content {
    margin-top: 32px;
  }

  .system-wrap__content {
    padding: 0;
  }

  .system-wrap__content .item {
    padding: 0 16px 40px;
  }

  .system-wrap__content .item-bg {
    margin-left: -15px;
    width: calc(100% + 30px);
    height: 220px;
    margin-bottom: 40px;
    position: static;
  }

  .system-wrap__content .item .btn {
    margin: 0 auto;
  }

  .advantages-wrap {
    gap: 24px;
    padding: 32px 15px;
  }

  .advantages-wrap .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .advantages-wrap .item-image {
    width: 48px;
    height: 48px;
  }

  .advantages-wrap .item-image img {
    width: 100%;
    height: 100%;
  }

  .advantages-wrap .item-title {
    width: 100%;
    max-width: calc(100% - 48px);
    margin: 0;
    padding-left: 24px;
    text-align: left;
  }

  .footer-wrap {
    padding: 32px 0;
  }

  .footer-wrap__meta--logo {
    max-width: 215px;
  }

  .footer-wrap__meta--socials {
    margin: 16px 0;
  }

  .footer-wrap__nav .row-title {
    margin-bottom: 16px;
  }

  .footer-wrap__nav .row-contacts p {
    margin-bottom: 4px;
  }

  .single-wrap {
    margin-top: 40px;
  }

  .single-wrap__gallery--main .item {
    height: 344px;
  }

  .single-wrap__gallery--main .item img {
    max-height: 344px;
  }

  .single-wrap__gallery--bottom {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .single-wrap__gallery--bottom .slick-arrow {
    width: 32px;
    height: 32px;
  }

  .single-wrap__gallery--bottom .slick-arrow svg {
    max-width: 10px;
    max-height: 17px;
  }

  .single-wrap__gallery--bottom-slider {
    max-width: calc(100% - 64px);
  }

  .single-wrap__gallery--bottom-slider .item {
    height: 72px;
    margin: 0 6px;
  }

  .single-wrap__content--attr .row {
    gap: 16px 44px;
  }

  .single-wrap__content--attr .row-item {
    width: calc((100% - 44px) / 2);
  }

  .single-bottom {
    margin-top: 48px;
  }

  .single-bottom__description--title {
    margin-left: 0;
  }

  .single-bottom__flex .row:nth-child(1n+1) {
    max-width: 100%;
    width: 100%;
  }

  .single-bottom__second .single-bottom__flex .row:nth-child(1n+1) {
    max-width: 100%;
    width: 100%;
  }

  .archive-wrap {
    margin-top: 32px;
  }

  .archive-wrap .main-wrap__slider .item {
    border: solid 1px #FAE3E9;
  }

  .archive-wrap .main-wrap__slider .item::after {
    display: none;
  }

  .archive-wrap__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .archive-wrap__content--banner {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .archive-wrap__content--banner .main-wrap__slider .item {
    min-height: 123px;
  }

  .archive-wrap__content--banner .main-wrap__slider .item-bg img:nth-child(2) {
    display: none;
  }

  .archive-wrap__content--banner .main-wrap__slider .item-bg img:nth-child(1) {
    display: block;
  }

  .archive-wrap__content--banner .main-wrap__slider .item-content {
    max-width: 80%;
    margin-left: auto;
    margin-right: 0;
    padding: 30px 0;
    margin-right: -10%;
  }

  .archive-wrap__content--banner .main-wrap__slider .item-content .btn {
    margin-top: 5px;
  }

  .archive-wrap__content--banner .main-wrap__slider .item-content__title {
    margin-bottom: 5px;
  }

  .archive-wrap__content--banner .main-wrap__slider .item-content__subtitle {
    max-width: 150px;
    padding: 14px 0;
  }

  .archive-wrap__content--banner .main-wrap__slider .item-content__subtitle::after,
  .archive-wrap__content--banner .main-wrap__slider .item-content__subtitle::before {
    left: -20px;
    width: 20px;
  }

  .archive-wrap__content--banner .main-wrap__slider .item-content__subtitle::after {
    left: auto;
    right: -20px;
  }

  .archive-wrap__content--banner .main-wrap__slider .item-content .btn {
    padding: 5px 15px;
    font-size: 14px;
  }

  .archive-wrap__content--top .archive-wrap__content--top-form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 8px;
  }

  .archive-wrap__content--top .archive-wrap__content--top-form .choices__inner {
    padding-left: 10px;
    font-size: 14px;
    padding-right: 35px;
  }

  .archive-wrap__content--top .archive-wrap__content--top-form .choices__inner::after {
    top: 17px;
    right: 12px;
  }

  .archive-wrap__content--top .archive-wrap__content--top-form .woocommerce-ordering .choices__inner {
    min-width: 160px;
    width: 100%;
    max-width: 205px;
  }

  .archive-wrap__content--products {
    margin-top: 32px;
  }

  .default-wrap__gallery .item {
    height: 42px;
  }

  .default-wrap__gallery .item img {
    max-height: 42px;
  }

  .cart-wrap__empty {
    padding-top: 80px;
  }

  .cart-wrap__flex {
    margin-top: 40px;
  }

  .cart-wrap__flex--content-list {
    margin-top: 16px;
  }

  .checkout-wrap__form--title {
    margin-left: 0;
    margin-bottom: 48px;
  }

  .checkout-wrap__form .row-delivery__item {
    width: 100%;
  }

  .to-fix {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .to-fix__min {
    display: none;
  }

  .to-fix__top {
    width: 40px;
    height: 40px;
    background-color: #FDF5F5;
  }

  .to-fix__top svg {
    max-width: 16px;
    max-height: 30px;
  }

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

  .cookie-wrap__text svg {
    max-width: 40px;
    max-height: 40px;
  }

  .cookie-wrap__text--wrapper {
    max-width: calc(100% - 40px);
    padding-left: 8px;
  }

  .modal-wrap__ul {
    padding: 16px;
  }

  .modal-wrap__form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }

  .modal-wrap__form .row-item:nth-child(1n+1) {
    max-width: 100%;
  }

  .header-nav__categories .item {
    width: 94px;
  }

  .header-nav__menu {
    font-weight: 600;
  }
}