@import url("https://fonts.googleapis.com/css?family=Mulish:300,regular,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:regular&display=swap");
@import url("https://fonts.googleapis.com/css?family=Mulish:300,regular,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:regular&display=swap");
@import url("https://fonts.googleapis.com/css?family=Mulish:300,regular,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:regular&display=swap");
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

/* FORM */
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

/* FORM */
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.category {
  overflow: hidden;
}
@media (min-width: 90em) {
  .category {
    padding-top: 9.75rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-top: clamp( 7.5rem , 6.8571428571rem  +  3.2142857143vw , 9.75rem )) {
    .category {
      padding-top: clamp( 7.5rem , 6.8571428571rem  +  3.2142857143vw , 9.75rem );
    }
  }
  @supports not (padding-top: clamp( 7.5rem , 6.8571428571rem  +  3.2142857143vw , 9.75rem )) {
    .category {
      padding-top: calc(7.5rem + 2.25 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .category {
    padding-top: 7.5rem;
  }
}
@media (min-width: 90em) {
  .category__title:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.6071428571rem  +  1.3392857143vw , 2.8125rem )) {
    .category__title:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.6071428571rem  +  1.3392857143vw , 2.8125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.6071428571rem  +  1.3392857143vw , 2.8125rem )) {
    .category__title:not(:last-child) {
      margin-bottom: calc(1.875rem + 0.9375 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .category__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.category__wrap {
  position: relative;
}
.title-category {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.125rem;
  letter-spacing: 0.1875rem;
}
@media (min-width: 90em) {
  .title-category {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (font-size: clamp( 1.25rem , 1.0714285714rem  +  0.8928571429vw , 1.875rem )) {
    .title-category {
      font-size: clamp( 1.25rem , 1.0714285714rem  +  0.8928571429vw , 1.875rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 1.0714285714rem  +  0.8928571429vw , 1.875rem )) {
    .title-category {
      font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .title-category {
    font-size: 1.25rem;
  }
}

.sidebar {
  padding: 0.3125rem;
  padding-right: 0.625rem;
  width: 18.8125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 50;
  overflow-y: auto;
  pointer-events: all;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  pointer-events: all;
}
.sidebar.visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media (min-width: 61.99875em) {
  .sidebar {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 61.99875em) {
  .sidebar {
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    opacity: 0;
  }
}
.sidebar__close-btn img {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 61.99875em) {
  .sidebar__close-btn {
    display: none;
  }
}
.sidebar__close-btn:not(:last-child) {
  margin-bottom: 1.25rem;
}

.filter-icon {
  padding-top: 0.625rem;
  z-index: 20;
}
.filter-icon img {
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (min-width: 61.99875em) {
  .filter-icon {
    display: none;
  }
}

@media (min-width: 90em) {
  .item-sidebar {
    padding-bottom: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-bottom: clamp( 1.875rem , 1.2678571429rem  +  3.0357142857vw , 4rem )) {
    .item-sidebar {
      padding-bottom: clamp( 1.875rem , 1.2678571429rem  +  3.0357142857vw , 4rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.875rem , 1.2678571429rem  +  3.0357142857vw , 4rem )) {
    .item-sidebar {
      padding-bottom: calc(1.875rem + 2.125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .item-sidebar {
    padding-bottom: 1.875rem;
  }
}
.item-sidebar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.5);
}
.item-sidebar__clear-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.item-sidebar__clear-btn span {
  color: #c4c4c4;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.item-sidebar__clear-btn svg {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .item-sidebar__clear-btn:hover span {
    color: #575454;
  }
  .item-sidebar__clear-btn:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.item-sidebar__list {
  padding-top: 2rem;
}
.item-sidebar__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media (any-hover: hover) {
  .item-sidebar__item:hover .item-sidebar__link {
    color: #ed165f;
  }
}
.item-sidebar__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 600;
  line-height: 1.125rem;
}
.item-sidebar__link.active {
  color: #ed165f;
}
.item-sidebar__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.125rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.item-collection.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
  justify-self: flex-end;
  margin-bottom: 1rem;
}
@media (min-width: 90em) {
  .custom-select {
    margin-right: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (margin-right: clamp( 0.0000000625rem , -0.4999999196rem  +  2.4999999107vw , 1.75rem )) {
    .custom-select {
      margin-right: clamp( 0.0000000625rem , -0.4999999196rem  +  2.4999999107vw , 1.75rem );
    }
  }
  @supports not (margin-right: clamp( 0.0000000625rem , -0.4999999196rem  +  2.4999999107vw , 1.75rem )) {
    .custom-select {
      margin-right: calc(0.0000000625rem + 1.7499999375 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .custom-select {
    margin-right: 0.0000000625rem;
  }
}

.custom-select__trigger {
  border: 0.0625rem solid #000;
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.custom-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-left: 0.0625rem solid #000;
  border-right: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.custom-select__option {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5625rem 1rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.custom-select__option:hover {
  background-color: #ed165f;
  color: #fff;
  font-weight: 800;
}

.custom-select.open .custom-select__options {
  display: block;
}

.size {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 90em) {
  .size {
    gap: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (gap: clamp( 0.3125rem , 0.1160714286rem  +  0.9821428571vw , 1rem )) {
    .size {
      gap: clamp( 0.3125rem , 0.1160714286rem  +  0.9821428571vw , 1rem );
    }
  }
  @supports not (gap: clamp( 0.3125rem , 0.1160714286rem  +  0.9821428571vw , 1rem )) {
    .size {
      gap: calc(0.3125rem + 0.6875 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .size {
    gap: 0.3125rem;
  }
}
.size__item {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  width: 100%;
  padding: 0.4375rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.size__item.active {
  background-color: #ed165f;
  color: #fff;
}
@media (any-hover: hover) {
  .size__item:hover {
    background-color: #ed165f;
    color: #fff;
  }
}

.color {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 1rem;
}
.color__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
@media (any-hover: hover) {
  .color__item:hover .color__color {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.color__color {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.125rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.color__color.active {
  border: 0.0625rem solid #000000;
}
.color__name {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.color__name.active {
  font-weight: 800;
}

.price {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.price:not(:last-child) {
  margin-bottom: 1rem;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .checkbox:hover .checkbox__box {
    background-color: #dbd5d5;
  }
}
.checkbox input {
  display: none;
}
.checkbox__box {
  width: 1.6875rem;
  height: 1.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0.5px solid #000;
  background-color: white;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
}
.checkbox__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.375rem;
  border: 0.125rem solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.checkbox input:checked + .checkbox__box {
  background-color: #ed165f;
  border-color: #ed165f;
}

.checkbox input:checked + .checkbox__box::after {
  opacity: 1;
}

.custom-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.custom-range span {
  font-size: 0.875rem;
  font-weight: 600;
}
.custom-range input {
  max-width: 3.8125rem;
  border: 0.5px solid #000;
  padding: 0.3125rem 0.5rem;
}
.custom-range input::-webkit-input-placeholder {
  font-size: 0.875rem;
  font-weight: 600;
}
.custom-range input::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 600;
}
.custom-range input:-ms-input-placeholder {
  font-size: 0.875rem;
  font-weight: 600;
}
.custom-range input::-ms-input-placeholder {
  font-size: 0.875rem;
  font-weight: 600;
}
.custom-range input::placeholder {
  font-size: 0.875rem;
  font-weight: 600;
}
.custom-range__button {
  padding: 0.5625rem 0.875rem;
  border-radius: 0.125rem;
  background-color: #ed165f;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .custom-range__button:hover {
    background-color: #a91245;
  }
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

/* FORM */
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.size--shoes {
  grid-template-columns: repeat(3, 1fr);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish";
  color: #000;
}
body.menu-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class*=__container] {
  margin: 0 auto;
  max-width: 85.5rem;
  padding: 0 0.9375rem;
}

.header {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 90em) {
  .header {
    padding-top: 1.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-top: clamp( 0.3125rem , -0.0089285714rem  +  1.6071428571vw , 1.4375rem )) {
    .header {
      padding-top: clamp( 0.3125rem , -0.0089285714rem  +  1.6071428571vw , 1.4375rem );
    }
  }
  @supports not (padding-top: clamp( 0.3125rem , -0.0089285714rem  +  1.6071428571vw , 1.4375rem )) {
    .header {
      padding-top: calc(0.3125rem + 1.125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .header {
    padding-top: 0.3125rem;
  }
}
@media (min-width: 90em) {
  .header {
    padding-bottom: 1.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-bottom: clamp( 0.3125rem , -0.0089285714rem  +  1.6071428571vw , 1.4375rem )) {
    .header {
      padding-bottom: clamp( 0.3125rem , -0.0089285714rem  +  1.6071428571vw , 1.4375rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.3125rem , -0.0089285714rem  +  1.6071428571vw , 1.4375rem )) {
    .header {
      padding-bottom: calc(0.3125rem + 1.125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .header {
    padding-bottom: 0.3125rem;
  }
}
.header.scrolled {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 90em) {
  .header__container {
    gap: 2.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (gap: clamp( 0.9375rem , 0.5089285714rem  +  2.1428571429vw , 2.4375rem )) {
    .header__container {
      gap: clamp( 0.9375rem , 0.5089285714rem  +  2.1428571429vw , 2.4375rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.5089285714rem  +  2.1428571429vw , 2.4375rem )) {
    .header__container {
      gap: calc(0.9375rem + 1.5 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .header__container {
    gap: 0.9375rem;
  }
}
.header__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 56.25em) {
  .header__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 56.25em) {
  .menu__body {
    position: absolute;
    min-width: 18.125rem;
    min-height: 18.125rem;
    padding: 3.125rem;
    top: 5rem;
    right: -13.125rem;
    background: #f596a6;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-open .menu__body {
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.9375rem;
}
@media (min-width: 90em) {
  .menu__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports ((-moz-column-gap: clamp( 0.625rem , 0.0892857143rem  +  2.6785714286vw , 2.5rem )) or (column-gap: clamp( 0.625rem , 0.0892857143rem  +  2.6785714286vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 0.625rem , 0.0892857143rem  +  2.6785714286vw , 2.5rem );
         -moz-column-gap: clamp( 0.625rem , 0.0892857143rem  +  2.6785714286vw , 2.5rem );
              column-gap: clamp( 0.625rem , 0.0892857143rem  +  2.6785714286vw , 2.5rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 0.625rem , 0.0892857143rem  +  2.6785714286vw , 2.5rem )) or (column-gap: clamp( 0.625rem , 0.0892857143rem  +  2.6785714286vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: calc(0.625rem + 1.875 * (100vw - 20rem) / 70);
         -moz-column-gap: calc(0.625rem + 1.875 * (100vw - 20rem) / 70);
              column-gap: calc(0.625rem + 1.875 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .menu__list {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 56.25em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: right;
    row-gap: 1.75rem;
  }
}
@media (any-hover: hover) {
  .menu__item:hover .menu__link {
    color: #ed165f;
  }
}
.menu__link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0rem 0.625rem;
  line-height: 1.125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu__link.active {
  color: #ed165f;
  font-weight: 800;
}
.menu__link.active::after {
  width: 100%;
}
.menu__link::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  height: 0.0625rem;
  background: #ed165f;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media (min-width: 90em) {
  .menu__link::after {
    bottom: -1rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (bottom: clamp( -1rem , -0.1160714286rem  +  -0.9821428571vw , -0.3125rem )) {
    .menu__link::after {
      bottom: clamp( -1rem , -0.1160714286rem  +  -0.9821428571vw , -0.3125rem );
    }
  }
  @supports not (bottom: clamp( -1rem , -0.1160714286rem  +  -0.9821428571vw , -0.3125rem )) {
    .menu__link::after {
      bottom: calc(-0.3125rem + -0.6875 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .menu__link::after {
    bottom: -0.3125rem;
  }
}
@media (max-width: 56.25em) {
  .menu__link::after {
    display: none;
  }
}
@media (max-width: 56.25em) {
  .menu__link {
    font-size: 1.75rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.icon-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 20;
  display: none;
  flex-shrink: 0;
}
@media (max-width: 56.25em) {
  .icon-menu {
    position: relative;
    width: 1.875rem;
    height: 1.625rem;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .icon-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background-color: #ed165f;
    border-radius: 0.25rem;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

.icon-menu span:nth-of-type(1) {
  top: 0;
}

.icon-menu span:nth-of-type(2) {
  top: 12px;
}

.icon-menu span:nth-of-type(3) {
  bottom: 0;
}

@media (max-width: 56.25em) {
  #menu02.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg);
        -ms-transform: translateY(12px) rotate(-315deg);
            transform: translateY(12px) rotate(-315deg);
  }
  #menu02.active span:nth-of-type(2) {
    opacity: 0;
  }
  #menu02.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
            transform: translateY(-11px) rotate(315deg);
  }
}
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.search input {
  padding: 0.3125rem;
  border-bottom: 0.03125rem solid rgba(0, 0, 0, 0.5);
}
.search input:focus {
  outline: 0.0625rem solid rgba(0, 0, 0, 0.5);
}
.search__btn svg {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .search__btn:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.action-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
.action-header__link svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
@media (any-hover: hover) {
  .action-header__link:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.hero {
  background-color: #ed165f;
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 2.1875rem;
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 90em) {
  .hero__container {
    gap: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (gap: clamp( 1.875rem , 1.2678571429rem  +  3.0357142857vw , 4rem )) {
    .hero__container {
      gap: clamp( 1.875rem , 1.2678571429rem  +  3.0357142857vw , 4rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , 1.2678571429rem  +  3.0357142857vw , 4rem )) {
    .hero__container {
      gap: calc(1.875rem + 2.125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .hero__container {
    gap: 1.875rem;
  }
}
.hero__text {
  color: #fff;
  font-weight: 600;
  line-height: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 90em) {
  .hero__text {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (font-size: clamp( 1.25rem , 1.0714285714rem  +  0.8928571429vw , 1.875rem )) {
    .hero__text {
      font-size: clamp( 1.25rem , 1.0714285714rem  +  0.8928571429vw , 1.875rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 1.0714285714rem  +  0.8928571429vw , 1.875rem )) {
    .hero__text {
      font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .hero__text {
    font-size: 1.25rem;
  }
}
.hero__text::after {
  content: "";
  background: url("../img/arrow-bottom.svg");
  width: 1.6875rem;
  height: 1.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: moveUpDown 1.2s ease-in-out infinite;
          animation: moveUpDown 1.2s ease-in-out infinite;
  will-change: transform;
}
@-webkit-keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.hero__logo {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 47.99875em) {
  .hero__logo {
    width: 95%;
  }
}
.hero__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 90em) {
  .hero__swiper {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-top: clamp( 1.25rem , 0.5357142857rem  +  3.5714285714vw , 3.75rem )) {
    .hero__swiper {
      padding-top: clamp( 1.25rem , 0.5357142857rem  +  3.5714285714vw , 3.75rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.5357142857rem  +  3.5714285714vw , 3.75rem )) {
    .hero__swiper {
      padding-top: calc(1.25rem + 2.5 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .hero__swiper {
    padding-top: 1.25rem;
  }
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 2.5rem;
}

.swiper {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}
.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 47.99875em) {
  .swiper-slide img {
    max-width: 90%;
    max-height: 28.125rem;
  }
}

.swiper-pagination-bullet {
  border-radius: 50%;
  border: 0.125rem solid #ffffff;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.collection {
  padding-top: 4rem;
}
@media (min-width: 90em) {
  .collection {
    padding-bottom: 8rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-bottom: clamp( 3.125rem , 1.7321428571rem  +  6.9642857143vw , 8rem )) {
    .collection {
      padding-bottom: clamp( 3.125rem , 1.7321428571rem  +  6.9642857143vw , 8rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 1.7321428571rem  +  6.9642857143vw , 8rem )) {
    .collection {
      padding-bottom: calc(3.125rem + 4.875 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .collection {
    padding-bottom: 3.125rem;
  }
}
.collection--category {
  padding-top: 0.3125rem;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
.collection--category__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 61.99875em) {
  .collection--category {
    margin-left: 21.8125rem;
  }
}
@media (max-width: 61.99875em) {
  .collection--category {
    margin-left: 0;
  }
}
.collection__container--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 90em) {
  .collection__title:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0357142857rem  +  1.0714285714vw , 2rem )) {
    .collection__title:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0357142857rem  +  1.0714285714vw , 2rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0357142857rem  +  1.0714285714vw , 2rem )) {
    .collection__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .collection__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.collection__text {
  text-align: center;
  line-height: 2.1875rem;
  max-width: 68.6875rem;
  margin: 0 auto;
}
@media (min-width: 90em) {
  .collection__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (font-size: clamp( 1.125rem , 1.0178571429rem  +  0.5357142857vw , 1.5rem )) {
    .collection__text {
      font-size: clamp( 1.125rem , 1.0178571429rem  +  0.5357142857vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0178571429rem  +  0.5357142857vw , 1.5rem )) {
    .collection__text {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .collection__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 90em) {
  .collection__text:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.3392857143rem  +  2.6785714286vw , 3.75rem )) {
    .collection__text:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.3392857143rem  +  2.6785714286vw , 3.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.3392857143rem  +  2.6785714286vw , 3.75rem )) {
    .collection__text:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .collection__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.collection__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
  grid-auto-rows: 36.25rem;
  row-gap: 6.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.625rem;
}
@media (min-width: 90em) {
  .collection__wrap {
    -webkit-column-gap: 3.375rem;
       -moz-column-gap: 3.375rem;
            column-gap: 3.375rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports ((-moz-column-gap: clamp( 1.25rem , 0.6428571429rem  +  3.0357142857vw , 3.375rem )) or (column-gap: clamp( 1.25rem , 0.6428571429rem  +  3.0357142857vw , 3.375rem ))) {
    .collection__wrap {
      -webkit-column-gap: clamp( 1.25rem , 0.6428571429rem  +  3.0357142857vw , 3.375rem );
         -moz-column-gap: clamp( 1.25rem , 0.6428571429rem  +  3.0357142857vw , 3.375rem );
              column-gap: clamp( 1.25rem , 0.6428571429rem  +  3.0357142857vw , 3.375rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 1.25rem , 0.6428571429rem  +  3.0357142857vw , 3.375rem )) or (column-gap: clamp( 1.25rem , 0.6428571429rem  +  3.0357142857vw , 3.375rem ))) {
    .collection__wrap {
      -webkit-column-gap: calc(1.25rem + 2.125 * (100vw - 20rem) / 70);
         -moz-column-gap: calc(1.25rem + 2.125 * (100vw - 20rem) / 70);
              column-gap: calc(1.25rem + 2.125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .collection__wrap {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (min-width: 90em) {
  .collection__wrap {
    row-gap: 6.125rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (row-gap: clamp( 2.5rem , 1.4642857143rem  +  5.1785714286vw , 6.125rem )) {
    .collection__wrap {
      row-gap: clamp( 2.5rem , 1.4642857143rem  +  5.1785714286vw , 6.125rem );
    }
  }
  @supports not (row-gap: clamp( 2.5rem , 1.4642857143rem  +  5.1785714286vw , 6.125rem )) {
    .collection__wrap {
      row-gap: calc(2.5rem + 3.625 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .collection__wrap {
    row-gap: 2.5rem;
  }
}
.collection__wrap--category {
  border-top: 0.0625rem solid grey;
  padding-top: 2rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 47.99875em) {
  .collection__wrap--category {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 32.1875em) {
  .collection__wrap--category {
    grid-template-columns: 1fr;
  }
}
.title {
  font-weight: 700;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: nowrap;
}
@media (min-width: 90em) {
  .title {
    font-size: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (font-size: clamp( 1.75rem , 1.3928571429rem  +  1.7857142857vw , 3rem )) {
    .title {
      font-size: clamp( 1.75rem , 1.3928571429rem  +  1.7857142857vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.3928571429rem  +  1.7857142857vw , 3rem )) {
    .title {
      font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .title {
    font-size: 1.75rem;
  }
}
@media (min-width: 90em) {
  .title {
    gap: 7rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (gap: clamp( 0.625rem , -1.1964285714rem  +  9.1071428571vw , 7rem )) {
    .title {
      gap: clamp( 0.625rem , -1.1964285714rem  +  9.1071428571vw , 7rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , -1.1964285714rem  +  9.1071428571vw , 7rem )) {
    .title {
      gap: calc(0.625rem + 6.375 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .title {
    gap: 0.625rem;
  }
}
.title::before,
.title ::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: #000;
}
.title::after {
  content: "";
  max-width: 460px;
  width: 100%;
  height: 0.0625rem;
  background: #000;
}

.item-collection {
  height: auto;
  padding-bottom: 2.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  will-change: transform;
}
@media (min-width: 90em) {
  .item-collection {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-bottom: clamp( 1.25rem , 1rem  +  1.25vw , 2.125rem )) {
    .item-collection {
      padding-bottom: clamp( 1.25rem , 1rem  +  1.25vw , 2.125rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 1rem  +  1.25vw , 2.125rem )) {
    .item-collection {
      padding-bottom: calc(1.25rem + 0.875 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .item-collection {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 90em) {
  .item-collection {
    min-height: 36.875rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (min-height: clamp( 31.25rem , 29.6428571429rem  +  8.0357142857vw , 36.875rem )) {
    .item-collection {
      min-height: clamp( 31.25rem , 29.6428571429rem  +  8.0357142857vw , 36.875rem );
    }
  }
  @supports not (min-height: clamp( 31.25rem , 29.6428571429rem  +  8.0357142857vw , 36.875rem )) {
    .item-collection {
      min-height: calc(31.25rem + 5.625 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .item-collection {
    min-height: 31.25rem;
  }
}
@media (any-hover: hover) {
  .item-collection:hover {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 5;
  }
  .item-collection:hover .add-block {
    opacity: 1;
    visibility: visible;
  }
  .item-collection:hover .item-collection__image::after {
    visibility: visible;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 61.99875em) {
  .item-collection:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.item-collection__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.item-collection__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
@media (min-width: 90em) {
  .item-collection__image:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.6339285714rem  +  1.5178571429vw , 2rem )) {
    .item-collection__image:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.6339285714rem  +  1.5178571429vw , 2rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.6339285714rem  +  1.5178571429vw , 2rem )) {
    .item-collection__image:not(:last-child) {
      margin-bottom: calc(0.9375rem + 1.0625 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .item-collection__image:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.item-collection__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-collection__title {
  text-align: center;
  line-height: 0.875rem;
}
@media (min-width: 90em) {
  .item-collection__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (font-size: clamp( 1.125rem , 1.0892857143rem  +  0.1785714286vw , 1.25rem )) {
    .item-collection__title {
      font-size: clamp( 1.125rem , 1.0892857143rem  +  0.1785714286vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0892857143rem  +  0.1785714286vw , 1.25rem )) {
    .item-collection__title {
      font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .item-collection__title {
    font-size: 1.125rem;
  }
}
.item-collection__title:not(:last-child) {
  margin-bottom: 1rem;
}
.item-collection span {
  font-family: "Roboto";
}
@media (min-width: 90em) {
  .item-collection span {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (font-size: clamp( 1.125rem , 1.0892857143rem  +  0.1785714286vw , 1.25rem )) {
    .item-collection span {
      font-size: clamp( 1.125rem , 1.0892857143rem  +  0.1785714286vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0892857143rem  +  0.1785714286vw , 1.25rem )) {
    .item-collection span {
      font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .item-collection span {
    font-size: 1.125rem;
  }
}

.collection__item {
  display: none;
}

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

.add-block {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
}
@media (max-width: 61.99875em) {
  .add-block {
    visibility: visible;
    opacity: 1;
    top: 0.9375rem;
    right: 0.9375rem;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.add-block svg {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.add-block__favourite {
  padding: 0.625rem;
  border-radius: 0.125rem;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 61.99875em) {
  .add-block__favourite {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
@media (any-hover: hover) {
  .add-block__favourite:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .add-block__favourite:hover span {
    color: #ed165f;
  }
}
.add-block__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 0.9375rem;
  gap: 0.625rem;
  border-radius: 0.125rem;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 61.99875em) {
  .add-block__cart {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
@media (any-hover: hover) {
  .add-block__cart:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .add-block__cart:hover span {
    color: #ed165f;
  }
}
@media (max-width: 61.99875em) {
  .add-block__cart {
    padding: 0.625rem;
  }
}
.add-block__cart span {
  color: #000;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.875rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 61.99875em) {
  .add-block__cart span {
    display: none;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.pagination__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.3125rem;
  position: relative;
}
@media (min-width: 90em) {
  .pagination__link {
    padding-left: 2.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-left: clamp( 1.25rem , 1.0178571429rem  +  1.1607142857vw , 2.0625rem )) {
    .pagination__link {
      padding-left: clamp( 1.25rem , 1.0178571429rem  +  1.1607142857vw , 2.0625rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 1.0178571429rem  +  1.1607142857vw , 2.0625rem )) {
    .pagination__link {
      padding-left: calc(1.25rem + 0.8125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .pagination__link {
    padding-left: 1.25rem;
  }
}
@media (min-width: 90em) {
  .pagination__link {
    padding-right: 2.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-right: clamp( 1.25rem , 1.0178571429rem  +  1.1607142857vw , 2.0625rem )) {
    .pagination__link {
      padding-right: clamp( 1.25rem , 1.0178571429rem  +  1.1607142857vw , 2.0625rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 1.0178571429rem  +  1.1607142857vw , 2.0625rem )) {
    .pagination__link {
      padding-right: calc(1.25rem + 0.8125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .pagination__link {
    padding-right: 1.25rem;
  }
}
@media (any-hover: hover) {
  .pagination__link:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.pagination__link::after {
  content: "";
  left: 0;
  width: 100%;
  height: 0.046875rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 1.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination__link:hover:not(.active) {
  color: #ed165f;
}
.pagination__link.active::after {
  bottom: 0;
  height: 0.1875rem;
  background-color: #ed165f;
}
.pagination__link svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

.footer {
  background-color: #f5f5f5;
}
@media (min-width: 90em) {
  .footer {
    padding-top: 3.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-top: clamp( 1.875rem , 1.3214285714rem  +  2.7678571429vw , 3.8125rem )) {
    .footer {
      padding-top: clamp( 1.875rem , 1.3214285714rem  +  2.7678571429vw , 3.8125rem );
    }
  }
  @supports not (padding-top: clamp( 1.875rem , 1.3214285714rem  +  2.7678571429vw , 3.8125rem )) {
    .footer {
      padding-top: calc(1.875rem + 1.9375 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .footer {
    padding-top: 1.875rem;
  }
}
@media (min-width: 90em) {
  .footer {
    padding-bottom: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding-bottom: clamp( 1.875rem , 1.2678571429rem  +  3.0357142857vw , 4rem )) {
    .footer {
      padding-bottom: clamp( 1.875rem , 1.2678571429rem  +  3.0357142857vw , 4rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.875rem , 1.2678571429rem  +  3.0357142857vw , 4rem )) {
    .footer {
      padding-bottom: calc(1.875rem + 2.125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .footer {
    padding-bottom: 1.875rem;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 90em) {
  .footer__container {
    gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (gap: clamp( 0.9375rem , 0.8482142857rem  +  0.4464285714vw , 1.25rem )) {
    .footer__container {
      gap: clamp( 0.9375rem , 0.8482142857rem  +  0.4464285714vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.8482142857rem  +  0.4464285714vw , 1.25rem )) {
    .footer__container {
      gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .footer__container {
    gap: 0.9375rem;
  }
}
@media (max-width: 58.4375em) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1.875rem;
  }
}
.footer__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 90em) {
  .footer__wrap {
    gap: 4.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (gap: clamp( 1.25rem , 0.1964285714rem  +  5.2678571429vw , 4.9375rem )) {
    .footer__wrap {
      gap: clamp( 1.25rem , 0.1964285714rem  +  5.2678571429vw , 4.9375rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.1964285714rem  +  5.2678571429vw , 4.9375rem )) {
    .footer__wrap {
      gap: calc(1.25rem + 3.6875 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .footer__wrap {
    gap: 1.25rem;
  }
}
@media (max-width: 36.875em) {
  .footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.footer__links a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .footer__links a:hover {
    color: #ed165f;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.footer__subscribe {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 36.875em) {
  .footer__subscribe {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}

.subscribe__text {
  text-wrap: nowrap;
}
@media (min-width: 90em) {
  .subscribe__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.4464285714rem  +  0.8928571429vw , 1.25rem )) {
    .subscribe__text:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.4464285714rem  +  0.8928571429vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.4464285714rem  +  0.8928571429vw , 1.25rem )) {
    .subscribe__text:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  .subscribe__text:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.subscribe__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscribe__input input {
  max-width: 13.125rem;
  height: 100%;
  border: 0.125rem solid #ed165f;
  padding: 1rem 0.625rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.subscribe__input input:focus {
  outline: 0.03125rem solid #ed165f;
}
.subscribe__button {
  text-align: center;
  text-transform: uppercase;
  border: 0.125rem solid transparent;
  color: #fff;
  padding: 1.125rem 1.4375rem;
  background-color: #ed165f;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .subscribe__button:hover {
    background-color: #c32e60;
  }
}

.contact {
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 58.4375em) {
  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 1.875rem;
  }
}
.contact__link {
  text-wrap: nowrap;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7254901961);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.loader {
  width: 5rem;
  height: 5rem;
  border: 0.625rem solid #ccc;
  border-top: 0.625rem solid #ed165f;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 21.875rem;
  right: 0.9375rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #000;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 90em) {
  #scrollToTopBtn {
    padding: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 90em) {
  @supports (padding: clamp( 0.625rem , 0.4464285714rem  +  0.8928571429vw , 1.25rem )) {
    #scrollToTopBtn {
      padding: clamp( 0.625rem , 0.4464285714rem  +  0.8928571429vw , 1.25rem );
    }
  }
  @supports not (padding: clamp( 0.625rem , 0.4464285714rem  +  0.8928571429vw , 1.25rem )) {
    #scrollToTopBtn {
      padding: calc(0.625rem + 0.625 * (100vw - 20rem) / 70);
    }
  }
}
@media (max-width: 20em) {
  #scrollToTopBtn {
    padding: 0.625rem;
  }
}
@media (any-hover: hover) {
  #scrollToTopBtn:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#scrollToTopBtn img {
  width: 1.0625rem;
  height: 0.625rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#scrollToTopBtn.visible {
  visibility: visible;
  opacity: 1;
}