@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/build/fonts/Montserrat-Regular.f19eacf6.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/build/fonts/Montserrat-Medium.f19eacf6.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/build/fonts/Montserrat-Bold.f19eacf6.woff2) format("woff2");
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

h1, h2, h5 {
  text-transform: uppercase;
}

h1 {
  font-size: 22px;
  line-height: 34px;
}

h2 {
  font-size: 26px;
  line-height: 36px;
}

h3 {
  font-size: 19px;
  line-height: 26px;
}

h4 {
  font-size: 14px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
p.small {
  font-size: 14px;
}

b, strong {
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: color 0.35s ease, text-decoration 0.35s ease;
  -moz-transition: color 0.35s ease, text-decoration 0.35s ease;
  -ms-transition: color 0.35s ease, text-decoration 0.35s ease;
  -o-transition: color 0.35s ease, text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease;
}
a:hover {
  text-decoration: none;
  color: #E24407;
}
a.back {
  color: #E24407;
  text-decoration: none;
}
a.back:hover {
  color: #000;
  text-decoration: underline;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #939393;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  color: #939393;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  color: #939393;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  color: #939393;
}

.aside-button {
  text-align: right;
  line-height: 44px;
}
.aside-button a {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .aside-button {
    text-align: left;
    margin-top: 15px;
  }
}

.justify-content-center {
  justify-content: center;
}

@font-face {
  font-family: "icomoon";
  src: url(/build/fonts/icomoon.8cb8604a.eot);
  src: url(/build/fonts/icomoon.8cb8604a.eot) format("embedded-opentype"), url(/build/fonts/icomoon.154d50d5.ttf) format("truetype"), url(/build/fonts/icomoon.c5fee132.woff) format("woff"), url(/build/images/icomoon.f4b0afe8.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-arrow-right-listing-active:before {
  content: "\e900";
  color: #e24407;
}

.icon-icon-checkbox:before {
  content: "\e901";
  color: #ccc;
}

.icon-icon-checkbox-active .path1:before {
  content: "\e902";
  color: rgb(204, 204, 204);
}

.icon-icon-checkbox-active .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(226, 68, 7);
}

.icon-icon-checkbox-listing_active .path1:before {
  content: "\e904";
  color: rgb(226, 68, 7);
}

.icon-icon-checkbox-listing_active .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}

.icon-icon-checkbox-listing:before {
  content: "\e906";
  color: #ccc;
}

.icon-icon-radio:before {
  content: "\e907";
  color: #ccc;
}

.icon-icon-radio-active .path1:before {
  content: "\e908";
  color: rgb(204, 204, 204);
}

.icon-icon-radio-active .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(226, 68, 7);
}

.icon-icons-arrow-down:before {
  content: "\e90a";
}

.icon-icons-arrow-left:before {
  content: "\e90b";
}

.icon-icons-arrow-right:before {
  content: "\e90c";
}

.icon-icons-arrow-up:before {
  content: "\e90d";
}

.icon-icon-american-express:before {
  content: "\e90e";
  color: #939393;
}

.icon-icon-credit-card:before {
  content: "\e90f";
  color: #939393;
}

.icon-icon-discover:before {
  content: "\e910";
  color: #939393;
}

.icon-icon-master-card:before {
  content: "\e911";
  color: #939393;
}

.icon-icon-visa:before {
  content: "\e912";
  color: #939393;
}

.icon-icon-basket:before {
  content: "\e913";
}

.icon-icon-basket-in-1.path1:before {
  content: "\e914";
  color: rgb(0, 0, 0);
}

.icon-icon-basket-in .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-icon-basket-in .path3:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-icon-basket-in .path4:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(226, 68, 7);
}

.icon-icon-check:before {
  content: "\e918";
  color: #e24407;
}

.icon-icon-close .path1:before {
  content: "\e919";
  color: rgb(0, 0, 0);
}

.icon-icon-close .path2:before {
  content: "\e91a";
  color: rgb(255, 255, 255);
}

.icon-icon-close-popup:before {
  content: "\e91b";
}

.icon-icon-complete1:before {
  content: "\e91c";
  color: #e24407;
}

.icon-icon-delivery:before {
  content: "\e91d";
}

.icon-icon-delivery-other .path1:before {
  content: "\e91e";
  color: rgb(255, 255, 255);
}

.icon-icon-delivery-other .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(226, 68, 7);
}

.icon-icon-delivery-other .path3:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(226, 68, 7);
}

.icon-icon-fold:before {
  content: "\e921";
}

.icon-icon-full-star-active:before {
  content: "\e922";
  color: #e24407;
}

.icon-icon-full-star-inactive:before {
  content: "\e923";
  color: #ccc;
}

.icon-icon-half-star:before {
  content: "\e924";
  color: rgb(226, 68, 7);
}

.icon-icon-half-star:after {
  content: "\e925";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}

.icon-icon-phone:before {
  content: "\e926";
}

.icon-icon-sale:before {
  content: "\e927";
  color: #e82033;
}

.icon-icon-search:before {
  content: "\e928";
}

.icon-icon-unfold:before {
  content: "\e929";
}

.icon-icon-user:before {
  content: "\e92a";
}

.icon-icon-video:before {
  content: "\e92b";
  color: #ccc;
}

