/** Shopify CDN: Minification failed

Line 2535:2 Unexpected "{"
Line 2535:3 Expected identifier but found "%"
Line 2538:4 Unexpected "{"
Line 2538:5 Expected identifier but found "%"
Line 2540:4 Unexpected "{"
Line 2540:5 Expected identifier but found "%"
Line 2541:2 Unexpected "{"
Line 2541:3 Expected identifier but found "%"

**/
@import url(https://fonts.googleapis.com/css2?family=Industry:wght@500;700&display=swap);

@font-face {
  font-family: icon-font;
  font-display: swap;
  src: url(icon-font.woff2?ver=c1824307506b4bd454b95aa46b5385d0) format('woff2');
  font-weight: 400;
  font-style: normal;
}
[class*=' icon'],
[class^='icon'] {
  font-family: icon-font !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal !important;
}
.icon-card:before {
  content: '\ea01';
}
.icon-chat:before {
  content: '\ea02';
}
.icon-check:before {
  content: '\ea03';
}
.icon-close:before {
  content: '\ea04';
}
.icon-facebook:before {
  content: '\ea05';
}
.icon-hands:before {
  content: '\ea06';
}
.icon-instagram:before {
  content: '\ea07';
}
.icon-long-arrow-left:before {
  content: '\ea08';
}
.icon-long-arrow-right:before {
  content: '\ea09';
}
.icon-menu:before {
  content: '\ea0a';
}
.icon-phone:before {
  content: '\ea0b';
}
.icon-search:before {
  content: '\ea0c';
}
.icon-star:before {
  content: '\ea0d';
}
.icon-trash:before {
  content: '\ea0e';
}
.icon-twitter:before {
  content: '\ea0f';
}
.icon-user:before {
  content: '\ea10';
}
.icon-wallet:before {
  content: '\ea11';
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.holy-stars {
  display: inline-flex;
  width: 100%;
}
.holy-stars__entity {
  position: relative;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}
.holy-stars__entity:last-child {
  margin-right: 0;
}
.holy-stars__entity svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.holy-stars__entity svg:first-child {
  z-index: 2;
}
@keyframes modal-video {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translate(0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.modal-video-body {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.modal-video-body,
.modal-video-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.modal-video-inner {
  align-items: center;
}
@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:after,
.modal-video-close-btn:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
.splitting .char,
.splitting .word {
  display: inline-block;
}
.splitting .char {
  position: relative;
}
.splitting .char:after,
.splitting .char:before {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
.splitting {
  --word-center: calc(var(--word-total) / 2 - 0.5);
  --char-center: calc(var(--char-total) / 2 - 0.5);
  --line-center: calc(var(--line-total) / 2 - 0.5);
}
.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
    var(--char-offset) * var(--char-offset) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc(var(--distance) / var(--char-center));
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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')
    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;
  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: translateZ(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;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.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;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
:root {
  --app-height: 100vh;
  --header-height: 100px;
  --header-pre-height: 45px;
}
@media (min-width: 1921px) {
  :root {
    --large-bounding: calc(50% - 934px);
  }
}
@media (max-width: 1024px) {
  :root {
    --header-pre-height: 35px;
  }
}
html {
  box-sizing: border-box;
  font-size: 16px;
}
@media (min-width: 1921px) {
  html {
    font-size: 18px;
  }
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  color: #000;
  font-family: Helvetica, sans-serif, -apple-system;
}
.root {
  flex-grow: 1;
  width: 100%;
}
.container {
  width: 1372px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 26px;
  padding-left: 26px;
}
.container.container-fluid {
  width: 100%;
}
@media (min-width: 1440px) {
  .container.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1921px) {
  .container.container-large-fluid {
    width: 100%;
    max-width: 1920px;
  }
}
.container-small {
  width: 1212px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 26px;
  padding-left: 26px;
}
input {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
a,
a:focus,
button,
button:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.holy-stars__entity {
  overflow: hidden;
}
.sticky-wrapper {
  position: sticky;
  top: calc(var(--header-height, 120px) + 2rem);
}
.product-preview {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  transition: 0.2s ease;
  text-decoration: none;
  color: inherit !important;
}
@media (hover: hover) {
  .product-preview:hover {
    background: #fcfcfc;
    border: 1px solid #b4b4b4;
  }
}
.product-preview__image-logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.product-preview__image-logo img {
  display: block;
}
.product-preview__label {
  font-family: Industry, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #df3427;
  color: #fff;
  padding: 10px 12px 9px;
  font-weight: 700;
  letter-spacing: 0.6px;
  font-size: 14px;
  line-height: 1;
}
.product-preview__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.product-preview__image > img,
.product-preview__image > picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
  transition: opacity 0.2s;
}
.product-preview__image > img:last-child,
.product-preview__image > picture img:last-child {
  opacity: 0;
}
.product-preview__image > img:first-child,
.product-preview__image > picture img:first-child {
  opacity: 1;
}
@media (hover: hover) {
  .product-preview__image:hover img:first-child {
    opacity: 0;
  }
  .product-preview__image:hover img:last-child {
    opacity: 1;
  }
}
.product-preview__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  justify-content: space-between;
}

.product-preview__content p {
  margin: 0 0 1rem !important;
}
@media (min-width: 481px) {
  .product-preview__content p {
    width: 330px;
    max-width: 100%;
  }
}
.product-preview__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  font-family: Industry, sans-serif;
  text-transform: uppercase;
}
.product-preview__heading {
  font-weight: 500;
  font-size: 18px;
  font-family: Helvetica, sans-serif, -apple-system;
}
.product-preview__heading a {
  color: inherit !important;
}
.product-preview__price {
  font-weight: 500;
  font-size: 14px;
}
.product-preview__price-sale strong {
  display: inline-block;
  margin: 0 5px 0 0;
}
.product-preview__price-sale strike {
  color: #999999;
  font-size: 14px;
}
.product-preview__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .product-preview__footer .button {
    display: none;
  }
}
html.no-touchevents .splitting.words.chars .char {
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition-delay: calc(0.05s + 0.02s * var(--char-index));
  visibility: hidden;
  opacity: 0;
}
html.no-touchevents .splitting.words.chars.animated .char {
  visibility: visible;
  opacity: 1;
}
html.no-touchevents .splitting-grid .splitting-grid-item {
  opacity: 0;
  transition: opacity 0.8s ease;
  transition-delay: calc(0.05s + 0.2s * var(--item-index));
}
html.no-touchevents .splitting-grid--delay .splitting-grid-item {
  transition-delay: calc(0.6s + 0.2s * var(--item-index));
}
html.no-touchevents .splitting-grid.animated .splitting-grid-item {
  opacity: 1;
}
html.no-touchevents .swiper-container.with-animation .swiper-slide {
  opacity: 0;
  transition: opacity 0.8s ease;
  transition-delay: calc(0.05s + 0.2s * var(--item-index));
}
html.no-touchevents .swiper-container.with-animation.animated .swiper-slide {
  opacity: 1;
}
html.no-touchevents .fade-in {
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 0.3s;
}
html.no-touchevents .fade-in.animated {
  opacity: 1;
}
@media (max-width: 480px) {
  .dn-phone {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .dn-tablet {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .dn-medium {
    display: none !important;
  }
}
@media (min-width: 481px) {
  .d-only-phone {
    display: none !important;
  }
}
p {
  margin: 0 0 1rem;
  color: #656565;
  line-height: 1.35;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
p:last-child {
  margin-bottom: 0;
}
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-jumbo,
.pre-heading,
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 1rem;
  color: inherit;
  font-weight: 700;
  font-family: Industry, sans-serif;
  font-style: normal;
  line-height: 1.2;
}
.pre-heading {
  color: #656565;
  font-size: 14px;
}
.heading-jumbo {
  font-size: 64px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .heading-jumbo {
    font-size: 36px;
  }
}
.heading-1,
h1 {
  font-size: 48px;
}
@media (max-width: 768px) {
  .heading-1,
  h1 {
    font-size: 24px;
  }
}
.heading-2,
h2 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .heading-2,
  h2 {
    font-size: 22px;
  }
}
.heading-3,
h3 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .heading-3,
  h3 {
    font-size: 18px;
  }
}
.heading-4,
h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .heading-4,
  h4 {
    font-size: 16px;
  }
}
.heading-5,
h5 {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.heading-alt {
  font-weight: 400;
  font-family: Helvetica, sans-serif;
}
.paragraph,
.paragraph-huge,
.paragraph-large,
.paragraph-middle,
.paragraph-small {
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
}
.paragraph-middle {
  font-size: 18px;
}
.paragraph-large {
  font-size: 1.56rem;
}
@media (max-width: 480px) {
  .paragraph-large {
    font-weight: 400;
    font-size: 16px;
  }
}
.paragraph-small {
  font-size: 14px;
}
.paragraph-huge {
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
}
a.color-inherit,
a:not([class]) {
  color: #da241b;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
a.color-inherit:hover,
a:not([class]):hover {
  border-bottom-color: currentColor;
}
.color-inherit {
  color: inherit !important;
}
.formated-content {
  color: #656565;
}
.formated-content blockquote,
.formated-content ol,
.formated-content p,
.formated-content ul {
  margin: 0 0 1rem;
}
.formated-content blockquote:last-child,
.formated-content ol:last-child,
.formated-content p:last-child,
.formated-content ul:last-child {
  margin-bottom: 0;
}
.formated-content h1,
.formated-content h2,
.formated-content h3,
.formated-content h4,
.formated-content h5 {
  margin: 32px 0 1rem;
  color: #000;
}
.formated-content h1:first-child,
.formated-content h2:first-child,
.formated-content h3:first-child,
.formated-content h4:first-child,
.formated-content h5:first-child {
  margin-top: 0;
}
.formated-content h1:last-child,
.formated-content h2:last-child,
.formated-content h3:last-child,
.formated-content h4:last-child,
.formated-content h5:last-child {
  margin-bottom: 0;
}
.formated-content blockquote,
.formated-content li,
.formated-content p {
  line-height: 1.7;
}
.formated-content blockquote {
  padding-left: 1rem;
  border-left: 2px solid #da241b;
}
.formated-content ul {
  padding: 0;
  list-style-type: none;
}
.formated-content ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1em;
}
.formated-content ul li:before {
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #da241b;
  border-radius: 2px;
  content: '';
}
.formated-content ul li:last-child {
  margin-bottom: 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  color: #da241b;
  font-weight: 700;
  font-size: 12px;
  font-family: Industry, sans-serif;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease;
}
.button:hover {
  color: #fff;
  background-color: #da241b;
}
.button-large {
  padding: 1em 1.8em;
}
@media (min-width: 1440px) {
  .button-large {
    font-size: 16px;
  }
}
.button-primary {
  color: #fff;
  background-color: #da241b;
}
.button-primary:hover {
  color: #da241b;
  background-color: #fff;
}
.button-second {
  color: #da241b;
  background-color: transparent;
  border-color: #b6b6b6;
}
.button-second:hover {
  color: #fff;
  background-color: #000;
  border-color: transparent;
}
.button-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.button-white:hover {
  color: #da241b;
  background-color: #fff;
}
.button-dark {
  color: #fff;
  background-color: #000;
}
.button-dark:hover {
  color: #fff;
  background-color: #da241b;
}
.link {
  display: inline-block;
  padding: 4px 0 3px;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.431.38a.483.483 0 00-.706 0 .571.571 0 000 .756l3.58 3.834H.494C.218 4.97 0 5.205 0 5.5c0 .295.219.537.494.537h11.81L8.725 9.864a.571.571 0 000 .756.483.483 0 00.706 0l4.426-4.742a.571.571 0 000-.757L9.431.38z' fill='%23E1261C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right -14px;
  border-bottom: 1px solid #da241b;
  transition: 0.2s ease;
}
.link:hover {
  padding-right: 20px;
  background-position: center right 0;
}
.link-iconed {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
  transition: 0.2s ease;
}
.link-iconed > * {
  margin-right: 0.5rem;
}
.link-iconed > [class*='icon-'] {
  font-size: 18px;
}
.link-iconed > :last-child {
  margin-right: 0;
}
.link-iconed:hover {
  color: #da241b;
}
@keyframes pagination-animation {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.uni-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .uni-heading {
    margin-bottom: 14px;
  }
}
.uni-heading--center {
  text-align: center;
  justify-content: center;
}
.uni-heading__actions,
.uni-heading__meta {
  margin: 0 10px 20px;
}
.swiper-container.swiper-container-horizontal .swiper-scrollbar {
  position: relative;
  left: unset;
  top: unset;
  width: 100% !important;
  margin: 45px 0 0 !important;
  height: 6px;
  background-color: #eee;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .swiper-container.swiper-container-horizontal .swiper-scrollbar {
    margin-top: 26px !important;
  }
}
.swiper-container.swiper-container-horizontal .swiper-scrollbar-drag {
  border-radius: 3px;
  background-color: #000;
  transition: height 0.2s ease-in, top 0.2s ease-in, transform 0.3s !important;
  cursor: pointer;
}
.swiper-container.swiper-container-horizontal .swiper-scrollbar-drag:hover {
  height: 150%;
  top: -25%;
  border-radius: 5px;
}
.swiper-container .swiper-pagination, .features:has(.-sm) .swiper-pagination {
  display: flex;
  align-items: center;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet, .features:has(.-sm) .swiper-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 2px;
  background-color: #b6b6b6;
  margin: 0 10px;
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet:after, .features:has(.-sm) .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet:before, .features:has(.-sm) .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  background-color: #da241b;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.swiper-container
  .swiper-pagination.swiper-pagination--autoplay
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .features:has(.-sm) .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  animation: pagination-animation 5s ease;
  animation-fill-mode: forwards;
}
.swiper-container
  .swiper-pagination:not(.swiper-pagination--autoplay)
  .swiper-pagination-bullet:before {
  transition: 0.2s;
}
.swiper-container
  .swiper-pagination:not(.swiper-pagination--autoplay)
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
}
.modal-video {
  outline: none;
}
.product-stock {
  display: inline-flex;
  align-items: center;
}
.product-stock__state {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  border-radius: 50%;
  color: #656565;
  width: 24px;
  height: 24px;
  font-size: 12px;
}
@media (min-width: 1321px) {
  .product-stock__state {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.product-stock__text {
  color: #656565;
  font-size: 14px;
  font-weight: 700;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #656565;
  font-size: 1.5rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .modal-close {
    display: none;
  }
}
.modal-close:hover {
  color: #da241b;
}
.modal-heading {
  height: 52px;
  background-color: #282828;
  display: flex;
}
@media (min-width: 769px) {
  .modal-heading {
    display: none;
  }
}
.modal-heading__close {
  display: flex;
  align-items: center;
  border: 0;
  color: #da241b;
  background: none;
  border-right: 1px solid hsla(0, 0%, 39.6%, 0.8);
  padding: 0 26px;
  font-size: 22px;
  cursor: pointer;
}
.modal-heading__title {
  font-family: Industry, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.modal-content {
  width: 1320px;
  padding: 65px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .modal-content {
    padding: 65px 26px;
  }
}
@media (max-width: 768px) {
  .modal-content {
    padding: 0;
    height: 100%;
  }
}
.modal-content [data-modal-scrolling='true'] {
  -webkit-overflow-scrolling: touch;
}
.modal-content__inner {
  overflow: auto;
  flex-grow: 1;
  width: calc(100% + 25px);
  margin-right: -25px;
  padding-right: 25px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .modal-content__inner {
    width: 100%;
    margin-right: 0;
    padding: 40px 26px;
    max-height: calc(100% - 52px);
  }
}
.content-image {
  position: relative;
  width: 100%;
  padding-top: 60%;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .content-image {
    margin: 20px 0;
  }
}
.content-image--large {
  padding-top: 110%;
}
.content-image:first-child {
  margin-top: 0;
}
.content-image:last-child {
  margin-bottom: 0;
}
.content-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-qty {
  display: flex;
  height: 40px;
  user-select: none;
}
@media (max-width: 480px) {
  .product-qty {
    height: 32px;
  }
}
.product-qty button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 0;
  font-size: 24px;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 480px) {
  .product-qty button {
    width: 32px;
  }
}
.product-qty button:hover {
  background-color: #f4f4f4;
}
.product-qty input {
  width: 60px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  font-family: Industry, sans-serif;
  text-align: center;
  border: 0;
  outline: none;
  appearance: none;
  pointer-events: none;
}

/* Added duplicate styling of quantity input to avoid double quantity input updates in mini cart due to legacy code listeners */
/* TO DO: Align core.js 805 function with mini cart quantity input updates in theme-compact.js _onRemove */

.product-qty-min {
  display: flex;
  height: 40px;
  user-select: none;
}
@media (max-width: 480px) {
  .product-qt-min {
    height: 32px;
  }
}
.product-qty-min button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 0;
  font-size: 24px;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 480px) {
  .product-qty-min button {
    width: 32px;
  }
}
.product-qty-min button:hover {
  background-color: #f4f4f4;
}
.product-qty-min input {
  width: 60px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  font-family: Industry, sans-serif;
  text-align: center;
  border: 0;
  outline: none;
  appearance: none;
  pointer-events: none;
}
.form-field,
.form-field-float,
.form-field-float-textarea {
  margin-bottom: 1rem;
}
.form-field-float-textarea:last-child,
.form-field-float:last-child,
.form-field:last-child {
  margin-bottom: 0;
}
.form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 14px;
  font-family: Industry, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.form-field input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 1rem;
  line-height: normal;
  border: 1px solid #bebebe;
  border-radius: 4px;
  outline: none;
  transition: 0.2s;
}
.form-field input:focus {
  border-color: #da241b;
  box-shadow: 0 0 0 3px rgba(218, 36, 27, 0.3);
}
.form-field-float {
  position: relative;
  padding-top: 1em;
  font-size: 16px;
}
.form-field-float label {
  display: block;
  color: #656565;
  font-size: 1em;
}
.form-field-float input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #656565;
  outline: none;
  transition: 0.2s;
}
.form-field-float input:focus {
  border-bottom-color: #da241b;
}
.form-field-float-textarea textarea {
  display: block;
  width: 100%;
  height: 140px;
  padding: 1rem 0;
  border: 0;
  border-bottom: 1px solid #656565;
  outline: none;
  transition: 0.2s;
  resize: none;
  border-radius: 0;
}
.form-field-float-textarea textarea::placeholder {
  padding-top: 80px;
  transition: 0.2s;
}
.form-field-float-textarea textarea:focus {
  border-bottom-color: #da241b;
}
.form-field-float-textarea textarea:focus::placeholder {
  padding-top: 0;
}
.form-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-bottom: 1rem;
  margin-left: -10px;
}
.form-buttons:last-child {
  margin-bottom: 0;
}
.form-buttons .button-primary:hover {
  border-color: #da241b;
}
.form-buttons > * {
  margin: 10px;
}
.faq-item {
  border-bottom: 1px solid #000;
}
.faq-item__heading {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 40px 1.5rem 0;
  cursor: pointer;
}
.faq-item__heading:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8.1l7 6.75 7-6.75 2.8 1.35L14 18.9 4.2 9.45 7 8.1z' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.2s;
  content: '';
}
.faq-item__heading .heading-3 {
  margin-bottom: 0;
}
.faq-item__content {
  display: none;
  padding-bottom: 1.5rem;
}
.faq-item__content > * {
  width: 100%;
}
@media (min-width: 1321px) {
  .faq-item__content > * {
    max-width: 850px;
  }
}
.faq-item.is-active .faq-item__heading:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-item.is-active .faq-item__content {
  display: block;
}
.blog-preview {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .blog-preview {
    margin-bottom: 1rem;
  }
  .blog-preview:last-child {
    margin-bottom: 0;
  }
}
.blog-preview__tag {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  padding: 1em;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  font-family: Industry, sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
}
.blog-preview__picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 65%;
}
.blog-preview__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
  clip: rect(1, 1, 1, 1);
  clip-path: inset(0);
}
.blog-preview a.blog-preview__picture:hover img {
  clip-path: inset(15px);
}
.blog-preview__date {
  margin-bottom: 1rem;
  color: #656565;
  font-weight: 700;
  font-size: 12px;
  font-family: Industry, sans-serif;
  text-transform: capitalize;
}
.blog-preview__content {
  width: 100%;
  padding: 32px 60px;
}
@media (max-width: 768px) {
  .blog-preview__content {
    padding: 24px 20px;
  }
}
.blog-preview__content .heading-3 a {
  color: inherit;
}
@media (min-width: 1321px) {
  .blog-preview__content p {
    width: 380px;
    max-width: 100%;
  }
}
.blog-preview--small .blog-preview__content {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 769px) {
  .blog-preview--large .blog-preview__picture {
    padding-top: 45%;
  }
  .blog-preview--large .blog-preview__date {
    color: inherit;
  }
  .blog-preview--large .blog-preview__tag {
    top: 60px;
    left: 40px;
  }
  .blog-preview--large .blog-preview__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 60px 40px;
    color: #fff;
  }
  .blog-preview--large .blog-preview__content p {
    color: inherit;
  }
}
[data-drag-container] {
  position: relative;
}
[data-drag-container].hide-cursor {
  cursor: none;
}
[data-drag-container].hide-cursor * {
  cursor: inherit;
}
.drag-controller {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: none;
  transition: opacity 0.4s;
  pointer-events: none;
}
.drag-controller.hidden {
  visibility: hidden;
  opacity: 0;
}
.footer {
  padding: 70px 0 0;
  color: #fff;
  background-color: #202020;
}
.footer .pre-heading {
  color: #878787;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .footer-intro {
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer-logo {
  display: block;
}
@media (max-width: 768px) {
  .footer-logo img {
    width: 120px;
  }
}
.footer-grid {
  display: grid;
  grid-gap: 100px;
  grid-template-columns: auto 1.25fr 1fr;
  padding-bottom: 100px;
  border-bottom: 1px solid #555;
}
@media (min-width: 1440px) {
  .footer-grid {
    grid-template-columns: auto minmax(400px, 100%) minmax(410px, auto);
  }
}
@media (max-width: 1320px) {
  .footer-grid {
    grid-gap: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .footer-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
  }
}
@media (max-width: 768px) {
  .footer-grid {
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .footer-grid {
    padding-bottom: 40px;
  }
}
.footer-nav {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(3, auto);
}
@media (min-width: 1440px) {
  .footer-nav {
    grid-gap: 64px;
    margin-right: auto;
  }
}
@media (max-width: 1320px) {
  .footer-nav {
    grid-gap: 25px;
  }
}
@media (max-width: 1024px) {
  .footer-nav {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .footer-nav {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .footer-nav {
    grid-gap: 55px 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 55px;
  }
}
.footer-nav .pre-heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 1440px) {
  .footer-nav .pre-heading {
    font-size: 16px;
  }
}
.footer-nav ul {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style-type: none;
}
.footer-nav ul li {
  margin-bottom: 1rem;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul a {
  color: inherit;
  font-size: 12px;
}
.footer-nav ul a:hover {
  opacity: 0.75;
}
@media (min-width: 1440px) {
  .footer-nav ul a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .footer-meta {
    width: 40%;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .footer-meta {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .footer-meta .pre-heading {
    font-size: 16px;
  }
}
.footer-form {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .footer-form {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .footer-form .paragraph-middle {
    font-size: 14px;
  }
}
.footer-form__field {
  position: relative;
}
.footer-form__field input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b6b6b6;
  outline: none;
  transition: 0.2s ease;
}
.footer-form__field input::placeholder {
  color: #878787;
}
.footer-form__field input:focus {
  border-bottom-color: #da241b;
}
.footer-form__field button {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0.5rem;
  color: #da241b;
  font-size: 20px;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
}
.footer-socials {
  display: flex;
  align-items: center;
}
.footer-socials__link {
  margin-right: 2.5rem;
  color: inherit;
  font-size: 29px;
  text-decoration: none;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .footer-socials__link {
    margin-right: 1rem;
  }
}
.footer-socials__link:hover {
  color: #da241b;
}
.footer-socials__link:last-child {
  margin-right: 0;
}
.footer-bottom {
  display: flex;
  align-items: center;
  padding: 1.5rem 0 2rem;
  color: #b6b6b6;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer-bottom {
    padding-bottom: 1rem;
  }
}
.footer-bottom__law {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-bottom__law span {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .footer-bottom__law span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.footer-bottom__law a {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .footer-bottom__law {
    margin-bottom: 1rem;
  }
  .footer-bottom__law a:last-child {
    margin: 20px 0 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-bottom__law {
    width: calc(100% + 52px);
    margin-right: -26px;
    margin-left: -26px;
  }
}
@media (max-width: 768px) {
  .footer-bottom__comrade {
    width: calc(100% + 52px);
    margin-right: -26px;
    margin-left: -26px;
    padding-top: 1rem;
    padding-right: 26px;
    padding-left: 26px;
    border-top: 1px solid #555;
  }
}
@media (max-width: 480px) {
  .footer-bottom__comrade {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-wrap: wrap;
  }
}
.footer-bottom a {
  color: inherit;
}
@media (min-width: 769px) {
  .footer-bottom > * {
    margin-right: 2.5rem;
  }
  .footer-bottom > :last-child {
    margin-right: 0;
    margin-left: auto;
  }
}
.footer-phone {
  display: inline-block;
  margin-bottom: 55px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.header {
  position: fixed;
  top: var(--header-pre-height);
  left: 0;
  z-index: 100;
  width: 100%;
  color: #fff;
  background: transparent;
}
.header.in-scroll {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(calc(var(--header-pre-height) * -1)) !important;
}
@media (min-width: 1025px) {
  .header.header--inner .header-body,
  .header.in-scroll .header-body {
    color: #000;
    background-color: #fff !important;
  }
  .header.header--inner .header-body .header-nav,
  .header.in-scroll .header-body .header-nav {
    color: #656565;
  }
  .header.header--inner .header-body .header-nav a.active,
  .header.header--inner .header-body .header-nav a:hover,
  .header.in-scroll .header-body .header-nav a.active,
  .header.in-scroll .header-body .header-nav a:hover {
    color: #000;
  }
}
.header-pre {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  height: var(--header-pre-height);
  color: #b6b6b6;
  font-size: 12px;
  background-color: #000;
}
@media (max-width: 1024px) {
  .header-pre {
    display: flex;
    align-items: center;
  }
}
.header-pre .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header-pre .container {
    justify-content: center;
  }
}
.header-pre__general a {
  margin-left: 1.5rem;
  color: #fff;
}
@media (max-width: 480px) {
  .header-pre__general a {
    display: none;
  }
}
.header-pre__contacts {
  display: flex;
  align-items: center;
}
.header-pre__contacts > * {
  margin-left: 1.5rem;
}
.header-logo {
  display: block;
  margin-right: auto;
  color: #fff;
}
.header--inner .header-logo,
.in-scroll .header-logo {
  color: #000;
}
.header-logo svg {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .header-logo svg {
    width: 120px;
  }
}
.header-logo-word {
  fill: currentColor;
}
.header-menu-trigger {
  margin-left: 1rem;
  padding: 0.5rem 0 0.5rem 0.5rem;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.header-menu-trigger span {
  display: block;
  font-size: 24px;
}
.header-menu-trigger span:nth-child(2) {
  display: none;
}
@media (min-width: 1025px) {
  .header-menu-trigger {
    display: none;
  }
}
@media (max-width: 1024px) {
  body.mobile-nav-open .header-menu-trigger span:first-child {
    display: none;
  }
  body.mobile-nav-open .header-menu-trigger span:nth-child(2) {
    display: block;
  }
}
.header-body {
  padding: 1.5rem 0;
  transition: 0.2s ease-in;
}
@media (max-width: 1024px) {
  .header-body {
    display: flex;
    align-items: center;
    height: 65px;
    padding: 0;
    color: #fff;
    background-color: #000;
  }
}
.header-body .container {
  display: flex;
  align-items: center;
}
@media (min-width: 1321px) {
  .header-body .container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
.header-nav {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header-nav {
    display: none;
  }
}
.header-nav a {
  position: relative;
  margin: 0 22px;
  padding: 4px 0;
  color: inherit;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 0;
  transition: 0.2s ease;
}
.header-nav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #da241b;
  transition: 0.25s ease-in-out;
  content: '';
  pointer-events: none;
}
.header-nav a.active:after,
.header-nav a:hover:after {
  width: 100%;
}
.header-actions {
  display: flex;
  margin-left: auto;
}
@media (max-width: 480px) {
  .header-actions {
    margin-left: 1rem;
  }
}
.header-actions a,
.header-actions button {
  margin-left: 30px;
  padding: 0;
  color: inherit;
  font-size: 20px;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-bottom: 0;
  cursor: pointer;
  transition: 0.2s ease-in;
}
@media (max-width: 768px) {
  .header-actions a,
  .header-actions button {
    margin-left: 1rem;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .header-actions a,
  .header-actions button {
    font-size: 14px;
  }
}
.header-actions a:hover,
.header-actions button:hover {
  color: #da241b;
}
.navigation {
  position: fixed;
  top: calc(var(--header-height) + var(--header-pre-height) + 20px);
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 35px 26px;
  overflow: auto;
  color: #fff;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
}
.header.in-scroll + .navigation {
  top: var(--header-height);
}
.navigation__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
.navigation__menu a {
  font-family: Industry,sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding: 4px 0 3px;
  color: inherit;
  font-weight: 800;
  font-size: 26px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease;
}
.navigation__menu a:last-child {
  margin-bottom: 0;
}
.navigation__menu a.active,
.navigation__menu a:hover {
  border-bottom-color: #da241b;
}
.navigation__footer {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 25px;
}
.navigation__footer .pre-heading {
  font-family: Helvetica,sans-serif,-apple-system;
  margin-bottom: 4px;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}
.navigation__footer a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.navigation-phone {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  text-decoration: none;
}
.navigation-socials {
  display: flex;
  align-items: center;
}
.navigation-socials a {
  margin-right: 1rem;
  padding: 0;
  color: #fff;
  font-size: 29px;
  border-bottom: 0;
}
.navigation-socials a:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  body.mobile-nav-open .navigation {
    visibility: visible;
    opacity: 1;
  }
  @media (max-width: 1024px) {
    .in-scroll .header-logo {
      color: #fff;
    }
  }
}

button.ca-promotional-widget-link {
  color: black;
}

.ca-promotional-widget-text-container {
  color: black;
  font-size: 14px;
}

.category-products .ca-promotional-widget-text-container {
  font-size: 12px;
}

.ca-promotional-css-avm71u.e4j9c9l0 {
  color: black !important;
}

.ca-promotional-widget-text-links-container {
  line-height: 1rem;
}

.ca-promotional-widget-image {
  display: block;
  margin-top: 5px;
}

.ftr30-functional-trainer .image-overlay,
.multi-adjustable-bench-mabr1 .image-overlay {
  display: none;
}

.treadmill-lubricant .msrp_text,
.treadmill-lubricant .product-view__savings-price,
.ifit-1-year-membership .msrp_text,
.ifit-1-year-membership .product-view__savings-price,
#shopify-section-ifit-template .product-preview__price strike,
.Accessories .product-preview__price-sale strike,
.Accessories .ca-promotional-widget,
.product-features_8329016803547,
.ftrhp-handle-package .product-view__savings-price,
.ftrhp-handle-package .msrp_text,
.rower .msrp_text {
  display: none;
  visibility: hidden;
}

.image_resized.app_store__mobile {
  aspect-ratio: 250/98;
  width: 11.27%;
}

@media (max-width: 480px) {
  .app_store__mobile {
    width: 38% !important;
  }
}

[aria-label='PUT IN THE WORK'] {
  margin-top: 122px !important;
}

.product-view-meta .product-view-meta__heading {
  font-weight: bold;
}

.product-view-meta .msrp_text {
  margin-bottom: 0.7rem;
  font-size: 0.85rem;
}

/*# sourceMappingURL=core.css.map*/



.faq-question {
  position: relative;
}
.faq-question:after {
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "\eaf7";
  position: absolute;
  top: 0;
  right: 0;
}

.faq-question.active:after {
  content: "\eaae";
}

.undo-btn {
  display: inline-block;
  text-rendering: auto;
  color: #666;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  padding-block: 0;
  padding-inline: 0;
  border-width: 0;
  border: unset;
  border-bottom: 1px solid #da241b;
}

.discount-header {
  display: flex;
  flex-direction: row;
  width: fit-content;
  text-transform: uppercase;
  font-size: 18px;
  {% if settings.promo_on %}
    color: var(--promo-text-color);
    background-color: var(--promo-color);
    {% unless settings.promo_color == 'rgba(0,0,0,0)' %}
      padding: 6px 12px 6px 6px;
    {% endunless %}
  {% endif %}
  border-radius: 2px;
}

.discount-header-invert {
  color: var(--promo-color) !important;
  background-color: transparent;
  padding: 0 !important;
}

.discount-header-invert span {
  font-weight:800 !important;
}

.discount-header span {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Industry, sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:2px
}

.discount-header:not(.discount-header-invert) span::before {
  content: "\f05b";
  position: relative;
  font-family: 'Material Symbols Outlined';
  margin-right: 6px;
  font-size: 12px !important;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.arrow-btn-26 {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #191919;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s;
}

.arrow-btn-26:hover {
  background-color: #F5F5F5;
}

.arrow-btn-26 svg {
  padding: 6px;
  background-color: #DE2726;
  border-radius: 3px;
}