

/* Start:/local/templates/main/css/app.css?1773234546125080*/
@import url(https://fonts.googleapis.com/css?family=Inter+Tight:300,regular,500,600,700,900);* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-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-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

/* Generated by vite-plugin-svg-spritemap */
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1.25rem);
}
body {
  min-width: 22.5rem;
  color: #000;
  font-family: "Inter Tight", sans-serif;
}
[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: 88.25rem;
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
h1, h2,
.title-h1,
.title-h2 {
  font-weight: 700;
}
h1, h2,
.title-h1,
.title-h2 {
  line-height: 1.3529411765;
  letter-spacing: 0.03em;
}
h3,
.title-h3 {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  letter-spacing: 0.03em;
}
img,
video {
  display: block;
}
.icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
}
.d-none {
  display: none !important;
}
[class*=link-] {
  position: relative;
  white-space: nowrap;
  padding: 0.3125rem;
  margin: -0.3125rem;
}
[class*=link-]::before {
  content: "";
  display: block;
  width: 0;
  border-bottom: 0.0625rem solid;
  position: absolute;
  left: 0.3125rem;
  bottom: 0.4375rem;
  opacity: 0;
  transition: 0.3s ease all 0s;
}
.link-underline::before {
  width: calc(100% - 0.625rem);
  opacity: 1;
}
._content {
  line-height: 1.5;
}
._content p {
  min-height: 0.0625rem;
}
._content ul {
  display: grid;
  align-content: flex-start;
  row-gap: 0.25rem;
  padding-left: 1.5rem;
}
._content ul li {
  list-style-type: disc;
}
._content :first-child {
  margin-top: 0;
}
._content :last-child {
  margin-bottom: 0;
}
._color-red {
  color: #b61a2d;
}
.price {
  font-weight: 600;
}
.price {
  line-height: 1.2142857143;
  letter-spacing: 0.03em;
  color: #0f1a2b;
}
.price__old {
  font-weight: 400;
}
.price__old {
  color: #b61a2d;
  text-decoration: line-through;
}/* Generated by vite-plugin-svg-spritemap */
.select {
  min-width: 0;
  position: relative;
  font-size: 0.875rem;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  height: 1.25rem;
  gap: 0.25rem;
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "";
  align-self: stretch;
  flex: 0 0 1.125rem;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.81 7.149a.56.56 0 0 1 .791-.088L9 9.78l3.399-2.72a.563.563 0 0 1 .702.88l-3.75 3a.56.56 0 0 1-.702 0l-3.75-3a.56.56 0 0 1-.088-.791'/%3e%3c/svg%3e") center no-repeat;
}
.--select-open .select__value:after {
  transform: rotate(-180deg);
}
.select__value.--select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.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 {
  padding: 0 0.625rem;
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.--select-active .select__input::placeholder {
  color: #000;
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - 0.0625rem);
  min-width: 100%;
  left: 0;
  background-color: #fff;
  padding: 0.3125rem 0rem 0.3125rem 0rem;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.3125rem 0;
  color: inherit;
  transition: 0.3s ease background-color 0s;
}
.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;
  padding: 0.3125rem 0rem 0.625rem 0rem;
}
.--select-tag {
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */
.menu__link {
  font-weight: 500;
  line-height: 1.4285714286;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.header-catalog__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  outline: 0;
}
.header-catalog__wrapper {
  display: block !important;
  position: fixed;
  z-index: 150;
  left: 0;
  top: var(--header-height);
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease opacity, 0.3s visibility 0s;
}
._catalog-active .header-catalog__wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header-catalog__container {
  padding: 0;
}
.header-catalog__tabs {
  height: calc(100svh - var(--header-height));
}
.header-catalog__nav {
  flex: 0 0 22.8125rem;
}
.header-catalog__nav {
  display: grid;
  align-content: flex-start;
  overflow-y: auto;
}
.header-catalog__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.25rem;
}
.header-catalog__title {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.3s ease background-color 0s;
}
.header-catalog__title .icon {
  transform: rotate(-90deg);
}
.header-catalog__title._item-active {
  background-color: #feed02;
}
.header-catalog__content {
  flex: 1;
  overflow-y: auto;
}
.header-catalog__body {
  display: none;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  position: relative;
}
.header-catalog__body._item-active {
  display: flex;
}
.header-catalog__list {
  flex: 1;
  display: grid;
  align-content: flex-start;
  row-gap: 1.5rem;
}
.header-catalog__link {
  position: relative;
  padding: 0.3125rem;
  margin: -0.3125rem;
  color: #6f6f6f;
  transition: 0.3s ease color 0s;
}
.header-catalog__link::before {
  content: "";
  width: 0.25rem;
  height: 70.5882352941%;
  position: absolute;
  top: 50%;
}
.header-catalog__link::before {
  transform: translateY(-50%);
  background-color: #feed02;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease opacity, 0.3s visibility 0s;
}
._item-hover .header-catalog__link {
  color: #000;
}
._item-hover .header-catalog__link::before {
  opacity: 1;
  visibility: visible;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 0.0625rem solid rgba(111, 111, 111, 0.1);
}
.header__container {
  padding-block: 0.625rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.header__center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo {
  display: flex;
  max-width: 8.75rem;
}
.header__logo .logo {
  min-width: 8.75rem;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__actions {
  display: flex;
  align-items: center;
}
.header__action {
  position: relative;
}
.header__action > a, .header__action > button {
  padding: 0.3125rem;
  margin: -0.3125rem;
}
.header__action .icon {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  background-color: #000;
  color: #fff;
  padding-block: 0.375rem;
}
.footer__row {
  padding-block: 1.5rem;
}
.footer__row:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.16);
}
.footer__bottom {
  font-size: 0.75rem;
  line-height: 1.5;
}/* Generated by vite-plugin-svg-spritemap */
.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.4285714286;
}
.breadcrumbs__link {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: underline transparent from-font;
  text-underline-offset: 0.1875rem;
  transition: 0.3s ease text-decoration 0s;
}
.breadcrumbs__current {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumbs__sep {
  color: rgba(0, 0, 0, 0.4);
}/* Generated by vite-plugin-svg-spritemap */
.search {
  position: relative;
  z-index: 10;
}
.search__toggle {
  outline: 0;
  padding: 0.3125rem;
  margin: -0.3125rem;
}
.search__heading {
  display: flex !important;
  height: 3rem;
  position: absolute;
}
.search__heading {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease opacity, 0.3s visibility 0s;
}
._search-active .search__heading {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.search__heading .search__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3rem;
  padding: 0;
  margin: 0;
  background-color: #feed02;
}
.search__heading .search__toggle svg {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.search__input {
  flex: 1;
  display: flex;
}
.search__input > .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.search__input input {
  width: 100%;
  padding-left: 3.4375rem;
}
.search__input input,
.search__input button {
  height: 100%;
}
.search__wrapper {
  display: block !important;
  background-color: #fff;
  position: fixed;
  height: calc(100% - var(--header-height));
  overflow-y: auto;
  z-index: 10;
  left: 0;
  top: var(--header-height);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease opacity, 0.3s visibility 0s;
}
._search-active .search__wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.search__container {
  min-height: calc(100svh - var(--header-height));
}
.search__list {
  display: grid;
  align-content: flex-start;
  row-gap: 0.75rem;
}
.search__list:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #e3e3e3;
}
.search__list a {
  position: relative;
  padding-left: 3.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
}
.search__list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
}
.search__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(/assets/img/icons/search.svg) no-repeat center/contain;
}
.search__products {
  display: grid;
  align-content: flex-start;
  row-gap: 1rem;
}
.search__more:not(:first-child) {
  margin-top: 2.75rem;
}/* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input,
.bx-soa-customer-input,
.bx-ui-sls-fake,
.bx-ui-sls-route,
.bx-soa-customer-textarea {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 1rem;
  border: 0.0625rem solid #e2e2e2;
  caret-color: inherit;
  background-color: #fff;
  outline: 0;
}
input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input,
.bx-soa-customer-textarea {
  resize: vertical;
}/* Generated by vite-plugin-svg-spritemap */
.form__row,
._row {
  display: flex;
  flex-wrap: wrap;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  width: 100%;
  min-height: 0.0625rem;
}
.col-1 > [class^=col-], .col-2 > [class^=col-], .col-3 > [class^=col-], .col-4 > [class^=col-], .col-5 > [class^=col-], .col-6 > [class^=col-], .col-7 > [class^=col-], .col-8 > [class^=col-], .col-9 > [class^=col-], .col-10 > [class^=col-], .col-11 > [class^=col-], .col-12 > [class^=col-], .col-xs-1 > [class^=col-], .col-xs-2 > [class^=col-], .col-xs-3 > [class^=col-], .col-xs-4 > [class^=col-], .col-xs-5 > [class^=col-], .col-xs-6 > [class^=col-], .col-xs-7 > [class^=col-], .col-xs-9 > [class^=col-], .col-xs-10 > [class^=col-], .col-xs-11 > [class^=col-], .col-xs-12 > [class^=col-], .col-sm-1 > [class^=col-], .col-sm-2 > [class^=col-], .col-sm-3 > [class^=col-], .col-sm-4 > [class^=col-], .col-sm-5 > [class^=col-], .col-sm-6 > [class^=col-], .col-sm-7 > [class^=col-], .col-sm-9 > [class^=col-], .col-sm-10 > [class^=col-], .col-sm-11 > [class^=col-], .col-sm-12 > [class^=col-], .col-md-1 > [class^=col-], .col-md-2 > [class^=col-], .col-md-3 > [class^=col-], .col-md-4 > [class^=col-], .col-md-5 > [class^=col-], .col-md-6 > [class^=col-], .col-md-7 > [class^=col-], .col-md-8 > [class^=col-], .col-md-9 > [class^=col-], .col-md-10 > [class^=col-], .col-md-11 > [class^=col-], .col-md-12 > [class^=col-], .col-lg-1 > [class^=col-], .col-lg-2 > [class^=col-], .col-lg-3 > [class^=col-], .col-lg-4 > [class^=col-], .col-lg-5 > [class^=col-], .col-lg-6 > [class^=col-], .col-lg-7 > [class^=col-], .col-lg-8 > [class^=col-], .col-lg-9 > [class^=col-], .col-lg-10 > [class^=col-], .col-lg-11 > [class^=col-], .col-lg-12 > [class^=col-], .col-xl-1 > [class^=col-], .col-xl-2 > [class^=col-], .col-xl-3 > [class^=col-], .col-xl-4 > [class^=col-], .col-xl-5 > [class^=col-], .col-xl-6 > [class^=col-], .col-xl-7 > [class^=col-], .col-xl-8 > [class^=col-], .col-xl-9 > [class^=col-], .col-xl-10 > [class^=col-], .col-xl-11 > [class^=col-], .col-xl-12 > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.col-5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}
.col-8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}
.col-11 {
  flex: 0 0 91.666%;
  max-width: 91.666%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}/* Generated by vite-plugin-svg-spritemap */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  text-wrap: balance;
  padding: 0.625rem 1.25rem;
}

.btn--md {
  min-height: 3rem;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}

