/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/app.scss ***!
  \***************************************************************************************************************/
@import url("../css/spartan/spartan.css");

@font-face {
  font-family: "";
  font-weight: 500;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

:root {
  --default-font: League Spartan;
  --new-font: "Spartan MB";
  --new1-font: "Spartan", sans-serif;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
  }
}

html {
  scroll-behavior: none;
  overscroll-behavior: none;
}

body,
html {
  min-height: 100%;
  overscroll-behavior: none;
}

body {
  font-family: var(--new1-font);
  cursor: default;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

img {
  width: 100%;
}

a {
  text-decoration: none;
  text-transform: initial;
  color: unset;
}
/* a:focus {
    color: #c17465;
  } */
.ovh {
  overflow: hidden !important;
  scroll-behavior: none !important;
  overscroll-behavior: none !important;
  -webkit-overflow-scrolling: touch !important;
}
input,
button {
  border: none;
  padding: 0;
  background: none;
  outline: none;
}

.form-control {
  padding: 0;
}

.hide {
  display: none !important;
}

.d__block {
  display: block !important;
}

.d__flex {
  display: flex !important;
}

.revert {
  transform: rotateZ(180deg);
}

.revert45 {
  transform: rotateZ(45deg);
}

.revert180 {
  transform: rotateZ(180deg);
}

.container {
  max-width: 1920px;
  margin: auto;
  padding: 0 80px;
}
@media (max-width: 1570px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 35px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-stage {
  display: flex;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}

.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width=%2740%27 height=%2740%27 viewBox=%270 0 40 40%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.45 20L17.8 11.35L15.7 13.5L22.2 20L15.7 26.5L17.8 28.65L26.45 20ZM40 20C40 22.7333 39.475 25.3167 38.425 27.75C37.375 30.1833 35.9417 32.3083 34.125 34.125C32.3083 35.9417 30.1833 37.375 27.75 38.425C25.3167 39.475 22.7333 40 20 40C17.2333 40 14.6333 39.475 12.2 38.425C9.76667 37.375 7.65 35.9417 5.85 34.125C4.05 32.3083 2.625 30.1833 1.575 27.75C0.525 25.3167 0 22.7333 0 20C0 17.2333 0.525 14.6333 1.575 12.2C2.625 9.76667 4.05 7.65 5.85 5.85C7.65 4.05 9.76667 2.625 12.2 1.575C14.6333 0.524998 17.2333 0 20 0C22.7333 0 25.3167 0.524998 27.75 1.575C30.1833 2.625 32.3083 4.05 34.125 5.85C35.9417 7.65 37.375 9.76667 38.425 12.2C39.475 14.6333 40 17.2333 40 20ZM37 20C37 15.2667 35.3417 11.25 32.025 7.95C28.7083 4.65 24.7 3 20 3C15.2667 3 11.25 4.65 7.95 7.95C4.65 11.25 3 15.2667 3 20C3 24.7 4.65 28.7083 7.95 32.025C11.25 35.3417 15.2667 37 20 37C24.7 37 28.7083 35.3417 32.025 32.025C35.3417 28.7083 37 24.7 37 20Z%27 fill=%27%232D384A%27/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -50px;
  color: transparent;
  opacity: 0.5;
}
@media (max-width: 1570px) {
  .slick-prev {
    left: -40px;
  }
}
@media (max-width: 1200px) {
  .slick-prev {
    left: -30px;
  }
}
@media (max-width: 992px) {
  .slick-prev {
    width: 35px;
    height: 35px;
  }
}

.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width=%2740%27 height=%2740%27 viewBox=%270 0 40 40%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.45 20L17.8 11.35L15.7 13.5L22.2 20L15.7 26.5L17.8 28.65L26.45 20ZM40 20C40 22.7333 39.475 25.3167 38.425 27.75C37.375 30.1833 35.9417 32.3083 34.125 34.125C32.3083 35.9417 30.1833 37.375 27.75 38.425C25.3167 39.475 22.7333 40 20 40C17.2333 40 14.6333 39.475 12.2 38.425C9.76667 37.375 7.65 35.9417 5.85 34.125C4.05 32.3083 2.625 30.1833 1.575 27.75C0.525 25.3167 0 22.7333 0 20C0 17.2333 0.525 14.6333 1.575 12.2C2.625 9.76667 4.05 7.65 5.85 5.85C7.65 4.05 9.76667 2.625 12.2 1.575C14.6333 0.524998 17.2333 0 20 0C22.7333 0 25.3167 0.524998 27.75 1.575C30.1833 2.625 32.3083 4.05 34.125 5.85C35.9417 7.65 37.375 9.76667 38.425 12.2C39.475 14.6333 40 17.2333 40 20ZM37 20C37 15.2667 35.3417 11.25 32.025 7.95C28.7083 4.65 24.7 3 20 3C15.2667 3 11.25 4.65 7.95 7.95C4.65 11.25 3 15.2667 3 20C3 24.7 4.65 28.7083 7.95 32.025C11.25 35.3417 15.2667 37 20 37C24.7 37 28.7083 35.3417 32.025 32.025C35.3417 28.7083 37 24.7 37 20Z%27 fill=%27%232D384A%27/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -50px;
  color: transparent;
  opacity: 0.5;
}
@media (max-width: 1570px) {
  .slick-next {
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .slick-next {
    right: -30px;
  }
}
@media (max-width: 992px) {
  .slick-next {
    width: 35px;
    height: 35px;
  }
}

.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
  cursor: pointer;
}

.custom-button {
  background: #c17465;
  border-radius: 5px;
  color: #fff;
}

.row-rewerse {
  flex-direction: row-reverse;
}

.opacity0 {
  opacity: 0;
}

.catalog__active {
  margin-top: 11px !important;
}

::-webkit-scrollbar {
  width: 0px;
  background: rgba(255, 255, 255, 0);
}

.sectionTitle {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #555555;
}
@media (max-width: 768px) {
  .sectionTitle {
    font-size: 24px;
    line-height: 28px;
  }
}

.btn__next {
  width: 13px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
}

.close {
  width: max-content;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L19 19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 19L19 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.close > svg {
  display: none;
}
@media (max-width: 1570px) {
  .close svg {
    width: 20px;
    height: 20px;
  }
}

.common-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  background-color: #2d384a;
  color: #fff;
  padding: 15px;
  width: 100%;
  text-align: center;
  border: 2px solid #2d384a;
  transition: all 0.2s ease;
}
.common-link:hover {
  background: #fff;
  color: #2d384a;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .common-link {
    padding: 10px;
  }
}
.viewMore {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #2d384a;
  padding: 16px 35px;
  border: 2px solid #2d384a;
  text-transform: uppercase;
  margin: 50px auto 0;
  display: block;
  font-family: var(--new1-font);
  letter-spacing: 0.4px;
  transition: all 0.2s ease;
}
.viewMore:hover {
  background: #2d384a;
  color: #fff;
  transition: all 0.2s ease;
}
@media (max-width: 992px) {
  .viewMore {
    padding: 12px 20px;
  }
}
@media (max-width: 576px) {
  .viewMore {
    font-size: 11px;
    padding: 9px;
    border-width: 1px;
    margin-top: 25px;
    line-height: normal;
  }
}

.checkbox__color_pink {
  background-color: pink;
}

.checkbox__color_lightblue {
  background-color: lightblue;
}

.fluid-font-size {
  font-size: calc(0.04 * 100vw + -3.2px);
}