.icon-icon-visible:before {
  content: "\e92c";
  color: #939393;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50.4px 0 20px;
  font-size: 14px;
  line-height: 42px;
  color: #939393;
  height: 42px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50.4px;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font: 0/0 a;
  *font: 20px/42px Lucida Sans Unicode, Arial Unicode MS, Arial;
  overflow: hidden;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: -12%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-color: #000;
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectric-hover .selectric .button {
  color: black;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-open .button {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #CCCCCC;
  margin-top: -1px;
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items ul {
  padding: 10px 0;
}
.selectric-items li {
  display: block;
  padding: 10px 20px;
  color: #000;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #fff;
  color: #E24407;
}
.selectric-items li.highlighted {
  background: #fff;
  color: #E24407;
}
.selectric-items li:hover {
  background: #fafafa;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-nav {
  display: block;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.slick-dots {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 20px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #E24407;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  margin-top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "icomoon" !important;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  float: left;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\e90a";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}

[dir=rtl] .slick-prev:before {
  content: "\e90a";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.slick-next {
  float: right;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\e90a";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

[dir=rtl] .slick-next:before {
  content: "\e90a";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}

/* Dots */
.slick-slide img {
  transition: all 0.35s ease;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.6;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin: 0;
  z-index: 99999;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-lightbox .slick-prev:before {
  color: #fff;
  font-size: 30px;
}

.slick-lightbox .slick-next {
  right: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin: 0;
  z-index: 99999;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-lightbox .slick-next:before {
  color: #fff;
  font-size: 30px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 26px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
  margin-top: -3px;
  display: inline-block;
}

.container {
  display: block;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 960px;
}
@media (max-width: 900px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container__inner {
  padding-bottom: 80px;
}
.container--xl {
  max-width: 1620px;
  padding-right: 20px;
  padding-left: 20px;
}

.product-page .container {
  max-width: 1920px !important;
  padding: 0;
}
.product-page .container__inner {
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .product-page .container__inner {
    padding-bottom: 0;
  }
}

.shopping-cart .container {
  max-width: 1920px !important;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .shopping-cart .container {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .shopping-cart .container {
    padding: 0 32px;
  }
}

.category-main .container {
  max-width: 1920px !important;
  padding: 0 64px;
}
.category-main .container__inner {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .category-main .container {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .category-main .container {
    padding: 0 32px;
  }
}

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 900px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row--no-flex {
  display: inline-block;
  clear: both;
}
.row--no-flex .col, .row--no-flex .col--12, .row--no-flex .col--11, .row--no-flex .col--10, .row--no-flex .col--9, .row--no-flex .col--8, .row--no-flex .col--7, .row--no-flex .col--6, .row--no-flex .col--5, .row--no-flex .col--4, .row--no-flex .col--3, .row--no-flex .col--2, .row--no-flex .col--1 {
  float: left;
  display: inline-block;
}

.col, .col--12, .col--11, .col--10, .col--9, .col--8, .col--7, .col--6, .col--5, .col--4, .col--3, .col--2, .col--1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 900px) {
  .col, .col--12, .col--11, .col--10, .col--9, .col--8, .col--7, .col--6, .col--5, .col--4, .col--3, .col--2, .col--1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col--1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.col--2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col--4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.col--5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col--7 {
  -ms-flex: 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.col--8 {
  -ms-flex: 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.col--9 {
  -ms-flex: 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col--10 {
  -ms-flex: 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.col--11 {
  -ms-flex: 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.col--12 {
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col--blog {
  padding-right: 4%;
}
@media (max-width: 640px) {
  .col--1--mobile {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col--2--mobile {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .col--3--mobile {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col--4--mobile {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col--5--mobile {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .col--6--mobile {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col--7--mobile {
    -ms-flex: 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col--8--mobile {
    -ms-flex: 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .col--9--mobile {
    -ms-flex: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col--10--mobile {
    -ms-flex: 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col--11--mobile {
    -ms-flex: 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .col--12--mobile {
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  .col--1--ipad {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col--2--ipad {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .col--3--ipad {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col--4--ipad {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col--5--ipad {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .col--6--ipad {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col--7--ipad {
    -ms-flex: 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col--8--ipad {
    -ms-flex: 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .col--9--ipad {
    -ms-flex: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col--10--ipad {
    -ms-flex: 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col--11--ipad {
    -ms-flex: 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .col--12--ipad {
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.padded-left {
  padding-left: 5%;
}
@media (max-width: 900px) {
  .padded-left {
    padding-left: 15px;
  }
}

@media (max-width: 640px) {
  .mobile--visible {
    display: block !important;
  }
}
@media (max-width: 900px) {
  .ipad--visible {
    display: inline-block !important;
  }
}
@media (max-width: 1170px) {
  .laptop--visible {
    display: inline-block !important;
  }
}
@media (max-width: 900px) {
  .ipad--hidden {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .mobile--hidden {
    display: none !important;
  }
}
@media (min-width: 641px) {
  .mobile--visible {
    display: none !important;
  }
}
@media (min-width: 901px) {
  .ipad--visible {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  width: 100% !important;
  height: auto !important;
}

ul li {
  padding: 10px 0px;
}
@media (max-width: 900px) {
  ul li {
    padding: 8px 0px;
  }
}
ul li a {
  display: block;
  text-decoration: none;
}
@media (max-width: 900px) {
  ul li a {
    font-size: 13px;
  }
}
ul li p {
  margin-bottom: 0;
}

ol {
  counter-reset: counter;
  list-style-type: none;
  margin-bottom: 30px;
}
ol li {
  position: relative;
  display: block;
  margin: 20px 0px;
  padding-left: 35px;
  line-height: 26px;
  font-size: 15px;
}
ol li:first-child {
  margin-top: 0;
}
ol li::before {
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #E24407;
  counter-increment: counter;
  content: "0" counter(counter) ".";
}

.no-margin {
  margin: 0 !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-orange {
  color: #E24407;
}

.f-right {
  float: right !important;
}

.f-left {
  float: left !important;
}

.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.curtain, .curtain--menu, .curtain--nav {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  -moz-transition: opacity 0.35s ease, visibility 0.35s ease;
  -ms-transition: opacity 0.35s ease, visibility 0.35s ease;
  -o-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.curtain.show, .show.curtain--menu, .show.curtain--nav {
  opacity: 0.45;
  visibility: visible;
}
.curtain--nav {
  z-index: 80;
}
.sticky {
  max-width: 293px;
}
@media (max-width: 900px) {
  .sticky {
    max-width: 100%;
  }
}

.page__wr {
  -webkit-transition: filter 0.35s ease;
  -moz-transition: filter 0.35s ease;
  -ms-transition: filter 0.35s ease;
  -o-transition: filter 0.35s ease;
  transition: filter 0.35s ease;
}

.blured {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

@media (max-width: 900px) {
  .no-padding--mobile {
    padding: 0 !important;
  }
}
@media (max-width: 900px) {
  .expand {
    display: none;
  }
}

/**
 * Swiper 5.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2020
 */
@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-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;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Progress */
.swiper-pagination-progressbar {
  background: transparent;
  height: 3px;
  position: relative;
  max-width: 136px;
}
.swiper-pagination-progressbar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 1px;
  left: 0;
  opacity: 0.5;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  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;
}

/* Scrollbar */
.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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn, .btn--expand, .btn--small, .btn--black, .btn--secondary, .btn--primary, .btn--primary---search, .btn--disabled, .btn--success, .btn--border {
  text-transform: uppercase;
  border: 1px solid;
  font-weight: bold;
  font-size: 14px;
  line-height: 42px;
  padding: 0 35px;
  display: inline-block;
  text-align: center;
  margin: 10px 0px;
  -webkit-transition: border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
  -moz-transition: border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
  -ms-transition: border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
  -o-transition: border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
  transition: border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}
@media (max-width: 640px) {
  .btn.mobile-full, .mobile-full.btn--expand, .mobile-full.btn--small, .mobile-full.btn--black, .mobile-full.btn--secondary, .mobile-full.btn--primary, .mobile-full.btn--primary---search, .mobile-full.btn--disabled, .mobile-full.btn--success, .mobile-full.btn--border {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .btn.ipad-full, .ipad-full.btn--expand, .ipad-full.btn--small, .ipad-full.btn--black, .ipad-full.btn--secondary, .ipad-full.btn--primary, .ipad-full.btn--primary---search, .ipad-full.btn--disabled, .ipad-full.btn--success, .ipad-full.btn--border {
    width: 100%;
  }
}
.btn--border {
  border-color: #E24407;
  color: #E24407;
  padding: 0 20px;
  text-decoration: none;
}
.btn--border:hover {
  color: white;
  background-color: #E24407;
}
.btn--success {
  background-color: #28a745;
  color: #fff;
  text-decoration: none;
  border-color: #28a745;
}
.btn--success:hover {
  color: #fff;
}
.btn--success:active {
  color: #fff;
}
.btn--disabled {
  background-color: #acacac;
  border-color: #acacac;
  color: #fff;
  text-decoration: none;
}
.btn--primary, .btn--primary---search {
  background-color: #E24407;
  border-color: #E24407;
  color: #fff;
  text-decoration: none;
}
.btn--primary:hover, .btn--primary---search:hover {
  color: #fff;
  background: #ff4b04;
  border-color: #ff4b04;
}
.btn--primary---search {
  padding-left: 48px;
  height: 48px;
  position: relative;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 640px) {
  .btn--primary---search {
    font-size: 0;
    padding: 0 22px;
  }
}
.btn--primary---search::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e928";
  font-size: 1.6em;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .btn--primary---search::before {
    font-size: 21px;
    left: 13px;
  }
}
.btn--secondary {
  background-color: transparent;
  border-color: #E24407;
  color: #000;
  text-decoration: none;
}
.btn--black {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 0 15px;
}
.btn--black:hover {
  color: #fff;
  background: #555;
  border-color: #555;
}
.btn--small {
  padding: 0 10px;
  margin: 0;
}
.btn--medium {
  display: block;
  width: 80%;
}
.btn--full {
  display: block;
  width: 100%;
}
.btn--control {
  background: #fff;
  border: 1px solid #939393;
  height: 30px;
  width: 30px;
  max-width: 30px !important;
  border-radius: 0;
  line-height: 28px;
  text-align: center;
}
.btn--control span {
  display: inline-block;
  color: #939393;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.btn--control.add {
  border-left: none;
}
.btn--control.add:hover span {
  color: green;
}
.btn--control.subtract {
  border-right: none;
}
.btn--control.subtract:hover span {
  color: #E82033;
}
@media (max-width: 640px) {
  .btn--icon {
    position: absolute;
    right: 15px;
    height: 44px;
    width: 44px;
    color: #fff;
    font-size: 1.6em;
    display: inline-block;
    padding: 0;
    line-height: 46px;
  }
}
.btn--expand {
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #E24407;
  text-align: center;
  line-height: 42px;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.35s ease, color 0.35s ease;
  -moz-transition: background-color 0.35s ease, color 0.35s ease;
  -ms-transition: background-color 0.35s ease, color 0.35s ease;
  -o-transition: background-color 0.35s ease, color 0.35s ease;
  transition: background-color 0.35s ease, color 0.35s ease;
}
.btn--expand.active {
  background-color: #E24407;
  color: #fff;
}
.btn--prev, .btn--next {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 30px;
}
.btn--prev::before, .btn--next::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  position: absolute;
  left: -20px;
  top: 3px;
}
.btn--next {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}
.btn--next::before {
  content: "\e90c";
  left: auto;
  right: -20px;
}

.select, .dropdown {
  display: block;
  position: relative;
  height: 44px;
  line-height: 43px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #CCCCCC;
  text-transform: uppercase;
  cursor: pointer;
  max-width: 100%;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
.select i, .dropdown i {
  position: absolute;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 8px;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
.select:hover, .dropdown:hover {
  color: #E24407;
}

.dropdown.clicked i {
  transform: translate(0, -50%) rotate(-180deg);
}

.input, .input--icon, .input--quantity, .input--search {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px;
  background: #fff;
  max-width: 100%;
  border: 1px solid #CCCCCC;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.input--search {
  padding-left: 45px;
  border: 1px solid #fff;
}
@media (max-width: 900px) {
  .input--search {
    padding-left: 20px;
  }
}
.input--quantity {
  border-color: #939393;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 600;
}
.input--icon {
  padding-left: 45px;
}
@media (max-width: 640px) {
  .input--icon {
    padding-right: 54px;
  }
}

.radio, .radio--credit_card {
  margin: 10px 0;
  position: relative;
}
.radio label, .radio--credit_card label {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding-left: 30px;
  line-height: 18px;
  margin-bottom: 0;
}
.radio label::before, .radio--credit_card label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid #CCCCCC;
}
.radio input[type=radio], .radio--credit_card input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.radio input[type=radio]:checked + label::after, .radio--credit_card input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #E24407;
}
.radio--credit_card {
  margin: 0;
}
.radio--credit_card label {
  padding-left: 0;
  margin: 0 !important;
}
.radio--credit_card label::before, .radio--credit_card label::after {
  display: none;
}
.radio--credit_card label span {
  font-size: 4em;
}
.radio--credit_card label span::before {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.radio--credit_card input[type=radio]:checked + label span::before {
  color: #E24407;
}

.textarea {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #CCCCCC;
  min-height: 140px;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.45em;
}

.checkbox, .checkbox--filter {
  margin: 15px 0 5px;
  position: relative;
}
.checkbox label, .checkbox--filter label {
  position: relative;
  font-size: 11px;
  display: inline-block;
  padding-left: 26px;
  line-height: 18px;
}
.checkbox label::before, .checkbox--filter label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #CCCCCC;
}
.checkbox input, .checkbox--filter input {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  opacity: 0;
}
.checkbox input:checked + label::after, .checkbox--filter input:checked + label::after {
  position: absolute;
  top: -1px;
  left: -1px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  content: "\e903";
  color: #E24407;
}
.checkbox--filter {
  margin: 0;
  padding: 10px 15px;
}
.checkbox--filter:first-child {
  padding-top: 5px;
}
.checkbox--filter:last-child {
  margin-bottom: 10px;
}
.checkbox--filter label {
  display: block;
  padding-left: 18px;
  font-size: 12px;
}
.checkbox--filter label::before {
  top: 4px;
  width: 8px;
  height: 8px;
}
.checkbox--filter label .product-reviews {
  font-size: 12px;
  display: inline-block;
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.checkbox--filter label .product-reviews__count {
  font-size: 12px;
}
.checkbox--filter label .parameter, .checkbox--filter label .count {
  display: inline-block;
}
.checkbox--filter label .count {
  vertical-align: top;
  margin-left: 10px;
}
.checkbox--filter input {
  cursor: pointer;
}
.checkbox--filter input:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 8px;
  height: 8px;
  background: #E24407;
}

.hamburger {
  display: inline-block;
  width: 42px;
  height: 42px;
  padding: 8px 10px;
  margin-left: -10px;
  z-index: 1099;
  cursor: pointer;
  float: left;
}
.hamburger span {
  display: block;
  background-color: #000;
  height: 3px;
  margin-bottom: 4px;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
.hamburger.close {
  padding-top: 15px;
}
.hamburger.close span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.close span:nth-child(2) {
  display: none;
}
.hamburger.close span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}

.table, .table--summary {
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 2px;
  border-color: #CCCCCC;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  margin: 30px 0;
  text-align: left;
}
@media (max-width: 640px) {
  .table, .table--summary {
    font-size: 10px;
  }
}
.table tbody, .table--summary tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.table tr, .table--summary tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.table td, .table--summary td, .table th, .table--summary th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.table td:last-child, .table--summary td:last-child, .table th:last-child, .table--summary th:last-child {
  border-right: none;
}
.table td, .table--summary td {
  display: table-cell;
  vertical-align: inherit;
}
.table thead th, .table--summary thead th {
  border-top: none;
  line-height: 1.4em;
}
.table--summary {
  font-size: 14px;
  margin: 0;
}
.table--summary thead {
  font-weight: bold;
}
.table--summary td, .table--summary th {
  border-right: none;
  padding: 1em 0.75rem;
}
.table--summary th {
  padding: 0rem 0.75rem 0.5em;
  vertical-align: bottom;
}
.table--summary th:last-child {
  text-align: right;
  padding-right: 0;
}
.table--summary th:first-child {
  padding-left: 0;
}
.table--summary tr td:last-child {
  text-align: right;
  padding: 1em 0;
  color: #939393;
  font-weight: 500;
}
.table--summary tr td:first-child {
  padding-left: 0;
}
.table--summary tr:last-child td {
  font-size: 1.2em;
  text-transform: uppercase;
}
.table--summary tr:first-child td {
  vertical-align: top;
  line-height: 1.45em;
}

.features-list {
  margin-bottom: 30px;
}
.features-list li {
  display: block;
  padding: 12px 15px;
}
.features-list li:nth-child(odd) {
  background-color: #f5f5f5;
}

@media (max-width: 640px) {
  .rating {
    margin-top: 30px;
  }
}
.rating__score {
  display: block;
  margin: 50px 0;
}
@media (max-width: 640px) {
  .rating__score {
    margin: 20px 0;
  }
}
.rating__score__desc {
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 640px) {
  .rating__score__desc {
    font-weight: bold;
  }
}
.rating__score__value {
  font-size: 19px;
  color: #939393;
  font-weight: 500;
  margin-top: 10px;
}
.rating__score__value span {
  font-size: 26px;
  color: #000;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .rating__score__value span {
    font-size: 34px;
  }
}

.spacer, .spacer--huge, .spacer--big, .spacer--medium, .spacer--small {
  border: none;
  display: block;
  margin: 10px 0;
}
.spacer--small {
  margin: 5px 0;
}
.spacer--medium {
  margin: 20px 0;
}
.spacer--big {
  margin: 30px 0;
}
.spacer--huge {
  margin: 60px 0;
}

label.sort-label {
  text-align: right;
  display: block;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
}

.form--search {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 740px;
}
@media (max-width: 1170px) {
  .form--search {
    max-width: 100%;
  }
}
.form--search input {
  float: left;
  margin: 0 10px 0 0;
  width: calc(100% - 165px);
  height: 48px;
  background-color: #F7F7F7;
  border: 1px solid #E5E5E5;
}
@media (max-width: 900px) {
  .form--search input {
    margin: 0;
    width: calc(100% - 145px);
  }
}
@media (max-width: 640px) {
  .form--search input {
    width: calc(100% - 46px);
    margin: 0;
  }
}
.form--search span {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font-size: 1.6em;
}
.form__group, .form__group--fill {
  margin-bottom: 20px;
}
.form__group--flex {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form__group .input, .form__group--fill .input, .form__group .input--search, .form__group--fill .input--search, .form__group .input--quantity, .form__group--fill .input--quantity, .form__group .input--icon, .form__group--fill .input--icon, .form__group button, .form__group--fill button {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.form__group .input:nth-child(n+3), .form__group--fill .input:nth-child(n+3), .form__group .input--search:nth-child(n+3), .form__group--fill .input--search:nth-child(n+3), .form__group .input--quantity:nth-child(n+3), .form__group--fill .input--quantity:nth-child(n+3), .form__group .input--icon:nth-child(n+3), .form__group--fill .input--icon:nth-child(n+3) {
  flex-basis: auto;
  margin-top: 20px;
}
.form__group .icon-search, .form__group--fill .icon-search {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font-size: 1.6em;
}
@media (max-width: 640px) {
  .form__group .icon-search, .form__group--fill .icon-search {
    left: 28px;
  }
}
.form__group .selectric-wrapper, .form__group--fill .selectric-wrapper {
  display: block;
  width: 100%;
}
.form__group .selectric-wrapper .label, .form__group--fill .selectric-wrapper .label {
  font-weight: normal;
  margin-bottom: 0;
}
.form__group .label, .form__group--fill .label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.form__group label, .form__group--fill label {
  display: block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}
.form__group label sup, .form__group--fill label sup {
  display: inline-block;
  color: #E24407;
}
.form__group .icon, .form__group--fill .icon {
  font-size: 3em;
}
.form__group--fill {
  padding: 0;
  border: 1px solid #CCCCCC;
  background-color: #f1f1f1;
  margin-top: 10px;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
  -ms-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.form__group--fill .checkbox, .form__group--fill .checkbox--filter {
  margin: 0;
  padding: 0;
}
.form__group--fill .checkbox label, .form__group--fill .checkbox--filter label {
  margin: 0px;
  padding-left: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 15px;
}
.form__group--fill .checkbox label::before, .form__group--fill .checkbox--filter label::before {
  content: "";
  top: 50%;
  left: 15px;
  margin-top: -9px;
}
.form__group--fill .checkbox input, .form__group--fill .checkbox--filter input {
  cursor: pointer;
}
.form__group--fill .checkbox input:checked + label::after, .form__group--fill .checkbox--filter input:checked + label::after {
  top: 50%;
  left: 14px;
  margin-top: -10px;
}
.form__group--fill:hover {
  background-color: #fafafa;
}
.form__group--password {
  position: relative;
}
.form__group--password span {
  position: absolute;
  bottom: 0;
  right: 10px;
  margin-bottom: 8px;
}
.form__group--password span:before {
  font-size: 2em;
}
.form hr {
  border: 0px;
  border-bottom: 1px solid #dee2e6;
  display: block;
  margin: 10px 0;
}
.form span {
  font-size: 14px;
}
.form__alert {
  color: #E82033;
  margin-top: 10px;
}
.form__alert p {
  margin-bottom: 0;
}
.error-message {
  display: block;
  color: #E82033;
  padding-top: 5px;
}

.error .input, .error .input--search, .error .input--quantity, .error .input--icon, .error .textarea {
  border-color: #E82033;
}
.error .selectric {
  border-color: #E82033;
}
.error .checkbox label:before, .error .checkbox--filter label:before {
  border-color: #E82033;
}

.postcode::-webkit-outer-spin-button, .postcode::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.postcode[type=number] {
  -moz-appearance: textfield;
}

.js__newsletter-form {
  margin-bottom: 16px;
}

.js__newsletter-form__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.js__newsletter-form__wrapper .js__form-field {
  flex-grow: 1;
}

.js__newsletter-form__wrapper .js__newsletter-form--submit {
  margin: 0;
}

.promo-box {
  margin: 10px 0 30px;
}
.promo-box figure {
  display: block;
  position: relative;
  text-align: right;
}
.promo-box figure img {
  display: inline-block;
}
.promo-box .label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 1.4em;
  color: #E24407;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
}
@media (min-width: 641px) and (max-width: 900px) {
  .promo-box .label {
    font-size: 1em;
  }
}
.promo-box .label strong {
  display: block;
  font-size: 1.7em;
  line-height: 1.2em;
}
.promo-box .description {
  margin: 10px 0;
}
@media (min-width: 641px) and (max-width: 900px) {
  .promo-box .description h2 {
    font-size: 21px;
  }
}

.product-box, .product-box--listing {
  position: relative;
  display: block;
  margin-bottom: 60px;
  padding-top: 50px;
}
@media (max-width: 900px) {
  .product-box, .product-box--listing {
    padding-top: 30px;
  }
}
.product-box:hover img, .product-box--listing:hover img {
  opacity: 0.9;
}
.product-box:hover .product-box__name, .product-box--listing:hover .product-box__name {
  color: #E24407;
}
.product-box:has(.unavailable):hover .product-box__name, .product-box--listing:has(.unavailable):hover .product-box__name {
  color: #999999;
}
.product-box .label, .product-box--listing .label {
  position: absolute;
  left: 0;
  top: 0;
  color: #E82033;
  border: 1px solid #E82033;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  padding: 8px 12px;
}
@media (max-width: 900px) {
  .product-box .label, .product-box--listing .label {
    font-size: 9px;
    padding: 6px 10px;
  }
}
.product-box .label strong, .product-box--listing .label strong {
  display: block;
  font-size: 1.8em;
}
@media (max-width: 900px) {
  .product-box .label strong, .product-box--listing .label strong {
    font-size: 12px;
  }
}
.product-box figure, .product-box--listing figure {
  height: 165px;
}
.product-box figure a, .product-box--listing figure a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding: 3px;
  text-align: center;
}
.product-box figure a img, .product-box--listing figure a img {
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  max-height: 160px;
}
.product-box figure a:hover img, .product-box--listing figure a:hover img {
  opacity: 0.9;
}
.product-box__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font: 0/0 a;
  color: transparent;
}
.product-box__name {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.product-box__name.unavailable {
  color: #999999;
}
.product-box__name.unavailable a {
  color: #999999;
}
.product-box__name {
  font-size: 18px;
  line-height: 20px;
  height: 64px;
  overflow: hidden;
  font-weight: 500;
}
@media (min-width: 641px) and (max-width: 900px) {
  .product-box__name {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .product-box__name {
    font-size: 10px;
    line-height: 16px;
    height: 45px;
  }
}
.product-box__name a {
  text-decoration: none;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
}
.product-box__reviews {
  margin: 10px 0;
}
.product-box__price.unavailable {
  color: #999999;
}
.product-box__price .old-price {
  text-decoration: line-through;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 900px) {
  .product-box__price .old-price {
    font-size: 9px;
  }
}
.product-box__price strong {
  font-size: 18px;
}
@media (max-width: 900px) {
  .product-box__price strong {
    font-size: 13px;
  }
}
.product-box--listing {
  padding-top: 0;
  padding: 16px 16px 24px 16px;
  margin-bottom: 32px;
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  background: var(--White, #FFF);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-box--listing figure {
  margin-bottom: 15px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product-box--listing figure img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.product-box--listing figure a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding: 3px;
  text-align: center;
}
.product-box--listing .label {
  top: -33px;
  border: 1px solid var(--Grey-Grey-1000, #262626);
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
}
.product-box--listing .label strong {
  font-size: 12px;
}
.product-box--listing .product-box__name {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  margin-bottom: 12px;
  height: unset;
}
.product-box--listing .product-box__price {
  display: flex;
  align-items: flex-end;
  margin: auto 0 0 0;
  flex-wrap: wrap;
}
.product-box--listing .product-box__price strong {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.product-box--listing .old-price {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-decoration-line: line-through;
}
@media (max-width: 768px) {
  .product-box--listing {
    padding: 12px;
  }
  .product-box--listing .product-box__name {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    height: auto;
  }
  .product-box--listing .old-price {
    font-size: 9px;
    line-height: 9px; /* 100% */
  }
  .product-box--listing .product-box__price strong {
    font-size: 13px;
    line-height: 13px; /* 100% */
  }
}

.product-box__slide:hover .product-box--featured .product-box__wrapper {
  border-color: #E24407 !important;
}
.product-box__slide .product-box--featured {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0;
  margin: 0;
  height: 100%;
}
.product-box__slide .product-box--featured .product-box__wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 18px;
  padding: 16px;
  flex-grow: 1;
  background-color: #fff;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.product-box__slide .product-box--featured figure {
  position: relative;
  height: auto;
  margin-bottom: 18px;
}
.product-box__slide .product-box--featured figure > a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.54;
  max-height: 100%;
  padding: 0;
  top: auto;
  transform: none;
}
.product-box__slide .product-box--featured figure > a img {
  max-height: 100%;
  width: auto;
}
.product-box__slide .product-box--featured .label {
  position: static;
  color: #000;
  border-color: #000;
  padding: 8px 12px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  align-self: flex-start;
}
.product-box__slide .product-box--featured .label strong {
  font-size: 16px;
}
@media (max-width: 900px) {
  .product-box__slide .product-box--featured .label strong {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .product-box__slide .product-box--featured .label strong {
    font-size: 12px;
  }
}
.product-box__slide .product-box--featured .add-to-cart {
  width: 100%;
  margin: 0;
}
.product-box__slide .product-box--featured .product__variants {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-box__slide .product-box--featured .product-box__name {
  font-size: 16px;
  height: auto;
  font-weight: bold;
}
@media (max-width: 900px) {
  .product-box__slide .product-box--featured .product-box__name {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .product-box__slide .product-box--featured .product-box__name {
    font-size: 12px;
  }
}
.product-box__slide .product-box--featured .product-box__price {
  margin-top: auto;
  margin-bottom: 0;
}

.categoryt-box {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .categoryt-box {
    margin-bottom: 40px;
  }
}
.categoryt-box a {
  text-decoration: none;
}
.categoryt-box figure {
  margin-bottom: 10px;
}
.categoryt-box h5 {
  text-decoration: none;
  margin-top: 10px;
}

.category-box--featured {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 37px;
  padding: 16px;
  transition: color 0.25s ease;
}
@media (max-width: 900px) {
  .category-box--featured {
    padding: 8px 0;
  }
}
.category-box--featured:hover {
  color: #E24407;
}
.category-box--featured .category-box__link {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 1;
  font: 0/0 large;
  color: transparent;
}
.category-box--featured .category-box__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 900px) {
  .category-box--featured .category-box__title {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .category-box--featured .category-box__title {
    font-size: 12px;
  }
}
.category-box--featured .category-box__image {
  aspect-ratio: 1;
  max-width: 100%;
}
@media (max-width: 640px) {
  .category-box--featured .category-box__image {
    max-width: 80%;
  }
}
.category-box--featured .category-box__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__listing__cats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 24px;
  margin: 64px 0;
}
.product__listing__cats .category-box-wrapper {
  padding: 24px 43px;
  background: #FEF8F6;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__listing__cats h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  text-transform: uppercase;
}
.product__listing__cats.half-split {
  grid-template-columns: repeat(2, 1fr);
}
.product__listing__cats.half-split .category-box-wrapper {
  min-height: 220px;
}
@media (max-width: 768px) {
  .product__listing__cats {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product__listing__cats {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.product-reviews__score {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews__score span {
  display: inline-block;
  float: left;
  font-size: 1.6em;
}
@media (max-width: 900px) {
  .product-reviews__score span {
    font-size: 1.1em;
  }
}
.product-reviews__count {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
@media (max-width: 900px) {
  .product-reviews__count {
    font-size: 10px;
  }
}

.text-box {
  display: block;
  margin-bottom: 40px;
}
.text-box__title {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #E24407;
  margin-bottom: 20px;
  min-height: 44px;
}

.video-block {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.video-block__poster {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #000;
}
@media (max-width: 640px) {
  .video-block__poster {
    height: auto;
  }
}
.video-block__poster img {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  -moz-transition: transform 0.35s ease, opacity 0.35s ease;
  -ms-transition: transform 0.35s ease, opacity 0.35s ease;
  -o-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.video-block__poster .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  line-height: 85px;
  -webkit-transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  -moz-transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  -ms-transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  -o-transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
@media (max-width: 640px) {
  .video-block__poster .play {
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
}
.video-block__poster .play::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 37px;
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 640px) {
  .video-block__poster .play::before {
    border-width: 10px 0 10px 14px;
    margin-left: 5px;
  }
}
.video-block__poster:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}
.video-block__poster:hover .play {
  background-color: #E24407;
  border-color: #E24407;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.video-block__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1099;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  border: 4px solid #fff;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  margin-top: -60px;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
  -moz-transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
  -ms-transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
  -o-transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
}
@media (max-width: 640px) {
  .video-block__modal {
    width: 90%;
  }
}
.video-block__modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  z-index: 100;
}
.video-block__modal .close:hover {
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  opacity: 0.6;
}
.video-block__modal.show {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.cart-box {
  padding: 20px;
}
@media (max-width: 640px) {
  .cart-box {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.cart-box__title {
  font-weight: bold;
  font-size: 13px !important;
  display: block;
  width: 100%;
}
.cart-box .form__group:last-child, .cart-box .form__group--fill:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .cart-box .form__group:last-child, .cart-box .form__group--fill:last-child {
    margin-bottom: 15px;
  }
}

.summary-box {
  padding: 24px 0 48px 0;
}
.summary-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .summary-box {
    padding: 24px 0;
  }
}
.summary-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6em;
}
.summary-box p span {
  width: 50%;
  display: inline-block;
}
@media (max-width: 768px) {
  .summary-box p span {
    width: 55%;
  }
}
.summary-box p span:last-child {
  vertical-align: top;
  text-align: right;
}
@media (max-width: 768px) {
  .summary-box p span:last-child {
    width: 45%;
  }
}
.summary-box__total {
  display: block;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .summary-box__total {
    padding-bottom: 0;
  }
}
.summary-box__total b, .summary-box__total span {
  width: 50%;
  display: inline-block;
}
.summary-box__total span {
  text-align: right;
  font-weight: bold;
  color: #E24407;
}
.summary-box .btn--primary, .summary-box .btn--primary---search {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  background: #E24407;
  padding: 17px 25px;
  margin: 24px 0 0 0;
}

.account-box {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .account-box {
    margin-bottom: 60px;
  }
}
.account-box h4 {
  font-size: 19px;
  margin-bottom: 15px;
}
.account-box h5 {
  margin-bottom: 15px;
}
.account-box p {
  font-size: 14px;
  margin-bottom: 5px;
}
.account-box a {
  text-decoration: none;
  display: inline-block;
  color: #E24407;
}
.account-box a.btn--primary, .account-box a.btn--primary---search {
  color: #fff;
}
.account-box a.btn--primary:hover, .account-box a.btn--primary---search:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 640px) {
  .account-box a {
    margin-top: 20px;
  }
}
.account-box a:hover {
  color: #000;
  text-decoration: underline;
}
.account-box__inner-box {
  border: 1px solid #CCCCCC;
  padding: 20px 20px;
}
.account-box__inner-box h5 {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
}

.article-box {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
.article-box__title {
  margin-bottom: 15px;
}
.article-box__title a {
  font-weight: bold;
  text-decoration: none;
  font-size: 19px;
  line-height: 26px;
}
.article-box__meta {
  font-size: 14px;
  color: #939393;
  margin-bottom: 15px;
}
.blog-slider__slide {
  height: auto !important;
}

.recent-article {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.recent-article__image {
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  background-color: #EBEBEB;
}

.recent-article__image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.recent-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-article__image img.placeholder {
  max-width: 50%;
  height: auto;
}

.recent-article__desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}

.recent-article__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #939393;
  margin-top: auto;
  margin-bottom: 0;
}

.recent-article__meta strong {
  font-weight: normal;
  color: #000;
}

.recent-article__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
}

.header {
  position: relative;
  z-index: 90;
}
@media (max-width: 640px) {
  .header {
    z-index: 120;
  }
}
.header__wrapper {
  position: relative;
}
.header__top {
  background: #E24407;
  color: #fff;
}
@media (max-width: 1170px) {
  .header__top {
    display: none;
  }
}
.header__top__wrapper {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 300ms ease;
}
.header__top--close .header__top__wrapper {
  grid-template-rows: 0fr;
}
.header__top--invisible {
  display: none;
}
.header__top__inner {
  overflow: hidden;
}
.header__top .container {
  position: relative;
}
.header__top__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  right: 0;
  top: 0;
  background: none;
  border: none;
  background: none;
  border: none;
  padding: 0 20px;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header__top__close:hover {
  opacity: 0.6;
}
.header__top a {
  color: #fff;
  text-decoration: none;
  line-height: 29px;
  margin-left: 10px;
}
.header__top a span {
  font-size: 1.4em;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 6px;
}
.header__top a:hover {
  color: #E24407;
}
.header__top__cta, .header__top__cta p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
  font-weight: bold;
  height: 56px;
  margin-bottom: 0;
}
.header__top__cta a, .header__top__cta p a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: black;
  background-color: white;
  font-weight: bold;
  text-decoration: none;
  line-height: 36px;
  padding: 0 16px;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  transition: all 0.3s ease;
}
.header__top__cta a:hover, .header__top__cta p a:hover {
  background-color: #f0f0f0;
}
.header__main {
  padding: 20px 0;
  background: #fff;
}
.header__main__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.header__main__search {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 1170px) {
  .header__main__search {
    order: 3;
    width: 100%;
  }
}
.header__main__left {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 60%;
}
.header__main__left .hamburger {
  flex-shrink: 0;
  display: none;
}
@media (max-width: 1170px) {
  .header__main__left .hamburger {
    display: flex;
  }
}
@media (max-width: 640px) {
  .header__main__left {
    gap: 12px;
  }
}
@media (max-width: 320px) {
  .header__main__left {
    gap: 10px;
  }
}
.header__main__right {
  float: right;
}
@media (max-width: 900px) {
  .header__main__right {
    margin-top: 2px;
  }
}
@media (max-width: 1170px) {
  .header__main .logo img {
    max-height: 37px;
  }
}
.header__main .quick-contact {
  display: inline-block;
}
.header__main .quick-contact a {
  font-size: 15px;
}
.header__main .quick-contact span {
  display: inline-block;
  float: left;
  font-size: 2em;
  margin-right: 10px;
  line-height: 1.2em;
}
@media (max-width: 900px) {
  .header__main .quick-contact span {
    font-size: 1.5em;
    line-height: 1.4em;
  }
}
@media (max-width: 640px) {
  .header__main .quick-contact span {
    color: #E24407;
  }
}
.header__main .quick-contact h5 {
  display: inline-block;
}
@media (max-width: 900px) {
  .header__main .quick-contact h5 {
    font-size: 12px;
    margin-right: 20px;
    line-height: 1.2em;
  }
}
.header__main .quick-contact h5 strong {
  display: block;
  color: #E24407;
}
.header__main__user {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  float: right;
  margin-left: 30px;
}
@media (max-width: 900px) {
  .header__main__user {
    margin-left: 0;
  }
}
.header__main__user .cart-button, .header__main__user .account-button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.header__main__user .account-button {
  position: relative;
  z-index: 10;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
.header__main__user .account-button span {
  font-size: 1.3em;
  vertical-align: text-top;
  display: inline-block;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
.header__main__user .account-button:hover {
  color: #E24407;
}
.header__main__user .account-button:hover span {
  color: #E24407;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header__main__user .account-button:hover .account-button__wr {
  visibility: visible;
  opacity: 1;
}
.header__main__user .account-button__wr {
  position: absolute;
  width: 190px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.45s ease, visibility 0.45s ease;
  -moz-transition: opacity 0.45s ease, visibility 0.45s ease;
  -ms-transition: opacity 0.45s ease, visibility 0.45s ease;
  -o-transition: opacity 0.45s ease, visibility 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.header__main__user .account-button__wr ul {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  background: #fff;
  border: 1px solid #CCCCCC;
}
.header__main__user .account-button__wr ul li {
  padding: 0;
}
.header__main__user .account-button__wr ul li a {
  padding: 10px 25px;
}
.header__main__user .cart-button {
  position: relative;
  margin-left: 20px;
}
@media (max-width: 900px) {
  .header__main__user .cart-button {
    margin-left: 0;
  }
}
.header__main__user .cart-button__count {
  position: absolute;
  top: -4px;
  left: 50%;
  width: auto;
  min-width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 10px;
  padding: 0 7px;
  background: #E24407;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  display: none;
}
.header__main__user .cart-button__link {
  text-decoration: none;
}
.header__main__user .cart-button span {
  vertical-align: sub;
  font-size: 2em;
}
.header__main__user .cart-button.active .cart-button__count {
  display: inline-block;
}
.header__main__user .account__mobile {
  display: none;
  text-decoration: none;
  margin-right: 5px;
}
@media (max-width: 900px) {
  .header__main__user .account__mobile {
    display: inline-block;
  }
}
.header__main__user .account__mobile i {
  vertical-align: middle;
  font-size: 1.7em;
}
.header__nav {
  position: relative;
}
@media (max-width: 1170px) {
  .header__nav {
    display: none;
  }
}
.header__nav .dropdown {
  float: left;
  width: 23.5%;
}
.header__bottom {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -ms-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.header__bottom.faded {
  opacity: 0;
}
.header__bottom h5 {
  display: block;
  line-height: 18px;
}
@media (max-width: 900px) {
  .header__bottom h5 {
    font-size: 11px;
    line-height: 16px;
  }
}

.autocomplete-wrapper {
  display: none;
  position: absolute;
  top: 47px;
  left: 0px;
  background-color: white;
  border: 1px solid #d7d7d7;
  width: calc(100% - 165px);
  z-index: 10;
}
.autocomplete-wrapper .autocomplete {
  padding: 10px;
}
.autocomplete-wrapper .autocomplete a:last-child {
  border-bottom: 0px;
}
.autocomplete-wrapper .autocomplete a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  overflow: auto;
}
.autocomplete-wrapper .autocomplete a span {
  display: block;
  font-size: 10px;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.autocomplete-wrapper .autocomplete a span .old-price {
  display: inline-block;
  text-decoration: line-through;
}
.autocomplete-wrapper .autocomplete a img {
  width: 50px;
  margin-right: 10px;
  border: 1px solid #CCCCCC;
}

.hero {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.hero a {
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.hero a img {
  display: inline-block;
  margin: 0 auto;
}
.hero a:hover {
  opacity: 0.9;
}

.section {
  padding-bottom: 60px;
}
@media (max-width: 900px) {
  .section {
    padding-bottom: 40px;
  }
}
.section::before, .section::after {
  display: block;
  clear: both;
  content: "";
}
.section--banner {
  padding-top: 60px;
}
@media (max-width: 900px) {
  .section--banner {
    padding-top: 40px;
  }
}
.section--black {
  padding: 32px 0;
  background-color: #000;
  color: #fff;
}
@media (max-width: 900px) {
  .section--black {
    padding: 32px 0;
  }
}
.section--black .section__title, .section--black .section__title--step, .section--black .section__title--borderless, .section--black .section__title--aside, .section--black .section__title--small, .section--black .section__title--huge, .section--black .section__title--big {
  margin: 0;
}
@media (max-width: 900px) {
  .section--black .section__title, .section--black .section__title--step, .section--black .section__title--borderless, .section--black .section__title--aside, .section--black .section__title--small, .section--black .section__title--huge, .section--black .section__title--big {
    padding-top: 0;
  }
}
.section--search {
  margin: 64px 0;
  padding: 32px 84px;
}
.section--search .section__title, .section--search .section__title--step, .section--search .section__title--borderless, .section--search .section__title--aside, .section--search .section__title--small, .section--search .section__title--huge, .section--search .section__title--big {
  align-self: flex-start;
  margin-top: -5px;
  padding: 0;
}
@media (max-width: 768px) {
  .section--search {
    padding: 32px 16px;
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .section--search {
    padding: 32px 32px;
  }
}
.section__title, .section__title--step, .section__title--borderless, .section__title--aside, .section__title--small, .section__title--huge, .section__title--big {
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 10px 0px;
  border-bottom: 1px solid #CCCCCC;
  display: block;
  margin: 30px 0;
}
.section__title--nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .section__title, .section__title--step, .section__title--borderless, .section__title--aside, .section__title--small, .section__title--huge, .section__title--big {
    font-size: 19px;
    line-height: 23px;
  }
}
.section__title--big {
  font-size: 36px;
  border: none;
  text-transform: none;
}
@media (max-width: 900px) {
  .section__title--big {
    font-size: 16px;
    line-height: 19px;
  }
}
.section__title--huge {
  font-size: 60px;
  border: none;
  line-height: 90px;
  margin-top: 60px;
}
@media (max-width: 640px) {
  .section__title--huge {
    font-size: 33px;
    line-height: 51px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.section__title--small {
  font-size: 19px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: none;
}
.section__title--borderless, .section__title--aside {
  border: none;
}
.section__title--aside {
  font-size: 19px;
  line-height: 42px;
  text-transform: none;
  margin-bottom: 38px;
}
@media (max-width: 900px) {
  .section__title--aside {
    line-height: 29px;
  }
}
@media (max-width: 640px) {
  .section__title--aside {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }
}
.section__title.error-title, .error-title.section__title--step, .section__title.error-title--icon, .error-title--icon.section__title--step, .error-title.section__title--big, .section__title--big.error-title--icon, .error-title.section__title--huge, .section__title--huge.error-title--icon, .error-title.section__title--small, .section__title--small.error-title--icon, .error-title.section__title--borderless, .section__title--borderless.error-title--icon, .error-title.section__title--aside, .section__title--aside.error-title--icon {
  color: #E24407;
}
.section__title.error-title--icon, .error-title--icon.section__title--step, .error-title--icon.section__title--big, .error-title--icon.section__title--huge, .error-title--icon.section__title--small, .error-title--icon.section__title--borderless, .error-title--icon.section__title--aside {
  font-size: 66px;
  margin-bottom: 20px;
}
.section__title.error-title--icon img, .error-title--icon.section__title--step img, .error-title--icon.section__title--big img, .error-title--icon.section__title--huge img, .error-title--icon.section__title--small img, .error-title--icon.section__title--borderless img, .error-title--icon.section__title--aside img {
  margin: 0 -5px;
  vertical-align: -36px;
}
.section__title--step {
  display: flex;
  align-items: center;
  border-bottom: 0px;
  text-transform: none;
  margin-top: 0px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  padding: 0;
  margin: 24px 0;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .section__title--step {
    padding: 0 0 10px 0px;
    margin-bottom: 20px;
  }
}
.section__title--step .step {
  width: 32px;
  height: 32px;
  text-align: center;
  border: 1px solid var(--Skidsteer-Orange, #E24407);
  background: var(--Skidsteer-Orange-Light, #FEF8F6);
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.section__title--step .step span {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}
.section__title .btn--primary, .section__title--big .btn--primary, .section__title--huge .btn--primary, .section__title--small .btn--primary, .section__title--borderless .btn--primary, .section__title--aside .btn--primary, .section__title--step .btn--primary, .section__title .btn--primary---search, .section__title--big .btn--primary---search, .section__title--huge .btn--primary---search, .section__title--small .btn--primary---search, .section__title--borderless .btn--primary---search, .section__title--aside .btn--primary---search, .section__title--step .btn--primary---search,
.section__title .btn--secondary,
.section__title--big .btn--secondary,
.section__title--huge .btn--secondary,
.section__title--small .btn--secondary,
.section__title--borderless .btn--secondary,
.section__title--aside .btn--secondary,
.section__title--step .btn--secondary {
  min-width: 20%;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .section__title .btn--primary, .section__title--big .btn--primary, .section__title--huge .btn--primary, .section__title--small .btn--primary, .section__title--borderless .btn--primary, .section__title--aside .btn--primary, .section__title--step .btn--primary, .section__title .btn--primary---search, .section__title--big .btn--primary---search, .section__title--huge .btn--primary---search, .section__title--small .btn--primary---search, .section__title--borderless .btn--primary---search, .section__title--aside .btn--primary---search, .section__title--step .btn--primary---search,
  .section__title .btn--secondary,
  .section__title--big .btn--secondary,
  .section__title--huge .btn--secondary,
  .section__title--small .btn--secondary,
  .section__title--borderless .btn--secondary,
  .section__title--aside .btn--secondary,
  .section__title--step .btn--secondary {
    margin-top: 20px;
  }
}
.section__title .circle, .section__title--big .circle, .section__title--huge .circle, .section__title--small .circle, .section__title--borderless .circle, .section__title--aside .circle, .section__title--step .circle {
  display: block;
  margin: 20px auto;
  width: 56px;
  height: 56px;
  border-radius: 30px;
  text-align: center;
  border: 2px solid #E24407;
}
.section__title .circle span, .section__title--big .circle span, .section__title--huge .circle span, .section__title--small .circle span, .section__title--borderless .circle span, .section__title--aside .circle span, .section__title--step .circle span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 52px;
}
.section__title__nav {
  display: flex;
  margin-right: -10px;
}
.section__title__nav:has(.section__title__prev.swiper-button-disabled + .section__title__next.swiper-button-disabled) {
  display: none;
}
.section__title__prev, .section__title__next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
  border: none;
  background: none;
}
.section__title__prev i, .section__title__next i {
  transition: color 0.25s ease;
}
@media screen and (max-width: 768px) {
  .section__title__prev i, .section__title__next i {
    font-size: 26px;
  }
}
.section__title__prev:hover i, .section__title__next:hover i {
  color: #E24407;
}
.section__title__prev.swiper-button-disabled, .section__title__next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.section__subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}

.section--featured {
  background-color: #FEF8F6;
  padding: 1px 0;
  padding-bottom: 32px;
}
.section--featured--plain {
  background-color: #fff;
}

.section--featured .swiper-slide {
  height: auto !important;
}
.section--featured .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}
.section--featured .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  opacity: 1;
}
.section--featured .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E24407;
}

.newsletter {
  float: left;
  display: block;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 30px;
  background: rgba(235, 235, 235, 0.7);
}
.newsletter h4 {
  font-size: 19px;
  font-weight: 20px;
  text-transform: uppercase;
  color: #E24407;
  margin-bottom: 5px;
}
.newsletter p {
  line-height: 22px;
}
.newsletter form {
  margin-top: 10px;
}
.newsletter .input, .newsletter .input--search, .newsletter .input--quantity, .newsletter .input--icon {
  display: inline-block;
  margin-right: 10px;
  width: calc(100% - 140px);
}
@media (max-width: 640px) {
  .newsletter .input, .newsletter .input--search, .newsletter .input--quantity, .newsletter .input--icon {
    display: block;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .newsletter .btn--primary, .newsletter .btn--primary---search {
    display: block;
    width: 100%;
  }
}

.footer {
  padding: 60px 0;
  background: #000;
  margin-top: 40px;
  color: #fff;
}
.footer__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #E24407;
}
.footer__text {
  margin-bottom: 30px;
}
.footer__text--socials {
  margin-bottom: 0px;
}
.footer p, .footer a {
  font-size: 13px;
  color: #fff;
}
.footer p {
  margin-bottom: 5px;
}
.footer a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer a:hover {
  opacity: 0.6;
}
.footer ul {
  margin-top: -5px;
  font-size: 13px;
  margin-bottom: 30px;
}
.footer ul li {
  padding: 5px 0;
}
@media (max-width: 1024px) {
  .footer .btn--primary, .footer .btn--primary---search {
    min-width: 33.3333%;
  }
}
@media (max-width: 640px) {
  .footer .btn--primary, .footer .btn--primary---search {
    display: block;
    width: 100%;
  }
}
.footer__bottom {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 900px) {
  .footer__bottom {
    margin-bottom: 0px;
  }
}
.footer .copy {
  font-size: 11px;
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .footer .copy {
    margin-bottom: 0px;
    margin-top: 20px;
    padding-right: 20%;
  }
}
.footer .socials-list {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .footer .socials-list {
    margin-top: 0px;
  }
}
.footer .socials-list li {
  display: inline-block;
  margin: 0 10px;
}
.footer .socials-list li a {
  display: block;
  transition: opacity 0.3s ease;
}
.footer .socials-list li a:hover {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .footer .col, .footer .col--1, .footer .col--2, .footer .col--3, .footer .col--4, .footer .col--5, .footer .col--6, .footer .col--7, .footer .col--8, .footer .col--9, .footer .col--10, .footer .col--11, .footer .col--12 {
    margin-bottom: 24px;
  }
}
.footer__last-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.menu {
  display: none;
}
@media (max-width: 1170px) {
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    max-width: 400px;
    height: 100%;
    display: block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    right: -100%;
    z-index: 120;
    -webkit-transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
    -moz-transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
    -ms-transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
    -o-transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
    transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.35s ease 0.25s;
  }
}
@media (max-width: 640px) {
  .menu {
    max-width: 100%;
    top: 80px;
    box-shadow: none;
  }
}
.menu.opened {
  right: 0;
}
@media (max-width: 1170px) {
  .menu .container {
    max-width: 100%;
    padding: 0;
    height: 100%;
  }
}
.menu__wr {
  display: block;
  border: 1px solid #CCCCCC;
  background: #fff;
  position: relative;
  background: #fff;
}
@media (max-width: 1170px) {
  .menu__wr {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.menu__wr .level-1 {
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 1170px) {
  .menu__wr .level-1 {
    padding: 0;
    margin-top: 0px;
  }
}
.menu__wr .level-1::before {
  content: "";
  position: absolute;
  left: 23.2%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #CCCCCC;
  z-index: 3;
}
@media (max-width: 1170px) {
  .menu__wr .level-1::before {
    display: none;
  }
}
.menu__wr .level-1 > li {
  width: 23.2%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
@media (max-width: 1170px) {
  .menu__wr .level-1 > li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
  }
  .menu__wr .level-1 > li::after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e90c";
    display: inline-block;
    float: right;
    vertical-align: middle;
    line-height: 19px;
    font-size: 10px;
    position: absolute;
    right: 15px;
    font-size: 1.2em;
    top: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 0.35s ease;
    -moz-transition: transform 0.35s ease;
    -ms-transition: transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
  }
  .menu__wr .level-1 > li.active::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.menu__wr .level-1 > li > a {
  font-size: 12px;
  padding: 15px 15px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1170px) {
  .menu__wr .level-1 > li > a {
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 0;
    margin-right: 50px;
  }
}
.menu__wr .level-1 > li > a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90c";
  vertical-align: middle;
  position: absolute;
  line-height: 10px;
  font-size: 10px;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
@media (max-width: 1170px) {
  .menu__wr .level-1 > li > a::after {
    display: none;
  }
}
.menu__wr .level-1 > li:hover a::after {
  -webkit-transform: translate(-3px, 0);
  -moz-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}
.menu__wr .level-1 > li:hover > .level-2, .menu__wr .level-1 > li:hover .level-2 li, .menu__wr .level-1 > li:hover .level-2 h4 {
  opacity: 1;
  visibility: visible;
}
.menu__wr .level-1 > li:first-child .level-2, .menu__wr .level-1 > li:first-child .level-2 li, .menu__wr .level-1 > li:first-child .level-2 h4 {
  opacity: 1;
  visibility: visible;
}
.menu__wr .level-1 .level-2 {
  position: absolute;
  left: 23.2%;
  top: 0;
  width: 76.8%;
  bottom: 0;
  display: block;
  padding-left: 4%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1170px) {
  .menu__wr .level-1 .level-2 {
    position: static;
    padding: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
.menu__wr .level-1 .level-2:first-child {
  opacity: 1;
  visibility: visible;
}
.menu__wr .level-1 .level-2 h4 {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  opacity: 0;
}
@media (max-width: 1170px) {
  .menu__wr .level-1 .level-2 h4 {
    display: none;
  }
}
.menu__wr .level-1 .level-2 li {
  display: inline-block;
  width: 32%;
  padding: 0;
  opacity: 0;
  vertical-align: top;
}
@media (max-width: 1170px) {
  .menu__wr .level-1 .level-2 li {
    opacity: 1;
    border-top: 1px solid #CCCCCC;
    width: 100%;
  }
  .menu__wr .level-1 .level-2 li li:first-child {
    border: none;
  }
}
.menu__wr .level-1 .level-2 li a {
  font-size: 11px;
  padding: 8px 0;
}
@media (max-width: 1170px) {
  .menu__wr .level-1 .level-2 li a {
    padding: 10px 15px;
    text-transform: uppercase;
  }
}
.menu__wr .level-1 .level-2 li a:hover {
  color: #E24407;
}
.menu__wr .level-1 .level-2 li ul li {
  width: 100%;
}
.menu--bold {
  background: #fff;
}
.menu--bold .menu__wr {
  border: none;
  height: 480px;
}
@media (max-width: 1170px) {
  .menu--bold .menu__wr {
    height: auto;
    max-height: 100%;
  }
}
.menu--bold .menu__wr .level-1 > li > a {
  font-weight: bold;
  font-size: 14px;
  padding-left: 0;
}
@media (max-width: 1170px) {
  .menu--bold .menu__wr .level-1 > li > a {
    padding-left: 15px;
  }
}
.menu--bold .menu__wr .level-1 .level-2 li a {
  font-size: 13px;
  padding: 9px 0;
  font-weight: 500;
  color: #3c3c3c;
}
.menu--bold .menu__wr .level-1 .level-2 li a:hover {
  color: #E24407;
}
@media (max-width: 1170px) {
  .menu--bold .menu__wr .level-1 .level-2 li a {
    padding: 15px;
  }
}
.menu--bold .menu__wr .level-1 .level-2 h4 {
  margin-top: 28px;
  margin-bottom: 15px;
  color: #E24407;
}
.menu--bold .menu__wr .level-1 .level-2 li {
  width: 32.9%;
}
@media (max-width: 1170px) {
  .menu--bold .menu__wr .level-1 .level-2 li {
    width: 100%;
  }
}
.menu--bold .menu__wr .level-1 .level-2 li ul li {
  width: 100%;
}
.menu--dark {
  background: #060606;
}
.menu--dark .menu__wr {
  background: #060606;
}
.menu--dark .menu__wr .level-1::before {
  opacity: 0.15;
}
.menu--dark .menu__wr .level-1 > li > a::after {
  color: #E24407;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.menu--dark .menu__wr .level-1 .level-2 {
  background: #060606;
}
.menu--dark .menu__wr .level-1 > li > a {
  font-size: 14px;
  color: #fff;
}
.menu--dark .menu__wr .level-1 > li > a:hover {
  color: #E24407;
}
.menu--dark .menu__wr .level-1 > li > a:hover:after {
  opacity: 1;
}
.menu--dark .menu__wr .level-1 .level-2 li a {
  color: #fff;
}
.menu--dark .menu__wr .level-1 .level-2 li a:hover {
  color: #E24407;
}
.menu--dark .menu__wr .level-1 .level-2 h4 {
  color: #fff;
  opacity: 0.4 !important;
}

.header__menu {
  display: flex;
  gap: 16px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__menu a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  width: fit-content;
  padding-bottom: 22px;
  padding-top: 15px;
}
.header__menu a i {
  color: #E24407;
}
.header__menu a:hover {
  color: #E24407;
}

.mega-menu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  margin-top: -10px;
  left: 0;
  width: 100%;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.mega-menu__inner {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}

.mega-menu--open {
  z-index: 110;
}

.mega-menu--open .mega-menu__inner {
  grid-template-rows: 1fr;
}

.mega-menu__category {
  overflow: hidden;
}

.mega-menu__content {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 16px;
  padding: 20px 0 50px 0;
}

.mega-menu__content a {
  text-decoration: none;
  font-size: 14px;
  padding: 4px 0;
}

[data-menu] {
  transition: all 0.3s ease;
}

[data-menu] > i {
  transition: all 0.3s ease;
}

.header__menu:has([data-menu]:is(:hover, .active)) [data-menu] {
  opacity: 0.25;
}

.header__menu:has([data-menu]:is(:hover, .active)) [data-menu] > i {
  opacity: 0;
}

.header__menu > [data-menu]:is(:hover, .active) {
  opacity: 1 !important;
}

.header__menu > [data-menu]:is(:hover, .active) > i {
  opacity: 1 !important;
}

[data-menu]:hover,
[data-menu].active {
  color: #E24407;
  opacity: 1;
}

[data-menu]:hover > i,
[data-menu].active > i {
  transform: rotate(180deg);
}

.breadcrumbs {
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
  margin-bottom: 32px;
  margin-top: 12px;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 5px 0;
}
.breadcrumbs ul li a, .breadcrumbs ul li span, .breadcrumbs ul li i {
  font-size: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.breadcrumbs ul li span {
  color: #E24407;
}
.breadcrumbs ul li i {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 0 16px;
    margin: 12px 0;
  }
  .breadcrumbs ul li a, .breadcrumbs ul li span, .breadcrumbs ul li i {
    font-size: 11px;
  }
}

.category-main .breadcrumbs {
  max-width: 1600px;
  padding: 0;
}
.category-main .breadcrumbs ul li:last-of-type a {
  pointer-events: none;
  color: #E24407;
}

.shopping-cart .breadcrumbs {
  margin-bottom: 12px;
  max-width: 1920px;
  padding: 0;
  margin: 12px auto;
}
@media (max-width: 768px) {
  .shopping-cart .breadcrumbs {
    margin: 12px 0;
  }
  .shopping-cart .breadcrumbs ul li a, .shopping-cart .breadcrumbs ul li span, .shopping-cart .breadcrumbs ul li i {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .pagination {
    display: block;
    float: none;
    display: block;
    text-align: center;
  }
}
.pagination li {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 640px) {
  .pagination li {
    display: none;
  }
  .pagination li:nth-child(-n+4), .pagination li:last-child {
    display: inline-block;
  }
}
.pagination li a {
  display: block;
  padding: 0 4px;
}
@media (max-width: 640px) {
  .pagination li a {
    padding: 10px;
    margin: 0 5px;
  }
}
.pagination li.current a {
  color: #E24407;
}

.listing-parameters {
  margin-bottom: 60px;
}
.listing-parameters__wr {
  display: inline;
}
@media (max-width: 640px) {
  .listing-parameters__wr {
    display: none;
  }
}
.listing-parameters label {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 44px;
  float: left;
}
.listing-parameters .selectric-wrapper {
  display: inline-block;
  width: 46%;
}
.listing-parameters .selectric-wrapper .label {
  color: #E24407;
}
.listing-parameters__sort {
  display: inline-block;
  padding-right: 20px;
  width: 37%;
}
@media (max-width: 900px) {
  .listing-parameters__sort {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .listing-parameters__sort {
    width: 100%;
    padding-right: 0;
  }
}
.listing-parameters__sort .selectric-wrapper {
  width: 63%;
}
@media (max-width: 640px) {
  .listing-parameters__sort .selectric-wrapper {
    width: 50%;
    float: right;
  }
}
.listing-parameters__view {
  display: inline-block;
  width: 40%;
}
@media (max-width: 640px) {
  .listing-parameters__view {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .listing-parameters__view .selectric-wrapper {
    width: 50%;
    float: right;
  }
}
.listing-parameters .pagination {
  display: inline-block;
  float: right;
  line-height: 44px;
}
@media (max-width: 640px) {
  .listing-parameters .pagination {
    margin-top: 10px;
    float: none;
    display: block;
  }
}
.listing-parameters.listing-reviews {
  background: #F5F5F5;
  padding: 12px 0px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 640px) {
  .listing-parameters.listing-reviews .listing-parameters__wr {
    display: block;
    padding: 10px 0;
  }
}
.listing-parameters.listing-reviews .pager {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.9em;
  font-weight: bold;
  padding-left: 20px;
}
@media (max-width: 640px) {
  .listing-parameters.listing-reviews .pager {
    display: block;
  }
}
.listing-parameters.listing-reviews .listing-parameters__sort {
  text-align: right;
}
@media (max-width: 640px) {
  .listing-parameters.listing-reviews .listing-parameters__sort {
    text-align: left;
    float: none;
  }
}
.listing-parameters.listing-reviews .selectric-wrapper {
  width: 45%;
  float: right;
  text-align: left;
}
@media (max-width: 640px) {
  .listing-parameters.listing-reviews {
    width: 100%;
  }
}
.listing-parameters.listing-reviews label {
  float: none;
}

.accordion, .accordion--product {
  display: block;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
.accordion.features .accordion__content__wr ol, .features.accordion--product .accordion__content__wr ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.accordion.features .accordion__content__wr ol li::before, .features.accordion--product .accordion__content__wr ol li::before {
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--Grey-Grey-1000, #262626);
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  content: "0" counter(counter);
}
.accordion.features .accordion__content__wr ol li, .features.accordion--product .accordion__content__wr ol li {
  margin: 0;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.accordion__header {
  line-height: 44px;
  text-transform: uppercase;
  padding: 0 15px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.accordion__header i {
  float: right;
  display: block;
  line-height: 44px;
  font-size: 18px;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.accordion__header:hover {
  color: #E24407;
}
.accordion__header.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-size: 20px;
}
.accordion__content {
  display: none;
  border-top: 1px solid #CCCCCC;
}
.accordion__content ul {
  margin-top: 10px;
}
.accordion__content li:last-child {
  margin-bottom: 10px;
}
.accordion__content a h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.accordion__content--page {
  padding: 0 15px;
}
.accordion__content--opened {
  display: block;
}
.accordion--nested {
  border: none;
  margin-bottom: 0;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0px;
}
.accordion--nested:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.accordion--nested .accordion__header {
  font-size: 12px;
  line-height: 36px;
}
.accordion--nested .accordion__header i {
  line-height: 36px;
}
@media (max-width: 640px) {
  .accordion--nested .accordion__header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.accordion--nested .accordion__content {
  display: block;
  border-top: none;
}
.accordion--nested .accordion__content ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.accordion--nested .accordion__content ul li {
  padding: 0;
}
.accordion--nested .accordion__content ul li a {
  padding: 10px 15px;
  font-size: 12px;
}
.accordion--nested .accordion__content ul li a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  float: right;
  display: inline-block;
  font-size: 10px;
  line-height: 1.8em;
}
.accordion--nested .accordion__content ul li a.active {
  color: #E24407;
}
.accordion--nested .accordion__content.sub-menu {
  display: none;
}
.accordion.filters .accordion__content, .filters.accordion--product .accordion__content {
  display: block;
}
.accordion--product {
  border: none;
  margin-bottom: 0;
}
.accordion--product .accordion__header {
  font-size: 26px;
  padding: 0;
  border-top: 1px solid #CCCCCC;
  padding: 21px 16px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: -0.18px;
}
.accordion--product .accordion__header i {
  color: #FF6700;
  width: 32px;
  background: #FEF8F6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.accordion--product .accordion__header.active i {
  background: #E24407;
  color: white;
}
.accordion--product .accordion__header.active i::before {
  content: "\e921";
}
@media (max-width: 640px) {
  .accordion--product .accordion__header {
    font-size: 16px;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.accordion--product .accordion__content {
  display: none;
  border: none;
  padding: 16px 16px 16px 16px;
}
.accordion--product .accordion__content span strong {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}
.accordion--product .accordion__content p {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}
.accordion--product .accordion__content h3, .accordion--product .accordion__content h2 {
  color: #170701;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.accordion--product .accordion__content h2 {
  font-size: 22px;
}
.accordion--product .accordion__content h3 {
  font-size: 18px;
}
.accordion--product .accordion__content h4 {
  color: #E24407;
}
@media (max-width: 640px) {
  .accordion--product .accordion__content {
    padding: 0;
  }
  .accordion--product .accordion__content h3 {
    font-size: 16px;
  }
  .accordion--product .accordion__content h2 {
    font-size: 18px;
  }
}
.accordion--borderless .accordion__content {
  border-top: none;
}
.accordion--borderless .accordion__content ul {
  margin-top: 0;
}
.accordion--borderless .accordion__content ul li:last-child {
  margin-bottom: 0;
}

.product-wrapper {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .product-wrapper {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product-wrapper {
    padding: 0 32px;
  }
}

.product__intro {
  max-width: 1440px;
  margin: 0 auto;
}
.product__intro-row {
  display: flex;
  gap: 80px;
  padding: 0 64px;
}
.product__intro-row-column {
  width: calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
}
.product__intro-row-column .gallery-wrapper {
  position: sticky;
  top: -300px;
}
@media (max-width: 768px) {
  .product__intro-row-column {
    width: 100%;
    flex: 0 0 100%;
  }
  .product__intro-row-column .gallery-wrapper {
    position: static;
    top: 40px;
  }
  .product__intro-row-column:first-child {
    padding: 0 0 0 16px;
  }
  .product__intro-row-column:last-child {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product__intro-row-column {
    width: 100%;
    flex: 0 0 100%;
  }
  .product__intro-row-column:first-child {
    padding: 0 0 0 32px;
  }
  .product__intro-row-column:last-child {
    padding: 0 32px;
  }
}
@media (max-width: 1024px) {
  .product__intro-row {
    padding: 0;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .product__intro {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .product__intro .slick-nav {
    margin-bottom: 30px;
  }
}
.product__image:first-child {
  grid-column: span 2;
}
@media (min-width: 1024px) {
  .product__image .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.product__image .swiper-wrapper .swiper-slide {
  position: relative;
}
@media (min-width: 1023px) {
  .product__image .swiper-wrapper .swiper-slide:first-child {
    grid-column: span 2;
  }
}
.product__image .swiper-wrapper .swiper-slide img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.product__image .swiper-wrapper .swiper-slide iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .product__image {
    display: block;
    margin-right: -16px;
    max-width: 100%;
  }
  .product__image .slick-slide {
    margin-right: 4px;
  }
}
@media (max-width: 1024px) {
  .product__image {
    margin-top: 0px;
  }
}
.product__image__nav {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product__image__nav__item {
  display: inline-block !important;
  cursor: pointer;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.product__image__nav__item img {
  max-height: 78px;
  width: auto;
}
.product__image__nav__item:hover {
  opacity: 0.6;
}
.product__image__nav .slick-track {
  margin-left: 0;
  padding: 10px 0;
}
.product__image__nav .slick-slide.slick-current img {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  transform: translate(0, -10px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.product__card {
  font-size: 14px;
}
.product__card .add-to-cart {
  margin-top: 20px;
  width: 60%;
}
@media (max-width: 1024px) {
  .product__card .add-to-cart {
    width: 100%;
  }
}
.product__card .quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.product__card .quantity-wrapper__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  background: #FEF8F6;
}
.product__card .quantity-wrapper__controls .quantity-button {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Skidsteer-Orange, #E24407);
  border-radius: 100%;
}
.product__card .quantity-wrapper .add-to-cart {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 24px;
  color: white;
  text-transform: uppercase;
  flex-grow: 1;
}
.product__card input[name=quantity] {
  border-radius: 0;
  border: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  height: 25px;
  width: 25px;
  text-align: center;
}
.product__card input[name=quantity]::-webkit-outer-spin-button,
.product__card input[name=quantity]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.product__card input[name=quantity] {
  -moz-appearance: textfield; /* Firefox */
}
.product__name {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .product__name {
    margin: 0 0 15px 0;
    color: #170701;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 19px */
    text-transform: uppercase;
  }
}
.product__name strong {
  font-size: 26px;
  display: block;
}
@media (max-width: 1024px) {
  .product__name strong {
    font-size: 19px;
  }
}
.product__score {
  margin-bottom: 20px;
}
.product__score a {
  text-decoration: none;
  color: #E24407;
}
.product__score a:hover {
  color: #000;
}
.product__score .product-reviews__score span {
  font-size: 1.6em;
}
.product__score .product-reviews__count {
  font-size: 14px;
}
.product__info {
  margin-bottom: 40px;
}
.product__info__row {
  display: flex;
  align-items: center;
  gap: 32px;
}
.product__info__id {
  line-height: 1.4;
}
.product__info__availability {
  line-height: 1.4;
}
.product__info__shipping, .product__info__sale {
  font-weight: bold;
  text-transform: uppercase;
  color: #E24407;
}
.product__info__shipping span, .product__info__sale span {
  font-size: 3.4em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.product__info__shipping p, .product__info__sale p {
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .product__info__shipping p, .product__info__sale p {
    max-width: 75%;
  }
}
.product__info__sale {
  display: inline-flex;
  padding: 2px 8px;
  background: var(--Skidsteer-Orange, #E24407);
}
.product__info__sale p {
  color: var(--white, #FFF);
  white-space: nowrap;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: -0.36px;
}
.product__price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.product__price .old-price {
  text-decoration: line-through;
  font-size: 18px;
  color: #757575;
  font-weight: 400;
  letter-spacing: -0.54px;
  display: inline-block;
}
.product__price .current-price {
  color: #E24407;
  display: inline-block;
  font-size: 32px;
  line-height: 1.3;
}
.product__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0 32px 0;
  gap: 8px;
}
.product__benefits-box {
  border: 1px solid var(--Skidsteer-Orange, #E24407);
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product__benefits-box span {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.36px;
}
.product__delivery {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 32px 0 40px 0;
}
.product__delivery-undertext {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.36px;
}
.product__delivery-breakline {
  width: 1px;
  height: 58px;
  background: var(--Grey-Grey-200, #E5E5E5);
}
@media (max-width: 768px) {
  .product__delivery-breakline {
    width: 100%;
    height: 1px;
  }
}
.product__delivery-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product__delivery-column-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product__delivery-column-row-box {
  width: 50px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
}
@media (max-width: 768px) {
  .product__delivery {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.product__additional-info {
  clear: both;
  overflow: auto;
  font-size: 14px;
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .product__additional-info {
    font-size: 10px;
  }
}
.product__additional-info .consumer-financing-wrapper {
  display: inline;
}
.product__additional-info .ClickleaseButtons {
  display: inline-block;
  padding-left: 10px;
}
.product__additional-info .block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product__additional-info .block .heading {
  display: block;
}
.product__additional-info .block {
  margin-bottom: 10px;
}
.product__additional-info .CIT-widget {
  max-width: 200px;
  display: inline-block;
}
.product__additional-info img {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .product__additional-info img {
    max-width: 15%;
    margin-left: 20px;
  }
}
.product__additional-info a {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .product__additional-info a {
    font-size: 10px;
  }
}
.product__variants {
  margin-bottom: 24px;
}
.product__variants__name {
  font-weight: 600;
  line-height: 1.4;
}
.product__variants .small {
  line-height: 1.4;
}
.product__variants .old-price {
  text-decoration: line-through;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
}
.product__variants .selectric-wrapper {
  margin: 15px 0;
  max-width: 85%;
}
@media (max-width: 1024px) {
  .product__variants .selectric-wrapper {
    max-width: 100%;
  }
}
.product__variants .checkbox, .product__variants .checkbox--filter {
  width: 100%;
  display: block;
  margin: 24px 0;
}
.product__variants .checkbox label, .product__variants .checkbox--filter label {
  width: 100%;
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .product__variants .checkbox label, .product__variants .checkbox--filter label {
    width: 100%;
  }
}
.product__variants .checkbox label b, .product__variants .checkbox--filter label b {
  display: flex;
  flex-wrap: nowrap;
  margin-left: auto;
  color: #E24407;
  font-weight: 600;
}
.product__variants .checkbox label b .old-price, .product__variants .checkbox--filter label b .old-price {
  line-height: 1.4;
  margin-right: 12px;
  color: #262626;
}
.product__variants .radio, .product__variants .radio--credit_card {
  width: 100%;
  display: block;
  margin: 24px 0;
}
.product__variants .radio label, .product__variants .radio--credit_card label {
  width: 100%;
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .product__variants .radio label, .product__variants .radio--credit_card label {
    width: 100%;
  }
}
.product__variants .radio label b, .product__variants .radio--credit_card label b {
  margin-left: auto;
  color: #E24407;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
}
.product__variants .radio label b .old-price, .product__variants .radio--credit_card label b .old-price {
  line-height: 1.4;
  margin-right: 12px;
  color: #262626;
}
@media (max-width: 1024px) {
  .product__variants .radio label b, .product__variants .radio--credit_card label b {
    float: none;
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .product__description .reviews .product-reviews {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@media (max-width: 1024px) {
  .product__description .reviews .product-reviews__score span {
    font-size: 2em;
  }
}
@media (max-width: 1024px) {
  .product__description .reviews .product-reviews__count {
    font-size: 14px;
  }
}
.product__general {
  margin: 56px 0;
}
.product__general h2 {
  color: #170701;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.product__general p {
  color: var(--black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (max-width: 1024px) {
  .product__general {
    margin: 32px 0;
  }
  .product__general h2 {
    font-size: 16px;
  }
  .product__general p {
    font-size: 14px;
  }
}
.product__table {
  max-width: 907px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.product__table table {
  margin: 0 !important;
}
.product__table table thead tr th {
  background: var(--Skidsteer-Orange, #E24407);
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  padding: 12px 16px;
  border: none;
}
.product__table table tbody tr:nth-child(even) {
  background: var(--Grey-Grey-100, #F7F7F7);
}
.product__table table tbody tr td {
  padding: 12px 16px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  border: none;
}
@media (max-width: 768px) {
  .product__table {
    padding: 0 16px;
    overflow: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product__table {
    padding: 0 32px;
    overflow: scroll;
  }
}
.product__advantages {
  max-width: 1440px;
  margin: 64px auto 64px auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.product__advantages-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  align-items: center;
}
.product__advantages-row-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.product__advantages-row-text .badge {
  background: var(--Skidsteer-Orange, #E24407);
  color: var(--pink50, #FFF6FA);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  padding: 4px 8px;
  align-self: flex-start;
  margin-bottom: 16px;
}
.product__advantages-row-text-heading {
  color: #170701;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 138.462% */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 32px;
}
.product__advantages-row-text p {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.product__advantages-row img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .product__advantages-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .product__advantages-row-text .badge {
    margin-bottom: 12px;
  }
  .product__advantages-row-text-heading {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .product__advantages-row-text p {
    font-size: 14px;
  }
  .product__advantages-row img {
    grid-row: 2/3;
  }
}
.product__learn-about {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1600px;
  margin: 32px auto 32px auto;
}
.product__learn-about-box-header {
  color: #222;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 138.462% */
  text-transform: uppercase;
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--Grey-Grey-400, #CCC);
  margin-bottom: 20px;
}
.product__learn-about-box-subheader {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 200% */
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.product__learn-about-box p {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  display: inline-block;
  margin-bottom: 24px;
}
.product__learn-about-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .product__learn-about-box-header {
    font-size: 19px;
  }
  .product__learn-about-box-subheader {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .product__learn-about-box p {
    font-size: 14px;
  }
}

.newsletter-product {
  display: flex;
  justify-content: space-between;
  background: var(--Skidsteer-Orange, #E24407);
  gap: 30px;
  max-width: 1600px;
  margin: 64px auto 64px auto;
}
.newsletter-product__content {
  padding: 32px;
  min-width: 613px;
}
.newsletter-product__content-header {
  color: #FFF;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 138.462% */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.newsletter-product__content-subheader {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.newsletter-product__content .newsletter-form {
  margin: 48px 0;
  position: relative;
}
.newsletter-product__content .newsletter-form .response {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  bottom: -55px;
}
.newsletter-product__content .newsletter-form__input-group {
  display: flex;
  gap: 16px;
}
.newsletter-product__content .newsletter-form__input-group input {
  color: var(--Grey-Grey-900, #4C4C4C);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.08px;
  flex-grow: 1;
  padding: 12px;
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  background: var(--Grey-Grey-100, #F7F7F7);
}
.newsletter-product__content .newsletter-form__input-group button {
  color: var(--Skidsteer-Orange, #E24407);
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  padding: 17px 20px;
  border: 1px solid var(--Skidsteer-Orange, #E24407);
  background: var(--White, #FFF);
}
.newsletter-product__content .newsletter-form__checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.newsletter-product__content .newsletter-form__checkbox-group label {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  margin-top: 16px;
  margin: 0;
}
.newsletter-product__content .newsletter-form__checkbox-group label a {
  color: var(--White, #FFF);
  text-decoration-line: underline;
}
.newsletter-product__content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: square;
  padding-left: 16px;
}
.newsletter-product__content-list li {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0;
  padding: 0;
}
.newsletter-product img {
  max-height: 100%;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .newsletter-product {
    flex-direction: column;
  }
  .newsletter-product__content {
    min-width: auto;
    padding: 16px;
  }
  .newsletter-product__content-header {
    font-size: 19px;
  }
  .newsletter-product__content-subheader {
    font-size: 14px;
  }
  .newsletter-product__content .newsletter-form {
    margin: 24px 0;
  }
  .newsletter-product__content-list {
    padding-left: 16px;
  }
}
@media (max-width: 1659px) {
  .newsletter-product img {
    object-fit: cover;
  }
}

.gslide-description {
  display: none !important;
}

@media (max-width: 768px) {
  .gnext {
    top: 15px !important;
    left: 30px !important;
  }
  .gprev {
    top: 15px !important;
    left: 0 !important;
  }
}
.yt-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  pointer-events: none;
}

.swiper-slide.video-slide {
  background-color: black;
}
.swiper-slide.video-slide img {
  object-fit: contain !important;
}

.checkbox-wrapper {
  position: relative;
  background: white;
  width: 18px;
  height: 18px;
}
.checkbox-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 11px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M4.57181 8.05481L1.37339 4.85639L1.2153e-10 6.22978L4.57181 10.8016L14 1.37339L12.6266 -2.4632e-10L4.57181 8.05481Z' fill='%23E24407'/%3E%3C/svg%3E");
  display: none;
  pointer-events: none;
}
.checkbox-wrapper:has(input:checked)::before {
  display: block;
}
.checkbox-wrapper input {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}

.related {
  padding: 32px 64px;
}
.related .related-container {
  max-width: 1600px;
  margin: 0 auto;
}
.related .related-container .section__title--nav {
  margin: 0 0 32px 0;
  padding: 0;
}
.related .related-container .section__title--nav strong {
  color: #170701;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 138.462% */
  text-transform: uppercase;
}
.related .related-container .related-slider {
  overflow: unset;
  overflow-x: clip;
}
.related .related-container .related-slider .product-box__slide:hover .product-box__wrapper {
  border-color: #E24407 !important;
}
.related .related-container .related-slider .product-box__slide .product-box--featured .product-box__wrapper {
  gap: 18px;
  transition: border-color 0.3s ease;
  border: 1px solid transparent;
}
.related .related-container .related-slider .product-box__slide .product-box--featured .product-box__wrapper figure {
  margin-bottom: 16px;
}
.related .related-container .related-slider .product-box__slide .product-box--featured .product-box__wrapper .product-box__name a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.related .related-container .related-slider .product-box__slide .product-box--featured .product-box__wrapper .product-box__name a:hover {
  color: #E24407;
}
.related .related-container .related-slider .product-box__slide .product-box--featured .product-box__wrapper .product-box__price .old-price {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-decoration-line: line-through;
  margin-right: 14px;
}
.related .related-container .related-slider .product-box__slide .product-box--featured .product-box__wrapper .product-box__price strong {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.related .related-container .related-slider .product-box__slide .product-box--featured .label {
  padding: 8px 23px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  transition: border 0.3s ease;
}
.related .related-container .related-slider .product-box__slide .product-box--featured .add-to-cart {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  border: 1px solid var(--Skidsteer-Orange, #E24407);
  background: var(--Skidsteer-Orange, #E24407);
  padding: 17px 20px;
}
.related .swiper-pagination {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .related {
    padding: 32px 16px;
  }
  .related .related-container .section__title--nav {
    margin-bottom: 18px;
  }
  .related .related-container .section__title--nav strong {
    font-size: 19px;
    line-height: 23px; /* 121.053% */
  }
  .related .related-container .product-box--featured .label {
    padding: 8px 12px;
  }
  .related .related-container .product-box--featured .product-box__wrapper {
    padding: 12px;
    gap: 8px;
  }
  .related .related-container .product-box--featured .product-box__wrapper figure {
    margin-bottom: 16px;
  }
  .related .related-container .product-box--featured .product-box__wrapper .product-box__name a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
  }
  .related .related-container .product-box--featured .product-box__wrapper .product-box__price .old-price {
    font-size: 9px;
    line-height: 9px; /* 100% */
  }
  .related .related-container .product-box--featured .product-box__wrapper .product-box__price strong {
    font-size: 13px;
    line-height: 13px; /* 100% */
  }
  .related .related-container .product-box--featured .add-to-cart {
    font-size: 13px;
  }
  .related .related-container .swiper-pagination {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .related {
    padding: 32px;
  }
}

.review {
  display: block;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
}
.review__meta {
  font-size: 14px;
  color: #696969;
  margin-bottom: 12px;
}
.review__score {
  margin-bottom: 10px;
}
.review__score sup {
  vertical-align: text-top;
  font-size: 12px;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 860px;
  z-index: 1099;
  max-height: 500px;
  overflow: scroll;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  margin-top: -10%;
  width: 100%;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
  -moz-transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
  -ms-transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
  -o-transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, margin-top 0.35s ease;
}
@media screen and (max-width: 1500px) {
  .popup {
    max-width: 880px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .popup {
    left: 0;
    top: 0;
    bottom: 0;
    max-height: unset;
    background: white;
    overflow: scroll;
    width: 100%;
    height: 100%;
    z-index: 999999;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
.popup.show {
  opacity: 1;
  visibility: visible;
  margin-top: 0%;
}
.popup__wr {
  position: relative;
  background: #fff;
  padding: 32px;
}
@media (max-width: 768px) {
  .popup__wr {
    height: 100%;
    padding: 32px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: none;
  }
}
.popup__wr .close {
  position: absolute;
  right: 4px;
  top: 16px;
  color: #000;
  z-index: 9999999;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .popup__wr .close {
    right: 20px;
    top: 20px;
  }
}
.popup__header h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 26px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .popup__header {
    padding-top: 0;
  }
  .popup__header h2 {
    font-size: 19px;
    max-width: 80%;
  }
}
@media screen and (max-width: 1500px) {
  .popup__header .col--5 {
    -ms-flex: 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
.popup__image {
  display: table;
  height: 100%;
}
.popup__image figure {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .popup__image figure {
    vertical-align: top;
  }
}
.popup__image figure img {
  max-height: 230px;
}
@media screen and (max-width: 1500px) {
  .popup__image figure img {
    max-height: 230px;
  }
}
.popup__content {
  padding: 40px 0;
}
.popup__content .row {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 12px;
  justify-content: flex-end;
}
.popup__content .row .col--7 {
  flex: 0 0 56.8%;
  max-width: 56.8%;
  padding: 0;
}
.popup__content .row .popup-toolbar {
  width: 57%;
  max-width: 57%;
}
@media (max-width: 768px) {
  .popup__content .row .col--5 {
    max-width: 23.1%;
    flex: 0 0 23.1%;
    padding: 0;
  }
  .popup__content .row .col--7 {
    max-width: 72.9%;
    flex: 72.9%;
  }
  .popup__content .row .popup-toolbar {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .popup__content .row .col--7 {
    max-width: 55.8%;
    flex: 0 0 55.8%;
  }
  .popup__content .row .popup-toolbar {
    width: 55.8%;
    max-width: 55.8%;
  }
}
.popup__content h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .popup__content h3 {
    font-size: 15px;
  }
}
.popup__content h3 span {
  display: block;
}
.popup__content h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .popup__content h4 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .popup__content h4 strong {
    font-size: 14px;
  }
}
.popup__content h4 .price {
  color: var(--Skidsteer-Orange, #E24407);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
}
.popup__content .summary {
  margin: 20px 0 32px 0;
}
.popup__content .summary h4 {
  text-transform: none;
  margin-bottom: 12px;
}
.popup__content .summary h4 span {
  padding-left: 12px;
}
.popup__content .popup-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.popup__content .popup-controls-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.popup__content .popup-controls-bottom .btn--secondary {
  min-width: unset !important;
  border: 1px solid #E24407;
  color: var(--Skidsteer-Orange, #E24407);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  padding: 17px 20px;
  flex: 0 0 calc(50% - 6px);
  margin: 0;
}
@media (max-width: 768px) {
  .popup__content .popup-controls-bottom {
    flex-direction: column-reverse;
  }
  .popup__content .popup-controls-bottom .btn--secondary {
    width: 100%;
  }
}
.popup__content .popup-controls .btn--primary, .popup__content .popup-controls .btn--primary---search {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 17px 20px;
  flex-grow: 1;
  margin: 0;
}
.popup__content .btn--primary, .popup__content .btn--primary---search, .popup__content .btn--secondary {
  min-width: 60%;
}
.popup-order-status .popup__content .btn--primary, .popup-order-status .popup__content .btn--primary---search {
  min-width: auto;
}
.popup__content .btn--secondary {
  margin-bottom: 10px;
}
.popup__content .go-to-cart {
  color: #E24407;
  text-decoration: none;
  display: block;
}
@media (max-width: 768px) {
  .popup__content .mobile-buttons {
    position: absolute;
    padding: 0 20px;
    left: 0;
    bottom: 30px;
  }
}

.product-popup .product__variants {
  display: none;
}
.product-popup .product__variants--popup .radio label, .product-popup .product__variants--popup .radio--credit_card label {
  display: flex;
  justify-content: space-between;
}
.product-popup .product__variants--popup .radio label b, .product-popup .product__variants--popup .radio--credit_card label b {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--Skidsteer-Orange, #E24407);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
.product-popup .product__variants--popup .radio label b .old-price, .product-popup .product__variants--popup .radio--credit_card label b .old-price {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration-line: line-through;
}
.product-popup .product__variants--popup .checkbox label, .product-popup .product__variants--popup .checkbox--filter label {
  display: flex;
  justify-content: space-between;
}
.product-popup .product__variants--popup .checkbox label b, .product-popup .product__variants--popup .checkbox--filter label b {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--Skidsteer-Orange, #E24407);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
.product-popup .product__variants--popup .checkbox label b .old-price, .product-popup .product__variants--popup .checkbox--filter label b .old-price {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration-line: line-through;
}

.js__shopping-cart--content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .js__shopping-cart--content {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .js__shopping-cart--content {
    flex-direction: column;
  }
}

.js__remove {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 18px */
}

.shopping-cart .section__title--borderless, .shopping-cart .section__title--aside {
  color: var(--Skidsteer-Orange, #E24407);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28px */
  letter-spacing: -1.12px;
  text-transform: uppercase;
  margin-top: 0;
}
.shopping-cart__shipping {
  max-width: 300px;
  min-width: 300px;
  padding: 24px;
  background: var(--Skidsteer-Orange-Light, #FEF8F6);
}
.shopping-cart__shipping .shipping-row h3 {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
}
.shopping-cart__shipping .shipping-row .shipping-options-box #shipment {
  padding: 20px 0;
}
.shopping-cart__shipping .shipping-row .shipping-options-box #shipment label span {
  padding-left: 12px;
}
@media (max-width: 1024px) {
  .shopping-cart__shipping {
    max-width: 100%;
    width: 100%;
  }
}
.shopping-cart .mobile-label {
  display: none;
}
@media (max-width: 768px) {
  .shopping-cart .mobile-label {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 14px;
  }
}
.shopping-cart__listing {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #CCCCCC;
}
.shopping-cart__listing-wrapper {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .shopping-cart__listing {
    display: block;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.shopping-cart__listing th, .shopping-cart__listing td {
  padding: 1em 0.75em;
}
@media (max-width: 768px) {
  .shopping-cart__listing th, .shopping-cart__listing td {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
@media (max-width: 768px) {
  .shopping-cart__listing thead {
    display: none;
  }
}
.shopping-cart__listing thead th {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 18px */
  text-align: left;
}
.shopping-cart__listing thead th.order__title {
  font-size: 19px;
  padding-left: 0;
  padding-right: 0;
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 1.4rem 0.75rem;
}
.shopping-cart__listing thead th.order__title .date {
  display: inline-block;
  float: right;
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody tr {
    display: block;
    padding-bottom: 0;
  }
}
.shopping-cart__listing tbody td {
  vertical-align: top;
}
.shopping-cart__listing tbody td.photo {
  width: 18%;
}
@media (max-width: 900px) {
  .shopping-cart__listing tbody td.photo {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.photo {
    width: 100%;
  }
  .shopping-cart__listing tbody td.photo img {
    display: inline-block;
    width: 35%;
    float: left;
  }
  .shopping-cart__listing tbody td.photo h3 {
    display: inline-block !important;
    width: 65%;
    font-size: 14px;
    line-height: 130%; /* 18.2px */
    padding-left: 2%;
    text-transform: uppercase;
  }
}
.shopping-cart__listing tbody td.product {
  width: 40%;
}
@media (max-width: 900px) {
  .shopping-cart__listing tbody td.product {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.product {
    width: 100%;
  }
}
.shopping-cart__listing tbody td.product .model {
  line-height: 20px;
  margin-bottom: 12px;
}
.shopping-cart__listing tbody td.product .model .key {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 18px */
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.product .model .key {
    font-size: 14px;
  }
}
.shopping-cart__listing tbody td.product .model .model__name {
  color: var(--Grey-Grey-700, #7F7F7F);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 18px */
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.product .model .model__name {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .shopping-cart__listing tbody td.product .model {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.product .model {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.product .model__name {
    padding-left: 0;
  }
}
.shopping-cart__listing tbody td.product a {
  text-decoration: none;
}
.shopping-cart__listing tbody td.product a h3 {
  color: #170701;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.shopping-cart__listing tbody td.product p {
  font-size: 14px;
}
.shopping-cart__listing tbody td.product .options {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.product .options {
    position: absolute;
    bottom: 20px;
  }
}
.shopping-cart__listing tbody td.product .options li {
  display: inline-block;
  padding: 2px 0px 2px 0;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.product .options li {
    margin-right: 20px;
  }
}
.shopping-cart__listing tbody td.product .options li:first-child {
  border-right: 1px solid #CCCCCC;
  padding: 2px 20px 2px 0;
}
.shopping-cart__listing tbody td.product .options li a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.quantity, .shopping-cart__listing tbody td.total, .shopping-cart__listing tbody td.price, .shopping-cart__listing tbody td.close {
    margin: 18px 0;
  }
}
.shopping-cart__listing tbody td.quantity {
  min-width: 15%;
}
.shopping-cart__listing tbody td.quantity .mobile-label {
  line-height: 34px;
  width: 50%;
  text-align: left;
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.quantity {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.quantity .form__group, .shopping-cart__listing tbody td.quantity .form__group--fill {
    width: 50%;
    margin-bottom: 0;
  }
}
.shopping-cart__listing tbody td.centered {
  vertical-align: middle;
}
.shopping-cart__listing tbody td.price {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.price {
    text-align: right;
  }
}
.shopping-cart__listing tbody td.total {
  color: var(--Skidsteer-Orange, #E24407);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}
@media (max-width: 768px) {
  .shopping-cart__listing tbody td.total {
    text-align: right;
  }
}
.shopping-cart__listing tbody td.close {
  padding-right: 0;
}
.shopping-cart__listing tbody td.close i {
  display: inline-block;
  vertical-align: top;
  float: right;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.shopping-cart__listing tbody td.close i:hover {
  opacity: 0.6;
}
.shopping-cart__listing tbody td.close i span {
  font-size: 2em;
  display: inline-block;
  float: right;
  vertical-align: top;
}
.shopping-cart__listing tbody td.close i span.path2 {
  position: absolute;
}
.shopping-cart__item {
  border-top: 1px solid #CCCCCC;
  position: relative;
}
.shopping-cart__item--ordered {
  border-bottom: none;
}
@media (max-width: 768px) {
  .shopping-cart .section__title--borderless, .shopping-cart .section__title--aside {
    display: none;
  }
}

.quantity-wrapper__controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  background: var(--Skidsteer-Orange-Light, #FEF8F6);
}
.quantity-wrapper__controls input {
  width: 25px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  border: none;
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
}
.quantity-wrapper__controls .quantity-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--Skidsteer-Orange, #E24407);
}

.expanded-content {
  padding: 24px 0;
  border-top: 1px solid var(--Grey-Grey-300, #D9D9D9);
  border-bottom: 1px solid var(--Grey-Grey-300, #D9D9D9);
}
.expanded-content svg {
  transition: transform 0.5s;
}
.expanded-content.active svg {
  transform: rotate(180deg);
}
.expanded-content .precheckout__box {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.5s, margin-top 0.5s;
}
.expanded-content .precheckout__box.expanded {
  grid-template-rows: 1fr;
  margin-top: 24px;
}
.expanded-content .precheckout__box.expanded .precheckout__box-form-wrapper {
  visibility: visible;
}
.expanded-content .precheckout__box-form-wrapper {
  min-height: 0;
  transition: visibility 0.5s;
  visibility: hidden;
}
.expanded-content .precheckout__box-form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.expanded-content .precheckout__box-form-wrapper form button {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: #E24407;
  padding: 17px 25px;
  border: none;
}
.expanded-content .expander {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.expanded-content .expander span {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 18px */
}

.shopping-cart .checkout-page-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 124px;
  padding-top: 32px;
}
.shopping-cart .checkout-page-wrapper .right-col .sticky {
  max-width: unset;
  width: 100%;
  position: sticky;
  top: 30px;
}
.shopping-cart .checkout-page-wrapper .right-col .sticky .form__box {
  padding: 24px;
  background: var(--Skidsteer-Orange-Light, #FEF8F6);
}
.shopping-cart .checkout-page-wrapper .right-col .sticky .form__box .section__title--step {
  margin: 0 0 24px 0 !important;
  color: #170701;
  font-size: 20px;
  line-height: 130%; /* 26px */
}
.shopping-cart .checkout-page-wrapper .right-col .sticky .form__box .table--summary {
  table-layout: fixed;
  width: 100%;
}
.shopping-cart .checkout-page-wrapper .right-col .sticky .form__box .table--summary tr:first-child td {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 18px */
}
.shopping-cart .checkout-page-wrapper .right-col .sticky .form__box .table--summary tr td:last-child {
  color: var(--Grey-Grey-1000, #262626);
  text-align: right;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 18px */
}
@media (max-width: 1024px) {
  .shopping-cart .checkout-page-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.widget__account-menu {
  display: block;
  padding: 20px;
  border: 1px solid #CCCCCC;
}
@media (max-width: 640px) {
  .widget__account-menu {
    border: none;
    padding: 0;
    padding-top: 0;
  }
}
.widget__account-menu h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .widget__account-menu h3 {
    display: none;
  }
}
@media (max-width: 640px) {
  .widget__account-menu ul {
    margin-bottom: 20px;
  }
}
.widget__account-menu ul li {
  margin: 0;
}
.widget__account-menu ul li a {
  font-size: 12px;
}
.widget__account-menu ul li a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  float: right;
  display: inline-block;
  font-size: 10px;
  line-height: 1.8em;
}
.widget__account-menu ul li a.active {
  color: #E24407;
}

.testimonials {
  overflow: hidden;
  background: #FEF8F6;
  padding-top: 1px;
  padding-bottom: 32px !important;
}
.testimonials .container {
  max-width: 1600px !important;
}

main:has(.product__intro) .testimonials {
  overflow: visible;
}

main:has(.product__intro) {
  overflow-x: clip;
}

.testimonials-slider {
  clip-path: inset(0 -200% 0 0);
}
.testimonials-slider__slide {
  height: auto !important;
}
.testimonials-slider__nav {
  display: flex;
  margin-right: -10px;
}
.testimonials-slider__prev, .testimonials-slider__next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
  border: none;
  background: none;
}
.testimonials-slider__prev i, .testimonials-slider__next i {
  transition: color 0.25s ease;
}
@media screen and (max-width: 768px) {
  .testimonials-slider__prev i, .testimonials-slider__next i {
    font-size: 26px;
  }
}
.testimonials-slider__prev:hover i, .testimonials-slider__next:hover i {
  color: #E24407;
}

.testimonial-box {
  display: flex;
  background: #fff;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .testimonial-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-box {
    background: none;
  }
}
.testimonial-box:hover .testimonial-box__figure img {
  opacity: 0.7;
}
.testimonial-box:hover .testimonial-box__play {
  background: #fff;
}
.testimonial-box:hover .testimonial-box__play::before {
  border-color: transparent transparent transparent #E24407;
}
.testimonial-box__figure {
  position: relative;
  flex-basis: 248px;
  flex-shrink: 0;
  background: black;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .testimonial-box__figure {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    flex-basis: auto;
    overflow: hidden;
  }
}
.testimonial-box__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease;
}
@media screen and (max-width: 900px) {
  .testimonial-box__figure img {
    width: 100%;
    height: auto;
  }
}
.testimonial-box__play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: background-color 0.35s ease;
}
.testimonial-box__play::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  transform: translateX(2px);
  border-color: transparent transparent transparent #FFFFFF;
  transition: border-color 0.35s ease;
}
.testimonial-box__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .testimonial-box__content {
    padding: 15px 0;
    gap: 0rem;
    background-color: white;
  }
}
.testimonial-box__heading {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .testimonial-box__heading {
    font-size: 14px;
  }
}
.testimonial-box__text p {
  font-size: 16px;
  color: #222;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  .testimonial-box__text p {
    font-size: 14px;
  }
}
.testimonial-box__tag {
  font-size: 14px;
  font-weight: 500;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .testimonial-box__tag {
    font-size: 12px;
  }
}
.testimonial-box__description {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.testimonial-box__author {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .testimonial-box__author {
    font-size: 12px;
  }
}

.section__title--testimonials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
  margin: 32px 0 30px 0 !important;
}

.testimonials-modal {
  position: fixed;
  inset: 0;
  z-index: 1099;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.testimonials-modal.show {
  opacity: 1;
  visibility: visible;
}
.testimonials-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.testimonials-modal__wrapper {
  position: relative;
  z-index: 1;
  max-width: 50vw;
  margin: 0 15px;
  max-height: 67vh;
}
@media screen and (max-width: 900px) {
  .testimonials-modal__wrapper {
    max-width: 70vw;
  }
}
.testimonials-modal__wrapper video {
  width: 100% !important;
  max-width: 361px;
  max-height: 100%;
}
.testimonials-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: #E24407;
  z-index: 10;
  transform: translate(100%, -100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: none;
  transition: background 0.35s ease;
}
.testimonials-modal__close svg path {
  transition: fill 0.35s ease;
}
@media screen and (min-width: 769px) {
  .testimonials-modal__close:hover {
    background: #fff;
  }
  .testimonials-modal__close:hover svg path {
    fill: #E24407;
  }
}

.banners__wrapper {
  display: grid;
  grid-template-columns: 66.813% 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .banners__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .banners__wrapper {
    gap: 0px;
  }
}

.banners__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banners__wrapper a {
  display: block;
  height: 100%;
}

.banners__aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 900px) {
  .banners__aside {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .banners__aside {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

.category-tiles {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(7, 1fr);
  align-items: start;
}
@media (max-width: 1300px) {
  .category-tiles {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 900px) {
  .category-tiles {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .category-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
.category-tiles .category-tiles__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.category-tiles .category-tiles__item:hover .category-tiles__item-image img {
  transform: scale(1.1);
}
.category-tiles .category-tiles__item:hover .category-tiles__item-title {
  color: #E24407;
}
.category-tiles .category-tiles__item-image {
  width: 100%;
  aspect-ratio: 1.35;
  background-color: #FEF8F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-tiles .category-tiles__item-image img {
  transition: transform 0.3s ease;
  max-width: 80%;
  height: auto;
}
.category-tiles .category-tiles__item-title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.category-tiles .category-tiles__item-link {
  text-decoration: none;
  color: transparent;
  font: 0/0;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tracks-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1170px) {
  .tracks-search {
    flex-direction: column;
    gap: 10px;
  }
}

.tracks-search__wrapper {
  gap: 40px;
  flex-grow: 1;
  max-width: 1067px;
  width: 100%;
}
@media (max-width: 1170px) {
  .tracks-search__wrapper {
    max-width: 100%;
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .tracks-search__wrapper {
    width: 100%;
  }
}

.tracks-search-mock {
  width: 100%;
}
.tracks-search-mock form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1170px) {
  .tracks-search-mock form {
    gap: 20px;
    width: 100%;
    align-items: flex-end;
  }
}
@media (max-width: 900px) {
  .tracks-search-mock form {
    gap: 24px;
    flex-direction: column;
    background: #170701;
  }
}
.tracks-search-mock .form__field {
  display: flex;
  gap: 12px;
  flex-grow: 1;
  align-items: flex-start;
  width: 25%;
}
@media (max-width: 1170px) {
  .tracks-search-mock .form__field {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .tracks-search-mock .form__field {
    width: 100%;
  }
}
.tracks-search-mock .form__field:has(.selectric-disabled) label {
  color: #7F7F7F;
}
.tracks-search-mock .form__field .selectric .label {
  color: #0D0D0D;
  transition: opacity 0.3s ease;
}
.tracks-search-mock .form__field .selectric .button {
  transition: opacity 0.3s ease;
}
.tracks-search-mock .form__field .selectric-wrapper {
  flex-grow: 1;
  width: calc(100% - 50px);
}
@media (max-width: 1170px) {
  .tracks-search-mock .form__field .selectric-wrapper {
    width: 100%;
    flex-grow: 0;
  }
}
.tracks-search-mock .form__field label {
  font-size: 13px;
  font-weight: bold;
  color: #E24407;
  transition: color 0.3s ease;
}
.tracks-search-mock .form__field .selectric-disabled {
  opacity: 0.85;
}
.tracks-search-mock .form__field .selectric-disabled .button,
.tracks-search-mock .form__field .selectric-disabled .label {
  opacity: 0.35;
}
.tracks-search-mock .btn--primary---search {
  height: 44px;
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  .tracks-search-mock .btn--primary---search {
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 900px) {
  .tracks-search-mock .btn--primary---search::before {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.tracks-search-mock .btn--primary---search:disabled {
  background: #7F7F7F;
  border-color: #7F7F7F;
  cursor: not-allowed;
}

.tracks-search--category {
  flex-direction: column;
  gap: 10px;
}
.tracks-search--category .tracks-search__wrapper {
  max-width: 100%;
}
.tracks-search--category .tracks-search-mock .form__field {
  width: 30%;
}
@media (max-width: 900px) {
  .tracks-search--category .tracks-search-mock .form__field {
    width: 100%;
  }
}
.tracks-search--category .tracks-search-mock .form__field .selectric-wrapper {
  width: 100%;
}
.tracks-search--category .tracks-search-mock .form__field .selectric-wrapper .selectric {
  height: 48px;
}
.tracks-search--category .tracks-search-mock .form__field .selectric-wrapper .selectric .label {
  height: 48px;
}
.tracks-search--category .tracks-search-mock .form__field .selectric-wrapper .selectric .button {
  height: 44px;
}
.tracks-search--category .tracks-search-mock .btn--primary---search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  height: 48px;
}
.tracks-search--category .tracks-search-mock .btn--primary---search::before {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.home__about {
  padding-bottom: 0px;
}
@media (max-width: 640px) {
  .home__about img {
    margin: 40px 0 60px 0;
  }
}
.home__about details :first-child {
  margin-bottom: 30px;
}

.blog .blog-slider__nav {
  display: none;
}
@media (max-width: 1170px) {
  .blog .blog-slider__nav {
    display: flex;
  }
}
.blog .section__title .btn--border, .blog .section__title--big .btn--border, .blog .section__title--huge .btn--border, .blog .section__title--small .btn--border, .blog .section__title--borderless .btn--border, .blog .section__title--aside .btn--border, .blog .section__title--step .btn--border {
  display: block;
}
@media (max-width: 1170px) {
  .blog .section__title .btn--border, .blog .section__title--big .btn--border, .blog .section__title--huge .btn--border, .blog .section__title--small .btn--border, .blog .section__title--borderless .btn--border, .blog .section__title--aside .btn--border, .blog .section__title--step .btn--border {
    display: none;
  }
}
.blog .blog-slider__cta {
  display: none;
  justify-content: center;
  padding-top: 30px;
}
@media (max-width: 1170px) {
  .blog .blog-slider__cta {
    display: flex;
  }
}

.category-row {
  display: flex;
  flex-direction: row-reverse;
  gap: 64px;
}
.category-row .right-col {
  flex: 0 0 calc(22.7% - 32px);
}
.category-row .right-col .sidebar .accordion, .category-row .right-col .sidebar .accordion--product {
  border: none;
}
.category-row .right-col .sidebar .accordion__header {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.category-row .right-col .sidebar .accordion__content ul li a {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.category-row .right-col .sidebar .accordion__content ul li a::after {
  font-size: 16px;
}
.category-row .left-col {
  flex: 0 0 calc(77.3% - 32px);
  max-width: calc(77.3% - 32px);
}
.category-row .left-col .category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}
.category-row .left-col .category-heading h1 {
  color: var(--Skidsteer-Orange, #E24407);
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.12px;
  text-transform: uppercase;
}
.category-row .left-col .product-listing .category-desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0;
  background: var(--Skidsteer-Orange-Light, #FEF8F6);
  width: 100%;
  margin: 64px 0;
}
.category-row .left-col .product-listing .category-desc-box {
  padding: 32px 0 32px 32px;
}
.category-row .left-col .product-listing .category-desc-box h2, .category-row .left-col .product-listing .category-desc-box h3, .category-row .left-col .product-listing .category-desc-box h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .category-row .left-col .product-listing .category-desc-box h2, .category-row .left-col .product-listing .category-desc-box h3, .category-row .left-col .product-listing .category-desc-box h4 {
    font-size: 16px;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
  }
}
.category-row .left-col .product-listing .category-desc-box p {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  margin-bottom: 12px;
}
.category-row .left-col .product-listing .category-desc-right {
  overflow: hidden;
  position: relative;
}
.category-row .left-col .product-listing .category-desc-right .swiper {
  max-width: 100%;
}
.category-row .left-col .product-listing .category-desc-right .swiper .swiper-wrapper {
  max-width: 100%;
}
.category-row .left-col .product-listing .category-desc-right .swiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 343/228.67;
}
.category-row .left-col .product-listing .category-desc-right .swiper-button-prev, .category-row .left-col .product-listing .category-desc-right .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  top: unset;
}
.category-row .left-col .product-listing .category-desc-right .swiper-button-prev::after, .category-row .left-col .product-listing .category-desc-right .swiper-button-next::after {
  display: none;
}
.category-row .left-col .product-listing .category-desc-right .swiper-button-prev:not(.swiper-button-disabled):hover svg path, .category-row .left-col .product-listing .category-desc-right .swiper-button-next:not(.swiper-button-disabled):hover svg path {
  fill: #E24407;
  stroke: #E24407;
}
.category-row .left-col .product-listing .brands {
  width: 100%;
  overflow: hidden;
}
.category-row .left-col .product-listing .brands .brands-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.category-row .left-col .product-listing .brands .brands-header h2 {
  color: #170701;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.category-row .left-col .product-listing .brands .brands-header-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-row .left-col .product-listing .brands .brands-header-navigation .swiper-button-next, .category-row .left-col .product-listing .brands .brands-header-navigation .swiper-button-prev {
  position: static;
  padding: 10px 0;
  margin: 0;
  height: auto;
  width: auto;
}
.category-row .left-col .product-listing .brands .brands-header-navigation .swiper-button-next::after, .category-row .left-col .product-listing .brands .brands-header-navigation .swiper-button-prev::after {
  display: none;
}
.category-row .left-col .product-listing .brands .pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.category-row .left-col .product-listing .brands .pagination-container .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.category-row .left-col .product-listing .brands .pagination-container .swiper-pagination .swiper-pagination-bullet {
  background: var(--Grey-Grey-300, #D9D9D9);
  width: 8px;
  height: 8px;
  position: static;
  display: block;
}
.category-row .left-col .product-listing .brands .pagination-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--Skidsteer-Orange, #E24407);
}
.category-row .left-col .product-listing .brands .swiper {
  width: 100%;
  max-width: 100%;
}
.category-row .left-col .product-listing .brands .swiper .swiper-slide {
  height: auto !important; /* Allow the slide to stretch */
}
.category-row .left-col .product-listing .brands .swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}
.category-row .left-col .product-listing .brands .swiper .swiper-slide a .slide-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--Grey-Grey-400, #CCC);
  flex-grow: 1;
  aspect-ratio: 1/1;
}
.category-row .left-col .product-listing .brands .swiper .swiper-slide a .slide-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.category-row .left-col .category-partial__video {
  margin: 64px 0;
}
.category-row .left-col .category-partial__video h2 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
  color: #170701;
  margin-bottom: 32px;
}
.category-row .left-col .category-partial__video video {
  aspect-ratio: 16/9;
  display: block;
}
.category-row .left-col .category-partial__learn {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.category-row .left-col .category-partial__learn-left .badge {
  display: inline-block;
  padding: 4px 8px;
  background: var(--Skidsteer-Orange, #E24407);
  color: var(--pink50, #FFF6FA);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  margin-bottom: 12px;
}
.category-row .left-col .category-partial__learn-left h3 {
  color: #170701;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 138.462% */
  text-transform: uppercase;
  margin: 0 0 32px 0;
  padding: 0;
}
.category-row .left-col .category-partial__learn-left-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.category-row .left-col .category-partial__learn-left-text p {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0;
  padding: 0;
}
.category-row .left-col .category-partial__learn img {
  max-width: 400px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.category-row .left-col .category-partial__imgtextbox {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 64px 0;
}
.category-row .left-col .category-partial__imgtextbox.halfsplit-v2 {
  align-items: center;
  gap: 0;
  background: var(--Grey-Grey-100, #F7F7F7);
}
.category-row .left-col .category-partial__imgtextbox.halfsplit-v2 .category-partial__imgtextbox-left-text {
  flex: 0 0 50%;
  background: var(--Grey-Grey-100, #F7F7F7);
  padding: 32px;
}
.category-row .left-col .category-partial__imgtextbox.halfsplit-v2 .category-partial__imgtextbox-left-text h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28px */
  letter-spacing: -1.12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.category-row .left-col .category-partial__imgtextbox.halfsplit-v2 .category-partial__imgtextbox-left-text p {
  font-size: 15px;
}
.category-row .left-col .category-partial__imgtextbox.halfsplit-v2 img {
  flex: 0 0 50%;
  max-width: 50%;
  aspect-ratio: 1/1;
}
.category-row .left-col .category-partial__imgtextbox.textbox-v2 {
  background: var(--Skidsteer-Orange-Light, #FEF8F6);
  padding-right: 32px;
}
.category-row .left-col .category-partial__imgtextbox.textbox-v2 .category-partial__imgtextbox-left h3 {
  color: #170701;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.category-row .left-col .category-partial__imgtextbox.textbox-v2 .category-partial__imgtextbox-left p {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.category-row .left-col .category-partial__imgtextbox ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.category-row .left-col .category-partial__imgtextbox ol li {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  counter-increment: counter;
}
.category-row .left-col .category-partial__imgtextbox ol li::before {
  counter-increment: none;
}
.category-row .left-col .category-partial__imgtextbox ol li ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.category-row .left-col .category-partial__imgtextbox ol li ul li {
  position: relative;
  padding: 0 0 0 26px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  counter-increment: none;
}
.category-row .left-col .category-partial__imgtextbox ol li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  transform: translateY(-50%);
  width: 14.3px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='18' viewBox='0 0 15 18' fill='none'%3E%3CforeignObject x='-0.413223' y='5.58678' width='15.1272' height='12.8264'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(0.21px);clip-path:url(%23bgblur_0_1595_14435_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cpath data-figma-bg-blur-radius='0.413223' d='M8.75744 6L14.3005 6L5.56822 18L2.34096e-10 18L8.75744 6Z' fill='%23262626'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_1595_14435_clip_path' transform='translate(0.413223 -5.58678)'%3E%3Cpath d='M8.75744 6L14.3005 6L5.56822 18L2.34096e-10 18L8.75744 6Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.category-row .left-col .category-partial__imgtextbox-left .badge {
  display: inline-block;
  padding: 4px 8px;
  background: var(--Skidsteer-Orange, #E24407);
  color: var(--pink50, #FFF6FA);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  margin-bottom: 12px;
}
.category-row .left-col .category-partial__imgtextbox-left h3 {
  color: #170701;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 138.462% */
  text-transform: uppercase;
  margin: 0 0 32px 0;
  padding: 0;
}
.category-row .left-col .category-partial__imgtextbox-left-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.category-row .left-col .category-partial__imgtextbox-left-text p {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0;
  padding: 0;
}
.category-row .left-col .category-partial__imgtextbox img {
  max-width: 400px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.category-row .left-col .category-partial__grid-box {
  margin: 64px 0;
}
.category-row .left-col .category-partial__grid-box h3 {
  color: #170701;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.category-row .left-col .category-partial__grid-box p {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: block;
  margin-bottom: 12px;
}
.category-row .left-col .category-partial__grid-box p:last-child {
  margin-bottom: 24px;
}
.category-row .left-col .category-partial__grid-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.category-row .left-col .category-partial__grid-box-grid-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.category-row .left-col .category-partial__grid-box-grid-container p {
  margin-bottom: 0;
}
.category-row .left-col .category-partial__grid-box-grid-container:last-child p {
  margin-bottom: 23px;
}
.category-row .left-col .category-partial__grid-box-grid-container-inner img {
  margin: 12px 0 32px 0;
}
.category-row .left-col .category-partial__grid-box-grid-container-inner p {
  margin-bottom: 12px !important;
}
.category-row .left-col .category-partial__grid-box-grid-container-inner p:last-child {
  margin-bottom: 0;
}
.category-row .left-col .category-partial__bg-box {
  position: relative;
  padding: 32px;
  margin: 64px 0;
}
.category-row .left-col .category-partial__bg-box img {
  position: absolute;
  inset: 0;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: -1;
  min-width: 100%;
}
.category-row .left-col .category-partial__bg-box-text h3 {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 138.462% */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 32px;
}
.category-row .left-col .category-partial__bg-box-text span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
  display: block;
  margin-bottom: 24px;
}
.category-row .left-col .category-partial__bg-box-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  padding-left: 26px;
}
.category-row .left-col .category-partial__bg-box-text ul li {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration-line: underline;
  padding: 0;
  position: relative;
}
.category-row .left-col .category-partial__bg-box-text ul li::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 14.3px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3CforeignObject x='-0.413223' y='-0.413223' width='15.1272' height='12.8264'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(0.21px);clip-path:url(%23bgblur_0_1595_10513_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cpath data-figma-bg-blur-radius='0.413223' d='M8.75744 7.78438e-10L14.3005 -3.59668e-10L5.56822 12L2.34096e-10 12L8.75744 7.78438e-10Z' fill='white'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_1595_10513_clip_path' transform='translate(0.413223 0.413223)'%3E%3Cpath d='M8.75744 7.78438e-10L14.3005 -3.59668e-10L5.56822 12L2.34096e-10 12L8.75744 7.78438e-10Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.category-row .left-col .category-partial__bg-box-text p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration-line: underline;
  display: inline-block;
  margin-bottom: 24px;
}
.category-row .left-col .category-partial__bg-box-text p:last-child {
  margin-bottom: 0;
}
.category-row .left-col .category-partial__bg-box.bg-box-v2 h3 {
  margin-bottom: 12px;
}
.category-row .left-col .category-partial__bg-box.bg-box-v2 p {
  margin-bottom: 24px;
  text-decoration: none;
}
.category-row .left-col .category-partial__bg-box.bg-box-v2 p:last-child {
  margin-bottom: 0;
}
.category-row .left-col .category-partial__bg-box.bg-box-v3 h3 {
  margin-bottom: 12px;
}
.category-row .left-col .category-partial__bg-box.bg-box-v3 p {
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
}
.category-row .left-col .category-partial__bg-box.bg-box-v3 p:first-child {
  margin-bottom: 8px;
}
.category-row .left-col .category-partial__bg-box.bg-box-v3 p:last-child {
  margin-bottom: 0px;
}
.category-row .left-col .category-partial__bg-box.bg-box-v3 span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: block;
  margin-bottom: 12px;
}
.category-row .left-col .category-partial__bg-box.bg-box-v4 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.category-row .left-col .category-partial__bg-box.bg-box-v4 .category-partial__bg-box-text:first-of-type {
  margin-bottom: 16px;
}
.category-row .left-col .category-partial__bg-box.bg-box-v4 .category-partial__bg-box-text h3 {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.category-row .left-col .category-partial__bg-box.bg-box-v4 .category-partial__bg-box-text p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration: none;
}
@media (max-width: 768px) {
  .category-row .left-col .category-partial__bg-box {
    margin: 32px -16px;
    padding: 32px 16px;
  }
  .category-row .left-col .category-partial__bg-box-text h3 {
    font-size: 19px;
    line-height: 140%; /* 26.6px */
    margin-bottom: 16px;
  }
  .category-row .left-col .category-partial__bg-box-text ul li::before {
    top: 18%;
  }
}
.category-row .left-col .category-partial__textbox {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 32px;
  background: var(--Skidsteer-Orange-Light, #FEF8F6);
  margin: 64px 0;
}
.category-row .left-col .category-partial__textbox-row-heading {
  display: inline-block;
  color: #170701;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.category-row .left-col .category-partial__textbox-row p {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0 0 12px 0;
}
.category-row .left-col .category-partial__textbox-row p:last-child {
  margin-bottom: 0;
}
.category-row .left-col .category-partial__tires-imgbox {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin: 64px 0;
}
.category-row .left-col .category-partial__tires-imgbox-text .badge {
  display: inline-block;
  padding: 4px 8px;
  background: var(--Skidsteer-Orange, #E24407);
  color: var(--pink50, #FFF6FA);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  margin-bottom: 12px;
}
.category-row .left-col .category-partial__tires-imgbox-text h3 {
  color: #170701;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.category-row .left-col .category-partial__tires-imgbox-text p {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 12px;
}
.category-row .left-col .category-partial__tires-imgbox-text p:last-child {
  margin-bottom: 0;
}
.category-row .left-col .category-partial__tires-imgbox img {
  max-width: 400px;
  aspect-ratio: 1/1;
  width: 400px;
  object-fit: cover;
}
.category-row .left-col .bestsellers {
  margin: 64px 0;
}
.category-row .left-col .bestsellers .bestsellers-container {
  max-width: 1600px;
  margin: 0 auto;
}
.category-row .left-col .bestsellers .bestsellers-container .section__title--nav {
  margin: 0 0 32px 0;
  padding: 0;
}
.category-row .left-col .bestsellers .bestsellers-container .section__title--nav strong {
  color: #170701;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
}
.category-row .left-col .bestsellers .bestsellers-container .section__title--nav .slider__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-row .left-col .bestsellers .bestsellers-container .section__title--nav .slider__nav button {
  background: none;
  border: none;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-row .left-col .bestsellers .bestsellers-container .section__title--nav .slider__nav button:not(.swiper-button-disabled):hover svg path {
  fill: #E24407;
  stroke: #E24407;
}
.category-row .left-col .bestsellers .bestsellers-container .section__title--nav .slider__nav button.swiper-button-disabled {
  opacity: 0.3;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper {
  overflow: visible;
  overflow-x: clip;
  padding-top: 35px;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide {
  height: auto;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide:hover .product-box--featured .label {
  border-color: #E24407;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide:hover .product-box--featured .product-box__wrapper {
  border-color: #E24407;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide .product-box--featured .product-box__wrapper {
  gap: 18px;
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  transition: border-color 0.3s ease;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide .product-box--featured .product-box__wrapper figure {
  margin-bottom: 16px;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide .product-box--featured .product-box__wrapper .product-box__name a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide .product-box--featured .product-box__wrapper .product-box__name a:hover {
  color: #ff4b04;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide .product-box--featured .product-box__wrapper .product-box__price .old-price {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-decoration-line: line-through;
  margin-right: 14px;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide .product-box--featured .product-box__wrapper .product-box__price strong {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide .product-box--featured .label {
  padding: 8px 23px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  position: absolute;
  top: -35px;
}
.category-row .left-col .bestsellers .bestsellers-container .bestsellersSwiper .product-box__slide .product-box--featured .add-to-cart {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  border: 1px solid var(--Skidsteer-Orange, #E24407);
  background: var(--Skidsteer-Orange, #E24407);
  padding: 17px 20px;
}
.category-row .left-col .bestsellers .swiper-pagination {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.category-row .left-col .bestsellers .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--Grey-Grey-300, #D9D9D9);
}
.category-row .left-col .bestsellers .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--Skidsteer-Orange, #E24407);
}
@media (max-width: 768px) {
  .category-row .left-col .bestsellers {
    margin: 32px 0;
  }
  .category-row .left-col .bestsellers .bestsellers-container .section__title--nav {
    margin-bottom: 18px;
  }
  .category-row .left-col .bestsellers .bestsellers-container .section__title--nav strong {
    font-size: 19px;
    line-height: 23px; /* 121.053% */
  }
  .category-row .left-col .bestsellers .bestsellers-container .product-box--featured .label {
    padding: 8px 12px;
  }
  .category-row .left-col .bestsellers .bestsellers-container .product-box--featured .product-box__wrapper {
    padding: 12px;
    gap: 8px;
  }
  .category-row .left-col .bestsellers .bestsellers-container .product-box--featured .product-box__wrapper figure {
    margin-bottom: 16px;
  }
  .category-row .left-col .bestsellers .bestsellers-container .product-box--featured .product-box__wrapper .product-box__name a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
  }
  .category-row .left-col .bestsellers .bestsellers-container .product-box--featured .product-box__wrapper .product-box__price .old-price {
    font-size: 9px;
    line-height: 9px; /* 100% */
  }
  .category-row .left-col .bestsellers .bestsellers-container .product-box--featured .product-box__wrapper .product-box__price strong {
    font-size: 13px;
    line-height: 13px; /* 100% */
  }
  .category-row .left-col .bestsellers .bestsellers-container .product-box--featured .add-to-cart {
    font-size: 13px;
  }
  .category-row .left-col .bestsellers .bestsellers-container .swiper-pagination {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .category-row .left-col .bestsellers {
    padding: 32px;
  }
}
.category-row .left-col .featured {
  margin: 64px 0;
}
.category-row .left-col .featured .featured-container {
  max-width: 1600px;
  margin: 0 auto;
}
.category-row .left-col .featured .featured-container .section__title--nav {
  margin: 0 0 32px 0;
  padding: 0;
}
.category-row .left-col .featured .featured-container .section__title--nav strong {
  color: #170701;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
}
.category-row .left-col .featured .featured-container .section__title--nav .slider__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-row .left-col .featured .featured-container .section__title--nav .slider__nav button {
  background: none;
  border: none;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-row .left-col .featured .featured-container .section__title--nav .slider__nav button:not(.swiper-button-disabled):hover svg path {
  fill: #E24407;
  stroke: #E24407;
}
.category-row .left-col .featured .featured-container .section__title--nav .slider__nav button.swiper-button-disabled {
  opacity: 0.3;
}
.category-row .left-col .featured .featured-container .featuredSwiper {
  overflow: visible;
  overflow-x: clip;
  padding-top: 35px;
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide {
  height: auto;
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide:hover .product-box--featured .label {
  border-color: #E24407;
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide:hover .product-box--featured .product-box__wrapper {
  border-color: #E24407;
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide .product-box--featured .product-box__wrapper {
  gap: 18px;
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  transition: border-color 0.3s ease;
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide .product-box--featured .product-box__wrapper figure {
  margin-bottom: 16px;
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide .product-box--featured .product-box__wrapper .product-box__name a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide .product-box--featured .product-box__wrapper .product-box__name a:hover {
  color: #ff4b04;
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide .product-box--featured .product-box__wrapper .product-box__price .old-price {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-decoration-line: line-through;
  margin-right: 14px;
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide .product-box--featured .product-box__wrapper .product-box__price strong {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide .product-box--featured .label {
  padding: 8px 23px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  position: absolute;
  top: -35px;
  transition: border-color 0.3s ease;
}
.category-row .left-col .featured .featured-container .featuredSwiper .product-box__slide .product-box--featured .add-to-cart {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  border: 1px solid var(--Skidsteer-Orange, #E24407);
  background: var(--Skidsteer-Orange, #E24407);
  padding: 17px 20px;
}
.category-row .left-col .featured .swiper-pagination {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.category-row .left-col .featured .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--Grey-Grey-300, #D9D9D9);
}
.category-row .left-col .featured .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--Skidsteer-Orange, #E24407);
}
@media (max-width: 768px) {
  .category-row .left-col .featured {
    margin: 32px 0;
  }
  .category-row .left-col .featured .featured-container .section__title--nav {
    margin-bottom: 18px;
  }
  .category-row .left-col .featured .featured-container .section__title--nav strong {
    font-size: 19px;
    line-height: 23px; /* 121.053% */
  }
  .category-row .left-col .featured .featured-container .product-box--featured .label {
    padding: 8px 12px;
  }
  .category-row .left-col .featured .featured-container .product-box--featured .product-box__wrapper {
    padding: 12px;
    gap: 8px;
  }
  .category-row .left-col .featured .featured-container .product-box--featured .product-box__wrapper figure {
    margin-bottom: 16px;
  }
  .category-row .left-col .featured .featured-container .product-box--featured .product-box__wrapper .product-box__name a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
  }
  .category-row .left-col .featured .featured-container .product-box--featured .product-box__wrapper .product-box__price .old-price {
    font-size: 9px;
    line-height: 9px; /* 100% */
  }
  .category-row .left-col .featured .featured-container .product-box--featured .product-box__wrapper .product-box__price strong {
    font-size: 13px;
    line-height: 13px; /* 100% */
  }
  .category-row .left-col .featured .featured-container .product-box--featured .add-to-cart {
    font-size: 13px;
  }
  .category-row .left-col .featured .featured-container .swiper-pagination {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .category-row .left-col .featured {
    padding: 32px;
  }
}
.category-row {
  /* MOBILE RESPONSIVE */
}
@media (max-width: 1024px) {
  .category-row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .category-row .left-col {
    flex: 0 0 100%;
    max-width: unset;
  }
  .category-row .left-col .product-listing .category-heading {
    margin-bottom: 40px;
  }
  .category-row .left-col .product-listing .category-heading h1 {
    font-size: 19px;
    line-height: 100%;
    letter-spacing: -0.76px;
  }
  .category-row .left-col .product-listing .category-heading-icon {
    display: none;
  }
  .category-row .left-col .product-listing .category-desc {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 0 0 32px 0;
  }
  .category-row .left-col .product-listing .category-desc-box {
    padding: 16px 16px 0 16px;
  }
  .category-row .left-col .product-listing .category-desc-right .swiper-button-prev, .category-row .left-col .product-listing .category-desc-right .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .category-row .left-col .product-listing .brands-header h2 {
    font-size: 19px;
    line-height: 140%;
  }
  .category-row .left-col .category-partial__video {
    margin: 48px 0 64px 0;
  }
  .category-row .left-col .category-partial__video h2 {
    font-size: 19px;
    line-height: 140%; /* 26.6px */
  }
  .category-row .left-col .category-partial__learn {
    flex-direction: column;
    gap: 32px;
  }
  .category-row .left-col .category-partial__learn-left .badge {
    font-size: 12px;
  }
  .category-row .left-col .category-partial__learn-left h3 {
    font-size: 19px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .category-row .left-col .category-partial__learn-left-text {
    gap: 0;
  }
  .category-row .left-col .category-partial__learn-left-text p {
    font-size: 14px;
  }
  .category-row .left-col .category-partial__learn img {
    width: 100%;
    max-width: unset;
  }
  .category-row .left-col .category-partial__imgtextbox {
    flex-direction: column;
    gap: 32px;
    margin: 32px 0;
  }
  .category-row .left-col .category-partial__imgtextbox-left h3 {
    font-size: 19px;
    line-height: 36px;
  }
  .category-row .left-col .category-partial__imgtextbox img {
    width: 100%;
    max-width: unset;
  }
  .category-row .left-col .category-partial__imgtextbox.textbox-v2 {
    padding-right: 0;
  }
  .category-row .left-col .category-partial__imgtextbox.halfsplit-v2 {
    align-items: center;
    gap: 0;
  }
  .category-row .left-col .category-partial__imgtextbox.halfsplit-v2 .category-partial__imgtextbox-left-text {
    flex: 0 0 50%;
    background: var(--Grey-Grey-100, #F7F7F7);
    padding: 16px;
  }
  .category-row .left-col .category-partial__imgtextbox.halfsplit-v2 .category-partial__imgtextbox-left-text h2 {
    font-size: 22px;
  }
  .category-row .left-col .category-partial__imgtextbox.halfsplit-v2 .category-partial__imgtextbox-left-text p {
    font-size: 14px;
  }
  .category-row .left-col .category-partial__imgtextbox.halfsplit-v2 img {
    flex: 0 0 50%;
    max-width: 100%;
    aspect-ratio: 1/1;
  }
  .category-row .left-col .category-partial__grid-box {
    margin: 32px 0;
  }
  .category-row .left-col .category-partial__grid-box-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
  .category-row .left-col .category-partial__tires-imgbox {
    flex-direction: column;
    margin: 32px 0;
    gap: 24px;
  }
  .category-row .left-col .category-partial__tires-imgbox img {
    max-width: 100%;
    width: 100%;
  }
  .category-row .left-col .category-partial__textbox {
    gap: 32px;
    padding: 32px 16px;
    margin: 32px -16px;
  }
  .category-row .left-col .category-partial__textbox-row-heading {
    font-size: 19px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .category-row .left-col .category-partial__textbox p {
    font-size: 14px;
  }
  .category-row .right-col {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .category-row {
    flex-direction: column-reverse;
  }
  .category-row .left-col .category-heading-icon {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1660px) {
  .category-row .left-col .product-listing .category-desc-right .swiper {
    height: 100%;
  }
  .category-row .left-col .product-listing .category-desc-right .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .category-row .left-col .product-listing .category-desc-right .swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset;
  }
}

/* ========================= */
/* PRODUCT ROW               */
/* ========================= */
.product-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px 20px;
  margin-bottom: 64px;
  padding-top: 35px;
}
.product-row .product-listing-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 35px;
}
.product-row .product-listing-box:hover .label {
  border-color: #E24407;
}
.product-row .product-listing-box:hover .product-box--listing {
  border-color: #E24407;
}
.product-row .product-listing-box .label {
  color: var(--Grey-Grey-1000, #262626);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid var(--Grey-Grey-1000, #262626);
  padding: 8px 23px;
  align-self: flex-start;
  position: absolute;
  top: -35px;
  transition: border-color 0.3s ease;
}
.product-row .product-listing-box .product-box--listing {
  transition: border-color 0.3s ease;
}
.product-row .product-listing-box button {
  margin-top: auto;
  width: 100%;
  padding: 17px 23px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%; /* 13px */
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-row {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
  }
  .product-row .product-listing-box button {
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ========================= */
/* PRODUCT LISTING           */
/* ========================= */
.product-listing__top-widget {
  padding: 20px;
  background: #EBEBEB;
  margin-top: 20px;
}
.product-listing__top-widget .table, .product-listing__top-widget .table--summary,
.product-listing__top-widget p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .product-listing__top-widget .table, .product-listing__top-widget .table--summary {
    margin-bottom: 20px;
  }
}
.product-listing__top-widget .table tr:first-child td, .product-listing__top-widget .table--summary tr:first-child td {
  padding-top: 8px;
}
.product-listing__top-widget .table tr td:first-child, .product-listing__top-widget .table--summary tr td:first-child {
  width: 50%;
}
@media (max-width: 900px) {
  .product-listing__top-widget .table tr td:last-child, .product-listing__top-widget .table--summary tr td:last-child {
    text-align: right;
  }
}
.product-listing__top-widget h4 {
  margin-bottom: 5px;
}
.product-listing__list .section__title, .product-listing__list .section__title--big, .product-listing__list .section__title--huge, .product-listing__list .section__title--small, .product-listing__list .section__title--borderless, .product-listing__list .section__title--aside, .product-listing__list .section__title--step {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
  text-transform: none;
}
.product-listing__list ul {
  display: flex;
  flex-wrap: wrap;
}
.product-listing__list ul li {
  position: relative;
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 900px) {
  .product-listing__list ul li {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.product-listing__list ul li a {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 10px;
  text-transform: uppercase;
}
.product-listing__list ul li a:before {
  font-family: "icomoon" !important;
  content: "\e90c";
  position: absolute;
  left: 0;
  font-size: 10px;
  line-height: 19px;
  margin-top: 2px;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  transition: left 0.45s ease;
}
.product-listing__list ul li a:hover::before {
  left: 3px;
}

.attachments-slider, .tires-slider, .related-slider {
  padding-top: 35px;
}
.attachments-slider .swiper-slide:hover .product-box .label, .attachments-slider .swiper-slide:hover .product-box--listing .label, .tires-slider .swiper-slide:hover .product-box .label, .tires-slider .swiper-slide:hover .product-box--listing .label, .related-slider .swiper-slide:hover .product-box .label, .related-slider .swiper-slide:hover .product-box--listing .label {
  border-color: #E24407;
}
.attachments-slider .swiper-slide:hover .product-box .product-box__wrapper, .attachments-slider .swiper-slide:hover .product-box--listing .product-box__wrapper, .tires-slider .swiper-slide:hover .product-box .product-box__wrapper, .tires-slider .swiper-slide:hover .product-box--listing .product-box__wrapper, .related-slider .swiper-slide:hover .product-box .product-box__wrapper, .related-slider .swiper-slide:hover .product-box--listing .product-box__wrapper {
  border-color: #E24407;
}
.attachments-slider .swiper-slide .product-box--featured .label, .tires-slider .swiper-slide .product-box--featured .label, .related-slider .swiper-slide .product-box--featured .label {
  position: absolute;
  top: -35px;
}

.blog .section__title, .blog .section__title--big, .blog .section__title--huge, .blog .section__title--small, .blog .section__title--borderless, .blog .section__title--aside, .blog .section__title--step {
  margin-bottom: 15px;
  margin-top: 0;
  padding-top: 0;
}
.blog__articles__featured {
  background-color: #EBEBEB;
  margin-bottom: 30px;
}
.blog__articles__featured .title {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 25px 15px 15px;
  width: 42%;
  float: left;
}
@media (max-width: 640px) {
  .blog__articles__featured .title {
    width: 100%;
    padding: 20px 20% 20px 15px;
  }
}
.blog__articles__featured .desc {
  padding: 0px 0 15px 15px;
  display: inline-block;
  width: 42%;
  float: left;
}
@media (max-width: 640px) {
  .blog__articles__featured .desc {
    width: 100%;
    padding: 20px 15px;
  }
}
.blog__articles__featured .desc p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
.blog__articles__featured figure {
  float: right;
}
.blog__articles__search {
  margin-bottom: 30px;
}
.blog__articles__search h2 {
  margin-bottom: 20px;
}
.blog--single .section__title--borderless, .blog--single .section__title--aside {
  margin-top: 0;
  padding-top: 0px;
  font-size: 22px;
  max-width: 70%;
}
@media (max-width: 640px) {
  .blog--single .section__title--borderless, .blog--single .section__title--aside {
    font-size: 17px;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.blog--single figure {
  margin-bottom: 20px;
}
.blog--single h2 {
  margin-bottom: 20px;
  text-transform: none;
  font-size: 19px;
  line-height: 26px;
}
@media (max-width: 640px) {
  .blog--single h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.blog--single p {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .blog--single p {
    margin-bottom: 30px;
  }
}

.page h2, .page--newsletter h2, .page h3, .page--newsletter h3, .page h4, .page--newsletter h4, .page h5, .page--newsletter h5, .page h6, .page--newsletter h6 {
  display: block;
  margin-bottom: 10px;
}
.page__title {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 10px;
}
.page__subtitle {
  display: block;
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin: 10px 0 20px;
}
.page iframe, .page--newsletter iframe {
  display: block;
  width: 100%;
  margin: 40px 0;
}
@media (max-width: 640px) {
  .page iframe.map, .page--newsletter iframe.map {
    height: 240px;
  }
}
.page figure, .page--newsletter figure {
  margin-bottom: 30px;
}
.page--newsletter h2 {
  color: #E24407;
  line-height: 20px;
  font-size: 19px;
}
.page--newsletter form {
  max-width: 80%;
}
@media (max-width: 640px) {
  .page--newsletter form {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .page--newsletter form input {
    flex-basis: auto !important;
    width: 100%;
    margin-bottom: 20px;
  }
}
.page--newsletter form button {
  max-width: 35%;
}
@media (max-width: 640px) {
  .page--newsletter form button {
    max-width: 100%;
    display: block;
  }
}

.category__content p:has(iframe) {
  width: 100%;
  aspect-ratio: 16/9;
}
.category__content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

body:has(.product-page) .footer {
  margin-top: 0;
}

.span-check {
  display: none;
}

.step-wrapper {
  display: none;
}
.step-wrapper .checkout-as-guest p {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}
.step-wrapper .checkout-as-guest p a {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
}
.step-wrapper .form__group, .step-wrapper .form__group--fill {
  margin-bottom: 24px;
}
.step-wrapper .form__group .label:not(.selectric .label), .step-wrapper .form__group--fill .label:not(.selectric .label) {
  color: var(--Grey-Grey-1000, #262626);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
.step-wrapper .form__group .input, .step-wrapper .form__group--fill .input, .step-wrapper .form__group .input--search, .step-wrapper .form__group--fill .input--search, .step-wrapper .form__group .input--quantity, .step-wrapper .form__group--fill .input--quantity, .step-wrapper .form__group .input--icon, .step-wrapper .form__group--fill .input--icon {
  padding: 12px;
  color: var(--Grey-Grey-700, #7F7F7F);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.08px;
  height: auto;
  border: 1px solid var(--Grey-200, #E5E5E5);
  background: var(--White, #FFF);
}
.step-wrapper .form__group .select, .step-wrapper .form__group--fill .select {
  width: 100%;
}
.step-wrapper.active {
  display: block;
}

#shipping_address .step-wrapper {
  margin-top: 48px;
}
#shipping_address .step-wrapper .form__group, #shipping_address .step-wrapper .form__group--fill {
  margin-bottom: 12px;
}

#billing_address .step-wrapper .checkbox, #billing_address .step-wrapper .checkbox--filter {
  display: inline-block;
  border: 1px solid var(--Skidsteer-Orange, #E24407);
  background: var(--Skidsteer-Orange-Light, #FEF8F6);
  padding: 24px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#billing_address .step-wrapper .checkbox a, #billing_address .step-wrapper .checkbox--filter a {
  text-decoration-line: underline;
  font-weight: bold;
}

.section__title--step .step .step-number {
  font-size: 19px;
}

.section__title--step {
  cursor: pointer;
}

.form__box.checked .span-check {
  display: block;
}
.form__box.checked .step-number {
  display: none;
}

.status-page #js__paypal-credit-card--container {
  padding: 20px 0px 20px 0px;
}
#js__paypal-credit-card--container {
  padding: 20px 0px 20px 30px;
}
#js__paypal-credit-card--container label {
  font-weight: normal;
  font-size: 13px;
}

.buttons-wrapper .btn, .buttons-wrapper .btn--border, .buttons-wrapper .btn--success, .buttons-wrapper .btn--disabled, .buttons-wrapper .btn--primary, .buttons-wrapper .btn--primary---search, .buttons-wrapper .btn--secondary, .buttons-wrapper .btn--black, .buttons-wrapper .btn--small, .buttons-wrapper .btn--expand {
  width: 100%;
  height: 55px;
  font-weight: bold;
}