.btn--lg {
  min-height: 3.25rem;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.btn--xl {
  min-height: 3.625rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-inline: 2.25rem;
}

.btn--border-main {
  border: 0.0625rem solid #0f1a2b;
}

.btn--border-gray {
  border: 0.0625rem solid #6f6f6f;
  color: #6f6f6f;
  fill: #6f6f6f;
}
.btn--border-gray svg {
  transition: 0.3s ease fill 0s;
}

.btn--bg-primary {
  color: #fff;
  background-color: #000;
}
.btn--bg-primary svg {
  fill: #fff;
}

.btn--bg-yellow {
  background-color: #feed02;
}/* Generated by vite-plugin-svg-spritemap */
@keyframes shake-horizontal {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-0.1875rem);
  }
  30% {
    transform: translateX(0.125rem);
  }
  45% {
    transform: translateX(-0.125rem);
  }
  60% {
    transform: translateX(0.0625rem);
  }
  75% {
    transform: translateX(-0.0625rem);
  }
  90% {
    transform: translateX(0.03125rem);
  }
  100% {
    transform: translateX(0);
  }
}/* Generated by vite-plugin-svg-spritemap */
.cart-item {
  display: flex;
  gap: 1rem;
  background-color: #fff;
  position: relative;
}
.cart-item__about {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.cart-item__name {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.cart-item__name a {
  text-decoration: underline transparent from-font;
  text-underline-offset: 0.1875rem;
  transition: 0.3s ease text-decoration 0s;
}
.cart-item__code {
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  color: #acacac;
}
.cart-item__price {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.cart-item__price.price {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.cart-item__quantity {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  color: #acacac;
  display: flex;
  align-items: center;
}
.cart-item__actions {
  display: flex;
  align-items: center;
}
.cart-item__remove {
  flex: 0 0 1.625rem;
  width: 1.625rem;
  height: 1.625rem;
}
.cart-item__remove button {
  width: 100%;
  height: 100%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item__remove .icon {
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  transition: 0.3s ease transform 0s;
}

.cart-item_checkout {
  padding: 0.625rem;
}
.cart-item_checkout .cart-item__name {
  max-width: 10.4375rem;
}
.cart-item_checkout .cart-item__about {
  flex: 1;
}
.cart-item_basket .cart-item__image {
  flex: 0 0 9.625rem;
}
.cart-item_basket .cart-item__about {
  flex: 1;
  justify-content: center;
}
.cart-item_basket .cart-item__quantity {
  flex: 0 0 5.9375rem;
}
.cart-item_basket .cart-item__price {
  flex: 0 0 8rem;
}
.cart-item_basket .price {
  align-items: center;
}/* Generated by vite-plugin-svg-spritemap */
.product-card {
  height: 100%;
  max-width: 20.5rem;
  display: flex;
  flex-direction: column;
}
.product-card__preview {
  position: relative;
}
.product-card__preview:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-card__label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-card__label--new {
  background-color: #feed02;
}
.product-card__image {
  overflow: hidden;
}
.product-card__image img {
  aspect-ratio: 1;
  object-fit: contain;
  transition: 0.3s ease transform 0s;
}
.product-card__body {
  flex: 1;
  display: grid;
  align-content: flex-start;
  row-gap: 0.5rem;
}
.product-card__caption {
  font-weight: 500;
}
.product-card__caption {
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  color: #0f1a2b;
}
.product-card__caption a {
  text-decoration: underline transparent from-font;
  text-underline-offset: 0.1875rem;
  transition: 0.3s ease text-decoration 0s;
}
.product-card__excerpt {
  line-height: 1.1428571429;
  letter-spacing: 0.03em;
  color: rgba(15, 26, 43, 0.6);
}
.product-card__footer {
  display: grid;
  align-content: flex-start;
  row-gap: 1rem;
}
.product-card__button .btn {
  width: 100%;
}
.product-card__button svg {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.logo {
  display: flex;
  align-items: center;
  position: relative;
}
.logo__link {
  display: inline-flex;
  align-items: center;
}/* Generated by vite-plugin-svg-spritemap */
.contacts__item {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.taxonomy-type__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.taxonomy-type__heading .select {
  flex: 0 0 10.25rem;
}
.taxonomy-type__heading .select__options {
  padding-block: 0.5rem;
  margin-inline: -0.5rem;
  box-shadow: 0 1rem 1rem 0 rgba(50, 50, 71, 0.08);
}
.taxonomy-type__heading .select__option {
  padding-inline: 0.5rem;
}
.taxonomy-type__items {
  margin-block: -1.125rem;
}
.taxonomy-type__items [class^=col-] {
  padding-block: 1.125rem;
}

.archive-banner {
  position: relative;
}
.archive-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.archive-banner__container {
  padding-block: 1.5rem;
}
.archive-banner__container {
  display: grid;
  align-content: space-between;
}
.archive-banner__icon {
  aspect-ratio: 1;
}
.archive-banner__title {
  font-weight: 900;
  text-transform: uppercase;
}
.archive-banner__title span {
  color: rgba(15, 26, 43, 0.16);
}/* Generated by vite-plugin-svg-spritemap */
.widget-products__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.widget-products__slider {
  position: relative;
}
.widget-products__slider .swiper-pagination {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease opacity 0s;
}

.swiper-initialized {
  opacity: 1;
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}

.swiper__arrows {
  display: flex;
  align-items: center;
}
.swiper__arrows {
  z-index: 1;
}

.swiper-button {
  display: flex;
  justify-content: center;
  flex: 0 0 2.25rem;
  cursor: pointer;
}
.swiper-button svg {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
}

.swiper-button--prev {
  transform: rotate(180deg);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #feed02 !important;
}:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 0.5rem;
  --swiper-pagination-bottom: 0.5rem;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 0.25rem;
  --swiper-pagination-bullet-size: 0.5rem;
  --swiper-pagination-bullet-width: 0.5rem;
  --swiper-pagination-bullet-height: 0.5rem;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.25rem;
  --swiper-pagination-bullet-vertical-gap: 0.375rem;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 0.5rem);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.5rem));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.5rem));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 0.5rem);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0rem, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 0.375rem) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.25rem);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 0.25rem);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 0.25rem);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
@font-face {
	font-family: "lg";
	src: url("/assets/fonts/lg.woff2?io9a6k") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.lg-icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "lg" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-container {
	font-family:
		system-ui,
		-apple-system,
		"Segoe UI",
		Roboto,
		"Helvetica Neue",
		Arial,
		"Noto Sans",
		"Liberation Sans",
		sans-serif,
		"Apple Color Emoji",
		"Segoe UI Emoji",
		"Segoe UI Symbol",
		"Noto Color Emoji";
}

.lg-next,
.lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 0.125rem;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 1.375rem;
	margin-top: -0.625rem;
	padding: 0.5rem 0.625rem 0.5625rem;
	position: absolute;
	top: 50%;
	z-index: 1084;
	outline: none;
	border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
	opacity: 0 !important;
	cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
	color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
	display: none;
}

.lg-next {
	right: 1.25rem;
}
.lg-next:before {
	content: "\e095";
}

