@import url("https://fonts.googleapis.com/css?family=Oswald:300,regular,500,700&display=swap");@import url("https://fonts.googleapis.com/css?family=Roboto:regular,500,600,700&display=swap");@font-face {font-family: icons;font-display: swap;src: url("../assets/fonts/icons.woff2") format("woff2");font-weight: 400;font-style: normal;}
* {
  padding: 0rem;
  margin: 0rem;
  border: 0rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
*::before,
*::after {
  display: inline-block;
}

input:focus,
textarea:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  height: 100%;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  font-family: inherit;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}

input {
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}


/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}
.fav-btn, .item-product__title a, .item-product__look-title a, .social a, .breadcrumbs ul li a, .item-cart__title a {
  transition: all 0.3s;
  color: var(--text-color);
}
.radiobox input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}
.page {
  padding-bottom: 3.125rem;
}
.separator {
  flex-grow: 1;
}
.checkbox {
  display: inline-flex;
  gap: 0.6875rem;
  align-items: center;
  color: var(--text-color);
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.checkbox::before {
  content: "\e930";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
  border: 0.0625rem solid var(--text-color);
  color: transparent;
  transition: all 0.3s;
}
.checkbox:has(input:checked)::before {
  background-color: var(--text-color);
  color: var(--bg-color);
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.splide:not(.hero-product__main) .splide__pagination {
  gap: 0.625rem !important;
  position: relative !important;
  transform: none !important;
  bottom: 0 !important;
  margin-top: 3.375rem !important;
}
.splide:not(.hero-product__main) .splide__pagination__page {
  background-color: transparent !important;
  opacity: 1 !important;
  border: 0.0625rem solid var(--text-color) !important;
  border-radius: 0 !important;
  transform: rotate(45deg) !important;
  width: 0.875rem !important;
  height: 0.875rem !important;
  transition: all 0.3s !important;
}
.splide:not(.hero-product__main) .splide__pagination__page.is-active {
  border-color: #e2102e !important;
  background-color: #e2102e !important;
}
.button {
  color: #fff;
  font-size: 1.5rem;
  background-color: #e2102e;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 0.0625rem solid #e2102e;
  padding: 0.6875rem 1.1875rem;
  gap: 0.9375rem;
  transition: all 0.3s;
}
.button--border {
  color: #e2102e;
  background-color: transparent;
}
.button--black-border {
  color: #666;
  border-color: #666;
  background-color: transparent;
}
.button span {
  flex-grow: 1;
  text-align: left;
}
.button svg {
  width: 1rem;
  height: 1rem;
}
.button svg path {
  transition: all 0.3s;
}
.button .icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  flex-shrink: 0;
}
.button .icon .hover,
.button .icon .no-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.button .icon .hover {
  opacity: 0;
}
.button--white {
  background-color: #fff;
  color: #111;
  border-color: #fff;
}
.button--black {
  background-color: var(--text-color);
  border-color: var(--text-color);
  color: var(--bg-color);
}
.button--black .plus-icon::before, .button--black .plus-icon::after {
  content: "";
  background-color: var(--bg-color);
}
.fav-btn {
  font-size: 1.5rem;
}
.fav-btn._icon-heart-fill {
  color: #e2102e;
  opacity: 1;
  visibility: visible;
}

.fav-btn._icon-heart.active::before {
  content: "\e934";  
  color: #e2102e;    
  opacity: 1;
  visibility: visible;
}

.home__products-section:not(:last-child) {
  margin-bottom: 3.125rem;
}
.section-title {
  font-size: 3rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.section-title > span {
  color: #e2102e;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.products-section__header {
  display: flex;
  gap: 1.25rem;
  align-items: end;
  flex-wrap: wrap;
}
.products-section__header:not(:last-child) {
  margin-bottom: 3.125rem;
}
.products-section__title {
  flex-grow: 1;
}
.products-section__navigation {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
.products-section__nav-title {
  opacity: 0.6;
  color: var(--text-color);
  transition: all 0.3s;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5625rem;
}
.products-section__nav-title::before {
  content: "";
  position: absolute;
  height: 0.125rem;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0.6;
  transition: all 0.3s;
  background-color: var(--text-color);
}
.products-section__nav-title.--tab-active {
  opacity: 1;
}
.products-section__nav-title.--tab-active::before {
  width: 100%;
  opacity: 1;
}
.products-section__slider .splide__slide {
  display: flex;
}
.bundle-products__slider .item-product__title {
  font-size: 1.5rem;
}
.bundle-products__slider .splide__slide:not(:last-child) .item-product__image::before {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  left: calc(100% + 1.25rem);
  z-index: 4;
}
.bundle-products__body {
  display: flex;
  flex-direction: column;
}
.bundle-products__title {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.bundle-products__title span {
  display: block;
}
.bundle-products__content {
  padding: 1.875rem 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.bundle-products__price {
  display: flex;
  align-items: end;
  gap: 0.3125rem;
  color: #e2102e;
  font-size: 2rem;
  text-transform: uppercase;
}
.bundle-products__price span {
  text-decoration: line-through;
  color: var(--text-color);
  font-size: 1rem;
}
.item-product {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.item-product.--disabled {
  pointer-events: none;
  touch-action: none;
}
.item-product__tag {
  padding: 0.21875rem 0.3125rem;
  background-color: #fff;
  color: #111;
  text-transform: uppercase;
  font-weight: 500;
}
.item-product__tag--red {
  background-color: #e2102e;
  color: #fff;
}
.item-product__tag--green {
  background-color: #34a853;
  color: #fff;
}
.item-product__tag--black {
  background-color: #000;
  color: #fff;
}
.item-product__fav {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

/* .item-product__fav.active{
  color: rgba(226, 16, 46, 1);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
} */
.--disabled .item-product__fav {
  opacity: 0.3 !important;
  filter: grayscale(1) !important;
}
.item-product__checkbox {
  background-color: var(--bg-color);
}
.item-product__checkbox::before {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.125rem;
}
.item-product__cart-label {
  padding: 0.8125rem 0.625rem;
  gap: 0.625rem;
  position: relative;
  z-index: 4;
  display: inline-flex;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.item-product__image {
  aspect-ratio: 440/660;
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.item-product__image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.item-product__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.item-product__pic img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.--disabled .item-product__pic img {
  opacity: 0.3 !important;
  filter: grayscale(1) !important;
}
.item-product__pic img.hover {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.item-product__header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.9375rem;
}
.item-product__body {
  padding: 1.75rem 1.25rem 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.--disabled .item-product__body {
  opacity: 0.3 !important;
  filter: grayscale(1) !important;
}
.item-product__title {
  flex-grow: 1;
}
.item-product__title a {
  color: var(--text-color);
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.item-product__title span {
  color: #e2102e;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.item-product__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.item-product__bundle-price {
  display: flex;
  gap: 0.625rem;
  align-items: start;
  flex-wrap: wrap;
}
.item-product__bundle-discount {
  display: flex;
  align-items: end;
  font-size: 1rem;
  color: #e2102e;
  gap: 0.3125rem;
}
.item-product__bundle-discount span {
  font-size: 1.5rem;
  text-decoration: line-through;
  color: var(--text-color);
}
.item-product__price {
  color: var(--text-color);
  font-size: 2rem;
  text-transform: uppercase;
  display: flex;
  align-items: start;
  gap: 0.3125rem 0.625rem;
  flex-wrap: wrap;
}
.item-product__price span {
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 1rem;
}
.item-product__price span span {
  font-size: 0.75rem;
}
.item-product__look-row {
  display: flex;
  gap: 1.875rem;
  align-items: center;
}
.item-product__look-row:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.item-product__look-title {
  flex-grow: 1;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.item-product__look-title a {
  white-space: nowrap;
  display: block;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-product__look-price {
  font-size: 1.5rem;
  text-transform: uppercase;
  flex-shrink: 0;
}
.home__news-section:not(:last-child) {
  margin-bottom: 3.125rem;
}
.news-section__title:not(:last-child) {
  margin-bottom: 3.125rem;
}
.news-section__item {
  display: block;
}
.item-news__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.item-news__image:not(:last-child) {
  margin-bottom: 1.875rem;
}
.item-news__date {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  background-color: #111;
  padding: 0.1875rem 0.3125rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.item-news__label {
  overflow: hidden;
  color: var(--text-color);
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  transition: all 0.3s;
}
.social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
.social a {
  color: var(--text-color);
  font-size: 1.5rem;
}
.field__label {
  color: rgba(17, 17, 17, 0.6);
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  transition: all 0.3s;
  display: block;
}
.field__label:not(:last-child) {
  margin-bottom: 0.5rem;
}
.field__label span {
  color: #e2102e;
}
.--dark .field__label {
  color: rgba(255, 255, 255, 0.6);
}
.--error .field__label {
  color: #e2102e !important;
}
.field__triple-block {
  display: grid;
  gap: 1.25rem 0.625rem;
  grid-template-columns: repeat(3, 1fr);
}
.field__triple-block > * {
  margin-bottom: 0 !important;
}
.field__input, .field__textarea {
  padding: 0.375rem 0.875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 0.3s;
  text-overflow: ellipsis;
}
.field__input:not(:last-child), .field__textarea:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.--error .field__input, .--error .field__textarea {
  border-color: #e2102e !important;
  color: #e2102e !important;
}
.--error .field__input::placeholder, .--error .field__textarea::placeholder {
  color: #e2102e !important;
}
.field__input::placeholder, .field__textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.--dark .field__input::placeholder, .--dark .field__textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.field__input:focus, .field__textarea:focus {
  border-color: #000;
}
.field__input:focus::placeholder, .field__textarea:focus::placeholder {
  color: #000;
}
.--dark .field__input, .--dark .field__textarea {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.--dark .field__input:focus, .--dark .field__textarea:focus {
  border-color: #fff;
}
.--dark .field__input:focus::placeholder, .--dark .field__textarea:focus::placeholder {
  color: #fff;
}
.field__textarea {
  min-height: 7.5rem;
  resize: vertical;
  transition: all 0.3s, height 0s;
}
.field__error {
  color: #e2102e;
}
.border-check {
  padding: 0.65625rem 0.875rem;
  border: 0.0625rem solid var(--text-color);
  display: inline-flex;
  gap: 0.625rem;
  align-items: center;
  color: var(--text-color);
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.border-check::before {
  content: "\e930";
  display: block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
  border: 0.0625rem solid var(--text-color);
  color: transparent;
  transition: all 0.3s;
}
.border-check:has(input:checked)::before {
  background-color: var(--text-color);
  color: var(--bg-color);
}
.border-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.pagination {
  display: flex;
  gap: 0.5625rem;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  min-width: 3.75rem;
  padding: 0.3125rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 0.3s;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.--dark .pagination li a,
.--dark .pagination li span {
  border-color: rgba(255, 255, 255, 0.2);
}
.pagination li a.--active,
.pagination li span.--active {
  background-color: var(--text-color);
  color: var(--bg-color);
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.breadcrumbs ul li:not(:last-child) {
  opacity: 0.5;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "\e931";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.625rem;
}
.plus-icon {
  position: relative;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
}
.plus-icon::before, .plus-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  transition: all 0.3s;
  background-color: var(--text-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.--spoiler-active .plus-icon::before, .--spoiler-active .plus-icon::after, .--active .plus-icon::before, .--active .plus-icon::after {
  background-color: var(--bg-color);
}
.--spoiler-active .plus-icon::after, .--active .plus-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.subs-form {
  display: flex;
  align-items: stretch;
}
.subs-form__field .field__input {
  border-right: none;
  padding: 0.3125rem 0.875rem;
  font-size: 1.25rem;
}
.subs-form__button {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
}
.mission-section__body {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mission-section__body > * {
  position: relative;
  z-index: 3;
}
.mission-section__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 3.125rem 1.25rem;
  flex-grow: 1;
}
.mission-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission-section__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.71) 51.96%, #111 93.66%);
}
.mission-section__icon {
  aspect-ratio: 1/1;
  width: 4.5rem;
  mix-blend-mode: exclusion;
}
.mission-section__icon img {
  width: 100%;
  height: 100%;
}
.mission-section__icon:not(:last-child) {
  margin-bottom: 3.125rem;
}
.mission-section__text {
  color: #fff;
  text-align: center;
  line-height: 1.1;
  max-width: 37.1875rem;
}
.counter {
  display: flex;
}
.counter__btn {
  width: 3.3125rem;
  height: 3.3125rem;
  flex-shrink: 0;
}
.counter__btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
.counter__input {
  text-align: center;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 5.875rem;
}
.counter__input.--dark {
  border-color: rgba(255, 255, 255, 0.2);
}
.icon-btn {
  background-color: var(--text-color);
  color: var(--bg-color);
  --color: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.icon-btn svg path {
  transition: all 0.3s;
}
.bg-label {
  padding: 0.3125rem;
  border-radius: 0.25rem;
  border: 0.0625rem dashed #ffa900;
  background: rgba(255, 169, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  display: inline-block;
}
.radiobox {
  display: flex;
  align-items: start;
  gap: 0.625rem;
  position: relative;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.radiobox__icon {
  width: 1.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-shrink: 0;
  border: 0.0625rem solid var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.radiobox__icon::before {
  content: "";
  width: 37.735849%;
  aspect-ratio: 1/1;
  background-color: var(--text-color);
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0;
}
.radiobox:has(input:checked) .radiobox__icon {
  background-color: var(--text-color);
}
.radiobox:has(input:checked) .radiobox__icon::before {
  background-color: var(--bg-color);
  opacity: 1;
}
.summary-comp__item {
  padding: 0.5625rem 0;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.1);
}
.summary-comp__item:not(:last-child) {
  margin-bottom: 0.375rem;
}
.--dark .summary-comp__item {
  border-color: rgba(255, 255, 255, 0.6);
}
.summary-comp__item span {
  font-family: "Roboto", sans-serif;
}
.summary-comp__item span.total {
  font-size: 1.5rem;
  font-weight: 500;
}
.summary-comp__item span:last-child {
  text-align: right;
}
.item-cart {
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 0.9375rem 1.25rem;
  align-items: center;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s;
}
.--dark .item-cart {
  border-color: rgba(255, 255, 255, 0.1);
}
.item-cart__image {
  aspect-ratio: 1/1;
  width: 8.1875rem;
  grid-row: 1/4;
  overflow: hidden;
}
.item-cart__image img {
  transition: transform 0.3s;
  will-change: transform;
}
.item-cart__title {
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 500;
}
.item-cart__remove {
  font-size: 0.5625rem;
  color: #999999;
  transition: all 0.3s;
  border: 0.0625rem solid #999999;
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 50%;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_block {
  padding: 1.875rem;
}
.order_status {
  font-family: "Roboto", Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
}
.current_status {
  display: flex;
  gap: 5px;
  text-align: center;
  align-items: center;
}
.current_status > svg {
  width: 17px;
}
.current_status.yellow::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: rgba(255, 169, 0, 1);
  display: inline-block;
  border-radius: 20px;
}
.current_status.red::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: rgb(224, 5, 5);
  display: inline-block;
  border-radius: 20px;
}
html.--dark .toggle-icon{
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}
.toggle-icon {
  display: inline-block;
  width: 10px;
  height: 10px; 
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.toggle-icon:hover {
  cursor: pointer;
}
.toggle-icon.open {
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.order_name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order_name > h3 {
  font-family: "Oswald", Medium;
   font-weight: 500;
   font-size: 24px;
   line-height: 130%;
   letter-spacing: 0;
   text-transform: uppercase;
}
.order_info {
  font-family: "Roboto", Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.product_size {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  text-align: center;
  align-items: flex-end;
}
.total_price {
  font-family: "Oswald", Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.dop_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all .3s ease;
}
.dop_info.open {
  transition: all .3s ease;
  opacity: 1;
  display: block;
  visibility: visible;
}
html.--dark .dop_info > div{
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.dop_info > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  gap: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.order_button {
    text-align: center;
    align-items: center;
    justify-content: end !important;
    display: none !important;
}
.order_button > button {
  font-family: "Oswald", Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.order_button.open {
  display: flex !important;
}
.order_button
.--dark .item-cart__remove {
  color: #666;
  border: 0.0625rem solid #666;
}
.item-cart__counter span {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  display: block;
}
.item-cart__counter span:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-cart__counter .counter__btn {
  width: 2.25rem;
  height: 2.25rem;
}
.item-cart__counter .counter__input {
  font-size: 1.25rem;
  max-width: 3.625rem;
}
.item-cart__options {
  grid-row: 3;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.item-cart__option {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}
.item-cart__option span {
  font-weight: 700;
}
.item-cart__price {
  grid-row: 3;
  grid-column: 3;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.text {
  font-family: "Roboto", sans-serif;
  line-height: 1.45;
}
.text p:not(:last-child) {
  margin-bottom: 1rem;
}
.text ul li::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.625rem;
  vertical-align: middle;
  background: url("../image/logo.svg") no-repeat 100%/contain;
}
.text ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.text ol li:not(:last-child) {
  margin-bottom: 1rem;
}
.text ol ol {
  margin-top: 1rem;
}
.text h2,
.text h3 {
  font-family: "Oswald";
  font-weight: 500;
  text-transform: uppercase;
}
.text h2:not(:last-child),
.text h3:not(:last-child) {
  margin-bottom: 1rem;
}
.item-review {
  padding: 1.1875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.item-review:not(:last-child) {
  margin-bottom: 0.625rem;
}
.--dark .item-review {
  border-color: rgba(255, 255, 255, 0.1);
}
.item-review__header {
  display: flex;
  align-items: center;
}
.item-review__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.item-review__name {
  flex-grow: 1;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.item-review__date {
  color: rgba(17, 17, 17, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  transition: all 0.3s;
}
.--dark .item-review__date {
  color: rgba(255, 255, 255, 0.5);
}
.item-review__rating:not(:last-child) {
  margin-bottom: 1.25rem;
}
.item-review__text {
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}
.item-review__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.item-review__actions {
  display: flex;
  gap: 1.875rem;
  justify-content: end;
  align-items: center;
}
.item-review__action-item {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}
.item-review__action-item button {
  font-size: 1.5rem;
  color: rgba(17, 17, 17, 0.5);
  transition: color 0.3s;
}
.--dark .item-review__action-item button {
  color: rgba(255, 255, 255, 0.5);
}
.item-review__action-item button.--active.like {
  color: #32bc00;
}
.item-review__action-item button.--active.dislike {
  color: #e2102e;
}
.more-btn {
  color: #999;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.875rem;
}
.more-btn[data-hidden-count] span:first-child {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.more-btn[data-hidden-count] span:first-child::after {
  content: attr(data-hidden-count);
}
.more-btn::after {
  content: "";
  height: 0.0625rem;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  flex-grow: 1;
}
.--dark .more-btn::after {
  background-color: rgba(255, 255, 255, 0.1);
}
[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=_icon-]:before {
  display: block;
}
._icon-chat:before {
  content: "\e905";
}
._icon-eye:before {
  content: "\e906";
}
._icon-calendar:before {
  content: "\e907";
}
._icon-download:before {
  content: "\e903";
}
._icon-arrow-down:before {
  content: "\e904";
}
._icon-dislike:before {
  content: "\e902";
}
._icon-like:before {
  content: "\e901";
}
._icon-diff:before {
  content: "\e900";
}
._icon-size:before {
  content: "\e942";
}
._icon-wing:before {
  content: "\e944";
}
._icon-clock:before {
  content: "\e945";
}
._icon-box:before {
  content: "\e946";
}
._icon-star:before {
  content: "\e947";
}
._icon-check:before {
  content: "\e930";
}
._icon-ch-right:before {
  content: "\e931";
}
._icon-sort:before {
  content: "\e932";
}
._icon-plus:before {
  content: "\e933";
}
._icon-heart-fill:before {
  content: "\e934";
}
._icon-triangle:before {
  content: "\e935";
}
._icon-heart:before {
  content: "\e93b";
}
._icon-sun:before {
  content: "\e936";
}
._icon-s-tg:before {
  content: "\e937";
}
._icon-user:before {
  content: "\e938";
}
._icon-cross:before {
  content: "\e939";
}
._icon-s-yt:before {
  content: "\e93a";
}
._icon-basket:before {
  content: "\e93c";
}
._icon-s-fb:before {
  content: "\e93d";
}
._icon-menu:before {
  content: "\e93e";
}
._icon-s-inst:before {
  content: "\e93f";
}
._icon-search:before {
  content: "\e940";
}
._icon-moon:before {
  content: "\e941";
}
body {
  --text-color: #111;
  --bg-color: #fff;
  transition: color 0.3s, background-color 0.3s;
  min-width: 20rem;
  color: var(--text-color);
  font-family: "Oswald";
  font-size: 1rem;
  background-color: var(--bg-color);
}
.--dark body {
  --text-color: #fff;
  --bg-color: #111;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 116.875rem;
  margin: 0 auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
[data-fls-menu-open] body::after, [data-filter-open] body::after {
  opacity: 1;
  pointer-events: all;
}
.page {
  padding-top: 3.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.select {
  min-width: 0;
  position: relative;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  border-radius: 0.25rem;
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.625rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  background-color: var(--bg-color);
  font-weight: 300;
  padding: 0.375rem 0.8125rem;
  line-height: 1.2;
}
.--dark .select__value {
  border-color: rgba(255, 255, 255, 0.2);
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "\e935";
  align-self: stretch;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.5625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.--select-open .select__value:after {
  transform: rotate(-180deg);
}
.select--sort .select__value::after {
  content: "\e932";
  font-size: 0.875rem;
}
.--select-open.select--sort .select__value::after {
  transform: none;
}
.select__value.--select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.--select-open:not(.select--show-top) .select__value {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.--select-open.select--show-top .select__value {
  border-top-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  font-weight: 300;
}
.--select-active .select__input::placeholder {
  color: var(--text-color);
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  position: absolute;
  top: calc(100% - 0.0625rem);
  min-width: 100%;
  left: 0;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  background-color: var(--bg-color);
}
.--dark .select__options {
  border-color: rgba(255, 255, 255, 0.2);
}
.--select-open:not(.select--show-top) .select__options {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.--select-open.select--show-top .select__options {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.625rem;
  color: inherit;
  font-weight: 300;
  transition: all 0.3s;
  line-height: 1.2;
}
.select__option.--select-selected {
  background-color: #eee;
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 0.0625rem solid #d9d9d9;
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.3125rem 0rem 0.625rem 0rem;
}
.--select-tag {
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 0.0625rem;
  position: relative;
  float: left;
  max-height: 0.0625rem;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 0.0625rem;
  min-width: 0.0625rem;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 0.625rem;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 0.4375rem;
  left: 0.125rem;
  right: 0.125rem;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 0.6875rem;
}

.simplebar-scrollbar:before {
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
  right: 0.125rem;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 0.6875rem;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 0.625rem;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 31.25rem;
  width: 31.25rem;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 0.625rem 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.spoilers__item {
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid var(--text-color);
  transition: all 0.3s;
  display: block;
  color: var(--text-color);
  width: 100%;
}
.spoilers__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.spoilers__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  color: var(--text-color);
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  --color: var(--text-color);
}
.spoilers__title svg {
  width: 1.125rem;
  height: 1.125rem;
}
.spoilers__title svg path {
  transition: all 0.3s;
}
.spoilers__title .plus-icon {
  width: 1rem;
  height: 1rem;
}
.spoilers__title .plus-icon::before, .spoilers__title .plus-icon::after {
  height: 0.125rem;
}
.spoilers__title.--spoiler-active .plus-icon::before, .spoilers__title.--spoiler-active .plus-icon::after {
  background-color: var(--text-color);
}
.spoilers__body {
  padding-top: 1.25rem;
}
.spoilers__body .text {
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}
.spoilers__body .text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}
.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.mobile-menu__logout {
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: text-decoration-color 0.3s;
}

.header__menu-btn, .header__menu > ul > li, .header__action-btn::before, .header__theme, .header__search button, .submenu__block ul li a, .submenu__title a, .lang button,
.lang span, .pc-menu__close, .pc-menu__list li a, .mobile-menu__close, .basket-header__link, .basket-header__close {
  transition: all 0.3s;
  color: var(--text-color);
}

.header {
  padding: 1.25rem 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0.78125rem);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: background-color 0.3s;
}
.--dark .header {
  background-color: rgba(17, 17, 17, 0.9);
}
.header__container {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  position: relative;
  min-height: 5rem;
}
.header__menu-btn {
  font-size: 1.8125rem;
}
.header__menu > ul {
  display: flex;
  align-items: center;
  row-gap: 0.3125rem;
  flex-wrap: wrap;
}
.header__menu > ul > li {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.625rem 0;
  position: relative;
}
.header__menu > ul > li a {
  color: inherit;
}
.header__menu > ul > li details summary {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  position: relative;
  gap: 0.5rem;
}
.header__menu > ul > li details summary::before {
  content: "\e935";
  display: block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 0.5rem;
  text-transform: none;
  line-height: 1;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header__menu > ul > li details .--spoiler-active::before {
  transform: rotate(180deg);
}
/* Скрываем меню на мобильных экранах до инициализации JS, чтобы избежать мигания */
@media (max-width: 74.99875em) {
  .header__menu[data-fls-dynamic]:not(.--dynamic) {
    display: none !important;
  }
  /* Когда меню перемещено в mobile-menu, оно должно быть видно */
  .mobile-menu .header__menu[data-fls-dynamic] {
    display: block !important;
  }
}
.header__logo svg {
  aspect-ratio: 1/1;
  width: 4.875rem;
  height: auto;
}
.header__logo svg path {
  transition: all 0.3s;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  margin-right: 1.125rem;
}
.header__action-btn {
  position: relative;
}
.header__action-btn::before {
  font-size: 2rem;
}
.header__action-btn > span {
  position: absolute;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2102e;
  padding: 0.125rem;
  height: 1.1875rem;
  min-width: 1.1875rem;
  border-radius: 0.59375rem;
  top: 0.3125rem;
  right: 0;
  transform: translateX(34.736842%);
}
.header__cart {
  position: relative;
}
.header__settings {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.header__settings.--dynamic {
  width: 100%;
  justify-content: space-between;
}
.header__theme {
  overflow: hidden;
  width: 1.5rem;
  height: 1.5rem;
}
.header__theme span {
  height: 100%;
  display: block;
  font-size: 1.5rem;
  transition: all 0.3s;
  font-size: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.header__theme span::before {
  font-size: 1.5rem;
}
.--dark .header__theme span {
  transform: translateY(-100%);
}
.header__search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--bg-color);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 1.25rem;
  padding: 0 1.6875rem;
  padding-right: 3.75rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.625rem);
  transition: all 0.3s;
}
[data-search-open] .header__search {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.header__search::before {
  font-size: 1.6875rem;
  opacity: 0.5;
  text-align: right;
}
.header__search input {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  padding: 1.625rem 0;
}
.header__search input::placeholder {
  opacity: 0.5;
}
.header__search button {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  transform: translateY(-50%);
}
.submenu__block ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
}
.submenu__block ul li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.submenu__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.5;
}
.submenu__title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.lang {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}
.lang button,
.lang span {
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0.5;
  color: var(--text-color);
}
.lang button.--active,
.lang span.--active {
  opacity: 1;
  pointer-events: none;
}

.--dark footer .lang button,
.--dark footer .lang span {
  opacity: 1;
  color: white;
}

.--dark footer .lang button.--active,
.--dark footer .lang span.--active {
  opacity: 1;
  color: #e2102e;
}

.pc-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 24.1875rem;
  top: 0;
  left: 0;
  background-color: #111;
  padding: 3.125rem;
  z-index: 160;
  transform: translateX(-100%);
  transition: all 0.3s;
  overflow: auto;
  --text-color: #fff;
  --bg-color: #111;
}
[data-fls-menu-open] .pc-menu {
  transform: none;
}
.pc-menu__close {
  position: absolute;
  top: 3.4375rem;
  right: 1.5625rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.3);
}
.pc-menu__list {
  padding-right: 5rem;
}
.pc-menu__list:not(:last-child) {
  margin-bottom: 3.125rem;
}
.pc-menu__list li {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.pc-menu__list li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.pc-menu__list li a {
  color: #fff;
}
.pc-menu__social li a {
  color: #fff;
}
.pc-menu__social:not(:last-child) {
  margin-bottom: 3.125rem;
}

.mobile-menu {
  padding: 0.625rem;
  padding-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  max-width: 13.9375rem;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 160;
  transform: translateX(-100%);
  transition: all 0.3s;
  overflow: auto;
  background-color: var(--bg-color);
}
[data-fls-menu-open] .mobile-menu {
  transform: none;
}
.mobile-menu__close {
  font-size: 1.125rem;
  align-self: end;
}
.mobile-menu__close:not(:last-child) {
  margin-bottom: 1.25rem;
}
.mobile-menu__catalog-btn {
  font-size: 1.125rem;
  text-transform: none;
}
.mobile-menu__catalog-btn .icon {
  width: 0.875rem;
  height: 0.875rem;
}
.mobile-menu__catalog-btn:not(:last-child) {
  margin-bottom: 1.875rem;
}
.mobile-menu__actions:not(:last-child) {
  margin-bottom: 1.875rem;
}
.mobile-menu__actions-item {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  transition: all 0.3s;
  position: relative;
  color: var(--text-color);
}
.mobile-menu__actions-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.mobile-menu__actions-item::before {
  font-size: 1.5rem;
}
.mobile-menu__actions-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}
.mobile-menu__actions-body span {
  color: rgba(17, 17, 17, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  text-transform: none;
  line-height: 1.16;
}
.mobile-menu__count {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  flex-shrink: 0;
  padding: 0.21875rem 0.3125rem;
  background-color: #e2102e;
}
.mobile-menu__logout {
  color: #e2102e;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  display: block;
  text-align: left;
}

.basket-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1.0625rem 0.625rem 0.625rem;
  background-color: var(--bg-color);
  width: 20rem;
  max-height: calc(100dvh - var(--header-height));
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
[data-cart-open] .basket-header {
  opacity: 1;
  visibility: visible;
}
.basket-header__header {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.basket-header__body {
  min-height: 0;
}
.basket-header__body .simplebar-vertical {
  left: 100% !important;
  z-index: 5 !important;
  pointer-events: all !important;
}
.--dark .basket-header__body .simplebar-scrollbar.simplebar-visible:before {
  background-color: #fff !important;
}
.basket-header__title {
  opacity: 0.6;
  font-weight: 500;
  text-transform: uppercase;
}
.basket-header__link {
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.4;
}
.basket-header__close {
  font-size: 1.125rem;
}
.basket-header__items:not(:last-child) {
  margin-bottom: 1.25rem;
}
.basket-header__item {
  align-content: start;
}
.basket-header__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.basket-header__item .item-cart__image {
  width: 8rem;
}
.basket-header__item .item-cart__counter .counter__input {
  max-width: 2.5rem;
}
.basket-header__item .item-cart__options {
  grid-column: 2/4;
}
.basket-header__item .item-cart__price {
  margin-top: -0.9375rem;
  text-align: right;
}
.basket-header__summary .summary-comp__item span {
  font-size: 0.875rem;
}
.basket-header__summary .summary-comp__item span.total {
  font-size: 1.25rem;
}
.basket-header__summary:not(:last-child) {
  margin-bottom: 1.25rem;
}
.basket-header__button {
  gap: 0.3125rem;
}
.basket-header__button:not(:last-child) {
  margin-bottom: 1.25rem;
}
.basket-header__footer {
  display: flex;
  row-gap: 0.3125rem;
  flex-wrap: wrap;
}
.basket-header__btn-link {
  font-size: 1.25rem;
  flex-grow: 1;
}
.basket-header__payment {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.basket-header__payment img {
  aspect-ratio: 55/40;
  width: 3.4375rem;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.footer__title a, .footer__list li a {
  transition: all 0.3s;
  color: var(--text-color);
}

.footer__top {
  padding: 3.125rem 0;
  border-bottom: 0.0625rem solid rgba(17, 17, 17, 0.1);
  transition: background-color 0.3s;
}
.--dark .footer__top {
  border-color: rgba(238, 238, 238, 0.1);
  background-color: #000;
}
.footer__top .footer__container {
  display: flex;
  align-items: start;
  row-gap: 1.25rem;
}
.footer__logo {
  aspect-ratio: 1/1;
  width: 4.1875rem;
}
.footer__logo svg path {
  transition: all 0.3s;
}
.footer__menu {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-grow: 1;
  gap: 1.25rem;
}
.footer__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.footer__title:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.footer__list li {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}
.footer__list li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.footer__list li a {
  opacity: 0.6;
}
.footer__bottom {
  padding: 1.4375rem 0 1.1875rem;
}
.footer__bottom .footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.footer__payments {
  padding-left: var(--offset);
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__payments img {
  width: 6.625rem;
  height: 1.625rem;
}
.footer__social li a {
  opacity: 0.7;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.popup__close, .checkout-popup__link {
  transition: all 0.3s;
  color: var(--text-color);
}

.review-popup__rating-item input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
  filter: drop-shadow(2px 4px 60px #000000);
}

[data-fls-popup-active] [data-fls-popup-body] {
  visibility: visible;
  transform: scale(1);
}

[data-fls-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-fls-popup-body] {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: var(--bg-color);
  padding: 1.25rem;
  width: 100%;
  max-width: 56.25rem;
}

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup--review [data-fls-popup-body] {
  padding: 1.875rem 1.875rem 2.375rem;
  max-width: 39.625rem;
}
.popup--checkout [data-fls-popup-body] {
  padding: 2.625rem 3.75rem;
}
.popup--auth [data-fls-popup-body] {
  padding: 0;
  max-width: 68.75rem;
}
.popup--sizes {
  padding: 0.625rem 3.125rem;
}
.popup--sizes [data-fls-popup-body] {
  padding: 0;
}
.popup--refund [data-fls-popup-body], .popup--logout [data-fls-popup-body] {
  padding: 2.625rem 3.75rem;
}
.popup__close {
  position: absolute;
  top: 1.4375rem;
  right: 1.4375rem;
  font-size: 0.75rem;
}
.popup--checkout .popup__close {
  font-size: 1.125rem;
  top: 1.875rem;
  right: 1.875rem;
}
.popup--auth .popup__close {
  font-size: 1.125rem;
  top: 1.5625rem;
  right: 1.5625rem;
  z-index: 3;
}
.popup--sizes .popup__close {
  top: 0;
  left: calc(100% + 0.625rem);
  width: 2rem;
  height: 2rem;
  display: flex;
  font-size: 1.25rem;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-color);
}
.popup--refund .popup__close, .popup--logout .popup__close {
  font-size: 1.125rem;
  top: 1.875rem;
  right: 1.875rem;
}

.review-popup__title {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}
.review-popup__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.review-popup__form {
  margin: 0 -1.875rem;
  border-top: 0.0625rem solid rgba(17, 17, 17, 0.1);
  padding: 1.875rem 1.875rem 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.--dark .review-popup__form {
  border-color: rgba(255, 255, 255, 0.1);
}
.review-popup__label {
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}
.review-popup__rating {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
.review-popup__rating:not(:last-child) {
  margin-bottom: 0.6875rem;
}
.review-popup__rating-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  cursor: pointer;
  text-align: center;
}
.review-popup__rating-item::before {
  font-size: 2.625rem;
  color: rgba(17, 17, 17, 0.2);
  transition: all 0.3s;
}
.--dark .review-popup__rating-item::before {
  color: rgba(255, 255, 255, 0.2);
}
.review-popup__rating-item:has(input:checked)::before {
  color: #ffa900;
}
.review-popup__rating-item:has(~ .review-popup__rating-item > input:checked)::before {
  color: #ffa900;
}
.review-popup__bg-label {
  display: block;
}
.review-popup__field .field__input,
.review-popup__field .field__textarea {
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  padding: 0.5625rem 0.75rem;
}
.review-popup__field .field__label {
  font-size: 0.875rem;
}
.review-popup__checkbox {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  text-transform: none;
}
.review-popup__checkbox::before {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
}
.review-popup__button {
  font-size: 1.25rem;
  padding: 0.8125rem 1.1875rem;
}

.checkout-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
.checkout-popup__icon {
  aspect-ratio: 1/1;
  animation: none;
}
[data-fls-popup-active] .checkout-popup__icon {
  animation: rotation 1.5s forwards ease-out;
}
.checkout-popup__icon svg {
  width: 100%;
  height: 100%;
}
.checkout-popup__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.checkout-popup__subtitle {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}
.--dark .checkout-popup__subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.checkout-popup__body {
  display: flex;
  gap: 0.75rem 1.875rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.75rem 1.25rem;
  background-color: rgba(163, 163, 163, 0.1);
  border-radius: 0.75rem;
}
.checkout-popup__link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.checkout-popup__link::before {
  font-size: 1.5rem;
  color: #e2102e;
}
.checkout-popup__sub {
  max-width: 17.8125rem;
}
.checkout-popup__sub .subs-form__button {
  padding: 0.75rem 0.625rem;
}
.checkout-popup__label {
  font-weight: 500;
  line-height: 1.5;
}
.checkout-popup__label:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.checkout-popup__footer {
  display: flex;
  justify-content: center;
  gap: 0.625rem 1.25rem;
  flex-wrap: wrap-reverse;
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: none;
  }
  60% {
    transform: rotate(200deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.auth-popup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 47.0625rem;
}
.auth-popup__aside {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem;
}
.auth-popup__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
[data-fls-popup-active] .auth-popup__image {
  animation: reg-image 1.5s forwards ease-in;
}
.auth-popup--login .auth-popup__image {
  aspect-ratio: 3960/1500;
  width: auto;
  left: -46.875rem;
  align-self: self-start;
  left: 50%;
}
[data-fls-popup-active] .auth-popup--login .auth-popup__image {
  animation: login-image 1.5s forwards ease-in;
}
@keyframes reg-image {
  60% {
    transform: scale(1.55);
  }
  100% {
    transform: scale(1.49);
  }
}
@keyframes login-image {
  0% {
    transform: translateX(-50%);
  }
  60% {
    transform: translateX(-72%) scale(1.55);
  }
  100% {
    transform: translateX(-70%) scale(1.49);
  }
}
.auth-popup__decor {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
  width: 61.454545%;
}
.auth-popup__decor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: #e2102e;
}
[data-fls-popup-active] .auth-popup__decor img {
  animation: rotation 1.5s forwards ease-in;
}
.auth-popup__logo {
  position: relative;
  z-index: 2;
  width: 3.75rem;
  aspect-ratio: 60/86;
}
.auth-popup__body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
}
.auth-popup__header {
  display: flex;
  align-items: end;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.auth-popup__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.auth-popup__title {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.auth-popup__link {
  color: #e2102e;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
}
.auth-popup__form {
  max-width: 23.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.auth-popup__field .field__input,
.auth-popup__field .field__textarea {
  padding: 0.375rem 0.875rem;
}
.auth-popup__integrations {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.auth-popup__integrations a {
  display: block;
  width: 4.625rem;
  height: 3rem;
  transition: all 0.3s;
  border: 0.0625rem solid rgba(102, 102, 102, 0.1);
}
.--dark .auth-popup__integrations a {
  border-color: rgba(255, 255, 255, 0.1);
}
.auth-popup__integrations a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sizes-popup__image {
  width: 100%;
  object-fit: contain;
}

.refund-popup {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.refund-popup__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: -0.3125rem;
}
.refund-popup__subtitle {
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.6;
}
.refund-popup__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s;
}
.--dark .refund-popup__block {
  border-color: rgba(255, 255, 255, 0.1);
}
.refund-popup__block:has(+ .refund-popup__footer) {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.refund-popup__field {
  min-width: 0;
}
.refund-popup__field .field__input,
.refund-popup__field .field__textarea {
  font-size: 1.25rem;
  padding: 0.3125rem 0.875rem;
}
.refund-popup__field .field__textarea {
  min-height: 6.875rem;
}
.refund-popup__field .select__value,
.refund-popup__field .select__option {
  text-transform: uppercase;
}
.refund-popup__field .select__value {
  font-size: 1.25rem;
  padding: 0.5rem 0.8125rem;
}
.refund-popup__field .field__radiobox {
  font-size: 1rem;
  padding: 0.40625rem 0;
}
.refund-popup__field .field__radiobox:not(:last-child) {
  margin-bottom: 0.625rem;
}
.refund-popup__warn {
  color: #e2102e;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  padding: 0.875rem 0.875rem 0.875rem 1.5rem;
  background-color: rgba(226, 16, 46, 0.2);
  display: flex;
  gap: 0.875rem;
}
.refund-popup__warn::before {
  content: "!";
  color: #e2102e;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin-top: -0.3125rem;
}
.refund-popup__footer {
  display: flex;
  justify-content: end;
  gap: 1.25rem;
}
.refund-popup__button {
  font-size: 1.25rem;
  min-height: 3rem;
}

.logout-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.logout-popup__logo {
  width: 6.25rem;
  height: 6.25rem;
}
.logout-popup__logo:not(:last-child) {
  margin-bottom: 1.875rem;
}
.logout-popup__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1.25rem;
}
.logout-popup__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e2102e;
  width: 3.375rem;
  height: 0.125rem;
}
.logout-popup__label {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.6;
}
.logout-popup__footer {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
.logout-popup__button {
  font-size: 1.25rem;
  min-height: 3rem;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.info-page {
  padding-bottom: 1.0625rem;
}
.info-page__breadcrumbs:not(:last-child) {
  margin-bottom: 1.875rem;
}
.info-page__title {
  font-size: 2.25rem;
  text-transform: uppercase;
}
.info-page__title:not(:last-child) {
  margin-bottom: 3.75rem;
}
.info-page__body {
  max-width: 56.25rem;
  margin: 0 auto;
}
.info-page__block {
  padding: 1.25rem;
  border: 0.0625rem solid #e6e6e6;
}
.info-page__block:not(:last-child) {
  margin-bottom: 1.25rem;
}
.--dark .info-page__block {
  border-color: rgba(255, 255, 255, 0.2);
}
.info-page__spoilers .spoilers__title {
  font-size: 1.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.bonuses-profile__more {
  transition: all 0.3s;
  color: var(--text-color);
}

.page__profile:not(:last-child) {
  margin-bottom: 7.5rem;
}

.profile__breadcrumbs:not(:last-child) {
  margin-bottom: 0.625rem;
}
.profile__title {
  text-transform: uppercase;
}
.profile__wrapper {
  display: grid;
  grid-template-columns: 18.75rem 1fr;
  gap: 3.25rem;
}
.profile__aside summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8125rem;
  transition: all 0.3s;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.--dark .profile__aside summary {
  border-color: rgba(255, 255, 255, 0.2);
}
.profile__aside summary.--spoiler-active {
  background-color: var(--text-color);
  color: var(--bg-color);
}
.profile__aside:not(.--spoiler-init) summary {
  display: none;
}
.profile__menu-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.profile__menu-item span {
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.6;
  position: relative;
  display: block;
  transition: opacity 0.3s;
}
.profile__menu-item span::before {
  content: "";
  position: absolute;
  top: calc(100% + 0.3125rem);
  left: 0;
  height: 0.125rem;
  width: 0;
  transition: all 0.3s;
  background-color: var(--text-color);
}
.profile__menu-item.--active span {
  opacity: 1;
}
.profile__menu-item.--active span::before {
  width: 100%;
}
.profile__menu-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.profile__menu-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.3125rem;
  background-color: var(--text-color);
  --color: var(--bg-color);
}
.profile__menu-icon svg {
  width: 100%;
  height: 100%;
}
.fields-block {
  padding: 1.875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.--dark .fields-block {
  border-color: rgba(255, 255, 255, 0.1);
}
.fields-block__title {
  opacity: 0.6;
  font-weight: 500;
  text-transform: uppercase;
}
.fields-block__field .field__border-check {
  width: 100%;
}
.fields-block__footer {
  display: flex;
  gap: 1.25rem;
  justify-content: end;
}
.fields-block__button--addresses {
  text-transform: none;
  font-size: 1.25rem;
}
.wishlist-profile__header {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  position: relative;
  z-index: 5;
  align-items: stretch;
}
.wishlist-profile__header:not(:last-child) {
  margin-bottom: 1.5rem;
}
.wishlist-profile__sort .select__value,
.wishlist-profile__sort .select__option {
  background-color: var(--text-color);
  color: var(--bg-color);
}
.wishlist-profile__sort .select__options {
  border-color: var(--text-color);
}
.wishlist-profile__button {
  font-size: 1.25rem;
}
.wishlist-profile__button.button--black-border {
  border-color: var(--text-color);
  color: var(--text-color);
  --color: var(--text-color);
}
.wishlist-profile__items {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(14.375rem, 1fr));
}
.wishlist-profile__items:not(:last-child) {
  margin-bottom: 4.375rem;
}
.wishlist-profile__footer {
  display: flex;
  gap: 1.25rem;
  justify-content: end;
  flex-wrap: wrap;
}
.wishlist-profile .item-product__tag {
  font-size: 0.75rem !important;
}

.history-profile__item {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem 1.875rem;
}
.history-profile__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.--dark .history-profile__item {
  border-color: rgba(255, 255, 255, 0.1);
}
.history-profile__preview {
  cursor: pointer;
  margin: -1.25rem -1.875rem 0;
  padding: 1.25rem 1.875rem 0;
  position: relative;
}
.history-profile__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.history-profile__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.history-profile__status {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
}
.history-profile__status.--accepted::before {
  content: "";
  border-radius: 50%;
  background-color: #ffa900;
  width: 0.6875rem;
  height: 0.6875rem;
  flex-shrink: 0;
}
.history-profile__status.--shipping::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("image/profile/shipping.svg") no-repeat 100%/contain;
}
.history-profile__status.--completed::before {
  content: "";
  width: 1.1875rem;
  height: 0.875rem;
  background: url("image/profile/completed.svg") no-repeat 100%/contain;
}
.history-profile__icon {
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-profile__icon::before {
  transition: all 0.3s;
  transform: rotate(90deg);
}
.--spoiler-active .history-profile__icon::before {
  transform: rotate(-90deg);
}
.history-profile__title {
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.history-profile__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.history-profile__info {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.history-profile__size {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  flex-grow: 1;
}
.history-profile__price {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.history-profile__body {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
}
.--dark .history-profile__body {
  border-color: rgba(255, 255, 255, 0.1);
}
.history-profile__summary:not(:last-child) {
  margin-bottom: 1.25rem;
}
.history-profile__summary .summary-comp__item {
  font-size: 0.875rem;
}
.history-profile__summary .summary-comp__item .total {
  font-size: 1.25rem;
}
.history-profile__button {
  align-self: flex-end;
  font-size: 1rem !important;
}

.fields-block__header {
  display: flex;
  gap: 0.625rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fields-block__header-btn {
  font-size: 1.25rem;
  text-transform: none;
}
.fields-block__double-block {
  display: grid;
  align-items: start;
  gap: 1.25rem 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}
.download-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.90625rem 1.875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.--dark .download-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.download-item__icon {
  font-size: 2rem;
  transition: all 0.3s;
  border: 0.0625rem solid transparent;
  background-color: var(--text-color);
  color: var(--bg-color);
}
.download-item__icon--green {
  background-color: #5ab315;
  color: #fff;
}
.download-item__icon--red {
  background-color: #e2102e;
  color: #fff;
}
.download-item__icon--red::before {
  transform: rotate(180deg);
}
.download-item__text {
  opacity: 0.6;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
.download-item__text a {
  position: relative;
  transition: all 0.3s;
}
.download-item__text a::before {
  content: "";
  position: absolute;
  top: calc(100% + 0.3125rem);
  height: 0.125rem;
  width: 0;
  background-color: var(--text-color);
  transition: all 0.3s;
}
.download-item__label {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  flex-shrink: 0;
}
.download-item__label--red {
  color: #e2102e;
}
.download-item__date {
  opacity: 0.6;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

.bonuses-profile__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
}
.bonuses-profile__header:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.bonuses-profile__title {
  font-weight: 700;
  text-transform: uppercase;
}
.bonuses-profile__count {
  font-weight: 500;
  text-transform: uppercase;
}
.bonuses-profile__table {
  display: flex;
  flex-direction: column;
}
.bonuses-profile__row {
  display: grid;
  gap: 0.0625rem;
  grid-template-columns: 230fr 364fr 243fr;
}
.bonuses-profile__label {
  text-transform: uppercase;
  padding: 0.375rem 0.5rem;
  text-align: center;
  border: 0.0625rem solid rgba(17, 17, 17, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.--dark .bonuses-profile__label {
  border-color: rgba(255, 255, 255, 0.1);
}
.bonuses-profile__label--thin {
  font-weight: 300;
  text-transform: none;
}
.bonuses-profile__label--bold {
  font-weight: 700;
}
.bonuses-profile__more {
  margin-top: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid var(--text-color);
  align-self: center;
}

.sub-profile {
  display: grid;
  grid-template-columns: 532fr 707fr;
  gap: 1.25rem;
}
.sub-profile__aside {
  position: relative;
  padding: 1.125rem 1.5625rem 2.375rem 2.375rem;
  display: flex;
  flex-direction: column;
}
.sub-profile__aside > * {
  position: relative;
  z-index: 2;
}
.sub-profile__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-profile__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-profile__header:not(:last-child) {
  margin-bottom: 1.875rem;
}
.sub-profile__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
}
.sub-profile__title span {
  color: #e2102e;
}
.sub-profile__decor {
  aspect-ratio: 1/1;
  width: 6.25rem;
  object-fit: contain;
}
.sub-profile__text {
  color: #fff;
  text-align: justify;
  font-size: 1.25rem;
  line-height: 1.1;
}
.sub-profile__text:not(:last-child) {
  margin-bottom: 2.25rem;
}
.sub-profile__text ul li {
  display: flex;
  gap: 0.5rem;
}
.sub-profile__text ul li::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  background: url("image/home/mission/logo.svg") no-repeat 100%/contain;
}
.sub-profile__text ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.sub-profile__text > *:not(:last-child) {
  margin-bottom: 1.75rem;
}
.sub-profile__price {
  padding-right: 0.625rem;
  align-self: end;
  color: #e2102e;
  font-size: 2.25rem;
  text-transform: uppercase;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

[data-fls-showmore-button] span:last-child {
  display: none !important;
}
.--showmore-active [data-fls-showmore-button] span {
  display: none !important;
}
.--showmore-active [data-fls-showmore-button] span:last-child {
  display: block !important;
}
[data-fls-showmore-button][hidden] {
  display: none;
}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:0.125rem solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:1.25rem;left:0;margin:auto;position:absolute;right:0;top:0;width:1.25rem}.splide__sr{clip:rect(0 0 0 0);border:0;height:0.0625rem;margin:-0.0625rem;overflow:hidden;padding:0;position:absolute;width:0.0625rem}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:0.1875rem solid #0bf;outline-offset:0.1875rem}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:0.1875rem solid #0bf;outline-offset:0.1875rem}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:0.5rem;margin:0.1875rem;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:0.5rem}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:0.1875rem solid #0bf;outline-offset:0.1875rem}.splide.is-focus-in .splide__pagination__page:focus{outline:0.1875rem solid #0bf;outline-offset:0.1875rem}.splide__progress__bar{background:#ccc;height:0.1875rem}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-0.1875rem){.splide__slide:focus-visible{outline:0.1875rem solid #0bf;outline-offset:-0.1875rem}}@supports(outline-offset:-0.1875rem){.splide.is-focus-in .splide__slide:focus{outline:0.1875rem solid #0bf;outline-offset:-0.1875rem}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:0.1875rem solid #0bf;outline-offset:0.1875rem}.splide.is-focus-in .splide__toggle:focus{outline:0.1875rem solid #0bf;outline-offset:0.1875rem}.splide__track--nav>.splide__list>.splide__slide{border:0.1875rem solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:0.1875rem solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.rating {
  display: inline-block;
  font-size: 0;
  --star-gap: 0.1875rem;
  --star-width: 1.125rem;
  --star-active: url("image/icons/star-active.svg");
  --star: url("image/icons/star.svg");
}
.--dark .rating {
  --star: url("image/icons/star-light.svg");
}
.rating__items {
  display: inline-flex;
  align-items: flex-start;
  gap: var(--star-gap);
}
.rating__item {
  flex: 0 0 var(--star-width);
  width: var(--star-width);
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  font-size: 0;
  background: var(--star) 0 0/var(--star-width) no-repeat;
  transition: all 0.3s;
}
.rating__item--active {
  background: var(--star-active) 0 0/var(--star-width) no-repeat;
}
.rating__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  aspect-ratio: 1/1;
  height: 100%;
  background: var(--star-active) 0 0/var(--star-width) no-repeat;
}
.rating__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: var(--star-gap);
  transform: translateX(100%);
}
[data-rating=set] .rating__item:not(:last-child)::after {
  cursor: pointer;
}
.rating__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
[data-fls-rating=set] .rating__input {
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.sizes-product__table span {
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: text-decoration-color 0.3s;
}

.sizes-product__radio input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.product__hero:not(:last-child) {
  margin-bottom: 4.625rem;
}
.product__looks:not(:last-child), .product__products-section:not(:last-child) {
  margin-bottom: 3.75rem;
}

.hero-product__container {
  display: grid;
  grid-template-columns: 900fr 847fr;
  align-items: start;
}
.hero-product__slider {
  aspect-ratio: 900/950;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 133fr 746fr;
  min-width: 0;
}
.hero-product__slider .splide__pagination {
  top: calc(100% + 1.125rem) !important;
  bottom: auto !important;
  padding: 0 !important;
}
.hero-product__slider .splide__pagination li {
  font-size: 0;
}
.hero-product__slider .splide__pagination__page {
  width: 0.375rem !important;
  height: 0.375rem !important;
  border-radius: 50% !important;
  transform: none !important;
  opacity: 1 !important;
  transition: all 0.3s !important;
  background-color: rgba(17, 17, 17, 0.3) !important;
  margin: 0 0.1875rem !important;
}
.--dark .hero-product__slider .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.hero-product__slider .splide__pagination__page.is-active {
  background-color: #e2102e !important;
}
.hero-product__slider .splide__arrow {
  opacity: 1 !important;
  background-color: var(--bg-color) !important;
  --color: var(--text-color) !important;
  transition: all 0.3s;
  border-radius: 0 !important;
  width: 2.625rem !important;
  height: 2.625rem !important;
}
.hero-product__slider .splide__arrow--prev:not(.splide__arrows--ttb .splide__arrow) {
  left: 0 !important;
}
.hero-product__slider .splide__arrow--next:not(.splide__arrows--ttb .splide__arrow) {
  right: 0 !important;
}
.hero-product__slider .splide__arrow svg {
  width: 64.285714%;
  height: 64.285714%;
}
.hero-product__slider .splide__arrow svg path {
  transition: all 0.3s;
}
.hero-product__slider .splide__arrow:disabled {
  cursor: default !important;
}
.hero-product__slider .splide__arrows--ttb .splide__arrow--prev {
  top: 0 !important;
}
.hero-product__slider .splide__arrows--ttb .splide__arrow--next {
  bottom: 0 !important;
  transform: translateX(-50%) !important;
}
.hero-product__thumb {
  min-width: 0;
  width: 100%;
}
.hero-product__thumb .splide__slide {
  aspect-ratio: 133/143;
}
.hero-product__thumb .splide__slide.is-active {
  border-color: transparent !important;
}
.hero-product__main {
  min-width: 0;
  width: 100%;
  aspect-ratio: 746/950;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.hero-product__main .splide__track {
  flex-grow: 1;
  display: flex;
}
.hero-product__body {
  max-width: 33.75rem;
}
.hero-product__breadcrumbs:not(:last-child) {
  margin-bottom: 1.875rem;
}
.hero-product__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.hero-product__block--header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.hero-product__block--info:not(:last-child) {
  margin-bottom: 1.875rem;
}
.hero-product__availability {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.hero-product__availability::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #6be210;
  border-radius: 50%;
  flex-shrink: 0;
}
.--disabled .hero-product__availability::before {
  background-color: #e2102e;
}
.hero-product__article {
  color: rgba(17, 17, 17, 0.3);
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}
.--dark .hero-product__article {
  color: rgba(255, 255, 255, 0.3);
}
.hero-product__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.hero-product__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero-product__price {
  color: #e2102e;
  font-size: 2rem;
}
.--disabled .hero-product__price {
  color: #999999;
}
.hero-product__rating {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
}
.hero-product__rating > span {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.--disabled .hero-product__sizes {
  opacity: 0.3;
  pointer-events: none;
  touch-action: none;
  user-select: none;
}
.hero-product__sizes:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.hero-product__actions {
  display: grid;
  gap: 1.875rem 0.625rem;
  grid-template-columns: repeat(3, max-content);
}
.hero-product__actions:not(:last-child) {
  margin-bottom: 1.25rem;
}
.hero-product__actions--not-av {
  display: block;
}
.hero-product__counter {
  grid-column: 1/-1;
}
.--disabled .hero-product__counter {
  opacity: 0.3;
  pointer-events: none;
  touch-action: none;
  user-select: none;
}
.hero-product__counter span {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  display: block;
}
.hero-product__counter span:not(:last-child) {
  margin-bottom: 0.625rem;
}
.hero-product__actions--not-av .hero-product__counter:not(:last-child) {
  margin-bottom: 2.4375rem;
}
.hero-product__button span {
  flex-grow: 1;
}
.hero-product__icon-btn {
  width: 3.3125rem;
  height: 3.3125rem;
}
.hero-product__details:not(:last-child) {
  margin-bottom: 1.875rem;
}
.hero-product__det-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.hero-product__det-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.hero-product__det-item::before {
  font-size: 1.5rem;
  opacity: 0.5;
}
.hero-product__det-item--accent {
  padding: 0.375rem;
  border-radius: 0.25rem;
  border: 0.0625rem dashed #ffa900;
  background: rgba(255, 169, 0, 0.2);
}
.hero-product__det-body {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-grow: 1;
}
.hero-product__det-body .checkbox::before {
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--bg-color);
}
.hero-product__det-text {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  flex-grow: 1;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
.hero-product__det-text b {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0.1875rem;
}
.hero-product__det-price {
  font-size: 1.25rem;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.hero-product__notif-checkbox {
  gap: 0.6875rem;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
}
.hero-product__notif-checkbox:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.hero-product__notif-checkbox::before {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
}
.hero-product__notif-field .field__input {
  font-size: 1rem;
  padding: 0.5rem 0.875rem;
}
.sizes-product {
  display: flex;
  flex-direction: column;
}
.sizes-product__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.sizes-product__label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.sizes-product__label span {
  font-weight: 700;
}
.sizes-product__body {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.sizes-product__body:not(:last-child) {
  margin-bottom: 0.625rem;
}
.sizes-product__radio {
  color: var(--text-color);
  padding: 0.625rem;
  border: 0.0625rem solid rgba(17, 17, 17, 0.2);
  transition: all 0.3s;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
  min-width: 4.25rem;
  text-align: center;
  cursor: pointer;
}
.--dark .sizes-product__radio {
  border-color: rgba(255, 255, 255, 0.2);
}
.sizes-product__radio:has(input:checked) {
  color: var(--bg-color);
  background-color: var(--text-color);
  border-color: var(--bg-color);
}
.sizes-product__table {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  align-self: flex-end;
}
.sizes-product__table::before {
  font-size: 1.125rem;
}

.product__reviews:not(:last-child) {
  margin-bottom: 3.125rem;
}
.reviews-product__title:not(:last-child) {
  margin-bottom: 2.625rem;
}
.reviews-product__title .small {
  font-size: 1.5rem;
  vertical-align: bottom;
}
.reviews-product__button {
  width: 100%;
  font-size: 1rem;
  text-transform: none;
  min-height: 3.0625rem;
}
.reviews-product__empty {
  color: rgba(17, 17, 17, 0.5);
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  padding: 1.1875rem;
}
.reviews-product__empty:not(:last-child) {
  margin-bottom: 0.625rem;
}
.--dark .reviews-product__empty {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.reviews-product__empty-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  transition: all 0.3s;
}
.reviews-product__empty-title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.reviews-product__empty-label {
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}
.reviews-product__empty-content {
  display: inline-flex;
  flex-direction: column;
  gap: 0.625rem;
}
.stats-rev-pr__label {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 0.3125rem;
}
.stats-rev-pr__label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.stats-rev-pr__label::before {
  color: #ffa900;
  font-size: 1.125rem;
}
.stats-rev-pr__label span {
  font-size: 0.875rem;
}
.stats-rev-pr__label b {
  font-weight: 600;
}
.stats-rev-pr__info-label {
  font-family: "Roboto", sans-serif;
}
.stats-rev-pr__info-label:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.stats-rev-pr__info-label span {
  color: rgba(17, 17, 17, 0.5);
  transition: all 0.3s;
}
.--dark .stats-rev-pr__info-label span {
  color: rgba(255, 255, 255, 0.5);
}
.stats-rev-pr__body:not(:last-child) {
  margin-bottom: 1.25rem;
}
.stats-rev-pr__item {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
.stats-rev-pr__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.stats-rev-pr__rating {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 0.4375rem;
}
.stats-rev-pr__rating::before {
  font-size: 1.125rem;
  color: #ffa900;
}
.stats-rev-pr__line {
  flex-grow: 1;
  height: 0.375rem;
  background-color: rgba(17, 17, 17, 0.1);
  transition: all 0.3s;
  position: relative;
}
.stats-rev-pr__line::before {
  content: "";
  background-color: #ffa900;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--fill, 0);
  transition: all 0.3s;
}
.--dark .stats-rev-pr__line {
  background-color: rgba(255, 255, 255, 0.1);
}
.stats-rev-pr__bg-label {
  display: block;
}
.stats-rev-pr__bg-label:not(:last-child) {
  margin-bottom: 1.25rem;
}
.stats-rev-pr__button {
  width: 100%;
  font-size: 1.25rem;
  padding: 0.8125rem 1.1875rem;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.tabs__navigation {
  display: flex;
}
.tabs__title {
  border: 0.0625rem solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
}
.tabs__title.--tab-active {
  border: 0.0625rem solid #000;
}
.tabs__content {
  border: 0.0625rem solid #eee;
  padding: 0.625rem 0.9375rem;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.home__hero:not(:last-child) {
  margin-bottom: 1.25rem;
}

.hero__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.hero__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  aspect-ratio: 1/1;
  min-width: 0;
  overflow: hidden;
  padding: 0.625rem;
}
.hero__item:nth-child(2) {
  grid-row: span 2;
  grid-column: span 2;
  aspect-ratio: auto;
}
.hero__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  will-change: transform;
}
.hero__title {
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.3;
  padding: 0.5rem 0.625rem;
  background-color: #fff;
  transition: background-color 0.5s;
  position: relative;
  z-index: 2;
  text-align: center;
  word-break: break-all;
}
.hero__subtitle {
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
  transition: background-color 0.5s;
  line-height: 1.3;
  padding: 0.375rem 0.625rem;
  position: relative;
  text-align: center;
  z-index: 2;
  background-color: #fff;
}

.home__banner:not(:last-child) {
  margin-bottom: 3.125rem;
}

.banner-home__body {
  position: relative;
  aspect-ratio: 1820/540;
  display: flex;
  align-items: end;
  min-width: 0;
}
.banner-home__body > * {
  position: relative;
  z-index: 2;
}
.banner-home__body img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home__mission:not(:last-child) {
  margin-bottom: 3.125rem;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.error__link {
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: text-decoration-color 0.3s;
}

.error {
  padding: 6.875rem 0;
}
.error__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
.error__icon {
  aspect-ratio: 327/190;
  width: 100%;
  max-width: 20.4375rem;
}
.error__icon svg {
  width: 100%;
  height: 100%;
}
.error__icon svg path {
  transition: all 0.3s;
}
.--dark .error__icon {
  --color: #e2102e;
}
.error__title {
  font-size: 2rem;
  font-weight: 300;
}
.error__link {
  color: #e2102e;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  text-underline-offset: 0.125rem;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.contacts__label a, .item-contacts__text a {
  transition: all 0.3s;
  color: var(--text-color);
}

.contacts__breadcrumbs:not(:last-child) {
  margin-bottom: 2.5rem;
}
.contacts__title {
  font-size: 2.25rem;
  text-transform: uppercase;
}
.contacts__title:not(:last-child) {
  margin-bottom: 2.5rem;
}
.contacts__wrapper {
  display: grid;
  grid-template-columns: 550fr 1207fr;
}
.contacts__wrapper:not(:last-child) {
  margin-bottom: 3.125rem;
}
.contacts__sp-item {
  border-radius: 0.75rem;
  border: 0.0625rem dashed #e2102e;
}
.contacts__sp-item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.contacts__sp-title {
  cursor: pointer;
  padding: 1.25rem 1.875rem;
  color: #e2102e;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.contacts__sp-title span {
  flex-grow: 1;
}
.contacts__sp-title .plus-icon::before, .contacts__sp-title .plus-icon::after {
  background-color: #e2102e;
}
.contacts__sp-title.--spoiler-active .plus-icon::before, .contacts__sp-title.--spoiler-active .plus-icon::after {
  background-color: var(--text-color);
}
.contacts__sp-body {
  padding: 0 1.875rem 1.25rem 4.6875rem;
}
.contacts__sp-body > *:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.contacts__light-label {
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  opacity: 0.6;
}
.contacts__label {
  font-size: 1.5rem;
  font-weight: 300;
}
.contacts__label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.contacts__bold-label {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
.contacts__price {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.contacts__cols {
  margin-left: -2.8125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
}
.contacts__col {
  display: flex;
  gap: 1.375rem;
}
.contacts__col .contacts__light-label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.contacts__col .contacts__label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.contacts__col svg {
  width: 1.25rem;
  height: 1.25rem;
}
.contacts__body {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.0625rem;
  gap: 0.625rem;
}
.contacts__map {
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}
.contacts__map-info {
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 0.0625rem dashed #e2102e;
  background: var(--bg-color);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.75rem;
  width: 100%;
  max-width: 21.5rem;
}
.contacts__map-info span {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
.contacts__map-image {
  aspect-ratio: 304/158;
  background-color: #d9d9d9;
  background: no-repeat center/cover;
  width: 100%;
  transition: background-color 0.3s;
}
.--dark .contacts__map-image {
  background-color: #262626;
}

.contacts__bottom {
  display: grid;
  grid-template-columns: 25.75rem 1fr;
  gap: 3.75rem;
  padding: 3.125rem;
  border: 0.0625rem solid #e6e6e6;
  transition: border-color 0.3s;
}
.--dark .contacts__bottom {
  border-color: #191919;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.contacts__form .contacts__block-title:not(:last-child) {
  margin-bottom: 1.75rem;
}
.contacts__block-title {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.contacts__block-title:not(:last-child) {
  margin-bottom: 3.625rem;
}
.contacts__field .field__label {
  margin-bottom: 0.25rem;
}
.contacts__field .field__textarea {
  min-height: 6.875rem;
}
.contacts__captcha-label {
  color: #e2102e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: -0.3125rem 0 -0.625rem;
}
.contacts__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.contacts__item {
  flex-grow: 1;
}

.item-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.item-contacts__label {
  color: #e2102e;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.item-contacts__text {
  font-size: 1.5rem;
}
.item-contacts__social {
  justify-content: start;
  gap: 0.75rem;
}
.item-contacts__social a {
  color: #e2102e;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.checkout__payment-item input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.checkout__breadcrumbs:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.checkout__wrapper {
  display: grid;
  grid-template-columns: 1fr 27.375rem;
  gap: 1.25rem;
}
.checkout__block {
  padding: 1.875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.checkout__block:not(:last-child) {
  margin-bottom: 1.875rem;
}
.--dark .checkout__block {
  border-color: rgba(255, 255, 255, 0.1);
}
.checkout__login {
  max-width: 30.25rem;
  margin: 0 auto;
}
.checkout__title {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.25rem;
}
.checkout__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.--dark .checkout__title {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}
.checkout__login .checkout__title {
  text-align: center;
}
.checkout__login-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 0.9375rem;
}
.checkout__login-form .checkout__field:nth-child(2) ~ .checkout__field {
  grid-column: span 2;
}
.checkout__field .field__input {
  padding: 0.375rem 0.875rem;
}
.checkout__field .field__textarea {
  min-height: 5.625rem;
  font-size: 1.125rem;
}
.checkout__sub-block {
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 0.0625rem dashed #ea4335;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.checkout__sub-block--no-border {
  border-color: transparent;
  padding: 0 1.25rem;
}
.checkout__sub-block:not(:last-child) {
  margin-bottom: 1.25rem;
}
.checkout__shipping-button {
  padding: 0.8125rem 1.25rem;
  min-width: 17.9375rem;
}
.checkout__payment {
  display: flex;
  gap: 0.625rem;
}
.checkout__payment-item {
  width: 6.1875rem;
  height: 3rem;
  border: 0.0625rem solid rgba(102, 102, 102, 0.2);
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.checkout__payment-item:has(input:checked) {
  border-color: #666;
}
.--dark .checkout__payment-item {
  border-color: rgba(255, 255, 255, 0.2);
}
.--dark .checkout__payment-item:has(input:checked) {
  border-color: #fff;
}
.checkout__comments {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.checkout__footer {
  display: flex;
  justify-content: end;
  gap: 1.25rem;
}
.checkout__summary:not(:last-child) {
  margin-bottom: 2.5rem;
}
.checkout__summary-item {
  padding-bottom: 1.25rem;
  display: grid;
  grid-template-columns: 1fr max-content;
}
.checkout__summary-item:not(:last-child) {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.--dark .checkout__summary-item:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.1);
}
.checkout__summary-title {
  font-size: 0.875rem;
  font-weight: 500;
  grid-column: span 2;
  line-height: 1.3;
  text-transform: uppercase;
}
.checkout__summary-title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.checkout__summary-details li {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}
.checkout__summary-details li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.checkout__summary-price {
  text-transform: uppercase;
  padding-left: 0.9375rem;
  align-self: self-end;
}
.checkout__summary-more {
  padding-top: 1.25rem;
}
.checkout__details:not(:last-child) {
  margin-bottom: 0.875rem;
}

.checkout__aside{
  position: sticky;
  top: 90px;
}
.checkout__aside-btn {
  width: 100%;
}

.field__border-check {
  width: 100%;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.page__catalog:not(:last-child) {
  margin-bottom: 6.875rem;
}

.catalog__breadcrumbs:not(:last-child) {
  margin-bottom: 2.5rem;
}
.catalog__link {
  color: #e2102e;
  font-size: 1.25rem;
  text-transform: uppercase;
  transition: color 0.3s;
}
.catalog__link:not(:last-child) {
  margin-bottom: 0.625rem;
}
.catalog__title {
  font-size: 3rem;
  text-transform: uppercase;
}
.catalog__title:not(:last-child) {
  margin-bottom: 3.125rem;
}
.catalog__categories {
  display: flex;
  gap: 1.3125rem;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
}
.catalog__categories:not(:last-child) {
  margin-bottom: 1.875rem;
}
.catalog__category {
  padding: 0.625rem;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  color: var(--text-color);
}
.catalog__category.--active {
  background-color: #e2102e;
  color: #fff;
}
.catalog__filters:not(:last-child) {
  margin-bottom: 3.125rem;
}
.catalog__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem 1.25rem;
}
.catalog__items:not(:last-child) {
  margin-bottom: 3.75rem;
}
.catalog__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.625rem;
}
.catalog__more {
  text-transform: none;
  min-width: 12.5rem;
}

.filters-catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.filters-catalog__sub {
  display: flex;
  align-items: center;
  gap: 0.625rem 1.25rem;
  flex-wrap: wrap;
}
.filters-catalog__body {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 0.625rem 1.25rem;
  flex-wrap: wrap;
}
.filters-catalog__label {
  color: #000;
}
.--dark .filters-catalog__label {
  color: #fff;
}
.filters-catalog__form .subs-form__field {
  flex: 0 0 10.3125rem;
}
.filters-catalog__form .field__input {
  font-size: 1rem;
}
.filters-catalog__wrapper {
  display: flex;
  gap: 1.3125rem;
  flex-grow: 1;
}
.filters-catalog__item {
  position: relative;
  z-index: 6;
}
.filters-catalog__title {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0.65625rem 0.875rem;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  transition: all 0.3s;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.--dark .filters-catalog__title {
  border-color: rgba(255, 255, 255, 0.2);
}
.filters-catalog__title.--spoiler-active, .filters-catalog__title.--active {
  background-color: var(--text-color);
  color: var(--bg-color);
}
.filters-catalog__open {
  font-size: 1rem;
  padding: 0.625rem;
  font-weight: 300;
  gap: 0.625rem;
  text-transform: none;
}
.filters-catalog__colors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0.5625rem;
}
.filters-catalog__checkbox {
  color: #111;
}
.filters-catalog__checkbox::before {
  border-color: #111;
}
.filters-catalog__checkbox:has(input:checked)::before {
  background-color: #111;
  color: #fff;
}
.filters-catalog__sizes {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.filters-catalog__sort {
  display: flex;
  gap: 1.3125rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.filters-catalog__sort .select {
  min-width: 9.0625rem;
}
.filters-catalog__sort-radio {
  padding: 0.65625rem 0.875rem;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.625rem;
  color: var(--text-color);
  background-color: var(--bg-color);
  border: 0.0625rem solid var(--text-color);
  transition: all 0.3s;
  font-size: 1.5rem;
  font-weight: 300;
  cursor: pointer;
}
.filters-catalog__sort-radio:has(input:checked) {
  background-color: var(--text-color);
  color: var(--bg-color);
}
.filters-catalog__sort-radio::before {
  font-size: 0.9375rem;
}
.filters-catalog__sort-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.filters-catalog__close {
  width: 100%;
  text-align: center;
  justify-content: center;
  text-transform: none;
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.cart__clear {
  transition: all 0.3s;
  color: var(--text-color);
}

.page__cart:not(:last-child) {
  margin-bottom: 7.5rem;
}

.cart__breadcrumbs:not(:last-child) {
  margin-bottom: 1.25rem;
}
.cart__wrapper {
  display: grid;
  grid-template-columns: 1fr 27.375rem;
  gap: 1.25rem;
}
.cart__body {
  padding: 1.875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s;
}
.--dark .cart__body {
  border-color: rgba(255, 255, 255, 0.1);
}
.cart__header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.cart__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.cart__title {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.3s;
}
.--dark .cart__title {
  color: rgba(255, 255, 255, 0.6);
}
.cart__clear {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}
.--dark .cart__clear {
  color: rgba(255, 255, 255, 0.4);
}
.cart__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.aside-cart {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s;
}
.--dark .aside-cart {
  border-color: rgba(255, 255, 255, 0.1);
}
.aside-cart__title {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.--dark .aside-cart__title {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.aside-cart__summary {
  flex-grow: 1;
}
.aside-cart__button {
  width: 100%;
}
.aside-cart__payments {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.aside-cart__payments > * {
  aspect-ratio: 119/58;
  flex-grow: 1;
  transition: all 0.3s;
  border: 0.0625rem solid rgba(102, 102, 102, 0.2);
  max-width: 7.4375rem;
}
.--dark .aside-cart__payments > * {
  border-color: rgba(255, 255, 255, 0.2);
}/* Generated by vite-plugin-svg-spritemap */
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom-left {
  object-position: bottom left;
}
.ibg--top-left {
  object-position: top left;
}

.blog__breadcrumbs:not(:last-child) {
  margin-bottom: 2.5rem;
}
.blog__title h2 {
  font-size: 2.25rem;
}
.blog__title span {
  font-size: 1.25rem;
}
.blog__title:not(:last-child) {
  margin-bottom: 3.125rem;
}
.blog__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(21.25rem, 1fr));
  gap: 3.125rem 1.25rem;
}
.blog__items:not(:last-child) {
  margin-bottom: 3.75rem;
}
.article__breadcrumbs:not(:last-child) {
  margin-bottom: 2.5rem;
}
.article__main {
  padding: 3.125rem;
  border: 0.0625rem solid #e6e6e6;
  transition: border-color 0.3s;
  display: grid;
  grid-template-columns: 600fr 1020fr;
}
.article__main:not(:last-child) {
  margin-bottom: 1.4375rem;
}
.--dark .article__main {
  border-color: #191919;
}
.article__image {
  aspect-ratio: 1/1;
  min-width: 0;
}
.article__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  min-width: 0;
}
.article__header {
  display: flex;
  gap: 0.3125rem 1.25rem;
  align-items: center;
  flex-wrap: wrap;
}
.article__label {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.article__label::before {
  font-size: 1.25rem;
}
.article__title {
  line-height: 1.45;
  text-transform: uppercase;
}
.article__text {
  font-size: 1.25rem;
}
.comments-article {
  display: grid;
  grid-template-columns: 650fr 1092fr;
}
.comments-article__aside {
  border: 0.0625rem solid rgba(17, 17, 17, 0.1);
  transition: border-color 0.3s;
  padding: 1.875rem 3.125rem;
}
.--dark .comments-article__aside {
  border-color: rgba(255, 255, 255, 0.2);
}
.comments-article__title {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.comments-article__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.comments-article__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid rgba(17, 17, 17, 0.1);
}
.--dark .comments-article__form {
  border-color: rgba(255, 255, 255, 0.2);
}
.comments-article__field .field__input,
.comments-article__field .field__textarea {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.5625rem 0.875rem;
}
.comments-article__button {
  font-size: 1.25rem;
  align-self: flex-start;
}
.comments-article__items:not(:last-child) {
  margin-bottom: 1.875rem;
}
.comments-article__item .item-review__actions {
  justify-content: start;
}
.comments-article__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.comments-article__more {
  font-size: 1rem;
}
@media (max-width: 93.74875em){
  .sub-profile {
    padding-left: 1.25rem;
  }
  .sub-profile {
    column-gap: 1.25rem;
  }
  .sub-profile {
    grid-template-columns: 1fr;
  }}
@media (max-width: 81.24875em){
  .item-product--look .item-product__body {
    padding: 0.625rem 0 0 0;
  }
  .catalog__items {
    grid-template-columns: repeat(3, 1fr);
  }}
@media (max-width: 78.12375em){
  .cart__wrapper {
    grid-template-columns: 1fr 23.75rem;
  }}
@media (max-width: 74.99875em) and (any-hover: hover){
  .header__menu > ul > li:hover {
    color: inherit;
  }}
@media (max-width: 74.99875em){
  .bundle-products__slider .item-product__title span {
    font-size: 1.25rem;
  }
  .bundle-products__slider .splide__slide:not(:last-child) .item-product__image::before {
    font-size: 1.5rem;
    background-color: #e2102e;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(100% - 0.5625rem);
  }
  .bundle-products__content {
    padding: 1.875rem 0 0;
  }
  .bundle-products__button {
    font-size: 1rem;
  }
  .header__container {
    min-height: 3.125rem;
  }
  .header__menu:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .header__menu > ul {
    flex-direction: column;
    gap: 0.625rem;
    align-items: start;
  }
  .header__menu > ul > li {
    padding: 0;
    line-height: 1.5;
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__actions {
    display: none;
  }
  .header__action-btn > span {
    top: -0.3125rem;
    right: 0;
    transform: none;
  }
  .header__theme {
    width: auto;
    height: 1.5rem;
    min-height: 1.5rem;
  }
  .header__theme:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .header__theme span {
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    gap: 0.4375rem;
  }
  .submenu {
    padding-top: 0.625rem;
  }
  .submenu__block:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .submenu__block ul li {
    color: var(--text-color);
    font-size: 0.875rem;
  }
  .submenu__title {
    color: var(--text-color);
    font-size: 1rem;
  }
  .submenu__title:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
  .lang {
    gap: 0.625rem;
  }
  .lang button,
  .lang span {
    font-size: 1rem;
  }
  .pc-menu {
    display: none;
  }
  .profile__wrapper {
    gap: 0.625rem;
  }
  .wishlist-profile__header {
    gap: 0.625rem;
  }
  .wishlist-profile__header .separator {
    display: none;
  }
  .wishlist-profile__sort {
    flex: 0 0 100%;
  }
  .wishlist-profile__border-check {
    flex-grow: 1;
  }
  .wishlist-profile__button {
    flex-grow: 1;
  }
  .wishlist-profile__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-product__thumb .splide__arrow {
    width: 1.875rem !important;
    height: 1.875rem !important;
  }
  .contacts__wrapper {
    grid-template-columns: 1.2fr 2fr;
  }
  .checkout__wrapper {
    grid-template-columns: 1fr 23.75rem;
  }}
@media (max-width: 68.74875em){
  [class*=__container] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .checkout__aside{
    position: static;
    top: auto;
  }
}
@media (max-width: 61.99875em){
  .bundle-products__slider {
    margin-right: -1.25rem;
  }
  .bundle-products__slider:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .bundle-products__title {
    font-size: 2.5rem;
  }
  .bundle-products__title {
    padding: 0.625rem 0.3125rem;
  }
  .bundle-products__content {
    padding: 0.9375rem 0 0 0;
    gap: 0.9375rem;
  }
  .bundle-products__price {
    justify-content: center;
  }
  .bundle-products__button {
    font-size: 1.5rem;
  }
  .header__menu > ul {
    column-gap: 0.9375rem;
  }
  .header__menu > ul > li {
    font-size: 1rem;
  }
  .footer__top {
    padding: 1.25rem 0;
  }
  .footer__top .footer__container {
    column-gap: 1.25rem;
  }
  .footer__top .footer__container {
    flex-direction: column;
    align-items: center;
  }
  .footer__logo {
    order: 2;
  }
  .footer__menu {
    flex-wrap: wrap;
    order: 2;
  }
  .footer__form {
    order: 1;
  }
  .download-item {
    padding: 0.5625rem;
    gap: 0.625rem;
  }
  .download-item__text {
    font-size: 1rem;
  }
  .bonuses-profile__header {
    flex-direction: column;
    align-items: start;
    gap: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }
  .--dark .bonuses-profile__header {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .bonuses-profile__head {
    display: none;
  }
  .bonuses-profile__row {
    grid-template-columns: max-content 1fr;
  }
  .bonuses-profile__row:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .bonuses-profile__label {
    text-align: left;
    justify-content: start;
  }
  .hero-product__container {
    grid-template-columns: 1fr;
  }
  .hero-product__slider {
    max-width: 43.75rem;
    margin: 0 auto;
  }
  .hero-product__slider:not(:last-child) {
    margin-bottom: 1.625rem;
  }
  .hero__title {
    font-size: 1.25rem;
  }
  .hero__subtitle {
    font-size: 0.875rem;
  }
  .contacts__wrapper {
    gap: 0.625rem;
  }
  .contacts__bottom {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem 0.625rem;
    gap: 2.5rem 1.25rem;
  }
  .checkout__wrapper {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .checkout__comments {
    gap: 0.625rem;
  }
  .cart__wrapper {
    grid-template-columns: 1fr;
  }
  .article__main {
    gap: 1.875rem;
  }
  .article__main {
    padding: 0.625rem;
  }
  .article__body {
    gap: 1.25rem;
  }
  .comments-article {
    gap: 2.5rem;
  }
  .comments-article__aside {
    padding: 1.875rem 0.625rem;
  }}
@media (max-width: 56.24875em){
  .catalog__items {
    grid-template-columns: repeat(2, 1fr);
  }}
@media (max-width: 47.99875em) and (any-hover: none){
  .icon-menu {
    cursor: default;
  }}
@media (max-width: 47.99875em){
  .checkbox {
    font-size: 0.875rem;
  }
  .checkbox::before {
    width: 1rem;
    height: 1rem;
    font-size: 0.625rem;
  }
  .splide:not(.hero-product__main) .splide__pagination__page {
    width: 0.625rem !important;
    height: 0.625rem !important;
  }
  .button {
    font-size: 1.125rem;
  }
  .section-title {
    font-size: 1.75rem;
  }
  .section-title > span {
    font-size: 0.875rem;
  }
  .products-section__header:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .products-section__navigation {
    gap: 1.875rem;
  }
  .products-section__nav-title {
    font-size: 1rem;
  }
  .products-section__nav-title {
    font-size: 1.125rem;
  }
  .item-product__checkbox::before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.125rem;
  }
  .item-product__body {
    padding: 0.625rem 0 0;
  }
  .item-product--look .item-product__body {
    padding: 0.625rem 0 0;
  }
  .item-product__title span {
    font-size: 1.25rem;
  }
  .item-product__look-row {
    gap: 0.625rem;
  }
  .item-product__look-title {
    font-size: 1rem;
  }
  .item-product__look-price {
    font-size: 1rem;
  }
  .news-section__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .news-section__slider .splide__pagination {
    margin-top: 0.625rem !important;
  }
  .item-news__image:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .item-news__label {
    font-size: 1.125rem;
  }
  .border-check {
    font-size: 1rem;
    padding: 0.46875rem 0.625rem;
  }
  .border-check::before {
    width: 1.125rem;
    height: 1.125rem;
  }
  .subs-form__button {
    font-size: 1rem;
  }
  .mission-section__content {
    padding: 1.875rem 0.625rem;
    flex-grow: 0;
    background-color: #111;
  }
  .mission-section__image {
    position: relative;
    aspect-ratio: 300/90;
    height: auto;
  }
  .mission-section__icon:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .mission-section__text {
    font-family: "Roboto", sans-serif;
  }
  .radiobox {
    font-size: 1rem;
  }
  .text p:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .text ul li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .text ol li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .text ol ol {
    margin-top: 0.625rem;
  }
  .text h2:not(:last-child),
  .text h3:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .page {
    padding-top: 0.625rem;
  }
  .select__value {
    padding: 0.75rem 0.625rem;
    font-weight: 300;
  }
  .select--sort .select__option {
    font-size: 0.875rem;
    font-weight: 300;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem 0.9375rem 1.875rem 0.9375rem;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .header {
    padding: 0.9375rem 0;
  }
  .header__container {
    gap: 0.625rem;
  }
  .header__menu-btn {
    font-size: 1.25rem;
  }
  .header__actions {
    gap: 0.625rem;
  }
  .header__search {
    grid-template-columns: max-content 1fr;
    padding: 0 1.25rem;
  }
  .header__search input {
    padding: 1.25rem 0;
  }
  .basket-header {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    max-height: 100dvh;
  }
  .footer__menu {
    gap: 1.25rem 1.875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__title {
    font-size: 1rem;
  }
  .footer__list li {
    font-size: 0.875rem;
  }
  .footer__bottom .footer__container {
    justify-content: center;
    gap: 1.875rem;
    flex-wrap: wrap;
  }
  .footer__lang {
    order: 1;
  }
  .footer__payments {
    gap: 0.0625rem;
    order: 3;
  }
  .footer__payments img {
    width: 6.1875rem;
    height: 1.5rem;
  }
  .footer__social {
    order: 2;
  }
  .popup--review [data-fls-popup-body] {
    padding: 1.875rem 0.625rem 1.25rem;
  }
  .popup--checkout [data-fls-popup-body] {
    padding: 2.625rem 0.625rem;
  }
  .popup--auth [data-fls-popup-body] {
    padding: 0;
  }
  .popup--refund [data-fls-popup-body], .popup--logout [data-fls-popup-body] {
    padding: 2.625rem 0.625rem;
  }
  .popup--auth .popup__close {
    top: 0.9375rem;
    right: 0.9375rem;
    color: #fff;
  }
  .popup--refund .popup__close, .popup--logout .popup__close {
    top: 1rem;
    right: 1rem;
  }
  .review-popup__form {
    margin: 0 -0.625rem;
    padding: 1.25rem 0.625rem 0;
  }
  .review-popup__rating {
    gap: 1.25rem;
  }
  .review-popup__rating-item {
    font-size: 0.75rem;
  }
  .review-popup__rating-item::before {
    font-size: 1.5rem;
  }
  .checkout-popup {
    gap: 1.25rem;
  }
  .checkout-popup__title {
    padding-bottom: 1.375rem;
    position: relative;
  }
  .checkout-popup__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.125rem;
    width: 3.375rem;
    background-color: #e2102e;
  }
  .checkout-popup__body {
    padding: 0.75rem 0.625rem;
  }
  .auth-popup {
    grid-template-columns: 1fr;
  }
  .auth-popup__logo {
    width: 2.5rem;
  }
  .auth-popup__title {
    font-size: 1.5rem;
  }
  .refund-popup__warn {
    font-size: 0.875rem;
  }
  .refund-popup__button {
    font-size: 1rem;
    min-height: 2.625rem;
  }
  .logout-popup__button {
    font-size: 1rem;
    min-height: 2.625rem;
  }
  .info-page {
    padding-bottom: 6.25rem;
  }
  .info-page__title {
    font-size: 1.75rem;
  }
  .info-page__spoilers .spoilers__title {
    font-size: 1rem;
  }
  .page__profile:not(:last-child) {
    margin-bottom: 5.5rem;
  }
  .profile__wrapper {
    grid-template-columns: 1fr;
  }
  .profile__menu {
    padding: 0.625rem;
  }
  .profile__menu-item {
    gap: 0.875rem;
  }
  .profile__menu-item span {
    font-size: 0.875rem;
  }
  .fields-block {
    padding: 0.625rem;
  }
  .fields-block__field .field__input,
  .fields-block__field .field__textarea {
    padding: 0.5rem 0.875rem;
    font-size: 1rem;
  }
  .fields-block__button {
    font-size: 1rem;
  }
  .wishlist-profile__header:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .history-profile__item {
    padding: 0.625rem;
  }
  .history-profile__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .history-profile__preview {
    margin: -0.625rem -0.625rem 0;
    padding: 0.625rem 0.625rem 0;
  }
  .history-profile__title:not(:last-child) {
    margin-bottom: 1rem;
  }
  .history-profile__price {
    font-size: 1rem;
  }
  .history-profile__body {
    padding-bottom: 0.625rem;
  }
  .history-profile__summary:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .history-profile__summary .summary-comp__item .total {
    font-size: 1rem;
  }
  .fields-block__header-btn {
    font-size: 1rem;
  }
  .fields-block__field .select__value,
  .fields-block__field .select__option {
    font-size: 1rem;
    padding: 0.5rem 0.875rem;
  }
  .download-item__icon {
    font-size: 1.5rem;
  }
  .download-item__label {
    font-size: 1rem;
  }
  .download-item__date {
    font-size: 0.75rem;
  }
  .bonuses-profile__header:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .bonuses-profile__title {
    font-size: 0.875rem;
  }
  .sub-profile__aside {
    padding: 0.75rem 0.9375rem 2.125rem;
  }
  .sub-profile__header:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .sub-profile__title {
    font-size: 1.75rem;
  }
  .sub-profile__decor {
    width: 3.75rem;
  }
  .sub-profile__text:not(:last-child) {
    margin-bottom: 1rem;
  }
  .sub-profile__text ul li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .sub-profile__text {
    font-size: 1rem;
  }
  .sub-profile__text > *:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .sub-profile__price {
    font-size: 1rem;
  }
  .hero-product__title {
    font-size: 1.75rem;
  }
  .hero-product__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .reviews-product__aside:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .reviews-product__title .small {
    font-size: 1rem;
  }
  .reviews-product__empty-content {
    display: flex;
  }
  .pc {
    display: none !important;
  }
  .home__hero:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .hero__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
  .hero__item:nth-child(2) {
    grid-row: auto;
    grid-column: span 2;
    aspect-ratio: 1/1;
  }
  .hero__item:nth-child(3) {
    grid-row: 1;
    grid-column: 2;
  }
  .hero__title {
    padding: 0.40625rem 0.625rem;
    font-size: 0.875rem;
  }
  .banner-home__body {
    aspect-ratio: 300/202;
  }
  .error {
    padding: 3.125rem 0;
  }
  .contacts__title {
    font-size: 1.75rem;
  }
  .contacts__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .contacts__wrapper {
    grid-template-columns: 1fr;
  }
  .contacts__sp-title {
    gap: 0.375rem;
    padding: 1.03125rem;
  }
  .contacts__sp-title {
    font-size: 1rem;
  }
  .contacts__sp-body {
    padding: 0 0.625rem 0.9375rem 2.5rem;
  }
  .contacts__sp-body > *:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .contacts__light-label {
    font-size: 0.875rem;
  }
  .contacts__bold-label {
    font-size: 0.875rem;
  }
  .contacts__price {
    font-size: 1rem;
  }
  .contacts__cols {
    margin-left: -1.4375rem;
  }
  .contacts__col .contacts__light-label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .contacts__col .contacts__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .contacts__map-info span {
    font-size: 1rem;
  }
  .contacts__form .contacts__block-title:not(:last-child) {
    margin-bottom: 1rem;
  }
  .contacts__block-title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .contacts__block-title {
    font-size: 1.5rem;
  }
  .contacts__field .field__input,
  .contacts__field .field__textarea {
    font-size: 0.875rem;
  }
  .contacts__items {
    gap: 1.25rem 2.5rem;
  }
  .item-contacts {
    gap: 0.625rem;
  }
  .item-contacts__label {
    font-size: 0.875rem;
  }
  .item-contacts__text {
    font-size: 1rem;
  }
  .checkout__breadcrumbs:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
  .checkout__block:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .checkout__block {
    padding: 0.625rem;
  }
  .checkout__title {
    padding-bottom: 0.9375rem;
  }
  .checkout__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .checkout__sub-block {
    padding: 0.5625rem;
    gap: 0.625rem;
  }
  .checkout__checkbox {
    font-size: 1rem;
  }
  .checkout__checkbox::before {
    width: 1.875rem;
    height: 1.875rem;
  }
  .checkout__footer {
    gap: 0.625rem;
  }
  .checkout__summary:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .checkout__summary-item {
    padding-bottom: 0.9375rem;
  }
  .checkout__summary-item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .checkout__aside-btn {
    font-size: 1rem;
  }
  .page__catalog:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .catalog__breadcrumbs:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .catalog__link {
    font-size: 0.875rem;
  }
  .catalog__title {
    font-size: 1.75rem;
  }
  .catalog__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .catalog__categories {
    flex-wrap: nowrap;
    overflow: auto;
    padding-right: 1.25rem;
    margin-right: -1.25rem;
    gap: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .catalog__categories:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .catalog__category {
    font-size: 1rem;
    flex-shrink: 0;
  }
  .catalog__filters:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .catalog__more {
    font-size: 1.5rem;
  }
  .catalog__pagination {
    display: none;
  }
  .filters-catalog__sub {
    flex: 0 0 100%;
  }
  .filters-catalog__wrapper {
    flex-direction: column;
    gap: 0.625rem;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 18.75rem;
    padding: 0.625rem;
    overflow: auto;
    z-index: 150;
    top: 0;
    left: 0;
    flex-grow: 0;
    background-color: var(--bg-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
  [data-filter-open] .filters-catalog__wrapper {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .filters-catalog__title {
    justify-content: space-between;
    font-size: 1rem;
    gap: 0.3125rem;
  }
  .filters-catalog__content {
    padding-top: 0.625rem;
  }
  .filters-catalog__colors {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .filters-catalog__sizes {
    gap: 1.25rem;
  }
  .filters-catalog__sort {
    gap: 0.625rem;
    justify-content: space-between;
    flex: 0 0 100%;
  }
  .filters-catalog__sort-radio {
    display: none;
  }
  .filters-catalog__close {
    font-size: 0.75rem;
    padding: 0.5rem 0.625rem;
  }
  .page__cart:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .blog__breadcrumbs:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .blog__title h2 {
    font-size: 1.75rem;
  }
  .blog__title span {
    font-size: 0.875rem;
  }
  .blog__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .blog__items {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .blog__items:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .article__breadcrumbs:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .article__main {
    grid-template-columns: 1fr;
  }
  .article__label {
    font-size: 0.875rem;
  }
  .article__text {
    font-size: 1rem;
  }
  .comments-article {
    grid-template-columns: 1fr;
  }
  .comments-article__aside {
    grid-row: 2;
  }
  .comments-article__title:not(:last-child) {
    margin-bottom: 1.125rem;
  }
  .comments-article__body {
    grid-row: 1;
  }}
@media (max-width: 43.74875em){
  .item-cart {
    padding: 1.25rem;
  }
  .item-cart__image {
    width: 5rem;
    grid-row: 2/4;
  }
  .item-cart__title {
    font-size: 1rem;
    grid-column: span 2;
  }
  .item-cart__counter {
    grid-row: 2;
    grid-column: 2/4;
  }
  .basket-header__item .item-cart__image {
    width: 8rem;
    grid-row: 2/5;
  }
  .cart__body {
    padding: 1.875rem 0.625rem;
    margin: 0 -1.25rem;
  }
  .aside-cart {
    padding: 0.625rem;
  }}
@media (max-width: 37.49875em){
  .refund-popup {
    gap: 0.9375rem;
  }
  .refund-popup__title {
    font-size: 1.25rem;
  }
  .refund-popup__subtitle {
    font-size: 0.875rem;
  }
  .refund-popup__block {
    gap: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .refund-popup__field .field__input,
  .refund-popup__field .field__textarea {
    font-size: 1rem;
    height: 2.625rem;
  }
  .refund-popup__field .select__value {
    font-size: 1rem;
    height: 2.625rem;
  }}
@media (max-width: 34.37375em){
  .header__logo svg {
    width: 3rem;
  }}
@media (max-width: 31.24875em){
  .page {
    padding-bottom: 1.875rem;
  }
  .home__products-section:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .bundle-products__slider .item-product__title span {
    font-size: 0.75rem;
  }
  .bundle-products__slider .splide__slide:not(:last-child) .item-product__image::before {
    font-size: 1.125rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .item-product__tag {
    font-size: 0.875rem;
  }
  .item-product__image {
    padding: 0.9375rem 0.9375rem 1.25rem;
  }
  .item-product__title a {
    gap: 0.5rem;
    font-size: 1rem;
  }
  .item-product__title span {
    font-size: 0.75rem;
  }
  .item-product__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .item-product__bundle-discount {
    font-size: 0.75rem;
  }
  .item-product__bundle-discount span {
    font-size: 0.875rem;
  }
  .item-product__look-row:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .home__news-section:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .pagination li a,
  .pagination li span {
    height: 2.9375rem;
    min-width: 2.9375rem;
    font-size: 1.25rem;
  }
  .item-cart__price {
    grid-row: 4;
  }
  .text {
    font-size: 0.875rem;
  }
  [class*=__container] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .basket-header__item .item-cart__price {
    grid-column: 2/4;
  }
  .footer__payments {
    flex: 0 0 100%;
    justify-content: space-between;
  }
  .popup--sizes {
    padding: 3.125rem 0.625rem;
  }
  .popup--sizes .popup__close {
    top: auto;
    left: auto;
    bottom: calc(100% + 0.625rem);
    right: 0;
  }
  .checkout-popup__body {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
  .refund-popup__block {
    grid-template-columns: 1fr;
  }
  .refund-popup__footer {
    justify-content: center;
  }
  .info-page__breadcrumbs:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .info-page__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .info-page__block {
    padding: 0.625rem;
  }
  .wishlist-profile__border-check {
    font-size: 0.875rem;
    padding: 0.8125rem 0.5625rem;
  }
  .wishlist-profile__border-check::before {
    width: 0.875rem;
    height: 0.875rem;
    font-size: 0.625rem;
  }
  .wishlist-profile__button {
    font-size: 0.875rem;
    padding: 0.8125rem 0.5625rem;
  }
  .wishlist-profile__items:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .wishlist-profile__footer {
    gap: 0.625rem;
    justify-content: center;
  }
  .wishlist-profile .item-product__image {
    padding: 0.3125rem 0.3125rem 1.25rem;
  }
  .fields-block__double-block {
    grid-template-columns: 1fr;
  }
  .download-item {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    gap: 0.625rem;
  }
  .download-item .separator {
    display: none;
  }
  .download-item__icon {
    order: 2;
  }
  .download-item__text {
    order: 3;
  }
  .download-item__label {
    order: 5;
  }
  .download-item__date {
    grid-column: 1/-1;
  }
  .bonuses-profile__label {
    padding: 0.5rem 0.25rem;
    font-size: 0.875rem;
  }
  .product__hero:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .product__looks:not(:last-child), .product__products-section:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .hero-product__slider {
    display: flex;
  }
  .hero-product__slider .splide__pagination {
    top: calc(100% + 0.625rem) !important;
  }
  .hero-product__thumb {
    display: none;
  }
  .hero-product__breadcrumbs:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .hero-product__actions {
    gap: 0.625rem 0.3125rem;
    grid-template-columns: max-content 1fr max-content max-content;
    align-items: end;
  }
  .hero-product__counter {
    grid-column: auto;
  }
  .hero-product__actions--not-av .hero-product__counter:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .hero-product__button {
    grid-column: 1/-1;
  }
  .hero-product__icon-btn:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
  }
  .hero-product__icon-btn:nth-child(4) {
    grid-row: 1;
    grid-column: 4;
  }
  .hero-product__details:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .hero-product__det-body .checkbox::before {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.625rem;
  }
  .hero-product__det-text {
    font-size: 0.875rem;
  }
  .hero-product__det-price {
    font-size: 0.875rem;
  }
  .hero-product__notif-checkbox {
    font-size: 0.875rem;
  }
  .hero-product__notif-checkbox:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .sizes-product__table {
    align-self: flex-start;
  }
  .product__reviews:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .home__banner:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .home__mission:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .contacts__breadcrumbs:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .contacts__label {
    font-size: 1rem;
  }
  .contacts__col {
    gap: 0.5rem;
  }
  .contacts__col svg {
    width: 0.75rem;
    height: 0.75rem;
    gap: 0.5rem;
  }
  .contacts__map {
    aspect-ratio: 298/350;
  }
  .contacts__map-info {
    max-width: 100%;
  }
  .contacts__bottom {
    grid-template-columns: 1fr;
  }
  .contacts__form {
    grid-row: 2;
  }
  .contacts__eshop {
    grid-row: 1;
  }
  .checkout__payment-item {
    width: 4.9375rem;
    height: 2.375rem;
  }
  .catalog__categories {
    padding-right: 0.625rem;
    margin-right: -0.625rem;
  }
  .catalog__items:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .aside-cart__button {
    font-size: 1rem;
  }
  .blog__items {
    grid-template-columns: 1fr;
  }}
@media (max-width: 24.99875em){
  .splide:not(.hero-product__main) .splide__pagination {
    margin-top: 1.25rem !important;
    gap: 0.3125rem !important;
  }
  .mission-section__content {
    padding: 0.625rem;
  }
  .mission-section__icon {
    width: 1.875rem;
  }
  .counter__btn {
    width: 2.25rem;
    height: 2.25rem;
  }
  .counter__input {
    max-width: 3.125rem;
    font-size: 1rem;
  }
  .spoilers__item {
    padding-bottom: 0.5rem;
  }
  .spoilers__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .pc-menu__list {
    padding-right: 0;
  }
  .footer__menu {
    align-self: self-start;
  }
  .footer__bottom .footer__container {
    justify-content: start;
  }
  .footer__lang {
    flex-grow: 1;
  }
  .review-popup__rating {
    gap: 0.625rem;
    justify-content: space-between;
  }
  .hero-product__actions:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .hero-product__button {
    font-size: 1rem;
    padding: 0.5625rem 1.1875rem;
  }
  .hero-product__icon-btn {
    width: 2.25rem;
    height: 2.25rem;
  }
  .sizes-product__radio {
    min-width: 0;
    font-size: 0.875rem;
    padding: 0.5625rem 0.8125rem;
  }
  .checkout__button {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .catalog__items {
    gap: 0.625rem;
  }}
@media (max-width: 20em){
  .mission-section__text {
    font-size: 0.75rem;
  }
  .text h2 {
    font-size: 1.25rem;
  }
  .text h3 {
    font-size: 0.9375rem;
  }
  .select__value {
    font-size: 1rem;
  }
  .select__option {
    font-size: 1rem;
  }
  .checkout-popup__icon {
    width: 3.75rem;
  }
  .profile__title {
    font-size: 1.75rem;
  }
  .profile__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .history-profile__title {
    font-size: 1rem;
  }
  .bonuses-profile__count {
    font-size: 1.75rem;
  }
  .article__title {
    font-size: 1.5rem;
  }}
@media all and not (any-hover: hover){
  .item-product__image .item-product__fav {
    opacity: 1;
    visibility: visible;
  }

  .item-product__image .item-product__cart-label {
    display: none;
  }}
@media (min-width: 20em) and (max-width: 48em){
  .select__value {
    font-size: clamp( 1rem , 0.64285714285625rem  +  1.7857142857vw , 1.5rem );
  }
  .select__option {
    font-size: clamp( 1rem , 0.82142857143125rem  +  0.8928571429vw , 1.25rem );
  }}
@media (min-width: 20em) and (max-width: 47.99875em){
  .mission-section__text {
    font-size: clamp( 0.75rem , 0.39284119826875rem  +  1.7857940087vw , 1.25rem );
  }}
@media (min-width: 20em) and (max-width: 116.875em){
  .text h2 {
    font-size: clamp( 1.25rem , 0.88870967741875rem  +  1.8064516129vw , 3rem );
  }
  .text h3 {
    font-size: clamp( 0.9375rem , 0.82137096774375rem  +  0.5806451613vw , 1.5rem );
  }
  .checkout-popup__icon {
    width: clamp( 3.75rem , 2.51129032258125rem  +  6.1935483871vw , 9.75rem );
  }
  .profile__title {
    font-size: clamp( 1.75rem , 1.49193548386875rem  +  1.2903225806vw , 3rem );
  }
  .profile__title:not(:last-child) {
    margin-bottom: clamp( 0.625rem , 0.10887096774375rem  +  2.5806451613vw , 3.125rem );
  }
  .history-profile__title {
    font-size: clamp( 1rem , 0.89677419355rem  +  0.5161290323vw , 1.5rem );
  }
  .bonuses-profile__count {
    font-size: clamp( 1.75rem , 1.28548387096875rem  +  2.3225806452vw , 4rem );
  }

  .special_sub {
    width: 100%;
  }

  .special_sub h4 {
    font-size: 16px;
  }
  
  .article__title {
    font-size: clamp( 1.5rem , 1.19032258064375rem  +  1.5483870968vw , 3rem );
  }}
@media (min-width: 31.24875em){
  .basket-header__item .item-cart__price {
    grid-row: 4;
    grid-column: 2/4;
  }
  .refund-popup__field--fill {
    grid-column: span 2;
  }
  .wishlist-profile .item-product__image {
    padding: 0.3125rem 0.3125rem 1.25rem;
  }
  .wishlist-profile .item-product__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .wishlist-profile .item-product__title a {
    gap: 0.5rem;
    font-size: 1rem;
  }
  .wishlist-profile .item-product__title span {
    font-size: 0.75rem;
  }
  .wishlist-profile .item-product__price {
    font-size: 1.25rem;
  }
  .contacts__body {
    height: 38.625rem;
  }

  .contacts__map {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }}
@media (min-width: 43.74875em){
  .basket-header__item {
    padding: 1.25rem;
  }
  .basket-header__item .item-cart__image {
    grid-row: 2/5;
  }
  .basket-header__item .item-cart__title {
    font-size: 1rem;
    grid-column: span 2;
  }
  .basket-header__item .item-cart__counter {
    grid-row: 2;
    grid-column: 2/4;
  }}
@media (min-width: 47.99875em) and (min-width: 61.99875em) and (max-width: 116.875em){
  .reviews-product__container {
    gap: clamp( 1.25rem , -8.1413962666rem  +  15.1477187308vw , 9.5625rem );
  }}
@media (min-width: 47.99875em) and (min-width: 116.875em){
  .reviews-product__container {
    gap: 9.5625rem;
  }}
@media (min-width: 47.99875em) and (max-width: 61.99875em){
  .reviews-product__container {
    gap: 1.25rem;
  }}
@media (min-width: 47.99875em){
  .item-product--look .item-product__body {
    padding-top: 1.25rem;
  }
  .mission-section__body {
    min-height: 33.75rem;
  }
  .mission-section__text {
    font-size: 1.25rem;
  }
  .checkout-popup__footer {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding-top: 1.875rem;
  }
  .--dark .checkout-popup__footer {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .auth-popup__button {
    min-height: 4.25rem;
  }
  .profile__fields-block {
    max-width: 37.25rem;
    margin: 0 auto;
  }
  .profile__fields-block--big {
    max-width: 56.25rem;
  }
  .wishlist-profile .item-product__title span {
    font-size: 1rem;
  }
  .wishlist-profile .item-product__body {
    padding: 1.1875rem 0.8125rem 0;
  }
  .wishlist-profile .item-product__cart-label {
    font-size: 1.125rem;
  }
  .history-profile__icon {
    position: absolute;
    top: 0.75rem;
    right: 0.625rem;
  }
  .hero-product__button {
    min-width: 20.75rem;
  }
  .reviews-product__container {
    display: grid;
    grid-template-columns: 19.1875rem 1fr;
  }
  .mobile {
    display: none !important;
  }
  .contacts__button {
    min-height: 4.25rem;
  }
  .filters-catalog__content {
    padding: 1.25rem;
    border: 0.0625rem solid #000;
    background-color: #fff;
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 0;
    width: max-content;
    max-width: 29.375rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1.25rem);
    transition: all 0.3s;
  }
  .filters-catalog__item:has(.--active) .filters-catalog__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .filters-catalog__open {
    display: none;
  }
  .filters-catalog__sort .select,
  .filters-catalog__sort select {
    display: none;
  }
  .filters-catalog__close {
    display: none;
  }}
@media (min-width: 48em){
  .select__value {
    font-size: 1.5rem;
  }
  .select__option {
    font-size: 1.25rem;
  }}
@media (min-width: 61.99875em) and (max-width: 74.99875em){
  .bundle-products__slider .splide__list {
    gap: 1.25rem;
  }
  .bundle-products__title span {
    left: 0;
  }}
@media (min-width: 61.99875em) and (max-width: 116.875em){
  .bundle-products__title {
    font-size: clamp( 3.75rem , -1.8989601603625rem  +  9.1114097629vw , 8.75rem );
  }
  .bundle-products__price {
    font-size: clamp( 1.5rem , 0.9351039839625rem  +  0.9111409763vw , 2rem );
  }
  .header__menu > ul {
    column-gap: clamp( 0.9375rem , -0.96902405411875rem  +  3.075100795vw , 2.625rem );
  }
  .footer__top .footer__container {
    column-gap: clamp( 1.25rem , -10.3303683287375rem  +  18.6783900139vw , 11.5rem );
  }
  .hero-product__container {
    gap: clamp( 1.625rem , -1.6937640942125rem  +  5.3529532357vw , 4.5625rem );
  }
  .contacts__wrapper {
    gap: clamp( 0.625rem , -6.43620020045rem  +  11.3892622036vw , 6.875rem );
  }
  .article__main {
    gap: clamp( 1.875rem , -3.06784014031875rem  +  7.9724835425vw , 6.25rem );
  }
  .comments-article {
    gap: clamp( 2.5rem , -0.18325607616875rem  +  4.3279196374vw , 4.875rem );
  }}
@media (min-width: 61.99875em){
  .bundle-products {
    display: flex;
    gap: 1.25rem;
  }
  .bundle-products__slider {
    flex-grow: 1;
  }

  .header__menu.menu {
    width: 37vw;
  }
  
  .bundle-products__slider .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.375rem;
  }
  .bundle-products__title {
    min-height: var(--item-image-height);
  }
  .bundle-products__title span {
    position: absolute;
    top: 0;
    left: 1.0625rem;
    display: block;
    transform-origin: left top;
    transform: rotate(90deg) translateY(-100%);
  }
  .footer__sub {
    flex: 0 0 17.8125rem;
  }

  .special_sub {
    width: fit-content;
    gap: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex: unset;
  }

  .special_sub h4 {
    font-size: 14px;
  }

  .fields-block__bonuses {
    margin-top: -0.5rem;
  }
  .bonuses-profile__title {
    padding-top: 1.125rem;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    max-width: 34.6875rem;
  }
  .--dark .bonuses-profile__title {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .bonuses-profile__label--mobile {
    display: none;
  }
  .hero-product__body {
    position: sticky;
    top: var(--header-height);
  }}
@media (min-width: 74.99875em){
  .menu__submenu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .header__menu > ul > li details:hover .submenu {
    opacity: 1;
    transform: translateX(-50%);
    visibility: visible;
  }
  .header__menu > ul > li details:hover::before {
    transform: rotate(-180deg);
  }
  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3.125rem 5rem;
    background-color: #111;
    display: flex;
    gap: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
  .mobile-menu {
    display: none;
  }}
/* @media (min-width: 81.24875em){
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }} */
@media (min-width: 93.74875em) and (max-width: 116.875em){
  .sub-profile {
    padding-left: clamp( 1.25rem , -28.13991135614375rem  +  31.3496567753vw , 8.5rem );
  }
  .sub-profile {
    column-gap: clamp( 1.25rem , -28.13991135614375rem  +  31.3496567753vw , 8.5rem );
  }}
@media (min-width: 116.875em){
  .bundle-products__title {
    font-size: 8.75rem;
  }
  .bundle-products__price {
    font-size: 2rem;
  }
  .text h2 {
    font-size: 3rem;
  }
  .text h3 {
    font-size: 1.5rem;
  }
  .header__menu > ul {
    column-gap: 2.625rem;
  }
  .footer__top .footer__container {
    column-gap: 11.5rem;
  }
  .checkout-popup__icon {
    width: 9.75rem;
  }
  .profile__title {
    font-size: 3rem;
  }
  .profile__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .history-profile__title {
    font-size: 1.5rem;
  }
  .bonuses-profile__count {
    font-size: 4rem;
  }
  .sub-profile {
    padding-left: 8.5rem;
  }
  .sub-profile {
    column-gap: 8.5rem;
  }
  .hero-product__container {
    gap: 4.5625rem;
  }
  .contacts__wrapper {
    gap: 6.875rem;
  }
  .article__main {
    gap: 6.25rem;
  }
  .article__title {
    font-size: 3rem;
  }
  .comments-article {
    gap: 4.875rem;
  }}
@media (any-hover: hover){
  .fav-btn:hover, .item-product__title a:hover, .item-product__look-title a:hover, .social a:hover, .breadcrumbs ul li a:hover, .item-cart__title a:hover {
    color: #e2102e;
  }
  .checkbox:hover::before {
    color: var(--text-color);
  }
  .button:hover {
    background-color: var(--text-color);
    color: var(--bg-color);
    border-color: var(--text-color);
    --color: var(--bg-color);
  }
  .button--border:hover {
    background-color: var(--text-color);
    color: var(--bg-color);
    border-color: var(--text-color);
    --color: var(--bg-color);
  }
  .button--black-border:hover {
    background-color: var(--text-color);
    color: var(--bg-color);
    border-color: var(--text-color);
    --color: var(--bg-color);
  }
  .button:hover .icon .hover,
  .button:hover .icon .no-hover {
    transform: rotate(45deg);
  }
  .button:hover .icon .hover {
    opacity: 1;
  }
  .button:hover .icon .no-hover {
    opacity: 0;
  }
  .button--white:hover {
    background-color: #e2102e;
    color: #fff;
    border-color: #e2102e;
  }
  .button--black:hover {
    background-color: #e2102e;
    color: #fff;
    border-color: #e2102e;
  }
  .products-section__nav-title:hover::before {
    width: 100%;
  }
  .item-product__image:hover .item-product__cart-label,
  .item-product__image:hover .item-product__fav,
  .item-product__image:hover .item-product__pic img.hover,
  .hero-product__body .hero-product__actions .item-product__fav {
    opacity: 1;
    visibility: visible;
  }
  .item-product__image:hover .item-product__pic img {
    transform: scale(1.05);
  }
  .item-news:hover .item-news__label {
    color: #e2102e;
  }
  .field__input:hover, .field__textarea:hover {
    border-color: #000;
  }
  .field__input:hover::placeholder, .field__textarea:hover::placeholder {
    color: #000;
  }
  .--dark .field__input:hover, .--dark .field__textarea:hover {
    border-color: #fff;
  }
  .--dark .field__input:hover::placeholder, .--dark .field__textarea:hover::placeholder {
    color: #fff;
  }
  .border-check:hover::before {
    color: var(--text-color);
  }
  .pagination li a:not(.--active):hover,
  .pagination li span:not(.--active):hover {
    border-color: #e2102e;
    color: #e2102e;
  }
  .icon-btn:hover {
    background-color: #333333;
  }
  .--dark .icon-btn:hover {
    background-color: #afafaf;
  }
  .radiobox:hover .radiobox__icon::before {
    opacity: 1;
  }
  .item-cart__image:hover img {
    transform: scale(1.1);
  }
  .item-cart__remove:hover {
    color: #e2102e;
    border-color: #e2102e;
  }
  .item-review__action-item button:hover, .item-review__action-item button.--active:hover {
    color: var(--text-color);
  }
  .more-btn:hover {
    color: #e2102e;
  }
  .more-btn:hover::after {
    background-color: #e2102e;
  }
  .select__option:hover {
    color: #e2102e;
  }
  .spoilers__item:has(.spoilers__title:hover) {
    border-bottom-color: #e2102e;
  }
  .spoilers__title:hover {
    color: #e2102e;
    border-color: #e2102e;
    --color: #e2102e;
  }
  .spoilers__title:hover .plus-icon::before, .spoilers__title:hover .plus-icon::after {
    background-color: #e2102e;
  }
  .mobile-menu__logout:hover {
    text-decoration-color: transparent;
  }
  .header__menu-btn:hover, .header__menu > ul > li:hover, .header__action-btn:hover::before, .header__theme:hover, .header__search button:hover, .submenu__block ul li a:hover, .submenu__title a:hover, .lang button:hover,
  .lang span:hover, .pc-menu__close:hover, .pc-menu__list li a:hover, .mobile-menu__close:hover, .basket-header__link:hover, .basket-header__close:hover {
    color: #e2102e;
  }
  .lang button:hover,
  .lang span:hover {
    opacity: 1;
  }
  .mobile-menu__actions-item:hover {
    color: #e2102e;
  }
  .basket-header__link:hover {
    opacity: 1;
  }
  .footer__title a:hover, .footer__list li a:hover {
    color: #e2102e;
  }
  .footer__list li a:hover {
    opacity: 1;
  }
  .footer__social li a:hover {
    opacity: 1;
  }
  .popup__close:hover, .checkout-popup__link:hover {
    color: #e2102e;
  }
  .review-popup__rating-item:hover::before, .review-popup__rating-item:has(~ .review-popup__rating-item:hover)::before {
    color: #ffa900;
  }
  .auth-popup__link:hover {
    color: var(--text-color);
  }
  .auth-popup__integrations a:hover {
    border-color: rgb(102, 102, 102);
  }
  .--dark .auth-popup__integrations a:hover {
    border-color: rgb(255, 255, 255);
  }
  .bonuses-profile__more:hover {
    color: #e2102e;
  }
  .profile__menu-item:hover span::before {
    width: 100%;
  }
  .wishlist-profile__button.button--black-border:hover {
    color: var(--bg-color);
    --color: var(--bg-color);
  }
  .download-item__icon[href]:hover {
    color: var(--text-color);
    background-color: var(--bg-color);
    border-color: var(--text-color);
  }
  .download-item__text a:hover::before {
    width: 100%;
    opacity: 1;
  }
  .bonuses-profile__more:hover {
    border-color: #e2102e;
  }
  [data-fls-rating=set] .rating__items:hover .rating__item {
    background: var(--star-active) 0 0/var(--star-width) no-repeat;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item {
    background: var(--star) 0 0/var(--star-width) no-repeat;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item span {
    display: none;
  }
  .sizes-product__table span:hover {
    text-decoration-color: transparent;
  }
  .hero-product__slider .splide__arrow:not(:disabled):hover {
    --color: #e2102e !important;
  }
  .sizes-product__radio:not(:has(input:checked)):hover {
    border-color: var(--text-color);
  }
  .hero__item:hover img {
    transform: scale(1.05);
  }
  .hero__item:hover .hero__title {
    background-color: #e2102e;
  }
  .hero__subtitle:hover {
    background-color: #e2102e;
  }
  .error__link:hover {
    text-decoration-color: transparent;
  }
  .contacts__label a:hover, .item-contacts__text a:hover {
    color: #e2102e;
  }
  .item-contacts__social a:hover {
    color: var(--text-color);
  }
  .checkout__payment-item:hover {
    border-color: #666;
  }
  .--dark .checkout__payment-item:hover {
    border-color: #fff;
  }
  .catalog__link:hover {
    color: var(--text-color);
  }
  .catalog__category:not(.--active):hover {
    color: #e2102e;
  }
  .filters-catalog__title:not(.--spoiler-active):not(.--active):hover {
    border-color: #e2102e;
    color: #e2102e;
  }
  .filters-catalog__title:not(.--spoiler-active):not(.--active):hover .plus-icon::before, .filters-catalog__title:not(.--spoiler-active):not(.--active):hover .plus-icon::after {
    background-color: #e2102e;
  }
  .filters-catalog__checkbox:hover::before {
    color: #111;
  }
  .filters-catalog__sort-radio:not(:has(input:checked)):hover {
    border-color: #e2102e;
    color: #e2102e;
  }
  .cart__clear:hover {
    color: #e2102e;
  }}
@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:0.1875rem solid #0bf}.splide.is-focus-in .splide__slide:focus{border:0.1875rem solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}

.item-product__stock{
    position: absolute;
    z-index: 4;
    padding: 3px;
    background-color: black;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(11px, 2.5vw, 16px);
    top: 9px;
    left: 11px;
}

/* Затемнённый фон */
.popup-1plus1-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Карточка попапа */
.popup-1plus1 {
    background: #fff;
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    z-index: 9999;
    position: relative;
    animation: popupFadeIn .25s ease;
    font-family: Arial, sans-serif;
}

/* Заголовок */
.popup-1plus1 h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Список товаров */
.popup-1plus1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-1plus1 li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.popup-1plus1 li:last-child {
    border-bottom: none;
}

/* Картинка товара */
.popup-1plus1 img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

/* Название */
.popup-1plus1 .p-title {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
}

/* Цена */
.popup-1plus1 .p-price {
    font-size: 14px;
    color: #888;
    margin-right: 10px;
}

/* Кнопка "Выбрать" */
.popup-1plus1 .p-btn {
    background: #111;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    transition: background .2s;
}

.popup-1plus1 .p-btn:hover {
    background: #e2102e;
}

/* Кнопка закрытия */
.popup-1plus1-close {
    position: absolute;
    right: 12px;
    top: 10px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #777;
    transition: color .2s;
}

.popup-1plus1-close:hover {
    color: #000;
}

/* Анимация появления */
@keyframes popupFadeIn {
    from { opacity: 0; transform: scale(.9); }
    to   { opacity: 1; transform: scale(1); }
}

/* Мобильная адаптация */
@media (max-width: 480px) {
    .popup-1plus1 img {
        width: 50px;
        height: 50px;
    }
    .popup-1plus1 .p-btn {
        padding: 6px 10px;
        font-size: 12px;
    }
}

span del {
  font-size: 0.875rem;
  color: #111 !important;
}

.basket-header__body:not(.simplebar-scrollable-y) {
    overflow: auto;
}

.form__return {
  margin-top: 0.625rem;
}

fieldset {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

fieldset legend {
    font-weight: 600;
    font-size: 1rem;
  padding: 0.625rem 0;
}

.input-group-btn {
  display: flex;
    justify-content: flex-end;
    position: relative;
    right: 23px;
    top: -40px;
}

.picker-open {
  background-color: white;
  box-shadow: #111 0px 4px 12px;
}

.fields-block__field.field input[type="radio"] {
    width: auto;
}