/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --main-bg-color: #6d3a6c;
  --wrapper-gap: 16px;
  --sbh: 28;
  --sbw: 28;
  --sbah: 96;
  --sbaw: 48;
}
.reset-link-btn {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
}
.custom-scrollbar {
  overscroll-behavior: contain;
  scrollbar-face-color: #FF7F11;
  scrollbar-shadow-color: #FF7F11;
  scrollbar-highlight-color: #FF7F11;
}
.custom-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-button:single-button {
  display: none;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #FF7F11;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #FF7F11;
}
.custom-scrollbar::-webkit-scrollbar-thumb:active {
  background-color: #FF7F11;
}
.custom-scrollbar::-webkit-scrollbar-button {
  display: none;
}
/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ - modified by Studio X*/
html {
  color: #000;
  font-size: 1em;
  line-height: 1.2;
}
::-moz-selection {
  background: #ffefe3;
  text-shadow: none;
  color: #000;
}
::selection {
  background: #ffefe3;
  color: #000;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-inline-size: 100%;
}
textarea {
  resize: vertical;
}
address {
  font-style: normal;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
/* Author's custom styles  */
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
body {
  font-family: 'Noah', 'sans-serif';
  cursor: default;
}
@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-Regular.woff2") format("woff2"), url("../fonts/Noah-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-Medium.woff2") format("woff2"), url("../fonts/Noah-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-Bold.woff2") format("woff2"), url("../fonts/Noah-Bold.woff") format("woff");
  font-weight: bold;
  font-style: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-Black.woff2") format("woff2"), url("../fonts/Noah-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.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;
}
/* Common Styles */
/*.swiper-pagination-fraction,*/
/*.swiper-pagination-custom,*/
/*.swiper-container-horizontal > .swiper-pagination-bullets {*/
/*  bottom: 10px;*/
/*  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: 8px;*/
/*  height: 8px;*/
/*  display: inline-block;*/
/*  border-radius: 50%;*/
/*  background: #000;*/
/*  opacity: 0.2;*/
/*}*/
/*button.swiper-pagination-bullet {*/
/*  border: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  box-shadow: none;*/
/*  -webkit-appearance: none;*/
/*     -moz-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: 1;*/
/*  background: var(--swiper-pagination-color, var(--swiper-theme-color));*/
/*}*/
/*.swiper-container-vertical > .swiper-pagination-bullets {*/
/*  right: 10px;*/
/*  top: 50%;*/
/*  transform: translate3d(0px, -50%, 0);*/
/*}*/
/*.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {*/
/*  margin: 6px 0;*/
/*  display: block;*/
/*}*/
/*.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 8px;*/
/*}*/
/*.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*  display: inline-block;*/
/*  transition: 200ms transform, 200ms top;*/
/*}*/
/*.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {*/
/*  margin: 0 4px;*/
/*}*/
/*.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  white-space: nowrap;*/
/*}*/
/*.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*  transition: 200ms transform, 200ms left;*/
/*}*/
/*.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*  transition: 200ms transform, 200ms right;*/
/*}*/
/*!* Progress *!*/
/*.swiper-pagination-progressbar {*/
/*  background: 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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {*/
/*  transform-origin: right top;*/
/*}*/
/*.swiper-container-horizontal > .swiper-pagination-progressbar,*/
/*.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {*/
/*  width: 100%;*/
/*  height: 4px;*/
/*  left: 0;*/
/*  top: 0;*/
/*}*/
/*.swiper-container-vertical > .swiper-pagination-progressbar,*/
/*.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {*/
/*  width: 4px;*/
/*  height: 100%;*/
/*  left: 0;*/
/*  top: 0;*/
/*}*/
/*.swiper-pagination-white {*/
/*  --swiper-pagination-color: #ffffff;*/
/*}*/
/*.swiper-pagination-black {*/
/*  --swiper-pagination-color: #000000;*/
/*}*/
/*.swiper-pagination-lock {*/
/*  display: none;*/
/*}*/
.aspect-ratio {
  display: flex;
  margin: 0;
  position: relative;
  overflow: hidden;
  max-width: var(--width-mobile, var(--width));
  width: 100%;
  text-decoration: none;
  transition: max-width 250ms cubic-bezier(0, 0, 0.5, 1);
}
.aspect-ratio--min {
  min-width: var(--width-mobile, var(--width));
}
.aspect-ratio::before {
  content: '';
  display: flex;
  width: 100%;
  padding-bottom: calc(100% / (var(--aspect-ratio-phone, var(--aspect-ratio-phablet, var(--aspect-ratio-tablet, var(--aspect-ratio))))));
}
.aspect-ratio::after {
  content: '';
  display: table;
  clear: both;
}
.aspect-ratio picture {
  display: flex;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  backface-visibility: hidden;
}
.aspect-ratio.loaded {
  background-color: transparent;
}
.aspect-ratio__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
img.lazyload {
  opacity: 0;
}
img.loaded {
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1);
}
html {
  -webkit-tap-highlight-color: transparent;
}
.lg-on body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body._has-modal {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 0 var(--wrapper-gap);
  margin: 0 auto;
  /*
  @media screen and (max-width:@desktop) {
    padding: 0 20px;
  }

  @media screen and (max-width:@phone-h) {
    padding: 0 10px;
  }
  */
}
.wrapper--inner {
  max-width: 1224px;
}
.wrapper--loyality {
  max-width: 1224px;
  /*
    @media(min-width: @desktop-xl) {
      max-width: 1664px;
    }
    */
}
.wrapper--profile {
  max-width: 1174px;
}
.wrapper--lg {
  max-width: 1696px;
}
.wrapper--md {
  max-width: 1160px;
}
.wrapper--sm {
  max-width: 980px;
}
.wrapper--xs {
  max-width: 840px;
}
.page-wrapper {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
.page-header {
  flex-shrink: 0;
}
.page-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}
.page-wrapper-empty {
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow-x: hidden;
}
.page-wrapper-empty .page-main {
  will-change: initial;
  transform: none !important;
  flex: auto;
}
.page-wrapper-center .page-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-footer {
  flex-shrink: 0;
}
.columns--full {
  height: 100%;
}
.scrollable-content {
  min-width: 0;
  width: calc(100% + var(--wrapper-gap));
  margin: 0 calc(var(--wrapper-gap) * -1) 32px 0;
  padding: 0 0 16px;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-face-color: #FF7F11;
  scrollbar-shadow-color: #FF7F11;
  scrollbar-highlight-color: #FF7F11;
}
.scrollable-content::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.scrollable-content::-webkit-scrollbar-button:single-button {
  display: none;
}
.scrollable-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollable-content::-webkit-scrollbar-thumb {
  background-color: #FF7F11;
}
.scrollable-content::-webkit-scrollbar-thumb:hover {
  background-color: #FF7F11;
}
.scrollable-content::-webkit-scrollbar-thumb:active {
  background-color: #FF7F11;
}
.scrollable-content::-webkit-scrollbar-button {
  display: none;
}
.scrollable-content:last-child {
  margin-bottom: 0;
}
.scrollable-content::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.scrollable-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollable-content::-webkit-scrollbar-thumb {
  background-color: #FF7F11;
}
.scrollable-content::-webkit-scrollbar-thumb:hover {
  background-color: #FF7F11;
}
.scrollable-content::-webkit-scrollbar-thumb:active {
  background-color: #FF7F11;
}
.scrollable-content::-webkit-scrollbar-thumb:vertical {
  min-height: 4px;
}
.scrollable-content table {
  min-width: 900px;
  margin-bottom: 1px;
}
.text .scrollable-content table {
  margin-bottom: 1px;
}
.scrollable-content table + table,
.text .scrollable-content table + table {
  margin-top: 24px;
}
.logo {
  display: block;
  max-width: 158px;
  transition: opacity ease-in-out 0.4s;
}
.logo__mobile {
  display: none;
}
.logo-footer {
  display: block;
  min-width: 180px;
  max-width: 287px;
  transition: opacity ease-in-out 0.4s;
}
.non-touch .logo:hover,
.non-touch .logo-footer:hover {
  opacity: 0.8;
}
.content-heading--between {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: -10px -10px 20px;
}
.content-heading--between > * {
  margin-bottom: 0 !important;
  padding: 10px;
}
.content-heading--between .see-more-large {
  display: flex;
  align-items: center;
  margin-right: 3px;
}
.content-heading--between .icon-arrow-css {
  margin-left: 8px;
}
.content-heading--button {
  align-items: center;
}
.content-heading--button .button {
  width: 100%;
}
.content-heading__button-holder {
  max-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
}
.content-heading--inline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.content-heading--inline .title {
  margin-bottom: 0;
}
.content-heading--inline .icon-state {
  margin-right: 14px;
}
.content-heading--center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}
.content-heading--center .see-more-accent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.content-heading--xl {
  margin-bottom: 40px;
}
.content-heading--xl .title {
  margin-bottom: 0;
}
.content-heading--l {
  margin: 0 0 24px;
}
.content-heading--l .title {
  margin-bottom: 4px;
}
.content-heading .box-actions-profile {
  display: flex;
  margin: -9px -24px;
}
.content-heading .box-actions-profile .action {
  padding: 9px 24px;
  position: relative;
}
.content-heading .box-actions-profile .action::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 19px;
  background-color: #C6C6C6;
}
.content-heading .box-actions-profile .action:last-child::after {
  display: none;
}
.column.main.cart::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #ebebeb;
}
.column.wrapper.main {
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-bottom: 110px;
}
.text-highlight {
  color: #4747B2;
}
.background-section {
  padding-top: 32px;
  padding-bottom: 32px;
}
.background-section .wrapper {
  position: relative;
  z-index: 2;
}
.light-purple {
  background-color: #F3F6FF;
}
.light-grey {
  background-color: #F7F7F7;
}
.floral-white {
  background-color: #FFF9F3;
}
.keyhole {
  position: relative;
}
.keyhole:after {
  content: '';
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 848 958' %3e%3cpath fill='%23C95302' fill-opacity='.04' d='M283.743 74.5883C340.778 26.9844 412.699 0.886188 486.989 0.835938H487.123C561.709 0.844497 633.912 27.11 691.071 75.0268C748.229 122.944 786.695 189.453 799.724 262.893C812.752 336.332 799.51 412.015 762.322 476.669C757.728 484.654 752.806 492.409 747.573 499.916L965.847 957.768C963.822 956.768 0.480225 957.37 0.480225 957.37L150.015 654.745C162.263 629.513 186.062 578.976 223.943 495.871C219.29 488.971 214.896 481.869 210.776 474.578C174.224 409.902 161.508 334.456 174.84 261.372C188.172 188.288 226.709 122.192 283.743 74.5883ZM374.581 615.229C338.478 693.844 306.11 762.633 301.093 767.651C299.08 769.663 667.517 767.651 667.517 767.651L596.512 616.422C596.454 616.443 596.397 616.464 596.339 616.485L515.836 445.416C546.619 438.099 573.668 419.785 591.893 393.919C610.118 368.054 618.263 336.42 614.795 304.969C611.328 273.519 596.487 244.419 573.065 223.145C549.643 201.872 519.254 189.89 487.615 189.456C455.977 189.021 425.27 200.162 401.272 220.784C377.274 241.407 361.639 270.087 357.309 301.431C352.978 332.774 360.251 364.62 377.759 390.977C395.266 417.333 421.801 436.383 452.372 444.543C437.387 477.881 418.278 519.901 398.885 562.546C390.844 580.23 382.753 598.021 374.888 615.345C374.785 615.306 374.683 615.267 374.581 615.229ZM965.849 957.773L965.847 957.768C965.85 957.77 965.851 957.771 965.849 957.773Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.keyhole--right:after {
  background-position: right bottom;
}
.gift {
  position: relative;
}
.gift:after {
  content: '';
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 774 927' %3e%3cpath fill='%23C95302' fill-opacity='.04' d='M867.073,926.644H0.231V251.793H53.468A267.339,267.339,0,0,1,497.183,66.834a266.4,266.4,0,0,1,303.3,184.96h66.59V926.644ZM489.916,427.285l1.414-.773,5.275-2.636,1.737-.9,5.016-2.572,1.673-.9,5.146-2.636,1.607-.836,5.211-2.7,1.8-.9,5.017-2.636,3.988-2.122,2.638-1.415,3.472-1.864,3.281-1.736,2.573-1.415,3.923-2.121,3.024-1.672,3.408-1.864,3.731-2.058,2.509-1.414,3.345-1.866,2.765-1.542,2.7-1.607,3.151-1.8,2.7-1.607,2.894-1.672,2.187-1.349,3.152-1.866,1.93-1.221,3.087-1.864,3.152-1.994,1.544-1.028,2.444-1.608,1.866-1.221,2.894-1.993,1.094-.773,1.671-1.221a76.538,76.538,0,0,0,9.777-8.23,63.653,63.653,0,0,0,4.7-5.594l1.092-1.543c0.966-1.479,2-2.894,2.9-4.437a3.882,3.882,0,0,0,.9-1.671q1.287-2.316,2.316-4.63l0.579-1.607a52.67,52.67,0,0,0,1.865-5.015l0.387-1.351a54.367,54.367,0,0,0,1.286-5.593v-0.9a47.908,47.908,0,0,0,.708-6.43,1.808,1.808,0,0,0,0-.578v-6.43a63.1,63.1,0,0,0-.708-7.008,71.693,71.693,0,0,0-25.343-44.173c-31-26.169-77.509-25.011-103.237,2.508a185.35,185.35,0,0,0-23.8,41.665c-12.542,27.133-26.436,62.047-37.95,92.588l-2.894,7.716v0.514c-1.93,5.079-3.731,9.966-5.468,14.66l-0.579,1.671-1.994,5.4a1.529,1.529,0,0,0-.45,1.286l-0.772,2.123h-1.866v-1.994a13.221,13.221,0,0,0,0-1.542v-4.631a7.817,7.817,0,0,0,0-2.764,18.364,18.364,0,0,1-.321-4.18v-2.378l-0.386-4.823v-2.572l-0.385-4.822c0-.964.45-1.222,0-2.894a21.532,21.532,0,0,1-.451-4.951,18.588,18.588,0,0,0,0-2.764c-0.129-1.8-.451-4.5-0.451-5.4v-2.636c-0.128-1.865-.514-4.758-0.514-5.659v-2.571c-0.193-2.444-.707-4.951-0.707-7.395v-0.707c-0.837-8.616-1.673-17.424-2.638-26.3v-0.578c-0.322-2.7-.579-5.336-0.9-8.037a8.626,8.626,0,0,1,0-1.286c-0.322-2.507-.579-4.951-0.9-7.394v-1.415a55,55,0,0,1-.9-7.2v-1.544a48.481,48.481,0,0,1-.836-6.429c-4.954-38.257-10.936-72.013-17.818-84.872-19.876-37.228-68.889-52.209-109.926-33.5s-58.277,64.1-38.595,101.4a102.454,102.454,0,0,0,11.514,15.945c27.273,32.663,89.794,89.759,130.768,126.216H178.466V493.7c-0.133-.084-0.263-0.172-0.4-0.255V748.805H689.235V552.011l0.08-.053V430.948h-206.8ZM547.1,62.076c-0.371,0-.742.012-1.113,0.014-0.487,0-.973-0.014-1.46-0.014H547.1Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.gift--right:after {
  background-position: right bottom;
}
.note {
  position: relative;
}
.note:after {
  content: '';
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 948 1107' %3e%3cpath fill='%23C95302' fill-opacity='.04' d='M708.432,946.561c-96.733,3.266-157.756,11.061-202.819,43.058L390.469,1071.28l-1.188-.82v-0.36l-0.239.19L273.824,988.626c-45.657-32.368-108.685-40.163-202.077-42.761L-127.88,940.3V24.121L83.031,30.06c94.877,2.673,200.741,10.022,306.234,53.081V317.957C299.139,249.212,196.69,239.487,91.272,236.3v502.3c104.973,2.747,207.793,12.844,297.993,81.663V1069.77h0.016V821.1c90.5-69.042,193.466-78.4,297.4-82.108V237.139c-105.418,3.786-207.941,12.843-297.4,81.662V83.688l1.262,0.52c103.934-42.093,209.5-50.037,304.378-53.452l212.025-7.646v916.77Z'/%3e%3c/svg%3e");
  background-position: top left;
  background-repeat: no-repeat;
}
.row--banners {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}
.row--banners .col-12.col-lg-6:not(:last-child),
.row--banners .col-12.col-sm-12.col-lg-6:not(:last-child) {
  order: -1;
}
.row--form {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 18px;
}
hr {
  border-top-color: #E6E6E6;
}
.asterix {
  color: #EF0909;
  font-weight: 900;
}
.list-col {
  display: none;
}
.button-add-check:checked ~ .row .button-add {
  color: #087548;
}
.button-add-check:checked ~ .row .button-add__icon {
  background-color: #087548;
}
.button-add-check:checked ~ .row .list-col {
  display: block;
}
.col-divider {
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
}
/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-l: 1024px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.page-wrapper-sales {
  background-color: var(--page-bg-color, #06B777);
}
.page-wrapper-sales__main {
  position: relative;
}
.page-wrapper-sales__cont {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.page-wrapper-sales__bgr {
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  background-position: top;
  z-index: 1;
}
.page-wrapper-sales__bgr:before {
  content: '';
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, transparent 0%, var(--page-bg-color, #06B777) 100%);
}
.page-wrapper-sales .to-top {
  border-width: 0;
  background-color: var(--btn-bg, #FF7F11);
}
.page-wrapper-sales .to-top .icon {
  fill: var(--btn-icon, #fff);
}
.sales-layout {
  min-width: 0;
  margin-block-end: 32px;
}
.sales-layout__aside {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1), opacity 250ms cubic-bezier(0, 0, 0.5, 1);
  z-index: 11;
}
.nav-unvisible .sales-layout__aside {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sales-layout__aside-cont {
  padding-block: 10px;
  padding-inline: var(--wrapper-gap);
  background-color: var(--box-bg-color, #fff);
  border-bottom: 1px solid var(--box-border-color, #4747B2);
}
.sales-layout__cont {
  flex-grow: 1;
}
.sales-sidebar__title {
  margin: 0 0 10px;
  color: var(--title-color, #000);
  font-size: 20px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: center;
}
.sales-sidebar__list {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  overflow: hidden;
  overflow-x: auto;
  overscroll-behavior: contain;
  margin-inline: calc(var(--wrapper-gap) * -1);
  padding-inline: var(--wrapper-gap);
  -webkit-mask: linear-gradient(90deg, black, transparent) left / 16px 100% no-repeat, linear-gradient(black 0 0), linear-gradient(-90deg, black, transparent) right / 16px 100% no-repeat;
          mask: linear-gradient(90deg, black, transparent) left / 16px 100% no-repeat, linear-gradient(black 0 0), linear-gradient(-90deg, black, transparent) right / 16px 100% no-repeat;
  -webkit-mask-composite: destination-out;
          mask-composite: destination-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.sales-sidebar__list-anchor {
  display: block;
  padding: 8px;
  color: var(--anchor-color, #404040);
  font-size: 15px;
  font-weight: 500;
  line-height: 16.2px;
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--anchor-bg-color, #F4F4F4);
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1), background-color 250ms cubic-bezier(0, 0, 0.5, 1);
  border-radius: 6px;
}
.sales-sidebar__list-anchor.active {
  color: var(--anchor-active-color, #fff);
  background-color: var(--anchor-active-bg-color, #FF7F11);
}
.sales-section {
  --sales-pad-x: 12px;
  --sales-pad-y: 16px;
  position: relative;
  margin-block-end: 52px;
  padding: var(--sales-pad-y) var(--sales-pad-x);
  background-color: #fff;
  border-radius: 6px;
}
.sales-section__header {
  position: relative;
  margin-block-end: 16px;
  z-index: 2;
}
.sales-section__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.76px;
}
.sales-section__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  text-align: center;
}
.sales-section__button {
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  min-height: 44px;
  padding-block: 10px;
  padding-inline: 16px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  color: var(--color, #fff);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.96px;
  border-radius: 100px;
  z-index: 20;
}
.sales-section__button:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--color-before, #FF7F11);
  z-index: -1;
}
.sales-section__button:after {
  content: '';
  position: absolute;
  transition: width 250ms cubic-bezier(0, 0, 0.5, 1);
  background-color: color-mix(in srgb, var(--color-after), #f77200 5%);
  inset: 0;
  width: 0;
  border-radius: 100px;
  z-index: -1;
}
.sales-section__button .icon {
  --icon-size: 24px;
}
.sales-section__decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  z-index: 1;
}
.sales-section--primary {
  margin-block-start: 25px;
  margin-block-end: 32px;
  padding-block-start: 50px;
}
.sales-section--primary .sales-section__header {
  position: absolute;
  bottom: 100%;
  left: var(--sales-pad-x);
  transform: translateY(50%);
  margin-block-end: 0;
  padding: 10px 12px;
  color: var(--section-header-color, #fff);
  background-color: var(--section-header-bg, #4747B2);
  border-radius: 6px;
}
.sales-grid {
  --sales-grid-items: 2;
  --sales-grid-gap-x: 16px;
  --sales-grid-gap-y: 24px;
  display: grid;
  grid-template-columns: repeat(var(--sales-grid-items), 1fr);
  gap: var(--sales-grid-gap-y) var(--sales-grid-gap-x);
  margin-block-end: 24px;
}
.sales-header {
  padding-block-start: 8px;
  margin-block-end: 32px;
  color: var(--text-color, #fff);
}
.sales-header__wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 200px) minmax(auto, 1fr);
  grid-template-areas: "start end" "mid mid";
  align-items: center;
  row-gap: 26px;
}
.sales-header__start {
  grid-area: start;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.sales-header__mid {
  grid-area: mid;
}
.sales-header__end {
  grid-area: end;
  display: flex;
  justify-content: flex-end;
}
.sales-header__title {
  margin: 0;
  font-size: 36px;
  line-height: 41.76px;
  font-weight: 900;
  text-align: center;
}
.sales-header__title:not(:last-child) {
  margin-block-end: 6px;
}
.sales-header__sub-title {
  margin: 0;
  font-size: 16px;
  line-height: 20.16px;
  font-weight: 500;
  text-align: center;
}
.sales-header__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.sales-header__block-img {
  flex-grow: 1;
  flex-shrink: 0;
}
.sales-footer {
  --ctas-item: 50%;
  --ctas-gap-x: 8px;
  --ctas-gap-y: 8px;
  position: relative;
  background-color: var(--footer-bg, #fff);
}
.sales-footer__top {
  padding-block-start: 32px;
  padding-block-end: 24px;
}
.sales-footer__top .wrapper {
  display: grid;
  grid-template-areas: "start" "mid" "end";
  row-gap: 32px;
}
.sales-footer__top-start {
  grid-area: start;
}
.sales-footer__top-mid {
  grid-area: mid;
}
.sales-footer__top-end {
  grid-area: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 22px;
}
.sales-footer__btm {
  padding-block-start: 16px;
  padding-block-end: 72px;
  background-color: var(--footer-btm-bg, #F4EAE4);
}
.sales-footer__btm .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.sales-footer__logo {
  text-align: center;
}
.sales-footer__logo .aspect-ratio {
  margin-inline: auto;
}
.sales-footer__ctas {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--ctas-gap-y) * -1) calc(var(--ctas-gap-x) * -1);
}
.sales-footer__ctas-item {
  padding: var(--ctas-gap-y) var(--ctas-gap-x);
  flex: 1 0 var(--ctas-item);
}
.sales-footer__cta {
  display: block;
  padding-block: 12px;
  padding-inline: 24px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: center;
  border-radius: 24px;
}
.sales-footer__cta:before,
.sales-footer__cta:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #E6E6E6;
  border-radius: 24px;
  z-index: -1;
}
.sales-footer__cta:after {
  transform: translateX(-100%);
  transition: transform 0.25s ease-in-out;
  background-color: #C7C7C7;
}
.sales-footer__icons {
  display: flex;
}
.sales-footer__icons-link {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-decoration: none;
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.sales-footer__icons--payments {
  align-items: center;
  justify-content: space-around;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.sales-footer__icons--text {
  justify-content: space-around;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.sales-footer__div {
  height: 1px;
  background-color: #E6E6E6;
}
.copyright {
  color: #404040;
  font-size: 12px;
  line-height: 16.44px;
  text-align: center;
}
.copyright p {
  margin: 0 0 8px;
}
.copyright p:last-child {
  margin-block-end: 0;
}
.copyright--studiox {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
  font-weight: 700;
  white-space: nowrap;
}
.copyright--studiox a {
  color: #404040;
  font-size: 16px;
  font-weight: 900;
  line-height: 22.4px;
  text-decoration-color: transparent;
  transition: text-decoration-color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.icon {
  --icon-size: 16px;
  flex-shrink: 0;
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  overflow: visible;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  transition: width 250ms cubic-bezier(0, 0, 0.5, 1), height 250ms cubic-bezier(0, 0, 0.5, 1), fill 250ms cubic-bezier(0, 0, 0.5, 1), stroke 250ms cubic-bezier(0, 0, 0.5, 1), transform 250ms cubic-bezier(0, 0, 0.5, 1);
}
.icon--66-100 {
  --icon-size: 66px;
}
.icon--80 {
  --icon-size: 80px;
}
.icon--48 {
  --icon-size: 48px;
}
.icon--42 {
  --icon-size: 42px;
}
.icon--40 {
  --icon-size: 40px;
}
.icon--32 {
  --icon-size: 32px;
}
.icon--30 {
  --icon-size: 30px;
}
.icon--28-24 {
  --icon-size: 24px;
}
.icon--20-24 {
  --icon-size: 20px;
}
.icon--32-28 {
  --icon-size: 28px;
}
.icon--28 {
  --icon-size: 28px;
}
.icon--24 {
  --icon-size: 24px;
}
.icon--22 {
  --icon-size: 22px;
}
.icon--19 {
  --icon-size: 19px;
}
.icon--20 {
  --icon-size: 20px;
}
.icon--18 {
  --icon-size: 18px;
}
.icon--16 {
  --icon-size: 16px;
}
.icon--14 {
  --icon-size: 14px;
}
.icon--primary {
  fill: #FF7F11;
}
.icon--secondary {
  fill: #0ea8ca !important;
}
.icon--green {
  fill: #06B777 !important;
}
.icon--red {
  fill: #EF0909 !important;
}
.icon--dark-orange {
  fill: #C95302;
}
.icon-holder {
  display: block;
}
.icon-required {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CED5E9;
}
.icon-holder--bg-sq {
  position: relative;
}
.icon-holder--bg-sq .icon {
  position: relative;
  z-index: 10;
}
.icon-holder--bg-sq::before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  transition: transform ease-out 0.4s;
  background-color: #0ea8ca;
}
.icon-holder--bg-cr {
  position: relative;
  --icon-size: 24px;
}
.icon-holder--bg-cr .icon {
  position: relative;
  z-index: 10;
  fill: #393434;
}
.icon-holder--bg-cr::before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  transform: translateX(3px);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transition: transform ease-out 0.4s;
  background-color: #0ea8ca;
}
.icon-holder--bg-tr {
  position: relative;
  --icon-size: 24px;
}
.icon-holder--bg-tr .icon {
  position: relative;
  z-index: 10;
  fill: #393434;
}
.icon-holder--bg-tr::before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  transform: translateX(3px);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transition: transform ease-out 0.4s;
  background-color: #0ea8ca;
}
.non-touch .icon--fb:hover {
  fill: #0075FA;
}
.non-touch .icon--yt:hover {
  fill: #DF0006;
}
.non-touch .icon--tw:hover {
  fill: #00A2F9;
}
.non-touch .icon--ins:hover {
  fill: #2E2F30;
}
.non-touch .icon--pin:hover {
  fill: #CD0007;
}
.non-touch .icon--in:hover {
  fill: #0078BA;
}
.non-touch .icon--bg:hover {
  fill: #3B3434;
}
.action.action-disabled .icon-holder--bg-cr::before {
  background-color: #C6C6C6;
}
.actions-holder .action:not(.action-disabled):hover .icon-holder--bg-cr::before {
  transform: translateX(0px);
}
.actions-holder .action:not(.action-disabled):hover .icon-holder--bg-sq::before {
  transform: translateX(-2px);
}
.actions-holder .action.order:not(.action-disabled):hover .icon {
  animation: ptsy3 1.8s linear infinite;
}
@keyframes ptsy3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.actions-holder .action.edit-pen:not(.action-disabled) .icon-holder::after {
  content: '';
  position: absolute;
  left: 4px;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: #393434;
  width: 0;
}
.actions-holder .action.edit-pen:not(.action-disabled):hover .icon-holder::after {
  width: 18px;
  transition: width linear 0.4s;
}
.actions-holder .action.edit-pen:not(.action-disabled):hover .icon {
  animation: ptsy4 0.4s linear forwards;
  transform-origin: bottom center;
}
@keyframes ptsy4 {
  0% {
    transform: rotate(0deg) translateX(0px);
  }
  50% {
    transform: rotate(-16deg) translateX(10px);
  }
  100% {
    transform: rotate(-32deg) translateX(15px) translateY(4px);
  }
}
.actions-holder .action.delete:not(.action-disabled):hover .icon-holder--bg-sq::before,
.actions-holder .action.delete:not(.action-disabled):hover .icon-holder--bg-cr::before {
  background-color: #EF0909;
}
.actions-holder .action.delete:not(.action-disabled):hover .action-label {
  color: #EF0909;
}
.icon-arrow-css {
  position: relative;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 200;
}
.icon-arrow-css span {
  height: 2px;
  display: block;
  background-color: #393434;
  position: absolute;
  border-radius: 100px;
  top: 46%;
  right: 14%;
  z-index: 10;
  width: 18px;
  transform-origin: right bottom;
  transition: transform ease-out 0.1s, width ease-out 0.3s 0.1s;
}
.icon-arrow-css span::after {
  content: '';
  height: 1px;
  width: 1px;
  border-radius: 100px;
  background-color: #393434;
  position: absolute;
  right: -1px;
  opacity: 0;
  transition: opacity ease-out 0.1s;
}
.icon-arrow-css::before {
  content: '';
  width: 12px;
  height: 2px;
  display: block;
  background-color: #393434;
  border-radius: 100px;
  position: absolute;
  top: 11px;
  right: 4px;
  transform: rotate(45deg);
  transform-origin: right center;
}
.icon-arrow-css::after {
  content: '';
  width: 12px;
  height: 2px;
  display: block;
  background-color: #393434;
  border-radius: 100px;
  position: absolute;
  right: 4px;
  bottom: 11px;
  transform: rotate(-45deg);
  transform-origin: right center;
}
.icon-arrow-css-right span {
  right: auto;
  left: 14%;
  transform-origin: left bottom;
}
.icon-arrow-css-right::before {
  right: auto;
  left: 4px;
  transform-origin: left center;
}
.icon-arrow-css-right::after {
  right: auto;
  left: 4px;
  transform-origin: left center;
}
.non-touch .see-more-large:hover .icon-arrow-css span,
.non-touch .search__results-link:hover .icon-arrow-css span,
.non-touch .button:hover .icon-arrow-css span,
.non-touch .icon-arrow-css:hover span {
  width: 12px;
  transform: rotate(-45deg);
  transition: width ease-in 0.1s, transform ease-in 0.3s 0.1s;
}
.non-touch .see-more-large:hover .icon-arrow-css span::after,
.non-touch .search__results-link:hover .icon-arrow-css span::after,
.non-touch .button:hover .icon-arrow-css span::after,
.non-touch .icon-arrow-css:hover span::after {
  opacity: 1;
  transition: opacity ease-in 0.3s 0.1s;
}
.non-touch .button:hover .icon-arrow-css-right span,
.non-touch .icon-arrow-css-right:hover span {
  transform: rotate(45deg);
}
.icon-x {
  position: relative;
  height: 24px;
  width: 24px;
  overflow: hidden;
  display: block;
}
.icon-x::before,
.icon-x::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #393434;
  border-radius: 10px;
  top: 1px;
  width: 26px;
  opacity: 0;
  visibility: hidden;
  transition: transform ease-in 0.2s 0.1s, opacity ease-in 0.1s 0.1s;
}
.icon-x::before {
  left: 3px;
  transform: rotate(45deg) translateX(-100%);
  transform-origin: left center;
}
.icon-x::after {
  right: 2px;
  transform: rotate(-45deg) translateX(100%);
  transform-origin: right center;
}
.icon-square {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.icon-square .icon {
  position: relative;
  z-index: 10;
}
.icon-square::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 16px;
  width: 28px;
  height: 30px;
  border-radius: 2px;
  background-color: #49cf6a;
}
.icon-sad {
  position: relative;
  margin-bottom: 10px;
  -display: block;
}
.icon-sad .icon {
  position: relative;
  z-index: 10;
}
.icon-sad::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 35px;
  background-image: url('../images/states/triangle.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-circle {
  position: relative;
  display: block;
}
.icon-circle .icon {
  position: relative;
  z-index: 10;
}
.icon-circle::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 13px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #FF7F11;
}
.icon-error {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.icon-error .icon {
  position: relative;
  z-index: 10;
}
.icon-error::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 35px;
  background-image: url('../images/states/triangle-error.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-state {
  font-size: 0;
  max-width: 42px;
  margin: 0 auto;
}
.icon-state::after {
  animation: moveStateIcon 6s ease-out normal forwards infinite;
}
.icon-state--static::after {
  animation: none;
}
.icon-state--primary.icon-square::after {
  background-color: #FF7F11;
}
.icon-state--large {
  max-width: 80px;
  margin-bottom: 10px;
}
.icon-state--large .icon {
  height: 80px;
  width: 80px;
}
.icon-state--large::after {
  height: 80px;
  width: 75px;
}
@keyframes moveStateIcon {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(0%, 10%);
  }
  50% {
    transform: translate(-20%, 10%);
  }
  75% {
    transform: translate(-20%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.icon-label {
  display: flex;
  align-items: center;
}
.icon-label--nbg .icon-holder::after {
  display: none;
}
.icon-label a {
  color: currentColor;
  text-decoration: none;
}
.icon-label__text {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  color: #393434;
  text-decoration: none;
  box-shadow: inset 0 -2px transparent;
  transition: box-shadow 0.2s ease-in;
}
.icon-label .icon-holder {
  position: relative;
}
.icon-label .icon-holder .icon {
  position: relative;
  z-index: 2;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.icon-label .icon-holder::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 5px;
  left: 8px;
  background-color: #FF7F11;
  border-radius: 50%;
  transition: transform ease-out 0.4s;
}
.non-touch .icon-label:hover .icon-label__text {
  box-shadow: inset 0 -2px currentColor;
}
.non-touch .icon-label:hover .icon-holder::after {
  transform: translateX(-4px);
}
.icon-graphic {
  position: relative;
  display: block;
  max-width: none;
  margin: 0;
}
.icon-graphic .icon {
  position: relative;
  z-index: 2;
}
.icon-graphic::after {
  content: '';
  position: absolute;
  width: 56px;
  height: 64px;
  left: 0;
  bottom: 0;
  background-image: url('../images/accent-grid-shape.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.i-box {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-block-end: 10px;
}
.i-box:last-child {
  margin-block-end: 0;
}
.i-box__icon {
  --icon-size: 20px;
  flex-shrink: 0;
  fill: #FF7F11;
}
.i-box__cont {
  font-size: 15px;
  line-height: 20px;
}
.i-box p {
  margin: 0 0 8px;
}
.i-box p:last-child {
  margin-block-end: 0;
}
.i-box a {
  color: currentColor;
  text-decoration: underline;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1), text-decoration-color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.non-touch .i-box a:hover {
  color: #FF7F11;
  text-decoration-color: transparent;
}
.buttons-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  gap: var(--bs-gap, 16px);
}
.buttons-row .button {
  flex-grow: 1;
}
.buttons-row .button:not(:only-child) {
  min-width: unset;
}
.buttons-row .button:only-child {
  flex-grow: 1;
}
.buttons-row .button--100 {
  max-width: inherit;
}
.buttons-row .button--100:only-child {
  max-width: inherit;
}
.buttons-row--sided {
  justify-content: space-between;
}
.buttons-row--sided .button {
  flex-grow: 1;
  max-width: unset;
}
.buttons-row--right {
  justify-content: flex-end;
}
.buttons-row--left {
  justify-content: flex-start;
}
.buttons-row--row {
  flex-direction: row;
}
.buttons-row--column {
  flex-direction: column;
}
.button {
  min-height: 48px;
  min-width: 250px;
  padding: 9px 0 10px;
  padding-inline: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  text-decoration: none;
  border-radius: 100px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  outline: none;
  isolation: isolate;
  box-sizing: border-box;
  background-color: transparent;
  z-index: 20;
  cursor: pointer;
  /*
    @media(min-width: @phone-h) {
        font-size: 20px;
        line-height: 138%;
    }
    */
}
.button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FF7F11;
  z-index: -1;
}
.button::after {
  content: '';
  position: absolute;
  transition: width 250ms cubic-bezier(0, 0, 0.5, 1);
  background-color: #f77200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 100px;
  z-index: -1;
}
.button--primary .icon-arrow-css span,
.button--primary .icon-arrow-css span::after,
.button--primary .icon-arrow-css::after,
.button--primary .icon-arrow-css::before {
  background-color: #fff;
}
.button--secondary::before {
  background-color: #0ea8ca;
}
.button--secondary::after {
  background-color: #0c94b2;
}
.button--secondary .icon-arrow-css span,
.button--secondary .icon-arrow-css span::after,
.button--secondary .icon-arrow-css::after,
.button--secondary .icon-arrow-css::before {
  background-color: #fff;
}
.button--tertiary {
  color: #C95302;
}
.button--tertiary::before {
  background-color: #F4EAE4;
}
.button--tertiary::after {
  background-color: #E7D9D1;
}
.button--quarterly {
  color: #C95302;
}
.button--quarterly::before {
  background-color: #FFF9F3;
}
.button--quarterly::after {
  background-color: #E7D9D1;
}
.button--quarterly[readonly],
.button--quarterly[disabled] {
  color: rgba(201, 83, 2, 0.4) !important;
}
.button--quarterly[readonly]:before,
.button--quarterly[disabled]:before {
  background-color: rgba(255, 249, 243, 0.4) !important;
}
.button--dark::before {
  background-color: #393434;
}
.button--dark::after {
  background-color: #1e1c1c;
}
.button--white {
  color: #FF7F11;
}
.button--white::before {
  background-color: #fff;
}
.button--white::after {
  background-color: #e6e6e6;
}
.button--no-bg {
  background-color: transparent;
  color: #21211e;
}
.button--no-bg::before {
  display: none;
}
.button--no-bg::after {
  display: none;
}
.button--no-bg span {
  position: relative;
  overflow: hidden;
}
.button--no-bg span:not(.button__icon) {
  box-shadow: inset 0 -2px transparent;
  transition: box-shadow 0.2s ease-in;
}
.button--mid-text {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 0 14px;
  padding-inline: 16px;
  font-style: italic;
}
.button--large-text {
  min-width: inherit;
  font-size: 18px;
  padding: 13px 0 12px;
  padding-inline: 16px;
  font-style: italic;
}
.button--large-text.button--with-icon {
  padding: 9px 24px 7px 32px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
}
.button--large-text.button--with-icon .button__icon {
  margin-left: 16px;
}
.button--outline {
  padding-top: 8px;
  padding-bottom: 9px;
  color: #404040;
  border: 1px solid #404040;
  transition: color 0.25s ease-in-out;
}
.button--outline:before {
  background-color: transparent;
}
.button--outline:after {
  background-color: #404040;
}
.button--100 {
  width: 100%;
}
.button--wide {
  width: 100%;
  min-width: inherit;
}
.button--sm {
  min-height: 30px;
  padding: 8px 0;
  padding-inline: 16px;
  font-size: 14px;
  line-height: 19px;
}
.button--green:before {
  background-color: #06B777;
}
.button--green:after {
  background-color: #06a86d;
}
.button--dark-orange:before {
  background-color: #C95302;
}
.button--dark-orange:after {
  background-color: #ba4d02;
}
.button__icon {
  margin-left: 8px;
  display: block;
  height: 24px;
  width: 24px;
  fill: currentColor;
}
.button__icon.icon-arrow-css span,
.button__icon.icon-arrow-css span::after,
.button__icon.icon-arrow-css::after,
.button__icon.icon-arrow-css::before {
  background-color: currentColor;
}
.button__icon--left {
  margin-left: 0;
  margin-right: 8px;
}
.button--round-right {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.button--round-right:active {
  top: 0;
  right: 1px;
}
.button--with-icon {
  padding-top: 12px;
  padding-bottom: 12px;
}
.button--back {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  min-width: 48px;
  max-width: 48px !important;
  padding: 0 !important;
}
.button--back .button__icon {
  --icon-size: 24px;
  margin: 0;
}
.button--back .button__text {
  display: none;
}
.button[readonly],
.button[disabled] {
  color: #BFBFBF;
  cursor: default;
}
.button[readonly]:before,
.button[disabled]:before {
  background-color: #F4F4F4;
}
.button[readonly]:after,
.button[disabled]:after {
  display: none;
}
.non-touch .button:not([disabled]):not([readonly]):hover::after {
  transition: width 0.25s ease-in-out;
  width: 100%;
}
.non-touch .button--outline:not([disabled]):not([readonly]):hover {
  color: #fff;
}
.non-touch .button--no-bg:not([disabled]):not([readonly]):hover > span:not(.button__icon) {
  box-shadow: inset 0 -2px #393434;
}
.button-clear {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #445061;
  text-decoration: none;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.button-clear .icon {
  fill: currentColor;
  transition: fill ease-in 0.2s;
}
.button-clear__text {
  display: block;
  line-height: 14px;
  margin-left: 2px;
  box-shadow: inset 0 -1px transparent;
  transition: box-shadow 0.2s ease-in;
}
.non-touch .button-clear:hover .icon {
  color: #EF0909;
}
.non-touch .button-clear:hover .button-clear__text {
  box-shadow: inset 0 -1px #393434;
}
.button-border-radius {
  display: flex;
  align-items: center;
  padding: 13px 25px 14px;
  border-radius: 25px 4px 25px 4px;
  overflow: hidden;
  color: #393434;
  text-decoration: none;
  border: 0;
  width: 100%;
  transition: background-color ease-in 0.2s;
  position: relative;
  outline: none;
}
.button-border-radius::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffefe3;
}
.button-border-radius::after {
  content: '';
  position: absolute;
  transition: width 0.25s ease-in-out;
  background-color: #ffd2b0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
}
.button-border-radius__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.23;
  position: relative;
  z-index: 2;
}
.button-border-radius .icon {
  position: relative;
  margin-right: 14px;
  z-index: 10;
}
.button-menu {
  cursor: pointer;
}
.button-menu::before {
  background-color: #eafbff;
}
.button-menu::after {
  background-color: #b7f1ff;
}
.button-menu.is-active {
  color: #fff;
}
.button-menu.is-active::before {
  background-color: #6d3a6c;
}
.button-menu.is-active::after {
  background-color: #4c284b;
}
.button-menu__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 19px;
  width: 23px;
  height: 23px;
  position: relative;
  z-index: 2;
}
.button-menu__icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #393434;
  border-radius: 2px;
  transition: background-color ease 0.2s;
}
.button-menu__icon span:nth-child(2) {
  margin: 3px 0;
}
.is-active .button-menu__icon span:nth-child(1) {
  animation: outT 0.4s backwards;
  animation-direction: reverse;
}
.is-active .button-menu__icon span:nth-child(2) {
  animation: outM 0.4s backwards;
  animation-direction: reverse;
}
.is-active .button-menu__icon span:nth-child(3) {
  animation: outBtm 0.4s backwards;
  animation-direction: reverse;
}
.is-active .button-menu__icon span {
  background-color: #fff;
}
.is-active .button-menu__icon span:nth-child(1) {
  animation: inT 0.4s forwards;
}
.is-active .button-menu__icon span:nth-child(2) {
  animation: inM 0.4s forwards;
}
.is-active .button-menu__icon span:nth-child(3) {
  animation: inBtm 0.4s forwards;
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(5px) rotate(0deg);
  }
  100% {
    transform: translateY(5px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(5px) rotate(0deg);
  }
  100% {
    transform: translateY(5px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(0deg);
  }
  100% {
    transform: translateY(-5px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(0deg);
  }
  100% {
    transform: translateY(-5px) rotate(135deg);
  }
}
.non-touch .button-border-radius:hover::after {
  transition: width 0.25s ease-in-out;
  width: 100%;
}
.button-scroll-top {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  border-radius: 25px 0 0 4px;
  padding: 15px 20px 11px 20px;
  max-width: 298px;
  width: 100%;
  margin-left: auto;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
}
.button-scroll-top .icon {
  fill: currentColor;
  margin-right: 14px;
}
.non-touch .button-scroll-top:hover .icon {
  animation: jumpArrow 0.4s ease-in forwards;
}
@keyframes jumpArrow {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.button--dark .icon-arrow-css {
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.button--dark .icon-arrow-css span {
  height: 3px;
  background-color: #fff;
  top: 47%;
  right: 5%;
  width: 23px;
}
.button--dark .icon-arrow-css span::after {
  height: 3px;
  width: 3px;
  right: -1px;
  background-color: #fff;
}
.button--dark .icon-arrow-css::after,
.button--dark .icon-arrow-css::before {
  background-color: #fff;
}
.button--dark .icon-arrow-css::before {
  width: 17px;
  height: 3px;
  top: 16px;
  right: 1px;
}
.button--dark .icon-arrow-css::after {
  width: 17px;
  height: 3px;
  right: 2px;
  bottom: 14px;
}
.non-touch .button--large-text:hover .icon-arrow-css span {
  width: 17px;
  transform: rotate(-45deg);
  transition: width ease-in 0.1s, transform ease-in 0.3s 0.1s;
}
.non-touch .button--large-text:hover .icon-arrow-css span::after {
  opacity: 1;
  transition: opacity ease-in 0.3s 0.1s;
}
.button-close {
  border: 0;
  background-color: transparent;
  padding: 8px;
}
.button-search-mobile {
  display: none;
  padding: 6px 14px 6px;
  border-radius: 4px 25px 25px 25px;
  background-color: #F7F7F7;
  border: 0;
  overflow: hidden;
  position: relative;
  outline: none;
}
.button-search-mobile .icon {
  transition: opacity ease-out 0.1s;
}
.button-search-mobile .icon-x {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.button-cart {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.13;
  text-align: center;
  color: #fff;
  padding: 15px 32px;
  overflow: visible;
  transition: padding ease-out 0.4s;
}
.button-cart .icon {
  height: 48px;
  width: 48px;
  fill: #393434;
}
.button-cart:active {
  top: 0;
  right: 0;
}
.button-cart::after {
  display: none;
}
.button-cart::before {
  border-radius: 100px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: left 0.2s ease-out;
}
.button-cart__icon {
  position: absolute;
  left: 0;
  transform: translateX(-24px);
  transition: transform ease-out 0.4s;
}
.button-cart__icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 8px;
  width: 8px;
  margin-left: -4px;
  border-radius: 100px;
  transform: translateY(-4px);
  background-color: #393434;
  transform-origin: left center;
  opacity: 0;
}
.button-cart__icon::before {
  content: '';
  position: absolute;
  left: 11px;
  bottom: 17px;
  width: 31px;
  height: 16px;
  background-image: url(../images/cart-fill-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(0.9) translateY(1px);
  opacity: 0;
}
.button-cart.is-active .button-cart__icon::after {
  animation: fillCartLarge-step-one 0.4s cubic-bezier(0.1, -0.01, 0.01, 1) forwards;
}
.button-cart.is-active .button-cart__icon .icon {
  animation: fillCart-step-two 0.4s 0.2s cubic-bezier(0, 1.36, 1, 0.93) forwards;
}
.button-cart.is-active .button-cart__icon::before {
  animation: fillCart 0.2s 0.2s cubic-bezier(0, 1.36, 1, 0.93) forwards;
}
@keyframes fillCartLarge-step-one {
  0% {
    transform: translateY(-4px);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 1;
  }
}
.non-touch .button-cart:hover {
  padding-left: 60px;
}
.non-touch .button-cart:hover::before {
  left: -20px;
}
.non-touch .button-cart:hover .button-cart__icon {
  transform: translateX(0px);
}
.button-back {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.38;
  color: #EF0909;
}
.button-back .button__icon--left {
  margin-right: 0px;
}
.button-s-login {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.63;
  color: #fff;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  border-radius: 25px;
  transition: background-color ease-out 0.4s;
  position: relative;
}
.button-s-login:active {
  top: 1px;
}
.button-s-login--fb {
  background-color: #1977f2;
}
.button-s-login--fb .icon {
  fill: #fff;
}
.non-touch .button-s-login--fb:hover {
  background-color: #0d6ae5;
}
.button-gallery {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  max-width: 126px;
  width: 100%;
  border-radius: 25px;
  background-color: rgba(246, 246, 246, 0.85);
  padding: 10px 22px 11px;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}
.button-gallery span {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
  color: #393434;
  position: relative;
  z-index: 20;
}
.button-gallery .icon {
  margin-right: 8px;
  position: relative;
  z-index: 20;
  fill: #393434;
  width: 19px;
  height: 19px;
}
.button-gallery::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background-color: #FF7F11;
  border-radius: 50%;
  transform: translateX(34px);
}
.button-gallery:active .icon,
.button-gallery:active span {
  top: 1px;
}
.button-gallery:active::after {
  transition: background-color 0.2s ease-out;
  background-color: #FF7F11 !important;
}
.non-touch .button-gallery:hover {
  transition: background-color 0.1s 0.4s ease-in;
  background-color: transparent;
}
.non-touch .button-gallery:hover span {
  color: #fff;
  transition: color 0.1s 0.3s ease-out;
}
.non-touch .button-gallery:hover .icon {
  fill: #fff;
  transition: fill 0.1s 0.3s ease-out;
}
.non-touch .button-gallery:hover::after {
  background-color: rgba(255, 127, 17, 0.85);
  animation: galleryButton linear 0.4s forwards;
  transform-origin: center center;
}
@keyframes galleryButton {
  0% {
    transform: translateX(34px) scale(1);
  }
  50% {
    transform: translateX(73px) scale(1.5);
  }
  100% {
    transform: translateX(73px) scale(20);
  }
}
.button-icon {
  isolation: isolate;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  padding: 9px 9px 8px 8px;
  background-color: #0ea8ca;
  border-radius: 37px;
  max-width: 37px;
  height: 37px;
  overflow: hidden;
  transition: padding linear 0.2s, max-width linear 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.button-icon:active {
  transition: background-color 0.2s;
  background-color: #0c94b2;
}
.button-icon:active .icon,
.button-icon:active .button-icon__text {
  top: 1px;
}
.button-icon .icon {
  fill: #fff;
  position: relative;
}
.button-icon__text {
  font-size: 16px;
  line-height: 1.28;
  position: relative;
  color: #fff;
  text-decoration: none;
  margin-left: -100px;
  transform: translateX(-200px);
  margin-right: 6px;
  transition: margin-left linear 0.1s, transform linear 0.1s;
}
.button-more {
  isolation: isolate;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  color: #06B777;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1), gap 250ms cubic-bezier(0, 0, 0.5, 1);
}
.non-touch .button-more:hover {
  gap: 0 16px;
  color: #087548;
}
.button-more--sm {
  font-size: 16px;
  line-height: 22px;
}
.back-button {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  vertical-align: middle;
  color: #06B777;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.back-button .icon {
  transform: rotateZ(180deg);
  transform-origin: center;
}
.non-touch .back-button:hover {
  text-decoration-color: #06B777;
}
.back-button--round {
  padding-block: 10px;
  padding-inline: 32px;
  color: var(--btn-color, #C95302);
  text-decoration: none;
  background-color: var(--btn-bg, #F4EAE4);
  border-radius: 32px;
}
.button-add {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  min-height: 180px;
  max-height: 340px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
  perspective: 1200px;
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 138%;
  background-color: rgba(6, 183, 119, 0.1);
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1), color 250ms cubic-bezier(0, 0, 0.5, 1);
  border-radius: 6px;
}
.button-add__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  color: #fff;
  background-color: #06B777;
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1);
  border-radius: 50%;
}
.button-add__icon .icon {
  --icon-size: 24px;
}
.button-add--wide .button-add__icon {
  height: 48px;
  width: 48px;
}
.button-add--wide .button-add__icon .icon {
  --icon-size: 24px;
}
.button-add--horizontal {
  min-height: unset;
  height: unset;
  width: unset;
  display: inline-flex;
  flex-direction: row;
  gap: 0 16px;
  padding: 0;
  color: #06B777;
  background-color: transparent;
  border-radius: 0;
}
.button-add--horizontal .button-add__icon {
  height: 40px;
  width: 40px;
}
.button-add--horizontal .button-add__icon .icon {
  --icon-size: 18px;
}
.non-touch .button-add:hover {
  background-color: rgba(6, 183, 119, 0.15);
}
.non-touch .button-add--horizontal:hover {
  color: #059e67;
  background-color: transparent;
}
.non-touch .button-add--horizontal:hover .button-add__icon {
  background-color: #059e67;
}
.button-add[disabled] {
  pointer-events: none;
  color: #BFBFBF;
}
.button-add[disabled] .button-add__icon {
  background-color: #F4F4F4;
}
.button-add[disabled] .button-add__icon .icon {
  fill: #BFBFBF;
}
.helper-button {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  vertical-align: middle;
  color: #404040;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 250ms cubic-bezier(0, 0, 0.5, 1);
  font-size: 18px;
  line-height: 140%;
}
.helper-button .icon {
  fill: #FF7F11;
}
.helper-button--primary {
  color: #EF0909;
}
.helper-button--primary .icon {
  fill: #EF0909;
}
.helper-button--alt {
  font-size: 16px;
  line-height: 140%;
  color: #808080;
}
.helper-button--alt .icon {
  fill: currentColor;
}
.non-touch .helper-button:hover {
  text-decoration-color: currentColor;
}
.button-link {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  color: #06B777;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.non-touch .button-link:hover {
  text-decoration-color: currentColor;
}
.link-button {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  color: #FF7F11;
  font-weight: 500;
  text-decoration: underline;
  transition: text-decoration-color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.non-touch .link-button:hover {
  text-decoration-color: transparent;
}
.link-button--md {
  font-size: 16px;
}
.button-cta-icon {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  padding: 10px;
  color: #FF7F11;
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  background-color: #F4F4F4;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.non-touch .button-cta-icon:hover {
  background-color: #efefef;
}
.button-to-fav {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: #F4F4F4;
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1);
  border-radius: 50%;
}
.button-to-fav .icon {
  --icon-size: 24px;
  fill: #BFBFBF;
}
.non-touch .button-to-fav:hover {
  background-color: #FFF9F3;
}
.non-touch .button-to-fav:hover .icon {
  fill: #FF7F11;
}
.button-to-fav.is-active {
  background-color: #FFF9F3;
}
.button-to-fav.is-active .icon {
  fill: #C95302;
}
.close-button {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  color: #000;
  vertical-align: middle;
}
.close-button .icon {
  fill: currentColor;
}
.non-touch .close-button:hover .icon {
  transform: rotateZ(90deg);
}
.to-top {
  --ts: 40px;
  --tb: 16px;
  --tr: 16px;
  --ti: 20px;
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--ts);
  width: var(--ts);
  position: fixed;
  bottom: var(--tb);
  right: var(--tr);
  transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1), background-color 250ms cubic-bezier(0, 0, 0.5, 1), border-color 250ms cubic-bezier(0, 0, 0.5, 1), bottom 250ms cubic-bezier(0, 0, 0.5, 1), right 250ms cubic-bezier(0, 0, 0.5, 1);
  background-color: #E6E6E6;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 100;
}
html:has(.brands-block) .to-top {
  --tb: 148px;
}
.to-top .icon {
  --icon-size: var(--ti);
  fill: #404040;
}
.to-top-visible .to-top {
  opacity: 1;
  visibility: visible;
}
.btn-add {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #06B777;
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.btn-add__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 26px;
  width: 26px;
  background-color: #06B777;
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1);
  border-radius: 50%;
}
.btn-add__icon .icon {
  --icon-size: 18px;
  fill: #fff;
}
.btn-add--remove {
  color: #757575;
}
.btn-add--remove .btn-add__icon {
  background-color: #E6E6E6;
}
.btn-add--remove .btn-add__icon .icon {
  fill: #757575;
}
/*
.swiper-pagination {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    // left: 0 !important;
    // transform: translateX(0) !important;
}

.swiper-pagination-bullet:only-child {
    visibility: hidden;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: transparent;
    display: block;
    cursor: pointer;
    opacity: 1;
    position: relative;
    outline: none;
    transition: transform ease-in 0.2s;
    margin: 0 !important;
    bottom: 0 !important;
    transform: scale(1);

    &::before {
        content: '';
        height: 8px;
        width: 8px;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background-color: @color-dark;

    }
}

.swiper-pagination .swiper-pagination-bullet-active {
    &::before {
        background-color: rgba(@color-dark, 0.4);
    }
}

.swiper-pagination .swiper-pagination-bullet-active-prev,
.swiper-pagination .swiper-pagination-bullet-active-next {
    &::before {
        content: '';
        height: 6px;
        width: 6px;
        margin-top: -3px;
        margin-left: -3px;
    }
}

.swiper-pagination .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination .swiper-pagination-bullet-active-next-next {
    &::before {
        content: '';
        height: 4px;
        width: 4px;
        margin-top: -2px;
        margin-left: -2px;
    }
}

.non-touch .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    transform: scale(1.2);
}
*/
.swiper-button {
  position: absolute;
  top: 170px;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
}
.swiper-button-disabled {
  display: none;
}
.swiper-button-next {
  right: 4px;
}
.swiper-button-prev {
  left: 4px;
}
.product-slider {
  content-visibility: auto;
  margin-bottom: 48px;
}
.product-slider .wrapper {
  position: relative;
}
.product-slider-block {
  position: relative;
}
.product-slider .product {
  max-width: 232px;
}
.product-slider .swiper-container {
  max-width: 1220px;
  padding-bottom: 26px;
}
.product-slider .swiper-wrapper {
  margin-bottom: 16px;
}
.product-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.product-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider {
  position: relative;
  padding-bottom: 28px;
}
.slider:not(.js-slider-mobile):not(.sales-nav) {
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1);
}
.slider:not(.js-slider-mobile):not(.sales-nav).slider-inited {
  opacity: 1;
}
.slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-top: 24px;
}
.slider__controls .swiper-button {
  isolation: isolate;
  border: 0;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  position: unset;
  transform: unset;
  padding: 0;
  color: #808080;
  background-color: transparent;
  border: 1px solid #808080;
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1), border-color 250ms cubic-bezier(0, 0, 0.5, 1), opacity 250ms cubic-bezier(0, 0, 0.5, 1);
  border-radius: 50%;
}
.slider__controls .swiper-button--prev .icon {
  transform: rotateZ(180deg);
}
.slider__controls .swiper-pagination {
  position: unset;
  left: unset;
  bottom: unset;
  transform: unset;
  margin: 0;
}
.slider__controls .swiper-pagination.swiper-pagination-progressbar {
  flex-grow: 1;
  height: 2px;
  position: relative;
  background-color: #E6E6E6;
  border-radius: 2px;
}
.slider__controls .swiper-pagination-progressbar-fill {
  background-color: #000;
  border-radius: 2px;
}
.slider.locked {
  padding-bottom: 0;
}
.slider.locked .swiper-button,
.slider.locked .swiper-pagination {
  display: none;
}
.slider.locked .slider__controls {
  display: none;
}
.slider--offset:not(.locked) {
  margin-inline: calc(var(--wrapper-gap) * -1);
}
.slider--offset:not(.locked) .swiper-container {
  padding-inline: var(--wrapper-gap);
}
.slider--offset:not(.locked):before,
.slider--offset:not(.locked):after {
  content: '';
  width: 32px;
  position: absolute;
  top: 0;
  bottom: 28px;
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1);
  pointer-events: none;
  z-index: 2;
}
.slider--offset:not(.locked):before {
  opacity: 0;
  left: 0;
  right: unset;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.slider--offset:not(.locked).not-beginning:before {
  opacity: 1;
}
.slider--offset:not(.locked).at-end:after {
  opacity: 0;
}
.slider--round-controls {
  padding-inline: 0;
}
.slider--thumb {
  max-width: 60px;
  width: 100%;
  max-height: 450px;
  padding-block: 30px;
  height: 450px;
  position: relative !important;
  display: none;
}
.slider--thumb:has(.swiper-button-prev.swiper-button-lock.swiper-button) {
  padding-top: 0 !important;
}
.slider--thumb .swiper-button-prev {
  top: 0;
  transform: translateY(0) translateX(50%) rotate(90deg);
}
.slider--thumb .swiper-button-next {
  top: initial;
  right: 4px !important;
  bottom: 0;
  transform: translateY(0) translateX(-50%) rotate(90deg);
}
.slider--thumb .swiper-button-lock.swiper-button {
  display: none !important;
}
.slider--thumb .swiper-container {
  width: 100%;
  height: 100%;
  width: 60px;
}
.slider--thumb .swiper-wrapper {
  display: block;
  box-sizing: border-box;
}
.slider--thumb .swiper-slide {
  height: 100%;
  cursor: pointer;
}
.swiper-button {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  height: calc(var(--sbh) * 1px);
  width: calc(var(--sbw) * 1px);
  position: absolute;
  top: 50%;
  top: calc(var(--mh, 120) * 1px);
  left: 0;
  transform: translateY(-50%);
  background-color: transparent;
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), opacity 250ms cubic-bezier(0, 0, 0.5, 1);
}
.swiper-button.swiper-button-next {
  left: auto;
  right: 0;
  justify-content: flex-end;
}
.swiper-button.swiper-button-prev .icon {
  transform: rotateZ(180deg);
}
.swiper-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button--alt {
  height: calc(var(--sbah) * 1px);
  width: calc(var(--sbaw) * 1px);
  left: 0;
  background-color: #fff;
  border-radius: 0 calc(var(--sbah) * 1px) calc(var(--sbah) * 1px) 0;
}
.swiper-button--alt.swiper-button-next {
  right: 0;
  border-radius: calc(var(--sbah) * 1px) 0 0 calc(var(--sbah) * 1px);
}
.swiper-button--circle {
  background-color: #fff;
  border-radius: 50%;
}
.swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px 0;
  white-space: nowrap;
}
.swiper-pagination-bullet {
  margin: 0 4px;
  opacity: 1;
  background-color: #E6E6E6;
  transition: 250ms cubic-bezier(0, 0, 0.5, 1);
  vertical-align: bottom;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.swiper-pagination.swiper-pagination-bullets-dynamic {
  left: 50%;
  right: unset;
  transform: translateX(-50%);
}
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet,
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev,
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  transform: scale(1);
}
.swiper-pagination.swiper-pagination-progressbar {
  position: unset;
  left: unset;
  bottom: unset;
  transform: unset;
}
.swiper-slide {
  height: auto;
  padding: 1px 0;
  box-sizing: border-box;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.hero-slider {
  padding: 0;
  margin-inline: calc(var(--wrapper-gap) * -1);
}
.hero-slider .swiper-slide {
  overflow: hidden;
}
.hero-slider .swiper-slide.swiper-slide-active .aspect-ratio {
  transform: scale(1);
}
.hero-slider .swiper-button {
  top: 50%;
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1);
  transform: translate3d(-100%, -50%, 0);
}
.touch .hero-slider .swiper-button {
  transform: translate3d(0, -50%, 0);
}
.hero-slider .swiper-button.swiper-button-next {
  transform: translate3d(100%, -50%, 0);
}
.touch .hero-slider .swiper-button.swiper-button-next {
  transform: translate3d(0, -50%, 0);
}
.hero-slider .swiper-pagination {
  opacity: 0;
  display: flex;
  width: auto;
  left: 50%;
  right: unset;
  bottom: 16px;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 32px;
  box-sizing: content-box;
  transform: translateX(-50%);
}
.hero-slider .swiper-pagination.swiper-pagination-bullets-dynamic {
  display: block;
  padding: 8px 4px;
}
.hero-slider .aspect-ratio {
  transform: scale(1.1);
  transition: transform 2s ease;
}
.hero-slider.slider-inited .swiper-pagination {
  opacity: 1;
}
.hero-slider.locked .swiper-button,
.hero-slider.locked .swiper-pagination {
  display: none;
}
.products-slider .swiper-button {
  top: calc(calc(var(--mh, 120) + 14) * 1px);
}
.products-slider:has(.product-card--alt) .swiper-button,
.products-slider:has(.product-card--gift) .swiper-button {
  top: calc(var(--mh, 120) * 1px);
}
.brands-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.brands-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.brands-slider.slider-inited .swiper-wrapper {
  display: flex;
  gap: 0;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  transition: visibility 250ms cubic-bezier(0, 0, 0.5, 1), opacity 250ms cubic-bezier(0, 0, 0.5, 1);
  opacity: 0;
  background-color: rgba(6, 58, 69, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 999999;
}
.modal-popup .modal-inner-wrap {
  max-height: 90%;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  height: auto;
}
.modals-overlay {
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
  opacity: 0;
  background-color: rgba(6, 58, 69, 0.9);
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-face-color: #FF7F11;
  scrollbar-shadow-color: #FF7F11;
  scrollbar-highlight-color: #FF7F11;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-button:single-button {
  display: none;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-thumb {
  background-color: #FF7F11;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-thumb:hover {
  background-color: #FF7F11;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-thumb:active {
  background-color: #FF7F11;
}
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-button {
  display: none;
}
.modal-popup._inner-scroll .modal-content .modal-content-holder {
  padding-top: 20px;
}
.modal-popup._inner-scroll .modal-content .modal-header {
  padding: 45px 56px 20px;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
}
.modal-popup._inner-scroll .modal-header {
  border-bottom: 1px solid #C6C6C6;
}
.modal-popup._inner-scroll .modal-footer {
  border-top: 1px solid #C6C6C6;
}
.modal-popup .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 4px 14px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  max-width: 656px;
  margin: 0 auto;
}
.modal-popup .action-close {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  position: absolute;
  top: 32px;
  right: 24px;
  z-index: 3;
}
.modal-popup .action-close .icon {
  fill: #393434;
  transition: transform ease-out 0.2s;
}
.non-touch .modal-popup .action-close:hover .icon {
  transform: rotateZ(90deg);
}
.modal-popup .form {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}
.modal-popup .modal-content {
  flex-grow: 1;
  padding: 0 113px;
}
.modal-popup .modal-footer {
  padding: 56px 113px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-popup .modal-header {
  position: relative;
  padding: 45px 40px 40px;
}
.modal-popup .modal-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.41;
  text-align: center;
  color: #191e21;
  margin: 0;
}
.modal-popup hr {
  margin: 24px 0 40px;
  border-color: #C6C6C6;
}
.modal-popup .modal-offset {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-popup .modal-offset .modal-title {
  margin-top: -24px;
}
.modal-popup .modal-subtitle {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.25;
  text-align: center;
  color: #393434;
  display: block;
  margin-bottom: 30px;
}
.modal-newsletter.modal-popup .modal-inner-wrap {
  background-color: transparent;
  max-width: 100%;
  box-shadow: none;
}
.modal-newsletter.modal-popup .modal-content {
  padding: 0;
}
.modal-newsletter.modal-popup .modal-footer,
.modal-newsletter.modal-popup .modal-header {
  padding: 0;
}
.modal-newsletter.modal-popup .action-close {
  position: absolute;
  top: 0;
}
.modal-newsletter.modal-popup .action-close .icon {
  fill: #fff;
}
.modal-newsletter.modal-popup .newsletter {
  margin-bottom: 0;
}
.modal-newsletter.modal-popup .newsletter__subtitle,
.modal-newsletter.modal-popup .newsletter__title {
  color: #fff;
}
.modal-login.modal-popup .fieldset {
  margin-bottom: 24px;
}
.modal-login.modal-popup .form-login {
  margin-bottom: 64px;
}
.modal-login.modal-popup._inner-scroll .modal-header {
  padding-top: 40px;
  padding-bottom: 20px;
  border: 0;
}
.modal-login.modal-popup .modal-content {
  padding: 0;
}
.modal-login.modal-popup .modal-content-holder {
  padding: 0 113px;
}
.modal-login.modal-popup .modal-offset {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  padding: 0 40px 40px;
}
.modal-login.modal-popup .modal-footer .modal-title {
  margin-bottom: 11px;
  display: block;
}
.modal-empty-product .modal-content {
  padding: 0 84px;
}
.modal-empty-product .modal-footer {
  padding: 32px 84px 56px;
}
.modal-product-info {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}
.modal-product-info__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #393434;
  display: block;
  margin-bottom: 2px;
}
.modal-product-info__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  color: #393434;
  display: block;
}
.modal-product-info__label {
  font-size: 14px;
  line-height: 1.57;
  color: #393434;
}
.modal-present .modal-header {
  padding: 40px 56px 0px;
  border: 0 !important;
}
.modal-present .modal-title {
  font-size: 32px;
  text-align: left;
}
.modal-present .modal-content {
  padding: 0 46px;
  margin: 0 10px;
}
.modal-present._inner-scroll .modal-content .modal-content-holder {
  padding-top: 0;
}
.modal-present .modal-footer {
  padding: 40px 56px 48px;
  border: 0 !important;
}
.modal-restyle {
  background-color: rgba(0, 0, 0, 0.33);
}
.modal-restyle._inner-scroll .modal-header {
  flex-shrink: 0;
  min-height: 28px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E6E6E6;
}
.modal-restyle._inner-scroll .modal-footer {
  border-width: 0;
}
.modal-restyle._inner-scroll .modal-content:last-child {
  margin-bottom: 16px;
}
.modal-restyle._inner-scroll .modal-content .modal-content-holder {
  padding-top: 0;
  padding-bottom: 16px;
}
.modal-restyle._inner-scroll .modal-content .modal-content-holder:last-child {
  padding-bottom: 0;
}
.modal-restyle .modal-inner-wrap {
  max-height: calc(100vh - 32px);
  max-height: calc(calc(var(--vh, 1vh) * 100) - 32px);
  max-width: 520px;
  position: relative;
  box-shadow: none;
  border-radius: 12px;
  margin-top: 24px;
  transition: margin 250ms cubic-bezier(0, 0, 0.5, 1);
}
.modal-restyle .modal-header {
  padding: 16px;
}
.modal-restyle .modal-footer {
  padding: 20px 16px;
}
.modal-restyle .modal-content {
  padding: 0 16px !important;
}
.modal-restyle .modal-title {
  padding: 0 32px;
  font-family: 'Noah', 'sans-serif';
  font-size: 20px;
  line-height: 140%;
}
.modal-restyle .action-close {
  top: 19px;
  right: 20px;
}
.modal-restyle._show .modal-inner-wrap {
  margin-top: 0;
}
.modal-restyle .form {
  max-width: unset;
}
.modal-callback {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-callback .modal-inner-wrap {
  max-width: 518px;
  border-radius: 12px;
  box-shadow: none;
}
.modal-callback .modal-content-holder {
  padding-block: 24px;
}
.modal-callback__title {
  margin: 0;
  margin-block-end: 10px;
  font-size: 26px;
  line-height: 30.94px;
}
.modal-callback__title:last-child {
  margin-block-end: 0;
}
.modal-callback__text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 22.4px;
  color: #404040;
}
.modal-callback__text:last-child {
  margin-block-end: 0;
}
.modal-tabs .modal-inner-wrap,
.modal-tabs._inner-scroll .modal-inner-wrap {
  max-width: 600px;
}
.modal-tabs .modal-content-wrap,
.modal-tabs._inner-scroll .modal-content-wrap {
  max-width: 380px;
  margin: 0 auto;
}
.modal-tabs .modal-header,
.modal-tabs._inner-scroll .modal-header {
  margin-bottom: 4px;
  padding-top: 24px;
  border: 0;
}
.modal-tabs .modal-content-holder,
.modal-tabs._inner-scroll .modal-content-holder {
  position: relative;
}
.modal-tabs .modal-image {
  position: absolute;
  z-index: -1;
}
.modal-tabs .modal-image--1 {
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}
.modal-tabs .modal-image--2 {
  top: 70px;
  left: 0;
}
.modal-inventory .modal-inner-wrap {
  max-width: 600px;
}
.modal-gift .modal-inner-wrap {
  max-width: 820px;
}
.modal-suggestions .modal-inner-wrap {
  max-width: 856px;
}
.modal-poll .modal-header {
  padding-block-start: 24px !important;
  margin-bottom: 8px !important;
  border-width: 0 !important;
}
.modal-poll .modal-title {
  font-size: 24px !important;
  line-height: 28.56px !important;
}
.modal-poll:has(.poll__step.active .datepicker) .modal-content {
  overflow: unset;
}
.product-card-item {
  height: 100%;
}
.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  padding-block-start: 6px;
  color: #404040;
  text-decoration: none;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 250ms cubic-bezier(0, 0, 0.5, 1);
  backface-visibility: hidden;
}
.product-card__media {
  width: 100%;
  max-width: 146px;
  margin-inline: auto;
  position: relative;
}
.product-card__media-image {
  transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1);
}
.product-card__cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-top: 18px;
}
.product-card__cont-mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 8px;
}
.product-card__labels {
  --tx: -5px;
  --ty: -6px;
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  position: absolute;
  pointer-events: none;
  backface-visibility: hidden;
}
.product-card__labels--tl {
  top: var(--ty);
  left: var(--tx);
}
.product-card__labels--tr {
  top: var(--ty);
  right: var(--tx);
}
.product-card__labels img {
  max-width: 44px;
}
.product-card__discount {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  padding: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  background-color: #FF7F11;
  -webkit-mask-image: url('../images/banner-mask.svg');
          mask-image: url('../images/banner-mask.svg');
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  backface-visibility: hidden;
  z-index: 2;
}
.product-card__discount--secondary {
  font-size: 10px;
  line-height: 10px;
  background-color: #C95302;
}
.product-card__discount small {
  font-size: 13px;
  font-weight: 600;
}
.product-card__title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  height: 36px;
}
.product-card__title-button {
  color: #404040;
  text-decoration: none;
}
.product-card__title-name {
  font-weight: 700;
  box-shadow: inset 0 0 rgba(255, 255, 255, 0);
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1), box-shadow 250ms cubic-bezier(0, 0, 0.5, 1);
}
.product-card__sub-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 4px 0 0;
  color: #757575;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}
.product-card__prices {
  display: flex;
  flex-direction: column-reverse;
}
.touch .product-card__prices {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.product-card__price {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.product-card__price--new {
  color: #FF7F11;
}
.product-card__price--old {
  color: #757575;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: line-through;
}
.product-card__qty {
  color: #757575;
  font-size: 14px;
  line-height: 19px;
}
.product-card__actions-cont {
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: relative;
  pointer-events: all;
  z-index: 2;
}
.product-card__btn {
  --btn-size: 36px;
  --btn-icon-size: 22px;
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  height: var(--btn-size);
  width: var(--btn-size);
  color: #fff;
  background-color: #FF7F11;
  border-radius: 50%;
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1), background-color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.product-card__btn .icon {
  --icon-size: var(--btn-icon-size);
}
.product-card__btn--cart {
  display: none;
}
.product-card__btn--cart.is-active {
  background-color: #C95302;
}
.non-touch .product-card__btn--cart.is-active:hover {
  background-color: #C95302;
}
.non-touch .product-card__btn--cart:hover {
  background-color: #E36C05;
}
.product-card__btn--fav {
  color: #757575;
  background-color: #F4F4F4;
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.product-card__btn--fav .icon {
  --icon-size: var(--btn-icon-size);
  fill: #BFBFBF;
}
.non-touch .product-card__btn--fav:hover {
  background-color: #FFF9F3;
}
.non-touch .product-card__btn--fav:hover .icon {
  fill: #FF7F11;
}
.product-card__btn--fav.is-active {
  background-color: #FFF9F3;
}
.product-card__btn--fav.is-active .icon {
  fill: #C95302;
}
.product-card .product-label {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
  backface-visibility: hidden;
}
.product-card .rating-result {
  margin-top: 8px;
}
.product-card--padded {
  padding: 8px;
  border-radius: 6px;
}
.product-card--bordered {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #F4EAE4;
}
.product-card--highlighted {
  border-radius: 6px;
}
.product-card--horizontal {
  flex-direction: row;
  gap: 0 8px;
}
.product-card--horizontal .product-label {
  position: unset;
  transform: none;
}
.product-card--horizontal .product-card__media {
  width: 110px;
  flex-shrink: 0;
}
.product-card--horizontal .product-card__cont {
  justify-content: flex-start;
  padding-top: 0;
}
.product-card--horizontal .product-card__cont-mid {
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.product-card--horizontal .product-card__cont-btm {
  margin-top: 8px;
}
.product-card--horizontal .product-card__title {
  -webkit-line-clamp: 2;
  margin: 0 0 4px;
  text-align: left;
}
.product-card--horizontal .product-card__sub-title {
  text-align: left;
}
.product-card--horizontal .product-card__prices {
  margin-top: 0;
}
.product-card--horizontal .product-card__price {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
}
.product-card--horizontal .product-card__price--old {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: line-through;
}
.product-card--horizontal .product-card__actions {
  justify-content: flex-end;
}
.product-card--horizontal .product-card__actions-cont {
  gap: 0 12px;
}
.product-card--horizontal .product-card__btn {
  --btn-size: 36px;
  --btn-icon-size: 22px;
}
.non-touch .product-card:not(.no-effect):hover .product-card__title-name {
  color: #000;
  box-shadow: inset 0 -8px rgba(255, 127, 17, 0.13);
}
.non-touch .product-card:not(.no-effect):hover .product-card__media-image {
  opacity: 0.8;
}
.non-touch .product-card:not(.no-effect):hover .product-card__actions {
  opacity: 1;
  visibility: visible;
  transition-delay: 200ms;
}
.non-touch .product-card:not(.no-effect):hover .product-card__actions-cont {
  transform: translateY(0);
  transition-delay: 200ms;
}
.product-card--gift:has(.check-radio__input:not(:disabled)) {
  cursor: pointer;
}
.product-card--mini {
  flex-direction: row;
  gap: 0 12px;
  padding: 8px 12px;
  border-width: 0;
}
.product-card--mini .product-card__media {
  max-width: 50px;
}
.product-card--mini .product-card__cont {
  display: grid;
  grid-template-areas: "top top" "mid end";
  grid-template-columns: min-content 1fr;
  padding-top: 0;
}
.product-card--mini .product-card__cont-top {
  grid-area: top;
}
.product-card--mini .product-card__cont-mid {
  grid-area: mid;
  align-items: flex-end;
  margin-block-start: 0;
}
.product-card--mini .product-card__cont-end {
  grid-area: end;
  align-content: flex-end;
  text-align: right;
}
.product-card--mini .product-card__title {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}
.product-card--mini .product-card__title-button {
  color: #757575;
}
.product-card--mini .product-card__price {
  font-size: 15px;
  line-height: 21px;
}
.product-card--xs {
  text-align: center;
}
.product-card--xs .product-card__cont-mid {
  justify-content: center;
}
.product-card--xs .product-card__cont-btm {
  padding-block-start: 12px;
}
.product-card--sales,
.product-card--top-sales {
    padding: 6px;
    border: 2px solid rgba(255,255,255,0);
}
.product-card--highlighted {
    border: 2px solid var(--highlight-color, #F4EAE4);
}
.product-card--sales .product-card__media,
.product-card--top-sales .product-card__media {
  max-width: 140px;
}
.product-card--sales .product-card__discount,
.product-card--top-sales .product-card__discount {
  background-color: var(--badge-color, #FF7F11);
}
.product-card--sales .product-card__title,
.product-card--top-sales .product-card__title {
  font-size: 14px;
  line-height: 18.2px;
  height: 36.4px
}
.product-card--sales .product-card__sub-title,
.product-card--top-sales .product-card__sub-title {
  font-size: 14px;
  line-height: 18.2px;
}
.product-card--sales .product-card__cont-mid,
.product-card--top-sales .product-card__cont-mid {
  flex-direction: column;
  row-gap: 8px;
}
.product-card--sales .product-card__prices,
.product-card--top-sales .product-card__prices {
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.touch .product-card--sales .product-card__prices,
.touch .product-card--top-sales .product-card__prices {
  flex-direction: column;
}
.product-card--sales .product-card__price,
.product-card--top-sales .product-card__price {
  font-size: 18px;
  line-height: 20.7px;
}
.product-card--sales .product-card__price--old,
.product-card--top-sales .product-card__price--old {
  font-size: 14px;
  line-height: 16.1px;
}
.product-card--sales .product-card__btn--cart,
.product-card--top-sales .product-card__btn--cart {
  display: flex;
}
.product-card--sales .product-card__actions-cont,
.product-card--top-sales .product-card__actions-cont {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.product-label {
  display: inline-flex;
  padding: 2px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  border-radius: 26px;
  background-color: #06B777;
}
.product-label--incomming {
  background-color: #4747B2;
}
.product-label--empty {
  background-color: #EF0909;
}
.pd-status {
  display: inline-flex;
  color: #11A705;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
.pd-status--awaiting {
  color: #0ea8ca;
}
.pd-status--limited {
  color: #FF7F11;
}
.pd-status--out-of-stock {
  color: #EF0909;
}
.pd-status--md {
  font-size: 16px;
  line-height: 21px;
}
.sales-navigation {
  order: -1;
  margin-block-end: 32px;
}
.sales-navigation__end {
  display: none;
}
.sales-navigation__action {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 56px;
  width: 56px;
  background-color: var(--cart-bg, #F4EAE4);
  border-radius: 4px;
}
.sales-navigation__action .icon {
  --icon-size: 24px;
  grid-area: 1/-1;
  grid-column: 1/-2;
  fill: var(--cart-icon, #C95302);
}
.sales-navigation__action-number {
  grid-area: 1/-1;
  grid-column: 1/-1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-width: 20px;
  margin-block-start: -16px;
  margin-inline-start: -4px;
  color: var(--cart-counter-color, #fff);
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  background-color: var(--cart-counter-bg, #FF7F11);
  border-radius: 20px;
}
.sales-nav {
  --sales-nav-items: 50%;
  --sales-nav-gap-x: 4px;
  --sales-nav-gap-y: 4px;
  padding: 0;
}
.sales-nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: unset;
  width: unset;
  margin: calc(var(--sales-nav-gap-y) * -1) calc(var(--sales-nav-gap-x) * -1);
}
.sales-nav__item {
  display: flex;
  flex: 0 0 calc(var(--sales-nav-items) - calc(var(--sales-nav-gap-x) * 2));
  padding: var(--sales-nav-gap-y) var(--sales-nav-gap-x);
}
.sales-nav__anchor {
  min-height: 66px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 8px;
  padding: 16px;
  color: var(--anchor-color, #000);
  font-size: 17px;
  font-weight: 700;
  line-height: 18.7px;
  text-align: center;
  text-decoration: none;
  background-color: var(--box-color, #fff);
  border-radius: 6px;
}
.sales-nav__anchor.active {
  color: var(--anchor-active-color, #fff);
  background-color: var(--anchor-active-bg, #FF7F11);
  z-index: 2;
}
.sales-nav__anchor.highlighted {
  color: var(--anchor-highlight-color, #FF7F11);
}
.sales-nav__button {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--box-color, #fff);
  transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1);
  z-index: 3;
}
.sales-nav__button:before {
  content: '';
  height: 100%;
  width: 42px;
  position: absolute;
  top: 0;
  left: 100%;
  background: linear-gradient(90deg, var(--box-color, #fff) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.sales-nav__button .icon {
  --icon-size: 20px;
  fill: var(--arrow-color, #000);
  transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1), fill 250ms cubic-bezier(0, 0, 0.5, 1);
}
.sales-nav__button--prev .icon {
  transform: rotateZ(180deg);
}
.sales-nav__button--next {
  left: unset;
  right: 0;
}
.sales-nav__button--next:before {
  background: linear-gradient(270deg, var(--box-color, #fff) 0%, rgba(255, 255, 255, 0) 100%);
  left: unset;
  right: 100%;
}
.sales-nav__button.swiper-button-disabled {
  pointer-events: none;
}
.sales-nav__button.swiper-button-disabled:before {
  opacity: 0;
}
.sales-nav__button.swiper-button-disabled .icon {
  opacity: 0.35;
}
.mm-sales {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1), opacity 250ms cubic-bezier(0, 0, 0.5, 1);
  z-index: 110;
}
.nav-unvisible .mm-sales {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mm-sales__cont {
  visibility: hidden;
  height: calc(100vh - 57px);
  height: calc(calc(var(--vh, 1vh) * 100) - 57px);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-block: 20px;
  padding-inline: 16px;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background-color: var(--box-bg, #fff);
  transform: translateX(100%);
  transform-origin: bottom center;
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1);
}
.mm-open .mm-sales__cont {
  visibility: visible;
  transform: translateX(0);
}
.mm-sales__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.mm-sales__list-item {
  padding-block: 14px;
  border-bottom: 1px solid var(--item-border, #E6E6E6);
}
.mm-sales__list-item:first-child {
  padding-block-start: 0;
}
.mm-sales__list-item:last-child {
  padding-block-end: 0;
  border-bottom-width: 0;
}
.mm-sales__list-item-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mm-sales__list-anchor {
  color: var(--anchor-color, #000);
  font-size: 18px;
  font-weight: 700;
  line-height: 23.58px;
  text-decoration: none;
}
.mm-sales__list-anchor.highlighted {
  color: var(--anchor-highlight-color, #FF7F11);
}
.mm-sales__list-anchor-btn {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.mm-sales__list-anchor-btn .icon {
  --icon-size: 24px;
}
.mm-sales__sub {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  transform: translateX(100%);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1);
  background-color: var(--box-bg, #fff);
  z-index: 1;
}
.sub-open .mm-sales__sub {
  visibility: visible;
  transform: translateX(0);
}
.mm-sales__sub-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 16px;
  border-bottom: 1px solid var(--item-border, #E6E6E6);
}
.mm-sales__sub-header-btn {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.mm-sales__sub-header-btn .icon {
  --icon-size: 24px;
}
.mm-sales__sub-header-anchor {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.2px;
  text-decoration: none;
}
.mm-sales__sub-body {
  flex-grow: 1;
  padding: 16px;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mm-sales__nested {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.mm-sales__nested-anchor {
  color: #000;
  font-size: 17px;
  line-height: 22.27px;
  text-decoration: none;
}
.mm-sales__footer {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 8px 16px;
  background-color: var(--box-bg, #fff);
  border-top: 1px solid var(--box-border, #4747B2);
}
.mm-sales__footer-start {
  flex-basis: 40px;
}
.mm-sales__footer-mid {
  flex-grow: 1;
}
.mm-sales__footer-end {
  flex-basis: 40px;
}
.mm-sales__logo .icon {
  --icon-size: 40px;
}
.mm-sales__button {
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  height: 40px;
  width: 100%;
  padding-block: 4px;
  padding-inline-start: 32px;
  padding-inline-end: 8px;
  color: var(--btn-color, #fff);
  font-size: 15px;
  font-weight: 700;
  line-height: 19.65px;
  background-color: var(--btn-bg, #FF7F11);
  border-radius: 6px;
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.mm-sales__button-icon {
  display: grid;
  height: 18px;
  width: 18px;
}
.mm-sales__button-icon .icon {
  --icon-size: 18px;
  grid-area: 1/-1;
  grid-column: 1/-1;
  transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1);
}
.mm-sales__button-icon .icon--on {
  opacity: 0;
}
.mm-open .mm-sales__button {
  background-color: var(--btn-active-bg, #C95302);
}
.mm-open .mm-sales__button .icon {
  opacity: 0;
}
.mm-open .mm-sales__button .icon--on {
  opacity: 1;
}
.mm-sales__action {
  display: flex;
  border-radius: 6px;
  isolation: isolate;
  padding: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  outline: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--cart-bg, #F4EAE4);
  border-radius: 4px;
}
.mm-sales__action .icon {
  --icon-size: 20px;
  grid-area: 1/-1;
  grid-column: 1/-2;
  fill: var(--cart-icon, #C95302);
}
.mm-sales__action-number {
  grid-area: 1/-1;
  grid-column: 1/-1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  min-width: 18px;
  margin-block-start: -16px;
  margin-inline-start: -4px;
  color: var(--cart-counter-color, #fff);
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  background-color: var(--cart-counter-bg, #FF7F11);
  border-radius: 20px;
}
.mm-open .to-top {
  opacity: 0;
}
.sales-countdown {
  display: inline-flex;
  flex-direction: column;
  color: var(--counter-color, #fff);
}
.sales-countdown__title {
  margin-block-end: 4px;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  line-height: 15.6px;
}
.sales-countdown__counter {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.sales-countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  min-width: 38px;
  padding: 4px;
  color: var(--didgit-text, #000);
  background-color: var(--didgit-bg, #FFF9F3);
  border-radius: 6px;
}
.sales-countdown__item-didgit {
  color: var(--didgit-color, #C95302);
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.sales-countdown__item-text {
  font-size: 12px;
  line-height: 14.4px;
}
.settings-lsit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.settings-lsit--alt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.settings-lsit--alt .settings-lsit__item {
  flex: 0 0 calc(100% - 8px);
}
.settings-button {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 72px;
  gap: 0 16px;
  padding: 8px 16px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
  background-color: #FFF9F3;
  border: 1px solid #F4EAE4;
  border-radius: 6px;
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
}
.settings-button__text {
  flex-grow: 1;
}
.settings-button .icon {
  transition: fill 250ms cubic-bezier(0, 0, 0.5, 1), transform 250ms cubic-bezier(0, 0, 0.5, 1);
}
.non-touch .settings-button:hover {
  color: #FF7F11;
}
.non-touch .settings-button:hover .icon {
  transform: translateX(6px);
}
.settings-button--alt {
  background-color: #fff;
  border-color: #fff;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.nowrap {
  white-space: nowrap !important;
}
.no-margin {
  margin: 0 !important;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyvisible,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.sc-success {
  color: #49cf6a;
}
.sc-warning {
  color: #ffad24;
}
.sc-error {
  color: #EF0909;
}
.sc-info {
  color: #0ea8ca;
}
.sc-primary {
  color: #FF7F11;
}
.link {
  box-shadow: inset 0 -2px transparent;
  transition: box-shadow 0.2s ease-in;
  text-decoration: none;
}
.non-touch .link:hover {
  box-shadow: inset 0 -2px #393434;
}
.t-only {
  display: none;
}
.m-only {
  display: none;
}
.touch-only {
  display: none;
}
.touch .touch-only {
  display: block;
}
.block-scroll,
.block-scroll body {
  height: 100%;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  touch-action: none;
}
.see-more {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.43;
  color: #393434;
  box-shadow: inset 0 -1px #393434;
  display: inline-flex;
  text-decoration: none;
  transition: color ease 0.4s, box-shadow 0.2s ease-in;
}
.non-touch .see-more:hover {
  box-shadow: inset 0 -2px transparent;
  color: #FF7F11;
}
.see-more-accent {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-align: right;
  color: #0ea8ca;
  display: inline-flex;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.see-more-accent span {
  box-shadow: inset 0 -2px transparent;
  transition: box-shadow 0.2s ease-in;
}
.see-more-accent--small {
  font-size: 16px;
}
.see-more-large {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.13;
  color: #393434;
  display: inline-flex;
  text-decoration: none;
}
.see-more-large span {
  box-shadow: inset 0 -2px transparent;
  transition: box-shadow 0.2s ease-in;
}
.non-touch .see-more-large span:not(.icon-arrow-css):hover,
.non-touch .see-more-accent span:not(.icon-arrow-css):hover {
  box-shadow: inset 0 -2px currentColor;
}
.text-separator {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.63;
  color: #393434;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.text-separator::after,
.text-separator::before {
  content: '';
  width: 98px;
  height: 1px;
  margin: 0 24px;
  background-color: #C6C6C6;
}
.back-to-page {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.38;
  color: #0ea8ca;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 8px;
}
.back-to-page .icon {
  fill: currentColor;
  margin-right: 2px;
}
.back-to-page span {
  box-shadow: inset 0 -2px transparent;
  transition: box-shadow 0.2s ease-in;
}
.non-touch .back-to-page span:hover {
  box-shadow: inset 0 -2px currentColor;
}
.primary-c {
  color: #FF7F11;
}
.secondary-c {
  color: #0ea8ca;
}
.red-c {
  color: #EF0909;
}
.text-r24 {
  font-size: 22px;
  line-height: normal;
}
.text-20 {
  font-size: 20px;
}
.text-r20 {
  font-size: 16px;
  line-height: 140%;
}
.text-r18 {
  font-size: 14px;
  line-height: 16px;
}
.text-16 {
  font-size: 16px;
  line-height: 140%;
}
.text-15 {
  font-size: 15px;
  line-height: 140%;
}
.text-14 {
  font-size: 14px;
  line-height: 140%;
}
.text-bold {
  font-weight: 700;
}
.text-regular {
  font-weight: 400;
}
.text-primary {
  color: #FF7F11;
}
.text-gray {
  color: #808080;
}
.text-red {
  color: #EF0909;
}
.text-black {
  color: #000;
}
.text-purple {
  color: #4747B2;
}
.text-dark-orange {
  color: #C95302;
}
.text-balance {
  text-wrap: balance;
}
/* upgrade browser */
.upgrade-browser {
  position: relative;
  z-index: 10000;
  padding: 10px 60px;
  text-align: center;
  background-color: #ffe490;
}
.upgrade-browser a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: url("../../images/browser-sprite.jpg") no-repeat -1000px 0;
}
.upgrade-browser a.chrome {
  background-position: 0px 0px;
}
.upgrade-browser a.ie {
  background-position: -50px 0px;
}
.upgrade-browser a.firefox {
  background-position: -100px 0;
}
.upgrade-browser a.opera {
  background-position: -150px 0;
}
.upgrade-browser a.safari {
  background-position: -200px 0;
}
.upgrade-browser span {
  display: inline-block;
  margin: 10px;
  font-size: 16px;
  line-height: 18px;
}
/* end of upgrade browser */
/* Print styles */
@media screen and (min-width: 320px) {
  .logo {
    max-width: calc(158px  +  162  * ((100vw -  320px ) / 1010 ));
  }
}
@media screen and (min-width: 359px) {
  .background-section {
    padding-top: calc(32px  +  24  * ((100vw -  359px ) / 1541 ));
  }
  .background-section {
    padding-bottom: calc(32px  +  16  * ((100vw -  359px ) / 1541 ));
  }
  .icon--66-100 {
    --icon-size: calc(66px  +  34  * ((100vw -  359px ) / 1001 ));
  }
  .i-box {
    -moz-column-gap: calc(8px  +  2  * ((100vw -  359px ) / 1001 ));
         column-gap: calc(8px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .i-box {
    margin-block-end: calc(10px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .i-box__icon {
    --icon-size: calc(20px  +  4  * ((100vw -  359px ) / 1001 ));
  }
  .i-box__cont {
    font-size: calc(15px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .i-box__cont {
    line-height: calc(20px  +  2.3  * ((100vw -  359px ) / 1001 ));
  }
  .button {
    padding-inline: calc(16px  +  16  * ((100vw -  359px ) / 1001 ));
  }
  .button {
    font-size: calc(16px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .button {
    line-height: calc(22px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .button--mid-text {
    font-size: calc(16px  +  0  * ((100vw -  359px ) / 1001 ));
  }
  .button--mid-text {
    padding-inline: calc(16px  +  11  * ((100vw -  359px ) / 1001 ));
  }
  .button--large-text {
    padding-inline: calc(16px  +  16  * ((100vw -  359px ) / 1001 ));
  }
  .button--large-text.button--with-icon {
    padding-inline-start: calc(16px  +  16  * ((100vw -  359px ) / 1001 ));
  }
  .button--large-text.button--with-icon {
    padding-inline-end: calc(16px  +  8  * ((100vw -  359px ) / 1001 ));
  }
  .button--sm {
    padding-inline: calc(16px  +  8  * ((100vw -  359px ) / 1001 ));
  }
  .button--sm {
    font-size: calc(14px  +  0  * ((100vw -  359px ) / 1001 ));
  }
  .button--sm {
    line-height: calc(19px  +  1  * ((100vw -  359px ) / 1001 ));
  }
  .button-more {
    font-size: calc(16px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .button-more--sm {
    font-size: calc(16px  +  0  * ((100vw -  359px ) / 1001 ));
  }
  .button-more--sm {
    line-height: calc(22px  +  0  * ((100vw -  359px ) / 1001 ));
  }
  .back-button {
    font-size: calc(16px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .button-add {
    row-gap: calc(12px  +  4  * ((100vw -  359px ) / 1001 ));
  }
  .button-add {
    font-size: calc(18px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .button-add__icon {
    height: calc(48px  +  10  * ((100vw -  359px ) / 1001 ));
  }
  .button-add__icon {
    width: calc(48px  +  10  * ((100vw -  359px ) / 1001 ));
  }
  .button-add__icon .icon {
    --icon-size: calc(24px  +  4  * ((100vw -  359px ) / 1001 ));
  }
  .button-add--wide .button-add__icon {
    height: calc(48px  +  24  * ((100vw -  359px ) / 1001 ));
  }
  .button-add--wide .button-add__icon {
    width: calc(48px  +  24  * ((100vw -  359px ) / 1001 ));
  }
  .button-add--wide .button-add__icon .icon {
    --icon-size: calc(24px  +  12  * ((100vw -  359px ) / 1001 ));
  }
  .helper-button {
    font-size: calc(18px  +  0  * ((100vw -  359px ) / 1001 ));
  }
  .helper-button {
    line-height: calc(140%  +  -9  * ((100vw -  359px ) / 1001 ));
  }
  .helper-button--alt {
    font-size: calc(16px  +  0  * ((100vw -  359px ) / 1001 ));
  }
  .helper-button--alt {
    line-height: calc(140%  +  0  * ((100vw -  359px ) / 1001 ));
  }
  .button-link {
    font-size: calc(16px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .button-link {
    line-height: calc(140%  +  -9  * ((100vw -  359px ) / 1001 ));
  }
  .link-button--md {
    font-size: calc(16px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .button-cta-icon {
    font-size: calc(16px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .button-cta-icon {
    line-height: calc(140%  +  -9  * ((100vw -  359px ) / 1001 ));
  }
  .settings-button {
    font-size: calc(16px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .settings-button {
    line-height: calc(125%  +  6  * ((100vw -  359px ) / 1001 ));
  }
  .text-r24 {
    font-size: calc(22px  +  2  * ((100vw -  359px ) / 1241 ));
  }
  .text-r20 {
    font-size: calc(16px  +  4  * ((100vw -  359px ) / 1241 ));
  }
  .text-r20 {
    line-height: calc(140%  +  -2  * ((100vw -  359px ) / 1241 ));
  }
  .text-r18 {
    font-size: calc(14px  +  4  * ((100vw -  359px ) / 1241 ));
  }
  .text-r18 {
    line-height: calc(16px  +  6  * ((100vw -  359px ) / 1241 ));
  }
}
@media (min-width: 480px) {
  .sales-grid {
    --sales-grid-items: 3;
  }
}
@media screen and (min-width: 480px) {
  .sales-header__title {
    font-size: calc(36px  +  24  * ((100vw -  480px ) / 880 ));
  }
  .sales-header__title {
    line-height: calc(41.76px  +  27.84  * ((100vw -  480px ) / 880 ));
  }
  .sales-header__title:not(:last-child) {
    margin-block-end: calc(6px  +  4  * ((100vw -  480px ) / 880 ));
  }
  .sales-header__sub-title {
    font-size: calc(16px  +  4  * ((100vw -  480px ) / 880 ));
  }
  .sales-header__sub-title {
    line-height: calc(20.16px  +  5.04  * ((100vw -  480px ) / 880 ));
  }
  .sales-header__block {
    -moz-column-gap: calc(18px  +  38  * ((100vw -  480px ) / 1420 ));
         column-gap: calc(18px  +  38  * ((100vw -  480px ) / 1420 ));
  }
  .icon-graphic::after {
    width: 70px;
    height: 80px;
  }
  .btn-add {
    font-size: calc(16px  +  1  * ((100vw -  480px ) / 880 ));
  }
  .btn-add {
    line-height: calc(22px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .modal-callback .modal-content-holder {
    padding-block: calc(24px  +  8  * ((100vw -  480px ) / 880 ));
  }
  .modal-callback__title {
    margin-block-end: calc(10px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .modal-callback__title {
    font-size: calc(26px  +  10  * ((100vw -  480px ) / 880 ));
  }
  .modal-callback__title {
    line-height: calc(30.94px  +  10.82  * ((100vw -  480px ) / 880 ));
  }
  .modal-callback__text {
    font-size: calc(16px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .modal-callback__text {
    line-height: calc(22.4px  +  1.18  * ((100vw -  480px ) / 880 ));
  }
  .product-card__media {
    max-width: calc(146px  +  74  * ((100vw -  480px ) / 880 ));
  }
  .product-card__title {
    font-size: calc(14px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .product-card__title {
    line-height: calc(18px  +  4  * ((100vw -  480px ) / 880 ));
    height: calc((18px  +  4  * ((100vw -  480px ) / 880 ))*2);
  }
  .product-card__sub-title {
    font-size: calc(14px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .product-card__sub-title {
    line-height: calc(18px  +  4  * ((100vw -  480px ) / 880 ));
  }
  .product-card__price {
    font-size: calc(18px  +  4  * ((100vw -  480px ) / 1120 ));
  }
  .product-card__price {
    line-height: calc(18px  +  12  * ((100vw -  480px ) / 1120 ));
  }
  .product-card__price--old {
    font-size: calc(14px  +  2  * ((100vw -  480px ) / 1120 ));
  }
  .product-card__price--old {
    line-height: calc(14px  +  12  * ((100vw -  480px ) / 1120 ));
  }
  .product-card--horizontal .product-card__cont-mid {
    margin-top: calc(8px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .product-card--horizontal .product-card__cont-btm {
    margin-top: calc(8px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .product-card--sales .product-card__media,
  .product-card--top-sales .product-card__media {
    max-width: calc(140px  +  40  * ((100vw -  480px ) / 880 ));
  }
  .product-card--sales .product-card__title,
  .product-card--top-sales .product-card__title {
    font-size: calc(14px  +  1  * ((100vw -  480px ) / 880 ));
  }
  .product-card--sales .product-card__title,
  .product-card--top-sales .product-card__title {
    line-height: calc(18.2px  +  1.3  * ((100vw -  480px ) / 880 ));
    height: calc((18.2px  +  1.3  * ((100vw -  480px ) / 880 ))*2);
  }
  .product-card--sales .product-card__sub-title,
  .product-card--top-sales .product-card__sub-title {
    font-size: calc(14px  +  1  * ((100vw -  480px ) / 880 ));
  }
  .product-card--sales .product-card__sub-title,
  .product-card--top-sales .product-card__sub-title {
    line-height: calc(18.2px  +  1.3  * ((100vw -  480px ) / 880 ));
  }
  .product-card--sales .product-card__price,
  .product-card--top-sales .product-card__price {
    font-size: calc(18px  +  2  * ((100vw -  480px ) / 1120 ));
  }
  .product-card--sales .product-card__price,
  .product-card--top-sales .product-card__price {
    line-height: calc(20.7px  +  6.9  * ((100vw -  480px ) / 1120 ));
  }
  .product-card--sales .product-card__price--old,
  .product-card--top-sales .product-card__price--old {
    font-size: calc(14px  +  2  * ((100vw -  480px ) / 1120 ));
  }
  .product-card--sales .product-card__price--old,
  .product-card--top-sales .product-card__price--old {
    line-height: calc(16.1px  +  5.98  * ((100vw -  480px ) / 1120 ));
  }
  .pd-status {
    font-size: calc(16px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .pd-status {
    line-height: calc(21px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .pd-status--md {
    font-size: calc(16px  +  0  * ((100vw -  480px ) / 880 ));
  }
  .pd-status--md {
    line-height: calc(21px  +  0  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__title {
    margin-block-end: calc(4px  +  4  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__title {
    font-size: calc(13px  +  7  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__title {
    line-height: calc(15.6px  +  12  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__counter {
    -moz-column-gap: calc(4px  +  4  * ((100vw -  480px ) / 880 ));
         column-gap: calc(4px  +  4  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__item {
    min-height: calc(40px  +  24  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__item {
    min-width: calc(38px  +  14  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__item {
    padding: calc(4px  +  2  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__item-didgit {
    font-size: calc(15px  +  7  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__item-didgit {
    line-height: calc(18px  +  10.82  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__item-text {
    font-size: calc(12px  +  3  * ((100vw -  480px ) / 880 ));
  }
  .sales-countdown__item-text {
    line-height: calc(14.4px  +  6.6  * ((100vw -  480px ) / 880 ));
  }
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 640px) {
  .aspect-ratio {
    max-width: var(--width-tablet, var(--width-mobile, var(--width)));
  }
  .aspect-ratio--min {
    min-width: var(--width-tablet, var(--width-mobile, var(--width)));
  }
  .aspect-ratio::before {
    padding-bottom: calc(100% / (var(--aspect-ratio-tablet, var(--aspect-ratio-phablet, var(--aspect-ratio)))));
  }
  .sales-footer__top {
    padding-block: 40px;
  }
  .sales-footer__top .wrapper {
    grid-template-areas: "start mid" "end end";
    grid-template-columns: minmax(auto, 200px) auto;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .sales-footer__btm .wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 16px;
  }
  .copyright {
    font-size: 16px;
    line-height: 22.4px;
    text-align: unset;
  }
  .copyright p {
    margin-block-end: 2px;
  }
  .copyright--studiox {
    flex-direction: row;
    align-items: center;
    gap: 0 8px;
    font-weight: 500;
  }
  .copyright--studiox a {
    font-size: 20px;
    font-weight: 700;
    line-height: 22.7px;
    letter-spacing: -0.28px;
  }
  .icon--28-24 {
    --icon-size: 28px;
  }
  .icon--20-24 {
    --icon-size: 24px;
  }
  .icon--32-28 {
    --icon-size: 32px;
  }
  .buttons-row {
    flex-direction: row;
  }
  .buttons-row .button {
    max-width: 250px;
  }
  .buttons-row .button--100 {
    max-width: inherit;
  }
  .buttons-row--sided .button {
    max-width: unset;
  }
  .buttons-row--row:not(.justify-content-center) .button {
    max-width: unset;
  }
  .buttons-row--column {
    flex-direction: row;
  }
  .buttons-row--auto .button,
  .buttons-row--auto .button:only-child {
    flex-grow: unset;
    max-width: unset;
  }
  .button--100 {
    width: auto;
  }
  .button--md {
    min-height: 56px;
    min-width: 300px;
  }
  .button--sm {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-slide,
  .modal-popup {
    padding-inline: 16px;
  }
  .modal-restyle .modal-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .modal-tabs .modal-image--1 {
    right: -48px;
  }
  .sales-nav {
    --sales-nav-items: 33.3333%;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .sales-footer__top-end {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 32px;
  }
}
@media (min-width: 640px) and (max-width: 1900px) {
  .visible-footer .to-top {
    position: absolute;
    top: calc(calc(var(--ts) / 2) * -1);
  }
}
@media (min-width: 640px) and screen and (min-width: 1360px) {
  .button--sm {
    font-size: 16px;
  }
  .button--sm {
    line-height: 22px;
  }
}
@media (min-width: 640px) and screen and (min-width: 359px) {
  .button--sm {
    font-size: calc(14px  +  2  * ((100vw -  359px ) / 1001 ));
  }
  .button--sm {
    line-height: calc(22px  +  0  * ((100vw -  359px ) / 1001 ));
  }
}
@media screen and (min-width: 640px) {
  .back-to-page {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 690px) {
  .button-gallery {
    max-width: 158px;
    padding: 13px 28px;
  }
  .button-gallery span {
    font-size: 16px;
  }
  .button-gallery .icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  .button-gallery::after {
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 767px) {
  .aspect-ratio {
    max-width: var(--width-tablet, var(--width-mobile, var(--width)));
  }
  .aspect-ratio--min {
    min-width: var(--width-tablet, var(--width-mobile, var(--width)));
  }
  .aspect-ratio::before {
    padding-bottom: calc(100% / (var(--aspect-ratio-tablet, var(--aspect-ratio-phablet, var(--aspect-ratio, var(--aspect-ratio-phone))))));
  }
  .scrollable-content {
    width: 100%;
    margin-right: 0;
  }
  .sales-grid {
    --sales-grid-items: 4;
  }
  .sales-header__start {
    flex-direction: column;
    gap: 8px 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sales-header__start .back-button {
    padding-block: 9px;
    padding-inline: 16px;
  }
  .sales-header__start .back-button__text {
    font-size: 17px;
    line-height: 22.27px;
  }
  .sales-header__title {
    text-align: right;
  }
  .sales-header__sub-title {
    text-align: right;
  }
  .sales-header__block {
    flex-direction: row;
    justify-content: center;
    row-gap: 0;
  }
  .sales-footer {
    --ctas-item: 33.3333%;
  }
  .sales-footer__cta {
    min-width: 140px;
  }
  .sales-footer__icons-link {
    gap: 0 12px;
  }
  .brands-slider .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .modal-tabs .modal-content,
  .modal-tabs._inner-scroll .modal-content {
    padding: 0 24px !important;
  }
  .modal-tabs .modal-image--1 {
    right: -24px;
  }
  .settings-lsit {
    grid-template-columns: repeat(2, 1fr);
  }
  .settings-lsit--alt .settings-lsit__item {
    flex: 0 0 calc(50% - 8px);
    max-width: 517px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .row--banners .col-12.col-lg-6:not(:last-child),
  .row--banners .col-12.col-sm-12.col-lg-6:not(:last-child) {
    order: unset;
  }
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .sales-section:not(.sales-section--primary):first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .sales-section:first-of-type .sales-section__decoration {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .slider--offset:not(.locked) {
    margin-inline: 0;
  }
  .slider--offset:not(.locked) .swiper-container {
    padding-inline: 0;
  }
  .slider--offset:not(.locked):before,
  .slider--offset:not(.locked):after {
    display: none;
  }
}
@media (min-width: 1024px) {
  :root {
    --wrapper-gap: 24px;
  }
  .aspect-ratio {
    max-width: var(--width, var(--width-tablet, var(--width-mobile)));
  }
  .aspect-ratio--min {
    min-width: var(--width, var(--width-tablet, var(--width-mobile)));
  }
  .aspect-ratio::before {
    padding-bottom: calc(100% / (var(--aspect-ratio, var(--aspect-ratio-tablet, var(--aspect-ratio-phablet, var(--aspect-ratio-phone))))));
  }
  .row--banners.swiper-wrapper {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
    height: unset;
    width: unset;
    transform: unset;
  }
  .row--banners.swiper-wrapper .swiper-slide {
    width: inherit;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .row--banners.swiper-wrapper .swiper-slide.col-6 {
    width: 50%;
  }
  .row--form {
    --bs-gutter-y: 22px;
  }
  .d-l-none {
    display: none !important;
  }
  .d-l-inline {
    display: inline !important;
  }
  .d-l-inline-block {
    display: inline-block !important;
  }
  .d-l-block {
    display: block !important;
  }
  .d-l-flex {
    display: flex !important;
  }
  .page-wrapper-sales__bgr:before {
    height: 790px;
  }
  .sales-layout {
    display: flex;
    -moz-column-gap: 23px;
         column-gap: 23px;
    margin-block-end: 48px;
  }
  .sales-layout__aside {
    width: 100%;
    max-width: 232px;
    margin-inline: 0;
    position: unset;
    opacity: unset;
    visibility: unset;
    transform: unset;
    z-index: unset;
  }
  .sales-layout__aside-cont {
    position: sticky;
    top: calc(calc(var(--nh, 77) - 1) * 1px);
    left: 0;
    padding: 20px 16px 16px 0;
    border-radius: 0 0 6px 6px;
    border-width: 0;
    z-index: 5;
  }
  .sales-sidebar__title {
    display: none;
  }
  .sales-sidebar__list {
    flex-direction: column;
    gap: 10px 0;
    overflow: unset;
    margin-inline: 0;
    padding-inline: 0;
    -webkit-mask: unset;
            mask: unset;
    -webkit-mask-composite: unset;
            mask-composite: unset;
  }
  .sales-sidebar__list-anchor {
    padding: 5px 0 5px 14px;
    position: relative;
    font-size: 16px;
    line-height: 22.4px;
    white-space: unset;
    border-radius: unset;
    background-color: unset;
    transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
  }
  .sales-sidebar__list-anchor:before {
    content: '';
    height: 32px;
    width: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0, 1);
    transform-origin: left center;
    transition: transform 250ms cubic-bezier(0, 0, 0.5, 1);
    background-color: var(--anchor-active-bg-color, #FF7F11);
  }
  .sales-sidebar__list-anchor.active {
    color: var(--anchor-active-bg-color, #FF7F11);
    background-color: transparent;
  }
  .sales-sidebar__list-anchor.active:before {
    transform: translateY(-50%) scale(1, 1);
  }
  .sales-sidebar__list-anchor:hover {
    color: var(--anchor-active-bg-color, #FF7F11);
  }
  .sales-header__start {
    row-gap: 16px;
  }
  .sales-footer__top .wrapper {
    grid-template-areas: "start mid end";
    grid-template-columns: minmax(auto, 220px) auto 1fr;
  }
  .sales-footer__btm {
    padding-block-end: 16px;
  }
  .to-top {
    --ts: 44px;
    --tb: 24px;
    --tr: 24px;
    --ti: 24px;
  }
  html:has(.brands-block) .to-top {
    --tb: 24px;
  }
  .slider:has(.swiper-button):not(.locked) {
    padding-inline: 38px;
  }
  .slider--round-controls:has(.swiper-button):not(.locked) {
    padding-inline: 0;
  }
  .swiper-button {
    display: flex;
  }
  .swiper--banners {
    overflow: unset;
  }
  .hero-slider .swiper-button {
    display: flex;
  }
  .brands-slider .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .modal-poll .modal-title {
    font-size: 30px !important;
    line-height: 35.7px !important;
  }
  .product-card--top-sales .product-card__prices {
    flex-direction: row;
    align-items: center;
    gap: 0 8px;
  }
  .sales-navigation {
    order: unset;
    position: sticky;
    top: -1px;
    left: 0;
    margin-block-end: -1px;
    border-bottom: 1px solid transparent;
    z-index: 5;
  }
  .nav-sticked .sales-navigation {
    border-bottom-color: var(--active-color-border, #4747B2);
    background-color: var(--box-color, #fff);
  }
  .sales-navigation__wrapper {
    display: flex;
    overflow: hidden;
    padding-inline: 0;
    background-color: var(--box-color, #fff);
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid var(--active-color-border, #4747B2);
  }
  .nav-sticked .sales-navigation__wrapper {
    border-bottom: none;
    border-radius: 0;
  }
  .sales-navigation__start {
    opacity: 0;
    min-width: 0;
    position: relative;
    transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1);
    width: 95%;
  }
  .slider-inited .sales-navigation__start {
    opacity: 1;
  }
  .sales-navigation__end {
    opacity: 0;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 10px;
    transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1);
  }
  .slider-inited .sales-navigation__end {
    opacity: 1;
  }
  .sales-nav {
    height: 100%;
    position: relative;
  }
  .locked .sales-nav .sales-nav__container,
  .sales-nav:has(.js-slider-prev.swiper-button-disabled):has(.js-slider-next.swiper-button-disabled) .sales-nav__container {
    padding-inline: 0;
  }
  .locked .sales-nav .sales-nav__button,
  .sales-nav:has(.js-slider-prev.swiper-button-disabled):has(.js-slider-next.swiper-button-disabled) .sales-nav__button {
    opacity: 0;
  }
  .sales-nav__container {
    height: 100%;
    padding-inline: 50px;
  }
  .sales-nav__wrapper {
    flex-wrap: nowrap;
    justify-content: unset;
    height: 100%;
    width: 100%;
    margin: 0;
  }
  .sales-nav__item {
    flex: unset;
    height: unset;
    width: auto;
    min-width: 140px;
    padding: 0;
    flex-grow: 1;
  }
  .sales-nav__item:first-child:before {
    display: none;
  }
  .sales-nav__item:before {
    content: '';
    height: 32px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--anchor-sep-color, #E6E6E6);
  }
  .sales-nav__item:has(.active) + .sales-nav__item:before {
    display: none;
  }
  .sales-nav__anchor {
    border-radius: 0;
    transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
  }
  .sales-nav__anchor:hover {
    color: var(--active-color-bg, #FF7F11);
  }
  .sales-nav__anchor-icon {
    display: none;
  }
  .sales-nav__anchor.active:hover {
    color: var(--anchor-active-color, #fff);
  }
  .sales-nav__button {
    display: flex;
  }
  .mm-sales {
    display: none;
  }
  .sales-countdown__title {
    text-align: unset;
  }
}
@media (min-width: 1024px) and (min-width: 1023px) {
  .row--banners.swiper-wrapper .swiper-slide.col-lg-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .back-to-page {
    margin-bottom: 24px;
  }
}
@media (min-width: 1190px) {
  .sales-grid {
    --sales-grid-items: 5;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 1330px) {
  .logo {
    max-width: 320px;
  }
}
@media (min-width: 1360px) {
  :root {
    --sbah: 102;
    --sbaw: 51;
  }
  .row--banners {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
  .row--banners.swiper-wrapper {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
  .sales-section {
    margin-block-end: 70px;
    --sales-pad-x: 24px;
    --sales-pad-y: 20px;
  }
  .sales-section__header {
    margin-block-end: 24px;
  }
  .sales-section__title {
    font-size: 30px;
    line-height: 35.7px;
  }
  .sales-section--primary {
    margin-block: 32px;
    padding-block-start: 62px;
  }
  .sales-section--primary .sales-section__header {
    padding: 13px 17px;
  }
  .sales-grid {
    --sales-grid-items: 6;
    --sales-grid-gap-x: 7px;
    --sales-grid-gap-y: 32px;
  }
  .sales-header {
    padding-block-start: 32px;
    margin-block-end: 40px;
  }
  .sales-header__wrapper {
    grid-template-areas: "start mid end";
    grid-template-columns: minmax(auto, 240px) minmax(auto, 740px) minmax(auto, 240px);
    row-gap: 0;
    -moz-column-gap: 32px;
         column-gap: 32px;
    align-items: unset;
    justify-content: space-between;
  }
  .sales-footer__top-end {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 32px;
  }
  .sales-footer__ctas-item {
    flex: unset;
  }
  .button-add {
    min-height: 340px;
  }
  .button-add--horizontal {
    min-height: unset;
  }
  .slider--thumb {
    display: block;
    opacity: 1 !important;
    padding-inline: 0 !important;
    padding-block: 30px !important;
  }
  .slider--thumb .swiper-slide-thumb-active .pdp-gallery__pagination-item {
    border-color: #FF7F11;
    background-color: transparent;
  }
  .slider--thumb .swiper-button {
    display: flex !important;
  }
  .hero-slider {
    margin-inline: 0;
    overflow: hidden;
    border-radius: 6px;
  }
  .product-card__cont {
    position: relative;
  }
  .product-card__cont-mid {
    justify-content: center;
  }
  .touch .product-card__cont-mid {
    justify-content: space-between;
  }
  .product-card__labels img {
    max-width: unset;
  }
  .product-card__discount {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
  .product-card__discount--secondary {
    font-size: 13px;
    line-height: 13px;
  }
  .product-card__discount small {
    font-size: 16px;
  }
  .product-card__prices {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 0 8px;
  }
  .product-card__qty {
    font-size: 16px;
    line-height: 22px;
  }
  .product-card__actions {
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1);
    pointer-events: none;
  }
  .touch .product-card__actions {
    opacity: 1;
    visibility: visible;
    position: unset;
    pointer-events: all;
  }
  .product-card__actions-cont {
    gap: 0 16px;
    padding-block-end: 32px;
    transform: translateY(16px);
    transition: transform 250ms cubic-bezier(0, 0, 0.5, 1);
  }
  .touch .product-card__actions-cont {
    gap: 0 8px;
    padding-block-end: 0;
    transform: none;
  }
  .product-card__btn {
    --btn-size: 48px;
    --btn-icon-size: 26px;
  }
  .touch .product-card__btn {
    --btn-size: 36px;
    --btn-icon-size: 22px;
  }
  .product-card__btn--cart {
    display: grid;
  }
  .product-card--padded {
    padding: 16px;
  }
  .product-card--horizontal {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .product-card--horizontal .product-card__media {
    width: 120px;
  }
  .product-card--horizontal .product-card__cont {
    position: unset;
  }
  .product-card--horizontal .product-card__labels img {
    max-width: 44px;
  }
  .product-card--horizontal .product-card__discount {
    height: 44px;
    width: 44px;
    font-size: 16px;
  }
  .product-card--horizontal .product-card__discount--secondary {
    font-size: 10px;
    line-height: 10px;
  }
  .product-card--horizontal .product-card__discount small {
    font-size: 13px;
  }
  .product-card--horizontal .product-card__price {
    font-size: 20px;
    line-height: 22px;
  }
  .product-card--horizontal .product-card__price--old {
    font-size: 15px;
    line-height: 21px;
  }
  .product-card--horizontal .product-card__actions {
    max-height: 157px;
    max-width: 120px;
    position: absolute;
    inset: 0;
  }
  .touch .product-card--horizontal .product-card__actions {
    max-height: unset;
    max-width: unset;
    position: unset;
  }
  .product-card--horizontal .product-card__actions-cont {
    padding-block-end: 12px;
  }
  .touch .product-card--horizontal .product-card__actions-cont {
    padding-block-end: 0;
  }
  .product-card--horizontal .product-card__btn {
    --btn-size: 40px;
    --btn-icon-size: 22px;
  }
  .touch .product-card--horizontal .product-card__btn {
    --btn-size: 36px;
    --btn-icon-size: 22px;
  }
  .product-card--mini {
    gap: 0 20px;
    padding: 10px 20px;
  }
  .product-card--mini .product-card__media {
    max-width: 57px;
  }
  .product-card--mini .product-card__title {
    font-size: 16px;
    line-height: 21px;
  }
  .product-card--mini .product-card__price {
    font-size: 16px;
    line-height: 22px;
  }
  .touch .product-card--xs .product-card__cont-mid {
    justify-content: center;
  }
  .product-card--sales .product-card__discount,
  .product-card--top-sales .product-card__discount {
    height: 52px;
    width: 52px;
    font-size: 17px;
    line-height: 22px;
  }
  .product-card--sales .product-card__actions-cont,
  .product-card--top-sales .product-card__actions-cont {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media screen and (min-width: 1360px) {
  .sales-header__title {
    font-size: 60px;
  }
  .sales-header__title {
    line-height: 69.6px;
  }
  .sales-header__title:not(:last-child) {
    margin-block-end: 10px;
  }
  .sales-header__sub-title {
    font-size: 20px;
  }
  .sales-header__sub-title {
    line-height: 25.2px;
  }
  .icon--66-100 {
    --icon-size: 100px;
  }
  .i-box {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .i-box {
    margin-block-end: 12px;
  }
  .i-box__icon {
    --icon-size: 24px;
  }
  .i-box__cont {
    font-size: 17px;
  }
  .i-box__cont {
    line-height: 22.3px;
  }
  .button {
    padding-inline: 32px;
  }
  .button {
    font-size: 18px;
  }
  .button {
    line-height: 24px;
  }
  .button--mid-text {
    font-size: 16px;
  }
  .button--mid-text {
    padding-inline: 27px;
  }
  .button--large-text {
    padding-inline: 32px;
  }
  .button--large-text.button--with-icon {
    padding-inline-start: 32px;
  }
  .button--large-text.button--with-icon {
    padding-inline-end: 24px;
  }
  .button--sm {
    padding-inline: 24px;
  }
  .button--sm {
    font-size: 14px;
  }
  .button--sm {
    line-height: 20px;
  }
  .button-more {
    font-size: 18px;
  }
  .button-more--sm {
    font-size: 16px;
  }
  .button-more--sm {
    line-height: 22px;
  }
  .back-button {
    font-size: 18px;
  }
  .button-add {
    row-gap: 16px;
  }
  .button-add {
    font-size: 20px;
  }
  .button-add__icon {
    height: 58px;
  }
  .button-add__icon {
    width: 58px;
  }
  .button-add__icon .icon {
    --icon-size: 28px;
  }
  .button-add--wide .button-add__icon {
    height: 72px;
  }
  .button-add--wide .button-add__icon {
    width: 72px;
  }
  .button-add--wide .button-add__icon .icon {
    --icon-size: 36px;
  }
  .helper-button {
    font-size: 18px;
  }
  .helper-button {
    line-height: 131%;
  }
  .helper-button--alt {
    font-size: 16px;
  }
  .helper-button--alt {
    line-height: 140%;
  }
  .button-link {
    font-size: 18px;
  }
  .button-link {
    line-height: 131%;
  }
  .link-button--md {
    font-size: 18px;
  }
  .button-cta-icon {
    font-size: 18px;
  }
  .button-cta-icon {
    line-height: 131%;
  }
  .btn-add {
    font-size: 17px;
  }
  .btn-add {
    line-height: 24px;
  }
  .modal-callback .modal-content-holder {
    padding-block: 32px;
  }
  .modal-callback__title {
    margin-block-end: 12px;
  }
  .modal-callback__title {
    font-size: 36px;
  }
  .modal-callback__title {
    line-height: 41.76px;
  }
  .modal-callback__text {
    font-size: 18px;
  }
  .modal-callback__text {
    line-height: 23.58px;
  }
  .product-card__media {
    max-width: 220px;
  }
  .product-card__title {
    font-size: 16px;
  }
  .product-card__title {
    line-height: 22px;
    height: 44px;
  }
  .product-card__sub-title {
    font-size: 16px;
  }
  .product-card__sub-title {
    line-height: 22px;
  }
  .product-card--horizontal .product-card__cont-mid {
    margin-top: 10px;
  }
  .product-card--horizontal .product-card__cont-btm {
    margin-top: 10px;
  }
  .product-card--sales .product-card__media,
  .product-card--top-sales .product-card__media {
    max-width: 180px;
  }
  .product-card--sales .product-card__title,
  .product-card--top-sales .product-card__title {
    font-size: 15px;
  }
  .product-card--sales .product-card__title,
  .product-card--top-sales .product-card__title {
    line-height: 19.5px;
    height: 39px;
  }
  .product-card--sales .product-card__sub-title,
  .product-card--top-sales .product-card__sub-title {
    font-size: 15px;
  }
  .product-card--sales .product-card__sub-title,
  .product-card--top-sales .product-card__sub-title {
    line-height: 19.5px;
  }
  .pd-status {
    font-size: 18px;
  }
  .pd-status {
    line-height: 23px;
  }
  .pd-status--md {
    font-size: 16px;
  }
  .pd-status--md {
    line-height: 21px;
  }
  .sales-countdown__title {
    margin-block-end: 8px;
  }
  .sales-countdown__title {
    font-size: 20px;
  }
  .sales-countdown__title {
    line-height: 27.6px;
  }
  .sales-countdown__counter {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .sales-countdown__item {
    min-height: 64px;
  }
  .sales-countdown__item {
    min-width: 52px;
  }
  .sales-countdown__item {
    padding: 6px;
  }
  .sales-countdown__item-didgit {
    font-size: 22px;
  }
  .sales-countdown__item-didgit {
    line-height: 28.82px;
  }
  .sales-countdown__item-text {
    font-size: 15px;
  }
  .sales-countdown__item-text {
    line-height: 21px;
  }
  .settings-button {
    font-size: 18px;
  }
  .settings-button {
    line-height: 131%;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1440px) {
  .product-label {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 16px;
  }
}
@media (min-width: 1600px) {
  :root {
    --wrapper-gap: 48px;
  }
  .wrapper--title {
    max-width: 1100px;
  }
  .sales-grid {
    --sales-grid-items: 7;
  }
  .touch .product-card__btn {
    --btn-size: 36px;
    --btn-icon-size: 22px;
  }
  .product-card--horizontal {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .product-card__price {
    font-size: 22px;
  }
  .product-card__price {
    line-height: 30px;
  }
  .product-card__price--old {
    font-size: 16px;
  }
  .product-card__price--old {
    line-height: 26px;
  }
  .product-card--sales .product-card__price,
  .product-card--top-sales .product-card__price {
    font-size: 20px;
  }
  .product-card--sales .product-card__price,
  .product-card--top-sales .product-card__price {
    line-height: 27.6px;
  }
  .product-card--sales .product-card__price--old,
  .product-card--top-sales .product-card__price--old {
    font-size: 16px;
  }
  .product-card--sales .product-card__price--old,
  .product-card--top-sales .product-card__price--old {
    line-height: 22.08px;
  }
  .text-r24 {
    font-size: 24px;
  }
  .text-r20 {
    font-size: 20px;
  }
  .text-r20 {
    line-height: 138%;
  }
  .text-r18 {
    font-size: 18px;
  }
  .text-r18 {
    line-height: 22px;
  }
}
@media (min-width: 1900px) {
  .sales-grid {
    --sales-grid-items: 8;
  }
}
@media screen and (min-width: 1900px) {
  .background-section {
    padding-top: 56px;
  }
  .background-section {
    padding-bottom: 48px;
  }
  .sales-header__block {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
}
@media (min-width: 640px) and (max-width: 1024px), (min-width: 1360px) {
  .sales-footer__icons--payments {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .sales-footer__icons--text {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .sales-footer__div {
    height: 24px;
    width: 1px;
  }
}
@media (max-width: 1024px) {
  .nav-unvisible .to-top {
    --tb: 64px;
  }
  .mm-open body {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .content-heading--between {
    margin-bottom: 24px;
  }
  .content-heading--xl {
    margin-bottom: 24px;
  }
  .column.wrapper.main {
    margin-bottom: 64px;
  }
  .icon--40 {
    --icon-size: 32px;
  }
  .button--large-text {
    font-size: 13px;
    line-height: 1;
  }
  .button--large-text.button--with-icon {
    padding: 5px 16px 5px 21px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
  }
  .button--large-text.button--with-icon .button__icon {
    height: 24px;
    width: 24px;
    margin-left: 12px;
  }
  .button-border-radius {
    padding: 10px 17px 9px;
    border-radius: 21px 4px 21px 4px;
  }
  .button-border-radius__text {
    font-size: 14px;
    line-height: 1;
  }
  .button-menu__icon {
    margin-right: 14px;
  }
  .button--dark .icon-arrow-css {
    width: 24px;
    height: 24px;
  }
  .button--dark .icon-arrow-css span::after {
    height: 1px;
    width: 1px;
    right: -1px;
  }
  .button--dark .icon-arrow-css span {
    top: 45.28%;
    right: 14%;
    width: 18px;
    height: 2px;
  }
  .button--dark .icon-arrow-css::before {
    width: 12px;
    height: 2px;
    top: 11px;
    right: 4px;
  }
  .button--dark .icon-arrow-css::after {
    width: 12px;
    height: 2px;
    right: 4px;
    bottom: 11px;
  }
  .non-touch .button--large-text:hover .icon-arrow-css span {
    width: 12px;
  }
  .product-slider .product {
    max-width: 170px;
  }
  .product-slider .swiper-wrapper {
    margin-bottom: 8px;
  }
  .modal-popup .modal-content {
    padding: 0 50px;
  }
  .modal-popup .modal-footer {
    padding: 28px 56px 40px;
  }
  .modal-popup .modal-title {
    font-size: 28px;
  }
  .modal-login.modal-popup .modal-content-holder {
    padding: 0 50px;
  }
  .modal-restyle .modal-header {
    padding: 16px;
  }
  .modal-restyle .modal-footer {
    padding: 20px;
  }
  .modal-restyle .modal-title {
    font-size: 20px;
  }
  .d-only {
    display: none;
  }
  .t-only {
    display: block;
  }
  .see-more-accent {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) and screen and (min-width: 1360px) {
  .button--large-text.button--with-icon {
    padding-inline-start: 21px;
  }
  .button--large-text.button--with-icon {
    padding-inline-end: 16px;
  }
}
@media screen and (max-width: 1024px) and screen and (min-width: 359px) {
  .button--large-text.button--with-icon {
    padding-inline-start: calc(16px  +  5  * ((100vw -  359px ) / 1001 ));
  }
  .button--large-text.button--with-icon {
    padding-inline-end: calc(16px  +  0  * ((100vw -  359px ) / 1001 ));
  }
}
@media (max-width: 1023px) {
  .row--banners.swiper-wrapper {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
    flex-wrap: nowrap;
    margin-left: 0;
  }
  .row--banners.swiper-wrapper .swiper-slide {
    width: 100vw;
    max-width: 323px;
  }
  .row--banners.swiper-wrapper .swiper-slide .aspect-ratio {
    max-width: unset;
  }
  .swiper-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .sales-header__start .back-button {
    height: 24px;
    width: 24px;
    padding: 0;
    background-color: transparent;
  }
  .sales-header__start .back-button .icon {
    fill: #fff;
  }
  .sales-header__start .back-button__text {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .content-heading--center {
    padding: 0;
    justify-content: space-between;
  }
  .content-heading--center {
    display: block;
    margin-bottom: 16px;
  }
  .content-heading--center .title {
    margin-bottom: 4px;
  }
  .content-heading--center .see-more-accent {
    position: static;
    padding-left: 10px;
    top: 0;
    transform: none;
  }
  .content-heading--center .see-more-accent {
    padding-left: 0;
  }
  .m-only {
    display: block;
  }
}
@media (max-width: 640px) {
  .modal-overlap .modal-inner-wrap {
    min-height: 100vh;
    max-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto !important;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .content-heading--xl {
    margin-bottom: 16px;
  }
  .content-heading .box-actions-profile {
    flex: 1 1 100%;
    flex-direction: column;
  }
  .content-heading .box-actions-profile .action::after {
    display: none;
  }
  .column.wrapper.main {
    flex-direction: column;
    margin-bottom: 48px;
  }
  .icon--80 {
    --icon-size: 64px;
  }
  .icon--40 {
    --icon-size: 24px;
  }
  .icon--30 {
    --icon-size: 24px;
  }
  .button-clear__text {
    display: none;
  }
  .button-border-radius {
    width: auto;
    padding: 9px 17px 9px 16px;
    border-radius: 20px 4px 20px 4px;
  }
  .button-menu {
    width: 100%;
  }
  .button-menu__icon {
    width: 18px;
    height: 18px;
    margin-right: 0;
  }
  .button-menu__text {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  .product-slider .product {
    max-width: 138px;
  }
  .product-slider .product-item-name {
    -webkit-line-clamp: 2;
    max-height: 40px;
  }
  .product-slider .product-item-subname {
    -webkit-line-clamp: 2;
    max-height: 40px;
  }
  .product-slider .product-item-vertical {
    height: 340px;
  }
  .modal-popup._inner-scroll .modal-content .modal-content-holder {
    padding-top: 10px;
  }
  .modal-popup._inner-scroll .modal-content .modal-header {
    padding: 35px 20px 10px;
  }
  .modal-popup .action-close {
    top: 16px;
    right: 16px;
  }
  .modal-popup .modal-content {
    padding: 0 20px;
  }
  .modal-popup .modal-footer {
    padding: 18px 28px 30px;
  }
  .modal-popup .modal-header {
    padding: 35px 20px 20px;
  }
  .modal-popup .modal-title {
    font-size: 20px;
  }
  .modal-popup hr {
    margin: 16px 0 24px;
  }
  .modal-popup .modal-offset .modal-title {
    margin-top: -16px;
  }
  .modal-newsletter.modal-popup .newsletter__bot {
    margin: 0;
  }
  .modal-login.modal-popup .form-login {
    margin-bottom: 32px;
  }
  .modal-login.modal-popup .modal-content-holder {
    padding: 0 20px;
  }
  .modal-login.modal-popup .modal-offset {
    padding: 0 20px 32px;
  }
  .modal-present .modal-header {
    padding-bottom: 0;
  }
  .modal-present._inner-scroll .modal-content .modal-content-holder {
    padding-top: 0;
  }
  .modal-restyle .modal-header {
    padding: 16px;
  }
  .modal-restyle .modal-footer {
    padding: 20px;
  }
  .modal-restyle .modal-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .modal-popup .modal-inner-wrap {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .content-heading--between {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }
  .content-heading--inline {
    margin-bottom: 24px;
  }
  .content-heading--inline .icon-state {
    margin-right: 7px;
  }
  .button-menu__icon {
    margin-right: 14px;
  }
  .button-scroll-top {
    padding: 10px 20px;
    width: auto;
    font-size: 14px;
  }
  .button-search-mobile {
    display: block;
  }
  .product-slider .wrapper {
    padding-right: 0;
  }
  .product-slider .swiper-wrapper {
    margin-bottom: 0px;
  }
  .product-slider .swiper-slide {
    width: 185px;
  }
  .product-slider .content-heading--center {
    padding-right: 10px;
  }
  .modal-popup .modal-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .modal-product-info__title {
    font-size: 18px;
  }
  .modal-product-info__subtitle {
    font-size: 14px;
  }
  .modal-product-info__label {
    font-size: 12px;
  }
}
@media screen and (max-height: 450px) {
  .modal-present .modal-header {
    padding: 20px 56px 0;
  }
  .modal-present .modal-footer {
    padding: 10px 56px 10px;
  }
}
@media screen and (max-width: 359px) {
  .modal-login.modal-popup .modal-offset .button {
    width: 100%;
  }
  .modal-login.modal-popup .buttons-row {
    flex-direction: column;
  }
  .modal-login.modal-popup .buttons-row > * {
    margin-bottom: 18px;
    width: 100%;
  }
}
@media (hover: hover) {
  .page-wrapper-sales .to-top:hover {
    background-color: var(--btn-active-bg, #C95302);
  }
  .page-wrapper-sales .to-top:hover .icon {
    fill: var(--btn-active-icon, #fff);
  }
  .sales-section__button:hover:after {
    width: 100%;
  }
  .sales-footer__cta:hover:after {
    transform: translateX(0);
  }
  .sales-footer__icons-link:hover {
    color: #FF7F11;
  }
  .copyright--studiox a:hover {
    text-decoration-color: currentColor;
  }
  .to-top:hover {
    border-color: #FF7F11;
    background-color: #FF7F11;
  }
  .to-top:hover .icon {
    fill: #fff;
  }
  .btn-add:hover {
    color: #059e67;
  }
  .btn-add:hover .btn-add__icon {
    background-color: #059e67;
  }
  .btn-add--remove:hover {
    color: #686868;
  }
  .btn-add--remove:hover .btn-add__icon {
    background-color: #d9d9d9;
  }
  .slider__controls .swiper-button:not(.swiper-button-disabled):hover {
    color: #FF7F11;
    border-color: #FF7F11;
  }
  .slider__controls .swiper-button:not(.swiper-button-disabled):hover .icon {
    fill: #808080;
  }
  .swiper-button:hover .icon {
    fill: #06B777;
  }
  .hero-slider:hover .swiper-button {
    transform: translate3d(0, -50%, 0);
  }
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .scrollable-content {
    scrollbar-width: thin;
    scrollbar-color: #FF7F11 transparent;
  }
  .modal-popup._inner-scroll .modal-content {
    scrollbar-width: thin;
    scrollbar-color: #FF7F11 transparent;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a[href]:empty::before {
    content: attr(href);
  }
}

/*# sourceMappingURL=maps/sales-restyle.css.map */