.lg-prev {
	left: 1.25rem;
}
.lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -1.875rem;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -1.875rem;
	}
	100% {
		left: 0;
	}
}
@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -1.875rem;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -1.875rem;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 1.875rem;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 1.875rem;
	}
	100% {
		left: 0;
	}
}
@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 1.875rem;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 1.875rem;
	}
	100% {
		left: 0;
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-media-overlap .lg-toolbar {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 1.5rem;
	height: 2.9375rem;
	line-height: 1.6875rem;
	padding: 0.625rem 0;
	text-align: center;
	width: 3.125rem;
	text-decoration: none !important;
	outline: medium none;
	will-change: color;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	background: none;
	border: none;
	box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
	font-size: 1.125rem;
}
.lg-toolbar .lg-icon:hover {
	color: #fff;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-maximize {
	font-size: 1.375rem;
}
.lg-toolbar .lg-maximize:after {
	content: "\e90a";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	color: #eee;
	font-size: 1rem;
	padding: 0.625rem 2.5rem;
	text-align: center;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: bold;
}
.lg-sub-html p {
	font-size: 0.75rem;
	margin: 0.3125rem 0 0;
}
.lg-sub-html a {
	color: inherit;
}
.lg-sub-html a:hover {
	text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.lg-error-msg {
	font-size: 0.875rem;
	color: #999;
}

.lg-counter {
	color: #999;
	display: inline-block;
	font-size: 1rem;
	padding-left: 1.25rem;
	padding-top: 0.75rem;
	height: 2.9375rem;
	vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
	opacity: 0;
	-webkit-transition:
		-webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
	-moz-transition:
		-moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
	-o-transition:
		-o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
	transition:
		transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
	opacity: 0;
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	will-change: transform, opacity;
	-webkit-transition:
		-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition:
		-moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition:
		-o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition:
		transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
	opacity: 1;
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
	color: #fff;
	border-radius: 0.1875rem;
	outline: 0.0625rem dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
	border-radius: 0.5rem;
	outline-offset: -0.3125rem;
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-container {
	display: none;
	outline: none;
}
.lg-container.lg-show {
	display: block;
}

.lg-on {
	scroll-behavior: unset;
}

.lg-overlay-open {
	overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition:
		-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition:
		-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition:
		-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition:
		transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
	opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
	opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-0.625rem, 0, 0);
	transform: translate3d(-0.625rem, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(0.625rem, 0, 0);
	transform: translate3d(0.625rem, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -0.625rem, 0);
	transform: translate3d(0, -0.625rem, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	-webkit-transform: translate3d(0, 1.25rem, 0);
	transform: translate3d(0, 1.25rem, 0);
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0.001;
	outline: none;
	will-change: auto;
	overflow: hidden;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
	opacity: 1;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.lg-outer .lg-inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	white-space: nowrap;
}
.lg-outer .lg-item {
	display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
	background: url("data:image/gif;base64,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") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	white-space: nowrap;
	font-size: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-object {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
	display: none;
}
.lg-outer.lg-hide-download .lg-download {
	opacity: 0.75;
	pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
	opacity: 1;
	transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.lg-outer .lg-media-cont .lg-object {
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	will-change: auto;
	-webkit-transition: opacity 333ms ease-in 0s;
	-o-transition: opacity 333ms ease-in 0s;
	transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition:
		-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-moz-transition:
		-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-o-transition:
		-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	transition:
		transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
}

.lg-container {
	display: none;
}
.lg-container.lg-show {
	display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
	position: absolute;
}
.lg-inline .lg-backdrop {
	z-index: 1;
}
.lg-inline .lg-outer {
	z-index: 2;
}
.lg-inline .lg-maximize:after {
	content: "\e909";
}

.lg-components {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	-webkit-transition: -webkit-transform 0.35s ease-out 0s;
	-moz-transition: -moz-transform 0.35s ease-out 0s;
	-o-transition: -o-transform 0.35s ease-out 0s;
	transition: transform 0.35s ease-out 0s;
	z-index: 1080;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
/* Generated by vite-plugin-svg-spritemap */
.documentation {
  display: grid;
  align-content: flex-start;
  justify-items: flex-start;
  row-gap: 1rem;
}
.documentation__item {
  display: inline-flex;
  align-items: center;
  min-height: 3.125rem;
  gap: 1.25rem;
  background-color: #ededed;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.documentation__icon {
  min-height: 3.125rem;
  flex: 0 0 3.125rem;
  background-color: #feed02;
  display: flex;
  justify-content: center;
  align-items: center;
}
.documentation__icon svg.icon {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  fill: #000;
}
.documentation svg {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  fill: #6f6f6f;
}
.documentation__caption {
  display: block;
}/* Generated by vite-plugin-svg-spritemap */
.copy-item {
  display: inline-flex;
  position: relative;
}
.copy-item__button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.4285714286;
  color: rgba(0, 0, 0, 0.4);
}
.copy-item__button svg {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.copy-item__tooltip {
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  white-space: nowrap;
}/* Generated by vite-plugin-svg-spritemap */
.single-products__main {
  display: grid;
  min-width: 0;
  row-gap: 1.25rem;
}
.single-products__main:not(:last-child) {
  margin-bottom: 2.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06);
}
.single-products__gallery {
  min-width: 0;
}
.single-products__info {
  display: flex;
  flex-direction: column;
}
.single-products__info > *:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06);
}
.single-products__heading {
  display: grid;
  align-content: flex-start;
}
.single-products__top {
  display: none;
}
.single-products__title {
  font-weight: 500;
}
.single-products__title {
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.single-products__body {
  display: grid;
  align-content: flex-start;
}
.single-products__price {
  font-weight: 700;
}
.single-products__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.single-products__actions svg {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.single-products__cart {
  flex: 1;
}
.single-products__cart .btn {
  width: 100%;
}
.single-products__wishlist .btn {
  padding-inline: 0.9375rem;
}
.single-products__buy {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #6f6f6f;
  text-transform: uppercase;
}
.single-products__footer {
  flex: 1;
  display: grid;
  align-content: space-between;
}
.single-products__about .single-products__text._content {
  line-height: 1.4285714286 !important;
}
.single-products__about .single-products__text._content p {
  color: rgba(0, 0, 0, 0.4) !important;
}
.single-products__about .single-products__text._content p strong {
  color: #000;
}
.single-products__text._content {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
.single-products__text._content p {
  color: rgba(0, 0, 0, 0.6);
}
.single-products__text._content h3 {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}
.single-products__text._content table {
  width: 100%;
  border-collapse: collapse;
}
.single-products__text._content tbody tr:first-child td {
  padding-top: 0;
}
.single-products__text._content tbody td {
  border-bottom: 0.0625rem solid #e2e2e2;
  padding-block: 0.5rem;
}
.single-products__text._content tbody td:not(:last-child) {
  padding-right: 0.75rem;
}
.single-products__text._content tbody td:last-child {
  text-align: right;
}
.single-products__text._content ul {
  padding-left: 1.25rem;
}
.single-products__text._content li {
  list-style-type: disc;
}
.single-products__more {
  font-size: 0.875rem;
  color: #4d9aff;
  line-height: 1.4285714286;
}
.single-products__more:not(:first-child) {
  margin-top: 0.5rem;
}
.single-products__nav ul {
  display: grid;
  align-content: flex-start;
  row-gap: 0.5rem;
}
.single-products__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem;
  min-height: 3.625rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  background-color: rgba(237, 237, 237, 0.3);
}
.single-products__details {
  max-width: 48.75rem;
  display: grid;
  align-content: flex-start;
  row-gap: 3.4375rem;
}

.product-gallery {
  display: flex;
  gap: 1rem;
}
.product-gallery .swiper-button {
  position: absolute;
  z-index: 2;
}
.product-gallery__thumbs {
  position: relative;
}
.product-gallery__thumbs .swiper-button {
  transition: 0.3s ease opacity 0s;
}
.product-gallery__thumbs .swiper-button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.product-gallery__thumbs .swiper-button::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 237, 2, 0.3);
  filter: blur(0.0625rem);
  transition: 0.3s ease background-color 0s;
}
.product-gallery__thumbs .swiper-button svg {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.product-gallery__thumbs .product-gallery__slide {
  border: 0.0625rem solid transparent;
  cursor: pointer;
  transition: 0.3s ease border-color 0s;
}
.product-gallery__thumbs .product-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery__thumbs .product-gallery__slide.swiper-slide-thumb-active {
  border-color: rgba(0, 0, 0, 0.4);
}
.product-gallery__main {
  position: relative;
}
.product-gallery__main .swiper-button {
  display: none;
}
.product-gallery__main .swiper-button--prev {
  left: 1rem;
  transform: rotate(180deg) translateY(50%);
}
.product-gallery__main .swiper-button--next {
  right: 1rem;
  transform: translateY(-50%);
}
.product-gallery__main img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.product-gallery__main .product-card__label {
  position: absolute;
  left: 0;
  top: 0;
  padding-inline: 1rem;
  min-height: 1.5rem;
}/* Generated by vite-plugin-svg-spritemap */
.hero {
  min-height: calc(100svh - var(--header-height));
  display: flex;
  flex-direction: column;
}
.hero__slider {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.hero__slider .swiper__arrows {
  position: absolute;
}
.hero__slider .swiper__arrows {
  right: 35.875rem;
}
.hero__wrapper {
  flex: 1;
}
.hero__slide {
  position: relative;
}
.hero__container {
  height: 100%;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.hero__grid {
  height: 100%;
}
.hero__grid {
  row-gap: 1.5rem;
  display: flex;
  flex-direction: column;
}
.hero__gallery {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.25rem;
}
.hero__img {
  overflow: hidden;
}
.hero__img:nth-child(1) {
  flex: 0 0 17.125rem;
}
.hero__img:nth-child(2) {
  flex: 0 0 11.25rem;
}
.hero__main {
  position: relative;
  gap: 1rem;
}
.hero__info {
  display: grid;
  align-content: flex-start;
  row-gap: 0.5rem;
  max-width: 34.6875rem;
}
.hero__title {
  font-weight: 900;
}
.hero__title {
  line-height: 1.0454545455;
  text-transform: uppercase;
}
.hero__subtitle {
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
.hero__button .btn--xl {
  gap: 0;
}/* Generated by vite-plugin-svg-spritemap */
.features__item {
  display: flex;
  align-items: center;
  border: 0.0625rem solid #e2e2e2;
  height: 100%;
}
.features__icon {
  flex: 0 0 6.6875rem;
}
.features__icon {
  background-color: #0f1a2b;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 0.5rem;
}
.features__body {
  padding-block: 0.5rem;
  display: grid;
  align-content: flex-start;
  align-items: center;
  row-gap: 0.5rem;
}
.features__caption {
  font-weight: 600;
}
.features__caption {
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
}
.features__text {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.sidebar .breadcrumbs:not(:last-child) {
  margin-bottom: 1.5rem;
}
.sidebar__list {
  margin-inline: -1.5rem;
}
.sidebar .menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.25rem;
  margin: 0;
}
.sidebar .menu__link {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.3s ease background-color 0s;
}
.sidebar .menu__link .icon {
  transform: rotate(-90deg);
}
.sidebar .menu__link.menu__link--active {
  background-color: #feed02;
}
.sidebar .select {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sidebar .select__title {
  border: 0.0625rem solid #000;
  padding-inline: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.sidebar .select__value {
  height: 3.25rem;
}
.sidebar .select__content {
  padding-left: 0;
}
.sidebar .select__options {
  top: calc(100% + 0.625rem);
  border: 0.0625rem solid #000;
}
.sidebar .select__option {
  padding: 0.625rem 1.5rem;
}/* Generated by vite-plugin-svg-spritemap */
.inner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  flex: 1;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.promocode__wrapper {
  padding-block: 1.875rem;
  padding-inline: 1.625rem;
}
.promocode__wrapper {
  background-color: rgba(237, 237, 237, 0.3);
  border: 0.0625rem solid #e2e2e2;
}
.promocode__label:not(:last-child) {
  margin-bottom: 0.75rem;
}
.promocode__row {
  display: flex;
}
.promocode__row .input {
  padding: 0.625rem 1rem;
  min-height: 3rem;
}
.activated-promo,
.default-promo {
  display: none;
}
.activated-promo.active,
.default-promo.active {
  display: block;
}/* Generated by vite-plugin-svg-spritemap */
.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  list-style: none;
  padding: 0.3125rem;
  margin: -0.3125rem;
  padding-right: 1.5625rem;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
.--spoller-init .spollers__title {
  cursor: pointer;
}
.--spoller-init .spollers__title::before, .--spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 0.1875rem;
  top: 50%;
  background-color: #000;
  height: 0.125rem;
  width: 0.5625rem;
  transition: transform 0.5s ease 0s;
}
.--spoller-init .spollers__title::before {
  transform: translate(-75%, -50%) rotate(40deg);
}
.--spoller-init .spollers__title::after {
  transform: translate(0, -50%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::before {
  transform: translateX(-75%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::after {
  transform: rotate(40deg);
}
.spollers__body {
  margin-top: 1.5rem;
}/* Generated by vite-plugin-svg-spritemap */
.checkbox--row {
  display: flex;
  column-gap: 3rem;
}

.checkbox {
  display: inline-block;
  position: relative;
}
.checkbox:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:focus-visible + .checkbox__text {
  outline: 0.0625rem solid #000;
}
.checkbox__input:checked + .checkbox__text::before {
  background-color: #000;
}
.checkbox__input:checked + .checkbox__text::after {
  opacity: 1;
}
.checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
}
.checkbox__text:before {
  content: "";
  border-radius: 0.1875rem;
  align-self: flex-start;
  flex: 0 0 0.9375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid #acacac;
  background-color: #fff;
}
.checkbox__text::after {
  content: "";
  width: 0.5625rem;
  height: 0.4375rem;
  position: absolute;
  left: 0.1875rem;
  top: 0.25rem;
  background: url(/assets/img/icons/check.svg) no-repeat center/contain;
  opacity: 0;
  transition: 0.3s ease opacity 0s;
}/* Generated by vite-plugin-svg-spritemap */
.cart-section .popup-cart__back {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: #3b8de8;
}
.cart-section .popup-cart__back .icon {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  fill: #3b8de8;
  transform: rotate(90deg);
}
.cart-section__title {
  font-size: 2.125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cart-section__title span {
  color: #e2e2e2;
}
.cart-section__grid,
.cart-section #bx-soa-order {
  display: grid;
}
.cart-section__items {
  display: grid;
  align-content: flex-start;
}
.cart-sidebar__wrapper {
  position: sticky;
  top: calc(var(--header-height) + 0.625rem);
  display: grid;
  align-content: flex-start;
  row-gap: 1rem;
}
.cart-sidebar__caption {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  text-transform: uppercase;
}
.cart-total__wrapper {
  padding: 1.625rem;
}
.cart-total__wrapper {
  background-color: rgba(237, 237, 237, 0.3);
  border: 0.0625rem solid #e2e2e2;
  display: grid;
  align-content: flex-start;
  row-gap: 2.25rem;
}
.cart-total__price .price {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1.0714285714;
  letter-spacing: 0;
  display: grid;
  align-content: flex-start;
  row-gap: 0.25rem;
}
.cart-total__price .price__old {
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
.cart-total__button .btn {
  width: 100%;
}/* Generated by vite-plugin-svg-spritemap */
.checkout__order {
  padding: 1.25rem 1.5rem;
  background-color: rgba(237, 237, 237, 0.3);
  border: 0.0625rem solid #e2e2e2;
}
.checkout__order .spollers__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}
.checkout__order .cart-section__items {
  row-gap: 0.5rem;
}
.checkout ._content {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #6f6f6f;
}

#bx-soa-order [class*=col-] {
  max-width: 100%;
  padding: initial;
}

.order-prop__hidden,
.quick-locations {
  display: none;
}

.bx-soa-customer {
  display: grid;
  gap: 1.625rem 0.75rem;
}

.notify__text:not(:last-child) {
  margin-bottom: 1rem;
}

.bx-soa-custom-label {
  margin-bottom: 0.5rem;
}

.bx-soa-section-title-container:not(:last-child) {
  margin-bottom: 1rem;
}

.bx-soa-section-heading {
  display: grid;
  align-content: flex-start;
  row-gap: 0.5rem;
  max-width: 26.75rem;
}

.bx-soa-section-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
}

.bx-ui-sls-container {
  position: relative;
  height: 3rem;
}

.bx-sls:not(:last-child) {
  margin-bottom: 1rem;
}

.bx-sls .dropdown-block .bx-ui-sls-fake,
.bx-sls .dropdown-block input {
  font-size: 0.875rem;
  font-family: inherit;
}

.bx-ui-sls-input-block {
  position: relative;
}

.bx-ui-sls-clear {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.bx-ui-sls-clear svg {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  fill: #ededed;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  overflow: hidden;
}
#bx-soa-delivery .bx-soa-pp-item-container {
  grid-template-columns: repeat(2, 1fr);
}
#bx-soa-delivery .bx-soa-pp-company-graf-container {
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fafafa;
  border: 0.0625rem solid #fafafa;
}
#bx-soa-delivery .bx-soa-pp-company-image {
  flex: 0 0 5.625rem;
  width: 5.625rem;
  height: 5.625rem;
}
#bx-soa-delivery .bx-selected .bx-soa-pp-company-graf-container {
  border-color: #000;
}

.bx-soa-pp {
  display: grid;
  align-content: flex-start;
  gap: 1.25rem;
}

.bx-soa-pp-item-container {
  display: grid;
  gap: 2.5rem 1.25rem;
}

.bx-soa-pp-company-graf-container::before, .bx-soa-pp-company-graf-container::after {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
}
.bx-soa-pp-company-graf-container::before {
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.125rem solid #acacac;
  background-color: #fff;
  background-color: #fff;
}
.bx-soa-pp-company-graf-container::after {
  width: 0.5625rem;
  height: 0.4375rem;
  background: url(/assets/img/icons/check.svg) no-repeat center/contain;
  opacity: 0;
  transform: translate(0.1875rem, 0.25rem);
}
.bx-selected .bx-soa-pp-company-graf-container::before {
  border-color: #000;
  background-color: #000;
}
.bx-selected .bx-soa-pp-company-graf-container::after {
  opacity: 1;
}
.bx-soa-pp-company-graf-container:not(:last-child) {
  margin-bottom: 0.5rem;
}
.bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.bx-soa-pp-company-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#bx-soa-delivery .bx-soa-pp-company-item .bx-soa-pp-delivery-period,
#bx-soa-delivery .bx-soa-pp-company-item .bx-soa-pp-list-termin,
#bx-soa-delivery .bx-soa-pp-company-item .bx-soa-pp-list-description,
#bx-soa-delivery .bx-soa-pp-company-item .bx-soa-pp-company-description {
  display: none;
}

.bx-soa-pp-desc-container .bx-soa-pp-company {
  display: flex;
  flex-direction: column;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  min-height: 12.625rem;
}
.bx-soa-pp-desc-container .bx-soa-pp-company {
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bx-soa-pp-desc-container .bx-soa-pp-company-logo {
  display: none;
}

.bx-soa-pp-company-subTitle {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625;
}

.bx-soa-pp-company-block {
  flex: 1;
}
.bx-soa-pp-company-block:not(:last-child) {
  margin-bottom: 1rem;
}

.bx-soa-pp-company-desc {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #acacac;
}

.bx-soa-pp-list {
  display: flex;
  align-items: flex-start;
  margin: -1rem;
}
.bx-soa-pp-list li {
  padding: 1rem;
  display: grid;
  align-content: flex-start;
  row-gap: 0.25rem;
}

.bx-soa-pp-list-termin {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

.bx-soa-pp-list-description {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}

#IPOLSDEK_injectHere {
  margin-block: 0.75rem;
}
#IPOLSDEK_injectHere .btn-primary {
  background: none !important;
}
#IPOLSDEK_injectHere a {
  padding: 0;
  color: #3b8de8;
  text-decoration: underline from-font;
  text-underline-offset: 0.1875rem;
  transition: 0.3s ease text-decoration 0s;
}

.bx-soa-customer-label {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

#bx-soa-delivery-properties .bx-soa-customer:not(:last-child) {
  margin-bottom: 1.25rem;
}

#bx-soa-paysystem .bx-soa-pp-item-container {
  grid-template-columns: repeat(2, 1fr);
}
#bx-soa-paysystem .bx-soa-pp-company {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fafafa;
  border: 0.0625rem solid #fafafa;
  padding: 1rem;
}
#bx-soa-paysystem .bx-soa-pp-company.bx-selected {
  border-color: #000;
}
#bx-soa-paysystem .bx-soa-pp-company.order-payment__credit {
  grid-column: span 2;
}
#bx-soa-paysystem .bx-soa-pp-company-graf-container {
  flex: 1;
}
#bx-soa-paysystem .bx-soa-pp-company-graf-container::before, #bx-soa-paysystem .bx-soa-pp-company-graf-container::after {
  left: initial;
  right: 1.25rem;
}
#bx-soa-paysystem .bx-soa-pp-company-graf-container::after {
  transform: translate(-0.1875rem, 0.25rem);
}
#bx-soa-paysystem .bx-soa-pp-company-image {
  flex: 0 0 2.875rem;
  width: 2.875rem;
  height: 2.875rem;
}
#bx-soa-paysystem .bx-soa-pp-company-smalltitle {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}