.logo {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  width: max-content;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 50;
}
.header__content {
  padding: 44px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1570px) {
  .header__burger svg {
    max-width: 25px;
  }
}
@media (max-width: 992px) {
  .header__burger svg {
    max-width: 20px;
    max-height: 20px;
    margin-bottom: -3px;
  }
  .header__content {
    padding: 15px 0 0;
  }
}
@media (max-width: 768px) {
  .header__burger svg {
    max-width: 15px;
    max-height: 15px;
  }
}
.header__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.logo.header__logo svg {
  width: 100%;
}
@media (max-width: 1570px) {
  .header__logo {
    line-height: 35px;
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .logo.header__logo {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .logo.header__logo {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .header__logo {
    font-size: 20px;
    width: 275px;
  }
}
@media (max-width: 576px) {
  .header__logo {
    font-size: 12px;
  }
  .logo.header__logo {
    width: 200px;
    line-height: normal;
  }
}
@media (max-width: 425px) {
  .logo.header__logo {
    width: 184px;
  }
}
@media (max-width: 375px) {
  .logo.header__logo {
    width: 127px;
  }
}
.header__bar {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
@media (max-width: 1570px) {
  .header__bar {
    column-gap: 40px;
  }
}
@media (max-width: 1200px) {
  .header__bar {
    column-gap: 27px;
  }
}
@media (max-width: 768px) {
  .header__bar {
    column-gap: 19px;
  }
}
@media (max-width: 576px) {
  .header__bar {
    column-gap: 13px;
  }
}
@media (max-width: 1570px) {
  .header__bar svg {
    max-width: 20px;
    max-height: 20px;
  }
}
@media (max-width: 768px) {
  .header__bar svg {
    max-width: 15px;
    max-height: 15px;
    display: block;
  }
}
@media (max-width: 576px) {
  .header__bar svg {
    display: inline;
  }
}
.header__group {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.header__search {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.header__search-icon svg {
  display: block;
}
@media (max-width: 992px) {
  .header__search {
    display: none;
  }
}
.header__search_mobile svg {
  display: none;
  max-width: 20px;
  max-height: 20px;
}
.header__search_mobile svg path {
  fill: none !important;
}
@media (max-width: 992px) {
  .header__search_mobile svg {
    display: block;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .header__search_mobile svg {
    max-width: 15px;
    max-height: 15px;
  }
}
.header__search-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 576px) {
  .header__profile {
    display: none;
  }
}
.header__wishlist {
  position: relative;
}
.header__count {
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  color: #fff;
  width: 23px;
  height: 23px;
  background: #a3b1bf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  top: -10px;
  right: -15px;
  padding: 8px 0px;
}
@media (max-width: 1570px) {
  .header__count {
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 6px 0px;
  }
}
@media (max-width: 768px) {
  .header__count {
    width: 15px;
    height: 15px;
    font-size: 9px;
    top: -10px;
    right: -10px;
    padding: 3px 0;
  }
}
@media (max-width: 576px) {
  .header__count {
    width: 12px;
    height: 12px;
    font-size: 6px;
    top: -6px;
    right: -6px;
    padding: 2px 0;
  }
}
.header__cart {
  position: relative;
}
.header__lang {
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1570px) {
  .header__lang {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header__lang {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .header__lang {
    font-size: 12px;
  }
}

.burger__block {
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 5;
  transition: 0.5s;
  overflow: auto;
  height: 100vh;
}
@media (max-width: 1570px) {
  .burger__block {
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  .burger__block {
    max-width: 400px;
  }
}
.burger__block.open {
  left: 0;
  transition: 0.5s;
}
.burger__block-header {
  background: #2d384a0d;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 37px 50px;
}
@media (max-width: 992px) {
  .burger__block-header {
    padding: 30px;
  }
  .burger__block-header .close {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  .burger__block-header {
    padding: 20px;
  }
}
.burger__block-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 15px;
  color: #2d384a;
  cursor: default;
}
@media (max-width: 1570px) {
  .burger__block-title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .burger__block-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .burger__block-title {
    font-size: 15px;
  }
  .burger__block .close {
    width: 15px;
    height: 15px;
  }
}
.burger__block-body {
  padding: 50px;
  padding-top: 45px;
}
@media (max-width: 992px) {
  .burger__block-body {
    padding: 20px;
  }
}
.burger__block-categories {
  max-width: 650px;
  /* overflow-x: auto; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-bottom: 5px;
}

.burger__block-categories::-webkit-scrollbar {
  height: 8px; /* Визначте висоту скролбару */
}

.burger__block-categories::-webkit-scrollbar-thumb {
  background-color: #a3b1bf4d; /* Колір внутрішнього наповнювача скролбару */
  border-radius: 4px; /* Радіус кутів внутрішнього наповнювача */
}

.burger__block-categories::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Колір фону скролбару */
}

@media (max-width: 992px) {
  .burger__block-categories {
    column-gap: 15px;
  }
}
@media (max-width: 768px) {
  .burger__block-categories {
    max-width: 355px;
    column-gap: 5px;
  }
}
.burger__block-categories__item {
  /* width: 100%; */
  min-width: 203px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-wrap: nowrap;

  padding: 20px 16px;

  background: #a3b1bf4d;

  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #2d384a;

  transition: all 0.2s linear;
}

.burger__block-categories__item:hover {
  background: #2d384a;
  color: #ffffff;

  transition: all 0.2s linear;
}

@media (max-width: 1570px) {
  .burger__block-categories__item {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .burger__block-categories__item {
    font-size: 12px;
    padding: 8px;
  }
}
.burger__block-categories__item.active {
  background: #2d384a;
  color: #fff;
}
.burger__block-content {
  margin-top: 65px;
}
@media (max-width: 992px) {
  .burger__block-content {
    margin-top: 30px;
  }
}

.burger__category-list {
  display: grid;
  row-gap: 40px;
  column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.burger__category-list__common img {
  display: block;
}
@media (max-width: 992px) {
  .burger__category-list {
    column-gap: 10px;
    row-gap: 25px;
  }
}
.burger__category-list__common {
  grid-template-columns: 1fr;
}
.burger__category-item:hover {
  filter: brightness(0.8);
}
.burger__category-text {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  margin: 20px auto 0;
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  .burger__category-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .burger__category-text {
    font-size: 15px;
    margin: 10px auto 0;
  }
}

.burger__block-footer {
  background-color: #2d384a0d;
  display: grid;
  row-gap: 30px;
  padding: 37px 50px;

  padding-bottom: 75px !important;
}
@media (max-width: 992px) {
  .burger__block-footer {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .burger__block-footer {
    padding: 20px;
    row-gap: 25px;
  }
}

.burger__block-footer__item {
  width: max-content;
}

.burger__block-footer__link {
  color: rgba(45, 56, 74, 0.5);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;

  transition: all 0.2s linear;
}

.burger__block-footer__link:hover {
  transition: all 0.2s linear;

  color: #2d384a;
}

@media (max-width: 1570px) {
  .burger__block-footer__link {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .burger__block-footer__link {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .burger__block-footer__link {
    font-size: 15px;
  }
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 30px 80px;
  display: none;
  opacity: 0;
  transition: 0.5s;
  z-index: 5;
}
@media (max-width: 576px) {
  .search-popup {
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .search-popup {
    padding: 20px 10px;
  }
}

.search-popup.open {
  display: block;
  opacity: 1;
}
.search-popup__header {
  display: flex;
  justify-content: flex-end;
}
.search-popup__header .close {
  background-image: none;
}
.search-popup__header .close svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .search-popup__header .close {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  .search-popup__header {
    width: fit-content;
    position: absolute;
    right: 11px;
    top: 40px;
  }
  .search-popup__header .close {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
}
@media (max-width: 375px) {
  .search-popup__header .close {
    width: 12px;
    height: 12px;
    margin: 0;
  }
}
.search-popup__input {
  margin-top: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ececec;
}
@media (max-width: 1570px) {
  .search-popup__input {
    margin-top: 10px;
  }
}
.search-popup__input input {
  width: 100%;
  padding: 8px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  font-family: var(--new1-font);
}
@media (max-width: 576px) {
  .search-popup__input input {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
  }
}
@media (max-width: 375px) {
  .search-popup__input input {
    font-size: 10px;
    line-height: 16px;
    padding: 8px 15px;
    padding-left: 9px;
  }
}
.search-popup__input input::placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(45, 56, 74, 0.27);
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 576px) {
  .search-popup__input input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .search-popup__input input::placeholder {
    font-size: 10px;
  }
}
.search-popup__input::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2729%27 viewBox=%270 0 28 29%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.3593 25.7185C20.1851 25.7185 25.7185 20.1851 25.7185 13.3593C25.7185 6.53343 20.1851 1 13.3593 1C6.53343 1 1 6.53343 1 13.3593C1 20.1851 6.53343 25.7185 13.3593 25.7185Z%27 stroke=%27%232D384A%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M21.9553 22.5972L26.8008 27.4302%27 stroke=%27%232D384A%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  width: 26px;
  min-width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 576px) {
  .search-popup__input::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
@media (max-width: 375px) {
  .search-popup__input::before {
    width: 11px;
    height: 12px;
    min-width: 12px;
  }
}
.search-popup__sale {
  margin-top: 43px;
}
@media (max-width: 1570px) {
  .search-popup__sale {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .search-popup__sale {
    margin-top: 11px;
  }
}
.search-popup__sale-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #a3b1bf;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 576px) {
  .search-popup__sale-title {
    font-size: 14px;
  }
}

.search-popup__sale-list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px 35px;
  flex-wrap: wrap;
}
@media (max-width: 1570px) {
  .search-popup__sale-list {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .search-popup__sale-list {
    column-gap: 25px;
  }
}
@media (max-width: 576px) {
  .search-popup__sale-list {
    margin-top: 15px;
    gap: 10px 15px;
  }
}

.search-popup__sale-item {
  width: fit-content;
  max-width: 436px;
  padding: 11px 15px;
  border: 2px solid #a3b1bf;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 992px) {
  .search-popup__sale-item {
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .search-popup__sale-item {
    padding: 7px 10px;
    max-width: 220px;
  }
}
@media (max-width: 375px) {
  .search-popup__sale-item {
    padding: 5px;
    max-width: 82px;
    border-width: 1px;
  }
}
.search-popup__sale-item:hover {
  border-color: #2d384a;
}
.search-popup__sale-item:hover .search-popup__sale-link {
  color: #2d384a;
}
.search-popup__sale-link {
  color: #a3b1bf;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 576px) {
  .search-popup__sale-link {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .search-popup__sale-title {
    font-size: 10px;
  }
  .search-popup__sale-link {
    font-size: 10px;
  }
}

.search-popup__result {
  margin-top: 50px;
}

.reg,
.signIn {
  background-color: #fff;
  max-width: 446px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: max-content;
  display: none;
  z-index: 5;
}
.reg.open,
.signIn.open {
  display: block;
}
.reg__header,
.signIn__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px;
  border-bottom: 2px solid #a3b1bf33;
}
@media (max-width: 768px) {
  .reg__header,
  .signIn__header {
    padding: 20px;
  }
}
.reg .close,
.signIn .close {
  width: 18px;
  height: 18px;
}
.reg__title,
.signIn__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 16px;
  color: #2d384a;
}
.reg__body,
.signIn__body {
  padding: 30px 30px 0;
}
@media (max-width: 768px) {
  .reg .close,
  .signIn .close {
    width: 12px;
    height: 12px;
  }
  .reg__body,
  .signIn__body {
    padding: 20px;
  }
  .reg__title,
  .signIn__title {
    font-size: 18px;
  }
}
.reg__form,
.signIn__form {
  display: grid;
  row-gap: 30px;
}
.signIn__form.margin {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .reg__form,
  .signIn__form {
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .reg,
  .signIn {
    max-width: calc(100% - 40px);
  }
}
.reg .alert.alert-danger {
  margin-top: -20px;
}
.reg .alert.alert-success {
  margin-top: 0px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .reg__form .alert.alert-danger {
    margin-top: -15px;
  }
}
.reg__form input,
.signIn__form input {
  border-radius: 3px;
  border: 2px solid #eaeaea;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--new1-font);
}
.reg__form input::placeholder,
.signIn__form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #d0d0d0;
  font-family: var(--new1-font);
}
.reg__submit,
.signIn__submit {
  padding: 17px 12px;

  background-color: #a3b1bf;
  border: 2px solid #a3b1bf;

  font-family: var(--new1-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  cursor: pointer;

  transition: all 0.2s linear;
}

.signIn__submit:hover,
.reg__submit:hover {
  background-color: #ffffff;
  color: #a3b1bf;

  transition: all 0.2s linear;
}

.reg__reg,
.signIn__reg {
  padding: 15px 12px;
  margin-top: -10px;

  border: 2px solid #a3b1bf;

  font-family: var(--new1-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #a3b1bf;

  transition: all 0.2s linear;
}

.reg__reg:hover,
.signIn__reg:hover {
  background-color: #a3b1bf;
  color: #ffffff;

  transition: all 0.2s linear;
}

.reg__forgot,
.signIn__forgot {
  width: max-content;
  margin: 20px auto 0;

  border-bottom: 1px solid #2d384a;

  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #2d384a;
  text-align: center;
  cursor: pointer;

  transition: all 0.2s linear;
}

.reg__forgot:hover,
.signIn__forgot:hover {
  font-weight: 600;
  transition: all 0.2s linear;
}
.reg__quik-entry,
.signIn__quik-entry {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #d1d8df;
  margin: 20px auto 0;
  text-align: center;
  background: #fff;
  z-index: 5;
  position: relative;
  width: max-content;
  padding: 0 7px;
}
.reg__footer,
.signIn__footer {
  border-top: 1px solid #a3b1bf80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  margin-top: -10px;
  column-gap: 50px;
}
@media (max-width: 768px) {
  .reg__footer,
  .signIn__footer {
    margin-top: -30px;
    justify-content: space-around;
    column-gap: 0;
  }
  .reg__form input,
  .signIn__form input {
    font-size: 12px;
    line-height: 18px;
  }
  .reg__form input::placeholder,
  .signIn__form input::placeholder {
    font-size: 11px;
    line-height: 18px;
  }
  .reg__submit,
  .signIn__submit {
    font-size: 12px;
  }
  .reg__reg,
  .signIn__reg {
    font-size: 12px;
  }
  .reg__forgot,
  .signIn__forgot {
    font-size: 12px;
  }
  .reg__quik-entry,
  .signIn__quik-entry {
    font-size: 12px;
  }
}
.reg__footer-group a,
.signIn__footer-group a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
.reg__footer-group a svg,
.reg__footer-group a img,
.signIn__footer-group a svg,
.signIn__footer-group a img {
  width: 79px;
  height: 79px;

  transition: all 0.2s linear;
}

.reg__footer-group a:hover svg,
.signIn__footer-group a:hover svg,
.reg__footer-group a:hover img,
.signIn__footer-group a:hover img {
  transform: scale(1.03);
  transition: all 0.2s linear;
}

/* .reg__footer-group a:hover svg circle,
  .signIn__footer-group a:hover svg circle {
    fill: #fff;
    stroke: #A3B1BF;
    stroke-width: 2px;
    transition: all .2s linear;
  }

  .reg__footer-group a:hover svg path,
  .signIn__footer-group a:hover svg path {
    fill: #A3B1BF;
    transition: all .2s linear;
  } */
@media (max-width: 768px) {
  .reg__footer-group a img,
  .signIn__footer-group a img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .reg__footer-group a svg,
  .signIn__footer-group a svg {
    width: 50px;
    height: 50px;
  }
}
.reg__footer-group a span,
.signIn__footer-group a span {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #737373;
  text-align: center;
}

.reg__checkbox-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.reg__checkbox-wrapper span {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #575757;
  text-transform: lowercase;
  cursor: pointer;
}

.reg__checkbox-wrapper_bot {
  margin-top: -15px;
}

.reg__agree {
  margin-top: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #575757;
  padding: 0 40px 25px;
}
.reg__agree a {
  color: #2d384a;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;

  transition: all 0.2s linear;
}

.reg__agree a:hover {
  text-decoration: underline;
  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  .reg__agree {
    margin-top: 0;
  }
}
.custom-checkbox-reg {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox-reg + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.custom-checkbox-reg + label::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1.5px solid #eaeaea;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox-reg:checked + label::before {
  border-color: #eaeaea;
  background-color: #a3b1bf;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e");
}

.langCur {
  background-color: #fff;
  padding: 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 460px;
  height: max-content;
  display: none;
  z-index: 5;
}
@media (max-width: 768px) {
  .langCur {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .langCur {
    max-width: calc(100% - 40px);
  }
}
.langCur.open {
  display: block;
}
.langCur .close {
  width: 18px;
  height: 18px;
}
.langCur__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.langCur__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: #2d384a;
  text-transform: uppercase;
}
.langCur__form {
  margin-top: 50px;
  display: grid;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .langCur__title {
    font-size: 13px;
  }
  .langCur__form {
    row-gap: 20px;
    margin-top: 30px;
  }
  .langCur .close {
    width: 12px;
    height: 12px;
  }
}
.langCur__form-select__wrap {
  position: relative;
}
.langCur__form-select__wrap::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2715%27 viewBox=%270 0 24 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 14.15L0 2.15L2.15 0L12 9.9L21.85 0.05L24 2.2L12 14.15Z%27 fill=%27%23808080%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 0;
}
.langCur__form select {
  border: 1px solid #e4e4e4;
  padding: 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  color: #b7b7b7;
  border-radius: 3px;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  font-family: var(--new1-font);
}
.langCur__submit {
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #fff;
  padding: 15px;
  width: 100%;
  background: #2d384a;
  font-family: var(--new1-font);
  border: 2px solid #2d384a;
  transition: all 0.2s ease;
}
.langCur__submit:hover {
  background: #fff;
  color: #2d384a;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .langCur__form select {
    font-size: 12px;
  }
  .langCur__form-select__wrap::after {
    width: 20px;
    height: 12px;
  }
  .langCur__submit {
    font-size: 12px;
  }
}
.cart {
  display: flex;
  width: auto;
  max-width: 822px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  transition: 0.5s;

  transform: translateX(100%);
}
@media (max-width: 991px) {
  .cart {
    max-width: 733px;
  }
}

@media (max-width: 768px) {
  .cart {
    width: 100%;
    flex-direction: column;
    max-width: 334px;
  }
}
.cart.open {
  transform: translateX(0);
  transition: 0.5s;
}
.cart .close {
  position: absolute;
  right: 20px;
  top: 23px;
  width: 18px;
  height: 18px;
}
.cart__left {
  background: #eef2f4;
  padding: 0px 7px 20px 44px;
  overflow-y: auto;
  min-width: 395px;
}
.cart__left::-webkit-scrollbar {
  width: 14px;
  background: none;
  border-radius: 50px;
}
.cart__left::-webkit-scrollbar-thumb {
  background: #0000001a;
  border-radius: 50px;
}
.cart__left::-webkit-scrollbar-track {
  margin-top: 90px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cart__left {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .cart__left {
    display: none;
    position: absolute;
    padding: 15px 0 5px 15px;
    min-width: 1px;
    overflow-y: hidden;
    min-height: 275px;
  }
}
.cart__title-left {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: #2d384a;
  position: fixed;
  z-index: 11;
  background: #eef2f4;
  padding-top: 20px;
  padding-bottom: 35px;
  width: 350px;
}
@media (max-width: 992px) {
  .cart__title-left {
    text-align: left;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .cart__title-left {
    font-size: 14px;
    position: static;
    padding: 0;
    width: fit-content;
  }
}
.cart__left-list {
  display: grid;
  row-gap: 35px;
  padding-right: 23px;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .cart__left-list {
    margin-top: 15px;
    display: flex;
    padding-right: 0;
    padding-top: 0;
    height: max-content;
  }
}
.cart__left-list .slick-list {
  padding: 0 10% 0 0;
}
.cart__left-list::-webkit-scrollbar {
  width: 14px;
  background: none;
  border-radius: 50px;
}
.cart__left-list::-webkit-scrollbar-thumb {
  background: #0000001a;
  border-radius: 50px;
}
.fantom__wrap {
  display: none;
}
.cart__left-item:hover .fantom__wrap {
  display: block;
}
.cart__left-item {
  max-width: 335px;
}
@media (max-width: 768px) {
  .cart__left-item {
    margin-right: 10px;
  }
}
.cart__right {
  width: 100%;
  max-width: 409px;
  background-color: #fff;
  margin-left: -1px;
  position: relative;
  height: 100%;
  left: 1px;
}
@media (max-width: 768px) {
  .cart__right {
    margin-top: -1px;
    margin-left: 0;
    padding-bottom: 160px;
  }
}
.cart__header {
  padding: 19px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #a3b1bf33;
}
@media (max-width: 768px) {
  .cart__header {
    padding: 15px;
    border-bottom: none;
  }
}
.cart__title {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: #2d384a;
}
@media (max-width: 992px) {
  .cart__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cart__title {
    font-size: 14px;
  }
}
.cart__footer {
  padding: 23px 30px 30px;
  display: grid;
  row-gap: 18px;
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.cart__footer .total-value {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -30px;
  padding: 0 30px;
  padding-bottom: 23px;

  border-bottom: 3px solid #a3b1bf33;
}

@media (max-width: 768px) {
  .cart__footer {
    padding: 16px 15px 35px;
    max-width: 334px;
    width: 100%;
    position: fixed;
    z-index: 1;
    row-gap: 16px;
  }
}
.cart__promo {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.cart__promo input {
  border: 2px solid #f5f4f4;
  padding: 14px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  font-family: var(--new1-font);
}

.cart__promo input.disabled {
  pointer-events: none;
}

.cart__promo input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #d0d0d0;
  font-family: var(--new1-font);
}

.cart__promo button.remove-button {
  max-width: 50px;

  width: 100%;
  height: 49px;
  padding: 7px;
}

.cart__promo button.remove-button:hover svg path {
  stroke: #2d384a;
}

@media (max-width: 768px) {
  .cart__promo input {
    font-size: 14px;
    padding: 9px 15px;
    line-height: 18px;
  }
  .cart__promo input::placeholder {
    font-size: 14px;
  }

  .cart__promo button.remove-button {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 39px;
  }

  .cart__promo button.remove-button svg {
    width: 22px;
    height: 22px;
  }
}
.cart__promo button {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  padding: 15px;
  width: max-content;
  background-color: #2d384a;
  font-family: var(--new1-font);
  text-transform: uppercase;
  border: 2px solid #2d384a;
  transition: all 0.2s ease;
}
.cart__promo button:hover {
  background: #fff;
  color: #2d384a;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .cart__promo button {
    font-size: 14px;
    padding: 10px;
  }
}

.cartModal {
  max-width: 396px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  display: none;
  z-index: 10;

  background: #fff;
}
.cartModal__label {
  padding: 6px 16px;

  background: #fff;

  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;

  position: absolute;
  top: 30px;
  left: 0;
  z-index: 5;
}

@media (max-width: 1446px) {
  .cartModal__label {
    padding: 3px 10px;

    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .cartModal__label {
    padding: 2px 3px;
    font-size: 10px;
    line-height: normal;
    top: 8px;
  }
}
.cartModal__img {
  touch-action: none;
  position: relative;
}
.cartModal__footer {
  position: absolute;
  bottom: 0;
  max-width: 396px;
  width: 100%;
}

.cartModal__footer-wrapper {
  position: relative;
  bottom: 0;
}
.looks__wish svg {
  display: none;
}

.looks__wish,
.cartModal__wish {
  text-align: right;
  margin: 0 15px 20px;
  position: absolute;
  top: -60px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='white'%3E%3C/circle%3E%3Cpath d='M25 36L24.2487 35.3159C22.018 33.3089 20.1774 31.5854 18.7269 30.1454C17.2765 28.7053 16.1256 27.437 15.2744 26.3406C14.4231 25.2442 13.8312 24.257 13.4987 23.379C13.1662 22.501 13 21.629 13 20.7631C13 19.1346 13.5611 17.767 14.6833 16.6602C15.8056 15.5534 17.1932 15 18.8462 15C20.0615 15 21.191 15.3206 22.2346 15.9618C23.2782 16.6029 24.2 17.5403 25 18.7739C25.865 17.5084 26.8056 16.563 27.822 15.9378C28.8383 15.3126 29.9489 15 31.1538 15C32.8068 15 34.1944 15.5534 35.3167 16.6602C36.4389 17.767 37 19.1346 37 20.7631C37 21.629 36.8338 22.501 36.5013 23.379C36.1688 24.257 35.5779 25.2424 34.7286 26.3352C33.8793 27.428 32.7284 28.6962 31.276 30.1399C29.8236 31.5836 27.982 33.3089 25.7513 35.3159L25 36ZM25 34.6444C27.1823 32.6848 28.9781 31.006 30.3875 29.6082C31.7968 28.2105 32.9166 26.9889 33.7469 25.9435C34.5772 24.8981 35.156 23.9712 35.4833 23.1629C35.8107 22.3546 35.9744 21.5562 35.9744 20.7678C35.9744 19.4049 35.5162 18.2711 34.6 17.3666C33.6838 16.462 32.5375 16.0097 31.1613 16.0097C30.0334 16.0097 29.0036 16.3333 28.0719 16.9803C27.1402 17.6274 26.2633 18.6334 25.441 19.9982H24.5513C23.7171 18.6384 22.8343 17.6337 21.9029 16.9841C20.9716 16.3345 19.9501 16.0097 18.8387 16.0097C17.4796 16.0097 16.3376 16.462 15.4128 17.3666C14.488 18.2711 14.0256 19.4095 14.0256 20.7818C14.0256 21.5654 14.1907 22.3619 14.5208 23.1712C14.8509 23.9804 15.4252 24.9077 16.2438 25.9529C17.0625 26.9981 18.1838 28.2175 19.6077 29.6109C21.0316 31.0043 22.8291 32.6822 25 34.6444Z' fill='%232D384A'%3E%3C/path%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.productsList__options-icon-wishlist svg {
  display: none;
}
.productsList__options-icon-wishlist {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.5' cy='20.5' r='20' stroke='%23A3B1BF'/%3E%3Cpath d='M20.4319 29.0732L20.5 29.1366L20.5681 29.0732L21.1625 28.5198C21.1625 28.5197 21.1626 28.5197 21.1627 28.5196C22.9293 26.8944 24.3885 25.4965 25.5398 24.3262C26.6913 23.1558 27.6056 22.1258 28.2814 21.2366C28.9572 20.3474 29.4311 19.541 29.699 18.8177C29.966 18.0968 30.1 17.3791 30.1 16.6653C30.1 15.322 29.6463 14.1892 28.7384 13.2735L28.6674 13.344L28.7384 13.2735C27.8304 12.3579 26.706 11.9 25.3718 11.9C24.3991 11.9 23.5014 12.1583 22.6808 12.6745C21.8949 13.1689 21.1691 13.9034 20.5021 14.8738C19.8815 13.9277 19.1692 13.1998 18.3639 12.6939C17.5221 12.165 16.6095 11.9 15.6282 11.9C14.294 11.9 13.1696 12.3579 12.2616 13.2735L12.2616 13.2735C11.3537 14.1892 10.9 15.322 10.9 16.6653C10.9 17.3791 11.034 18.0968 11.301 18.8177L11.3948 18.783L11.301 18.8177C11.5689 19.541 12.0435 20.3489 12.7209 21.241C13.3983 22.1331 14.3126 23.1631 15.4626 24.3307C16.6124 25.498 18.0707 26.8944 19.8373 28.5196C19.8374 28.5197 19.8374 28.5197 19.8375 28.5198L20.4319 29.0732ZM20.8492 16.1462H20.9063L20.9353 16.0969C21.5819 14.9995 22.2675 14.1977 22.9898 13.6847C23.7108 13.1727 24.5059 12.9174 25.3777 12.9174C26.4422 12.9174 27.3235 13.274 28.029 13.9862C28.7344 14.6983 29.088 15.5901 29.088 16.6692C29.088 17.2936 28.9613 17.9274 28.7063 18.5713C28.452 19.2135 27.9998 19.9554 27.3457 20.7977C26.6916 21.6397 25.808 22.6256 24.6939 23.7555C23.5943 24.8706 22.1965 26.2076 20.5002 27.7666C18.8124 26.2056 17.413 24.8691 16.3018 23.7572C15.1763 22.6309 14.2919 21.6472 13.6474 20.8058C13.0024 19.9636 12.5535 19.2212 12.2968 18.5777C12.0397 17.933 11.912 17.3008 11.912 16.6805C11.912 15.594 12.269 14.6985 12.9809 13.9865L12.9809 13.9865C13.6934 13.2738 14.5717 12.9174 15.6223 12.9174C16.4807 12.9174 17.2692 13.1735 17.9901 13.6876C18.7126 14.2029 19.4029 15.0041 20.059 16.0976L20.0881 16.1462H20.1448H20.8492Z' fill='%23A3B1BF' stroke='%23A3B1BF' stroke-width='0.2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.productsList__options-icon-wishlist.active {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.5' cy='20.5' r='20' stroke='%232D384A'/%3E%3Cpath d='M20.5 29L19.9052 28.4462C18.1392 26.8215 16.6821 25.4263 15.5338 24.2605C14.3856 23.0947 13.4745 22.0681 12.8005 21.1805C12.1266 20.2929 11.658 19.4938 11.3948 18.783C11.1316 18.0723 11 17.3664 11 16.6653C11 15.3471 11.4442 14.2399 12.3326 13.344C13.2211 12.448 14.3196 12 15.6282 12C16.5904 12 17.4846 12.2595 18.3107 12.7786C19.1369 13.2976 19.8667 14.0565 20.5 15.0551C21.1848 14.0306 21.9294 13.2653 22.7341 12.7592C23.5387 12.2531 24.4179 12 25.3718 12C26.6804 12 27.7789 12.448 28.6674 13.344C29.5558 14.2399 30 15.3471 30 16.6653C30 17.3664 29.8684 18.0723 29.6052 18.783C29.342 19.4938 28.8742 20.2915 28.2018 21.1761C27.5294 22.0607 26.6183 23.0874 25.4685 24.2561C24.3187 25.4248 22.8608 26.8215 21.0948 28.4462L20.5 29ZM20.5 27.9026C22.2276 26.3162 23.6493 24.9573 24.7651 23.8257C25.8808 22.6942 26.7673 21.7053 27.4246 20.859C28.0819 20.0127 28.5401 19.2624 28.7993 18.6081C29.0585 17.9537 29.188 17.3074 29.188 16.6692C29.188 15.5658 28.8254 14.648 28.1 13.9158C27.3746 13.1835 26.4672 12.8174 25.3777 12.8174C24.4848 12.8174 23.6696 13.0793 22.9319 13.6031C22.1943 14.127 21.5001 14.9413 20.8492 16.0462H20.1448C19.4844 14.9454 18.7855 14.1321 18.0482 13.6062C17.3108 13.0803 16.5022 12.8174 15.6223 12.8174C14.5463 12.8174 13.6423 13.1835 12.9102 13.9158C12.178 14.648 11.812 15.5696 11.812 16.6805C11.812 17.3149 11.9426 17.9596 12.2039 18.6148C12.4653 19.2699 12.92 20.0205 13.568 20.8666C14.2161 21.7128 15.1038 22.6999 16.2311 23.8279C17.3584 24.9559 18.7813 26.3141 20.5 27.9026Z' fill='%232D384A'/%3E%3Cpath d='M20.8754 16.2572C20.906 15.9408 21.4105 15.5871 21.628 15.4279C21.6811 15.3891 22.1911 15.0207 21.9942 15.1952C21.7346 15.4255 21.5058 15.662 21.2878 15.9351C21.147 16.1113 20.65 16.568 20.8062 16.4064C21.0219 16.1832 21.2231 15.9611 21.4233 15.7203C21.5397 15.5803 21.6614 15.446 21.7866 15.3146C21.8553 15.2425 22.0921 15.0998 21.9942 15.0998C21.8517 15.0998 21.4965 15.5157 21.3974 15.6129C21.3505 15.6587 20.9544 16.1187 21.2099 15.8993C21.4949 15.6545 21.7209 15.3468 21.9308 15.0342C22.1262 14.7431 21.9753 14.8827 21.8097 15.0342C21.6457 15.1841 21.2699 15.7306 21.3512 15.5204C21.4241 15.332 21.6798 15.1319 21.8097 14.9805C21.937 14.832 22.105 14.6701 22.2739 14.5718C22.4354 14.4778 22.2044 14.5784 22.1615 14.6046C22.021 14.6904 21.9096 14.8115 21.7953 14.9297C21.5131 15.2216 22.4099 14.4013 22.6921 14.1094C22.8879 13.9068 23.0698 13.8185 23.3149 13.6918C23.5627 13.5636 23.7991 13.4035 24.0415 13.292C24.2584 13.1923 24.5109 13.279 24.7163 13.1846C24.9476 13.0783 25.1645 13.0892 25.417 13.0892C25.6427 13.0892 25.9731 12.9345 26.1955 13.0623C26.646 13.3212 27.2005 13.4981 27.5969 13.817C27.858 14.0271 28.0136 14.2672 28.1419 14.5658C28.2032 14.7085 28.5416 15.0651 28.5023 15.2072C28.4716 15.3186 28.0088 14.8483 27.9631 14.7537C27.9018 14.6269 27.9343 14.4375 27.9343 14.2973C27.9343 14.1602 28.4445 14.4184 28.5514 14.4614C28.7326 14.5343 28.7168 14.7579 28.8426 14.888C29.0423 15.0946 28.8535 14.8992 28.7647 14.8074C28.6795 14.7192 28.6869 14.6972 28.7388 14.8164C28.8261 15.0171 28.8961 15.2338 28.9723 15.4399C29.0546 15.6621 29.0476 15.9391 28.9839 16.1618C28.9331 16.3391 29.0539 16.8254 28.8282 16.4302C28.7246 16.2489 28.7054 16.0592 28.7157 15.8515C28.7244 15.6764 28.7458 15.1851 28.8282 15.3384C28.9436 15.5535 28.9542 15.8876 28.9983 16.126C29.055 16.4321 29.1029 16.7505 29.0646 17.0627C29.055 17.1409 28.8568 17.7648 28.8685 17.5459C28.8704 17.5115 28.9204 17.4099 28.9204 17.4206C28.9204 17.697 28.8587 17.9869 28.8051 18.2559C28.754 18.5126 28.6975 18.8415 28.5571 19.0673C28.487 19.1801 28.5306 18.8041 28.5369 18.7809C28.62 18.4754 29.0377 17.6234 28.8887 17.9009C28.6028 18.4333 28.5506 19.0841 28.2745 19.6281C28.2585 19.6598 28.0721 19.9852 28.1419 19.9086C28.2172 19.8257 28.2605 19.7217 28.2976 19.6162C28.4316 19.2351 27.8464 20.2801 27.6027 20.5977C27.4562 20.7884 27.3288 20.9874 27.1817 21.1734C26.8516 21.5907 26.4729 21.9622 26.1436 22.3816C25.9227 22.6628 25.6721 22.9325 25.4199 23.184C25.139 23.464 24.8859 23.7602 24.6125 24.0431C24.4262 24.2359 24.2281 24.411 24.0415 24.604C23.8024 24.8514 23.4903 25.5171 23.1188 25.5466C22.8131 25.571 22.534 25.9893 22.3287 26.191C22.1778 26.3393 22.0439 26.4962 21.8731 26.6205C21.5766 26.8364 21.3875 27.1793 21.135 27.426C20.9487 27.608 20.7073 27.6428 20.5236 27.8138C20.3664 27.9602 20.0802 27.3724 20.0335 27.2649C19.9562 27.0874 19.9056 26.8597 19.6817 26.8353C19.5277 26.8186 19.3851 26.5626 19.2664 26.4714C18.9857 26.2557 18.7806 26.1576 18.6436 25.8032C18.526 25.499 18.3577 25.2226 18.2803 24.9023' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M14.1801 13.5198C13.8292 13.5198 13.4223 13.8595 13.1824 14.0985C12.946 14.334 12.5494 14.5234 12.4154 14.8353C12.1555 15.4404 11.8964 16.0625 11.8964 16.7296C11.8964 17.0885 11.9816 17.4327 12.1155 17.7618C12.1723 17.9013 12.1811 18.0527 12.2482 18.1913C12.3125 18.3245 12.4277 18.4641 12.4644 18.597C12.5415 18.8762 12.6209 19.1529 12.7383 19.4263C12.8711 19.7354 13.286 19.9488 13.3525 20.2586C13.419 20.568 13.755 20.7095 13.8197 21.0104C13.8565 21.1819 14.0397 21.3793 14.2032 21.4101C14.4 21.4471 14.4817 21.5794 14.6069 21.7233C14.8177 21.9657 14.9257 22.2857 15.1951 22.4631C15.4972 22.662 15.8502 22.926 16.1005 23.1851C16.3675 23.4612 16.5998 23.769 16.8906 24.0323C17.0405 24.1679 16.7028 23.5761 16.5042 23.5609C16.3629 23.5501 16.2515 23.4429 16.1524 23.3461C15.9876 23.1851 15.78 23.0683 15.5873 22.9464C15.3465 22.7942 15.287 22.7012 15.5844 22.9166C15.9471 23.1793 16.2596 23.4029 16.5273 23.7757C16.6425 23.9361 16.7489 24.1011 16.8675 24.259C16.9739 24.4004 17.1251 24.43 17.2424 24.5513C17.3691 24.6824 17.435 24.8687 17.5654 24.9988C17.7293 25.1624 17.9733 25.2571 18.1507 25.4134C18.5718 25.7845 19.002 26.0894 19.3416 26.541C19.4507 26.6862 19.9047 26.9891 19.7568 26.8871C19.4586 26.6814 20.3795 25.6176 20.4604 25.482C20.7166 25.0528 20.9484 24.6035 21.187 24.1635C21.2193 24.104 21.5083 23.5189 21.5907 23.5311C21.6758 23.5437 21.5184 23.6927 21.4754 23.7697C21.322 24.0444 21.1919 24.3307 21.0602 24.6169C20.878 25.013 20.6887 25.408 20.5469 25.8221C20.5443 25.8299 20.3628 26.4327 20.4373 26.4217C20.5715 26.4019 20.7628 25.934 20.8295 25.837C21.001 25.5875 21.4293 25.0926 21.4293 24.7691C21.4293 24.7516 21.1574 25.1016 21.1524 25.1092C20.9276 25.45 20.7268 25.8067 20.5152 26.1562C20.3606 26.4117 20.1754 26.6577 20.0365 26.9229C19.9904 27.011 20.1727 26.7782 20.224 26.6932C20.5702 26.118 20.8624 25.5087 21.2159 24.9391C21.4718 24.5267 20.9615 25.2725 20.916 25.3329C20.7638 25.5347 20.0855 26.1979 20.1836 26.5023C20.2465 26.6977 20.9425 25.8601 20.9794 25.8162C21.039 25.7453 21.7787 24.9231 21.5677 25.315C21.2839 25.8421 20.8735 26.3111 20.5065 26.7767C20.3094 27.0268 20.8896 26.4168 20.9506 26.3292C21.1115 26.0985 21.2664 25.8619 21.435 25.6372C21.6673 25.3277 21.3366 25.8413 21.3082 25.8877C21.1166 26.2011 20.9342 26.5195 20.7257 26.8215C20.7182 26.8323 20.4086 27.277 20.4864 27.2331C20.8965 27.0017 21.2636 26.3764 21.536 25.9951C21.8942 25.4937 21.2494 26.4264 21.1842 26.5172C21.0098 26.76 20.8287 26.9984 20.6594 27.2451C20.498 27.4801 20.6612 27.3236 20.743 27.2182C21.0563 26.8142 21.3689 26.3928 21.6599 25.9713C21.8704 25.6665 21.2601 26.5964 21.0429 26.896C20.5857 27.5267 21.2481 26.7037 21.3774 26.544C21.9074 25.8893 22.4414 25.206 23.0584 24.6348C23.3932 24.325 22.4866 25.3523 22.1819 25.6938C22.181 25.6948 21.9045 26.0151 21.9339 26.0101C22.0759 25.9856 22.2468 25.7401 22.3376 25.6461C22.764 25.205 23.2272 24.7818 23.6121 24.3007C23.8725 23.9752 23.3002 24.6743 23.2574 24.7243C23.0638 24.9505 22.8573 25.1716 22.6749 25.4075C22.5965 25.5089 22.8931 25.274 22.9835 25.1837C23.5133 24.6542 23.9904 24.0718 24.5233 23.543C24.7068 23.3609 25.0718 22.9332 24.6242 23.3372C24.0642 23.8425 23.4173 24.3561 22.9575 24.963C22.6853 25.3223 23.5452 24.2818 23.8341 23.9368C24.0269 23.7066 24.2195 23.4763 24.4108 23.2447C24.5512 23.0749 24.3718 23.2493 24.3243 23.2865C23.4963 23.9354 22.7792 24.7307 21.9944 25.4343C21.9627 25.4628 21.8427 25.5673 21.8041 25.6193C21.7894 25.639 21.8498 25.6003 21.8676 25.5835C22.2446 25.2248 22.5471 24.7668 22.8768 24.3634C23.215 23.9495 23.5469 23.5315 23.8658 23.1015C23.9001 23.0553 24.2693 22.6378 24.2263 22.5377C24.1876 22.4478 22.5285 24.2058 22.4558 24.2888C22.0798 24.7181 21.7022 25.1455 21.3197 25.5686C21.3078 25.5817 21.7101 25.0977 21.7782 25.0137C22.5303 24.0852 23.3221 23.1857 24.036 22.2245C24.7581 21.2521 20.7223 25.7295 21.5042 24.8079C22.2464 23.9331 22.928 22.9804 23.6207 22.0634C23.8502 21.7597 24.0777 21.4543 24.307 21.1506C24.3695 21.0679 24.1134 21.2259 24.036 21.2938C23.146 22.0733 22.3914 23.0279 21.5388 23.8533C21.4297 23.9589 21.3242 24.094 21.5158 23.907C21.8592 23.5716 22.1481 23.1783 22.4558 22.8092C22.88 22.3003 23.3172 21.8029 23.7476 21.2997C23.7679 21.276 24.172 20.8042 24.2205 20.7449C24.268 20.6868 24.4132 20.5365 24.3416 20.5539C24.0299 20.6298 23.6231 21.1685 23.4131 21.3773C22.7281 22.0585 22.0564 22.757 21.3918 23.4595C21.2761 23.5818 20.9533 23.972 21.0602 23.8413C21.3469 23.4907 21.6069 23.1137 21.8849 22.7555C22.7797 21.6022 23.7247 20.4955 24.6328 19.3547C24.6445 19.3401 24.7862 19.1616 24.8203 19.1071C24.8331 19.0866 24.7752 19.1246 24.7568 19.14C24.3781 19.4577 24.0465 19.8327 23.713 20.199C23.2046 20.7573 22.6864 21.3039 22.1674 21.8516C22.1669 21.8522 21.5326 22.5926 21.8906 22.2185C22.8334 21.2332 23.6626 20.1124 24.5435 19.0684C24.8597 18.6935 25.1692 18.3122 25.4892 17.9407C25.5772 17.8386 25.6859 17.7214 25.5065 17.9109C24.5359 18.9369 23.6321 20.0557 22.848 21.2401C22.6836 21.4883 22.2344 22.2623 22.3924 22.0097C22.6662 21.5719 22.9731 21.1589 23.2834 20.7479C24.1276 19.6293 25.0271 18.5375 26.014 17.55C26.0441 17.5199 26.1821 17.3777 26.2447 17.3382C26.272 17.3209 26.2288 17.4038 26.2101 17.4306C25.9039 17.8722 25.5639 18.2895 25.2499 18.7253C24.4713 19.8062 23.8392 20.9405 23.1767 22.0932C22.8455 22.6695 23.7825 20.9028 24.1628 20.36C24.8039 19.445 25.579 18.582 26.4177 17.8542C26.5743 17.7184 26.1517 18.1753 26.014 18.3315C25.5032 18.9112 25.0273 19.5147 24.5954 20.1602C24.2204 20.7205 23.7829 21.3328 23.5602 21.9829C23.5272 22.0791 23.4716 22.4226 23.6928 22.2901C24.002 22.1049 24.2279 21.6499 24.4195 21.3594C24.8987 20.6327 25.3504 19.8865 25.8353 19.1638C26.0505 18.8431 26.2734 18.5185 26.5388 18.2391C26.6805 18.0899 26.5941 18.2641 26.5446 18.3405C25.8526 19.4094 25.0709 20.4085 24.4108 21.5026C24.1775 21.8892 23.9659 22.2906 23.7245 22.672C23.6056 22.8598 23.6711 22.7065 23.713 22.6063C24.1326 21.6024 24.6735 20.5733 25.3797 19.7545C25.468 19.6521 26.4234 18.6007 26.1121 19.2951C25.6136 20.4072 25.0119 21.48 24.4396 22.5526C24.3535 22.7142 24.1122 23.205 24.1686 23.0299C24.2341 22.8265 24.3914 22.6101 24.4916 22.4273C25.0866 21.3419 25.7306 20.2892 26.6138 19.4263C26.6245 19.4159 26.8724 19.1816 26.8474 19.2115C26.6476 19.45 26.4487 19.689 26.2591 19.9364C25.5433 20.871 24.8175 21.9301 24.4079 23.0538C24.2676 23.4389 24.6313 22.8861 24.6328 22.8838C24.9352 22.437 25.2476 22.0012 25.5758 21.5742C25.9739 21.0561 27.2548 19.5841 26.8935 20.1303C26.3237 20.9919 25.6745 21.8112 25.0567 22.6362C24.9372 22.7958 24.2946 23.7691 24.8405 23.1284C25.4011 22.4703 25.929 21.7813 26.4841 21.1178C26.5371 21.0543 26.6963 20.8639 26.6427 20.9268C26.4016 21.2095 26.1604 21.4922 25.9218 21.777C25.7173 22.0211 25.525 22.2705 25.3624 22.5467C25.3605 22.5499 25.2125 22.8011 25.3393 22.6779C25.5272 22.4954 25.7341 22.317 25.8987 22.1111C25.9496 22.0474 26.0567 21.9172 26.066 21.8307C26.0996 21.517 26.4373 21.2532 26.6311 21.0402C26.8616 20.7869 27.0095 20.4752 27.2107 20.2019C27.3473 20.0165 27.488 19.8352 27.6173 19.6441C27.8123 19.3559 27.4872 19.7999 27.4443 19.8678C27.1833 20.2804 26.9721 20.7225 26.6888 21.1207C26.4586 21.4442 26.5402 21.236 26.7003 21.0372C27.0719 20.576 27.3043 19.9885 27.6865 19.5457C28.035 19.1418 28.3292 18.5756 28.4045 18.0302C28.4636 17.6024 28.5364 17.2539 28.5054 16.837C28.4695 16.3544 28.3217 15.9517 28.168 15.5065C28.0265 15.0966 27.6474 14.8177 27.3895 14.4893C27.126 14.1538 26.6317 13.5958 26.2332 13.478C26.056 13.4256 25.8632 13.4532 25.6911 13.4005C25.4169 13.3164 25.1575 13.1354 24.8722 13.0932C24.6849 13.0655 24.4864 13.1329 24.3272 13.2244C24.2507 13.2684 24.2292 13.2454 24.1715 13.1976C24.0858 13.1267 24.3782 13.1447 24.405 13.1439C24.6 13.1385 24.7773 13.0672 24.976 13.1021C25.1686 13.136 25.362 13.24 25.5469 13.305C25.8895 13.4254 26.1603 13.6759 26.4812 13.842C26.748 13.98 27.0618 14.201 27.3635 14.2178C27.7121 14.2373 27.6015 14.3944 27.7528 14.6205C27.9282 14.8827 27.9727 15.1093 28.0123 15.429C28.0733 15.9206 28.0902 16.4738 28.0902 16.9683C28.0902 17.843 27.854 18.8457 27.3635 19.5606C27.2146 19.7777 27.1387 19.9929 27.0262 20.2258C26.9757 20.3302 26.9259 20.4389 26.9771 20.2497C27.2172 19.3625 27.7744 18.6033 27.9604 17.7051C27.9797 17.6118 28.0388 17.0641 28.0066 17.1383C27.7268 17.7813 27.4459 18.4237 27.1819 19.0743C27.0138 19.4884 26.8346 19.8979 26.6744 20.3153C26.6301 20.4306 26.5203 20.7834 26.5417 20.6613C26.575 20.4721 26.673 20.2878 26.7436 20.1124C26.9221 19.6691 27.0649 19.2134 27.2713 18.782C27.546 18.2077 27.8832 17.6704 28.1421 17.0876C28.3257 16.6741 27.6259 17.8276 27.4154 18.2271C27.183 18.6682 27.0216 19.1291 26.856 19.5994C26.8151 19.7155 26.6888 20.0511 26.6888 19.9275C26.6888 19.6701 26.792 19.3908 26.8676 19.1519C27.0839 18.4681 27.3799 17.827 27.7153 17.198C27.8799 16.8893 28.0538 16.5859 28.2113 16.2732C28.2546 16.1872 28.4059 16.0017 28.3122 16.0017C27.9266 16.0017 27.472 17.2909 27.3635 17.538C27.144 18.0384 26.9747 18.5608 26.7522 19.0594C26.6982 19.1804 26.5768 19.493 26.5158 19.3756C26.4319 19.2145 26.6348 18.7723 26.6773 18.6418C26.9028 17.9479 27.1678 17.2789 27.5365 16.652C27.6947 16.3832 28.2969 15.5235 27.8768 16.3657C27.3163 17.4892 26.861 18.6717 26.2851 19.7843C26.2832 19.7879 26.0106 20.3084 25.9737 20.2914C25.9234 20.2683 25.9919 20.1788 26.0083 20.1244C26.0524 19.9776 26.1485 19.6988 26.1928 19.5695C26.598 18.3891 27.0462 17.3078 27.6807 16.2404C27.7273 16.162 28.258 15.2089 27.7961 15.4886C26.951 16.0004 26.4934 17.2011 26.0833 18.0601C26.0137 18.2058 25.8869 18.6443 25.7257 18.7462C25.6006 18.8253 25.7967 18.4508 25.8526 18.3107C26.2826 17.2319 26.8441 16.0923 27.5279 15.1605C27.5723 15.1 27.7227 14.9333 27.6778 14.9934C27.4915 15.243 27.2937 15.4704 27.13 15.7392C26.8634 16.177 26.6355 16.6431 26.412 17.1055C26.2792 17.3802 26.1703 17.7363 25.9737 17.9736C25.6754 18.3336 26.2153 17.0535 26.412 16.6252C26.614 16.1852 26.8217 15.7411 27.0665 15.3246C27.1486 15.185 27.4259 14.797 27.1213 15.1486C26.3356 16.0555 25.6157 17.0302 24.8376 17.9467C24.6202 18.2028 24.3809 18.4538 24.1917 18.7343C24.143 18.8063 24.3025 18.6001 24.3474 18.5254C24.9583 17.5099 25.5616 16.561 26.3024 15.6378C26.5248 15.3606 26.7417 15.0785 26.9656 14.8025C27.0577 14.689 26.8032 15.0469 26.7147 15.1635C25.6392 16.5796 22.7236 21.0642 23.7793 19.6322C24.5843 18.5402 27.0788 15.329 26.2793 16.4253C25.7741 17.1182 25.2644 17.8191 24.8376 18.5672C24.486 19.1835 24.9239 18.5014 25.0625 18.3077C25.5822 17.5813 26.1044 16.8529 26.6167 16.121C26.9855 15.5941 26.5112 15.95 26.2447 16.0853C25.9644 16.2275 26.628 15.473 26.6888 15.3991C26.7237 15.3567 27.2341 14.7623 27.104 14.7548C26.9959 14.7486 26.7236 14.8261 26.6398 14.725C26.3213 14.3405 24.9988 16.1086 24.8145 16.3686C24.5124 16.7948 25.1944 15.9305 25.2643 15.8556C25.3689 15.7436 26.1195 14.8865 25.7545 15.4528' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M12.675 14.3244C12.7753 14.3373 12.6736 14.4115 12.6346 14.3661C12.5779 14.3001 12.8535 14.133 12.8826 14.1096C13.0403 13.9827 13.2574 13.7046 13.4276 13.6263C13.7825 13.4631 14.1994 13.1967 14.5954 13.1967C14.7207 13.1967 15.2966 13.1088 15.374 13.0088C15.4369 12.9274 15.7426 13.0208 15.8151 13.0625C15.9343 13.131 16.1478 13.0894 16.2823 13.0894C16.5896 13.0894 16.8719 13.2318 17.1387 13.3698C17.4321 13.5215 17.8029 13.6021 18.021 13.8411C18.315 14.1632 18.5698 14.4905 18.8284 14.8345C19.0301 15.1027 19.3674 15.3354 19.607 15.5832C19.7168 15.6968 19.7041 15.5986 19.6531 15.5027C19.5581 15.324 19.4475 15.1021 19.3071 14.9568C19.1846 14.8301 19.0264 14.7813 18.9034 14.6465C18.8547 14.5932 18.6496 14.3551 18.6496 14.3005C18.6496 14.1258 18.8897 14.5496 19.0302 14.6465C19.2418 14.7925 19.4922 14.9035 19.6012 15.1596C19.7347 15.4736 19.8034 15.7707 19.9933 16.0546C20.1278 16.2556 20.5505 16.3966 20.7719 16.4603C20.9241 16.504 21.2043 16.8166 21.0718 16.6452C21.0074 16.562 22.056 15.5975 22.2252 15.4639C22.3899 15.3339 22.4953 15.1725 22.6404 15.0224C22.9011 14.7527 23.2155 14.5248 23.4939 14.2736C23.56 14.2141 24.0278 13.8752 23.9149 13.9604C23.4208 14.3335 22.9169 14.6862 22.4472 15.094C22.3166 15.2074 22.1697 15.3263 22.0608 15.4639C21.9858 15.5587 22.2524 15.319 22.3405 15.2372C22.6386 14.9604 23.0548 14.6379 23.2719 14.2886C23.4759 13.9602 22.6869 14.782 22.404 15.0403C22.3479 15.0915 22.2005 15.2076 22.3751 15.094C22.7185 14.8707 23.0562 14.6355 23.393 14.4019C23.8548 14.0817 24.292 13.7208 24.7829 13.4473C24.8076 13.4336 24.543 13.7761 24.4686 13.8411C24.1716 14.1005 23.8516 14.2966 23.5372 14.5332C22.9641 14.9643 23.969 14.3921 24.0937 14.3124C24.3876 14.1246 24.6626 13.9088 24.953 13.7158C25.0581 13.646 25.269 13.4712 25.4086 13.4712C25.4816 13.4712 25.3203 13.5923 25.2673 13.6442C24.9393 13.9657 24.5797 14.2447 24.2206 14.5272C24.1495 14.5831 23.2679 15.3437 23.7707 14.9836C24.224 14.659 24.6484 14.292 25.0972 13.9604C25.1543 13.9182 25.4217 13.775 25.224 13.9067C24.7925 14.1944 24.237 14.6227 23.9409 15.0552C23.6207 15.5228 24.9242 14.5177 25.3682 14.1752C25.4253 14.1312 26.3751 13.3543 25.9882 13.7546C25.5137 14.2455 24.9732 14.6709 24.4772 15.1387C24.4463 15.1679 24.2884 15.3153 24.4513 15.2223C24.7595 15.0463 25.0539 14.8416 25.3509 14.6465C25.6486 14.4511 25.9429 14.2534 26.2275 14.038C26.2565 14.016 26.6639 13.6952 26.4236 13.9246C26.1477 14.188 25.8785 14.4587 25.6018 14.7211C25.5183 14.8003 24.7962 15.3474 24.8492 15.4997C24.8804 15.5895 26.331 14.4767 26.4466 14.3781C26.5978 14.2491 27.0214 13.827 26.8792 13.9664C26.5734 14.2661 26.2533 14.5474 25.9392 14.8375C25.6324 15.1207 25.342 15.4193 25.0799 15.7473C25.0503 15.7843 24.8174 16.0727 25.0337 15.9412C25.56 15.6214 26.1457 15.1429 26.5764 14.6972C27.0184 14.24 25.5933 15.4987 25.1375 15.9412C25.0677 16.009 24.7984 16.2125 24.7915 16.3409C24.7902 16.3648 25.1792 16.0718 25.1923 16.0605C25.4606 15.831 26.2284 15.0987 25.9795 15.3506C25.2491 16.0898 24.484 16.8017 23.788 17.576C23.597 17.7884 23.3998 18.0126 23.2575 18.265C23.1791 18.404 23.4224 17.9923 23.5055 17.8564C23.8988 17.2129 24.3561 16.4888 25.0337 16.1321C25.1458 16.0731 25.1267 16.1652 25.0856 16.2395C24.945 16.4942 24.7501 16.7391 24.5695 16.9644C24.5247 17.0203 24.368 17.1576 24.3994 17.0927C24.5655 16.7489 24.8743 16.4417 25.126 16.1679C25.7118 15.5309 26.3906 15.0088 26.9887 14.39C27.0791 14.2965 27.0374 14.1536 26.9484 14.2408C26.7559 14.4295 26.5988 14.686 26.4063 14.8852C26.1126 15.189 25.8448 15.516 25.5528 15.8219C24.7145 16.6999 23.9445 17.6239 23.2171 18.6021C23.0793 18.7875 22.8331 19.0407 22.7788 19.2823C22.7608 19.3624 23.207 18.8664 23.2258 18.8438C23.8246 18.121 24.402 17.3184 25.1375 16.7347C25.2571 16.6398 25.276 16.6673 25.1894 16.7884C24.8887 17.209 24.5492 17.6035 24.2263 18.0055C23.5169 18.8889 22.6979 19.8211 22.2367 20.8812C22.1738 21.026 22.4223 20.6284 22.5193 20.5054C22.9343 19.979 23.3769 19.4779 23.8082 18.9661C24.2289 18.4671 25.4652 16.9565 25.1145 17.5103C24.4186 18.6091 23.6055 19.6247 22.9143 20.7291C22.5723 21.2756 21.7093 23.0063 22.0839 22.4832C22.6731 21.6603 23.2644 20.8204 23.8227 19.9744C24.1094 19.5398 24.379 19.093 24.6704 18.6618C24.9685 18.2207 24.4871 18.8527 24.434 18.9183C23.3842 20.2155 22.3017 21.4876 21.3082 22.8322C21.1994 22.9794 20.8752 23.4146 21.0141 23.2976C21.2554 23.0942 21.4221 22.6993 21.585 22.4384C22.2287 21.4078 22.9279 20.3268 23.739 19.4255C24.3153 18.7852 22.7161 20.8192 22.2252 21.5316C21.863 22.057 21.4805 22.5933 21.2333 23.1902C21.2158 23.2324 21.0697 23.7807 21.1208 23.6913C21.518 22.9959 21.7695 22.1929 22.1012 21.4629C22.3214 20.9785 22.5611 20.5043 22.8336 20.0489C22.9121 19.9178 23.1945 19.5586 23.1133 19.688C22.4498 20.7455 21.8463 21.8665 21.0775 22.8471C20.8693 23.1128 20.6388 23.4238 20.3769 23.6406C20.3262 23.6825 20.6209 23.0133 20.6508 22.9515C21.2172 21.7797 21.7516 20.4229 22.5972 19.4314C22.5992 19.4291 22.8551 19.1256 22.8307 19.3211C22.769 19.8157 22.4118 20.3623 22.2136 20.8037C21.918 21.4622 21.6069 22.1096 21.2736 22.7487C21.0463 23.1844 20.7515 23.6371 20.6104 24.1149C20.4394 24.6941 21.1917 23.0636 21.4755 22.5339C21.554 22.3872 21.6971 21.9565 21.7465 22.1162C21.7989 22.2857 21.592 22.606 21.5274 22.7367C21.1435 23.5128 20.7476 24.2795 20.3913 25.0695C20.2059 25.4806 20.7857 24.2593 20.9795 23.8524C21.0612 23.6808 21.216 23.1421 21.216 23.3334C21.216 23.586 20.9214 23.9884 20.8123 24.1955C20.5167 24.756 19.6023 26.4218 19.9011 25.863C20.1941 25.3151 20.3211 24.6851 20.5585 24.1119C20.7502 23.6492 20.65 23.9222 20.4893 24.2044C20.2351 24.651 19.9393 25.1337 19.7944 25.6333C19.7219 25.8833 20.0006 25.1567 20.0943 24.9144C20.1369 24.8043 20.1798 24.6744 20.2442 24.5743C20.3503 24.4097 20.1421 24.9562 20.0741 25.1411C19.9514 25.4748 19.7949 25.7943 19.6416 26.1136C19.583 26.2356 19.3639 26.6881 19.5579 26.2866C19.655 26.0858 19.748 25.8805 19.8636 25.69C19.9258 25.5876 20.0599 25.4716 20.0972 25.3559C20.1219 25.2791 19.9163 25.3932 19.8895 25.4693C19.8025 25.7168 19.615 25.9704 19.4628 26.1792C19.1065 26.668 19.111 26.0408 19.111 25.7556C19.111 25.3535 19.0422 24.9287 19.2667 24.5803' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M12.8305 18.5124C12.7729 18.4443 13.5083 19.0393 13.5514 19.0822C14.5158 20.0421 15.3549 21.1689 16.4119 22.0265C17.5365 22.939 14.3322 19.9976 13.2919 18.9837C13.2455 18.9385 12.538 18.2393 12.7556 18.5959C13.5276 19.8615 14.5482 20.9896 15.5468 22.0623C15.6358 22.1578 16.7394 23.1754 16.0889 22.5396C15.0872 21.5605 14.075 20.5912 13.0382 19.652C12.7097 19.3544 11.8566 18.3408 12.0779 18.7302C12.272 19.0715 12.622 19.3797 12.8767 19.6639C13.5807 20.4494 14.2856 21.2344 15.0278 21.9818C15.4934 22.4506 15.9794 22.8929 16.4724 23.3301C16.54 23.3901 16.8864 23.7837 17.003 23.7686C17.067 23.7604 16.9368 23.6535 16.8963 23.6016C16.8118 23.4933 16.5717 23.1992 16.5013 23.1124C16.1629 22.6956 15.8286 22.2753 15.4891 21.8595C15.3193 21.6514 15.148 21.4406 14.9528 21.2569C14.8966 21.2039 14.7128 21.1156 14.7337 21.1912C14.8558 21.6334 15.3195 22.0936 15.593 22.4203C16.3033 23.2691 17.0785 24.0594 17.8825 24.8127C18.2085 25.1182 18.6203 25.5921 19.0532 25.7554C19.2944 25.8464 19.1032 25.4823 19.0705 25.4332C18.3958 24.4207 17.1539 23.6981 16.1812 23.0408C15.6743 22.6982 14.998 22.3697 14.6472 21.8326C14.1408 21.0574 16.1058 22.942 16.7925 23.5509C17.3876 24.0786 17.989 24.5982 18.5889 25.12C18.5954 25.1257 19.2781 25.6691 19.2781 25.6629C19.2781 25.3999 18.6911 24.8225 18.5601 24.6576C18.0116 23.9672 17.4233 23.3117 16.8184 22.6738C16.349 22.1787 14.8633 20.7752 15.3565 21.2449C16.5185 22.3517 17.5023 23.641 18.736 24.6755C18.8442 24.7663 19.1373 25.0442 19.3127 25.0156C19.5449 24.9776 19.0773 24.5888 18.9148 24.413C17.9478 23.3667 16.9128 22.3086 15.8179 21.406C15.1455 20.8518 16.3189 22.0086 16.3455 22.0355C17.1094 22.8058 17.891 23.5558 18.7071 24.2668C19.1518 24.6542 19.6079 25.0725 20.1114 25.3795C20.4278 25.5724 20.1387 25.2281 20.0797 25.1558C19.6276 24.6017 19.1057 24.1105 18.5918 23.6195C17.4946 22.5712 16.3277 21.5753 15.2786 20.4753C15.1137 20.3024 14.9413 20.1259 14.7913 19.9383C14.5722 19.6641 15.2922 20.4266 15.5295 20.6841C16.6744 21.9264 17.7957 23.3312 19.1685 24.3175C20.0093 24.9216 17.7442 22.796 17.0289 22.0384C16.5211 21.5006 15.9993 20.9657 15.5353 20.3858C15.4358 20.2615 15.1531 19.9106 15.2988 19.9682C15.5749 20.0772 15.8971 20.4654 16.086 20.6513C16.9088 21.4607 17.7121 22.2891 18.563 23.0676C18.9172 23.3917 19.3378 23.8493 19.7885 24.0491C19.8186 24.0624 19.8911 24.0737 19.8865 24.0401C19.8737 23.9474 19.7225 23.7713 19.6991 23.7418C18.5775 22.3271 17.2248 21.0981 15.9649 19.819C15.7932 19.6447 15.4651 19.3968 15.3709 19.1478C15.2835 18.9166 15.7666 19.4344 15.9332 19.6132C17.0738 20.8376 18.171 22.1222 19.405 23.2496C19.5129 23.3482 19.7621 23.6308 19.774 23.4823C19.7899 23.2858 19.2308 22.8078 19.1454 22.7126C18.532 22.0289 17.9224 21.3416 17.2942 20.6722C17.1903 20.5614 16.6541 19.8363 16.4349 19.825C16.3765 19.822 16.4816 19.9369 16.5157 19.9861C16.6504 20.1806 16.8832 20.4762 17.0174 20.6423C17.6963 21.4826 18.4009 22.3046 19.1281 23.1004C19.4706 23.4752 20.5114 24.5748 20.2239 24.1535C20.0219 23.8574 19.6567 23.6132 19.4021 23.3749C18.9518 22.9534 18.5228 22.5114 18.0872 22.0742C18.0254 22.0122 17.8207 21.8557 17.8709 21.9281C18.1466 22.3249 18.5104 22.6761 18.834 23.0288C19.2281 23.4583 19.6206 23.8975 20.0624 24.2758C20.1233 24.3279 20.1808 24.3881 20.2527 24.4219C20.2853 24.4373 20.2142 24.359 20.1893 24.3325C19.6483 23.7577 19.0235 23.1849 18.3842 22.7305C18.1049 22.5321 18.2888 22.8315 18.3611 22.9453C18.6431 23.3888 18.9834 23.8016 19.3358 24.1863C19.5337 24.4023 19.7584 24.6586 20.0105 24.8127C20.1529 24.8998 19.8298 24.5249 19.7221 24.3951C19.1538 23.7097 18.5863 23.0243 18.0555 22.3069C17.9177 22.1208 17.6513 21.7482 17.5134 21.5253C17.4789 21.4697 17.3805 21.3344 17.4442 21.3404C17.5798 21.3532 17.8597 21.6563 17.9315 21.7193C18.4142 22.143 18.8901 22.5759 19.4078 22.9543C19.5959 23.0917 20.3802 23.5104 19.9471 22.9244C19.0526 21.7143 17.9927 20.5973 17.0232 19.4491C17.014 19.4382 16.707 19.066 16.7291 19.0852C17.1092 19.4163 17.434 19.8488 17.7787 20.2158C18.5777 21.0665 19.4263 22.0923 20.4257 22.7067C20.5713 22.7961 20.5497 22.7003 20.4719 22.5933C20.0456 22.0071 19.5247 21.4863 19.0532 20.9407C18.4448 20.2367 17.8637 19.5106 17.2712 18.7928C17.0607 18.5378 16.9208 18.4035 17.225 18.7869C18.3285 20.1775 19.466 21.6117 20.7371 22.8439C21.3861 23.473 20.573 22.3808 20.4719 22.2532C19.5551 21.0968 18.5462 20.0152 17.6835 18.8137C17.6225 18.7287 17.4635 18.4622 17.5393 18.5333C17.9887 18.9546 18.3658 19.4867 18.7677 19.9533C19.2946 20.5649 19.8177 21.1975 20.394 21.761C20.5082 21.8727 20.6675 22.0243 20.8352 22.0474C20.9017 22.0566 20.7899 21.9142 20.7487 21.8595C20.2792 21.2363 19.7884 20.6339 19.3415 19.992C19.0857 19.6247 18.8116 19.2066 18.5745 18.8227C18.4701 18.6536 18.3297 18.4975 18.2804 18.3036C18.2502 18.1849 18.4384 18.487 18.5111 18.584C19.1082 19.3819 18.5218 18.6115 19.2319 19.5505C19.7789 20.2738 21.4433 22.4163 20.9621 21.6447C20.6683 21.1736 20.2771 20.7738 19.9932 20.2844' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M20.8756 15.9353C20.954 15.9048 20.9468 15.5933 20.8929 15.6847C20.7878 15.8626 20.6946 16.0514 20.5411 16.1918C20.5299 16.202 20.2124 16.433 20.2124 16.332C20.2124 16.2046 20.6313 16.0253 20.7083 15.8935C20.7527 15.8175 20.7577 15.6927 20.6622 15.8189C20.4987 16.035 20.4019 16.3118 20.3162 16.5677C20.2689 16.7089 20.2424 16.8999 20.1605 17.0271C20.1044 17.1141 20.2651 16.8471 20.3306 16.7675C20.4235 16.6548 20.4979 16.4982 20.6045 16.4006C20.7053 16.3084 20.6366 16.6824 20.6074 16.8183C20.2379 18.5385 19.9645 20.2744 20.2412 22.0208C20.3338 22.605 20.4067 23.6572 20.2758 24.3536C20.2397 24.5455 20.2108 24.707 20.2008 24.9025C20.194 25.0364 19.8743 25.1555 19.7971 25.2903C19.6973 25.4648 19.5319 26.036 19.5319 25.8332C19.5319 25.5182 19.747 25.1677 19.8087 24.8577C19.8864 24.4671 19.6652 24.8691 19.6414 25.0218C19.5529 25.5894 19.7922 25.075 19.8894 24.8488' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M21.5505 20.0699C21.4006 20.2205 21.2063 20.3287 21.1122 20.5234C20.8774 21.0093 20.6427 21.4907 20.3683 21.9553C20.1454 22.3326 20.7285 21.4921 20.7835 21.4004C20.933 21.1509 21.0547 20.8872 21.1007 20.595C21.1446 20.3158 21.0569 20.4047 20.945 20.5622C20.8739 20.6621 20.3375 21.4987 20.5009 21.4243C21.1157 21.1444 21.3666 20.2914 21.7062 19.7567C21.8651 19.5066 22.0428 19.2696 22.2022 19.0199C22.3261 18.8257 22.1545 19.0158 22.107 19.0736C21.8229 19.4194 21.5849 19.8117 21.3429 20.1893C21.1881 20.4309 21.0359 20.6749 20.896 20.9261C20.8559 20.998 20.7391 21.1762 20.8181 21.1618C21.0634 21.117 21.3329 20.7629 21.4784 20.586C21.8755 20.1035 22.1996 19.5501 22.5136 19.008C22.8448 18.4362 23.9267 16.7803 23.5401 17.3136C23.381 17.5331 23.2809 17.805 23.148 18.0414C22.8849 18.5095 22.6157 18.9646 22.404 19.4614C22.2289 19.8723 22.382 19.7276 22.5742 19.4882C22.9923 18.9674 23.3708 18.4345 23.6987 17.8475C23.9082 17.4727 24.1275 17.1016 24.3302 16.7229C24.4392 16.5194 24.236 16.6718 24.163 16.7318C23.854 16.9859 23.6871 17.3769 23.5113 17.7312C23.3733 18.0094 22.8928 18.8017 23.0817 18.5575C23.5969 17.8912 24.0695 17.1413 24.4917 16.4097C24.5967 16.2277 24.716 16.01 24.757 15.7981C24.781 15.6738 24.4129 16.0442 24.3937 16.0666C24.2173 16.2725 24.0529 16.507 23.9755 16.7736C23.9119 16.993 24.1488 16.6113 24.1572 16.5976C24.225 16.4873 24.8195 15.5072 24.509 15.5714C24.1234 15.6512 23.8955 16.2383 23.742 16.5558C23.7395 16.561 23.5767 16.9165 23.6872 16.7736C23.9137 16.4806 24.0544 16.0812 24.2206 15.7504C24.3365 15.5198 24.7871 14.7349 24.2899 15.2492C23.5807 15.9829 23.2499 16.9265 22.8596 17.8624C22.7545 18.1146 22.7769 18.0033 22.8827 17.8445C23.1045 17.5118 23.3325 17.1907 23.5228 16.8363C23.7571 16.4 23.9573 15.9387 24.1514 15.4819C24.3262 15.0708 23.9975 15.3866 23.8746 15.5297C23.1417 16.3826 22.867 17.6178 22.3521 18.6142C22.2514 18.8092 22.2483 18.8313 22.3637 18.6261C22.563 18.2715 22.7042 17.8879 22.8827 17.5224C23.0607 17.1579 23.254 16.7613 23.5084 16.4455C23.5874 16.3474 23.4088 16.6799 23.3441 16.7885C23.0464 17.2875 22.7614 17.7942 22.4617 18.292C22.2069 18.7153 21.8813 19.1518 21.6976 19.6165C21.5027 20.1094 22.2504 18.7095 22.4329 18.2115C22.4535 18.155 22.7948 17.2572 22.7616 17.242C22.725 17.2251 22.2652 17.9516 22.2397 17.9877C21.6979 18.7528 20.9938 19.5309 20.6566 20.4279C20.6198 20.5257 20.9621 20.2158 20.9796 20.1952C21.306 19.8104 21.462 19.3092 21.6543 18.8469C21.7429 18.634 22.119 18.0784 21.9398 18.2174C21.6645 18.431 21.4568 18.7402 21.2679 19.0318C20.8716 19.6435 19.8163 21.5657 20.1837 20.935C20.772 19.9253 21.2374 18.8465 21.7754 17.8087C21.8137 17.7349 22.1199 17.2704 22.058 17.1584C22.0165 17.0832 21.5605 17.7747 21.5447 17.7998C21.2955 18.197 21.0703 18.6078 20.8354 19.0139C20.8142 19.0505 20.5657 19.472 20.6307 19.4047C21.2424 18.7718 21.6018 17.8011 21.9542 17.0063C22.0597 16.7683 22.4201 16.0847 22.2599 16.2874C21.955 16.6728 21.7163 17.114 21.4611 17.5343C21.1078 18.1164 20.701 18.6676 20.3625 19.2585C20.1196 19.6827 20.4169 19.4609 20.5644 19.2526C20.9515 18.7054 21.1074 18.0484 21.4352 17.4746C21.5185 17.3287 21.329 17.8048 21.3285 17.8058C21.0726 18.2964 20.7566 18.7502 20.4721 19.2227C20.2223 19.6376 19.9132 20.0983 19.78 20.5741C19.7092 20.8271 20.041 20.4202 20.0569 20.3981C20.6303 19.5946 20.9477 18.5184 21.2823 17.588C21.3258 17.4671 21.3733 17.2729 21.2045 17.4448C20.9517 17.7022 20.7267 18.0006 20.5009 18.2831C20.4363 18.3639 20.3804 18.435 20.3221 18.5187C20.2394 18.6376 20.3229 18.5398 20.3394 18.5187C20.5681 18.2272 20.753 17.8997 20.9248 17.5701C21.047 17.3356 21.3297 16.9242 21.3198 16.6394C21.3121 16.4151 21.0046 16.9504 20.8729 17.1286C20.6242 17.465 20.3982 17.8245 20.2241 18.2085C20.1388 18.3965 20.0704 18.6021 20.3279 18.4233C20.9953 17.9597 21.2102 17.0073 21.6543 16.359C21.7106 16.2768 21.9932 15.8711 22.1301 15.9025C22.1834 15.9148 21.8 16.4781 21.787 16.4962C21.5422 16.8338 21.2531 17.1429 21.0286 17.4955C20.8469 17.7809 21.1543 17.4588 21.1987 17.403C21.757 16.7028 22.2283 15.9351 22.7039 15.1747C22.9671 14.7539 22.1756 16.0163 21.9456 16.4574C21.9371 16.4737 21.6202 17.0008 21.7524 16.9078C22.0075 16.7283 22.2059 16.4468 22.3838 16.1919C22.6362 15.8305 22.8481 15.4425 23.0845 15.0703C23.1704 14.9352 23.2993 14.7502 23.0961 14.9867C22.8378 15.2873 22.6262 15.6306 22.4213 15.9712C22.2505 16.2552 21.6725 17.0074 21.96 16.8542C22.1716 16.7414 22.3409 16.435 22.4877 16.2516C22.7278 15.9514 22.9394 15.6292 23.1768 15.3268C23.2282 15.2613 23.4015 15.0825 23.3498 15.1478C23.1244 15.4329 22.915 15.7187 22.7328 16.0368C22.4832 16.4723 22.1846 16.9579 22.0465 17.4478C21.9639 17.7407 22.4195 17.1394 22.4444 17.1047C22.7974 16.6128 23.864 15.1481 23.4623 15.5983C22.9931 16.1241 22.7434 16.9236 22.3983 17.5373C22.1951 17.8985 22.4426 17.4991 22.5194 17.403C22.8291 17.0151 23.1186 16.6129 23.4133 16.2128C23.4793 16.1231 23.9784 15.5851 23.8919 15.4342C23.8044 15.2814 23.3572 15.8243 23.3354 15.8518C22.7851 16.5466 22.3905 17.4678 22.0695 18.298' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M12.7786 15.2891C12.7713 15.3499 12.7445 15.3286 12.7008 15.3488C12.5513 15.4175 12.6447 15.8391 12.6575 15.9394C12.7355 16.5479 12.8656 17.1501 12.9747 17.7531C13.0012 17.8996 13.0215 18.5649 13.1939 18.66C13.2238 18.6765 13.0905 18.2999 13.0843 18.2841C12.9073 17.8347 12.7432 17.403 12.6547 16.9238C12.6288 16.7842 12.5847 16.3647 12.571 16.5062C12.546 16.7656 12.5662 17.0548 12.5941 17.3116C12.6427 17.7593 12.7524 18.201 12.8507 18.6391C12.8912 18.8197 12.9828 18.9392 12.8709 18.7077C12.528 17.9982 12.263 17.2441 12.1673 16.4525C12.1542 16.3437 12.1893 16.2642 12.2365 16.4197C12.3949 16.941 12.4446 17.5221 12.4874 18.0634C12.508 18.3233 12.5653 19.0728 12.5653 18.3498C12.5653 17.6886 12.4911 17.0248 12.4442 16.366C12.4298 16.1647 12.3493 15.5808 12.4384 15.7604C12.6691 16.2258 12.7822 16.8062 12.9228 17.3057C12.9361 17.353 13.09 18.0549 13.116 17.8933C13.1841 17.4707 13.0976 17.0223 13.0382 16.6046C12.9874 16.2484 12.9647 15.8782 12.8824 15.5277C12.8111 15.2239 12.9379 16.1117 12.9459 16.1542C13.0852 16.8984 13.1994 17.65 13.3784 18.3856C13.3809 18.3959 13.5506 18.9551 13.5976 18.6779C13.6561 18.3325 13.5959 17.9339 13.5514 17.5921C13.5086 17.2628 13.5076 16.547 13.2775 16.2825C13.2737 16.2781 13.3701 16.82 13.3842 16.8642C13.7074 17.8824 14.1441 18.8961 14.6414 19.8353C14.7593 20.0581 15.1333 20.6071 15.1777 20.3574C15.2729 19.8231 14.8066 19.1323 14.5434 18.7197C14.2742 18.298 13.8587 18.0579 13.586 17.6577C13.338 17.2937 13.1535 16.7709 13.1535 16.3212C13.1535 16.0904 13.5123 16.8614 13.5284 16.894C13.968 17.7869 14.4607 18.6406 14.9932 19.4774C15.1398 19.7078 15.3203 20.1482 15.5468 20.3186C15.8344 20.535 15.2302 19.659 15.048 19.3431C14.6603 18.6714 14.3152 17.9501 13.8513 17.3295C13.789 17.2462 13.4347 16.7735 13.2688 16.8164C13.2538 16.8203 13.5086 17.5689 13.5111 17.5771C13.7307 18.3093 13.965 19.0429 14.1627 19.7817C14.2596 20.1437 14.0846 19.881 13.9897 19.7399C13.6833 19.2842 13.4088 18.8068 13.1131 18.3438C13.0421 18.2326 12.9661 18.0658 12.8623 17.9799C12.6946 17.8411 13.124 18.3328 13.24 18.5198C13.6129 19.1206 13.9685 19.7321 14.3069 20.3544C14.5837 20.8635 14.57 20.5586 14.4857 20.1337C14.2954 19.1743 13.8812 18.2711 13.563 17.3534C13.5448 17.3009 13.2834 16.722 13.4649 16.6554C13.7055 16.567 14.2439 17.4974 14.3127 17.595C14.8974 18.4255 15.4351 19.2921 16.0284 20.1158C16.1252 20.2502 16.2498 20.3989 16.0947 20.1456C15.6528 19.4242 15.1999 18.7103 14.7625 17.9858C14.471 17.5031 14.167 17.0276 13.8801 16.542C13.8014 16.4087 13.7561 16.2739 13.9465 16.4615C14.2175 16.7285 14.418 17.0903 14.6241 17.4071C15.0742 18.0988 15.5272 18.7866 15.9995 19.4625C16.3255 19.9289 16.6501 20.406 17.0059 20.8496C17.023 20.8709 17.1437 21.041 17.2106 21.0256C17.2472 21.0172 17.2296 20.9791 17.2193 20.954C17.133 20.7458 16.9605 20.5501 16.8329 20.3723C16.1963 19.4859 15.5496 18.6102 14.8836 17.7472C14.8395 17.69 14.2395 17.022 14.3069 16.9C14.3258 16.8657 15.7087 18.6046 15.7544 18.666C16.2812 19.3737 16.805 20.241 17.5076 20.784C17.5433 20.8115 17.6496 20.8611 17.6374 20.8168C17.58 20.6091 17.4077 20.3682 17.3058 20.1933C16.6706 19.1036 16.0196 17.9716 15.1835 17.0312C15.0035 16.8288 14.4327 16.2639 14.578 16.4943C14.8159 16.8717 15.2061 17.2118 15.4834 17.5592C16.2046 18.4631 16.9355 19.3617 17.77 20.1575C17.8524 20.2361 18.1153 20.5005 17.9517 20.1993C17.4711 19.3145 16.8573 18.4838 16.2908 17.6577C16.2464 17.593 15.473 16.3345 15.3248 16.3958C15.3124 16.401 15.332 16.4229 15.3392 16.4346C15.4307 16.5824 15.5358 16.7206 15.6333 16.8642C16.0028 17.4083 16.3647 17.9577 16.7464 18.4929C17.139 19.0436 17.5687 19.7703 18.142 20.1516C18.4865 20.3807 17.9821 19.6841 17.9747 19.6743C17.4893 19.0275 17.0361 18.3563 16.556 17.7054C16.3076 17.3685 15.5072 16.4035 15.7717 16.7269C16.2052 17.257 16.6106 17.8107 17.0405 18.3438C17.5568 18.984 18.1943 19.9637 18.9724 20.3007C19.2786 20.4333 19.0373 20.0951 18.9724 19.9994C18.3371 19.0622 17.6627 18.1559 17.0376 17.2102C16.7747 16.8125 15.9801 15.6244 16.2619 16.008C16.8646 16.8284 17.4199 17.6791 18.0555 18.4751C18.4321 18.9468 18.8258 19.4823 19.3242 19.8294C19.3743 19.8642 19.2687 19.7178 19.2319 19.6683C18.9751 19.3229 18.7374 18.9639 18.5053 18.6003C18.0262 17.85 17.5724 17.0829 17.0924 16.3332C16.6222 15.5988 17.5116 16.9142 17.5249 16.9328C18.1698 17.8348 18.8382 18.742 19.6126 19.5311C19.6626 19.5821 20.2253 20.0495 20.2066 20.0084C19.8699 19.27 19.2698 18.5712 18.8167 17.9083C18.4999 17.4447 18.1734 16.9884 17.8536 16.5271C17.8526 16.5256 17.6042 16.0977 17.5249 16.0886C17.4729 16.0826 17.5468 16.1957 17.571 16.2437C17.7448 16.588 17.9679 16.9119 18.1795 17.2311C18.7449 18.0845 19.3222 18.9633 20.0191 19.7101C20.0433 19.7359 20.3667 20.0984 20.27 19.8234C19.9759 18.9868 19.4114 18.2319 18.9667 17.4787C18.7806 17.1635 18.6 16.8447 18.413 16.5301C18.3714 16.46 18.1862 16.0764 18.0699 16.0229C17.9563 15.9707 18.179 16.2546 18.2458 16.363C18.4711 16.729 18.71 17.0862 18.9609 17.4339C19.3497 17.9729 19.7671 18.5871 20.2902 19.0001C20.6472 19.2819 20.3721 18.75 20.3017 18.6361C19.7627 17.7642 18.0211 15.2344 18.586 16.0886C18.8456 16.4811 19.1535 16.8416 19.4223 17.2281C19.7282 17.6682 19.9977 18.325 20.3911 18.6869C20.6266 18.9034 20.182 18.0706 20.0451 17.777C19.715 17.0691 19.3894 16.3527 18.9897 15.6829C18.8282 15.4122 19.0344 15.8217 19.0589 15.8618C19.4534 16.5071 19.9142 17.109 20.4113 17.6726C20.541 17.8196 20.8754 18.255 20.8525 18.0574C20.8383 17.9352 20.6845 17.7122 20.6391 17.6278C20.4157 17.2127 20.1861 16.801 19.9413 16.3988C19.6858 15.9791 19.4217 15.5093 19.0791 15.1548C18.7787 14.8441 19.5627 15.8777 19.8144 16.2318C20.1214 16.6636 20.4393 17.0812 20.766 17.4966C20.9326 17.7084 20.3816 17.1593 20.3738 17.1506C19.8114 16.5179 19.3738 15.7859 18.8802 15.0982C18.5422 14.6274 18.764 15.2249 18.8456 15.4144C19.0772 15.953 19.3333 16.4803 19.5578 17.0223C19.7971 17.6 19.2768 16.8728 19.1945 16.7657C19.0749 16.6102 17.3282 14.461 17.202 14.7223C17.1335 14.8639 17.3934 15.2515 17.4442 15.3488C17.7439 15.9228 18.0332 16.7102 18.4909 17.1684C18.6332 17.311 18.3261 16.2818 18.3006 16.2079C18.0752 15.554 17.8457 14.9016 17.6201 14.248C17.5775 14.1246 17.528 13.9142 17.6806 14.1257C18.0702 14.6655 18.3928 15.2698 18.7417 15.838C18.7665 15.8782 19.1618 16.5822 19.0705 16.1184C18.9507 15.5102 18.6794 14.8608 18.3352 14.3554C18.2671 14.2554 17.9322 13.7565 17.7441 13.8214C17.6225 13.8633 18.142 14.831 18.1593 14.8655C18.4371 15.4183 18.89 15.9908 19.0762 16.5838C19.1804 16.9153 18.6886 16.0126 18.5168 15.7127C18.1464 15.0658 17.8068 14.3953 17.3923 13.7767C17.2563 13.5738 17.1191 13.4012 16.9107 13.2815C16.8602 13.2525 16.9886 13.6835 16.9943 13.7021C17.0997 14.0413 17.2263 14.388 17.3865 14.7044C17.5852 15.0968 17.0587 13.8816 16.8329 13.5052C16.5886 13.0981 17.0054 14.2937 17.0347 14.3643C17.0958 14.5114 17.1662 14.6716 17.2423 14.8118C17.2935 14.9059 17.391 15.1716 17.4298 15.0713C17.4821 14.936 16.9734 14.2367 16.9078 14.1137C16.8045 13.9198 16.6917 13.5986 16.5272 13.4455C16.4786 13.4003 16.5613 13.5763 16.5849 13.6394C16.7049 13.9611 16.8391 14.2768 16.9886 14.5851C17.3268 15.2824 17.7567 15.9383 18.0439 16.6613C18.2298 17.1291 17.9665 16.7891 17.8479 16.5927C17.425 15.8928 17.0619 15.1558 16.6137 14.4717C16.6118 14.4688 16.1758 13.7941 16.2187 14.0899C16.3037 14.6761 16.5967 15.2779 16.8098 15.8201C17.0021 16.3092 17.2091 16.791 17.424 17.2699C17.4923 17.4221 17.7307 17.8547 17.6229 17.7293C17.3483 17.4096 17.1887 16.811 17.003 16.4346C16.8038 16.031 16.6064 15.6264 16.4061 15.2235C16.3223 15.0549 16.2342 14.8251 16.086 14.6984C15.9204 14.5568 16.2011 15.1288 16.2908 15.3309C16.6667 16.1776 17.0052 17.0425 17.4038 17.8784C17.4537 17.9832 17.6846 18.4063 17.4672 18.0514C17.0615 17.389 16.7012 16.7049 16.383 15.9931C16.3153 15.8416 16.1272 15.1523 15.9534 15.0624C15.8922 15.0307 16.0205 15.1858 16.0543 15.2473C16.2351 15.576 16.4056 15.9108 16.5733 16.2467C16.8785 16.8578 17.189 17.4656 17.4961 18.0753C17.74 18.5597 17.1983 17.9156 17.127 17.8307C16.7188 17.3445 16.3627 16.8114 15.9966 16.2914C15.9701 16.2537 15.5299 15.5984 15.7861 16.0259C16.1175 16.5788 16.3942 17.1736 16.7521 17.7084C16.9876 18.0602 16.6066 17.2246 16.5791 17.1744C16.286 16.6389 15.9561 16.127 15.6506 15.5993C15.3866 15.1432 15.4746 15.2401 15.6679 15.6172C15.8933 16.0571 16.1025 16.51 16.3715 16.9238C16.5935 17.2654 16.5839 17.1251 16.5301 16.7866C16.4125 16.0474 16.18 15.3449 16.0889 14.603C16.0701 14.4497 16.0485 14.3048 16.0485 14.1495C16.0485 14.0482 16.1334 14.515 16.1524 14.5821C16.3577 15.3106 16.3073 14.3926 16.1697 14.1078C16.0538 13.868 15.8473 13.7013 15.7256 13.4724C15.6345 13.3009 15.8798 13.4082 15.9274 13.4575C16.1329 13.67 16.2751 13.9429 16.4522 14.1794C16.5828 14.3536 16.6774 14.4796 16.6714 14.1794C16.6637 13.7973 16.5635 13.3883 16.4119 13.0398C16.363 12.9274 16.2445 12.8379 16.2158 13.016C16.1706 13.2967 16.2753 13.6322 16.3398 13.899C16.4147 14.209 16.6137 15.1343 16.6137 14.8148C16.6137 14.3703 16.0367 13.4343 15.6564 13.2427C15.5063 13.167 15.5709 13.6842 15.5728 13.6961C15.6717 14.3336 15.8263 15.0156 16.0399 15.6232C16.1336 15.8897 16.0573 15.5573 16.037 15.4979C15.8413 14.9242 15.684 14.3376 15.4863 13.7647C15.4375 13.6235 15.3213 13.2238 15.2815 13.368C15.187 13.7102 15.4188 14.3052 15.4891 14.6268C15.5893 15.0844 15.6606 15.6073 15.8582 16.0349C15.9054 16.1369 15.762 15.6576 15.7544 15.6351C15.5978 15.1684 15.4714 14.6871 15.2815 14.2331C15.2772 14.2228 15.0265 13.7269 15.0739 13.9944C15.174 14.559 15.3993 15.1106 15.5583 15.659C15.6272 15.8963 15.8004 16.6105 15.789 16.363C15.7773 16.1078 15.6343 15.8282 15.5497 15.5964C15.3685 15.0999 15.1897 14.6083 14.9701 14.1287C14.9375 14.0575 14.8683 13.8741 14.9413 14.072C15.1502 14.6384 15.3472 15.1999 15.5064 15.7843C15.5382 15.9009 15.6382 16.2452 15.6304 16.1244C15.5953 15.5789 15.4297 15.0435 15.2469 14.5344C15.2455 14.5304 14.9514 13.7644 14.8894 13.8214C14.8489 13.8586 15.0986 14.6292 15.1143 14.6984C15.1377 14.8012 15.1938 15.2994 15.345 15.3279C15.4941 15.3559 15.2941 14.5754 15.2873 14.5493C15.1733 14.1105 15.0278 13.6813 14.8778 13.2546C14.7505 12.8923 14.8674 13.262 14.9067 13.3918C15.0207 13.7686 15.1436 14.1419 15.2642 14.5165C15.3737 14.8562 15.4409 14.9116 15.2613 14.5463C15.0978 14.2135 14.9595 13.8651 14.7856 13.538C14.7339 13.4408 14.787 13.7627 14.8173 13.8691C14.9951 14.4947 15.6874 16.3173 15.4661 15.7067C15.3544 15.3987 15.2108 15.0977 15.0826 14.7969C14.9208 14.4175 14.4841 13.2884 14.5116 13.7021C14.5446 14.196 14.834 14.7495 15.0105 15.1996C15.1368 15.5217 15.4026 16.5077 15.4026 16.1602C15.4026 15.9498 15.1335 15.5771 15.0509 15.4024C14.8089 14.8912 14.5889 14.3677 14.3703 13.8453C14.0904 13.1762 14.8965 15.2076 15.2786 15.8201C15.5601 16.2711 15.2893 15.8281 15.4863 16.1482C15.5085 16.1845 15.5469 16.2794 15.5699 16.2437C15.6192 16.1671 15.1747 15.4757 15.1431 15.4144C14.8806 14.9046 14.0539 13.4036 14.2665 13.9377C14.4299 14.3481 14.569 14.7655 14.7481 15.1698C14.7663 15.2109 15.1944 15.9789 15.2037 15.9454C15.2417 15.8076 14.8069 15.2577 14.751 15.1578C14.482 14.6779 14.2858 14.082 13.932 13.6603C13.9137 13.6384 13.7701 13.4662 13.883 13.5947C14.1737 13.9255 14.3715 14.3552 14.5664 14.7491C14.5889 14.7945 14.9831 15.5202 14.9643 15.5397C14.8833 15.6235 14.833 15.3452 14.7683 15.2473C14.6332 15.0431 14.5068 14.8355 14.3876 14.6209C14.2625 14.3954 14.1235 14.0099 13.8801 13.884C13.7684 13.8262 14.1237 14.5544 14.1397 14.5851C14.3987 15.0835 14.6569 15.5827 14.924 16.0766C14.9708 16.1632 15.2691 16.6777 15.0278 16.3153C14.738 15.8801 14.4823 15.422 14.2089 14.9759C14.102 14.8014 13.7036 13.9014 13.4649 13.8661C13.3612 13.8508 13.6874 14.5457 13.6956 14.5612C13.9722 15.0859 14.2967 15.5765 14.5203 16.1303C14.6635 16.485 14.346 15.9906 14.3011 15.9275C13.9792 15.4743 13.6777 15.0084 13.3726 14.5433C13.3678 14.5359 13.1898 14.3147 13.2054 14.3673C13.3282 14.7803 13.6391 15.2003 13.8398 15.5755C13.9891 15.8547 14.1299 16.1833 14.3242 16.4346C14.4356 16.5787 14.1076 16.1413 14.0013 15.9931C13.6416 15.4923 12.7435 13.8763 12.9718 14.4538C13.2222 15.0871 14.2729 16.8338 13.9061 16.2646C13.7849 16.0765 12.8937 14.6227 12.7498 14.6805C12.6347 14.7268 13.4915 16.128 13.6206 16.2616C13.7221 16.3665 13.4677 16.0104 13.3899 15.8857C13.143 15.4897 12.9236 15.047 12.6056 14.7044C12.4604 14.5479 12.5026 14.7507 12.5422 14.8416C12.7275 15.2675 13.0068 15.585 13.2977 15.9334' stroke='%232D384A' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.looks__wish.active,
.cartModal__wish.active {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='34.5' cy='34.5' r='34.5' fill='white' fill-opacity='0.7'/%3E%3Cpath d='M34.0788 47.9634L33.1042 47.0863C30.2103 44.5129 27.8226 42.3029 25.941 40.4564C24.0594 38.6099 22.5665 36.9837 21.4622 35.5779C20.3578 34.1721 19.59 32.9062 19.1587 31.7805C18.7274 30.6547 18.5117 29.5366 18.5117 28.4262C18.5117 26.3382 19.2396 24.5845 20.6954 23.1654C22.1512 21.7462 23.9513 21.0366 26.0957 21.0366C27.6724 21.0366 29.1376 21.4477 30.4914 22.2698C31.8452 23.092 33.041 24.2939 34.0788 25.8756C35.2009 24.2529 36.4211 23.0407 37.7396 22.2391C39.0581 21.4374 40.4988 21.0366 42.0619 21.0366C44.2063 21.0366 46.0063 21.7462 47.4622 23.1654C48.918 24.5845 49.6459 26.3382 49.6459 28.4262C49.6459 29.5366 49.4302 30.6547 48.9989 31.7805C48.5676 32.9062 47.801 34.1697 46.6992 35.5709C45.5975 36.9721 44.1045 38.5983 42.2204 40.4495C40.3362 42.3006 37.9473 44.5129 35.0534 47.0863L34.0788 47.9634ZM34.0788 46.2253C36.9097 43.7125 39.2394 41.56 41.0677 39.7677C42.896 37.9755 44.3487 36.4091 45.4258 35.0687C46.5028 33.7283 47.2537 32.5398 47.6784 31.5034C48.103 30.4669 48.3154 29.4432 48.3154 28.4323C48.3154 26.6847 47.7211 25.2309 46.5324 24.0711C45.3438 22.9112 43.8569 22.3313 42.0716 22.3313C40.6085 22.3313 39.2725 22.7462 38.0639 23.5759C36.8552 24.4056 35.7176 25.6954 34.6509 27.4455H33.4967C32.4145 25.7019 31.2693 24.4137 30.0611 23.5807C28.8529 22.7478 27.5278 22.3313 26.086 22.3313C24.3228 22.3313 22.8415 22.9112 21.6418 24.0711C20.4421 25.2309 19.8422 26.6906 19.8422 28.4502C19.8422 29.455 20.0563 30.4763 20.4845 31.5139C20.9128 32.5516 21.6578 33.7405 22.7198 35.0807C23.7818 36.421 25.2364 37.9845 27.0836 39.7712C28.9308 41.5579 31.2625 43.7092 34.0788 46.2253Z' fill='%232D384A'/%3E%3Cpath d='M34.6939 27.7798C34.7441 27.2787 35.5707 26.7184 35.9272 26.4663C36.0142 26.4047 36.8498 25.8212 36.5273 26.0977C36.1018 26.4624 35.7269 26.837 35.3696 27.2695C35.139 27.5487 34.3245 28.2721 34.5805 28.0161C34.934 27.6626 35.2636 27.3108 35.5917 26.9293C35.7824 26.7076 35.9818 26.4949 36.1871 26.2867C36.2996 26.1725 36.6876 25.9465 36.5273 25.9465C36.2936 25.9465 35.7117 26.6052 35.5492 26.7592C35.4725 26.8319 34.8234 27.5604 35.242 27.2128C35.709 26.8251 36.0794 26.3378 36.4233 25.8426C36.7434 25.3816 36.4962 25.6027 36.2249 25.8426C35.9562 26.0801 35.3404 26.9457 35.4736 26.6127C35.593 26.3143 36.012 25.9974 36.2249 25.7575C36.4335 25.5223 36.7087 25.2659 36.9856 25.1102C37.2502 24.9613 36.8716 25.1206 36.8013 25.1621C36.5712 25.2981 36.3885 25.4899 36.2012 25.6772C35.7389 26.1395 37.2084 24.8401 37.6707 24.3778C37.9916 24.0569 38.2897 23.9171 38.6913 23.7163C39.0974 23.5132 39.4848 23.2597 39.882 23.0831C40.2374 22.9252 40.6512 23.0626 40.9877 22.913C41.3667 22.7446 41.7221 22.7618 42.1359 22.7618C42.5058 22.7618 43.0472 22.5168 43.4116 22.7193C44.1498 23.1294 45.0584 23.4095 45.708 23.9147C46.1358 24.2474 46.3908 24.6277 46.601 25.1007C46.7015 25.3268 47.256 25.8916 47.1917 26.1166C47.1413 26.293 46.3829 25.5481 46.3081 25.3984C46.2077 25.1975 46.2608 24.8975 46.2608 24.6755C46.2608 24.4583 47.0968 24.8672 47.272 24.9353C47.5691 25.0509 47.5431 25.4049 47.7492 25.611C48.0765 25.9383 47.7671 25.6289 47.6217 25.4835C47.4819 25.3437 47.4941 25.3088 47.5791 25.4976C47.7222 25.8155 47.8369 26.1588 47.9619 26.4852C48.0967 26.8372 48.0852 27.2759 47.9808 27.6286C47.8975 27.9095 48.0955 28.6798 47.7256 28.0539C47.5558 27.7666 47.5245 27.4661 47.5413 27.1372C47.5556 26.8598 47.5907 26.0817 47.7256 26.3245C47.9148 26.6651 47.9321 27.1943 48.0044 27.5719C48.0972 28.0568 48.1757 28.5611 48.1131 29.0556C48.0974 29.1795 47.7725 30.1677 47.7918 29.821C47.7948 29.7665 47.8768 29.6056 47.8768 29.6226C47.8768 30.0603 47.7756 30.5195 47.6878 30.9456C47.604 31.3522 47.5114 31.8731 47.2814 32.2308C47.1666 32.4094 47.238 31.814 47.2484 31.7772C47.3845 31.2932 48.069 29.9438 47.8248 30.3833C47.3563 31.2266 47.2708 32.2574 46.8184 33.1191C46.7921 33.1693 46.4867 33.6848 46.601 33.5633C46.7245 33.4321 46.7954 33.2673 46.8562 33.1002C47.0757 32.4966 46.1169 34.1517 45.7175 34.6548C45.4775 34.9569 45.2686 35.2721 45.0276 35.5667C44.4867 36.2277 43.8662 36.8162 43.3266 37.4803C42.9646 37.9258 42.554 38.353 42.1406 38.7514C41.6804 39.1948 41.2657 39.6641 40.8176 40.1122C40.5123 40.4175 40.1877 40.6948 39.882 41.0005C39.4902 41.3923 38.9788 42.4468 38.37 42.4936C37.869 42.5321 37.4117 43.1947 37.0754 43.5142C36.828 43.7492 36.6087 43.9976 36.3288 44.1946C35.843 44.5365 35.533 45.0796 35.1192 45.4704C34.8139 45.7587 34.4184 45.8138 34.1175 46.0846C33.8599 46.3165 33.3909 45.3855 33.3142 45.2152C33.1877 44.9341 33.1048 44.5734 32.7378 44.5348C32.4854 44.5083 32.2518 44.1028 32.0574 43.9584C31.5974 43.6167 31.2613 43.4613 31.0368 42.8999C30.8441 42.4182 30.5682 41.9804 30.4414 41.473' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M23.7227 23.4425C23.1477 23.4425 22.4809 23.9806 22.0878 24.3591C21.7004 24.7322 21.0505 25.0322 20.831 25.5262C20.405 26.4846 19.9805 27.47 19.9805 28.5266C19.9805 29.0951 20.1201 29.6403 20.3396 30.1615C20.4326 30.3825 20.4471 30.6223 20.5569 30.8419C20.6624 31.0528 20.8511 31.2739 20.9113 31.4845C21.0377 31.9267 21.1677 32.365 21.3602 32.798C21.5778 33.2876 22.2576 33.6257 22.3666 34.1163C22.4755 34.6064 23.0262 34.8304 23.1321 35.307C23.1925 35.5788 23.4925 35.8915 23.7605 35.9402C24.083 35.9988 24.2169 36.2084 24.422 36.4363C24.7675 36.8202 24.9444 37.3272 25.3859 37.6081C25.8809 37.9231 26.4593 38.3413 26.8696 38.7516C27.307 39.189 27.6878 39.6766 28.1642 40.0935C28.4098 40.3084 27.8565 39.371 27.5311 39.3469C27.2995 39.3298 27.1169 39.16 26.9546 39.0067C26.6846 38.7517 26.3444 38.5666 26.0285 38.3736C25.634 38.1325 25.5365 37.9852 26.0238 38.3263C26.6182 38.7424 27.1303 39.0967 27.5689 39.6871C27.7576 39.9412 27.932 40.2026 28.1264 40.4526C28.3007 40.6766 28.5485 40.7235 28.7407 40.9157C28.9483 41.1233 29.0562 41.4184 29.2699 41.6244C29.5386 41.8835 29.9383 42.0335 30.2291 42.2812C30.9191 42.869 31.6241 43.3519 32.1805 44.0673C32.3593 44.2971 33.1033 44.7769 32.8609 44.6154C32.3722 44.2895 33.8813 42.6045 34.0138 42.3899C34.4336 41.71 34.8134 40.9983 35.2045 40.3014C35.2574 40.2072 35.731 39.2804 35.8661 39.2997C36.0055 39.3196 35.7475 39.5557 35.6771 39.6777C35.4257 40.1128 35.2124 40.5662 34.9966 41.0196C34.6981 41.647 34.388 42.2726 34.1556 42.9285C34.1512 42.9408 33.854 43.8957 33.976 43.8783C34.1959 43.8468 34.5094 43.1058 34.6186 42.9522C34.8997 42.5569 35.6014 41.773 35.6014 41.2606C35.6014 41.2328 35.156 41.7873 35.1478 41.7992C34.7794 42.3391 34.4504 42.904 34.1036 43.4577C33.8502 43.8623 33.5468 44.252 33.3193 44.6721C33.2437 44.8116 33.5425 44.443 33.6264 44.3082C34.1938 43.3972 34.6726 42.4321 35.2518 41.5299C35.6712 40.8767 34.835 42.058 34.7604 42.1536C34.511 42.4732 33.3995 43.5237 33.5602 44.0058C33.6634 44.3154 34.8038 42.9888 34.8643 42.9191C34.9619 42.8068 36.174 41.5045 35.8283 42.1253C35.3632 42.9602 34.6908 43.703 34.0894 44.4405C33.7665 44.8366 34.7171 43.8704 34.8171 43.7318C35.0807 43.3663 35.3345 42.9916 35.6109 42.6356C35.9914 42.1454 35.4496 42.9588 35.403 43.0325C35.0892 43.5288 34.7902 44.0332 34.4485 44.5114C34.4363 44.5286 33.9289 45.233 34.0564 45.1635C34.7285 44.7969 35.3299 43.8064 35.7763 43.2026C36.3634 42.4083 35.3067 43.8856 35.1998 44.0295C34.9141 44.4141 34.6174 44.7917 34.3399 45.1824C34.0754 45.5546 34.3429 45.3068 34.4769 45.1398C34.9903 44.4999 35.5026 43.8324 35.9795 43.1648C36.3243 42.682 35.3243 44.1549 34.9683 44.6295C34.2191 45.6284 35.3046 44.3249 35.5164 44.072C36.3849 43.035 37.26 41.9526 38.2711 41.048C38.8197 40.5571 37.334 42.1844 36.8347 42.7253C36.8333 42.7268 36.3801 43.2342 36.4283 43.2262C36.661 43.1874 36.941 42.7986 37.0898 42.6497C37.7886 41.951 38.5477 41.2807 39.1783 40.5188C39.605 40.0032 38.6673 41.1104 38.5971 41.1897C38.2799 41.548 37.9416 41.8981 37.6427 42.2717C37.5141 42.4324 38.0002 42.0604 38.1482 41.9174C39.0165 41.0786 39.7982 40.1562 40.6714 39.3186C40.9721 39.0302 41.5703 38.3527 40.8368 38.9926C39.9192 39.793 38.8591 40.6065 38.1057 41.5677C37.6597 42.1368 39.0687 40.4888 39.5421 39.9423C39.858 39.5776 40.1736 39.2128 40.4871 38.8461C40.7171 38.5771 40.4232 38.8533 40.3454 38.9122C38.9887 39.9401 37.8135 41.1998 36.5276 42.3143C36.4756 42.3593 36.279 42.525 36.2157 42.6072C36.1916 42.6385 36.2906 42.5772 36.3197 42.5505C36.9375 41.9825 37.4332 41.257 37.9734 40.618C38.5276 39.9625 39.0714 39.3003 39.5941 38.6193C39.6503 38.546 40.2552 37.8848 40.1847 37.7263C40.1214 37.5838 37.4027 40.3684 37.2836 40.4999C36.6675 41.1798 36.0487 41.8568 35.4219 42.5269C35.4025 42.5477 36.0616 41.7812 36.1732 41.648C37.4057 40.1774 38.7031 38.7527 39.8729 37.2301C41.0562 35.6899 34.443 42.7818 35.7243 41.322C36.9405 39.9365 38.0573 38.4275 39.1925 36.975C39.5684 36.4939 39.9412 36.0102 40.317 35.5291C40.4194 35.3981 39.9998 35.6485 39.8729 35.7559C38.4145 36.9907 37.1781 38.5026 35.781 39.81C35.6022 39.9774 35.4293 40.1914 35.7432 39.8951C36.306 39.3638 36.7794 38.7409 37.2836 38.1562C37.9787 37.3502 38.695 36.5624 39.4004 35.7654C39.4336 35.7278 40.0958 34.9805 40.1753 34.8865C40.2532 34.7945 40.4911 34.5565 40.3737 34.5841C39.8629 34.7043 39.1963 35.5575 38.8523 35.8882C37.7297 36.9673 36.6291 38.0735 35.54 39.1863C35.3505 39.38 34.8216 39.998 34.9966 39.7911C35.4666 39.2357 35.8926 38.6385 36.348 38.0712C37.8144 36.2445 39.3629 34.4916 40.851 32.6846C40.8701 32.6614 41.1022 32.3788 41.1581 32.2925C41.1791 32.2599 41.0842 32.32 41.0541 32.3444C40.4335 32.8477 39.8902 33.4417 39.3437 34.0218C38.5106 34.9062 37.6615 35.772 36.8111 36.6395C36.8102 36.6404 35.7709 37.8133 36.3575 37.2207C37.9023 35.6601 39.2611 33.8848 40.7045 32.231C41.2228 31.6372 41.7299 31.0334 42.2543 30.445C42.3984 30.2833 42.5765 30.0975 42.2827 30.3977C40.6922 32.0228 39.2111 33.7949 37.9262 35.6709C37.6569 36.064 36.9208 37.29 37.1796 36.8899C37.6283 36.1965 38.1313 35.5423 38.6397 34.8912C40.0231 33.1195 41.497 31.3903 43.1143 29.826C43.1635 29.7783 43.3897 29.5532 43.4923 29.4905C43.5369 29.4632 43.4661 29.5944 43.4356 29.637C42.9338 30.3364 42.3766 30.9973 41.8621 31.6877C40.5862 33.3997 39.5505 35.1964 38.4648 37.0222C37.9221 37.9349 39.4576 35.1367 40.0808 34.277C41.1313 32.8277 42.4014 31.4607 43.7758 30.3079C44.0323 30.0928 43.3399 30.8165 43.1143 31.0639C42.2771 31.9821 41.4973 32.9381 40.7895 33.9604C40.1751 34.8479 39.4582 35.8178 39.0933 36.8474C39.0393 36.9998 38.9481 37.5439 39.3106 37.3341C39.8173 37.0407 40.1874 36.32 40.5013 35.8599C41.2866 34.7088 42.0268 33.5269 42.8213 32.3822C43.1739 31.8742 43.5392 31.3601 43.9742 30.9175C44.2064 30.6812 44.0647 30.9572 43.9837 31.0781C42.8497 32.7713 41.5688 34.3537 40.4871 36.0867C40.1049 36.6991 39.7581 37.3348 39.3626 37.9389C39.1677 38.2365 39.2751 37.9936 39.3437 37.8349C40.0313 36.2448 40.9176 34.6148 42.0748 33.3178C42.2194 33.1556 43.785 31.4903 43.2749 32.5901C42.458 34.3516 41.4721 36.0508 40.5344 37.7499C40.3932 38.0058 39.9978 38.7832 40.0902 38.5059C40.1976 38.1837 40.4552 37.8409 40.6194 37.5514C41.5945 35.8322 42.6499 34.1648 44.0971 32.798C44.1146 32.7815 44.5209 32.4105 44.4798 32.4578C44.1524 32.8356 43.8264 33.2142 43.5159 33.606C42.3428 35.0863 41.1535 36.7639 40.4824 38.5437C40.2524 39.1537 40.8484 38.278 40.851 38.2744C41.3464 37.5667 41.8583 36.8764 42.3961 36.2001C43.0485 35.3794 45.1474 33.0479 44.5554 33.9131C43.6216 35.2779 42.5579 36.5755 41.5455 37.8822C41.3497 38.135 40.2967 39.6767 41.1912 38.6618C42.1098 37.6195 42.9749 36.5281 43.8844 35.4771C43.9714 35.3766 44.2323 35.0751 44.1443 35.1747C43.7493 35.6224 43.354 36.0702 42.9631 36.5214C42.628 36.908 42.3129 37.303 42.0464 37.7404C42.0433 37.7456 41.8008 38.1435 42.0086 37.9483C42.3164 37.6592 42.6556 37.3767 42.9253 37.0506C43.0087 36.9497 43.1841 36.7434 43.1993 36.6064C43.2545 36.1096 43.8078 35.6917 44.1254 35.3543C44.503 34.9531 44.7454 34.4594 45.0752 34.0265C45.2989 33.7329 45.5295 33.4457 45.7414 33.143C46.0609 32.6865 45.5283 33.3897 45.4579 33.4973C45.0303 34.1508 44.6842 34.8511 44.2199 35.4819C43.8428 35.9942 43.9764 35.6644 44.2388 35.3496C44.8476 34.619 45.2285 33.6885 45.8548 32.987C46.4259 32.3474 46.9079 31.4506 47.0313 30.5867C47.1281 29.9091 47.2475 29.357 47.1967 28.6967C47.1379 27.9324 46.8957 27.2945 46.6439 26.5893C46.4119 25.94 45.7908 25.4983 45.3681 24.9781C44.9363 24.4467 44.1263 23.5629 43.4734 23.3763C43.183 23.2934 42.8671 23.337 42.5851 23.2535C42.1357 23.1203 41.7108 22.8336 41.2431 22.7668C40.9363 22.723 40.611 22.8297 40.3501 22.9747C40.2248 23.0443 40.1895 23.0078 40.095 22.9322C39.9546 22.8199 40.4336 22.8483 40.4777 22.8471C40.7972 22.8385 41.0876 22.7257 41.4132 22.781C41.7288 22.8345 42.0458 22.9993 42.3488 23.1023C42.9102 23.2929 43.3538 23.6898 43.8797 23.9528C44.3169 24.1714 44.8312 24.5214 45.3256 24.5481C45.8967 24.579 45.7155 24.8279 45.9635 25.186C46.2509 25.6012 46.3238 25.9602 46.3887 26.4665C46.4886 27.2453 46.5163 28.1214 46.5163 28.9046C46.5163 30.2901 46.1292 31.8783 45.3256 33.0107C45.0815 33.3546 44.9572 33.6954 44.7728 34.0644C44.69 34.2298 44.6085 34.4018 44.6924 34.1022C45.0859 32.697 45.9988 31.4945 46.3037 30.0717C46.3353 29.9239 46.4321 29.0565 46.3793 29.1739C45.9209 30.1925 45.4606 31.21 45.0279 32.2405C44.7526 32.8963 44.4588 33.545 44.1963 34.2061C44.1238 34.3888 43.9438 34.9476 43.9789 34.7542C44.0335 34.4544 44.194 34.1625 44.3097 33.8848C44.6023 33.1825 44.8362 32.4608 45.1744 31.7774C45.6246 30.8678 46.1772 30.0167 46.6013 29.0936C46.9023 28.4387 45.7556 30.2657 45.4106 30.8986C45.0298 31.5972 44.7652 32.3272 44.494 33.0721C44.427 33.2561 44.2199 33.7877 44.2199 33.5918C44.2199 33.1842 44.389 32.7418 44.5129 32.3633C44.8674 31.2802 45.3523 30.2647 45.902 29.2684C46.1718 28.7795 46.4567 28.299 46.7147 27.8037C46.7857 27.6675 47.0337 27.3737 46.8801 27.3737C46.2483 27.3737 45.5033 29.4156 45.3256 29.8071C44.9658 30.5997 44.6884 31.4271 44.3239 32.2169C44.2354 32.4085 44.0365 32.9036 43.9364 32.7177C43.799 32.4625 44.1315 31.7621 44.201 31.5554C44.5705 30.4563 45.0049 29.3967 45.6091 28.4038C45.8682 27.9779 46.8551 26.6163 46.1666 27.9501C45.2482 29.7297 44.5021 31.6028 43.5584 33.365C43.5553 33.3708 43.1087 34.1952 43.0481 34.1683C42.9657 34.1317 43.078 33.9898 43.1048 33.9037C43.1771 33.6712 43.3345 33.2296 43.4072 33.0248C44.0712 31.1551 44.8056 29.4424 45.8453 27.7517C45.9216 27.6276 46.7913 26.1179 46.0343 26.561C44.6495 27.3716 43.8998 29.2734 43.2277 30.634C43.1136 30.8648 42.9058 31.5593 42.6418 31.7207C42.4368 31.846 42.7581 31.2529 42.8497 31.0309C43.5544 29.3221 44.4743 27.5171 45.5949 26.0412C45.6677 25.9454 45.9142 25.6814 45.8406 25.7766C45.5352 26.1719 45.2111 26.5321 44.9429 26.9579C44.506 27.6513 44.1325 28.3895 43.7663 29.122C43.5487 29.5571 43.3703 30.1211 43.0481 30.4969C42.5593 31.0672 43.4441 29.0397 43.7663 28.3612C44.0973 27.6644 44.4377 26.9609 44.8389 26.3011C44.9733 26.08 45.4278 25.4655 44.9287 26.0223C43.6412 27.4589 42.4616 29.0027 41.1864 30.4544C40.8302 30.86 40.4382 31.2576 40.128 31.7018C40.0483 31.816 40.3096 31.4893 40.3832 31.3711C41.3843 29.7626 42.3728 28.2595 43.5868 26.7972C43.9513 26.3582 44.3067 25.9113 44.6735 25.4742C44.8244 25.2944 44.4075 25.8614 44.2624 26.046C42.5 28.289 37.7224 35.3922 39.4524 33.1241C40.7715 31.3945 44.8589 26.3082 43.549 28.0446C42.7211 29.1421 41.8858 30.2522 41.1864 31.4372C40.6104 32.4133 41.3278 31.333 41.555 31.0261C42.4066 29.8757 43.2624 28.7219 44.1018 27.5627C44.7062 26.7281 43.929 27.2918 43.4923 27.506C43.0329 27.7313 44.1202 26.5362 44.2199 26.4192C44.2772 26.352 45.1135 25.4105 44.9003 25.3986C44.7231 25.3888 44.277 25.5116 44.1396 25.3514C43.6177 24.7424 41.4507 27.5431 41.1486 27.9549C40.6536 28.6299 41.7711 27.2608 41.8858 27.1422C42.0571 26.9648 43.287 25.6073 42.689 26.5043' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M21.2564 24.7178C21.4208 24.7384 21.2542 24.8558 21.1903 24.784C21.0974 24.6795 21.549 24.4147 21.5966 24.3776C21.855 24.1767 22.2108 23.7361 22.4897 23.6122C23.0713 23.3537 23.7544 22.9318 24.4033 22.9318C24.6087 22.9318 25.5523 22.7925 25.6791 22.6341C25.7822 22.5051 26.2832 22.6531 26.402 22.7191C26.5972 22.8276 26.9471 22.7617 27.1675 22.7617C27.671 22.7617 28.1337 22.9873 28.5708 23.2058C29.0516 23.4462 29.6592 23.5739 30.0167 23.9524C30.4985 24.4625 30.9159 24.981 31.3397 25.5258C31.6701 25.9506 32.2229 26.3193 32.6154 26.7118C32.7954 26.8917 32.7746 26.7361 32.691 26.5842C32.5354 26.3012 32.3542 25.9497 32.124 25.7195C31.9234 25.5189 31.6642 25.4417 31.4625 25.2281C31.3827 25.1436 31.0467 24.7666 31.0467 24.68C31.0467 24.4033 31.4401 25.0746 31.6704 25.2281C32.0171 25.4593 32.4275 25.6351 32.606 26.0408C32.8248 26.5382 32.9374 27.0088 33.2486 27.4584C33.469 27.7767 34.1615 28.0002 34.5244 28.101C34.7738 28.1702 35.2329 28.6653 35.0158 28.3939C34.9102 28.262 36.6285 26.7344 36.9058 26.5228C37.1756 26.3169 37.3484 26.0613 37.5862 25.8235C38.0134 25.3963 38.5285 25.0353 38.9848 24.6375C39.0931 24.5431 39.8596 24.0064 39.6746 24.1414C38.8649 24.7322 38.0392 25.2909 37.2696 25.9369C37.0556 26.1165 36.8148 26.3048 36.6364 26.5228C36.5135 26.673 36.9503 26.2933 37.0948 26.1637C37.5833 25.7253 38.2652 25.2145 38.621 24.6611C38.9553 24.141 37.6623 25.4428 37.1987 25.8518C37.1068 25.933 36.8653 26.1168 37.1515 25.9369C37.7141 25.5832 38.2675 25.2107 38.8194 24.8407C39.5762 24.3334 40.2925 23.7618 41.0969 23.3287C41.1374 23.3069 40.7038 23.8494 40.5819 23.9524C40.0952 24.3633 39.571 24.6738 39.0557 25.0486C38.1167 25.7315 39.7633 24.8252 39.9676 24.6989C40.4492 24.4014 40.8997 24.0596 41.3757 23.7539C41.5479 23.6433 41.8934 23.3665 42.1222 23.3665C42.2418 23.3665 41.9775 23.5583 41.8907 23.6405C41.3532 24.1497 40.764 24.5917 40.1755 25.0391C40.0591 25.1276 38.6145 26.3325 39.4384 25.7621C40.1811 25.2479 40.8766 24.6666 41.6119 24.1414C41.7055 24.0745 42.1437 23.8476 41.8198 24.0563C41.1127 24.512 40.2025 25.1903 39.7172 25.8755C39.1926 26.6161 41.3285 25.0241 42.0561 24.4816C42.1495 24.4119 43.706 23.1813 43.0719 23.8153C42.2944 24.5928 41.4088 25.2667 40.596 26.0078C40.5454 26.0539 40.2866 26.2873 40.5535 26.1401C41.0586 25.8614 41.541 25.537 42.0277 25.2281C42.5155 24.9185 42.9977 24.6054 43.4641 24.2642C43.5117 24.2294 44.1792 23.7212 43.7854 24.0847C43.3334 24.5019 42.8922 24.9306 42.4388 25.3463C42.302 25.4716 41.1187 26.3382 41.2056 26.5795C41.2567 26.7217 43.6338 24.9591 43.8232 24.8029C44.0709 24.5987 44.765 23.93 44.532 24.1508C44.031 24.6255 43.5064 25.0711 42.9916 25.5305C42.489 25.9791 42.0132 26.4521 41.5836 26.9717C41.5351 27.0303 41.1534 27.487 41.508 27.2788C42.3704 26.7723 43.33 26.0143 44.0359 25.3085C44.7601 24.5842 42.4249 26.5779 41.6781 27.2788C41.5637 27.3861 41.1224 27.7084 41.1111 27.912C41.109 27.9497 41.7463 27.4856 41.7678 27.4678C42.2074 27.1043 43.4655 25.9443 43.0578 26.3432C41.8609 27.5141 40.6072 28.6418 39.4667 29.8681C39.1538 30.2047 38.8306 30.5598 38.5973 30.9596C38.469 31.1797 38.8675 30.5276 39.0037 30.3123C39.6482 29.2931 40.3975 28.1462 41.508 27.5812C41.6917 27.4877 41.6602 27.6337 41.593 27.7513C41.3625 28.1547 41.0432 28.5426 40.7472 28.8995C40.6738 28.988 40.417 29.2055 40.4685 29.1027C40.7407 28.5581 41.2467 28.0715 41.6592 27.6379C42.619 26.629 43.7314 25.8019 44.7115 24.8218C44.8595 24.6738 44.7913 24.4473 44.6454 24.5855C44.33 24.8843 44.0725 25.2907 43.7571 25.6061C43.2759 26.0873 42.837 26.6052 42.3585 27.0898C40.9848 28.4806 39.7231 29.944 38.5312 31.4935C38.3054 31.7871 37.902 32.1883 37.813 32.5708C37.7835 32.6978 38.5146 31.9121 38.5454 31.8763C39.5267 30.7314 40.4728 29.4602 41.6781 28.5357C41.874 28.3854 41.905 28.4289 41.7631 28.6207C41.2703 29.2869 40.714 29.9117 40.1849 30.5485C39.0225 31.9478 37.6803 33.4242 36.9247 35.1035C36.8215 35.3327 37.2288 34.7029 37.3877 34.5081C38.0677 33.6744 38.793 32.8806 39.4998 32.07C40.1891 31.2796 42.215 28.887 41.6403 29.7642C40.5 31.5045 39.1676 33.1131 38.0351 34.8625C37.4746 35.7281 36.0604 38.4695 36.6742 37.6408C37.6397 36.3374 38.6087 35.0071 39.5234 33.6671C39.9933 32.9787 40.435 32.2711 40.9126 31.588C41.4011 30.8893 40.6122 31.8904 40.5252 31.9944C38.805 34.049 37.0312 36.0639 35.4032 38.1936C35.2249 38.4269 34.6937 39.1162 34.9213 38.9307C35.3166 38.6086 35.5898 37.9832 35.8568 37.5699C36.9116 35.9375 38.0572 34.2253 39.3864 32.7976C40.3307 31.7835 37.7103 35.0053 36.9058 36.1335C36.3123 36.9658 35.6855 37.8152 35.2804 38.7606C35.2517 38.8276 35.0124 39.696 35.0961 39.5545C35.747 38.453 36.159 37.181 36.7026 36.0248C37.0634 35.2575 37.4563 34.5064 37.9028 33.7852C38.0313 33.5775 38.4941 33.0086 38.3611 33.2134C37.2738 34.8884 36.2848 36.6641 35.0252 38.2173C34.6839 38.6381 34.3062 39.1308 33.877 39.4741C33.794 39.5405 34.277 38.4805 34.3259 38.3826C35.254 36.5265 36.1297 34.3775 37.5153 32.8071C37.5186 32.8034 37.938 32.3226 37.898 32.6323C37.7969 33.4157 37.2115 34.2815 36.8869 34.9806C36.4024 36.0237 35.8927 37.0491 35.3465 38.0613C34.9741 38.7516 34.491 39.4686 34.2597 40.2254C33.9795 41.1427 35.2123 38.5601 35.6773 37.7211C35.806 37.4888 36.0405 36.8067 36.1214 37.0596C36.2073 37.3281 35.8682 37.8354 35.7623 38.0424C35.1332 39.2717 34.4846 40.486 33.9006 41.7374C33.5968 42.3885 34.5469 40.454 34.8646 39.8096C34.9985 39.5379 35.252 38.6845 35.252 38.9874C35.252 39.3877 34.7694 40.025 34.5905 40.353C34.1062 41.2409 32.6078 43.8793 33.0974 42.9943C33.5775 42.1263 33.7857 41.1284 34.1747 40.2207C34.4889 39.4877 34.3246 39.9201 34.0613 40.3672C33.6448 41.0744 33.16 41.839 32.9226 42.6305C32.8038 43.0264 33.2604 41.8756 33.414 41.4917C33.4837 41.3173 33.554 41.1115 33.6597 40.9531C33.8335 40.6923 33.4923 41.5579 33.3809 41.8508C33.1799 42.3794 32.9234 42.8854 32.6721 43.3912C32.5762 43.5844 32.2172 44.3011 32.5351 43.6652C32.6942 43.3471 32.8465 43.0219 33.036 42.7202C33.1379 42.558 33.3576 42.3743 33.4187 42.191C33.4592 42.0694 33.1223 42.2501 33.0785 42.3706C32.9359 42.7627 32.6286 43.1644 32.3792 43.4951C31.7954 44.2693 31.8027 43.2758 31.8027 42.8242C31.8027 42.1873 31.69 41.5143 32.0579 40.9625' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M21.5113 31.3519C21.4169 31.244 22.622 32.1865 22.6926 32.2544C24.2729 33.7748 25.6478 35.5596 27.3798 36.918C29.2226 38.3634 23.972 33.7044 22.2673 32.0985C22.1913 32.0269 21.032 30.9193 21.3884 31.4842C22.6535 33.4888 24.3259 35.2756 25.9623 36.9747C26.108 37.126 27.9165 38.7378 26.8506 37.7307C25.2092 36.1798 23.5505 34.6446 21.8515 33.1569C21.3132 32.6855 19.9153 31.0801 20.2781 31.6968C20.5961 32.2374 21.1696 32.7257 21.5869 33.1758C22.7405 34.42 23.8956 35.6633 25.1118 36.8471C25.8747 37.5898 26.6711 38.2903 27.479 38.9828C27.5898 39.0778 28.1574 39.7013 28.3484 39.6774C28.4533 39.6643 28.24 39.4951 28.1736 39.4128C28.0352 39.2413 27.6418 38.7754 27.5263 38.6379C26.9718 37.9778 26.424 37.312 25.8678 36.6534C25.5895 36.3239 25.3087 35.99 24.9889 35.6989C24.8968 35.6151 24.5956 35.4752 24.6298 35.595C24.8299 36.2954 25.5899 37.0242 26.0379 37.5417C27.2019 38.8862 28.4721 40.138 29.7896 41.3312C30.3239 41.8151 30.9986 42.5656 31.7079 42.8243C32.1032 42.9685 31.7899 42.3917 31.7363 42.314C30.6307 40.7103 28.5957 39.5658 27.0018 38.5245C26.1711 37.9819 25.0629 37.4617 24.4881 36.6109C23.6584 35.3829 26.8783 38.3681 28.0035 39.3325C28.9787 40.1683 29.9641 40.9914 30.9472 41.8179C30.9579 41.8268 32.0765 42.6876 32.0765 42.6778C32.0765 42.2612 31.1146 41.3466 30.9 41.0855C30.0011 39.9919 29.0371 38.9536 28.046 37.9433C27.2767 37.1591 24.8422 34.936 25.6504 35.68C27.5546 37.4331 29.1666 39.4753 31.1882 41.1138C31.3655 41.2576 31.8458 41.6979 32.1332 41.6525C32.5138 41.5924 31.7474 40.9765 31.4811 40.698C29.8966 39.0407 28.2007 37.3648 26.4064 35.9352C25.3047 35.0574 27.2275 36.8896 27.2711 36.9322C28.5228 38.1523 29.8036 39.3403 31.1409 40.4665C31.8695 41.08 32.6169 41.7427 33.442 42.2289C33.9605 42.5345 33.4868 41.9891 33.3901 41.8746C32.6492 40.9969 31.7941 40.2189 30.9519 39.4412C29.154 37.7808 27.2419 36.2033 25.5229 34.461C25.2526 34.187 24.9701 33.9076 24.7243 33.6105C24.3652 33.1762 25.545 34.3838 25.9339 34.7917C27.81 36.7595 29.6473 38.9846 31.8969 40.5468C33.2747 41.5036 29.5631 38.1368 28.391 36.9369C27.5588 36.085 26.7037 35.2377 25.9434 34.3192C25.7804 34.1224 25.3172 33.5666 25.5559 33.6577C26.0084 33.8305 26.5363 34.4454 26.8459 34.7398C28.194 36.0217 29.5105 37.334 30.9047 38.567C31.4851 39.0804 32.1744 39.8051 32.9128 40.1216C32.9622 40.1428 33.0811 40.1606 33.0735 40.1074C33.0525 39.9605 32.8047 39.6817 32.7663 39.6349C30.9284 37.3942 28.712 35.4474 26.6474 33.4215C26.366 33.1453 25.8284 32.7527 25.6741 32.3583C25.5307 31.9921 26.3225 32.8122 26.5954 33.0954C28.4645 35.0348 30.2624 37.0696 32.2844 38.8553C32.4613 39.0115 32.8696 39.4591 32.8892 39.2238C32.9151 38.9127 31.9991 38.1555 31.8591 38.0048C30.8539 36.9218 29.855 35.8331 28.8257 34.7728C28.6553 34.5974 27.7767 33.4489 27.4176 33.4309C27.3219 33.4261 27.4941 33.6082 27.5499 33.6861C27.7707 33.9942 28.1521 34.4625 28.3721 34.7256C29.4846 36.0564 30.6391 37.3585 31.8308 38.619C32.392 39.2126 34.0974 40.9543 33.6263 40.287C33.2953 39.8181 32.6969 39.4312 32.2797 39.0537C31.5419 38.3862 30.8388 37.6861 30.125 36.9936C30.0238 36.8953 29.6883 36.6475 29.7707 36.7621C30.2225 37.3906 30.8185 37.947 31.3488 38.5056C31.9946 39.1859 32.6377 39.8815 33.3617 40.4807C33.4614 40.5632 33.5557 40.6586 33.6736 40.7122C33.7269 40.7365 33.6105 40.6124 33.5696 40.5705C32.6832 39.6601 31.6594 38.7528 30.6117 38.0331C30.1541 37.7187 30.4554 38.1931 30.5739 38.3733C31.0359 39.0758 31.5936 39.7297 32.171 40.3389C32.4953 40.6811 32.8635 41.087 33.2766 41.3312C33.5099 41.469 32.9806 40.8754 32.8041 40.6697C31.8729 39.5841 30.9429 38.4984 30.0731 37.3622C29.8474 37.0673 29.4108 36.4772 29.1848 36.1242C29.1283 36.036 28.9671 35.8218 29.0714 35.8312C29.2936 35.8514 29.7523 36.3316 29.8699 36.4313C30.6609 37.1025 31.4407 37.7881 32.2891 38.3875C32.5973 38.6052 33.8825 39.2684 33.1727 38.3402C31.7069 36.4235 29.9703 34.6543 28.3815 32.8356C28.3665 32.8183 27.8634 32.2287 27.8996 32.2591C28.5225 32.7837 29.0547 33.4686 29.6195 34.0499C30.9287 35.3975 32.3194 37.0222 33.9571 37.9953C34.1956 38.137 34.1602 37.9852 34.0327 37.8158C33.3341 36.8873 32.4807 36.0623 31.7079 35.1981C30.711 34.0831 29.7588 32.933 28.7879 31.7961C28.4429 31.3922 28.2138 31.1794 28.7123 31.7866C30.5205 33.9894 32.3844 36.2609 34.4674 38.2127C35.5307 39.2091 34.1984 37.4792 34.0327 37.2771C32.5304 35.4454 30.8772 33.7322 29.4635 31.8291C29.3635 31.6945 29.103 31.2724 29.2273 31.385C29.9636 32.0523 30.5816 32.8951 31.2402 33.6341C32.1036 34.6029 32.9607 35.6048 33.9051 36.4975C34.0922 36.6743 34.3532 36.9144 34.628 36.9511C34.7369 36.9656 34.5538 36.7401 34.4863 36.6534C33.7169 35.6663 32.9128 34.7121 32.1804 33.6955C31.7613 33.1137 31.3121 32.4515 30.9236 31.8433C30.7526 31.5756 30.5225 31.3284 30.4416 31.0211C30.3921 30.8331 30.7006 31.3116 30.8196 31.4653C31.7981 32.7291 30.8372 31.5089 32.0009 32.9962C32.8971 34.1418 35.6244 37.5354 34.8359 36.3132C34.3545 35.567 33.7134 34.9338 33.2483 34.1586' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M34.6941 27.2696C34.8226 27.2214 34.8108 26.728 34.7224 26.8727C34.5502 27.1544 34.3975 27.4535 34.146 27.6759C34.1276 27.6921 33.6073 28.0579 33.6073 27.898C33.6073 27.6962 34.2937 27.4122 34.42 27.2034C34.4928 27.0831 34.5008 26.8854 34.3444 27.0853C34.0765 27.4276 33.9178 27.8659 33.7774 28.2713C33.6999 28.495 33.6566 28.7975 33.5222 28.9989C33.4304 29.1367 33.6937 28.7139 33.801 28.5879C33.9532 28.4092 34.0752 28.1612 34.2499 28.0067C34.4151 27.8606 34.3025 28.4529 34.2546 28.6682C33.6491 31.3929 33.2011 34.1424 33.6545 36.9086C33.8062 37.834 33.9257 39.5006 33.7112 40.6036C33.6521 40.9077 33.6047 41.1634 33.5884 41.473C33.5772 41.6852 33.0533 41.8738 32.9269 42.0873C32.7632 42.3637 32.4922 43.2684 32.4922 42.9472C32.4922 42.4483 32.8447 41.8932 32.9458 41.4022C33.0732 40.7835 32.7107 41.4202 32.6717 41.662C32.5267 42.5611 32.9189 41.7463 33.0781 41.388' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M35.8002 33.8184C35.5545 34.0569 35.2361 34.2283 35.082 34.5366C34.6971 35.3064 34.3126 36.0689 33.8629 36.8047C33.4977 37.4023 34.4532 36.0711 34.5433 35.9258C34.7884 35.5306 34.9877 35.1129 35.0631 34.65C35.1351 34.2079 34.9913 34.3487 34.8079 34.5981C34.6915 34.7564 33.8124 36.0815 34.0803 35.9636C35.0878 35.5203 35.4988 34.1692 36.0554 33.3223C36.3157 32.9261 36.6068 32.5508 36.8681 32.1552C37.0711 31.8477 36.7899 32.1488 36.7121 32.2403C36.2466 32.788 35.8565 33.4094 35.46 34.0074C35.2063 34.3901 34.9569 34.7766 34.7276 35.1745C34.662 35.2885 34.4705 35.5707 34.6 35.5478C35.0021 35.4769 35.4436 34.916 35.6821 34.6359C36.3327 33.8716 36.8639 32.995 37.3784 32.1363C37.921 31.2306 39.694 28.6079 39.0605 29.4525C38.7997 29.8002 38.6356 30.2309 38.4179 30.6054C37.9868 31.3468 37.5457 32.0676 37.1988 32.8545C36.9119 33.5054 37.1627 33.2762 37.4776 32.8971C38.1628 32.072 38.783 31.2281 39.3204 30.2983C39.6635 29.7045 40.0229 29.1168 40.3551 28.5169C40.5336 28.1946 40.2008 28.436 40.0811 28.5311C39.5748 28.9336 39.3013 29.5528 39.0132 30.114C38.787 30.5547 37.9997 31.8097 38.3092 31.4228C39.1535 30.3675 39.9279 29.1797 40.6197 28.0208C40.7918 27.7326 40.9873 27.3878 41.0544 27.0522C41.0938 26.8553 40.4906 27.4419 40.4591 27.4774C40.1701 27.8035 39.9006 28.175 39.774 28.5973C39.6697 28.9448 40.0579 28.3401 40.0716 28.3185C40.1826 28.1438 41.1569 26.5913 40.6481 26.6931C40.0162 26.8195 39.6427 27.7494 39.3912 28.2523C39.3872 28.2605 39.1204 28.8235 39.3015 28.5973C39.6727 28.1332 39.9031 27.5006 40.1756 26.9766C40.3655 26.6114 41.1037 25.368 40.289 26.1828C39.1269 27.3449 38.5848 28.8395 37.9454 30.3219C37.7731 30.7213 37.8098 30.545 37.9832 30.2936C38.3466 29.7666 38.7202 29.258 39.0321 28.6965C39.416 28.0055 39.7441 27.2748 40.0622 26.5513C40.3485 25.9001 39.8099 26.4004 39.6086 26.6269C38.4076 27.978 37.9575 29.9345 37.1138 31.5126C36.9486 31.8215 36.9437 31.8566 37.1327 31.5315C37.4593 30.9698 37.6907 30.3622 37.9832 29.7833C38.2748 29.206 38.5916 28.5778 39.0085 28.0775C39.1379 27.9222 38.8453 28.4489 38.7392 28.6209C38.2515 29.4113 37.7844 30.2139 37.2933 31.0023C36.8757 31.6728 36.3423 32.3642 36.0412 33.1002C35.7218 33.881 36.9471 31.6636 37.2461 30.8747C37.2799 30.7854 37.8392 29.3633 37.7847 29.3391C37.7248 29.3125 36.9714 30.4632 36.9295 30.5204C36.0417 31.7322 34.888 32.9647 34.3354 34.3854C34.2752 34.5404 34.836 34.0495 34.8646 34.0169C35.3996 33.4073 35.6552 32.6135 35.9703 31.8812C36.1154 31.544 36.7318 30.6639 36.4381 30.8842C35.987 31.2225 35.6467 31.7123 35.3371 32.1741C34.6878 33.143 32.9584 36.1877 33.5605 35.1887C34.5245 33.5893 35.2872 31.8806 36.1688 30.2369C36.2315 30.1199 36.7332 29.3842 36.6318 29.2068C36.5638 29.0877 35.8166 30.183 35.7907 30.2227C35.3822 30.8518 35.0134 31.5025 34.6284 32.1458C34.5937 32.2038 34.1864 32.8713 34.2929 32.7648C35.2953 31.7623 35.8842 30.2247 36.4617 28.9658C36.6346 28.5889 37.2251 27.5062 36.9626 27.8271C36.463 28.4376 36.0718 29.1364 35.6537 29.8022C35.0748 30.7242 34.4081 31.5973 33.8535 32.5332C33.4554 33.205 33.9427 32.8538 34.1842 32.5238C34.8186 31.6571 35.0741 30.6165 35.6112 29.7077C35.7478 29.4765 35.4372 30.2306 35.4364 30.2321C35.017 31.0092 34.4993 31.728 34.033 32.4765C33.6237 33.1337 33.1172 33.8634 32.899 34.617C32.783 35.0177 33.3267 34.3733 33.3526 34.3382C34.2923 33.0655 34.8124 31.3609 35.3608 29.8872C35.432 29.6957 35.5098 29.3882 35.2332 29.6604C34.819 30.0681 34.4503 30.5407 34.0803 30.9881C33.9744 31.1161 33.8829 31.2287 33.7873 31.3614C33.6517 31.5497 33.7886 31.3949 33.8157 31.3614C34.1904 30.8996 34.4933 30.3809 34.7749 29.8589C34.9752 29.4874 35.4383 28.8358 35.4222 28.3846C35.4095 28.0295 34.9057 28.8772 34.6898 29.1596C34.2823 29.6924 33.9119 30.2618 33.6267 30.87C33.487 31.1679 33.3748 31.4935 33.7968 31.2102C34.8903 30.476 35.2425 28.9675 35.9703 27.9405C36.0625 27.8104 36.5257 27.1677 36.7499 27.2176C36.8373 27.237 36.2091 28.1293 36.1877 28.1578C35.7865 28.6926 35.3128 29.1822 34.945 29.7407C34.6473 30.1928 35.1509 29.6826 35.2237 29.5943C36.1385 28.4851 36.9108 27.2691 37.6902 26.0647C38.1215 25.3981 36.8245 27.3977 36.4475 28.0964C36.4336 28.1222 35.9144 28.9572 36.131 28.8099C36.5491 28.5256 36.8742 28.0796 37.1657 27.6759C37.5792 27.1034 37.9265 26.4888 38.3139 25.8993C38.4545 25.6853 38.6659 25.3923 38.3328 25.767C37.9096 26.2431 37.5628 26.7868 37.2272 27.3262C36.9472 27.7762 36 28.9675 36.4712 28.7248C36.8179 28.5462 37.0954 28.0609 37.3358 27.7704C37.7293 27.295 38.076 26.7845 38.4651 26.3056C38.5494 26.2019 38.8333 25.9187 38.7486 26.0221C38.3792 26.4737 38.0362 26.9263 37.7375 27.4302C37.3286 28.12 36.8392 28.8891 36.6129 29.6651C36.4776 30.129 37.2242 29.1766 37.265 29.1218C37.8434 28.3426 39.5911 26.0225 38.9329 26.7356C38.164 27.5685 37.7549 28.8349 37.1894 29.8069C36.8565 30.379 37.2621 29.7465 37.3878 29.5943C37.8954 28.9799 38.3697 28.3427 38.8526 27.709C38.9608 27.5669 39.7786 26.7148 39.6369 26.4757C39.4935 26.2337 38.7607 27.0936 38.725 27.1372C37.8232 28.2377 37.1767 29.6968 36.6507 31.0118' stroke='%232D384A' stroke-linecap='round'/%3E%3Cpath d='M21.4262 26.2486C21.4141 26.345 21.3703 26.3113 21.2986 26.3431C21.0536 26.452 21.2067 27.1198 21.2277 27.2787C21.3555 28.2425 21.5687 29.1963 21.7475 30.1515C21.7909 30.3834 21.8242 31.4373 22.1066 31.5879C22.1557 31.6141 21.9372 31.0175 21.927 30.9926C21.637 30.2807 21.3681 29.5969 21.223 28.8379C21.1807 28.6168 21.1084 27.9524 21.086 28.1764C21.0449 28.5872 21.0781 29.0454 21.1238 29.4522C21.2035 30.1612 21.3832 30.8609 21.5443 31.5548C21.6107 31.8408 21.7607 32.0301 21.5774 31.6635C21.0155 30.5396 20.5812 29.3452 20.4245 28.0914C20.4029 27.919 20.4605 27.7931 20.5379 28.0394C20.7974 28.8651 20.8788 29.7856 20.949 30.6429C20.9827 31.0546 21.0765 32.2418 21.0765 31.0965C21.0765 30.0493 20.955 28.9978 20.8781 27.9544C20.8546 27.6355 20.7227 26.7107 20.8686 26.9952C21.2466 27.7323 21.432 28.6516 21.6624 29.4427C21.6843 29.5177 21.9364 30.6294 21.979 30.3736C22.0906 29.7042 21.9489 28.9938 21.8514 28.3324C21.7683 27.7681 21.7311 27.1818 21.5963 26.6266C21.4794 26.1454 21.6872 27.5515 21.7002 27.6189C21.9286 28.7977 22.1157 29.9881 22.409 31.1532C22.4131 31.1696 22.6911 32.0553 22.7681 31.6163C22.8641 31.0691 22.7654 30.4378 22.6925 29.8963C22.6223 29.3749 22.6207 28.2411 22.2436 27.8221C22.2375 27.8152 22.3955 28.6734 22.4185 28.7434C22.948 30.3563 23.6636 31.9619 24.4786 33.4496C24.6718 33.8023 25.2846 34.672 25.3574 34.2765C25.5133 33.4302 24.7494 32.3359 24.3179 31.6824C23.8769 31.0145 23.196 30.6342 22.7492 30.0003C22.3429 29.4239 22.0405 28.5957 22.0405 27.8835C22.0405 27.5179 22.6284 28.7391 22.6547 28.7907C23.3751 30.205 24.1824 31.5571 25.055 32.8826C25.2954 33.2476 25.591 33.945 25.9622 34.215C26.4335 34.5577 25.4435 33.1702 25.1448 32.6699C24.5096 31.6059 23.944 30.4635 23.1839 29.4805C23.0819 29.3486 22.5013 28.5999 22.2295 28.6678C22.2049 28.674 22.6223 29.8597 22.6264 29.8727C22.9863 31.0325 23.3702 32.1944 23.6942 33.3645C23.853 33.938 23.5662 33.5219 23.4107 33.2984C22.9086 32.5766 22.4587 31.8204 21.9743 31.0871C21.8579 30.9109 21.7333 30.6467 21.5632 30.5106C21.2884 30.2908 21.9921 31.0697 22.1822 31.3658C22.7933 32.3175 23.376 33.286 23.9305 34.2717C24.3841 35.0782 24.3616 34.5951 24.2234 33.9221C23.9115 32.4025 23.2328 30.9719 22.7114 29.5183C22.6816 29.4352 22.2534 28.5182 22.5508 28.4127C22.945 28.2728 23.8273 29.7464 23.9399 29.9011C24.898 31.2164 25.7792 32.5891 26.7513 33.8937C26.91 34.1067 27.1142 34.3422 26.86 33.941C26.1359 32.7983 25.3938 31.6676 24.677 30.5201C24.1994 29.7554 23.7012 29.0023 23.2312 28.2331C23.1022 28.022 23.0279 27.8085 23.3398 28.1056C23.7839 28.5285 24.1124 29.1016 24.4502 29.6034C25.1878 30.6991 25.9301 31.7884 26.7041 32.8589C27.2382 33.5978 27.7702 34.3534 28.3531 35.0561C28.3811 35.0898 28.579 35.3592 28.6886 35.3349C28.7486 35.3215 28.7198 35.2612 28.7028 35.2215C28.5614 34.8916 28.2788 34.5816 28.0696 34.3001C27.0264 32.8961 25.9667 31.509 24.8755 30.142C24.8031 30.0514 23.8201 28.9934 23.9305 28.8001C23.9615 28.7458 26.2276 31.5001 26.3024 31.5974C27.1655 32.7184 28.024 34.0922 29.1753 34.9521C29.2337 34.9958 29.4079 35.0743 29.3879 35.0041C29.2939 34.6751 29.0115 34.2936 28.8445 34.0166C27.8037 32.2905 26.7369 30.4975 25.3669 29.008C25.072 28.6874 24.1367 27.7926 24.3746 28.1575C24.7645 28.7554 25.4039 29.294 25.8583 29.8444C27.0401 31.276 28.2379 32.6993 29.6052 33.9599C29.7402 34.0843 30.171 34.5031 29.9029 34.026C29.1154 32.6246 28.1096 31.3089 27.1813 30.0003C27.1086 29.8978 25.8413 27.9044 25.5984 28.0016C25.578 28.0098 25.6102 28.0446 25.622 28.063C25.772 28.2971 25.9442 28.516 26.104 28.7434C26.7094 29.6053 27.3025 30.4755 27.9279 31.3233C28.5713 32.1956 29.2754 33.3466 30.2148 33.9504C30.7794 34.3134 29.9528 33.21 29.9407 33.1944C29.1452 32.17 28.4026 31.1069 27.616 30.0759C27.2089 29.5423 25.8973 28.0138 26.3308 28.5261C27.0411 29.3656 27.7053 30.2427 28.4098 31.0871C29.2558 32.1011 30.3005 33.6529 31.5756 34.1867C32.0772 34.3967 31.6819 33.8611 31.5756 33.7095C30.5346 32.225 29.4295 30.7894 28.4051 29.2915C27.9743 28.6616 26.6723 26.7798 27.134 27.3873C28.1216 28.6868 29.0315 30.0342 30.073 31.295C30.6902 32.0421 31.3353 32.8904 32.152 33.4401C32.2341 33.4953 32.0611 33.2633 32.0008 33.185C31.58 32.6379 31.1905 32.0692 30.8101 31.4934C30.025 30.305 29.2814 29.0899 28.4949 27.9024C27.7244 26.7391 29.1819 28.8227 29.2036 28.8521C30.2604 30.2809 31.3556 31.7178 32.6245 32.9676C32.7066 33.0484 33.6286 33.7888 33.5979 33.7236C33.0462 32.554 32.0629 31.4472 31.3204 30.3972C30.8013 29.663 30.2662 28.9403 29.7423 28.2095C29.7406 28.2072 29.3336 27.5294 29.2036 27.5149C29.1184 27.5055 29.2396 27.6847 29.2792 27.7606C29.564 28.306 29.9296 28.819 30.2762 29.3246C31.2028 30.6763 32.1488 32.0683 33.2908 33.2511C33.3303 33.2921 33.8602 33.8662 33.7018 33.4307C33.22 32.1055 32.2948 30.9098 31.5661 29.7168C31.2612 29.2175 30.9653 28.7126 30.6589 28.2142C30.5907 28.1033 30.2872 27.4957 30.0966 27.411C29.9106 27.3283 30.2755 27.7779 30.3849 27.9496C30.7541 28.5294 31.1456 29.095 31.5567 29.6459C32.1937 30.4995 32.8777 31.4724 33.7349 32.1266C34.3199 32.573 33.8691 31.7304 33.7538 31.5501C32.8706 30.1691 30.0167 26.162 30.9424 27.5149C31.3678 28.1367 31.8724 28.7077 32.3127 29.3199C32.8141 30.0169 33.2556 31.0573 33.9003 31.6304C34.2861 31.9734 33.5576 30.6543 33.3333 30.1893C32.7924 29.068 32.2589 27.9333 31.6039 26.8723C31.3393 26.4435 31.6771 27.0922 31.7173 27.1558C32.3637 28.1779 33.1188 29.1312 33.9334 30.0239C34.1458 30.2568 34.6939 30.9464 34.6563 30.6335C34.6331 30.4399 34.381 30.0866 34.3067 29.953C33.9406 29.2955 33.5643 28.6433 33.1632 28.0063C32.7446 27.3415 32.3118 26.5974 31.7504 26.036C31.2582 25.5438 32.5428 27.181 32.9553 27.7417C33.4584 28.4257 33.9792 29.0871 34.5146 29.7451C34.7875 30.0807 33.8847 29.2108 33.872 29.197C32.9503 28.1949 32.2333 27.0355 31.4244 25.9462C30.8706 25.2005 31.2341 26.1469 31.3677 26.4471C31.7473 27.3001 32.1669 28.1354 32.5348 28.9939C32.927 29.909 32.0743 28.7571 31.9394 28.5875C31.7434 28.3411 28.8814 24.937 28.6744 25.3509C28.5622 25.5752 28.9881 26.1891 29.0713 26.3431C29.5625 27.2524 30.0365 28.4996 30.7865 29.2254C31.0197 29.4511 30.5164 27.821 30.4746 27.7039C30.1054 26.6682 29.7293 25.6349 29.3595 24.5996C29.2897 24.4041 29.2087 24.0709 29.4588 24.4058C30.0972 25.2609 30.6257 26.2181 31.1976 27.118C31.2381 27.1818 31.8859 28.2968 31.7362 27.5622C31.54 26.5989 31.0954 25.5703 30.5313 24.7697C30.4198 24.6114 29.871 23.8211 29.5627 23.9239C29.3635 23.9903 30.2147 25.5231 30.2431 25.5777C30.6984 26.4533 31.4405 27.3601 31.7457 28.2993C31.9163 28.8244 31.1105 27.3946 30.829 26.9196C30.222 25.895 29.6655 24.8329 28.9863 23.853C28.7635 23.5316 28.5387 23.2584 28.1972 23.0687C28.1145 23.0227 28.3247 23.7054 28.3342 23.7349C28.5068 24.2722 28.7143 24.8213 28.9768 25.3225C29.3024 25.9441 28.4396 24.0192 28.0696 23.423C27.6694 22.7782 28.3523 24.6719 28.4004 24.7839C28.5004 25.0168 28.6158 25.2706 28.7406 25.4926C28.8244 25.6417 28.9842 26.0625 29.0477 25.9037C29.1334 25.6893 28.2998 24.5817 28.1925 24.3869C28.0231 24.0798 27.8382 23.5711 27.5687 23.3285C27.4891 23.2569 27.6247 23.5357 27.6632 23.6357C27.8599 24.1452 28.0798 24.6452 28.3248 25.1335C28.8789 26.2381 29.5835 27.277 30.0541 28.4221C30.3586 29.1631 29.9272 28.6245 29.7328 28.3135C29.0399 27.2048 28.4449 26.0374 27.7105 24.954C27.7074 24.9493 26.9929 23.8807 27.0632 24.3491C27.2024 25.2777 27.6825 26.2309 28.0318 27.0897C28.3469 27.8644 28.6861 28.6276 29.0382 29.386C29.1502 29.6271 29.5408 30.3123 29.3643 30.1137C28.9142 29.6074 28.6527 28.6592 28.3484 28.063C28.0221 27.4238 27.6985 26.7829 27.3703 26.1447C27.233 25.8777 27.0886 25.5136 26.8458 25.3131C26.5743 25.0888 27.0343 25.9948 27.1813 26.3148C27.7974 27.656 28.3519 29.0259 29.0052 30.3499C29.087 30.5158 29.4653 31.1861 29.1091 30.624C28.4442 29.5748 27.8538 28.4911 27.3325 27.3637C27.2215 27.1237 26.9133 26.0319 26.6285 25.8895C26.5282 25.8394 26.7384 26.085 26.7938 26.1825C27.09 26.703 27.3695 27.2333 27.6443 27.7654C28.1443 28.7333 28.6532 29.696 29.1564 30.6618C29.5561 31.4291 28.6683 30.4088 28.5516 30.2743C27.8827 29.5042 27.2992 28.6599 26.6993 27.8362C26.6559 27.7765 25.9345 26.7385 26.3544 27.4157C26.8973 28.2914 27.3508 29.2335 27.9373 30.0806C28.3231 30.6379 27.6988 29.3143 27.6538 29.2348C27.1735 28.3867 26.6329 27.5759 26.1323 26.74C25.6997 26.0176 25.8439 26.171 26.1607 26.7684C26.5301 27.465 26.8728 28.1825 27.3136 28.8379C27.6774 29.379 27.6617 29.1568 27.5735 28.6206C27.3808 27.4498 26.9998 26.3371 26.8505 25.1619C26.8197 24.9191 26.7844 24.6896 26.7844 24.4436C26.7844 24.2831 26.9235 25.0225 26.9545 25.1288C27.2911 26.2827 27.2084 24.8287 26.9828 24.3775C26.793 23.9978 26.4547 23.7337 26.2552 23.3711C26.1058 23.0995 26.5079 23.2694 26.5859 23.3474C26.9226 23.6841 27.1557 24.1164 27.4459 24.4909C27.6598 24.7669 27.8149 24.9664 27.805 24.4909C27.7924 23.8857 27.6281 23.2379 27.3797 22.6859C27.2996 22.5079 27.1054 22.3662 27.0584 22.6481C26.9843 23.0929 27.156 23.6242 27.2616 24.0467C27.3844 24.5378 27.7105 26.0035 27.7105 25.4973C27.7105 24.7934 26.7649 23.3108 26.1418 23.0072C25.8959 22.8874 26.0017 23.7066 26.0048 23.7254C26.1668 24.7351 26.4202 25.8154 26.7702 26.7778C26.9237 27.1999 26.7987 26.6735 26.7655 26.5794C26.4448 25.6706 26.1871 24.7415 25.863 23.8341C25.7831 23.6105 25.5928 22.9774 25.5275 23.2057C25.3726 23.7478 25.7524 24.6902 25.8677 25.1997C26.0318 25.9244 26.1487 26.7527 26.4725 27.4299C26.5498 27.5914 26.3148 26.8323 26.3024 26.7967C26.0457 26.0574 25.8387 25.2952 25.5275 24.5759C25.5205 24.5597 25.1096 23.7743 25.1873 24.1979C25.3513 25.0921 25.7205 25.9659 25.9811 26.8345C26.0939 27.2104 26.3778 28.3417 26.3591 27.9496C26.3399 27.5454 26.1056 27.1026 25.967 26.7353C25.6701 25.949 25.3771 25.1702 25.0172 24.4106C24.9639 24.2979 24.8504 24.0074 24.97 24.3208C25.3123 25.218 25.6351 26.1073 25.8961 27.033C25.9482 27.2177 26.112 27.7631 26.0993 27.5716C26.0417 26.7077 25.7704 25.8596 25.4708 25.0532C25.4685 25.047 24.9866 23.8336 24.8849 23.9239C24.8186 23.9828 25.2277 25.2035 25.2535 25.3131C25.2918 25.4758 25.3838 26.265 25.6315 26.31C25.8758 26.3545 25.5481 25.1182 25.537 25.0768C25.3502 24.3819 25.1118 23.702 24.866 23.0261C24.6573 22.4523 24.8489 23.0379 24.9133 23.2435C25.1001 23.8403 25.3014 24.4316 25.4992 25.0248C25.6785 25.5629 25.7887 25.6508 25.4945 25.0721C25.2264 24.5449 24.9998 23.9931 24.7148 23.475C24.6302 23.3211 24.7172 23.831 24.7668 23.9995C25.0582 24.9904 26.1926 27.8773 25.8299 26.9101C25.647 26.4222 25.4117 25.9454 25.2015 25.469C24.9364 24.8681 24.2208 23.0797 24.2659 23.7349C24.3199 24.5173 24.7942 25.3939 25.0834 26.1069C25.2903 26.617 25.726 28.1789 25.726 27.6283C25.726 27.2952 25.2849 26.7048 25.1495 26.4282C24.753 25.6183 24.3926 24.7892 24.0344 23.9617C23.5758 22.902 24.8965 26.1196 25.5228 27.0897C25.984 27.8041 25.5403 27.1024 25.863 27.6094C25.8995 27.6668 25.9623 27.8172 26 27.7606C26.0809 27.6393 25.3525 26.5443 25.3007 26.4471C24.8706 25.6396 23.516 23.2622 23.8643 24.1082C24.1319 24.7581 24.3599 25.4193 24.6534 26.0596C24.6832 26.1247 25.3848 27.3413 25.4 27.2881C25.4623 27.0699 24.7498 26.1989 24.6581 26.0407C24.2174 25.2805 23.8959 24.3366 23.3162 23.6687C23.2861 23.6341 23.0508 23.3612 23.2359 23.5648C23.7122 24.0887 24.0363 24.7694 24.3557 25.3934C24.3925 25.4652 25.0386 26.6147 25.0078 26.6455C24.8749 26.7784 24.7926 26.3375 24.6865 26.1825C24.4651 25.8589 24.258 25.5302 24.0628 25.1902C23.8577 24.833 23.6299 24.2225 23.2312 24.0231C23.048 23.9315 23.6303 25.0849 23.6564 25.1335C24.0809 25.923 24.504 26.7137 24.9416 27.496C25.0183 27.6331 25.5072 28.4481 25.1117 27.874C24.6368 27.1847 24.2178 26.4592 23.7698 25.7525C23.5947 25.4762 22.9419 24.0506 22.5508 23.9948C22.3809 23.9705 22.9154 25.0711 22.9288 25.0957C23.3821 25.9268 23.9138 26.7039 24.2801 27.5811C24.5147 28.1429 23.9945 27.3598 23.921 27.2598C23.3935 26.5419 22.8995 25.8041 22.3996 25.0674C22.3916 25.0556 22.0999 24.7053 22.1255 24.7886C22.3268 25.4427 22.8362 26.108 23.165 26.7022C23.4098 27.1445 23.6404 27.665 23.9588 28.063C24.1414 28.2913 23.6039 27.5984 23.4296 27.3637C22.8403 26.5704 21.3686 24.0109 21.7428 24.9256C22.1531 25.9286 23.8748 28.6954 23.2737 27.7937C23.0751 27.4958 21.6147 25.193 21.3789 25.2847C21.1904 25.358 22.5944 27.5774 22.8059 27.789C22.9721 27.9552 22.5553 27.3912 22.4279 27.1936C22.0232 26.5663 21.6636 25.8652 21.1427 25.3225C20.9047 25.0746 20.9739 25.3958 21.0387 25.5399C21.3423 26.2145 21.8 26.7173 22.2767 27.2692' stroke='%232D384A' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 992px) {
  .cartModal__wish {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cartModal__wish {
    top: -35px;
  }
}
.cartModal__wish svg {
  display: none;
}
@media (max-width: 992px) {
  .cartModal__wish svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .cartModal__wish svg {
    width: 25px;
    height: 25px;
  }
}
.cartModal__info {
  padding: 10px 15px 15px;
  background: #ffffff80;
}
@media (max-width: 576px) {
  .cartModal__info {
    padding: 6px;
  }
}
.cartModal__dots {
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.cartModal__dot {
  width: 100%;
  height: 5px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .cartModal__dot {
    height: 3px;
  }
}
.cartModal__dot.active {
  background-color: #2d384a;
  border-radius: 3px;
}
.cartModal__dot:last-child {
  border-radius: 0 3px 3px 0;
}
.cartModal__dot:first-child {
  border-radius: 3px;
}
.cartModal__dot:last-child.active {
  border-radius: 3px;
}
.cartModal__sizes {
  display: flex;
  column-gap: 10px;
  margin-top: 13px;
}
@media (max-width: 576px) {
  .cartModal__sizes {
    margin-top: 7px;
  }
}
.cartModal__size label {
  width: 30px;
  height: 30px;
  color: #a3b1bf;
  display: block;
}
@media (max-width: 576px) {
  .cartModal__size label {
    width: 16px;
    height: 16px;
  }
}
.cartModal__colors {
  margin-top: 10px;
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.cartModal__colors .checkbox-col > span {
  border: none;
}
.cartModal__manufacturer {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}
@media (max-width: 768px) {
  .cartModal__manufacturer {
    font-size: 12px;
    margin-top: 6px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .cartModal__manufacturer {
    font-size: 11px;
  }
}
.cartModal__name {
  display: block;
  margin-top: 10px;
  height: 42px;

  font-size: 20px;
  font-weight: 400;
  line-height: 21px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 768px) {
  .cartModal__name {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .cartModal__name {
    height: 28px;
    font-size: 11px;
    margin-top: 6px;
    line-height: normal;
  }
}
.cartModal__price {
  margin-top: 20px;
  color: #2d384a;
  font-size: 22px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
}
@media (max-width: 1200px) {
  .cartModal__price {
    margin-top: 13px;
  }
}
@media (max-width: 768px) {
  .cartModal__price {
    font-size: 14px;
    margin-top: 8px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .cartModal__price {
    font-size: 12px;
  }
}
.cartModal__add {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  background: #a3b1bf;
  padding: 12px;
  width: 100%;
  font-family: var(--new1-font);
}
@media (max-width: 576px) {
  .cartModal__add {
    font-size: 10px;
    padding: 8px;
    margin-bottom: -1px;
  }
}
.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox > span {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.custom-checkbox > span {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #2d384a;
  font-size: 10px;
  font-weight: 700;
  color: #2d384a;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
}
@media (max-width: 576px) {
  .custom-checkbox > span {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}

.custom-checkbox > input:checked + span {
  background-color: #2d384a;
}

.custom-checkbox > input:checked + span {
  position: relative;
  color: #fff;
}

.checkbox-col > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-col > span {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.checkbox-col > span {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #2d384a;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
}
@media (max-width: 576px) {
  .checkbox-col > span {
    width: 20px;
    height: 20px;
  }
}

.checkbox-col > input:checked + span::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #2d384a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 576px) {
  .checkbox-col > input:checked + span::before {
    width: 8px;
    height: 8px;
  }
}

.checkbox-col > input:checked + span {
  position: relative;
  color: #fff;
}

.cartModal__img .owl-item {
  transition: opacity 0.5s;
}

.cartModal__img .owl-item.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .header .cartModal {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
  }
  .header .cart__right {
    position: static;
    overflow-y: auto;
  }
  .header .cart__right::-webkit-scrollbar {
    width: 6px;
    background: none;
    border-radius: 50px;
  }
  .header .cart__right::-webkit-scrollbar-thumb {
    background: #0000001a;
    border-radius: 50px;
  }
  .header .cart__right::-webkit-scrollbar-track {
    margin-top: 50px;
    margin-bottom: 160px;
  }
  .cart .close {
    width: 12px;
    height: 12px;
    right: 15px;
    top: 15px;
  }
  .header .cartModal__price {
    font-size: 8px;
    margin-top: 2px;
    line-height: 12px;
  }
  .header .cartModal__name {
    font-size: 8px;
    margin-top: 2px;
    line-height: 12px;
  }
  .header .cartModal__manufacturer {
    font-size: 8px;
    margin-top: 2px;
    line-height: 12px;
  }
  .header .cartModal__footer {
    bottom: 0;
  }
  .header .cartModal__wish {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .header .cartModal__wish svg {
    width: 20px;
    height: 20px;
  }
  .header .cartModal__info {
    padding: 4px;
  }
  .header .cartModal__add {
    font-size: 8px;
    line-height: 8px;
    padding: 8px;
  }
  .header .cartModal__dot {
    height: 2px;
  }
  .header .cartModal__size label {
    width: 26px;
    height: 26px;
  }
  .header .cart__left .cartModal__size label {
    width: 16px;
    height: 16px;
  }
  .header .cart__right .cartModal__size label {
    width: 16px;
    height: 16px;
  }
  .header .cartModal__sizes {
    margin-top: 5px;
    column-gap: 10px;
  }
  .header .cartModal__colors {
    margin-top: 5px;
  }
  .header .cartModal__wish {
    width: 20px;
    height: 20px;
    right: -10px;
    top: initial;
    bottom: 19px;
  }
  .header .cartModal__label {
    top: 5px;
    font-size: 10px;
    line-height: 10px;
    padding: 2px;
  }
  .header .cartModal .custom-checkbox > span {
    width: 16px;
    height: 16px;
    font-size: 8px;
  }
  .header .cartModal .checkbox-col > span {
    width: 16px;
    height: 16px;
  }
  .header .cartModal .checkbox-col > input:checked + span::before {
    width: 8px;
    height: 8px;
  }
}

.wishlist {
  max-width: 409px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 100vh;
  right: -100%;
  transition: 0.5s;
  z-index: 5;
}
.wishlist.open {
  right: 0;
  transition: 0.5s;
}
.wishlist .close {
  width: 18px;
  height: 18px;
}
.wishlist__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px;
  border-bottom: 3px solid #a3b1bf33;
}
.wishlist__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 16px;
  color: #2d384a;
}
@media (max-width: 992px) {
  .wishlist__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wishlist__header {
    padding: 20px 15px;
  }
  .wishlist__title {
    font-size: 14px;
  }
  .wishlist .close {
    width: 12px;
    height: 12px;
  }
}
.wishlist .productsList {
  height: calc(100vh - 180px);
}
@media (max-width: 768px) {
  .wishlist .productsList {
    padding-top: 15px;
  }
  .wishlist .productsList .custom-checkbox > span {
    width: 26px;
    height: 26px;
  }
  .wishlist .productsList .checkbox-col > span {
    width: 26px;
    height: 26px;
  }
  .wishlist .productsList .checkbox-col > input:checked + span::before {
    width: 16px;
    height: 16px;
  }
}
.wishlist__footer {
  padding: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.wishlist__add {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  background-color: #2d384a;
  color: #fff;
  padding: 15px;
  width: 100%;
  display: block;
  text-align: center;
  border: 2px solid #2d384a;
  transition: all 0.2s ease;
}
.wishlist__add:hover {
  background: #fff;
  color: #2d384a;
  transition: all 0.2s ease;
}

.emptyBlock {
  margin-top: 30px;
  padding: 0 30px;
  max-width: 409px;
  width: 100%;
  /* display: none; */
}
@media (max-width: 768px) {
  .emptyBlock {
    padding: 0 15px;
    margin-top: 15px;
  }
}
.emptyBlock__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
@media (max-width: 768px) {
  .emptyBlock__title {
    font-size: 14px;
  }
}
.emptyBlock__desc {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 768px) {
  .emptyBlock__desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
.emptyBlock__sign {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  background-color: #2d384a;
  padding: 15px;
  width: 100%;
  margin-top: 30px;
  font-family: var(--new1-font);
  border: 2px solid #2d384a;
  transition: all 0.2s ease;
}
.emptyBlock__sign:hover {
  background: #a3b1bf;
  color: #fff;
  border: 2px solid #a3b1bf;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .emptyBlock__sign {
    margin-top: 20px;
    font-size: 16px;
    padding: 12px;
  }
}
.emptyBlock__shop {
  border: 2px solid #2d384a;
  padding: 15px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  color: #2d384a;
  margin-top: 25px;
  font-family: var(--new1-font);
  transition: all 0.2s ease;
}
.emptyBlock__shop:hover {
  background: #fff;
  border: 2px solid #a3b1bf;
  color: #a3b1bf;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .emptyBlock__shop {
    margin-top: 15px;
    font-size: 16px;
    padding: 12px;
  }
}

.newsLetter {
  max-width: 600px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  padding-bottom: 26px;
  display: none;
  z-index: 5;
}
@media (max-width: 768px) {
  .newsLetter {
    max-width: 320px;
  }
}
.newsLetter.open {
  display: block;
}
.newsLetter__header {
  position: relative;
}
.newsLetter .close {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 20px;
}
@media (max-width: 768px) {
  .newsLetter .close {
    width: 16px;
    height: 16px;
    top: 15px;
    right: 15px;
  }
}
.newsLetter__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
  margin-top: 20px;
  color: #2d384a;
}
.newsLetter__title_end {
  margin: 69px auto 0;
  display: none;
}
@media (max-width: 768px) {
  .newsLetter__title_end {
    margin: 30px auto 0;
  }
}
.newsLetter__desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #494949;
  max-width: 400px;
  margin: 17px auto 0;
}
@media (max-width: 768px) {
  .newsLetter__desc {
    margin: 17px 15px 0;
  }
}
.newsLetter__desc_end {
  margin: 17px auto 86px;
  display: none;
}
@media (max-width: 768px) {
  .newsLetter__desc_end {
    margin: 17px 15px 0;
  }
}
.newsLetter__form {
  margin: 25px auto 0;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .newsLetter__form {
    max-width: 290px;
  }
}
.newsLetter__input {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: var(--new1-font);
  text-align: center;
}
@media (max-width: 768px) {
  .newsLetter__input {
    padding: 10px;
  }
}
.newsLetter__input-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.newsLetter__input::placeholder {
  font-family: var(--new1-font);
  font-size: 11px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  color: #d0d0d0;
}
.newsLetter__button {
  margin-top: 36px;
  background-color: #a3b1bf;
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
  text-align: center;
  padding: 18px;
  width: 100%;
  color: #fff;
  cursor: pointer;
  font-family: var(--new1-font);
}
@media (max-width: 768px) {
  .newsLetter__button {
    margin-top: 25px;
    padding: 12px;
  }
}
.newsLetter__group {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 13px;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .newsLetter__group {
    margin-top: 20px;
    margin-bottom: 0;
    column-gap: 10px;
  }
}
.newsLetter span {
  font-size: 14px;
  font-weight: 400;
  line-height: 11px;
  color: #909090;
}
@media (max-width: 768px) {
  .newsLetter span {
    font-size: 11px;
  }
}
.sign__passError,
.sign__emailError,
.newsLetter__emailError {
  display: none;
  color: #dc3545 !important;
  font-size: 15px !important;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.sign__passError::before,
.sign__emailError::before,
.newsLetter__emailError::before {
  content: "*";
}
.sign__passError,
.sign__emailError {
  position: relative;
  bottom: -5px;
}
@media (max-width: 768px) {
  .sign__passError,
  .sign__emailError,
  .newsLetter__emailError {
    font-size: 12px !important;
  }
}
.newsletter__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.newsletter__checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.newsletter__checkbox + label::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
@media (max-width: 768px) {
  .newsletter__checkbox + label::before {
    width: 14px;
    height: 14px;
  }
}
.newsletter__checkbox:checked + label::before {
  border-color: #dbdbdb;
  background-color: #2d384a;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e");
}

.main {
  position: relative;
}
.main > video {
  width: 100%;
  filter: brightness(0.7);
}
@media (max-width: 1570px) {
  .main > video {
    width: 100%;
    min-height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 1440px) {
  .main > video {
    min-height: 700px;
  }
}
@media (max-width: 1200px) {
  .main > video {
    min-height: 600px;
  }
}
@media (max-width: 992px) {
  .main > video {
    min-height: 500px;
  }
}
.main__center-box {
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: max-content;
  width: max-content;
  text-align: center;
  /* display: none; */
}
@media (max-width: 1570px) {
  .main__center-box {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .main__center-box {
    top: 15px;
  }
}
@media (max-width: 992px) {
  .main__center-box {
    top: 25px;
  }
}
@media (max-width: 768px) {
  .main__center-box {
    top: 0;
    width: 100%;
  }
}
.main__title {
  color: #fff;
}
.main__title_small {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1570px) {
  .main__title_small {
    font-size: 23px;
  }
}
@media (max-width: 1440px) {
  .main__title_small {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .main__title_small {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .main__title_small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main__title_small {
    font-size: 15px;
  }
}
.main__title_middle {
  font-size: 85px;
  margin-top: 12px;
  font-weight: 600;
}
@media (max-width: 1570px) {
  .main__title_middle {
    margin-top: 10px;
    font-size: 75px;
  }
}
@media (max-width: 1440px) {
  .main__title_middle {
    font-size: 65px;
  }
}
@media (max-width: 1200px) {
  .main__title_middle {
    font-size: 56px;
  }
}
@media (max-width: 992px) {
  .main__title_middle {
    font-size: 47px;
  }
}
@media (max-width: 768px) {
  .main__title_middle {
    font-size: 48px;
  }
}
.main__title_big {
  font-size: 145px;
  font-weight: 900;
  margin-top: 27px;
}
@media (max-width: 1570px) {
  .main__title_big {
    margin-top: 17px;
    font-size: 127px;
  }
}
@media (max-width: 1440px) {
  .main__title_big {
    font-size: 112px;
  }
}
@media (max-width: 1200px) {
  .main__title_big {
    font-size: 96px;
  }
}
@media (max-width: 992px) {
  .main__title_big {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .main__title_big {
    font-size: 80px;
  }
}
.main__desc {
  font-size: 30px;
  color: #fff;
  margin-top: 24px;
}
@media (max-width: 1570px) {
  .main__desc {
    margin-top: 14px;
    font-size: 27px;
  }
}
@media (max-width: 1440px) {
  .main__desc {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .main__desc {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .main__desc {
    font-size: 17px;
  }
}
.main__button {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  background-color: #fff;
  padding: 22px 34px;
  text-transform: uppercase;
  color: #2d384a;
  display: block;
  width: 100%;
  min-width: max-content;
  max-width: max-content;
  margin: 40px auto 0;
  transition: all 0.2s ease;
}
.main__button:hover {
  color: #a3b1bf;
  box-shadow: 0px 4px 50px 0px rgba(255, 255, 255, 0.35);
  transition: all 0.2s ease;
}
@media (max-width: 1570px) {
  .main__button {
    padding: 19px 30px;
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .main__button {
    margin-top: 21px;
    font-size: 14px;
    padding: 16px 30px;
  }
}
@media (max-width: 992px) {
  .main__button {
    font-size: 12px;
    padding: 13px 23px;
  }
}
@media (max-width: 768px) {
  .main__button {
    font-size: 9px;
    padding: 8px 20px;
    margin: 20px auto 0;
    width: 152px;
    max-width: 152px;
  }
}
@media (max-width: 425px) {
  .main__title_small {
    font-size: 14px;
  }
  .main__title_middle {
    font-size: 40px;
  }
  .main__title_big {
    font-size: 64px;
  }
  .main__desc {
    font-size: 15px;
  }
  .main__button {
    font-size: 7px;
  }
}
.recommended {
  overflow: hidden;
  padding: 116px 0;
}
@media (max-width: 1200px) {
  .recommended {
    padding: 75px 0;
  }
}
@media (max-width: 768px) {
  .recommended {
    padding: 60px 0;
  }
}
.recommended__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 70px;
}
@media (max-width: 992px) {
  .recommended__tabs {
    column-gap: 50px;
  }
}
@media (max-width: 768px) {
  .recommended__tabs {
    column-gap: 30px;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .recommended__tabs {
    column-gap: 10px;
  }
}
.recommended__tab {
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  color: #2d384a40;
  text-transform: uppercase;
  text-wrap: nowrap;

  transition: all 0.2s linear;
}

.recommended__tab:hover {
  color: #2d384a;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .recommended__tab {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .recommended__tab {
    font-size: 10px;
  }
}
.recommended__tab.active {
  color: #2d384a;
  pointer-events: none;
}
.recommended__box {
  margin-top: 45px;
  display: none;
}
@media (max-width: 768px) {
  .recommended__box {
    margin-top: 20px;
  }
}
.recommended__box.active {
  display: block;
}
.recommended__items .slick-prev {
  left: -50px;
}
@media (max-width: 1570px) {
  .recommended__items .slick-prev {
    left: -40px;
  }
}
@media (max-width: 1200px) {
  .recommended__items .slick-prev {
    left: -30px;
  }
}
.recommended__items .slick-next {
  right: -50px;
}
@media (max-width: 1570px) {
  .recommended__items .slick-next {
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .recommended__items .slick-next {
    right: -30px;
  }
}
.recommended .cartModal {
  bottom: unset;
  max-width: 100%;
  height: 100%;
  /* display: block !important; */
}
.recommended .cartModal .owl-item img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}
.recommended .cart__left-item {
  position: relative;
  max-width: 396px;
}
.recommended .cartModal__footer {
  max-width: 396px;
}
.recommended .cartModal__add {
  padding: 15px 12px;
}

.recommended .slick-slide {
  margin-right: 20px;
  width: auto;
}
.recommended .custom-checkbox > span {
  color: #2d384a;
  border-color: #2d384a;
}
.recommended .checkbox-col > span {
  border: 1px solid #2d384a;
}
.recommended .checkbox-col > input:checked + span::before {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .recommended .slick-slide {
    margin: 0 0px 0 0 !important;
    padding-right: 20px;
  }
}

.recommended .slick-list {
  margin-left: 25px;
}
@media (max-width: 768px) {
  .recommended .slick-list {
    margin-right: -20px;
    margin-left: 0;
  }
}
.recommended .cart__left-item {
  margin-right: 0;
}
.banners {
  background-size: cover;
  position: relative;
}
.banners__content {
  width: max-content;
  margin-right: 0;
  margin-left: auto;
  padding: 98px 242px 162px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .banners__content {
    padding: 26px 20px;
    left: 0;
    right: unset;
  }
}
.banners__bg-images {
  position: relative;
  height: 1005px;
}

.banners__bg-images img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.banners__bg-images img.active {
  opacity: 1; /* Активне зображення з повною видимістю */
}

@media (max-width: 1750px) {
  .banners__bg-images {
    height: 850px;
  }
}

@media (max-width: 1570px) {
  .banners__bg-images > img {
    /* min-height: 800px; */
    object-fit: cover;
  }
}
@media (max-width: 1440px) {
  .banners__bg-images > img {
    /* min-height: 700px; */
  }
}
@media (max-width: 1200px) {
  .banners__bg-images > img {
    /* min-height: 600px; */
  }
  .banners__bg-images {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .banners__bg-images > img {
    /* min-height: 535px; */
  }
}
@media (max-width: 768px) {
  .banners__bg-images > img {
    /* min-height: 535px; */
    object-position: left;
  }
}
.banners__titles {
  position: relative;
}
@media (max-width: 768px) {
  .banners__titles {
    margin-left: 75px;
  }
}
@media (max-width: 375px) {
  .banners__titles {
    margin-left: 30px;
  }
}
.banners__title {
  font-family: Montserrat, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.4000000059604645px;
  color: #2d384a;
  text-align: left;
}
@media (max-width: 1570px) {
  .banners__title {
    font-size: 75px;
  }
}
@media (max-width: 1200px) {
  .banners__title {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .banners__title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .banners__title {
    font-size: 45px;
  }
}
.banners__title2 {
  font-family: Alex Brush, cursive;
  font-size: 95px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.4000000059604645px;
  color: #fff;
  position: absolute;
  top: 38px;
  left: 74px;
  width: max-content;
}
@media (max-width: 1570px) {
  .banners__title2 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .banners__title2 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .banners__title2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .banners__title2 {
    font-size: 45px;
  }
}
@media (max-width: 375px) {
  .banners__title2 {
    left: 60px;
  }
}
.banners__list {
  display: grid;
  row-gap: 40px;
  margin-top: 150px;
  margin: 207px 0 0 auto;
  max-width: max-content;
}
@media (max-width: 1570px) {
  .banners__list {
    row-gap: 30px;
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .banners__list {
    row-gap: 25px;
    margin-top: 120px;
  }
}
.banners__item {
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  width: max-content;
}
@media (max-width: 1750px) {
  .banners__item {
    font-size: 60px;
  }
}
@media (max-width: 1570px) {
  .banners__item {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .banners__item {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .banners__item {
    font-size: 32px;
  }
}
.banners__item.active {
  color: #2d384a;
  text-decoration: underline;
}

.productsList {
  overflow: auto;
  padding: 30px 18px 30px 30px;
  height: calc(100vh - 290px);
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.productsList::-webkit-scrollbar {
  width: 12px;
  background: none;
  border-radius: 50px;
}
.productsList::-webkit-scrollbar-thumb {
  background: #0000001a;
  border-radius: 50px;
}
.productsList__item {
  display: flex;
  column-gap: 19px;
}
.productsList__img {
  max-width: 126px;
  max-height: 189px;
}
.productsList__img img {
  height: 100%;
  object-fit: cover;
}
.productsList__title {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
  max-width: 174px;
}
@media (max-width: 768px) {
  .productsList {
    /* height: auto; */
    height: calc(100vh - 250px);
    padding: 0px 15px 20px;
  }
  .productsList::-webkit-scrollbar {
    width: 6px;
  }
  .productsList__title {
    font-size: 10px;
  }
}
.productsList__options {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.productsList__options-left {
  /* max-width: 80px;
    display: grid;
    row-gap: 15px; */

  max-width: 80px;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}
.productsList__options-left .productsList__options {
  margin-top: 0;
}
.productsList__options-group {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.productsList__options-size {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #a3b1bf;
  border: 1px solid #a3b1bf;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.productsList__options-color {
  width: 30px;
  height: 30px;
  background-color: #fccacd;
  border-radius: 3px;
}
.productsList__options-price {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
  color: #222222;
}
@media (max-width: 768px) {
  .productsList__options-price {
    font-size: 12px;
  }
}
.productsList__options-count {
  display: flex;
  align-items: center;
  column-gap: 8px;
  height: fit-content;
  /* align-self: end; */
}
.productsList__options-quant {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #a3b1bf;
}
.productsList__options-right {
  display: grid;
  row-gap: 15px;
  align-items: end;
  align-self: end;
  height: fit-content;
}
.productsList__options-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.productsList__options-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .productsList__options-icon {
    width: 32px;
    height: 32px;
  }
  .productsList__options-icon.active {
    width: 32px;
    height: 32px;
  }
  .productsList__options-right {
    row-gap: 12px;
  }
}
.looks {
  padding: 116px 80px;
}
@media (max-width: 1500px) {
  .looks {
    padding: 80px;
  }
}

@media (max-width: 992px) {
  .looks {
    padding: 75px 40px;
  }
}
@media (max-width: 768px) {
  .looks {
    padding: 60px 0px;
  }
}
.looks__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  color: #2d384a;
}
@media (max-width: 768px) {
  .looks__title {
    font-size: 15px;
  }
}
.looks__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #666666;
  max-width: 625px;
  margin: 13px auto 0;
}
@media (max-width: 768px) {
  .looks__desc {
    margin-top: 9px;
    font-size: 16px;
    line-height: 18px;
  }
}
.looks__box {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .looks__box {
    margin-top: 20px;
  }
}
.looks__box .slick-track {
  display: flex;
}
@media (max-width: 768px) {
  .looks__items {
    display: none;
  }
}
.looks__items_mobile {
  display: none;
}
@media (max-width: 768px) {
  .looks__items_mobile {
    display: block;
  }
}
.looks__item {
  max-width: 425px;
  position: relative;
}
.looks__item:hover img {
  /* filter: brightness(0.8); */
}
.looks__item:hover .looks__wish {
  display: block;
}
.looks__item:hover .looks__buy {
  display: block;
}
.looks__item:hover .looks__detail {
  display: flex;
  cursor: pointer;
}
.looks__wish {
  position: absolute;
  top: 15px;
  left: 0;
  display: none;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 992px) {
  .looks__wish {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .looks__wish {
    top: 12px;
    margin-left: 12px;
    width: 27px;
    height: 27px;
  }
}
.looks__buy {
  width: 100%;
  display: none;
  padding: 25px 12px;

  background-color: #a3b1bf;
  border: 2px solid #a3b1bf;

  font-family: var(--new1-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;

  position: absolute;
  bottom: 4px;
  left: 0;

  transition: all 0.2s linear;
}

.looks__buy:hover {
  background-color: #2d384a;
  border: 2px solid #2d384a;

  color: #fff;

  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  .looks__buy {
    padding: 16px;
    font-size: 16px;
    bottom: -2px;
  }
}
@media (max-width: 576px) {
  .looks__buy {
    padding: 7px;
    font-size: 12px;
    bottom: -2px;
  }
}
.looks__detail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: max-content;
  width: max-content;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  height: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff;
  top: 0px;
  right: 55px;
  transition: 0.5s;
}
.looks__detail.active {
  display: flex;
  transition: 0.5s;
  z-index: 5;
}
.looks__detail.active::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #a3b1bf;
  border-radius: 50%;
}
.looks__detail-open {
  position: absolute;
  min-width: max-content;
  top: 0;
  left: 10px;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.looks__detail.active .looks__detail-open {
  left: 10px;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  z-index: 2;
}
.looks__detail-open a {
  margin-left: 20px;
}
@media (max-width: 1570px) {
  .looks .slick-prev {
    left: -70px;
  }
}
@media (max-width: 1570px) {
  .looks .slick-next {
    right: -60px;
  }
}
.looks .slick-list {
  padding: 0 20% 0 0;
}

.looks .slick-slide {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .looks__item {
    max-width: 90%;
    width: 100%;
  }
  .looks .slick-slide {
    margin-top: 0;
    margin-right: 20px;
    padding: 0;
    width: 100% !important;
  }
}
.looks .slick-slide > div {
  padding-bottom: 10px;
}

.banner {
  position: relative;
}
@media (max-width: 1570px) {
  .banner > img {
    min-height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 1440px) {
  .banner > img {
    min-height: 700px;
  }
}
@media (max-width: 1200px) {
  .banner > img {
    min-height: 600px;
  }
}
@media (max-width: 992px) {
  .banner > img {
    min-height: 535px;
  }
}
@media (max-width: 768px) {
  .banner > img {
    min-height: 535px;
    object-position: 40%;
  }
}
.banner__box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
}
.banner__box img {
  position: absolute;
  top: 30px;
  left: 95px;
  max-width: 294px;
}
@media (max-width: 768px) {
  .banner__box img {
    display: none;
  }
}
.banner__title {
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 90px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 133px;
}
@media (max-width: 1570px) {
  .banner__title {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .banner__title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .banner__title {
    margin-top: 20px;
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .banner__title {
    font-size: 38px;
  }
}
.banner__link {
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 0.4px;
  color: #2d384a;
  padding: 15px 32px;
  background-color: #fff;
  text-transform: uppercase;
  display: block;
  width: max-content;
  margin: 20px auto 0;
  transition: all 0.2s ease;
}
.banner__link:hover {
  color: #a3b1bf;
  box-shadow: 0px 4px 50px 0px rgba(255, 255, 255, 0.35);
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .banner__link {
    font-size: 14px;
    margin: 0 auto;
    padding: 9px 22px;
  }
}

.fromBlog {
  padding: 116px 0 82px;
}
@media (max-width: 992px) {
  .fromBlog {
    padding: 75px 0;
  }
}
@media (max-width: 768px) {
  .fromBlog {
    padding: 60px 0 35px;
  }
}
.fromBlog__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #2d384a;
}
@media (max-width: 768px) {
  .fromBlog__title {
    font-size: 15px;
  }
}
.fromBlog__box {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .fromBlog__box {
    margin-top: 20px;
  }
}
.fromBlog__box .slick-list {
  overflow: visible;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .fromBlog .slick-list {
    padding: 0 20% 0 0;
    overflow: hidden !important;
  }
}
.fromBlog__item {
  padding: 0 35px;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .fromBlog__item {
    padding: 0;
    margin-right: 30px;
  }
}
.fromBlog__item-info {
  z-index: 5;
  position: relative;
  right: 0;
  max-width: 358px;
  padding: 9px 40px 9px 25px;
  background-color: #fff;
  margin-top: -60px;
  margin-right: -35px;
  margin-left: 30px;
}
@media (max-width: 992px) {
  .fromBlog__item-info {
    margin-left: 35px;
  }
}
@media (max-width: 768px) {
  .fromBlog__item-info {
    padding: 10px;
    margin-right: 0;
    margin-left: 15px;
  }
}
@media (max-width: 425px) {
  .fromBlog__item-info {
    padding: 7px;
  }
}
.fromBlog__item-date {
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  text-align: left;
  color: #bcbcbc;
}
@media (max-width: 768px) {
  .fromBlog__item-date {
    font-size: 7px;
  }
}
@media (max-width: 425px) {
  .fromBlog__item-date {
    font-size: 7px;
  }
}
.fromBlog__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #2d384a;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .fromBlog__item-title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 425px) {
  .fromBlog__item-title {
    font-size: 8px;
    line-height: 14px;
  }
}
.fromBlog__item-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #666666;
  margin-top: 13px;

  letter-spacing: 0em;
  text-align: left;
  color: var(--dark);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .fromBlog__item-desc {
    font-size: 11px;
    line-height: 16px;
    margin-top: 4px;
  }
}
@media (max-width: 425px) {
  .fromBlog__item-desc {
    font-size: 11px;
    line-height: 16px;
    margin-top: 4px;
  }
}
.fromBlog__item-link {
  margin-top: 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  text-align: left;
  color: #2d384a;
  padding-top: 30px;
  border-top: 1px solid #000;
  display: block;
  width: max-content;
  text-transform: uppercase;
  position: relative;
}
.fromBlog__item-link:hover::after {
  opacity: 1;
  transition: all 0.3s ease;
}
.fromBlog__item-link::after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  position: absolute;
  right: -23px;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M17.5451 6.53033C17.8379 6.23744 17.8379 5.76256 17.5451 5.46967L12.7721 0.696699C12.4792 0.403806 12.0043 0.403806 11.7114 0.696699C11.4185 0.989593 11.4185 1.46447 11.7114 1.75736L15.9541 6L11.7114 10.2426C11.4185 10.5355 11.4185 11.0104 11.7114 11.3033C12.0043 11.5962 12.4792 11.5962 12.7721 11.3033L17.5451 6.53033ZM0 6.75H17.0147V5.25H0V6.75Z" fill="%232D384A"/></svg>');
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .fromBlog__item-link {
    margin-top: 3px;
    padding-top: 15px;
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .fromBlog__item-link {
    padding-top: 9px;
    font-size: 10px;
  }
}

.info {
  padding: 30px 0;
  border-top: 1px solid #a3b1bf;
}
@media (max-width: 768px) {
  .info {
    padding: 10px 0;
  }
}
.info__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 768px) {
  /* .info__list {
      column-gap: 3%;
    } */
}
.info__item {
  display: flex;
  align-items: center;
  column-gap: 6px;
  row-gap: 5px;
}
@media (max-width: 1200px) {
  .info__item {
    flex-direction: column;
  }
  .info__item-img {
    height: 34px;
  }
}
@media (max-width: 768px) {
  .info__item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0;
  }
}
@media (max-width: 768px) {
  .info__item-img {
    display: none;
  }
}
.info__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 13px;
  color: #2d384a;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .info__item-title {
    text-align: left;
    min-width: max-content;
  }
}
.info__item-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2d384a;
}

@media (max-width: 1680px) {
  .info__item-desc {
    max-width: 303px;
  }
}

@media (max-width: 1200px) {
  .info__item-desc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .info__item-desc {
    text-align: left;
    margin-top: 13px;
    line-height: 14px;
  }
}
@media (max-width: 576px) {
  .info__item-desc {
    margin-top: 15px;
  }
}
@media (max-width: 425px) {
  .info__item-title {
    font-size: 10px;
  }
  .info__item-desc {
    font-size: 10px;
    font-weight: 700;
  }
}

.newsLetterMobile {
  display: none;
}
@media (max-width: 768px) {
  .newsLetterMobile {
    background-color: #2d384a;
    display: block;
    text-align: center;
    padding: 30px 20px 30px;
    border-bottom: 1px solid #fff;
  }

  /* .sizeGuid + .newsLetterMobile {
      display: none!important;
    } */
}
.newsLetterMobile__title {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}
.newsLetterMobile__title_end {
  margin: 19px auto 0;
  display: none;
  color: #fff;
}
.newsLetterMobile__desc {
  margin: 10px auto 0;
  color: #fff;
  max-width: 335px;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.newsLetterMobile__desc_end {
  margin: 17px auto 16px;
  display: none;
  color: #fff;
}
.newsLetterMobile__form {
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  /* max-width: 335px; */
}
.newsLetterMobile__form input {
  width: -webkit-fill-available;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  padding: 11px 8px;
  background-color: #fff;
  max-width: 335px;
  /* margin: auto; */
  border: 1px solid transparent;
}
.newsLetterMobile__form input.error {
  border: 1px solid #dc3545;
}
.newsLetterMobile__form input::placeholder {
  color: #b2b2b2;
}
.newsLetterMobile__form button {
  /* margin: auto; */
  padding: 9px 16px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
}
.newsLetterMobile__emailError {
  display: none;
  color: #dc3545 !important;
  font-size: 14px !important;
}

.footer {
  background-color: #2d384a;
}
.footer__content {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 60px;
}
a.logo.footer__logo {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .footer__content {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .footer__content {
    padding: 25px 0;
  }
}
@media (max-width: 576px) {
  .footer__content {
    padding-top: 41px;
    gap: 60px 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer__section-title {
    margin-top: 0 !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  }
}
.footer__logo {
  font-size: 23px;
  line-height: 20px;
  letter-spacing: 6px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .footer__logo {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .footer__logo {
    font-size: 13px;
    letter-spacing: 3px;
  }
}
.footer__contacts {
  display: grid;
  row-gap: 8px;
  margin-top: 23px;
}
@media (max-width: 576px) {
  .footer__contacts {
    margin-top: 15px;
  }
}
.footer__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  transition: all 0.2s linear;
}

.footer__text:hover {
  color: #aeaeae;
  transition: all 0.2s linear;
}

@media (max-width: 1440px) {
  .footer__contacts-item a.footer__text {
    display: block;
  }
}
@media (max-width: 992px) {
  .footer__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .footer__text {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer__payment {
  display: flex;
  align-items: center;
  column-gap: 27px;
}
@media (max-width: 992px) {
  .footer__payment {
    column-gap: 6px;
  }
}
@media (max-width: 768px) {
  .footer__payment {
    display: none;
    margin-top: 0;
  }
}
.footer__payment_mobile {
  display: none;
}
@media (max-width: 768px) {
  .footer__payment_mobile {
    display: flex;
    height: max-content;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .footer__payment_mobile {
    padding-top: 24px;
  }
}
.footer__payment-item {
  width: 40px;
  background: #fff;
  height: 25px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .footer__payment-item {
    width: 35px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .footer__payment-item {
    width: 30px;
    height: 16px;
  }
}
@media (max-width: 576px) {
  .footer__payment-item {
    width: 43px;
    height: 27px;
    /* padding: 5px; */
  }
}
.footer__social-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  column-gap: 55px;
}

.footer__social-list .footer__social-item {
  transition: all 0.2s linear;
}

.footer__social-list .footer__social-item:hover {
  transform: scale(1.04);
  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  .footer__social-list {
    /* display: none; */
  }
}
@media (max-width: 992px) {
  .footer__social-item {
    width: 30px;
  }
}
.footer__section {
  /* max-width: 448px; */
}

#email_news::-webkit-input-placeholder {
  font-size: 14px; /* Для браузерів на основі Webkit (Chrome, Safari) */
}

#email_news:-moz-placeholder {
  font-size: 14px; /* Для Firefox 18- */
}

#email_news::-moz-placeholder {
  font-size: 14px; /* Для Firefox 19+ */
}

#email_news:-ms-input-placeholder {
  font-size: 14px; /* Для Internet Explorer 10+ */
}

@media (max-width: 1440px) {
  /* .footer__section {
    max-width: 300px;
  } */
}
@media (max-width: 992px) {
  .footer__section {
    /* max-width: 235px; */
  }
}
.footer__section_shop {
  grid-row-start: 1;
  grid-column-start: 2;
}
.footer__section_about {
  grid-row-start: 1;
  grid-column-start: 1;
}
.footer__section_logo {
  grid-row-start: 2;
}
@media (max-width: 576px) {
  .footer__section_logo {
    margin-top: -3px;
  }
}
.footer__section-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-top: 61px;
  margin-bottom: 23px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .footer__section-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__section-title {
    /* display: none; */
  }
}
.footer__section-list {
  display: grid;
}
@media (max-width: 768px) {
  .footer__section-list {
    row-gap: 12px;
  }
}
.footer__section-list__item {
  line-height: 39px;
}
@media (max-width: 768px) {
  .footer__section-list__item {
    line-height: 16px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .footer__section-list__item {
    font-weight: 400;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__section_newsletter {
    display: none;
  }
}
.footer__newsletter-text {
  max-width: 60%;
  line-height: 20px;
}
@media (max-width: 1440px) {
  .footer__newsletter-text {
    max-width: 80%;
  }
}
.footer__input-form {
  margin-top: 16px;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.footer input {
  padding: 10px 19px;
  width: 100%;
  width: 240px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-color: #fff;
  font-family: var(--new1-font);
  border: 2px solid #fff;
}
@media (max-width: 992px) {
  .footer input {
    font-size: 12px;
    padding: 7px 15px;
  }
}
.footer input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #b2b2b2;
  font-family: var(--new1-font);
}
@media (max-width: 992px) {
  .footer input::placeholder {
    font-size: 10px;
  }
}
.footer__submit {
  width: 147px;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  padding: 6px 28px;
  border: 1px solid #fff;
  font-family: var(--new1-font);
  transition: all 0.2s ease;
}
.footer__submit:hover {
  background: #fff;
  color: #2d384a;
  transition: all 0.2s ease;
}
@media (max-width: 992px) {
  .footer__submit {
    padding: 3px 16px;
  }
}
.footer__policy {
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer__policy {
    padding-top: 25px;
  }
}
.footer__policy-content {
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__policy-content {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .footer__policy-content {
    padding-top: 0;
    justify-content: space-between;
  }
  .newsLetterMobile__title {
    font-size: 18px;
    padding: 0 0 10px 0;
  }
}
@media (max-width: 576px) {
  .footer__policy-content {
    padding-bottom: 25px;
    flex-direction: column;
  }
}
.footer__policy-content .footer__text a {
  margin-left: 10px;
}
.footer__policy-group {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
@media (max-width: 768px) {
  .footer__policy-group {
    display: none;
  }
  .footer__policy-content .footer__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
  }
  .footer__policy-content .footer__text a {
    margin: 0;
  }
}
.footer__policy-item {
  display: flex;
  position: relative;
}
.footer__policy-item:not(:first-child)::before {
  content: "";
  border-left: 1px solid #fff;
  width: 1px;
  height: 14px;
  margin-right: 6px;
  position: relative;
  top: 4px;
}
.footer__policy-item .footer__text {
  font-weight: 400;
}
.burger,
.close,
.burger__block-categories__item,
.search-popup__sale-item,
.emptyBlock button,
.productsList__options-min,
.productsList__options-plus,
.productsList__options-right > div,
.cartModal__wish,
.cartModal__add,
.cart__promo button,
.signIn__form button,
.signIn__forgot,
.langCur__submit,
.recommended__tab,
.bar > div,
.logo,
.cart__left-item img,
.viewMore,
.footer__submit {
  cursor: pointer;
}

.cart__left-item img {
  object-fit: cover;
}

.signIn__form__group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.fantom__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fantom__wrap > div {
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
}
.fantom__wrap > div > div {
  width: 100%;
}

.breadcrumbs {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-top: 30px;
  }
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  column-gap: 5px;

  position: relative;
}
.breadcrumbs__item:last-child a {
  color: #2d384a;
}

.breadcrumbs__item:not(:first-child)::before {
  content: "/";
  color: rgba(45, 56, 74, 0.35);
  font-weight: 700;

  position: absolute;
  left: -10px;
}
.breadcrumbs__item.active::before {
  color: #2d384a;
}
.breadcrumbs__link {
  color: rgba(45, 56, 74, 0.35);
  font-size: 14px;
  font-weight: 700;
  line-height: 11px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .breadcrumbs__link {
    font-size: 12px;
    line-height: normal;
  }
  .breadcrumbs__list {
    align-items: baseline;
  }
  .breadcrumbs__item {
    align-items: baseline;
  }
  .breadcrumbs__item:not(:first-child)::before {
    height: 13px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__link {
    font-size: 8px;
  }
  .breadcrumbs__item {
    column-gap: 2px;
  }
  .breadcrumbs__item:not(:first-child)::before {
    height: 9px;
    font-weight: 500;
  }
  .breadcrumbs__list {
    column-gap: 8px;
  }
}

.filter__group {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 1440px) {
  .filter__group {
    column-gap: 20px;
  }
}
@media (max-width: 1200px) {
  .filter__group {
    column-gap: 15px;
  }
}
@media (max-width: 992px) {
  .filter__group {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.filter__group.open .filter__select {
  display: block;
}
.filter__more {
  margin-top: 5px;
  color: #2d384a;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  text-align: left;
  font-family: var(--new1-font);
  display: none;
}
@media (max-width: 992px) {
  .filter__more {
    display: block;
  }
}
@media (max-width: 576px) {
  .filter__more {
    font-size: 12px;
  }
}

.filter__content {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.filter__select {
  position: relative;
  cursor: pointer;
  background-color: #2d384a1a;
}
@media (max-width: 992px) {
  .filter__select:nth-child(n + 3) {
    display: none;
  }
  .filter__select:nth-child(2) {
    /* grid-row-start: 1; */
  }
  .filter__select:nth-child(3) {
    /* grid-row-start: 3;
      grid-column-end: 3;
      grid-column-start: 1; */
  }
  .filter__select:nth-child(4) {
    /* grid-row-start: 4;
      grid-column-end: 3;
      grid-column-start: 1; */
  }
}
@media (max-width: 768px) {
  .filter__select:nth-child(1) {
    grid-row-start: 1;
  }
  .filter__select:nth-child(2) {
    grid-row-start: 1;
  }
  .filter__select:nth-child(3) {
    grid-row-start: 2;
    grid-column-end: 3;
    grid-column-start: 1;
  }
  .filter__select:nth-child(4) {
    grid-row-start: 3;
    grid-column-end: 3;
    grid-column-start: 1;
  }
}

.filter__select::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9.55731L0 1.63023L1.6125 0.209961L9 6.7498L16.3875 0.24299L18 1.66326L9 9.55731Z' fill='%232D384A'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 3;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .filter__select::after {
    right: 10px;
  }
}
@media (max-width: 576px) {
  .filter__select::after {
    width: 12px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.filter__select select {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  color: #2d384a;
  padding: 16px 50px 16px 20px;
  width: max-content;
  width: 100%;
  background: none;
  position: relative;
}
@media (max-width: 1440px) {
  .filter__select select {
    font-size: 20px;
    padding: 12px 40px 12px 16px;
  }
}
@media (max-width: 1200px) {
  .filter__select select {
    padding: 11px 40px 11px 10px;
  }
}
@media (max-width: 576px) {
  .filter__select select {
    font-size: 12px;
  }

  .filter__content {
    column-gap: 10px;
  }
}

.filter__sourt {
  display: flex;
  align-items: center;
  height: max-content;
  padding-left: 0;
  column-gap: 15px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .filter__sourt {
    column-gap: 10px;
  }
}
.filter__sourt svg {
  position: absolute;
  pointer-events: none;
  left: 15px;
}
@media (max-width: 768px) {
  .filter__sourt svg {
    left: 10px;
    width: 19px;
    height: 12px;
  }
}

.filter__sourt::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9.34734L0 1.42027L1.6125 0L9 6.53984L16.3875 0.0330295L18 1.4533L9 9.34734Z' fill='%232D384A' fill-opacity='0.35'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 576px) {
  .filter__sourt::after {
    width: 12px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 7px;
  }
}

.filter__select-sourt {
  color: #00000059;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  min-width: max-content;
  padding: 16px 100px 16px 60px;
  border: 2px solid #2d384a59;
}
@media (max-width: 1440px) {
  .filter__select-sourt {
    font-size: 20px;
    padding: 10px 70px 10px 60px;
  }
}
@media (max-width: 1200px) {
  .filter__select-sourt {
    padding: 10px 60px;
  }
}
@media (max-width: 992px) {
  .filter__select-sourt {
    padding: 10px 50px;
  }
}
@media (max-width: 768px) {
  .filter__select-sourt {
    padding: 10px 40px 10px 50px;
  }
}
@media (max-width: 576px) {
  .filter__select-sourt {
    font-size: 12px;
    padding: 10px 20px 10px 30px;
    border: 1px solid #2d384a59;
  }
}

.header .cart__left-item {
  position: relative;
}
.header .cartModal {
  top: 0;
}
.header .cartModal__img {
  overflow: hidden;
}
#collection__list .cartModal__wish {
  width: 50px;
  height: 50px;
  top: -65px;
  right: -5px;
}
#collection__list .cartModal__sizes {
  column-gap: 15px;
}
@media (max-width: 992px) {
  #collection__list .cartModal__wish {
    width: 35px;
    height: 35px;
    top: -40px;
    right: -10px;
  }
}
@media (max-width: 768px) {
  #collection__list .cartModal__sizes {
    column-gap: 10px;
  }
  #collection__list .cartModal__colors {
    max-width: 141px;
    column-gap: 6px;
  }
  #collection__list .custom-checkbox > span {
    font-size: 8px;
  }
  #collection__list .checkbox-col > input:checked + span::before {
    width: 9px;
    height: 9px;
  }
  #collection__list .cartModal__wish {
    width: 27px;
    height: 27px;
    top: initial;
    bottom: 45px;
  }
  #collection__list .cartModal__add {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  #collection__list .cartModal__wish {
    bottom: 39px;
  }
}
@media (max-width: 375px) {
  #collection__list .cartModal__add {
    font-size: 8px;
    padding: 2px;
  }
  #collection__list .cartModal__wish {
    bottom: 21px;
  }
}
/* .newsLetter__title, .newsLetter__desc, .newsLetter__group, .search-popup__sale-title, .search-popup__result, .signIn__title, .signIn__quik-entry, .reg__title, .reg__checkbox-wrapper span, .reg__agree, .wishlist__title, .wishlist .productsList__title, .productsList__options-price, .cart .cart__title-left, .cartModal__label, .productsList__title, .cartModal__price, .cartModal__name, .cartModal__manufacturer, .langCur__title, .help__title
   {
    cursor: default;
  } */
.alert.alert-danger {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  color: #dc3545;
}
.alert.alert-danger::before {
  content: "*";
}
.alert.alert-success {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
  color: #22c55e;
}
.error {
  border-color: #dc3545 !important;
}