.installment-card {
  height: 100%;
}
.installment-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  pointer-events: none;
}
.installment-card__wrapper {
  height: 100%;
  position: relative;
  display: grid;
  align-content: space-between;
  row-gap: 0.5rem;
}
.installment-card__company {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.installment-card__logo {
  max-width: 2.9375rem;
}
.installment-card__button .btn {
  min-height: 2.5rem;
  background-color: #feed02;
}

#bx-soa-basket,
#bx-soa-orderSave,
#bx-soa-paysystem .alert {
  display: none;
}

.bx-soa--total__inner {
  display: grid;
  align-content: flex-start;
  row-gap: 1rem;
}

#bx-soa-total .cart-total__items {
  display: grid;
  align-content: flex-start;
  row-gap: 1rem;
}
#bx-soa-total .cart-total__items:not(:last-child) {
  padding-bottom: 2.25rem;
  border-bottom: 0.0625rem solid #e2e2e2;
}
#bx-soa-total .bx-soa-cart-total-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  text-transform: uppercase;
}/* Generated by vite-plugin-svg-spritemap */
.quantity {
  height: 1.75rem;
  display: flex;
  border-bottom: 0.0625rem solid #acacac;
}
.quantity__button {
  flex: 0 0 1.5rem;
}
.quantity__button {
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0rem 0rem 0rem -0.28125rem;
  background-color: #000;
}
.quantity__button::before, .quantity__button::after {
  height: 0.0625rem;
}
.quantity__button--plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  width: 100%;
  font-weight: 500;
}
.quantity__input input {
  line-height: 1.3333333333;
  text-align: center;
  color: #000;
}/* Generated by vite-plugin-svg-spritemap */@media (max-width: 88.25em){
  .hero__slider .swiper__arrows {
    right: 6.25e-8rem;
  }
}@media (max-width: 80em){
  .single-products__main {
    align-items: flex-start;
  }
}@media (max-width: 62em){
  .features__items {
    margin: -0.375rem;
  }
  .features__items [class^=col-] {
    padding: 0.375rem;
  }
  .features__body {
    padding-inline: 0.5rem;
  }
}@media (max-width: 61.99875em){
  .cart-item_basket {
    padding-block: 1.25rem;
    border-top: 0.0625rem solid #e2e2e2;
  }
  .product-gallery {
    flex-direction: column-reverse;
  }
  .product-gallery__thumbs .swiper-button {
    top: 0;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .product-gallery__thumbs .swiper-button--prev {
    left: 0;
  }
  .product-gallery__thumbs .swiper-button--next {
    right: 0;
  }
  .product-gallery__main {
    padding-bottom: 1.25rem;
  }
}@media (max-width: 48em){
  .header-catalog__nav {
    flex-basis: 15.625rem;
  }
  .header-catalog__title {
    padding-inline: 0.75rem;
  }
  .header-catalog__link::before {
    left: -0.5rem;
  }
  .header__right {
    column-gap: 1rem;
  }
  .swiper__arrows {
    column-gap: 0.75rem;
  }
  .single-products__info > *:not(:last-child) {
    padding-bottom: 1.5rem;
  }
  .single-products__info > *:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .single-products__heading {
    row-gap: 1.5rem;
  }
  .single-products__body {
    row-gap: 1.5rem;
  }
  .single-products__footer {
    row-gap: 1.5rem;
  }
  .sidebar__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .sidebar__list {
    margin-inline: -1rem;
  }
  .sidebar .menu__link {
    padding-inline: 0.75rem;
  }
  .page--delivery {
    padding-top: 1.25rem;
  }
}@media (max-height: 48em){
  .hero__slider .swiper__arrows {
    top: 1.5rem;
  }
  .hero__grid {
    padding-block: 1.5rem;
  }
}@media (max-width: 47.99875em) and (min-width: 88.25em){
  .menu__body {
    padding-top: 4.9375rem;
  }
  .menu__body::before {
    height: 4.9375rem;
  }
}@media (max-width: 47.99875em) and (max-width: 22.5em){
  .menu__body {
    padding-top: 4.625rem;
  }
  .menu__body::before {
    height: 4.625rem;
  }
  .icon-menu span {
    width: 1rem;
  }
  .icon-menu span {
    height: 0.4375rem;
  }
  .search__heading {
    top: 0.71875rem;
  }
}@media (max-width: 47.99875em) and (any-hover: none){
  .icon-menu span {
    cursor: default;
  }
}@media (max-width: 47.99875em){
  .menu__body {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding-bottom: 1.875rem;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: "";
    background-color: #fff;
    position: fixed;
    width: 100%;
    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;
    padding: 0.625rem;
    margin: -0.625rem;
  }
  .icon-menu span {
    display: block;
    position: relative;
    z-index: 5;
  }
  .icon-menu span::before, .icon-menu span::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu span::before {
    top: 0;
  }
  .icon-menu span::after {
    bottom: 0;
  }
  [data-fls-menu-open] .icon-menu span::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu span::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .header-catalog__toggle {
    width: 100%;
    gap: 0;
  }
  .header-catalog__toggle::after {
    content: "";
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.81 7.149a.56.56 0 0 1 .791-.088L9 9.78l3.399-2.72a.563.563 0 0 1 .702.88l-3.75 3a.56.56 0 0 1-.702 0l-3.75-3a.56.56 0 0 1-.088-.791'/%3e%3c/svg%3e") center no-repeat;
    transform: rotate(-90deg);
  }
  .header-catalog__burger {
    display: none;
  }
  .header-catalog__wrapper .header-catalog__toggle.menu__link,
  .header-catalog__wrapper .header-catalog__close.menu__link {
    padding-inline: 0.25rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1875;
    text-transform: none;
    letter-spacing: 0;
  }
  .header-catalog__wrapper .header-catalog__toggle.menu__link::after,
  .header-catalog__wrapper .header-catalog__close.menu__link::after {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(90deg);
  }
  .header-catalog__body {
    position: fixed;
    z-index: 150;
    left: 0;
    top: var(--header-height);
    width: 100%;
    height: calc(100svh - var(--header-height));
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease opacity, 0.3s visibility 0s;
  }
  ._catalog-active .header-catalog__body {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header-catalog__caption::after {
    content: "";
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.81 7.149a.56.56 0 0 1 .791-.088L9 9.78l3.399-2.72a.563.563 0 0 1 .702.88l-3.75 3a.56.56 0 0 1-.702 0l-3.75-3a.56.56 0 0 1-.088-.791'/%3e%3c/svg%3e") center no-repeat;
    transform: rotate(-90deg);
  }
  .header-catalog__link {
    padding: 0.3125rem 0.75rem;
    margin: -0.3125rem 0;
  }
  .header-catalog__block {
    display: none;
  }
  .header__menu .menu__list {
    border-top: 0.0625rem solid rgba(111, 111, 111, 0.1);
    padding-inline: 0.75rem;
  }
  .header__menu .menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4.25rem;
  }
  .header__center {
    flex: 1;
  }
  .header__contacts {
    margin-top: 1.5rem;
    padding-inline: 0.75rem;
  }
  .footer__top {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 1.5rem;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
  }
  .footer__menu .menu__list {
    display: grid;
    align-content: flex-start;
    row-gap: 1rem;
  }
  .footer__bottom {
    display: grid;
    align-content: flex-start;
    row-gap: 0.25rem;
    text-align: center;
  }
  .search__heading {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
  }
  .contacts__item {
    font-size: 1rem;
  }
  .widget-products__title {
    font-size: 1.5rem;
  }
  .hero__main {
    display: grid;
  }
  .hero__main {
    padding: 0.75rem 0.75rem 1.5rem;
    margin: -0.75rem -0.75rem -1.5rem;
  }
  .hero__main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(254, 237, 2, 0.4);
    filter: blur(0.1875rem);
    z-index: -1;
  }
  .sidebar__title {
    font-size: 2.125rem;
  }
  #bx-soa-delivery .bx-soa-pp-company-graf-container {
    min-height: 9.375rem;
  }
  .bx-soa-pp-item-container {
    row-gap: 1.25rem;
  }
  #bx-soa-paysystem .bx-soa-pp-company:not(.order-payment__credit) {
    min-height: 9.375rem;
  }
  #bx-soa-paysystem .bx-soa-pp-company.order-payment__credit {
    min-height: 11.25rem;
  }
}@media (max-width: 35.9375em){
  .bx-soa-pp-item-container {
    column-gap: 0.75rem;
  }
}@media (max-width: 35.93625em){
  .search__submit {
    display: none !important;
  }
  .taxonomy-type__breadcrumbs {
    padding-block: 1rem;
    padding-inline: 0.75rem;
  }
  .product-gallery__thumbs .swiper-button {
    display: none;
  }
  .hero__slider .swiper__arrows {
    top: 0.5rem;
  }
  .hero__grid {
    padding-top: 2rem;
  }
}@media (max-width: 29.99875em){
  .widget-products__heading .swiper__arrows {
    display: none;
  }
  .widget-products__slider {
    padding-bottom: 1.5rem;
  }
  .widget-products__slider .swiper-pagination {
    display: block;
  }
  .single-products__buy {
    flex: 0 0 100%;
    text-align: center;
  }
  .product-gallery {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .product-gallery__thumbs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .cart-section__title {
    justify-content: space-between;
  }
}@media (max-width: 22.5em){
  body {
    font-size: 0.75rem;
  }
  h1, h2,
  .title-h1,
  .title-h2 {
    font-size: 1.125rem;
  }
  ._content {
    font-size: 0.875rem;
  }
  ._content > * {
    margin-block: 1.25rem;
  }
  ._content h1,
  ._content h2,
  ._content h3 {
    margin-block: 1.25rem;
  }
  .price {
    font-size: 1.125rem;
  }
  .price__old {
    font-size: 0.875rem;
  }
  .header__container {
    min-height: 4.625rem;
  }
  .header__logo {
    max-width: 10.3125rem;
  }
  .header__actions {
    column-gap: 1.625rem;
  }
  .search__container {
    padding-block: 1.5rem;
  }
  .form__row,
  ._row {
    margin: -0.375rem;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding: 0.375rem;
  }
  .cart-item_basket {
    gap: 0.5rem;
  }
  .cart-item_basket .cart-item__image {
    flex-basis: 3.125rem;
  }
  .cart-item_basket .cart-item__name {
    font-size: 0.75rem;
  }
  .cart-item_basket .cart-item__code {
    font-size: 0.625rem;
  }
  .cart-item_basket .cart-item__quantity {
    flex-basis: 2.9375rem;
  }
  .cart-item_basket .cart-item__price {
    flex-basis: 3.75rem;
  }
  .cart-item_basket .price {
    font-size: 0.75rem;
  }
  .product-card__label {
    min-height: 1.125rem;
  }
  .product-card__label {
    padding-inline: 0.25rem;
  }
  .product-card__body:not(:last-child) {
    margin-bottom: 1rem;
  }
  .product-card__caption {
    font-size: 0.875rem;
  }
  .product-card__excerpt {
    font-size: 0.75rem;
  }
  .taxonomy-type {
    padding-bottom: 2.5rem;
  }
  .taxonomy-type__heading {
    padding-top: 1rem;
  }
  .taxonomy-type__heading {
    padding-bottom: 2rem;
  }
  .taxonomy-type__items {
    margin-inline: -0.375rem;
  }
  .taxonomy-type__items [class^=col-] {
    padding-inline: 0.375rem;
  }
  .archive-banner__container {
    min-height: 8.375rem;
  }
  .archive-banner__icon {
    max-width: 1rem;
  }
  .widget-products {
    padding-bottom: 2.5rem;
  }
  .widget-products__heading:not(:last-child) {
    margin-bottom: 1rem;
  }
  .single-products {
    padding-bottom: 2.5rem;
  }
  .single-products .breadcrumbs {
    padding-block: 1rem;
  }
  .single-products__main:not(:last-child) {
    padding-bottom: 2rem;
  }
  .single-products__title {
    font-size: 1.5rem;
  }
  .single-products__price {
    font-size: 1.75rem;
  }
  .hero__gallery {
    gap: 0.5rem;
  }
  .hero__img:nth-child(1) {
    flex-basis: 6.25rem;
  }
  .hero__img:nth-child(2) {
    flex-basis: 5rem;
  }
  .hero__title {
    font-size: 1.125rem;
  }
  .hero__button .btn--xl {
    min-height: 2.5rem;
  }
  .features {
    padding-block: 1rem;
  }
  .features__icon {
    flex-basis: 3.75rem;
  }
  .features__caption {
    font-size: 0.875rem;
  }
  .page--delivery {
    padding-bottom: 2.25rem;
  }
  .cart-section {
    padding-bottom: 1rem;
  }
  .cart-section__back {
    padding-block: 1rem;
  }
  .cart-section__heading:not(:last-child) {
    margin-bottom: 1rem;
  }
  .cart-section__grid,
  .cart-section #bx-soa-order {
    row-gap: 1rem;
  }
  .checkout__heading:not(:last-child) {
    margin-bottom: 2.25rem;
  }
  .bx-active:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .quantity {
    width: 2.9375rem;
  }
  .quantity__button {
    flex-basis: 0.75rem;
  }
  .quantity__button::before, .quantity__button::after {
    width: 0.4375rem;
  }
  .quantity__input input {
    font-size: 0.875rem;
  }
}@media (max-width: 47.99875em) and (min-width: 22.5em) and (max-width: 88.25em){
  .menu__body {
    padding-top: clamp( 4.625rem , 4.5180608365rem  +  0.4752851711vw , 4.9375rem );
  }
  .menu__body::before {
    height: clamp( 4.625rem , 4.5180608365rem  +  0.4752851711vw , 4.9375rem );
  }
}@media (max-width: 47.99875em) and (min-width: 22.5em) and (max-width: 48em){
  .icon-menu span {
    width: clamp( 1rem , 0.5588235294125rem  +  1.9607843137vw , 1.5rem );
  }
  .icon-menu span {
    height: clamp( 0.4375rem , 0.27205882353125rem  +  0.7352941176vw , 0.625rem );
  }
  .search__heading {
    top: clamp( 0.71875rem , 0.55330882353125rem  +  0.7352941176vw , 0.90625rem );
  }
}@media (min-width: 22.5em) and (max-width: 88.25em){
  body {
    font-size: clamp( 0.75rem , 0.7072243346rem  +  0.1901140684vw , 0.875rem );
  }
  h1, h2,
  .title-h1,
  .title-h2 {
    font-size: clamp( 1.125rem , 0.78279467680625rem  +  1.5209125475vw , 2.125rem );
  }
  ._content {
    font-size: clamp( 0.875rem , 0.8322243346rem  +  0.1901140684vw , 1rem );
  }
  ._content > * {
    margin-block: clamp( 1.25rem , 1.1644486692rem  +  0.3802281369vw , 1.5rem );
  }
  ._content h1,
  ._content h2,
  ._content h3 {
    margin-block: clamp( 1.25rem , 1.1644486692rem  +  0.3802281369vw , 1.5rem );
  }
  .price {
    font-size: clamp( 1.125rem , 0.91112167300625rem  +  0.9505703422vw , 1.75rem );
  }
  .price__old {
    font-size: clamp( 0.875rem , 0.7466730038rem  +  0.5703422053vw , 1.25rem );
  }
  .header__container {
    min-height: clamp( 4.625rem , 4.5180608365rem  +  0.4752851711vw , 4.9375rem );
  }
  .search__container {
    padding-block: clamp( 1.5rem , 1.3716730038rem  +  0.5703422053vw , 1.875rem );
  }
  .form__row,
  ._row {
    margin: clamp( -0.625rem , -0.2894486692rem  +  -0.3802281369vw , -0.375rem );
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding: clamp( 0.375rem , 0.2894486692rem  +  0.3802281369vw , 0.625rem );
  }
  .cart-item_basket .cart-item__name {
    font-size: clamp( 0.75rem , 0.6216730038rem  +  0.5703422053vw , 1.125rem );
  }
  .cart-item_basket .cart-item__code {
    font-size: clamp( 0.625rem , 0.5394486692rem  +  0.3802281369vw , 0.875rem );
  }
  .cart-item_basket .cart-item__quantity {
    flex-basis: clamp( 2.9375rem , 1.91088403041875rem  +  4.5627376426vw , 5.9375rem );
  }
  .cart-item_basket .cart-item__price {
    flex-basis: clamp( 3.75rem , 2.295627376425rem  +  6.463878327vw , 8rem );
  }
  .cart-item_basket .price {
    font-size: clamp( 0.75rem , 0.53612167300625rem  +  0.9505703422vw , 1.375rem );
  }
  .product-card__label {
    min-height: clamp( 1.125rem , 0.9966730038rem  +  0.5703422053vw , 1.5rem );
  }
  .product-card__label {
    padding-inline: clamp( 0.25rem , -0.00665399239375rem  +  1.1406844106vw , 1rem );
  }
  .product-card__body:not(:last-child) {
    margin-bottom: clamp( 1rem , 0.57224334600625rem  +  1.9011406844vw , 2.25rem );
  }
  .product-card__caption {
    font-size: clamp( 0.875rem , 0.7894486692rem  +  0.3802281369vw , 1.125rem );
  }
  .product-card__excerpt {
    font-size: clamp( 0.75rem , 0.7072243346rem  +  0.1901140684vw , 0.875rem );
  }
  .taxonomy-type {
    padding-bottom: clamp( 2.5rem , 1.98669201520625rem  +  2.2813688213vw , 4rem );
  }
  .taxonomy-type__heading {
    padding-top: clamp( 1rem , 0.57224334600625rem  +  1.9011406844vw , 2.25rem );
  }
  .taxonomy-type__heading {
    padding-bottom: clamp( 2rem , 1.65779467680625rem  +  1.5209125475vw , 3rem );
  }
  .taxonomy-type__items {
    margin-inline: clamp( -0.75rem , -0.2466730038rem  +  -0.5703422053vw , -0.375rem );
  }
  .taxonomy-type__items [class^=col-] {
    padding-inline: clamp( 0.375rem , 0.2466730038rem  +  0.5703422053vw , 0.75rem );
  }
  .archive-banner__container {
    min-height: clamp( 8.375rem , 5.89401140684375rem  +  11.0266159696vw , 15.625rem );
  }
  .archive-banner__icon {
    max-width: clamp( 1rem , 0.65779467680625rem  +  1.5209125475vw , 2rem );
  }
  .widget-products {
    padding-bottom: clamp( 2.5rem , 1.98669201520625rem  +  2.2813688213vw , 4rem );
  }
  .widget-products__heading:not(:last-child) {
    margin-bottom: clamp( 1rem , 0.4011406844125rem  +  2.6615969582vw , 2.75rem );
  }
  .single-products {
    padding-bottom: clamp( 2.5rem , 2.15779467680625rem  +  1.5209125475vw , 3.5rem );
  }
  .single-products .breadcrumbs {
    padding-block: clamp( 1rem , 0.8288973384rem  +  0.7604562738vw , 1.5rem );
  }
  .single-products__main:not(:last-child) {
    padding-bottom: clamp( 2rem , 1.3155893536125rem  +  3.0418250951vw , 4rem );
  }
  .single-products__title {
    font-size: clamp( 1.5rem , 1.3716730038rem  +  0.5703422053vw , 1.875rem );
  }
  .single-products__price {
    font-size: clamp( 1.75rem , 1.6644486692rem  +  0.3802281369vw , 2rem );
  }
  .hero__gallery {
    gap: clamp( 0.5rem , -0.0988593155875rem  +  2.6615969582vw , 2.25rem );
  }
  .features__caption {
    font-size: clamp( 0.875rem , 0.7894486692rem  +  0.3802281369vw , 1.125rem );
  }
  .page--delivery {
    padding-bottom: clamp( 2.25rem , 0.881178707225rem  +  6.0836501901vw , 6.25rem );
  }
  .cart-section {
    padding-bottom: clamp( 1rem , 0.57224334600625rem  +  1.9011406844vw , 2.25rem );
  }
  .cart-section__back {
    padding-block: clamp( 1rem , 0.74334600760625rem  +  1.1406844106vw , 1.75rem );
  }
  .cart-section__heading:not(:last-child) {
    margin-bottom: clamp( 1rem , 0.4011406844125rem  +  2.6615969582vw , 2.75rem );
  }
  .checkout__heading:not(:last-child) {
    margin-bottom: clamp( 2.25rem , 2.0788973384rem  +  0.7604562738vw , 2.75rem );
  }
  .bx-active:not(:last-child) {
    margin-bottom: clamp( 2.5rem , 2.15779467680625rem  +  1.5209125475vw , 3.5rem );
  }
  .quantity {
    width: clamp( 2.9375rem , 2.3386406844125rem  +  2.6615969582vw , 4.6875rem );
  }
  .quantity__button {
    flex-basis: clamp( 0.75rem , 0.49334600760625rem  +  1.1406844106vw , 1.5rem );
  }
  .quantity__button::before, .quantity__button::after {
    width: clamp( 0.4375rem , 0.3091730038rem  +  0.5703422053vw , 0.8125rem );
  }
  .quantity__input input {
    font-size: clamp( 0.875rem , 0.7894486692rem  +  0.3802281369vw , 1.125rem );
  }
}@media (min-width: 22.5em) and (max-width: 62em){
  .cart-item_basket {
    gap: clamp( 0.5rem , 0.21518987341875rem  +  1.2658227848vw , 1rem );
  }
  .cart-item_basket .cart-item__image {
    flex-basis: clamp( 3.125rem , 0.63291139240625rem  +  11.0759493671vw , 7.5rem );
  }
  .cart-section__grid,
  .cart-section #bx-soa-order {
    row-gap: clamp( 1rem , 0.4303797468375rem  +  2.5316455696vw , 2rem );
  }
}@media (min-width: 22.5em) and (max-width: 48em){
  .header__logo {
    max-width: clamp( 8.75rem , 11.6911764705875rem  +  -6.1274509804vw , 10.3125rem );
  }
  .header__actions {
    column-gap: clamp( 1.625rem , 1.0735294117625rem  +  2.4509803922vw , 2.25rem );
  }
  .hero__img:nth-child(1) {
    flex-basis: clamp( 6.25rem , -3.34558823529375rem  +  42.6470588235vw , 17.125rem );
  }
  .hero__img:nth-child(2) {
    flex-basis: clamp( 5rem , -0.51470588235rem  +  24.5098039216vw , 11.25rem );
  }
  .hero__title {
    font-size: clamp( 1.125rem , -0.3088235294125rem  +  6.3725490196vw , 2.75rem );
  }
  .hero__button .btn--xl {
    min-height: clamp( 2.5rem , 1.507352941175rem  +  4.4117647059vw , 3.625rem );
  }
  .features {
    padding-block: clamp( 1rem , 0.5588235294125rem  +  1.9607843137vw , 1.5rem );
  }
  .features__icon {
    flex-basis: clamp( 3.75rem , 3.52941176470625rem  +  0.9803921569vw , 4rem );
  }
  .sidebar__wrapper {
    padding-block: clamp( 0.75rem , 0.08823529411875rem  +  2.9411764706vw , 1.5rem );
  }
  .sidebar__wrapper {
    padding-inline: clamp( 0.75rem , 0.52941176470625rem  +  0.9803921569vw , 1rem );
  }
  .page--delivery {
    padding-inline: clamp( 0.75rem , 0.52941176470625rem  +  0.9803921569vw , 1rem );
  }
}@media (min-width: 29.99875em){
  .col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-xs-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .col-xs-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-xs-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}@media (min-width: 30em) and (max-width: 48em){
  .single-products__buy:not(:first-child) {
    margin-left: clamp( 6.25e-8rem , -1.6666665rem  +  5.5555552083vw , 1rem );
  }
}@media (min-width: 35.93625em){
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .header__left {
    flex: 0 1 80%;
  }
  .header__center {
    flex: 1 0 20%;
  }
  .header__right {
    flex: 0 1 80%;
  }
  .search__submit {
    flex: 0 0 6.25rem;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-sm-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bx-soa-customer {
    grid-template-columns: repeat(2, 1fr);
  }
  .bx-soa-customer .notify {
    grid-column: span 2;
  }
}@media (min-width: 35.9375em) and (max-width: 62em){
  .bx-soa-pp {
    column-gap: clamp( 0.75rem , 0.06055155875rem  +  1.9184652278vw , 1.25rem );
  }
  .bx-soa-pp-item-container {
    column-gap: clamp( 0.75rem , 0.06055155875rem  +  1.9184652278vw , 1.25rem );
  }
  .bx-soa-pp-desc-container .bx-soa-pp-company {
    min-height: clamp( 7.9375rem , -0.508243405275rem  +  23.5011990408vw , 14.0625rem );
  }
}@media (min-width: 47.99875em) and (min-width: 90em){
  .menu__list {
    column-gap: 1.75rem;
  }
  .menu__link {
    font-size: 0.875rem;
  }
  .header-catalog__body {
    padding-left: 2.75rem;
  }
  .header-catalog__body {
    padding-right: 1.5rem;
  }
  .header-catalog__caption:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .header-catalog__close:not(:last-child) {
    margin-bottom: 1rem;
  }
  .header-catalog__block {
    flex-basis: 20.5rem;
  }
  .header-catalog__block .btn--lg {
    min-height: 3.25rem;
  }
}@media (min-width: 47.99875em) and (min-width: 62em) and (max-width: 90em){
  .menu__list {
    column-gap: clamp( 1rem , -0.6607142857125rem  +  2.6785714286vw , 1.75rem );
  }
  .menu__link {
    font-size: clamp( 0.75rem , 0.4732142857125rem  +  0.4464285714vw , 0.875rem );
  }
}@media (min-width: 47.99875em) and (min-width: 48em) and (max-width: 90em){
  .header-catalog__body {
    padding-left: clamp( 1.5rem , 0.07142857143125rem  +  2.9761904762vw , 2.75rem );
  }
  .header-catalog__body {
    padding-right: clamp( 0.75rem , -0.10714285714375rem  +  1.7857142857vw , 1.5rem );
  }
  .header-catalog__caption:not(:last-child) {
    margin-bottom: clamp( 1.5rem , 0.35714285714375rem  +  2.380952381vw , 2.5rem );
  }
  .header-catalog__close:not(:last-child) {
    margin-bottom: clamp( 6.25e-8rem , -1.14285700893125rem  +  2.3809522321vw , 1rem );
  }
  .header-catalog__block {
    flex-basis: clamp( 12.5rem , 3.35714285714375rem  +  19.0476190476vw , 20.5rem );
  }
  .header-catalog__block .btn--lg {
    min-height: clamp( 2.5rem , 1.64285714285625rem  +  1.7857142857vw , 3.25rem );
  }
}@media (min-width: 47.99875em) and (min-width: 48em) and (max-width: 62em){
  .menu__list {
    column-gap: clamp( 0.5rem , -1.2142857142875rem  +  3.5714285714vw , 1rem );
  }
  .search__heading {
    right: clamp( -0.875rem , 1.0625rem  +  -3.125vw , -0.4375rem );
  }
}@media (min-width: 47.99875em) and (max-width: 62em){
  .menu__link {
    font-size: 0.75rem;
  }
}@media (min-width: 47.99875em) and (max-width: 61.99875em){
  .single-products__buy {
    flex: 0 0 100%;
    text-align: center;
  }
}@media (min-width: 47.99875em) and (max-width: 48em){
  .menu__list {
    column-gap: 0.5rem;
  }
  .header-catalog__body {
    padding-left: 1.5rem;
  }
  .header-catalog__body {
    padding-right: 0.75rem;
  }
  .header-catalog__caption:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .header-catalog__close:not(:last-child) {
    margin-bottom: 6.25e-8rem;
  }
  .header-catalog__block {
    flex-basis: 12.5rem;
  }
  .header-catalog__block .btn--lg {
    min-height: 2.5rem;
  }
}@media (min-width: 47.99875em){
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .menu__list {
    display: flex;
    align-items: center;
  }
  .header-catalog__burger {
    display: block;
    position: relative;
    width: 1rem;
    height: 0.4375rem;
    z-index: 5;
  }
  .header-catalog__burger::before, .header-catalog__burger::after {
    content: "";
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.0625rem;
    background-color: #000;
    border-radius: 0.125rem;
    transition: 0.3s ease all 0s;
  }
  .header-catalog__burger::before {
    top: 0;
  }
  .header-catalog__burger::after {
    bottom: 0;
  }
  ._catalog-active .header-catalog__burger::before {
    top: calc(50% - 0.03125rem);
    transform: rotate(-45deg);
  }
  ._catalog-active .header-catalog__burger::after {
    bottom: calc(50% - 0.03125rem);
    transform: rotate(45deg);
  }
  .header-catalog__wrapper .header-catalog__toggle.menu__link,
  .header-catalog__wrapper .header-catalog__close.menu__link {
    display: none;
  }
  .header-catalog__tabs {
    display: flex;
  }
  .header-catalog__nav {
    background-color: #ededed;
  }
  .header-catalog__title {
    background-color: #ededed;
  }
  .header-catalog__body {
    padding: 1.5rem;
  }
  .header-catalog__caption {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1875;
    text-transform: none;
    text-align: left;
  }
  .header-catalog__close {
    cursor: default;
  }
  .header-catalog__block {
    flex: 0 0 20.5rem;
  }
  .header-catalog__block .header-catalog__item {
    display: none;
  }
  .header-catalog__block .header-catalog__item._item-hover {
    display: block;
  }
  .footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }
  .footer__menu {
    display: flex;
    justify-content: flex-end;
  }
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .search__heading {
    right: -0.875rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-md-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-products__main {
    grid-template-columns: 56.1959654179% 1fr;
  }
  .single-products__gallery {
    position: sticky;
    top: calc(var(--header-height) + 0.75rem);
  }
  .single-products__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .hero__main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .sidebar__wrapper {
    background-color: #ededed;
    height: 100%;
  }
  .sidebar .menu__link {
    background-color: inherit;
  }
  .inner {
    display: grid;
    grid-template-areas: "aside main";
    grid-template-columns: 25.8498583569% 1fr;
    grid-template-columns: 30% 1fr;
  }
  .sidebar {
    grid-area: aside;
    position: sticky;
    top: var(--header-height);
    max-height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ededed;
  }
  .page--delivery {
    grid-area: main;
  }
  #bx-soa-delivery .bx-soa-pp {
    grid-template-columns: repeat(2, 1fr);
  }
  #bx-soa-delivery .bx-soa-pp-company-graf-container {
    aspect-ratio: 1;
  }
  #bx-soa-paysystem .bx-soa-pp-item-container {
    grid-template-columns: repeat(4, 1fr);
  }
  #bx-soa-paysystem .bx-soa-pp-company:not(.order-payment__credit) {
    aspect-ratio: 1;
  }
}@media (min-width: 48em) and (max-width: 90em){
  .header-catalog__nav {
    flex-basis: clamp( 15.625rem , 7.4107142857125rem  +  17.1130952381vw , 22.8125rem );
  }
  .header-catalog__title {
    padding-inline: clamp( 0.75rem , -0.10714285714375rem  +  1.7857142857vw , 1.5rem );
  }
  .header-catalog__link::before {
    left: clamp( -1rem , 0.07142857143125rem  +  -1.1904761905vw , -0.5rem );
  }
  .header__container {
    gap: clamp( 0.5rem , -0.07142857143125rem  +  1.1904761905vw , 1rem );
  }
  .swiper__arrows {
    column-gap: clamp( 0.75rem , -0.67857142856875rem  +  2.9761904762vw , 2rem );
  }
  .single-products__main {
    column-gap: clamp( 0.75rem , -0.10714285714375rem  +  1.7857142857vw , 1.5rem );
  }
  .single-products__info > *:not(:last-child) {
    padding-bottom: clamp( 1.5rem , 0.92857142856875rem  +  1.1904761905vw , 2rem );
  }
  .single-products__info > *:not(:last-child) {
    margin-bottom: clamp( 1.5rem , 0.92857142856875rem  +  1.1904761905vw , 2rem );
  }
  .single-products__heading {
    row-gap: clamp( 1.5rem , 0.92857142856875rem  +  1.1904761905vw , 2rem );
  }
  .single-products__body {
    row-gap: clamp( 1.5rem , 0.92857142856875rem  +  1.1904761905vw , 2rem );
  }
  .single-products__footer {
    row-gap: clamp( 1.5rem , 0.92857142856875rem  +  1.1904761905vw , 2rem );
  }
  .product-gallery {
    column-gap: clamp( 0.5rem , -0.07142857143125rem  +  1.1904761905vw , 1rem );
  }
  .features {
    padding-block: clamp( 1.5rem , 0.64285714285625rem  +  1.7857142857vw , 2.25rem );
  }
  .features__icon {
    flex-basis: clamp( 3rem , -1.2142857142875rem  +  8.7797619048vw , 6.6875rem );
  }
  .sidebar__wrapper {
    padding-block: clamp( 1.5rem , 0.64285714285625rem  +  1.7857142857vw , 2.25rem );
  }
  .sidebar__wrapper {
    padding-inline: clamp( 1rem , 0.42857142856875rem  +  1.1904761905vw , 1.5rem );
  }
  .sidebar .breadcrumbs:not(:last-child) {
    margin-bottom: clamp( 1rem , 0.42857142856875rem  +  1.1904761905vw , 1.5rem );
  }
  .sidebar__title:not(:last-child) {
    margin-bottom: clamp( 1.5rem , 0.64285714285625rem  +  1.7857142857vw , 2.25rem );
  }
  .sidebar__list {
    margin-inline: clamp( -1.5rem , -0.42857142856875rem  +  -1.1904761905vw , -1rem );
  }
  .sidebar .menu__link {
    padding-inline: clamp( 0.75rem , -0.10714285714375rem  +  1.7857142857vw , 1.5rem );
  }
  .page--delivery {
    padding-top: clamp( 1.25rem , 0.10714285714375rem  +  2.380952381vw , 2.25rem );
  }
  .page--delivery {
    padding-inline: clamp( 1rem , 0.42857142856875rem  +  1.1904761905vw , 1.5rem );
  }
}@media (min-width: 48em) and (max-width: 62em){
  .header__right {
    column-gap: clamp( 1rem , -0.7142857142875rem  +  3.5714285714vw , 1.5rem );
  }
  .header__actions {
    column-gap: clamp( 0.75rem , -0.9642857142875rem  +  3.5714285714vw , 1.25rem );
  }
  .search__heading {
    width: clamp( 42.9375rem , -3.13392857143125rem  +  95.9821428571vw , 56.375rem );
  }
}@media (min-width: 48em){
  .hero__title {
    font-size: 2.75rem;
  }
  .sidebar__wrapper {
    padding-block: 1.5rem;
  }
  .sidebar__wrapper {
    padding-inline: 1rem;
  }
  .page--delivery {
    padding-inline: 1rem;
  }
}@media (min-height: 48em) and (max-height: 85.375em){
  .hero__slider .swiper__arrows {
    top: clamp( 1.5rem , -4.6003344481625rem  +  12.7090301003vh , 6.25rem );
  }
  .hero__grid {
    padding-block: clamp( 1.5rem , -4.6003344481625rem  +  12.7090301003vh , 6.25rem );
  }
}@media (min-width: 61.99875em) and (min-width: 88.25em){
  .product-gallery__thumbs {
    flex-basis: 6.125rem;
  }
}@media (min-width: 61.99875em) and (min-width: 80em) and (max-width: 88.25em){
  .product-gallery__thumbs {
    flex-basis: clamp( 5.375rem , -1.897727272725rem  +  9.0909090909vw , 6.125rem );
  }
}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 80em){
  .product-gallery__thumbs {
    flex-basis: clamp( 4.75rem , 2.597222222225rem  +  3.4722222222vw , 5.375rem );
  }
}@media (min-width: 61.99875em) and (max-width: 62em){
  .product-gallery__thumbs {
    flex-basis: 4.75rem;
  }
}@media (min-width: 61.99875em) and (any-hover: hover){
  .product-gallery__main .swiper-button {
    transition: 0.3s ease background-color 0s;
  }
  .product-gallery__main .swiper-button:hover {
    background-color: #fff;
  }
}@media (min-width: 61.99875em){
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-iblock {
    display: inline-block !important;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-lg-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-gallery__thumbs {
    flex: 0 0 6.125rem;
  }
  .product-gallery__thumbs .swiper-button {
    width: 100%;
    height: 1.5rem;
  }
  .product-gallery__thumbs .swiper-button--prev {
    top: 0;
  }
  .product-gallery__thumbs .swiper-button--prev svg {
    transform: rotate(90deg) !important;
  }
  .product-gallery__thumbs .swiper-button--next {
    bottom: 0;
  }
  .product-gallery__thumbs .swiper-button--next svg {
    transform: rotate(90deg) !important;
  }
  .product-gallery__main .swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .product-gallery__main .swiper-pagination {
    display: none;
  }
  .inner {
    grid-template-columns: 25.8498583569% 1fr;
  }
  .cart-section__grid,
  .cart-section #bx-soa-order {
    grid-template-columns: 1fr minmax(20rem, 31.9884726225%);
  }
  .cart-section__items {
    row-gap: 1rem;
  }
}@media (min-width: 62em) and (max-width: 90em){
  .header__right {
    column-gap: clamp( 1.5rem , -1.54464285714375rem  +  4.9107142857vw , 2.875rem );
  }
  .header__actions {
    column-gap: clamp( 1.25rem , -0.9642857142875rem  +  3.5714285714vw , 2.25rem );
  }
  .cart-item_basket {
    gap: clamp( 0.5rem , -0.60714285714375rem  +  1.7857142857vw , 1rem );
  }
  .cart-item_basket .cart-item__image {
    flex-basis: clamp( 6rem , -2.0267857142875rem  +  12.9464285714vw , 9.625rem );
  }
  .single-products__buy:not(:first-child) {
    margin-left: clamp( 6.25e-8rem , -2.21428551339375rem  +  3.5714283482vw , 1rem );
  }
  .features__items {
    margin: clamp( -0.8125rem , 0.59375rem  +  -1.5625vw , -0.375rem );
  }
  .features__items [class^=col-] {
    padding: clamp( 0.375rem , -0.59375rem  +  1.5625vw , 0.8125rem );
  }
  .features__body {
    padding-inline: clamp( 0.5rem , -0.60714285714375rem  +  1.7857142857vw , 1rem );
  }
  .promocode__wrapper {
    padding-inline: clamp( 0.75rem , -1.1875rem  +  3.125vw , 1.625rem );
  }
  .cart-section__grid,
  .cart-section #bx-soa-order {
    column-gap: clamp( 1rem , -6.4732142857125rem  +  12.0535714286vw , 4.375rem );
  }
  .cart-total__wrapper {
    padding-inline: clamp( 0.75rem , -1.1875rem  +  3.125vw , 1.625rem );
  }
  .cart-total__wrapper {
    row-gap: clamp( 1rem , -1.76785714285625rem  +  4.4642857143vw , 2.25rem );
  }
  .bx-soa-pp {
    column-gap: clamp( 0.75rem , -0.35714285714375rem  +  1.7857142857vw , 1.25rem );
  }
  .bx-soa-pp-item-container {
    column-gap: clamp( 0.75rem , -0.35714285714375rem  +  1.7857142857vw , 1.25rem );
  }
  .bx-soa-pp-desc-container .bx-soa-pp-company {
    min-height: clamp( 9.1875rem , 1.4375rem  +  12.5vw , 12.6875rem );
  }
}@media (min-width: 62em) and (max-width: 80em){
  .search__heading {
    width: clamp( 56.375rem , -1.10416666666875rem  +  92.7083333333vw , 73.0625rem );
  }
  .product-gallery__thumbs {
    height: clamp( 28.5625rem , -3.5138888888875rem  +  51.7361111111vw , 37.875rem );
  }
}@media (min-width: 80em) and (max-width: 88.25em){
  .search__heading {
    width: clamp( 73.0625rem , -1.48295454545625rem  +  93.1818181818vw , 80.75rem );
  }
  .product-gallery__thumbs {
    height: clamp( 37.875rem , 0.29924242424375rem  +  46.9696969697vw , 41.75rem );
  }
}@media (min-height: 85.375em){
  .hero__slider .swiper__arrows {
    top: 6.25rem;
  }
  .hero__grid {
    padding-block: 6.25rem;
  }
}@media (min-width: 88.25em) and (max-width: 90em){
  .search__heading {
    width: clamp( 80.625rem , 87.05357142856874rem  +  -7.1428571429vw , 80.75rem );
  }
}@media (min-width: 88.25em) and (max-width: 313.75em){
  .hero__slider .swiper__arrows {
    right: clamp( 6.25e-8rem , -44.1249999130375rem  +  49.9999999723vw , 112.75rem );
  }
}@media (min-width: 88.25em){
  body {
    font-size: 0.875rem;
  }
  h1, h2,
  .title-h1,
  .title-h2 {
    font-size: 2.125rem;
  }
  ._content {
    font-size: 1rem;
  }
  ._content > * {
    margin-block: 1.5rem;
  }
  ._content h1,
  ._content h2,
  ._content h3 {
    margin-block: 1.5rem;
  }
  .price {
    font-size: 1.75rem;
  }
  .price__old {
    font-size: 1.25rem;
  }
  .header__container {
    min-height: 4.9375rem;
  }
  .search__container {
    padding-block: 1.875rem;
  }
  .form__row,
  ._row {
    margin: -0.625rem;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding: 0.625rem;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-xl-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cart-item_basket .cart-item__name {
    font-size: 1.125rem;
  }
  .cart-item_basket .cart-item__code {
    font-size: 0.875rem;
  }
  .cart-item_basket .cart-item__quantity {
    flex-basis: 5.9375rem;
  }
  .cart-item_basket .cart-item__price {
    flex-basis: 8rem;
  }
  .cart-item_basket .price {
    font-size: 1.375rem;
  }
  .product-card__label {
    min-height: 1.5rem;
  }
  .product-card__label {
    padding-inline: 1rem;
  }
  .product-card__body:not(:last-child) {
    margin-bottom: 2.25rem;
  }
  .product-card__caption {
    font-size: 1.125rem;
  }
  .product-card__excerpt {
    font-size: 0.875rem;
  }
  .taxonomy-type {
    padding-bottom: 4rem;
  }
  .taxonomy-type__heading {
    padding-top: 2.25rem;
  }
  .taxonomy-type__heading {
    padding-bottom: 3rem;
  }
  .taxonomy-type__items {
    margin-inline: -0.75rem;
  }
  .taxonomy-type__items [class^=col-] {
    padding-inline: 0.75rem;
  }
  .archive-banner__container {
    min-height: 15.625rem;
  }
  .archive-banner__icon {
    max-width: 2rem;
  }
  .widget-products {
    padding-bottom: 4rem;
  }
  .widget-products__heading:not(:last-child) {
    margin-bottom: 2.75rem;
  }
  .single-products {
    padding-bottom: 3.5rem;
  }
  .single-products .breadcrumbs {
    padding-block: 1.5rem;
  }
  .single-products__main:not(:last-child) {
    padding-bottom: 4rem;
  }
  .single-products__title {
    font-size: 1.875rem;
  }
  .single-products__price {
    font-size: 2rem;
  }
  .product-gallery__thumbs {
    height: 41.75rem;
  }
  .hero__gallery {
    gap: 2.25rem;
  }
  .features__caption {
    font-size: 1.125rem;
  }
  .page--delivery {
    padding-bottom: 6.25rem;
  }
  .cart-section {
    padding-bottom: 2.25rem;
  }
  .cart-section__back {
    padding-block: 1.75rem;
  }
  .cart-section__heading:not(:last-child) {
    margin-bottom: 2.75rem;
  }
  .checkout__heading:not(:last-child) {
    margin-bottom: 2.75rem;
  }
  .bx-active:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .quantity {
    width: 4.6875rem;
  }
  .quantity__button {
    flex-basis: 1.5rem;
  }
  .quantity__button::before, .quantity__button::after {
    width: 0.8125rem;
  }
  .quantity__input input {
    font-size: 1.125rem;
  }
}@media (min-width: 90em){
  .header-catalog__nav {
    flex-basis: 22.8125rem;
  }
  .header-catalog__title {
    padding-inline: 1.5rem;
  }
  .header-catalog__link::before {
    left: -1rem;
  }
  .header__container {
    gap: 1rem;
  }
  .header__right {
    column-gap: 2.875rem;
  }
  .header__actions {
    column-gap: 2.25rem;
  }
  .search__heading {
    width: 80.625rem;
  }
  .cart-item_basket {
    gap: 1rem;
  }
  .cart-item_basket .cart-item__image {
    flex-basis: 9.625rem;
  }
  .swiper__arrows {
    column-gap: 2rem;
  }
  .single-products__main {
    column-gap: 1.5rem;
  }
  .single-products__info > *:not(:last-child) {
    padding-bottom: 2rem;
  }
  .single-products__info > *:not(:last-child) {
    margin-bottom: 2rem;
  }
  .single-products__heading {
    row-gap: 2rem;
  }
  .single-products__body {
    row-gap: 2rem;
  }
  .single-products__buy:not(:first-child) {
    margin-left: 1rem;
  }
  .single-products__footer {
    row-gap: 2rem;
  }
  .product-gallery {
    column-gap: 1rem;
  }
  .features {
    padding-block: 2.25rem;
  }
  .features__items {
    margin: -0.8125rem;
  }
  .features__items [class^=col-] {
    padding: 0.8125rem;
  }
  .features__icon {
    flex-basis: 6.6875rem;
  }
  .features__body {
    padding-inline: 1rem;
  }
  .sidebar__wrapper {
    padding-block: 2.25rem;
  }
  .sidebar__wrapper {
    padding-inline: 1.5rem;
  }
  .sidebar .breadcrumbs:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .sidebar__title:not(:last-child) {
    margin-bottom: 2.25rem;
  }
  .sidebar__list {
    margin-inline: -1.5rem;
  }
  .sidebar .menu__link {
    padding-inline: 1.5rem;
  }
  .page--delivery {
    padding-top: 2.25rem;
  }
  .page--delivery {
    padding-inline: 1.5rem;
  }
  .cart-section__grid,
  .cart-section #bx-soa-order {
    column-gap: 4.375rem;
  }
  .bx-soa-pp {
    column-gap: 1.25rem;
  }
  .bx-soa-pp-item-container {
    column-gap: 1.25rem;
  }
  .bx-soa-pp-desc-container .bx-soa-pp-company {
    min-height: 12.6875rem;
  }
}@media (min-width: 313.75em){
  .hero__slider .swiper__arrows {
    right: 112.75rem;
  }
}@media (any-hover: hover){
  .link-hover:hover::before {
    opacity: 1;
    width: calc(100% - 0.625rem);
  }
  .link-underline:hover::before {
    opacity: 0;
    width: 0%;
  }
  .select__option:hover {
    background-color: #e2e2e2;
  }
  .header-catalog__toggle {
    transition: 0.3s ease opacity 0s;
  }
  .header-catalog__toggle:hover {
    opacity: 0.6;
  }
  .breadcrumbs__link:hover {
    text-decoration: underline from-font;
  }
  .search__list a {
    transition: 0.3s ease opacity 0s;
  }
  .search__list a:hover {
    opacity: 0.8;
  }
  .btn--border-main {
    transition: 0.3s ease all 0s;
  }
  .btn--border-main:hover {
    background-color: #feed02;
    border-color: #feed02;
  }
  .btn--border-gray {
    transition: 0.3s ease all 0s;
  }
  .btn--border-gray:hover {
    background-color: #feed02;
    border-color: #feed02;
    color: #000;
    fill: #000;
  }
  .btn--bg-primary {
    transition: 0.3s ease background-color 0s;
  }
  .btn--bg-primary:hover {
    background-color: #0f1a2b;
  }
  .btn--bg-yellow {
    transition: 0.3s ease background-color 0s;
  }
  .btn--bg-yellow:hover {
    background-color: rgba(254, 237, 2, 0.6);
  }
  .animation:hover .animation__object {
    animation: shake-horizontal 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) both;
  }
  .cart-item a.cart-item__image img {
    transition: 0.3s ease transform 0s;
  }
  .cart-item a.cart-item__image:hover img {
    transform: scale(1.05);
  }
  .cart-item__name a:hover {
    text-decoration: underline from-font;
  }
  .cart-item__remove button:hover .icon {
    transform: rotate(180deg);
  }
  .product-card a.product-card__preview:hover .product-card__image img {
    transform: scale(1.05);
  }
  .product-card__caption a:hover {
    text-decoration: underline from-font;
  }
  .logo a.logo__link {
    transition: 0.3s ease opacity 0s;
  }
  .logo a.logo__link:hover {
    opacity: 0.7;
  }
  .swiper-button {
    transition: 0.3s ease opacity 0s;
  }
  .swiper-button:hover {
    opacity: 0.8;
  }
  .product-gallery__thumbs .swiper-button:hover::before {
    content: "";
    background-color: #feed02;
  }
  .product-gallery__thumbs .product-gallery__slide:hover {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .hero a.hero__img img {
    transition: 0.3s ease transform 0s;
  }
  .hero a.hero__img:hover img {
    transform: scale(1.05);
  }
  .bx-ui-sls-clear {
    transition: transform 0.3s ease 0s;
  }
  .bx-ui-sls-clear:hover {
    transform: translateY(-50%) rotate(90deg);
  }
  #IPOLSDEK_injectHere a:hover {
    text-decoration: underline transparent from-font;
  }
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}


.header__action__amount {
  font-size: 0.625rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  width: 0.875rem;
  height: 0.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.875rem;
  flex: 0 0 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -0.25rem;
  right: -0.375rem;
}

.header__action__amount.hidden {
  display:none;
}

.promocode__notify {
  font-weight: 500;
  margin-top: 0.5rem;
}



.form-send-success {
  display: none;
  width: 100%;
  padding: 39px 37px 35px;
  border-radius: .625rem;
//background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
  align-items: center;
  margin-top: 40px;
}

.form-send-success_inner {
  display: flex;
}

.form-send-success__icon {
  margin-right: 30px;
}

.form-send-success__info-title {
  font-weight: 800;
}

.form-message {

}

.form-message .alert {
  margin: -15px 0 10px 0;
  font-size: .75rem;
  line-height: 1.3333333333;
}

.form-message .alert-danger {
  color: #ff3030;
}

.cart-message {
  display: block;
  max-width: 400px;
}


.cart-message .icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: #e3e3e3;
}

.cart-message .form-send-success__info {
  display: flex;
  align-items: center;
}


#bx-soa-total-mobile {
  display: none !important;
}


@media (min-width: 88.25em) {
  .page > .breadcrumbs {
    padding-block: 1.5rem;
  }
}

@media (min-width: 22.5em) and (max-width: 88.25em) {
  .page > .breadcrumbs {
    padding-block: clamp(1rem, .8288973384rem + .7604562738vw, 1.5rem);
  }
}

@media (min-width: 90em) {
  .search__heading {
    width: 84.125rem;
  }
}

ol li {
  margin-left: 16px;
}

.page p a, .page li a {
  text-decoration: underline;
}

#IPOLSDEK_injectHeresdek_pvzLair a {
  margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/menu-main/style.css?1773234546581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main/components/bitrix/menu/menu-main/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main/components/bitrix/menu/menu-bottom/style.css?1773234546581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main/components/bitrix/menu/menu-bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */
/* /local/templates/main/css/app.css?1773234546125080 */
/* /local/templates/main/components/bitrix/menu/menu-main/style.css?1773234546581 */
/* /local/templates/main/components/bitrix/menu/menu-bottom/style.css?1773234546581 */
