@charset "UTF-8";
/*

	NORMALIZE

------------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com*/
html {
  font-family: DM Sans, sans-serif;
}

body {
  font-family: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  border: 0 solid;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

[role=button],
button {
  cursor: pointer;
  color: white;
  background-color: transparent;
  background-image: none;
}

a {
  color: inherit;
  text-decoration: inherit;
}

*,
:after,
:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-backdrop-blur: var(--tw-empty);
  --tw-backdrop-brightness: var(--tw-empty);
  --tw-backdrop-contrast: var(--tw-empty);
  --tw-backdrop-grayscale: var(--tw-empty);
  --tw-backdrop-hue-rotate: var(--tw-empty);
  --tw-backdrop-invert: var(--tw-empty);
  --tw-backdrop-opacity: var(--tw-empty);
  --tw-backdrop-saturate: var(--tw-empty);
  --tw-backdrop-sepia: var(--tw-empty);
  --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.form-input,
.form-multiselect,
.form-select,
.form-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-radius: 0;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 975px) and (max-width: 1400px) {
  .form-input,
.form-multiselect,
.form-select,
.form-textarea {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}

.form-input:focus,
.form-multiselect:focus,
.form-select:focus,
.form-textarea:focus {
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  border-color: #2563eb;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
}

.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.form-checkbox,
.form-radio,
.form-select {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-checkbox,
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-origin: border-box;
  border-color: #6b7280;
  border-width: 1px;
  color: #2563eb;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 1rem;
}

.form-checkbox {
  border-radius: 0;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,
.form-radio:focus {
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-checkbox:checked,
.form-radio:checked {
  background-color: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}

.form-radio:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
}

.form-checkbox:checked:focus,
.form-checkbox:checked:hover,
.form-radio:checked:focus,
.form-radio:checked:hover {
  background-color: currentColor;
  border-color: transparent;
}

.form-checkbox:indeterminate {
  background-color: currentColor;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

.form-checkbox:indeterminate:focus,
.form-checkbox:indeterminate:hover {
  background-color: currentColor;
  border-color: transparent;
}

@font-face {
  font-family: "custom-icons";
  src: url("../css/fonts/custom-icons/custom-icons.eot?77645711");
  src: url("../css/fonts/custom-icons/custom-icons.eot?77645711#iefix") format("embedded-opentype"), url("../css/fonts/custom-icons/custom-icons.woff2?77645711") format("woff2"), url("../css/fonts/custom-icons/custom-icons.woff?77645711") format("woff"), url("../css/fonts/custom-icons/custom-icons.ttf?77645711") format("truetype"), url("../css/fonts/custom-icons/custom-icons.svg?77645711#custom-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url('../css/fonts/custom-icons/custom-icons.svg?77645711#custom-icons') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-account-filled:before {
  content: "\e800";
}

/* '' */
.icon-account:before {
  content: "\e801";
}

/* '' */
.icon-arrow-left:before {
  content: "\e802";
}

/* '' */
.icon-arrow-right-filled:before {
  content: "\e803";
}

/* '' */
.icon-arrow-right:before {
  content: "\e804";
}

/* '' */
.icon-cart-filled:before {
  content: "\e805";
}

/* '' */
.icon-cart:before {
  content: "\e806";
}

/* '' */
.icon-collapse:before {
  content: "\e807";
}

/* '' */
.icon-download-filled:before {
  content: "\e808";
}

/* '' */
.icon-download:before {
  content: "\e809";
}

/* '' */
.icon-enlarge:before {
  content: "\e80a";
}

/* '' */
.icon-expand:before {
  content: "\e80b";
}

/* '' */
.icon-filter:before {
  content: "\e80c";
}

/* '' */
.icon-help:before {
  content: "\e80d";
}

/* '' */
.icon-instagram:before {
  content: "\e80e";
}

/* '' */
.icon-list-bullet:before {
  content: "\e80f";
}

/* '' */
.icon-order-history:before {
  content: "\e810";
}

/* '' */
.icon-question:before {
  content: "\e811";
}

/* '' */
.icon-questions:before {
  content: "\e812";
}

/* '' */
.icon-remove:before {
  content: "\e813";
}

/* '' */
.icon-search:before {
  content: "\e814";
}

/* '' */
.icon-share:before {
  content: "\e815";
}

/* '' */
.icon-x:before {
  content: "\e816";
}

/* '' */
.icon-facebook:before {
  content: "\e817";
}

/* '' */
/*

    GLOBAL

------------------------------------------------------------------*/
/*
Z-INDEXES:

.photo-carousel--full-screen: 101
.global-nav: 100
header: 99
.site-dimmer: 98

*/
* {
  outline-color: #FAD91F;
}

html {
  font-family: "DM Sans", sans-serif;
  font-size: 4vw;
  color: white;
}
@media (min-width: 760px) {
  html {
    font-size: 2.5vw;
  }
}
@media (min-width: 975px) {
  html {
    font-size: 1.8vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 1.2vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 19.2px;
  }
}

body {
  background-color: #222222;
  background-image: radial-gradient(100vw 100vw at 100vw 120vw, #404040, #222222);
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}
@media (min-width: 760px) {
  body {
    background-image: radial-gradient(100vw 100vw at 100vw 90vw, #404040, #222222);
  }
}

sup {
  font-size: 25%;
}

p {
  font-size: 1rem;
  line-height: 1.35;
}
p + .btn {
  margin-top: 1em;
}
@media (min-width: 975px) {
  p {
    font-size: 0.875rem;
  }
}
p + p {
  margin-top: 1em;
}

p a, label a {
  text-decoration: none;
  color: #FAD91F;
}
@media (hover: hover) {
  p a:hover, label a:hover {
    text-decoration: underline;
  }
}

h1 {
  font-size: 2.125rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5em;
}
h1 + p {
  margin-top: 0.5em;
}
@media (min-width: 760px) {
  h1 {
    margin-bottom: 0.25em;
  }
  h1 + p {
    margin-top: 0.25em;
  }
}

@media (min-width: 760px) {
  .h1--large {
    font-size: 2.5rem;
  }
}
@media (min-width: 975px) {
  .h1--large {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  .h1--large {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.85rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5em;
}
h2 small {
  font-weight: 400;
}
h2 + .side-scroller {
  margin-top: 2rem;
}

h3 {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5em;
}

button {
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  background: transparent;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: 2px solid #FAD91F;
}

section {
  margin: 15vw 0;
}
@media (min-width: 760px) {
  section {
    margin: 12vw 0;
  }
}
@media (min-width: 975px) {
  section {
    margin: 9vw 0;
  }
}
@media (min-width: 1400px) {
  section {
    margin: 7vw 0;
  }
}
@media (min-width: 1600px) {
  section {
    margin: 112px 0;
  }
}

.section--shape-bg {
  position: relative;
  margin-top: 5.5rem;
}
.section--shape-bg:before {
  content: "";
  position: absolute;
  top: -2rem;
  right: 15%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  height: 85%;
  width: 100vw;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  pointer-events: none;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0.03)));
  background: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.section--shape-bg2 {
  position: relative;
  margin-top: 8rem;
}
@media (min-width: 1400px) {
  .section--shape-bg2 {
    margin-top: 10rem;
  }
}
.section--shape-bg2:before {
  content: "";
  position: absolute;
  top: -3rem;
  right: 65%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  height: 1em;
  width: 100vw;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  pointer-events: none;
  z-index: -2;
  background-color: #FAD91F;
}
.section--shape-bg2:after {
  content: "";
  position: absolute;
  top: -2rem;
  right: 40%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  height: 85%;
  max-height: 800px;
  width: 100vw;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  pointer-events: none;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0.03)));
  background: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.section--shape-bg3 {
  position: relative;
  margin-top: 8rem;
}
@media (min-width: 1400px) {
  .section--shape-bg3 {
    margin-top: 10rem;
  }
}
.section--shape-bg3:before {
  content: "";
  position: absolute;
  top: -3rem;
  right: 65%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  height: 1em;
  width: 100vw;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  pointer-events: none;
  z-index: -2;
  background-color: #FAD91F;
}
.section--shape-bg3:after {
  content: "";
  position: absolute;
  top: -2rem;
  right: 20%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  height: 85%;
  max-height: 800px;
  width: 100vw;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  pointer-events: none;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0.03)));
  background: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.section--shape-bg4 {
  position: relative;
  margin-top: 4rem;
}
@media (min-width: 1400px) {
  .section--shape-bg4 {
    margin-top: 4rem;
  }
}
.section--shape-bg4:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 20%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  height: 1em;
  width: 100vw;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  pointer-events: none;
  z-index: -2;
  background-color: #FAD91F;
}
@media (min-width: 1400px) {
  .section--shape-bg4:before {
    right: 35%;
  }
}
.section--shape-bg4:after {
  content: "";
  position: absolute;
  top: -2rem;
  right: 40%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  height: calc(100% + 4rem);
  max-height: 450px;
  width: 100vw;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  pointer-events: none;
  z-index: -1;
  background: #292929;
}

aside {
  top: -1px;
}

.aside--is-pinned {
  background: red;
}

@media (max-width: 975px) {
  .p0-on-mobile {
    padding: 0 !important;
  }

  .aside__filter-group {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .aside__filter-group:nth-child(2) {
    margin-top: 1rem;
  }
}
.aside__show-hide-filters-btn {
  border: 1px solid #FAD91F !important;
  padding: 0.675em 1em !important;
  font-size: 1rem !important;
}

.checkbox-wrapper {
  position: relative;
  padding-left: 1.325em;
}
.checkbox-wrapper input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}

.error {
  color: red;
}
.error input, .error select {
  background-color: #ffdcdc;
}

.error-msgs {
  color: red;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
}

.btn {
  text-decoration: none;
  -webkit-appearance: none;
  background: -webkit-gradient(linear, left top, right bottom, from(#F8CD19), to(#FAD91F));
  background: linear-gradient(to bottom right, #F8CD19, #FAD91F);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 1.25em 2em;
  line-height: 1;
  color: black;
  border-radius: 0.3em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}
.btn i:before {
  margin-left: 0.5em;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  margin-right: -0.5em;
}
@media (hover: hover) {
  .btn:hover {
    background: -webkit-gradient(linear, left top, right bottom, from(#FAD91F), to(#F8CD19));
    background: linear-gradient(to bottom right, #FAD91F, #F8CD19);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .btn:hover:after {
    opacity: 1;
    -webkit-transform: translate(0.125em, -43%);
            transform: translate(0.125em, -43%);
  }
  .btn:hover .icon-arrow-right:before {
    content: "\e803";
    -webkit-transform: translateX(0.125em);
            transform: translateX(0.125em);
  }
  .btn:hover .icon-cart:before {
    content: "\e805";
  }
  .btn:hover .icon-download:before {
    content: "\e808";
  }
}

.btn--no-arrow:after {
  display: none;
}

@media (hover: hover) {
  .btn--no-float-on-hover:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    text-decoration: underline;
  }
}

.btn--ghost {
  background: none;
  border: 1px solid black;
}
.btn--ghost:hover {
  background: none;
}

.btn--ghost-yellow {
  background: none;
  border: 1px solid #FAD91F;
  color: #FAD91F;
}
.btn--ghost-yellow:hover {
  background: none;
}

.site-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}

.site-dimmer--show {
  pointer-events: all;
  opacity: 1;
}

.fix-safari-svg-glitch {
  text-align: left;
}

.content-wrapper {
  padding: 0 5vw;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 760px) {
  .content-wrapper {
    padding: 0 4vw;
  }
}
@media (min-width: 975px) {
  .content-wrapper {
    padding: 0 3vw;
  }
}
@media (min-width: 1600px) {
  .content-wrapper {
    padding: 0 48px;
  }
}
.content-wrapper > *:first-child {
  margin-top: 0;
}

.content-wrapper--vertical-padding {
  padding-top: 10vw;
  padding-bottom: 15vw;
  background: red;
}
@media (min-width: 760px) {
  .content-wrapper--vertical-padding {
    padding-top: 8vw;
    padding-bottom: 12vw;
  }
}
@media (min-width: 975px) {
  .content-wrapper--vertical-padding {
    padding-top: 6vw;
    padding-bottom: 9vw;
  }
}
@media (min-width: 1600px) {
  .content-wrapper--vertical-padding {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

header {
  position: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4vw 0 0 5vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 99;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
@media (min-width: 760px) {
  header {
    padding: 2vw 0 0 4vw;
  }
}
@media (min-width: 975px) {
  header {
    padding: 2vw 3vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  header {
    padding: 32px 48px;
  }
}

.header__logo-link {
  height: 13.68vw;
  width: 18vw;
  display: block;
  position: relative;
  line-height: 0;
  -webkit-transition: all 0.3;
  transition: all 0.3;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (min-width: 760px) {
  .header__logo-link {
    height: 9vw;
    width: 11.85vw;
  }
}
@media (min-width: 975px) {
  .header__logo-link {
    height: 7.58vw;
    width: 10vw;
  }
}
@media (min-width: 1400px) {
  .header__logo-link {
    height: 6.07vw;
    width: 8vw;
  }
}
@media (min-width: 1600px) {
  .header__logo-link {
    height: 97.12px;
    width: 128px;
  }
}

.header__logo-A {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.header__logo-white-letters-div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  pointer-events: none;
}
@media (min-width: 975px) {
  .header__logo-white-letters-div {
    width: calc(100% + 20px);
    overflow: hidden;
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    max-width: 150%;
  }
}

.header__logo--white-letters-svg {
  height: 100%;
  width: auto;
}
@media (min-width: 975px) {
  .header__logo--white-letters-svg {
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.header__logo-black-letters-div {
  display: none;
}
@media (min-width: 975px) {
  .header__logo-black-letters-div {
    display: block;
    position: absolute;
    max-width: 0%;
    top: 19%;
    left: 38%;
    height: 24%;
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    overflow: hidden;
    pointer-events: none;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@media (min-width: 975px) {
  .header__logo--black-letters-svg {
    height: 100%;
    width: auto;
    padding-right: 20px;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.header__mobile-menu-btn {
  background-color: #FAD91F;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  color: black;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1em;
  padding: 0.5em 1em;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10vw;
  border-radius: 0.25em 0 0 0.25em;
  margin-left: 0.5em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 760px) {
  .header__mobile-menu-btn {
    height: 6vw;
  }
}
@media (min-width: 975px) {
  .header__mobile-menu-btn {
    display: none;
  }
}
@media (hover: hover) {
  .header__mobile-menu-btn:hover {
    background-color: #F8CD19;
  }
}

.header__widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__widget-btn {
  padding: 0;
  font-size: 1.25em;
  margin-right: 0.675em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  background: transparent;
  position: relative;
}
@media (min-width: 760px) {
  .header__widget-btn {
    font-size: 1.125em;
    margin-right: 0.875em;
  }
}
@media (min-width: 975px) {
  .header__widget-btn {
    font-size: 1em;
    margin-right: 1em;
  }
}

@media (max-width: 760px) {
  .header__widget-btn-txt {
    display: none;
  }
}
@media (min-width: 760px) {
  .header__widget-btn-txt {
    color: white;
    font-size: 0.625em;
  }
}

.header__widget-btn-icon {
  color: #FAD91F;
}
@media (min-width: 760px) {
  .header__widget-btn-icon {
    margin-left: 0.25em;
  }
}
@media (min-width: 975px) {
  .header__widget-btn-icon {
    font-size: 0.875em;
  }
}
.header__widget-btn-icon:after {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 760px) {
  .header__widget-btn--catalog {
    display: none;
  }
}
.header__widget-btn--catalog .header__widget-btn-icon:after {
  content: "\e809";
}
@media (hover: hover) {
  .header__widget-btn--catalog:hover .header__widget-btn-icon:after {
    content: "\e808";
  }
}

.header__widget-btn--account .header__widget-btn-icon:after {
  content: "\e801";
}
@media (hover: hover) {
  .header__widget-btn--account:hover .header__widget-btn-icon:after {
    content: "\e800";
  }
}

@media (min-width: 975px) {
  .header__widget-btn--cart {
    margin-right: 0;
  }
}
.header__widget-btn--cart .header__widget-btn-icon:after {
  content: "\e806";
}
@media (hover: hover) {
  .header__widget-btn--cart:hover .header__widget-btn-icon:after {
    content: "\e805";
  }
}

.header__widget-btn-icon--dealers {
  width: auto;
  height: 1.125em;
  margin: 0 0.25em;
}
@media (max-width: 760px) {
  .header__widget-btn-icon--dealers {
    margin-bottom: 0.125em;
  }
}

.dealer-pin__circle, .dealer-pin__stroke {
  fill: #fad91f;
}

.dealer-pin__fill {
  fill: transparent;
}

@media (hover: hover) {
  .header__widget-btn--dealers:hover .header__widget-btn-icon--dealers .dealer-pin__circle {
    fill: transparent;
  }
  .header__widget-btn--dealers:hover .header__widget-btn-icon--dealers .dealer-pin__fill {
    fill: #fad91f;
  }
}
@media (min-width: 975px) {
  .header__widget-btn--search {
    display: none;
  }
}

.header__widget {
  background-color: #333333;
  border-top: 2px solid #FAD91F;
  position: absolute;
  width: 70vw;
  top: 110%;
  padding: 4vw;
  color: white;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
}
.header__widget:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.75rem solid transparent;
  border-bottom-color: #FAD91F;
  position: absolute;
  top: -1.5rem;
  background: none;
  pointer-events: none;
}
@media (min-width: 975px) {
  .header__widget:before {
    border-width: 0.85vw;
    top: -1.75vw;
  }
}
@media (min-width: 1600px) {
  .header__widget:before {
    border-width: 13.6px;
    top: -28px;
  }
}
@media (min-width: 760px) {
  .header__widget {
    top: 10vw;
    width: 40vw;
    padding: 2vw;
  }
}
@media (min-width: 975px) {
  .header__widget {
    top: 8.5vw;
    width: 28vw;
    padding: 1.5vw;
  }
}
@media (min-width: 1400px) {
  .header__widget {
    top: 7.5vw;
    width: 21.75vw;
    padding: 1vw;
  }
}
@media (min-width: 1600px) {
  .header__widget {
    top: 120px;
    width: 348px;
    padding: 16px;
  }
}
.header__widget .btn {
  padding: 0.75em 1em;
}
.header__widget .btn--ghost-yellow {
  border-color: transparent;
}

.header__widget--show {
  pointer-events: all;
  opacity: 1;
}

.header__cart-count {
  background-color: #FAD91F;
  border-radius: 100%;
  font-size: 0.5em;
  padding: 0.6em 0.5em 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  position: absolute;
  top: -0.75em;
  right: -0.5em;
  color: #333333;
}

.header__widget--cart {
  right: 0;
}
.header__widget--cart:before {
  right: 28.5vw;
}
@media (min-width: 760px) {
  .header__widget--cart:before {
    right: 17.75vw;
  }
}
@media (min-width: 975px) {
  .header__widget--cart:before {
    right: 11%;
  }
}
@media (min-width: 1400px) {
  .header__widget--cart:before {
    right: 12.5%;
  }
}

.header__cart-scroll-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  max-height: 40vh;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.1);
}
.header__cart-scroll-content::-webkit-scrollbar {
  width: 0.5em;
}
.header__cart-scroll-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.header__cart-scroll-content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (hover: hover) {
  .header__cart-scroll-content {
    overflow-y: auto;
  }
}

.header__cart-btns {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 4vw;
  width: 100%;
  background-color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 760px) {
  .header__cart-btns {
    padding: 2vw;
  }
}
@media (min-width: 975px) {
  .header__cart-btns {
    padding: 1.5vw;
  }
}
@media (min-width: 1400px) {
  .header__cart-btns {
    padding: 1vw;
  }
}
@media (min-width: 1600px) {
  .header__cart-btns {
    padding: 16px;
  }
}

.header__cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #444444;
  padding: 4vw 0;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  text-decoration: none;
  color: white;
}
@media (min-width: 760px) {
  .header__cart-item {
    padding: 2vw 0;
  }
}
@media (min-width: 975px) {
  .header__cart-item {
    padding: 1.5vw 0;
  }
}
@media (min-width: 1400px) {
  .header__cart-item {
    padding: 1vw 0;
  }
}
@media (min-width: 1600px) {
  .header__cart-item {
    padding: 16px 0;
  }
}
.header__cart-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.header__cart-item:first-child {
  padding-top: 0;
}
@media (hover: hover) {
  .header__cart-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}

.header__cart-item-img-wrapper {
  width: 15vw;
  height: 15vw;
  background-color: white;
  line-height: 0;
  margin-right: 4vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 760px) {
  .header__cart-item-img-wrapper {
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
  }
}
@media (min-width: 975px) {
  .header__cart-item-img-wrapper {
    width: 6vw;
    height: 6vw;
    margin-right: 1.5vw;
  }
}
@media (min-width: 1400px) {
  .header__cart-item-img-wrapper {
    width: 4vw;
    height: 4vw;
    margin-right: 1vw;
  }
}
@media (min-width: 1600px) {
  .header__cart-item-img-wrapper {
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }
}

@media (hover: hover) {
  .header__cart-item-txt {
    padding-right: 0.25em;
  }
}

.header__cart-item-img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  -ms-flex-item-align: self;
      -ms-grid-row-align: self;
      align-self: self;
}

.header__cart-item-title {
  color: yellow;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}

.header__cart-item-num {
  font-family: "Oswald", sans-serif;
  margin-bottom: 0.5em;
}

.header__cart-item-price {
  font-weight: bold;
}

.header__widget--account {
  right: 44.5vw;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 760px) {
  .header__widget--account {
    right: 32vw;
  }
}
@media (min-width: 1600px) {
  .header__widget--account {
    right: 512px;
  }
}
.header__widget--account:before {
  right: calc(50% - 1rem);
}

@media (max-width: 975px) {
  .header__widget--logged-out {
    width: auto;
  }
}
@media (min-width: 975px) {
  .header__widget--logged-out {
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1400px) {
  .header__widget--logged-out {
    right: 0;
  }
}
@media (min-width: 975px) {
  .header__widget--logged-out:before {
    right: 39%;
  }
}
@media (min-width: 1400px) {
  .header__widget--logged-out:before {
    right: 37%;
  }
}

.header__widget--logged-in {
  width: auto;
}
@media (min-width: 975px) {
  .header__widget--logged-in {
    right: 12.25vw;
  }
}
@media (min-width: 1400px) {
  .header__widget--logged-in {
    right: 8.875vw;
  }
}
@media (min-width: 1600px) {
  .header__widget--logged-in {
    right: 142px;
  }
}
@media (min-width: 975px) {
  .header__widget--logged-in:before {
    right: calc(50% - 0.75rem);
  }
}
.header__widget--logged-in .header__logged-in-content {
  display: block;
}
.header__widget--logged-in .header__logged-out-content {
  display: none;
}

.header__account-link {
  display: block;
  color: white;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  padding: 0.5em;
}
@media (hover: hover) {
  .header__account-link:hover {
    color: #FAD91F;
    text-decoration: underline;
  }
}

.header__logged-in-content {
  display: none;
}

.header__logged-out-content {
  display: block;
  width: 15rem;
}
@media (min-width: 975px) {
  .header__logged-out-content {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .header__logged-out-content {
    right: 2.75vw;
  }
}
@media (min-width: 1600px) {
  .header__logged-out-content {
    right: 44px;
  }
}
.header__logged-out-content .btn {
  width: 100%;
  margin-top: 1em;
}

.header__login-widget-h1 {
  font-size: 1rem;
  margin: 0 0 1.5em;
  font-weight: normal;
}

.header__login-widget-label {
  display: block;
  margin-top: 1em;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  margin: 1em 0 0.5em;
}

.header__login-widget-input {
  width: 100%;
}

.header__login-legal {
  width: 100%;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}
.header__login-legal a {
  white-space: nowrap;
}

.header__login-widget-forgot-password {
  color: #FAD91F;
  font-size: 0.575em;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5em;
}
@media (hover: hover) {
  .header__login-widget-forgot-password:hover {
    text-decoration: underline;
  }
}

.header__burger-icon {
  display: inline-block;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  width: 1em;
  height: calc(1em - 4px);
  line-height: 0;
  margin-left: 0.5em;
  position: relative;
  top: 0px;
}
.header__burger-icon:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  top: calc(50% - 1px);
  background-color: black;
  position: absolute;
  left: 0;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.5em 0 0 3em;
}
@media (max-width: 975px) {
  .header__nav {
    display: none;
  }
}
@media (min-width: 975px) {
  .header__nav {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .header__nav {
    margin-left: 4.5em;
  }
}

.header__nav-link {
  font-family: "Oswald", sans-serif;
  color: white;
  text-decoration: none;
  font-size: 0.75em;
  margin-right: 1.75em;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .header__nav-link {
    font-size: 1em;
  }
}
@media (hover: hover) {
  .header__nav-link:hover {
    color: #FAD91F;
    border-bottom-color: #FAD91F;
  }
}

.header__search-form {
  position: relative;
  line-height: 0;
}

.header__search-input {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 0;
  border: 0;
  padding: 0.5em 2.5em 0.5em 0.75em !important;
  width: 12em;
}
.header__search-input::-webkit-input-placeholder, .header__search-input::-moz-placeholder, .header__search-input:-ms-input-placeholder, .header__search-input:-moz-placeholder {
  color: white;
}
@media (min-width: 760px) {
  .header__search-input {
    font-size: 1rem !important;
  }
}
@media (min-width: 975px) {
  .header__search-input {
    font-size: 0.675rem !important;
  }
}

.header__search-submit-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5em;
  padding: 0;
  color: #FAD91F;
  background-color: transparent;
  font-size: 0.75em;
}

@media (max-width: 975px) {
  .header__nav--show-search-widget {
    display: block;
    position: absolute;
    background-color: #333333;
    border-top: 2px solid #FAD91F;
    top: 110%;
    padding: 4vw;
    color: white;
    right: 56vw;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: auto;
    margin: 0;
    -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
  }
  .header__nav--show-search-widget:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.75rem solid transparent;
    border-bottom-color: #FAD91F;
    position: absolute;
    top: -1.5rem;
    background: none;
    pointer-events: none;
  }
  .header__nav--show-search-widget:before {
    right: calc(50% - 1rem);
  }
  .header__nav--show-search-widget > *:not(.header__search-form) {
    display: none;
  }
  .header__nav--show-search-widget .header__search-submit-btn {
    color: black;
    background-color: #FAD91F;
    border-radius: 8%;
    font-size: 1.125rem;
    width: 2.125rem;
    height: 2.125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0.25rem;
  }
  .header__nav--show-search-widget .header__search-input {
    background-color: white;
    color: black;
  }
  .header__nav--show-search-widget .header__search-input::-webkit-input-placeholder, .header__nav--show-search-widget .header__search-input::-moz-placeholder, .header__nav--show-search-widget .header__search-input:-ms-input-placeholder, .header__nav--show-search-widget .header__search-input:-moz-placeholder {
    color: #999;
  }
}
@media (min-width: 760px) and (max-width: 975px) {
  .header__nav--show-search-widget {
    top: 10vw;
    right: 60vw;
    padding: 2vw;
  }
  .header__nav--show-search-widget .header__search-submit-btn {
    right: 0.125rem;
  }

  .header__nav--show-search-widget-shift-x-pos {
    right: 63.5vw;
  }
}
.header-bg {
  height: 24vw;
  background: url(/assets/img/global/header-bg.svg) no-repeat;
  background-position: 99% center;
  background-size: auto 100%;
}
@media (min-width: 760px) {
  .header-bg {
    height: 15.78vw;
    background-position: 96% center;
  }
}
@media (min-width: 975px) {
  .header-bg {
    height: 13.3vw;
  }
}
@media (min-width: 1400px) {
  .header-bg {
    height: 10.65vw;
  }
}
@media (min-width: 1600px) {
  .header-bg {
    height: 170.4px;
  }
}

.breadcrumbs {
  padding: 4vw 5vw 8vw;
  color: white;
  font-size: 0.75rem;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 760px) {
  .breadcrumbs {
    padding: 2vw 4vw 5vw;
  }
}
@media (min-width: 975px) {
  .breadcrumbs {
    padding: 1.5vw 3vw 4vw;
  }
}
@media (min-width: 1600px) {
  .breadcrumbs {
    padding: 24px 48px 48px;
  }
}

.breadcrumb-link-wrapper--back:after {
  content: "|";
  display: inline-block;
  padding: 0 1em;
}

.breadcrumb-link {
  color: white;
  padding: 0;
  text-decoration: none;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}
@media (hover: hover) {
  .breadcrumb-link:hover {
    text-decoration: underline;
    color: #FAD91F;
  }
}

.breadcrumb-link-wrapper--navigated:before {
  content: ">";
  display: inline-block;
  padding: 0 0.25em;
}

@media (max-width: 760px) {
  .breadcrumb-link-wrapper--navigated {
    display: none;
  }
  .breadcrumb-link-wrapper--navigated:last-child, .breadcrumb-link-wrapper--navigated:nth-last-child(2) {
    display: inline-block;
  }
}
.global-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 100%;
  overflow: hidden;
  -webkit-transition: left 0s 0.8s;
  transition: left 0s 0.8s;
}
.global-nav:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: relative;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.global-nav:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FAD91F), to(#F8CD19));
  background-image: linear-gradient(#FAD91F, #F8CD19);
  position: absolute;
  z-index: -1;
  width: 200%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateX(200%) skew(20deg);
          transform: translateX(200%) skew(20deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  opacity: 0.96;
}
@media (min-width: 975px) {
  .global-nav {
    width: 29em;
    top: 8.5vw;
    background-color: #333333;
    height: auto;
    border-top: 2px solid #FAD91F;
    overflow: initial;
    -webkit-transition: none;
    transition: none;
  }
  .global-nav:before {
    display: none;
    width: 0;
    height: 0;
    border: 0.85vw solid transparent;
    border-bottom-color: #FAD91F;
    position: absolute;
    top: -1.75vw;
    background: none;
    pointer-events: none;
  }
  .global-nav:after {
    display: none;
  }
}
@media (min-width: 1400px) {
  .global-nav {
    top: 7.5vw;
    width: 36em;
  }
}
@media (min-width: 1600px) {
  .global-nav {
    top: 120px;
  }
  .global-nav:before {
    border-width: 13.6px;
    top: -28px;
  }
}

@media (min-width: 975px) {
  .global-nav--activeDesktopDropdown1:before {
    display: block;
    left: 9%;
  }

  .global-nav--activeDesktopDropdown2:before {
    display: block;
    left: 22%;
  }

  .global-nav--activeDesktopDropdown3:before {
    display: block;
    left: 34.5%;
  }
}
.global-nav__content {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  padding: 5vw;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 975px) {
  .global-nav__content {
    height: auto;
    position: relative;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
}

.global-nav__panel-btn-and-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 5vw;
}
@media (min-width: 975px) {
  .global-nav__panel-btn-and-close-btn {
    margin: 0;
    padding: 0.5em;
  }
}
@media (min-width: 1400px) {
  .global-nav__panel-btn-and-close-btn {
    padding: 0.75em 0.5em;
  }
}

.global-nav__panel-btn {
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  padding: 0;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}
@media (min-width: 975px) {
  .global-nav__panel-btn {
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
  }
}
@media (hover: hover) {
  .global-nav__panel-btn:hover {
    color: #FAD91F !important;
  }
}
.global-nav__panel-btn:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e802";
  font-size: 0.5em;
  -webkit-transform: translateX(-0.25em);
          transform: translateX(-0.25em);
}

.global-nav__panel-btn--no-arrow:before {
  display: none;
}

.global-nav__close-btn {
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
  padding: 0;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.125em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}
.global-nav__close-btn i {
  font-size: 0.825em;
  margin-left: 0.5em;
  margin-top: 1px;
}
@media (min-width: 975px) {
  .global-nav__close-btn {
    color: white;
    margin: 0;
  }
  .global-nav__close-btn i {
    margin: 0;
    font-size: 0.5em;
  }
  .global-nav__close-btn i:before {
    margin: 0;
  }
}
@media (hover: hover) {
  .global-nav__close-btn:hover {
    color: #FAD91F;
  }
}

@media (min-width: 975px) {
  .global-nav__close-btn-txt {
    display: none;
  }
}

.global-nav--show {
  left: 0;
  -webkit-transition: none;
  transition: none;
}
.global-nav--show:before {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.global-nav--show:after {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.global-nav--show .global-nav__content {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s linear;
  transition: opacity 0.3s 0.3s linear;
}
@media (min-width: 975px) {
  .global-nav--show .global-nav__content {
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 975px) {
  .global-nav--show {
    left: 8.7em;
  }
}
@media (min-width: 1400px) {
  .global-nav--show {
    left: 12em;
  }
}

.global-nav__content-window {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.global-nav__three-side-by-side-nav-levels {
  width: 300%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0s 0.3s;
  transition: -webkit-transform 0s 0.3s;
  transition: transform 0s 0.3s;
  transition: transform 0s 0.3s, -webkit-transform 0s 0.3s;
}
@media (min-width: 975px) {
  .global-nav__three-side-by-side-nav-levels {
    width: 200%;
    -webkit-transition: none;
    transition: none;
  }
}

.global-nav__level {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 975px) {
  .global-nav__level {
    width: 50%;
  }
}

@media (max-width: 975px) {
  .global-nav__scroll-window {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
}

@media (min-width: 975px) {
  .global-nav__level--top {
    display: none;
  }
}

.global-nav__primary-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875em;
  -webkit-transition: opacity 0.1s 0.3s linear, max-height 0s 0.4s, padding 0s 0.4s, -webkit-transform 0.1s 0.3s linear;
  transition: opacity 0.1s 0.3s linear, max-height 0s 0.4s, padding 0s 0.4s, -webkit-transform 0.1s 0.3s linear;
  transition: transform 0.1s 0.3s linear, opacity 0.1s 0.3s linear, max-height 0s 0.4s, padding 0s 0.4s;
  transition: transform 0.1s 0.3s linear, opacity 0.1s 0.3s linear, max-height 0s 0.4s, padding 0s 0.4s, -webkit-transform 0.1s 0.3s linear;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  padding: 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 975px) {
  .global-nav__primary-links {
    -webkit-transition: none;
    transition: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.global-nav__primary-links--show {
  opacity: 1;
  max-height: 10000px;
  padding: 0 0.625em 0.625em;
}

.global-nav__primary-link {
  text-align: center;
  padding: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: black;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Oswald", sans-serif;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}
@media (min-width: 975px) {
  .global-nav__primary-link {
    font-size: 0.425em;
    color: white;
    width: 50%;
    white-space: nowrap;
    padding-right: 1em;
  }
}
@media (min-width: 1400px) {
  .global-nav__primary-link {
    font-size: 0.575em;
  }
}
@media (hover: hover) {
  .global-nav__primary-link:hover {
    color: #FAD91F;
  }
}

.global-nav__primary-link--with-subnav:after {
  content: "\e804";
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.5em;
  position: absolute;
  right: -0.875em;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media (min-width: 975px) {
  .global-nav__primary-link--with-subnav:after {
    -webkit-transform: none;
            transform: none;
    position: static;
    margin-left: 0.5em;
  }
}

.global-nav__secondary-links {
  -webkit-transition: all 0s 0.3s;
  transition: all 0s 0.3s;
  opacity: 0;
  max-height: 0;
  padding: 0 0.5em;
  width: 100%;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 975px) {
  .global-nav__secondary-links {
    -webkit-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.global-nav__secondary-links--show {
  opacity: 1;
  max-height: 10000px;
  padding: 0 0.625em 0.625em;
}
@media (min-width: 975px) {
  .global-nav__secondary-links--show {
    padding: 1em 3em 2em 3em;
    font-size: 0.5em;
  }
}
@media (min-width: 1400px) {
  .global-nav__secondary-links--show {
    padding: 1em 2.3em 2em;
    font-size: 0.675em;
  }
}

.global-nav__secondary-link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
}
@media (min-width: 975px) {
  .global-nav__secondary-link-group {
    width: 28%;
    margin-right: 8%;
  }
  .global-nav__secondary-link-group:nth-child(4) {
    margin-right: 0;
  }
}

.global-nav__secondary-link {
  width: 50%;
  display: inline-block;
  text-decoration: none;
  color: black;
  padding-bottom: 1em;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}
.global-nav__secondary-link:nth-child(even) {
  padding-right: 0.5em;
}
.global-nav__secondary-link:nth-child(odd) {
  padding-left: 0.5em;
}
@media (min-width: 975px) {
  .global-nav__secondary-link {
    color: white;
    width: 100%;
    font-size: 0.875em;
    padding: 0.5em 0 !important;
  }
}
@media (hover: hover) {
  .global-nav__secondary-link:hover {
    color: #FAD91F;
  }
}

.global-nav__secondary-view-all {
  width: 100%;
  font-size: 1em;
  padding: 0 0 0.5em;
  text-decoration: none;
  color: black;
  display: inline-block;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}
@media (min-width: 975px) {
  .global-nav__secondary-view-all {
    color: white;
    font-family: "DM Sans", sans-serif;
    color: #FAD91F;
  }
}
@media (hover: hover) {
  .global-nav__secondary-view-all:hover {
    text-decoration: underline;
  }
}

.global-nav__secondary-header {
  width: calc(100% + 1em);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid black;
  padding: 0 0.5em 0.5em;
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
  margin: 2em 0 1em;
}
@media (min-width: 975px) {
  .global-nav__secondary-header {
    color: rgba(255, 255, 255, 0.4);
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
}

.global-nav__top-level-widget-btns {
  padding: 1em 0 3em;
  -webkit-transition: all 0.1s 0.3s linear;
  transition: all 0.1s 0.3s linear;
}
@media (min-width: 760px) {
  .global-nav__top-level-widget-btns {
    padding-top: 4em;
  }
}

.global-nav__top-level-widget-btn {
  padding: 0;
  font-size: 1.375em;
  margin: 0 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  background: transparent;
  position: relative;
  text-decoration: none;
}
@media (min-width: 760px) {
  .global-nav__top-level-widget-btn {
    font-size: 1.125em;
    margin-right: 0.875em;
  }
}

.global-nav__top-level-widget-btn-txt {
  font-family: "Oswald", sans-serif;
  color: black;
  font-size: 0.825em;
}

.global-nav__top-level-widget-btn-icon {
  color: black;
}
@media (min-width: 760px) {
  .global-nav__top-level-widget-btn-icon {
    margin-left: 0.25em;
  }
}
.global-nav__top-level-widget-btn-icon:after {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.global-nav__top-level-widget-cart-count {
  background-color: black;
  color: #FAD91F;
  border-radius: 100%;
  font-size: 0.5em;
  padding: 0.6em 0.5em 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  position: absolute;
  top: -0.75em;
  right: -0.5em;
}

.global-nav__level--second, .global-nav__level--third {
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
}
@media (min-width: 975px) {
  .global-nav__level--second, .global-nav__level--third {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
}

.global-nav__product-finder {
  border-top: 1px solid black;
  padding-top: 5vw;
  padding-bottom: 1px;
  margin-top: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-nav__product-finder .btn {
  white-space: nowrap;
  margin-right: 4vw;
}
@media (max-width: 760px) {
  .global-nav__product-finder .btn {
    font-size: 0.75em;
  }
}
@media (min-width: 975px) {
  .global-nav__product-finder .btn {
    border-color: #FAD91F;
    color: #FAD91F;
    margin-right: 2em;
    font-size: 0.675em;
  }
  .global-nav__product-finder .btn:after {
    border-left-color: #FAD91F;
  }
}
.global-nav__product-finder p {
  margin: 0;
}
@media (min-width: 760px) and (max-width: 975px) {
  .global-nav__product-finder p {
    font-size: 1.125em;
  }
}
@media (min-width: 975px) {
  .global-nav__product-finder p {
    font-size: 0.625em;
    color: white;
  }
}
@media (min-width: 975px) {
  .global-nav__product-finder {
    background-color: #292929;
    border: 0;
    padding: 1em 1.5em;
    margin-top: 0;
  }
}

.global-nav--showsecondlevel .global-nav__three-side-by-side-nav-levels {
  -webkit-transform: translateX(-33.33%);
          transform: translateX(-33.33%);
}
@media (min-width: 975px) {
  .global-nav--showsecondlevel .global-nav__three-side-by-side-nav-levels {
    -webkit-transform: none;
            transform: none;
  }
}
.global-nav--showsecondlevel .global-nav__level--top {
  pointer-events: none;
}
.global-nav--showsecondlevel .global-nav__level--top .global-nav__primary-links {
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear, -webkit-transform 0.1s linear;
}
@media (min-width: 975px) {
  .global-nav--showsecondlevel .global-nav__level--top .global-nav__primary-links {
    -webkit-transition: none;
    transition: none;
  }
}
.global-nav--showsecondlevel .global-nav__top-level-widget-btns {
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  opacity: 0;
  -webkit-transition: all 0.1s 0.025s linear;
  transition: all 0.1s 0.025s linear;
}
@media (min-width: 975px) {
  .global-nav--showsecondlevel .global-nav__top-level-widget-btns {
    -webkit-transition: none;
    transition: none;
  }
}
.global-nav--showsecondlevel .global-nav__level--second {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.1s 0.3s linear, -webkit-transform 0.1s 0.3s linear;
  transition: opacity 0.1s 0.3s linear, -webkit-transform 0.1s 0.3s linear;
  transition: transform 0.1s 0.3s linear, opacity 0.1s 0.3s linear;
  transition: transform 0.1s 0.3s linear, opacity 0.1s 0.3s linear, -webkit-transform 0.1s 0.3s linear;
}
@media (min-width: 975px) {
  .global-nav--showsecondlevel .global-nav__level--second {
    -webkit-transition: none;
    transition: none;
    display: block;
  }
  .global-nav--showsecondlevel .global-nav__level--second .global-nav__primary-links:not(.global-nav__primary-links--show) {
    margin: 0;
  }
  .global-nav--showsecondlevel .global-nav__level--second .global-nav__primary-links--show {
    margin-top: -0.25em;
  }
}

.global-nav--showthirdlevel .global-nav__three-side-by-side-nav-levels {
  -webkit-transform: translateX(-66.66%);
          transform: translateX(-66.66%);
}
@media (min-width: 975px) {
  .global-nav--showthirdlevel .global-nav__three-side-by-side-nav-levels {
    -webkit-transform: none;
            transform: none;
  }
}
.global-nav--showthirdlevel .global-nav__level--second {
  pointer-events: none;
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear, -webkit-transform 0.1s linear;
}
@media (min-width: 975px) {
  .global-nav--showthirdlevel .global-nav__level--second {
    display: none;
  }
}
.global-nav--showthirdlevel .global-nav__level--second .global-nav__primary-links {
  -webkit-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: max-height 0s 0.3s, padding 0s 0.3s, transform 0.1s linear, opacity 0.1s linear;
  transition: max-height 0s 0.3s, padding 0s 0.3s, transform 0.1s linear, opacity 0.1s linear, -webkit-transform 0.1s linear;
}
@media (min-width: 975px) {
  .global-nav--showthirdlevel .global-nav__level--second .global-nav__primary-links {
    -webkit-transition: none;
    transition: none;
  }
}
.global-nav--showthirdlevel .global-nav__level--third {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.1s 0.3s linear, -webkit-transform 0.1s 0.3s linear;
  transition: opacity 0.1s 0.3s linear, -webkit-transform 0.1s 0.3s linear;
  transition: transform 0.1s 0.3s linear, opacity 0.1s 0.3s linear;
  transition: transform 0.1s 0.3s linear, opacity 0.1s 0.3s linear, -webkit-transform 0.1s 0.3s linear;
}
@media (min-width: 975px) {
  .global-nav--showthirdlevel .global-nav__level--third {
    -webkit-transition: none;
    transition: none;
    display: block;
  }
}
@media (min-width: 975px) {
  .global-nav--showthirdlevel .global-nav__panel-btn-and-close-btn {
    background-color: #292929;
  }
  .global-nav--showthirdlevel .global-nav__panel-btn {
    pointer-events: all;
    opacity: 1;
    overflow: initial;
    max-height: 10000px;
    color: white;
    font-size: 1em;
  }
  .global-nav--showthirdlevel .global-nav__panel-btn:before {
    margin-right: 0.85em;
  }
}

@media (max-width: 760px) {
  .header--collapsed {
    background: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header--collapsed .header__logo-link {
    -webkit-transform: scale(0.8) translateY(-1vw);
            transform: scale(0.8) translateY(-1vw);
  }
}
@media (min-width: 760px) and (max-width: 975px) {
  .header--collapsed {
    background: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header--collapsed .header__logo-link {
    -webkit-transform: scale(0.85) translateY(-0.55vw);
            transform: scale(0.85) translateY(-0.55vw);
    height: 8vw;
    width: 10.53vw;
  }
}
@media (min-width: 975px) {
  .header--collapsed {
    background: #FAD91F;
    padding: 0 3vw;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header--collapsed .header__nav-link {
    color: black;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
  }
  .header--collapsed .header__logo-link {
    height: 4vw;
    width: 10.88vw;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
  }
  .header--collapsed .header__logo-white-letters-div {
    max-width: 0%;
    pointer-events: none;
    -webkit-transition: max-width 0.25s;
    transition: max-width 0.25s;
  }
  .header--collapsed .header__logo-black-letters-div {
    max-width: 150%;
    top: calc(19% + 0.7vw);
    -webkit-transition: max-width 2s 0.5s;
    transition: max-width 2s 0.5s;
  }
  .header--collapsed .header__logo-A {
    top: 0.65vw;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
  }
  .header--collapsed .ameriglo-logo-A {
    stroke-dashoffset: 0 !important;
    -webkit-transition: all 0.5s 0.25s;
    transition: all 0.5s 0.25s;
  }
  .header--collapsed .header__search-input {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem !important;
    color: black;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
  }
  .header--collapsed .header__search-submit-btn, .header--collapsed .header__widget-btn-txt, .header--collapsed .header__widget-btn-icon {
    color: black;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
  }
  .header--collapsed .header__cart-count {
    background: black;
    color: #FAD91F;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
  }
  .header--collapsed .header__search-form {
    margin-top: 0;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
  }
  .header--collapsed .header__widget {
    top: calc(4vw - 2px);
    -webkit-transition: top 0.25s 0.25s;
    transition: top 0.25s 0.25s;
  }
  .header--collapsed .header__widget:before {
    border-bottom-color: #333333;
    top: -1.6vw;
    -webkit-transition: top 0.25s 0.25s, border-color 0.25s 0.25s;
    transition: top 0.25s 0.25s, border-color 0.25s 0.25s;
  }
  .header--collapsed .dealer-pin__circle, .header--collapsed .dealer-pin__stroke {
    fill: black;
  }
  .header--collapsed .dealer-pin__circle, .header--collapsed .dealer-pin__stroke, .header--collapsed .dealer-pin__fill {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
  }
}
@media (min-width: 975px) and (hover: hover) {
  .header--collapsed .header__widget-btn--dealers:hover .header__widget-btn-icon--dealers .dealer-pin__fill {
    fill: black;
  }
}
@media (min-width: 975px) {
  .global-nav--collapsedHeader {
    top: calc(4vw - 2px);
    -webkit-transform: translateX(0.425em);
            transform: translateX(0.425em);
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
  }
  .global-nav--collapsedHeader:before {
    border-bottom-color: #333333;
    top: -1.6vw;
    -webkit-transition: top 0.25s 0.25s, border-color 0.25s 0.25s;
    transition: top 0.25s 0.25s, border-color 0.25s 0.25s;
  }
}
@media (min-width: 1400px) {
  .global-nav--collapsedHeader {
    -webkit-transform: translateX(2.825vw);
            transform: translateX(2.825vw);
    width: 39vw;
  }
  .global-nav--collapsedHeader.global-nav--activeDesktopDropdown2:before {
    left: 24.5%;
  }
  .global-nav--collapsedHeader.global-nav--activeDesktopDropdown3:before {
    left: 39%;
  }
}
@media (min-width: 1600px) {
  .header--collapsed {
    padding: 0 48px;
  }
  .header--collapsed .header__logo-link {
    height: 64px;
    width: 174.08px;
  }
  .header--collapsed .header__logo-black-letters-div {
    top: calc(19% + 11.2px);
  }
  .header--collapsed .header__logo-A {
    top: 10.4px;
  }
  .header--collapsed .header__widget {
    top: calc(64px - 2px);
  }
  .header--collapsed .header__widget:before {
    top: -25.6px;
  }

  .global-nav--collapsedHeader {
    top: calc(64px - 2px);
  }
  .global-nav--collapsedHeader:before {
    top: -25.6px;
  }

  .global-nav--collapsedHeader {
    -webkit-transform: translateX(45.2px);
            transform: translateX(45.2px);
    width: 624px;
  }
}
footer {
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 300px black;
          box-shadow: 0 0 300px black;
  margin-top: 120px;
}
@media (min-width: 975px) {
  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 200px;
  }
}
footer:before {
  content: "";
  display: block;
  width: 42vw;
  height: 2vw;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #FAD91F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 97.5% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 97.5% 0, 100% 100%, 0 100%);
}
@media (min-width: 760px) {
  footer:before {
    height: 1.25vw;
    -webkit-clip-path: polygon(0 0, 98.5% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 98.5% 0, 100% 100%, 0 100%);
    width: 36vw;
  }
}
@media (min-width: 975px) {
  footer:before {
    height: 0.75vw;
    -webkit-clip-path: polygon(0 0, 99% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 99% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 1600px) {
  footer:before {
    height: 12px;
    width: vwpm(36);
  }
}
footer.mt-0 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer__nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 975px) {
  .footer__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer__social-and-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer__social-and-logo:before {
  content: "";
  display: block;
  width: 45vw;
  height: 30vw;
  -webkit-transform: translateY(-13vw);
          transform: translateY(-13vw);
  background-color: #222222;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 760px) {
  .footer__social-and-logo:before {
    width: 26vw;
    height: 18vw;
    -webkit-transform: translateY(-9vw);
            transform: translateY(-9vw);
  }
}
@media (min-width: 975px) {
  .footer__social-and-logo:before {
    width: 18vw;
    height: 11vw;
    -webkit-transform: translateY(-6.75vw);
            transform: translateY(-6.75vw);
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 1600px) {
  .footer__social-and-logo:before {
    width: 288px;
    height: 176px;
    -webkit-transform: translateY(-108px);
            transform: translateY(-108px);
  }
}
@media (min-width: 760px) {
  .footer__social-and-logo {
    padding: 4vw 4vw 2vw;
  }
}
@media (min-width: 975px) {
  .footer__social-and-logo {
    padding: 0 2vw 1vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .footer__social-and-logo {
    padding: 0 32px 16px;
  }
}

.footer__instagram, .footer__facebook {
  color: white;
  text-decoration: none;
  font-size: 2rem;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}
@media (min-width: 760px) {
  .footer__instagram, .footer__facebook {
    font-size: 1.75rem;
  }
}
@media (min-width: 975px) {
  .footer__instagram, .footer__facebook {
    margin-right: 4vw;
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .footer__instagram, .footer__facebook {
    margin-right: 64px;
  }
}
@media (hover: hover) {
  .footer__instagram:hover, .footer__facebook:hover {
    color: #FAD91F;
  }
}
.footer__instagram:before, .footer__facebook:before {
  margin: 0;
}

@media (max-width: 760px) {
  .footer__instagram {
    margin-right: 30vw;
  }
}
@media (min-width: 760px) and (max-width: 975px) {
  .footer__instagram {
    margin-right: 60vw;
  }
}

@media (min-width: 975px) {
  .footer__facebook {
    margin-right: 2vw;
  }
}
@media (min-width: 1600px) {
  .footer__facebook {
    margin-right: 32px;
  }
}

.footer__logo {
  width: 25vw;
  height: auto;
  -webkit-transform: translateY(-13vw);
          transform: translateY(-13vw);
  margin-bottom: -10vw;
}
@media (min-width: 760px) {
  .footer__logo {
    width: 15vw;
    -webkit-transform: translateY(-9vw);
            transform: translateY(-9vw);
  }
}
@media (min-width: 975px) {
  .footer__logo {
    width: 12vw;
    -webkit-transform: translateY(-9.75vw);
            transform: translateY(-9.75vw);
  }
}
@media (min-width: 1600px) {
  .footer__logo {
    width: 192px;
    -webkit-transform: translateY(-156px);
            transform: translateY(-156px);
    margin-bottom: -160px;
  }
}

.footer__nav {
  padding: 6vw 6vw 0;
}
@media (min-width: 760px) {
  .footer__nav {
    padding: 4vw;
  }
}
@media (min-width: 975px) {
  .footer__nav {
    padding: 3vw 0 4vw 3vw;
  }
}
@media (min-width: 1600px) {
  .footer__nav {
    padding: 48px 0 64px 48px;
  }
}

.footer__nav-link {
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 0 1.75em 6vw 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}
@media (min-width: 760px) {
  .footer__nav-link {
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .footer__nav-link:hover {
    color: #FAD91F;
  }
}

@media (max-width: 760px) {
  .footer__nav-link:nth-child(3) {
    margin-right: 0;
  }
}
.footer__legal {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-color: black;
  color: #888888;
  font-size: 0.75rem;
  width: 100%;
  padding: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 760px) {
  .footer__legal {
    padding: 4vw;
  }
}
@media (min-width: 975px) {
  .footer__legal {
    padding: 2vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .footer__legal {
    padding: 32px;
  }
}
.footer__legal a {
  color: #888888;
}

.footer__copyright {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 975px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer__address {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 4vw;
}
@media (min-width: 760px) {
  .footer__address {
    margin-bottom: 3vw;
  }
}
@media (min-width: 975px) {
  .footer__address {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.photo-carousel {
  margin: 0 -5vw;
}
@media (min-width: 760px) {
  .photo-carousel {
    margin: 0 -4vw;
  }
}
@media (min-width: 975px) {
  .photo-carousel {
    margin: 0 0 6vw;
  }
}
@media (min-width: 1400px) {
  .photo-carousel {
    margin: 0 0 4vw;
  }
}
@media (min-width: 1600px) {
  .photo-carousel {
    margin: 0 0 64px;
  }
}

@media (max-width: 975px) {
  .photo-carousel--hide {
    display: none;
  }
}

.photo-carousel__window {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.photo-carousel__left-button, .photo-carousel__right-button {
  font-size: 2rem;
  color: black;
  text-shadow: 0 0 2em white, 0 0 2em white, 0 0 2em white, 0 0 1.5em white, 0 0 1.5em white, 0 0 1em white;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.075s linear;
  transition: opacity 0.075s linear;
  padding: 2em 0;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
@media (hover: hover) {
  .photo-carousel__left-button:hover, .photo-carousel__right-button:hover {
    opacity: 0.4;
  }
}

.photo-carousel__left-button {
  padding-left: 0.25em;
  padding-right: 1em;
  left: 0;
}

.photo-carousel__right-button {
  padding-right: 0.25em;
  padding-left: 1em;
  right: 0;
}

.photo-carousel__enlarger {
  font-size: 1rem;
  color: black;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  padding: 0.5em;
  z-index: 2;
}
@media (hover: hover) {
  .photo-carousel__enlarger:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

.photo-carousel__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  display: none;
  width: 100%;
  height: auto;
}

.photo-carousel__img--active {
  display: block;
  z-index: 1;
}

.photo-carousel__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 1rem 3rem;
}
@media (min-width: 975px) {
  .photo-carousel__links {
    margin: 1.25rem;
  }
}

.photo-carousel__link {
  background-color: white;
  width: 2.5rem;
  height: 0.325rem;
  margin: 0 0.5em;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}
@media (min-width: 975px) {
  .photo-carousel__link {
    width: 2rem;
    height: 0.25rem;
    margin: 0 0.375em;
  }
}
@media (hover: hover) {
  .photo-carousel__link:hover {
    background-color: #aaa;
  }
}

.photo-carousel__link--active {
  background-color: #FAD91F;
}

.photo-carousel__close-btn {
  display: none;
}

.photo-carousel--full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  margin: 0;
}
.photo-carousel--full-screen .photo-carousel__enlarger, .photo-carousel--full-screen .photo-carousel__links {
  display: none;
}
.photo-carousel--full-screen .photo-carousel__window {
  height: 100%;
  padding: 0 !important;
  background: black !important;
}
.photo-carousel--full-screen .photo-carousel__close-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  font-size: 1rem;
  color: white;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
  z-index: 2;
  text-shadow: 0 0 2rem black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .photo-carousel--full-screen .photo-carousel__close-btn:hover {
    color: #FAD91F;
  }
}

.side-scroller {
  margin: 2rem 0;
  position: relative;
  margin-bottom: -15px;
  overflow: hidden;
}
@media (min-width: 760px) {
  .side-scroller {
    margin: 1.5rem 0 -15px;
  }
}
@media (min-width: 975px) {
  .side-scroller {
    margin: 1rem 0 -15px;
  }
}
@media (hover: hover) {
  .side-scroller {
    margin-bottom: 0 !important;
  }
}
.side-scroller .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3rem !important;
}
.side-scroller .simplebar-content-wrapper {
  padding-bottom: 2rem;
}
.side-scroller .simplebar-track.simplebar-horizontal {
  width: calc(100% - 6rem);
  left: auto;
  right: 0;
  height: 0.75rem;
  bottom: 3rem;
}
@media (hover: hover) {
  .side-scroller .simplebar-track.simplebar-horizontal {
    background-color: transparent;
  }
}
.side-scroller .simplebar-track.simplebar-horizontal:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: #444;
  margin-top: 0.375rem;
  pointer-events: none;
}
@media (hover: hover) {
  .side-scroller .simplebar-track.simplebar-horizontal:after {
    background-color: #B2B2B2;
  }
}
.side-scroller .simplebar-track.simplebar-vertical {
  display: none;
}
.side-scroller .simplebar-scrollbar.simplebar-visible:before {
  background-color: #666;
  opacity: 1;
  border-radius: 0;
}
@media (hover: hover) {
  .side-scroller .simplebar-scrollbar.simplebar-visible:before {
    background-color: #FAD91F;
  }
}
.side-scroller .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0;
}
.side-scroller .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 100%;
}

.side-scroller__arrows {
  position: absolute;
  bottom: 3.375rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 6rem;
}

.side-scroller__arrow {
  color: #FAD91F;
  font-size: 2rem;
  padding: 0;
  line-height: 0;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.side-scroller__arrow:before {
  margin: 0;
}

.side-scroller__arrow--left {
  left: 0;
}

.side-scroller__arrow--right {
  margin-left: 0.5rem;
}

.side-scroller__arrow--disabled {
  pointer-events: none;
  color: #333333;
}

@media (min-width: 975px) {
  .side-scroller--only-mobile .side-scroller__arrows, .side-scroller--only-mobile .simplebar-track.simplebar-horizontal, .side-scroller--only-mobile .simplebar-height-auto-observer-wrapper, .side-scroller--only-mobile .simplebar-content:before, .side-scroller--only-mobile .simplebar-content:after {
    display: none;
  }
  .side-scroller--only-mobile .simplebar-content-wrapper, .side-scroller--only-mobile .simplebar-wrapper, .side-scroller--only-mobile .simplebar-mask {
    overflow: auto !important;
  }
  .side-scroller--only-mobile .simplebar-offset, .side-scroller--only-mobile .simplebar-mask {
    position: static;
  }
  .side-scroller--only-mobile .side-scroller__content {
    display: block;
  }
  .side-scroller--only-mobile .simplebar-placeholder {
    height: auto !important;
    width: auto !important;
  }
  .side-scroller--only-mobile .simplebar-content {
    padding-bottom: 0 !important;
  }
}
.product-card {
  width: 19.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 2rem 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media (min-width: 760px) {
  .product-card {
    width: 10rem;
    margin-right: 1.5rem;
    font-size: 0.75rem;
    display: block;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .product-card {
    width: 15rem;
    margin-right: 2.5rem;
  }
}
.product-card:last-child {
  margin-right: 0;
}

@media (max-width: 760px) {
  .grid .product-card {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .grid .product-card {
    width: 14rem;
  }
}

.product-card--new:after {
  content: "NEW";
  color: black;
  background-color: #FAD91F;
  font-size: 1rem;
  padding: 0.25em 0.625em;
  position: absolute;
  top: 1rem;
  left: -0.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  pointer-events: none;
  display: inline-block;
}
@media (min-width: 760px) {
  .product-card--new:after {
    font-size: 0.75rem;
  }
}
.product-card--new:first-child {
  margin-left: 0.5rem;
}

.product-card__imgs {
  position: relative;
  background-color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 760px) {
  .product-card__imgs {
    width: 36vw;
  }
}
@media (min-width: 760px) {
  .product-card__imgs {
    height: 0;
    padding-top: 68%;
  }
}

.product-card__img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.product-card__img--active {
  display: block;
}

.product-card__img-links {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card__img-link {
  background-color: #B2B2B2;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  margin: 0.75rem;
  height: 0.75rem;
  width: 2rem;
}
@media (min-width: 760px) {
  .product-card__img-link {
    width: 2.5rem;
    height: 0.325rem;
    margin: 0.5rem;
  }
}
@media (min-width: 975px) {
  .product-card__img-link {
    width: 2rem;
    height: 0.25rem;
  }
}
@media (hover: hover) {
  .product-card__img-link:not(.product-card__img-link--active):hover {
    background-color: black;
  }
}

.product-card__img-link--active {
  background-color: #FAD91F;
}

.product-card__content {
  padding: 4vw 3vw;
  background-color: #333333;
  border: 1px solid #444444;
}
@media (min-width: 760px) {
  .product-card__content {
    padding: 3vw 2vw;
  }
}
@media (min-width: 975px) {
  .product-card__content {
    padding: 2vw 1.5vw;
  }
}
@media (min-width: 1400px) {
  .product-card__content {
    padding: 1.5vw 1vw;
  }
}
@media (min-width: 1600px) {
  .product-card__content {
    padding: 24px 16px;
  }
}

.product-card__name {
  font-size: 1.25rem;
  margin-top: 0;
}
@media (min-width: 760px) {
  .product-card__name {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 975px) {
  .product-card__name {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .product-card__name {
    font-size: 1.25rem;
  }
}

.product-card__item-code {
  display: none;
}
@media (min-width: 760px) {
  .product-card__item-code {
    display: block;
    font-size: 0.75rem;
    font-family: "DM Sans", sans-serif;
    margin-top: 0.25rem;
  }
}
@media (min-width: 1400px) {
  .product-card__item-code {
    font-size: 1rem;
  }
}

.product-card__snippet {
  font-size: 0.875rem;
}
@media (max-width: 760px) {
  .product-card__snippet {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 760px) {
  .product-card__snippet {
    font-size: 0.675rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 975px) {
  .product-card__snippet {
    font-size: 0.625rem;
    line-height: 1.25;
  }
}
@media (min-width: 1400px) {
  .product-card__snippet {
    font-size: 0.875rem;
  }
}

.product-card__price {
  font-family: "Oswald", sans-serif;
}
@media (min-width: 760px) {
  .product-card__price {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .product-card__price {
    font-size: 1rem;
  }
}

.product-card__add-to-cart-btn {
  color: #FAD91F;
  padding: 0;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 760px) {
  .product-card__add-to-cart-btn {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .product-card__add-to-cart-btn {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .product-card__add-to-cart-btn:hover {
    text-decoration: underline;
  }
}

.product-card__view-details-btn {
  padding: 0.25em 0;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  border-bottom: 3px solid #FAD91F;
  color: white;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1400px) {
  .product-card__view-details-btn {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .product-card__view-details-btn:hover {
    color: #FAD91F;
  }
}

@media (min-width: 760px) {
  .product-card__price-and-add-to-cart-btn {
    margin: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .product-card__price-and-add-to-cart-btn {
    margin: 1rem 0;
  }
}

.product-card--home {
  display: block;
  width: 17rem;
}
@media (min-width: 760px) {
  .product-card--home {
    width: 15rem;
  }
}
@media (min-width: 975px) {
  .product-card--home {
    width: 14rem;
  }
}
@media (min-width: 1400px) {
  .product-card--home {
    width: 19rem;
  }
}
.product-card--home .product-card__imgs {
  background-color: transparent;
  width: 100%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  overflow: hidden;
  height: 38vw;
  -webkit-clip-path: content-box;
          clip-path: content-box;
  padding-top: 0;
}
@media (min-width: 760px) {
  .product-card--home .product-card__imgs {
    height: 19vw;
  }
}
@media (min-width: 975px) {
  .product-card--home .product-card__imgs {
    height: 12vw;
  }
}
@media (min-width: 1600px) {
  .product-card--home .product-card__imgs {
    height: 192px;
  }
}
.product-card--home .product-card__img-unskew {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 120%;
  background-size: cover;
}
.product-card--home .product-card__content {
  background-color: transparent;
  border: 0;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper--smooth {
  scroll-behavior: smooth;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.search-results__mast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: hidden;
  margin-bottom: 3rem;
}
@media (min-width: 975px) {
  .search-results__mast {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5rem;
  }
}
.search-results__mast h1 {
  margin: 0 0 0.25em;
}
.search-results__mast h2 {
  font-size: 1.65rem;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.search-results__mast p:last-child {
  margin-bottom: 0;
}
.search-results__mast + .search-results__cards {
  margin-top: 0;
}

.search-results__mast-phone-graphic {
  width: 60vw;
  margin-top: 3vw;
  background-color: #333;
  height: 29vw;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
@media (min-width: 760px) {
  .search-results__mast-phone-graphic {
    width: 70vw;
    height: 28vw;
    margin-top: 3vw;
  }
}
@media (min-width: 975px) {
  .search-results__mast-phone-graphic {
    display: none;
  }
}

.search-results__mast-content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 5vw;
  width: 100%;
  margin-top: 2rem;
}
.search-results__mast-content p {
  margin-bottom: 2rem;
}
@media (min-width: 760px) {
  .search-results__mast-content {
    padding: 4vw;
  }
  .search-results__mast-content p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 975px) {
  .search-results__mast-content {
    padding: 3vw 22vw 3vw 4vw;
    background-color: #333;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 72vw;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    position: relative;
  }
  .search-results__mast-content p {
    margin-bottom: 0;
  }
  .search-results__mast-content h2 {
    margin: 0;
  }
}
@media (min-width: 975px) and (max-width: 1400px) {
  .search-results__mast-content h1 {
    font-size: 1.85rem;
  }
  .search-results__mast-content h2 {
    font-size: 1.3rem;
  }
  .search-results__mast-content p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .search-results__mast-content p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  .search-results__mast-content {
    padding: 48px 320px 48px calc(50vw - 800px + 56px);
    width: calc(100% - 480px);
  }
}

@media (min-width: 975px) {
  .search-results__mast-content-unskew {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

.search-results__mast-img-wrapper {
  height: 27vw;
  width: 65vw;
  margin-left: -30vw;
  line-height: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #FAD91F;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  overflow: hidden;
}
@media (min-width: 760px) {
  .search-results__mast-img-wrapper {
    width: 55vw;
    margin-left: -27vw;
  }
}
@media (min-width: 975px) {
  .search-results__mast-img-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 46vw;
    height: 21vw;
  }
}
@media (min-width: 1400px) {
  .search-results__mast-img-wrapper {
    width: 43vw;
    height: 16vw;
  }
}
@media (min-width: 1600px) {
  .search-results__mast-img-wrapper {
    width: 688px;
    margin-left: -432px;
    height: 256px;
  }
}

.search-results__mast-photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.search-results__mast-gradient {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(250, 217, 31)), to(rgba(250, 217, 31, 0)));
  background: linear-gradient(to left, rgb(250, 217, 31), rgba(250, 217, 31, 0));
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.search-results__mast-grey-corner {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  width: calc(13% + 1rem);
  height: calc(55% + 1rem);
  background-color: #222;
}

.search-results__mast-yellow-corner {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  width: 13%;
  height: 55%;
  background-color: #FAD91F;
}

.search-results__search-form {
  width: 100%;
}
@media (max-width: 760px) {
  .search-results__search-form {
    text-align: center;
  }
}

.search-results__input-wrapper {
  position: relative;
  margin: 1rem 0;
}
.search-results__input-wrapper:after {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e814";
  color: black;
  position: absolute;
  right: 0.25em;
  top: 0.5em;
  font-size: 1.25em;
}
@media (min-width: 975px) and (max-width: 1400px) {
  .search-results__input-wrapper:after {
    top: 0.325em;
  }
}
@media (min-width: 975px) {
  .search-results__input-wrapper {
    max-width: 27rem;
  }
}

.search-result {
  border-bottom: 1px solid #444;
  padding-bottom: 3rem;
}
.search-result + .search-result {
  margin-top: 3rem;
}
.search-result:last-child {
  border-bottom: 0;
}
@media (min-width: 760px) {
  .search-result {
    display: -ms-grid;
    display: grid;
    grid-gap: 2rem;
    -ms-grid-columns: 2;
    grid-template-columns: 2;
  }
}

.search-result__img-wrapper {
  text-align: center;
  line-height: 0;
  display: block;
}
@media (max-width: 760px) {
  .search-result__img-wrapper {
    background-color: white;
  }
}
@media (min-width: 760px) {
  .search-result__img-wrapper {
    width: 15vw;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}
@media (min-width: 1600px) {
  .search-result__img-wrapper {
    width: 240px;
  }
}

.search-result__img {
  max-width: 100%;
  max-height: 50vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 760px) {
  .search-result__img {
    max-height: 300px;
  }
}

.search-result__h1 {
  font-size: 2rem;
  color: #FAD91F;
  margin: 0.75em 0 0.25em;
}
@media (min-width: 760px) {
  .search-result__h1 {
    margin-top: 0;
  }
}

.search-result__copy:first-child {
  -ms-grid-column: 1;
      grid-column-start: 1;
}
.search-result__copy:first-child .search-result__h1 {
  margin-top: 0;
}

.search-result__h2 {
  font-size: 1.5rem;
  margin: 0 0 0.75em;
}

.search-result__copy p:last-child {
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .search-result__copy {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}

.site-tool__decimal-input {
  width: 7em;
  font-weight: bold;
}
@media (max-width: 975px) {
  .site-tool__decimal-input {
    padding-top: 0.575rem;
  }
}

.site-tool__decimal-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-tool__decimal-input-wrapper:after {
  color: #B2B2B2;
  position: absolute;
  right: 0.75em;
  pointer-events: none;
  z-index: 1;
}

.site-tool__decimal-input-wrapper--inches:after {
  content: "in";
}

.site-tool__decimal-input-wrapper--feet:after {
  content: "ft";
}

.site-tool__high-low-toggle-btn {
  border-radius: 3px;
  padding: 0 0.5em;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .site-tool__high-low-toggle-btn:not(.site-tool__high-low-toggle-btn--active):hover {
    background-color: #eee;
  }
}

.site-tool__high-low-toggle-btn-text {
  display: inline-block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: black;
  font-weight: bold;
}

.site-tool__high-low-toggle-btn--active {
  background-color: #FAD91F;
}
.site-tool__high-low-toggle-btn--active .site-tool__high-low-toggle-btn-text {
  border-bottom-color: black;
}

.site-tool__model-selector {
  max-width: 14em;
}

.cowitness__flexer {
  margin-bottom: 80px;
}
@media (min-width: 760px) {
  .cowitness__flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}

.cowitness__img {
  width: 20%;
  position: absolute;
}
@media (min-width: 760px) {
  .cowitness__img {
    position: relative;
    width: auto;
  }
}

.cowitness__h2 {
  padding: 0.75em 0 1em calc(23% + 30px);
}
@media (min-width: 760px) {
  .cowitness__h2 {
    padding: 0;
  }
}

.cowitness__selector {
  width: 100%;
  color: #333;
  margin-bottom: 20px;
}
@media (min-width: 975px) {
  .cowitness__selector {
    margin-bottom: 0;
  }
}

.cowitness__divider {
  width: 1px;
  background-color: #555;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (max-width: 975px) {
  .cowitness__btn {
    margin-top: 20px;
  }
}

@media (min-width: 975px) {
  .cowitness__main-bar {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*

    HOME

------------------------------------------------------------------*/
.home__mast {
  height: 94vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  text-align: center;
  padding: 12vw 8vw 0;
}
.home__mast p {
  font-weight: bold;
  max-width: 30em;
}
@media (min-width: 1400px) {
  .home__mast p {
    max-width: 35em;
  }
}
@media (min-width: 760px) {
  .home__mast {
    height: 63vw;
  }
}
@media (min-width: 975px) {
  .home__mast {
    height: 52vw;
    padding-top: 10vw;
  }
}
@media (min-width: 1400px) {
  .home__mast {
    height: 41vw;
  }
}
@media (min-width: 1600px) {
  .home__mast {
    height: 656px;
    padding: 160px 128px 0;
  }
}

/*

    PRODUCT-PAGE

------------------------------------------------------------------*/
.product__title--new:before {
  content: "NEW";
  color: black;
  background-color: #FAD91F;
  font-size: 0.425em;
  padding: 0.25em 0.625em;
  margin-right: 1em;
  vertical-align: super;
  position: relative;
  top: 0.25em;
  display: inline-block;
}

.product__subtitle {
  font-size: 0.925rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 975px) {
  .product__subtitle {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .product__subtitle {
    font-size: 0.825rem;
  }
}

.product__photo-tabs {
  background-color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 2vw 3vw;
  margin: 5vw auto 0;
}
@media (min-width: 760px) {
  .product__photo-tabs {
    width: 55vw;
  }
}
@media (min-width: 975px) {
  .product__photo-tabs {
    display: none;
  }
}

.product__photo-tab {
  padding: 0.25em;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 1.5rem;
  border-bottom: 0.175em solid transparent;
}
@media (min-width: 760px) {
  .product__photo-tab {
    font-size: 1.25rem;
  }
}

.product__photo-tab--active {
  border-bottom-color: #FAD91F;
}

@media (max-width: 975px) {
  .product__column--left {
    display: none;
  }
}

.product__column--show {
  display: block;
}

@media (min-width: 975px) {
  .product__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 4vw;
  }
}
@media (min-width: 1600px) {
  .product__columns {
    margin-top: 64px;
  }
}
.product__columns .photo-carousel__window {
  background: white;
  padding-top: 63%;
}
.product__columns .photo-carousel__img {
  width: auto;
}

@media (min-width: 975px) {
  .product__column--left {
    width: 60vw;
  }
}
@media (min-width: 1600px) {
  .product__column--left {
    width: 960px;
  }
}

@media (min-width: 975px) {
  .product__column--right {
    width: 30vw;
  }
}
@media (min-width: 1600px) {
  .product__column--right {
    width: 480px;
  }
}

.product__sku-and-price-and-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15vw;
}
@media (min-width: 760px) {
  .product__sku-and-price-and-btn {
    margin: 0 0 8vw;
  }
}
@media (min-width: 975px) {
  .product__sku-and-price-and-btn {
    margin: -2vw 0 5vw;
  }
}
@media (min-width: 1400px) {
  .product__sku-and-price-and-btn {
    margin: 2vw 0 4vw;
  }
}
@media (min-width: 1600px) {
  .product__sku-and-price-and-btn {
    margin: 32px 0 64px;
  }
}

.product__sku {
  margin: 0;
}

.product__price {
  margin: 0;
}

@media (min-width: 975px) {
  .product__add-to-cart-btn {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .product__add-to-cart-btn {
    font-size: 1rem;
  }
}

@media (min-width: 975px) {
  .product__includes {
    font-size: 1.5rem;
  }
}

.product__content-tab-group {
  border-bottom: 1px solid #444;
  padding-bottom: 5vw;
  margin-bottom: 10vw;
}
@media (min-width: 760px) {
  .product__content-tab-group {
    padding-bottom: 2.5vw;
    margin-bottom: 5vw;
  }
}
@media (min-width: 975px) {
  .product__content-tab-group:first-child {
    display: none;
  }
}
@media (min-width: 1600px) {
  .product__content-tab-group {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}

.product__content-tabs {
  margin-top: 15vw;
  position: relative;
}
@media (min-width: 975px) {
  .product__content-tabs {
    margin-top: 10vw;
  }
}
@media (min-width: 1600px) {
  .product__content-tabs {
    margin-top: 160px;
  }
}

.product__content-tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.product__content-tab-header:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80b";
  color: #FAD91F;
  display: inline-block;
  margin-right: 1.5em;
  font-size: 75%;
}
@media (min-width: 975px) {
  .product__content-tab-header:before {
    display: none;
  }
}
@media (hover: hover) {
  .product__content-tab-header:hover {
    color: #FAD91F;
  }
}

@media (max-width: 975px) {
  .product__content-tab-group--mobile-active .product__content-tab-header {
    color: #FAD91F;
  }
  .product__content-tab-group--mobile-active .product__content-tab-header:before {
    content: "\e807";
  }

  .product__content-tab-group:not(.product__content-tab-group--mobile-active) *:not(.product__content-tab-header) {
    display: none;
  }
}
.product__content-tab-group--desktop > *:nth-child(2) {
  margin-top: 7vw;
}
@media (min-width: 975px) {
  .product__content-tab-group--desktop {
    padding: 4vw;
    background-color: #fff;
    color: black;
    margin: 0;
    border: 0;
  }
  .product__content-tab-group--desktop > *:first-child {
    margin-top: 0;
  }
  .product__content-tab-group--desktop:not(.product__content-tab-group--desktop-active) {
    padding: 0;
  }
  .product__content-tab-group--desktop:not(.product__content-tab-group--desktop-active) *:not(.product__content-tab-header) {
    display: none;
  }
  .product__content-tab-group--desktop .product__content-tab-header {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-98%);
            transform: translateY(-98%);
    border: 1px solid white;
    border-radius: 0.125em 0.125em 0 0;
    border-bottom: 0;
    width: 25%;
    font-size: 1.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5em;
    color: white;
  }
  .product__content-tab-group--desktop.product__content-tab-group--desktop-active {
    display: block;
  }
  .product__content-tab-group--desktop.product__content-tab-group--desktop-active > *:nth-child(2) {
    margin-top: 0;
  }
  .product__content-tab-group--desktop.product__content-tab-group--desktop-active .product__content-tab-header {
    background-color: white;
    color: black;
  }
  .product__content-tab-group--desktop.product__content-tab-group--desktop-active .product__content-tab-header:after {
    content: "";
    height: 4px;
    width: 75%;
    position: absolute;
    bottom: 2%;
    left: 12.5%;
    display: block;
    line-height: 0;
    background-color: #FAD91F;
    pointer-events: none;
  }
  .product__content-tab-group--desktop .product__content-tab-header--features {
    left: 11%;
  }
  .product__content-tab-group--desktop .product__content-tab-header--specs {
    left: 37.5%;
  }
  .product__content-tab-group--desktop .product__content-tab-header--downloads {
    left: 64%;
  }
}
@media (min-width: 1400px) {
  .product__content-tab-group--desktop {
    padding: 3vw;
  }
  .product__content-tab-group--desktop .product__content-tab-header {
    width: 22%;
    padding: 0.75rem;
  }
  .product__content-tab-group--desktop .product__content-tab-header--features {
    left: 16%;
  }
  .product__content-tab-group--desktop .product__content-tab-header--specs {
    left: 39%;
  }
  .product__content-tab-group--desktop .product__content-tab-header--downloads {
    left: 62%;
  }
}
@media (min-width: 1600px) {
  .product__content-tab-group--desktop {
    padding: 48px;
  }
}

@media (min-width: 760px) {
  .product__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -2vw;
  }
}
@media (min-width: 975px) {
  .product__features {
    margin-bottom: -3vw;
  }
}
@media (min-width: 1600px) {
  .product__features {
    margin-bottom: -48px;
  }
}

.product__feature {
  margin-bottom: 15vw;
}
@media (min-width: 760px) and (max-width: 975px) {
  .product__feature {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6vw;
  }
  .product__feature:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 975px) {
  .product__feature {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3vw;
  }
  .product__feature:nth-child(3n) {
    margin-right: 0;
  }
  .product__feature h3 {
    font-size: 1.1rem;
  }
  .product__feature p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .product__feature {
    width: 31%;
    margin-right: 3.5%;
  }
  .product__feature p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .product__feature {
    margin-bottom: 48px;
  }
}

.product__feature-img {
  width: 100%;
  height: auto;
}

.product__spec-imgs {
  margin-bottom: 20px;
  background-color: white;
}
@media (min-width: 760px) {
  .product__spec-imgs {
    margin-bottom: 40px;
  }
}
@media (min-width: 975px) {
  .product__spec-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product__spec-img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 975px) {
  .product__spec-img {
    width: 50%;
    -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
  }
}

.product__specs-table {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__spec-label, .product__spec-data {
  width: 50%;
  padding: 2vw;
  font-size: 0.75rem;
  color: black;
}
@media (max-width: 975px) {
  .product__spec-label:nth-child(4n-3), .product__spec-label:nth-child(4n-2), .product__spec-data:nth-child(4n-3), .product__spec-data:nth-child(4n-2) {
    background-color: #D1D1D1;
  }
  .product__spec-label:nth-child(4n-3), .product__spec-data:nth-child(4n-3) {
    border-right: 2px solid white;
  }
  .product__spec-label:nth-child(4n-2), .product__spec-data:nth-child(4n-2) {
    border-left: 2px solid white;
  }
}
@media (min-width: 975px) {
  .product__spec-label, .product__spec-data {
    width: 24%;
    padding: 1vw;
  }
  .product__spec-label:nth-child(8n-7), .product__spec-label:nth-child(8n-6), .product__spec-label:nth-child(8n-5), .product__spec-label:nth-child(8n-4), .product__spec-data:nth-child(8n-7), .product__spec-data:nth-child(8n-6), .product__spec-data:nth-child(8n-5), .product__spec-data:nth-child(8n-4) {
    background-color: #D1D1D1;
  }
  .product__spec-label:nth-child(8n-7), .product__spec-label:nth-child(8n-5), .product__spec-data:nth-child(8n-7), .product__spec-data:nth-child(8n-5) {
    border-right: 2px solid white;
  }
  .product__spec-label:nth-child(8n-6), .product__spec-label:nth-child(8n-4), .product__spec-data:nth-child(8n-6), .product__spec-data:nth-child(8n-4) {
    border-left: 2px solid white;
  }
  .product__spec-label:nth-child(4n-2), .product__spec-data:nth-child(4n-2) {
    margin-right: 4%;
  }
}
@media (min-width: 1600px) {
  .product__spec-label, .product__spec-data {
    padding: 16px;
  }
}

.product__spec-label {
  font-weight: bold;
}

.product__content-tab-group--mobile-active .product__content-tab-header--downloads {
  margin-bottom: 0;
}

.product__download-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 760px) {
  .product__download-btns {
    width: 100%;
  }
}
@media (min-width: 975px) {
  .product__download-btns {
    display: block;
  }
}

.product__download-btn + .product__download-btn {
  margin-top: 20px;
}
@media (max-width: 975px) {
  .product__download-btn {
    background-color: #FAD91F;
  }
}
@media (min-width: 975px) {
  .product__download-btn {
    margin: 0 20px 20px !important;
    min-width: 30%;
  }
}

/*

    PRODUCT-CATEGORY

------------------------------------------------------------------*/
.product-category__mast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: hidden;
  margin-bottom: 3rem;
}
@media (min-width: 975px) {
  .product-category__mast {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product-category__mast h1 {
  margin: 0 0 0.25em;
}
.product-category__mast h2 {
  font-size: 1.65rem;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.product-category__mast p:last-child {
  margin-bottom: 0;
}
.product-category__mast + .product-category__cards {
  margin-top: 0;
}

.product-category__mast-phone-graphic {
  width: 40vw;
  background-color: #333;
  height: 12vw;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
@media (min-width: 760px) {
  .product-category__mast-phone-graphic {
    width: 41vw;
  }
}
@media (min-width: 975px) {
  .product-category__mast-phone-graphic {
    display: none;
  }
}
.product-category__mast-phone-graphic:after {
  content: "";
  background-color: #FAD91F;
  width: 75%;
  height: 3vw;
  display: block;
  top: 100%;
  position: absolute;
}

.product-category__mast-content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 5vw;
}
@media (min-width: 760px) {
  .product-category__mast-content {
    padding: 4vw;
  }
}
@media (min-width: 975px) {
  .product-category__mast-content {
    padding: 3vw 10vw 3vw 4vw;
    background-color: #333;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 48vw;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    position: relative;
  }
  .product-category__mast-content:after {
    content: "";
    background-color: #FAD91F;
    width: 75%;
    height: 2vw;
    display: block;
    top: 100%;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 975px) and (max-width: 1400px) {
  .product-category__mast-content h1 {
    font-size: 1.85rem;
  }
  .product-category__mast-content h2 {
    font-size: 1.3rem;
  }
  .product-category__mast-content p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .product-category__mast-content {
    padding: 48px 160px 48px calc(50vw - 800px + 56px);
    width: calc(100% - 816px);
  }
  .product-category__mast-content:after {
    height: 24px;
  }
}

@media (min-width: 975px) {
  .product-category__mast-content-unskew {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

.product-category__mast-img-wrapper {
  height: 27vw;
  width: 65vw;
  margin-left: -10vw;
  line-height: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #FAD91F;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  overflow: hidden;
}
@media (min-width: 975px) {
  .product-category__mast-img-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 59vw;
  }
}
@media (min-width: 1600px) {
  .product-category__mast-img-wrapper {
    width: 944px;
    margin-left: -160px;
    height: 432px;
  }
}

.product-category__mast-photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.product-category__mast-gradient {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(250, 217, 31)), to(rgba(250, 217, 31, 0)));
  background: linear-gradient(to left, rgb(250, 217, 31), rgba(250, 217, 31, 0));
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.product-category__mast-grey-corner {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  width: calc(13% + 1rem);
  height: calc(55% + 1rem);
  background-color: #222;
}

.product-category__mast-yellow-corner {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  width: 13%;
  height: 55%;
  background-color: #FAD91F;
}

@media (min-width: 975px) {
  .product-category__cards .simplebar-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.5rem;
  }
  .product-category__cards .product-category__card {
    margin: 0;
    width: auto;
  }
  .product-category__cards .product-category__card--half {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (min-width: 1400px) {
  .product-category__cards .simplebar-content {
    grid-gap: 2rem;
  }
}

.product-category__card {
  margin: 0 2rem 4rem 0;
  width: 75vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 760px) {
  .product-category__card {
    width: 38vw;
  }
}

.product-category__card-content {
  padding: 4vw;
  background-color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 760px) {
  .product-category__card-content {
    padding: 3vw;
  }
}
@media (min-width: 975px) {
  .product-category__card-content {
    padding: 2vw;
  }
}

.product-category__card-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: inset 0 0 65vw rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 65vw rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) {
  .product-category__card-photo:hover {
    -webkit-box-shadow: inset 0 0 240px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 240px rgba(0, 0, 0, 0.2);
  }
  .product-category__card-photo:hover .product-category__card-name:after {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media (min-width: 760px) {
  .product-category__card-photo {
    height: 30vw;
    -webkit-box-shadow: inset 0 0 30vw rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 30vw rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 975px) {
  .product-category__card-photo {
    height: 15vw;
    -webkit-box-shadow: inset 0 15vw rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 15vw rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1600px) {
  .product-category__card-photo {
    height: 240px;
    -webkit-box-shadow: inset 0 0 240px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 240px rgba(0, 0, 0, 0.5);
  }
}

.product-category__card-name {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  padding: 0 1em 0.5em;
  text-align: center;
  text-shadow: 0 0 3em rgb(0, 0, 0);
}
.product-category__card-name:after {
  content: "";
  background-color: #FAD91F;
  display: block;
  width: calc(100% + 0.65em);
  margin-left: -0.325em;
  height: 4px;
  margin-top: 0.375em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-category__card-ul {
  margin: 0;
  list-style: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-category__card-ul li {
  padding-left: 1.25em;
  position: relative;
  font-size: 1rem;
}
@media (min-width: 760px) {
  .product-category__card-ul li {
    font-size: 0.875rem;
  }
}
@media (min-width: 975px) and (max-width: 1400px) {
  .product-category__card-ul li {
    font-size: 0.75rem;
  }
}
.product-category__card-ul li:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80f";
  color: #FAD91F;
  font-size: 0.5em;
  position: absolute;
  left: 0;
  top: 0.75em;
}

.product-category__card-ul li + li {
  margin-top: 0.5em;
}

.product-category__card-view-details-btn {
  font-family: "Oswald", sans-serif;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5em;
}
.product-category__card-view-details-btn:after {
  content: "";
  background-color: #FAD91F;
  display: block;
  width: calc(100% + 0.65em);
  margin-left: -0.325em;
  height: 4px;
  margin-top: 0.375em;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) {
  .product-category__card-view-details-btn:hover:after {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.product-category__card--fit {
  width: 47vw;
}
@media (min-width: 760px) {
  .product-category__card--fit {
    width: 32vw;
  }
}
.product-category__card--fit .product-category__card-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-category__card--fit .product-category__card-photo {
  background-color: white;
  padding: 1rem 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30vw;
}
@media (min-width: 760px) {
  .product-category__card--fit .product-category__card-photo {
    height: 22vw;
  }
}
@media (min-width: 975px) {
  .product-category__card--fit .product-category__card-photo {
    height: 13vw;
  }
}
@media (min-width: 1600px) {
  .product-category__card--fit .product-category__card-photo {
    height: 208px;
  }
}
.product-category__card--fit .product-category__card-photo img {
  max-width: 100%;
  max-height: 100%;
}
.product-category__card--fit .product-category__card-view-details-btn {
  margin-top: 0;
}

/*

    PRODUCT-FAMILY

------------------------------------------------------------------*/
.product-family__mast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: hidden;
  margin-bottom: 3rem;
}
@media (min-width: 975px) {
  .product-family__mast {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product-family__mast h1 {
  margin: 0 0 0.25em;
}
.product-family__mast h2 {
  font-size: 1.65rem;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.product-family__mast p:last-child {
  margin-bottom: 0;
}
.product-family__mast + .product-family__cards {
  margin-top: 0;
}

.product-family__mast-phone-graphic {
  width: 40vw;
  background-color: #333;
  height: 12vw;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
@media (min-width: 760px) {
  .product-family__mast-phone-graphic {
    width: 70vw;
    height: 23vw;
  }
}
@media (min-width: 975px) {
  .product-family__mast-phone-graphic {
    display: none;
  }
}

.product-family__mast-content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 5vw;
}
.product-family__mast-content p {
  margin-bottom: 2rem;
}
@media (min-width: 760px) {
  .product-family__mast-content {
    padding: 4vw;
  }
  .product-family__mast-content p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 975px) {
  .product-family__mast-content {
    padding: 3vw 20vw 0 4vw;
    background-color: #333;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 72vw;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    position: relative;
  }
  .product-family__mast-content p {
    margin-bottom: 0;
  }
}
@media (min-width: 975px) and (max-width: 1400px) {
  .product-family__mast-content h1 {
    font-size: 1.85rem;
  }
  .product-family__mast-content h2 {
    font-size: 1.3rem;
  }
  .product-family__mast-content p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .product-family__mast-content p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  .product-family__mast-content {
    padding: 48px 320px 0 calc(50vw - 800px + 56px);
    width: calc(100% - 480px);
  }
}

@media (min-width: 975px) {
  .product-family__mast-content-unskew {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

.product-family__mast-img-wrapper {
  height: 27vw;
  width: 65vw;
  margin-left: -10vw;
  line-height: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #FAD91F;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  overflow: hidden;
}
@media (min-width: 760px) {
  .product-family__mast-img-wrapper {
    width: 55vw;
    margin-top: 3vw;
    margin-left: -27vw;
  }
}
@media (min-width: 975px) {
  .product-family__mast-img-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 49vw;
  }
}
@media (min-width: 1600px) {
  .product-family__mast-img-wrapper {
    width: 784px;
    margin-left: -432px;
    height: 432px;
    margin-top: 48px;
  }
}

.product-family__mast-photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.product-family__mast-gradient {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(250, 217, 31)), to(rgba(250, 217, 31, 0)));
  background: linear-gradient(to left, rgb(250, 217, 31), rgba(250, 217, 31, 0));
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.product-family__mast-grey-corner {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  width: calc(13% + 1rem);
  height: calc(55% + 1rem);
  background-color: #222;
}

.product-family__mast-yellow-corner {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  width: 13%;
  height: 55%;
  background-color: #FAD91F;
}

.product-family__mast-subnav {
  position: relative;
}
@media (max-width: 760px) {
  .product-family__mast-subnav {
    border: 1px solid #FAD91F;
  }
  .product-family__mast-subnav:after {
    content: "";
    height: 0;
    width: 0;
    border: 0.5em solid transparent;
    border-top-color: #FAD91F;
    position: absolute;
    right: 1em;
    top: 1.325em;
  }
  .product-family__mast-subnav:not(.product-family__mast-subnav--showMenu) .product-family__mast-subnav-link {
    pointer-events: none;
  }
}
@media (min-width: 760px) {
  .product-family__mast-subnav {
    padding: 0.5rem 0 0.5rem 1rem;
    display: inline-block;
    padding-right: 3rem;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateY(2.5vw);
            transform: translateY(2.5vw);
  }
  .product-family__mast-subnav:after {
    content: "";
    background-color: black;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }
}
@media (min-width: 1400px) {
  .product-family__mast-subnav {
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
  }
}

@media (max-width: 760px) {
  .product-family__mast-subnav--showMenu .product-family__mast-subnav-link {
    display: block;
  }
  .product-family__mast-subnav--showMenu:after {
    display: none;
  }
}
.product-family__mast-subnav-link {
  font-family: "Oswald", sans-serif;
  color: #FAD91F;
  text-decoration: none;
  font-size: 0.875rem;
  margin-right: 0.75em;
}
@media (max-width: 760px) {
  .product-family__mast-subnav-link {
    display: none;
    padding: 0.75em;
    font-size: 1.25rem;
    position: relative;
    margin-right: 0;
  }
  .product-family__mast-subnav-link.product-family__mast-subnav-link--active {
    display: block;
  }
}
@media (min-width: 760px) and (max-width: 975px) {
  .product-family__mast-subnav-link {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .product-family__mast-subnav-link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1400px) {
  .product-family__mast-subnav-link {
    font-size: 1rem;
  }
}
.product-family__mast-subnav-link:last-child {
  margin-right: 0;
}

/*****************************************
/
/     CART STYLES
/
/****************************************/
@media (min-width: 760px) {
  .cart__top-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cart__top-btns .btn {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .cart__top-btns .btn {
    width: auto;
    margin: 0 0 0 20px;
  }
}

.cart__table {
  margin-top: 40px;
}
@media (min-width: 760px) {
  .cart__table {
    display: table;
    width: 100%;
  }
}

.cart__row {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.03);
}
@media (max-width: 760px) {
  .cart__row {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 760px) {
  .cart__row {
    display: table-row;
  }
}
.cart__row:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.07);
}

.cart__cell {
  vertical-align: top;
  position: relative;
}
@media (min-width: 760px) {
  .cart__cell {
    display: table-cell;
    padding: 20px;
  }
  .cart__cell:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 975px) {
  .cart__cell {
    padding: 30px 0 30px 30px;
  }
  .cart__cell:nth-child(4) {
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .cart__cell {
    padding: 40px 0 40px 40px;
  }
  .cart__cell:nth-child(4) {
    padding-right: 40px;
  }
}
.cart__cell:nth-child(4) {
  text-align: right;
}

.cart__row--headers {
  background-color: transparent;
}
.cart__row--headers .cart__cell {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 975px) {
  .cart__row--headers .cart__cell {
    font-size: 20px;
    padding: 20px 30px;
  }
}
@media (min-width: 1400px) {
  .cart__row--headers .cart__cell {
    padding: 20px 40px;
  }
}

.cart__photo-and-descrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 760px) {
  .cart__photo-and-descrip {
    padding-bottom: 20px;
    width: 100%;
  }
}

.cart__photo-wrapper {
  width: 36vw;
  border: 2px solid #ebebeb;
  background-color: white;
  padding: 4px;
  line-height: 0;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: border-color 0.075s linear;
  transition: border-color 0.075s linear;
}
@media (min-width: 760px) {
  .cart__photo-wrapper {
    width: 14vw;
  }
}
@media (min-width: 975px) {
  .cart__photo-wrapper {
    width: 180px;
  }
}

@media (hover: hover) {
  .cart__photo-wrapper:hover {
    border-color: #FAD91F;
  }
}
.cart__photo-img {
  max-width: 100%;
  max-height: 200px;
}

.cart__descrip {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 760px) and (max-width: 975px) {
  .cart__descrip {
    font-size: 0.875em;
  }
}

.cart__update-and-remove-btns {
  position: absolute;
  bottom: -80px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 760px) {
  .cart__update-and-remove-btns {
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 975px) {
  .cart__update-and-remove-btns {
    bottom: 30px;
    right: 30px;
  }
}
@media (min-width: 1400px) {
  .cart__update-and-remove-btns {
    bottom: 40px;
    right: 40px;
  }
}

.cart__remove-btn, .cart__update-qty-btn {
  font-size: 0.75em;
  white-space: nowrap;
  margin-left: 20px;
}
.cart__remove-btn i.icon-x, .cart__update-qty-btn i.icon-x {
  margin-left: 0;
  margin-right: 1em;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (hover: hover) {
  .cart__remove-btn:hover {
    text-decoration: none;
  }
  .cart__remove-btn:hover i.icon-x {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.cart__cell--quantity-controls {
  width: 36vw;
}
@media (max-width: 760px) {
  .cart__cell--quantity-controls {
    margin-right: 20px;
  }
}
@media (min-width: 760px) {
  .cart__cell--quantity-controls {
    width: 150px;
  }
}

.cart__quantity-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  width: calc(100% - 32px);
  margin: 0 16px;
}
@media (min-width: 760px) {
  .cart__quantity-controls {
    width: 100px;
    margin: 0;
  }
}

.cart__quantity-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#9a9a9a));
  background: linear-gradient(#b3b3b3, #9a9a9a);
  color: white;
  width: 28px;
  font-size: 12px;
}
.cart__quantity-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#8b8b8b));
  background-image: linear-gradient(to bottom, #a3a3a3 0%, #8b8b8b 100%);
}

input.cart__quantity-readout {
  background: white;
  border: 1px solid #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  width: calc(100% - 60px);
  text-align: center;
}

.cart__cell--price, .cart__subtotal {
  font-weight: 700;
}
@media (min-width: 760px) {
  .cart__cell--price, .cart__subtotal {
    font-size: 18px;
  }
}
@media (min-width: 975px) {
  .cart__cell--price, .cart__subtotal {
    font-size: 20px;
  }
}

@media (max-width: 760px) {
  .cart__cell--price {
    display: inline-block;
    position: relative;
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cart__cell--price:before {
    content: "Price: ";
  }
}

.cart__cell--subtotal {
  font-weight: 700;
}
@media (max-width: 760px) {
  .cart__cell--subtotal {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
  }
  .cart__cell--subtotal:before {
    content: "Subtotal: ";
    font-weight: 700;
  }
}

.cart__product-title {
  margin: 0;
  font-size: 16px;
}
@media (min-width: 760px) {
  .cart__product-title {
    font-size: 18px;
  }
}
@media (min-width: 975px) {
  .cart__product-title {
    font-size: 20px;
  }
}

.cart__product-snippet {
  font-size: 14px;
  margin: 6px 0;
}
@media (min-width: 760px) {
  .cart__product-snippet {
    font-size: 14px;
  }
}
@media (min-width: 975px) {
  .cart__product-snippet {
    font-size: 16px;
  }
}

.cart__product-sku {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 760px) {
  .cart__product-sku {
    font-size: 16px;
  }
}
@media (min-width: 975px) {
  .cart__product-sku {
    font-size: 18px;
  }
}

.cart__header {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__header h1 {
  background-color: transparent;
  padding: 0;
  white-space: nowrap;
}

.cart__tax-disclaimer {
  font-size: 9px;
  line-height: 1.25;
  display: block;
}
@media (min-width: 760px) {
  .cart__tax-disclaimer {
    font-size: 13px;
    margin-top: 2px;
  }
}
@media (min-width: 975px) {
  .cart__tax-disclaimer {
    font-size: 14px;
  }
}

.cart__h2 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 760px) {
  .cart__h2 {
    font-size: 21px;
  }
}
@media (min-width: 975px) {
  .cart__h2 {
    font-size: 24px;
  }
}

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

.cart__discount-form {
  width: 100%;
  max-width: 400px;
  margin: 30px 0 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 760px) {
  .cart__discount-form {
    margin: 50px 0 10px auto;
  }
}
@media (min-width: 975px) {
  .cart__discount-form {
    margin: 80px 0 10px auto;
  }
}
.cart__discount-form .floating-label-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.cart__discount-apply-btn {
  padding: 0 1.5em;
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.cart__discount-apply-btn:after {
  display: none;
}

.cart__overall-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 50px 0 40px auto;
}
@media (min-width: 760px) {
  .cart__overall-subtotal {
    margin-top: 70px auto;
  }
}
@media (min-width: 975px) {
  .cart__overall-subtotal {
    margin-top: 90px auto;
  }
}
@media (max-width: 760px) {
  .cart__overall-subtotal .cart__h2 {
    font-size: 20px;
  }
}

.cart__overall-subtotal-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 760px) {
  .cart__overall-subtotal-left {
    text-align: left;
  }
}

.cart__overall-subtotal-right {
  margin-left: 40px;
}

/*****************************************
/
/     CHECKOUT STYLES
/
/****************************************/
.checkout__or {
  margin: 0 4px 20px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1300px) {
  .checkout__or {
    display: none;
  }
}

@media (max-width: 1300px) {
  .checkout__create-acct-btn {
    margin-right: 20px;
  }
}

.checkout__steps {
  background-color: #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout__thankyou {
  text-align: center;
  padding: 20px;
  background-color: #cfcfcf;
}

.checkout__step-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0 13px;
  border-bottom: 7px solid transparent;
  margin: 0 10px;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  color: #797979;
}
@media (min-width: 760px) {
  .checkout__step-btn {
    margin: 0 20px;
  }
}

.checkout__step-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  color: #cfcfcf;
  background-color: #797979;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 1;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}

@media (max-width: 760px) {
  .checkout__step-txt {
    font-size: 0;
  }

  .checkout__step-btn--active .checkout__step-txt {
    font-size: 16px;
  }
}
.checkout__step-btn--previous {
  color: #555;
  pointer-events: none;
  cursor: auto;
}
.checkout__step-btn--previous .checkout__step-num {
  background-color: #555;
}

.checkout__step-btn--active {
  border-bottom: 7px solid #FAD91F;
  color: black;
}
.checkout__step-btn--active .checkout__step-num {
  background-color: black;
}

.checkout__step-btn--disabled {
  pointer-events: none;
  color: #aaa;
}
.checkout__step-btn--disabled .checkout__step-num {
  background-color: #aaa;
}

.checkout__same-as-billing {
  margin: 1px 0 20px;
}
@media (max-width: 760px) {
  .checkout__same-as-billing {
    margin-bottom: 40px;
  }
}

@media (min-width: 760px) {
  .checkout__shipping-method-flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.checkout__shipping-method-radio-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .checkout__shipping-method-radio-wrapper {
    margin: 0 0 0 40px;
  }
}
.checkout__shipping-method-radio-wrapper:last-child {
  margin-bottom: 0;
}
.checkout__shipping-method-radio-wrapper:first-child {
  margin-left: 0;
}

.checkout__shipping-method-label {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 760px) {
  .checkout__shipping-method-label {
    position: relative;
    top: -2px;
  }
}

.checkout__shipping-address-h3 {
  margin: 0 30px 20px 0;
}
@media (min-width: 760px) {
  .checkout__shipping-address-h3 {
    margin-bottom: 40px;
  }
}

.checkout__left-column {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1400px) {
  .checkout__left-column {
    width: 30%;
    margin-bottom: 0;
  }
}

.checkout__cart-table {
  margin-top: 10px;
}
@media (min-width: 760px) {
  .checkout__cart-table {
    margin-top: 20px;
  }
}

.checkout__right-column {
  width: 100%;
}
@media (min-width: 1400px) {
  .checkout__right-column {
    width: calc(70% - 40px);
    margin-bottom: 0;
  }
}

.checkout__card-input-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkout__ccn-input-wrapper {
  width: 100%;
}

.checkout__exp-month-listbox, .checkout__exp-year-listbox {
  width: calc(50% - 10px);
}
@media (min-width: 760px) {
  .checkout__exp-month-listbox, .checkout__exp-year-listbox {
    width: calc(33.33% - 30px/1.33);
  }
}
@media (min-width: 1400px) {
  .checkout__exp-month-listbox, .checkout__exp-year-listbox {
    width: calc(50% - 30px/2);
  }
}

.checkout__cvv-input-wrapper {
  width: 100%;
}
@media (min-width: 760px) {
  .checkout__cvv-input-wrapper {
    width: calc(33.33% - 30px/1.33);
  }
}
@media (min-width: 1400px) {
  .checkout__cvv-input-wrapper {
    width: 100%;
  }
}

.checkout__qty-cell {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 760px) {
  .checkout__qty-cell {
    display: block;
    position: relative;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
  }
  .checkout__qty-cell:before {
    content: "Quantity: ";
  }
}
@media (min-width: 975px) {
  .checkout__qty-cell {
    font-size: 20px;
  }
}

.checkout__cart-table {
  min-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .checkout__cart-table .cart__cell {
    padding: 20px;
  }
}
@media (max-width: 760px) {
  .checkout__cart-table .cart__row {
    padding-bottom: 20px;
  }
}
.checkout__cart-table .cart__photo-wrapper {
  max-width: 120px;
}
.checkout__cart-table .cart__photo-img {
  max-height: 120px;
  margin-bottom: 0 !important;
}
.checkout__cart-table .cart__product-title, .checkout__cart-table .cart__product-sku, .checkout__cart-table .checkout__qty-cell, .checkout__cart-table .cart__cell--price, .checkout__cart-table .cart__cell--subtotal, .checkout__cart-table .cart__subtotal {
  font-size: 16px;
}
@media (max-width: 760px) {
  .checkout__cart-table .cart__product-sku {
    margin-bottom: 20px;
  }
  .checkout__cart-table .checkout__qty-cell, .checkout__cart-table .cart__cell--price {
    font-weight: 400;
    opacity: 0.8;
  }
  .checkout__cart-table .cart__cell--subtotal {
    margin-top: 5px;
  }
}
.checkout__cart-table .cart__photo-and-descrip {
  padding-bottom: 0;
}
.checkout__cart-table .cart__row--headers .cart__cell {
  font-size: 16px;
}

@media (min-width: 1400px) {
  .checkout__summary-table {
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .checkout__review-info-block {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .checkout__review-info-block {
    margin-bottom: 30px;
  }
}
.checkout__review-info-block:last-child {
  margin-bottom: 0;
}

@media (min-width: 760px) and (max-width: 1400px) {
  .checkout__review-info-block-flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.checkout__review-info-block-flexer--thankyou {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 760px) and (max-width: 1400px) {
  .checkout__review-info-block-flexer--thankyou .checkout__review-info-block {
    width: calc(33.33% - 30px/1.33);
    margin-right: 30px;
  }
  .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:last-child {
    margin-right: 33.33%;
  }
  .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:nth-child(1), .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:nth-child(2), .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:nth-child(3) {
    margin-bottom: 30px;
  }
  .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:nth-child(3) {
    margin-right: 0;
  }
}

@media (hover: hover) {
  .checkout__step-btn:not(.checkout__step-btn--active):hover {
    color: black;
    border-bottom-color: #bbb;
  }
  .checkout__step-btn:not(.checkout__step-btn--active):hover .checkout__step-num {
    background-color: black;
  }
}
/*

    EDIT ACCOUNT

------------------------------------------------------------------*/
.edit-account__widgets {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 975px) {
  .edit-account__widgets {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.edit-account__widget {
  background-color: black;
  font-size: 1rem;
  padding: 1em;
}
@media (min-width: 760px) {
  .edit-account__widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 760px) and (max-width: 975px) {
  .edit-account__widget {
    font-size: 0.75rem;
  }
}
@media (min-width: 975px) {
  .edit-account__widget {
    font-size: 0.625rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1400px) {
  .edit-account__widget {
    font-size: 0.825rem;
  }
}
.edit-account__widget .btn {
  padding: 0.75em 3em;
}

.edit-account__widget-label {
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media (min-width: 760px) {
  .edit-account__widget-label {
    margin: 0;
    width: 7em;
  }
}

.edit-account__widget-data {
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 760px) {
  .edit-account__widget-data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0.125em;
  }
}

.edit-account__widget-link {
  padding: 0;
  color: #FAD91F;
  font-weight: bold;
  margin-top: 1em;
}
@media (min-width: 760px) {
  .edit-account__widget-link {
    margin: 0;
  }
}
@media (hover: hover) {
  .edit-account__widget-link:hover {
    text-decoration: underline;
  }
}

.edit-account__widget-expanded-content {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 760px) {
  .edit-account__widget-expanded-content {
    width: 100%;
  }
}

/*

    FAQ

------------------------------------------------------------------*/
.faq__ul {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
@media (min-width: 760px) {
  .faq__ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.faq__li {
  padding-left: 1.75em;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (min-width: 975px) {
  .faq__li {
    font-size: 1rem;
  }
}

.faq__link {
  font-size: 1em;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .faq__link:hover {
    text-decoration: underline;
  }
}
.faq__link:before {
  content: "\e811";
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FAD91F;
  position: absolute;
  left: -1.75em;
  top: 0.2em;
}

.faq__back-to-top {
  color: #FAD91F;
  text-decoration: none;
  font-weight: 700;
}

.faq__contact-banner {
  background-color: #e5e5e5;
  padding: 20px;
  margin-bottom: 40px;
}
@media (min-width: 760px) {
  .faq__contact-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 975px) {
  .faq__contact-banner {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .faq__contact-banner {
    padding: 40px;
  }
}

.faq__contact-banner-h1 {
  font-size: 15px;
  margin: 0 0 10px;
}
@media (min-width: 760px) {
  .faq__contact-banner-h1 {
    font-size: 17px;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .faq__contact-banner-h1 {
    font-size: 25px;
  }
}

.faq__contact-banner-h2 {
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (min-width: 760px) {
  .faq__contact-banner-h2 {
    font-size: 30px;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .faq__contact-banner-h2 {
    font-size: 43px;
  }
}

.faq__contact-banner-btn {
  white-space: nowrap;
}

.no-touch .faq__link:hover, .no-touch .faq__back-to-top:hover {
  text-decoration: underline;
}

.faq__hr {
  width: 80px;
  height: 8px;
  background-color: #FAD91F;
  margin: 2rem 0;
}

.faq__input-wrapper {
  position: relative;
  margin: 1rem 0;
}
.faq__input-wrapper:after {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e814";
  color: black;
  position: absolute;
  right: 0.25em;
  top: 0.5em;
  font-size: 1.25em;
}
@media (min-width: 975px) and (max-width: 1400px) {
  .faq__input-wrapper:after {
    top: 0.325em;
  }
}
@media (min-width: 975px) {
  .faq__input-wrapper {
    max-width: 27rem;
  }
}

.dealers__area-links {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25em;
  font-size: 16px;
  padding: 1.25em 3em 1.25em 5vw;
  margin-left: -5vw;
}
@media (min-width: 760px) {
  .dealers__area-links {
    padding: 0.5em 3em 0.5em 4vw;
    margin-left: -4vw;
    gap: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1em;
  }
}
@media (min-width: 975px) {
  .dealers__area-links {
    padding-left: 3vw;
    margin-left: -3vw;
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .dealers__area-links {
    padding-left: 48px;
    margin-left: -48px;
  }
}
.dealers__area-links:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  z-index: -1;
}

.dealers__area-link {
  color: #FAD91F;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 0;
  line-height: 1;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 760px) {
  .dealers__area-link {
    border-bottom-width: 3px;
    padding: 0.5em 0;
  }
}
@media (hover: hover) {
  .dealers__area-link:not(.dealers__area-link--active):hover {
    color: white;
  }
}

.dealers__area-link--active {
  color: white;
  border-bottom-color: #FAD91F;
  padding-bottom: 0.25em;
}
@media (min-width: 760px) {
  .dealers__area-link--active {
    padding-bottom: 0.5em 0;
  }
}

.dealers__bar {
  background-color: #333;
  margin: 2rem 0;
  padding: 1.5rem;
}
@media (min-width: 975px) {
  .dealers__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem;
  }
}

.dealers__bar-p {
  margin-bottom: 2em;
}
@media (min-width: 975px) {
  .dealers__bar-p {
    margin: 0;
    font-size: 16px;
    max-width: 480px;
  }
}
@media (min-width: 1400px) {
  .dealers__bar-p {
    font-size: 18px;
  }
}

@media (min-width: 760px) {
  .dealers__bar-country-selector-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.dealers__bar-selector {
  width: 100%;
  color: #333;
  margin-top: 6px;
  font-weight: bold;
}
@media (min-width: 975px) {
  .dealers__bar-selector {
    margin-bottom: 0;
    max-width: 480px;
  }
}

.dealers__bar-divider {
  width: 1px;
  background-color: #555;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (min-width: 1400px) {
  .dealers__bar-divider--international {
    display: none;
  }
}

.dealers__bar-input {
  margin-top: 6px;
  width: 100%;
}
@media (min-width: 1400px) {
  .dealers__bar-input {
    width: 350px;
  }
}

.dealers__results-area {
  margin: 40px 0 60px;
}
@media (min-width: 975px) {
  .dealers__results-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dealers__results-area-left {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .dealers__results-area-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .dealers__results-area-left h2 {
    margin: 0;
    white-space: nowrap;
  }
  .dealers__results-area-left p {
    margin: 0.25em 0 0;
    font-size: 16px;
  }
}
@media (min-width: 975px) {
  .dealers__results-area-left {
    margin: 0;
  }
}

.dealers__bar-within-radios {
  height: 52px;
  font-size: 15px;
}
.dealers__bar-within-radios label {
  cursor: pointer;
  white-space: nowrap;
}

.dealers__bar-within-area {
  margin-top: 30px;
}
@media (min-width: 975px) {
  .dealers__bar-within-area {
    margin: 0;
  }
}

.dealers__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 760px) {
  .dealers__legend {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}

.dealers__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.dealers__legend-item-text {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  white-space: nowrap;
}

.dealers__tooltip-icon {
  position: relative;
  display: block;
  line-height: 0;
  cursor: pointer;
}

.dealers__tooltip-question-mark {
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@media (hover: hover) {
  .dealers__tooltip-question-mark:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.dealers__tooltip {
  position: absolute;
  z-index: 3;
  background-color: #444444;
  color: white;
  font-size: 12px;
  padding: 1em 2em;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
  opacity: 0;
  pointer-events: none;
  line-height: 1.25;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.dealers__tooltip--show {
  opacity: 1;
  pointer-events: all;
}

.dealers__tooltip-close-btn {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dealers__tooltip-close-btn:before {
  margin: 0;
}
@media (hover: hover) {
  .dealers__tooltip-close-btn:hover {
    color: #FAD91F;
  }
}

.dealers__tooltip-triangle {
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #444444;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

@media (min-width: 975px) {
  .dealers__tooltip--edge-case {
    -webkit-transform: translate(-100%, 12px);
            transform: translate(-100%, 12px);
    left: 4em;
  }
  .dealers__tooltip--edge-case .dealers__tooltip-triangle {
    left: auto;
    right: 2em;
  }
}

.dealers__international-grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media (min-width: 760px) {
  .dealers__international-grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 975px) {
  .dealers__international-grid {
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px;
  }
}

.dealer-card {
  background-color: #333333;
  border: 1px solid #444;
  padding: 16px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.dealer-card p {
  font-size: inherit;
  margin: 0;
}
.dealer-card p:last-of-type {
  margin-bottom: 2em;
}

.dealer-card--international {
  font-size: 12px;
}

.dealer-card__title {
  font-size: 18px;
  text-transform: uppercase;
}

.dealer-card__link {
  color: #FAD91F;
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  justify-self: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.dealer-card__link i {
  font-size: 0.75em;
}
@media (hover: hover) {
  .dealer-card__link:hover {
    text-decoration: underline;
  }
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  border-radius: 0px;
  font-family: "DM Sans", sans-serif;
  background: #333 !important;
  color: #FFF;
}

.popup-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.dealer-distance {
  font-size: 14px;
  font-weight: 700;
}

.dealer-link {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #F9D61E !important;
}

.dealers__map-module {
  position: relative;
  z-index: 2;
  margin-bottom: 6em;
}

.dealers__map-module-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background: black;
  font-family: "Oswald", sans-serif;
  padding-bottom: 10px;
}
@media (min-width: 760px) {
  .dealers__map-module-tabs {
    display: none;
  }
}

.dealers__map-module-tab {
  width: 50%;
  text-align: center;
  padding: 1em;
  position: relative;
}

.dealers__map-module-tab--active:after {
  content: "";
  position: absolute;
  bottom: 0.65em;
  width: 4.5em;
  height: 2px;
  background-color: #FAD91F;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dealers__map-module-panels {
  aspect-ratio: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  position: relative;
}
@media (min-width: 760px) {
  .dealers__map-module-panels {
    aspect-ratio: 0.85;
  }
}
@media (min-width: 975px) {
  .dealers__map-module-panels {
    aspect-ratio: 1.94;
  }
}

.dealers__results-window {
  display: none;
  background: black;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 0 5px 20px;
}
@media (min-width: 760px) {
  .dealers__results-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px 0 0;
    width: 170px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #222;
  }
}
@media (min-width: 975px) {
  .dealers__results-window {
    width: 250px;
  }
}
@media (min-width: 1400px) {
  .dealers__results-window {
    width: 280px;
  }
}
@media (hover: hover) {
  .dealers__results-window {
    padding-right: 0;
  }
}
.dealers__results-window:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, black), to(black));
  background: linear-gradient(transparent, black 75%, black);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (min-width: 760px) {
  .dealers__results-window:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, #222), to(#222));
    background: linear-gradient(transparent, #222 75%, #222);
    width: calc(100% - 20px);
  }
}
@media (hover: hover) {
  .dealers__results-window:after {
    display: none;
  }
}

.dealers__results-scroller {
  overflow-y: auto;
  width: 100%;
  padding-bottom: 100px;
}
.dealers__results-scroller::-webkit-scrollbar {
  width: 20px;
}
.dealers__results-scroller::-webkit-scrollbar-track {
  background: #222;
}
.dealers__results-scroller::-webkit-scrollbar-thumb {
  background-color: #444;
  border: 7px solid #222;
  border-top: 0;
  border-bottom: 0;
}
@media (hover: hover) {
  .dealers__results-scroller {
    padding-bottom: 0;
  }
}

.dealers__map {
  background: white;
  width: 100%;
}
@media (max-width: 760px) {
  .dealers__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: 0;
    opacity: 0;
  }
}

@media (max-width: 760px) {
  .dealers__map-module-tab--active {
    display: block;
  }
}

@media (max-width: 760px) {
  .dealers__map-module-panel--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    pointer-events: all;
    opacity: 1;
  }
}

.locator__result {
  background-color: #333;
  border: 1px solid #444;
  margin: 0 15px;
  padding: 20px 20px 20px 52px;
  position: relative;
  font-family: "Oswald", sans-serif;
  line-height: 1.75;
}
@media (min-width: 760px) and (max-width: 975px) {
  .locator__result {
    padding: 60px 15px 15px 15px;
    margin: 0 15px 0 0;
  }
}
@media (hover: hover) {
  .locator__result {
    margin: 0;
  }
}
.locator__result:first-child {
  margin-bottom: 20px;
}
.locator__result:first-child:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 12px;
  height: 37px;
  background-color: #FAD91F;
  display: block;
}
@media (min-width: 760px) and (max-width: 975px) {
  .locator__result:first-child:after {
    top: 60px;
    width: 10px;
  }
}
.locator__result:nth-child(2n+3) {
  background-color: #444;
}

.locator__result-pin-wrapper {
  position: absolute;
  top: 20px;
  left: 13px;
  width: 26px;
  line-height: 0;
  color: white;
}
@media (min-width: 760px) and (max-width: 975px) {
  .locator__result-pin-wrapper {
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.locator__result-pin-wrapper--white {
  color: #333;
}

.locator__result-pin-img {
  width: 100%;
}

.locator__result-h1 {
  margin: 0 0 0.75em;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 760px) and (max-width: 975px) {
  .locator__result-h1 {
    font-size: 16px;
  }
}

.locator__result-p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 760px) and (max-width: 975px) {
  .locator__result-p {
    font-size: 12px;
  }
}

.locator__result-p-link {
  display: inline-block;
  margin-top: 1em;
}

.locator__result-pin-number {
  font-size: 12px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0;
}

.locator__result-pin-number--black {
  color: black;
}

.dealers__logo-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 760px) {
  .dealers__logo-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 975px) {
  .dealers__logo-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .dealers__logo-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.dealers__logo-card {
  text-align: center;
  margin: 0.75em 0;
}
@media (hover: hover) {
  .dealers__logo-card:hover .dealers__logo-text-link {
    text-decoration: underline;
  }
}

.dealers__logo-img-wrapper {
  width: 100%;
  background-color: white;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}

.dealers__logo-img {
  max-width: 100%;
  max-height: 100%;
}

.dealers__logo-text-link {
  color: #FAD91F;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
}
@media (min-width: 760px) {
  .dealers__logo-text-link {
    font-size: 0.75rem;
  }
}

/*

ATTRIBUTE STYLES TO TRUMP THE CASCADE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hide {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.width100pc {
  width: 100%;
}

.no-top {
  margin-top: 0;
  padding-top: 0;
}

.no-bot {
  margin-bottom: 0;
  padding-bottom: 0;
}

.nada {
  margin: 0;
  padding: 0;
}

.mr20 {
  margin-right: 20px;
}

.mr20-non-phone {
  margin-right: 0;
}
@media (min-width: 760px) {
  .mr20-non-phone {
    margin-right: 20px;
  }
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb10-only-phone {
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .mb10-only-phone {
    margin-bottom: 0;
  }
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb20-only-phone {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .mb20-only-phone {
    margin-bottom: 0;
  }
}

.mb20-only-tablet {
  margin-bottom: 20px;
}
@media (min-width: 975px) {
  .mb20-only-tablet {
    margin-bottom: 0;
  }
}

.mb20-non-phone {
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .mb20-non-phone {
    margin-bottom: 20px;
  }
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb30-only-phone {
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .mb30-only-phone {
    margin-bottom: 0;
  }
}

.mb40 {
  margin-bottom: 40px;
}

.mb40-only-phone {
  margin-bottom: 40px;
}
@media (min-width: 760px) {
  .mb40-only-phone {
    margin-bottom: 0;
  }
}

.mt0 {
  margin-top: 0;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mt1rem {
  margin-top: 1rem;
}

.mt2rem {
  margin-top: 2rem;
}

.mt3rem {
  margin-top: 3rem;
}

.mt4rem {
  margin-top: 4rem;
}

.mt5rem {
  margin-top: 5rem;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt17 {
  margin-top: 17px;
}

.mt20 {
  margin-top: 20px;
}

.mt20-non-phone {
  margin-top: 0;
}
@media (min-width: 760px) {
  .mt20-non-phone {
    margin-top: 20px;
  }
}

.mt20-only-phone {
  margin-top: 20px;
}
@media (min-width: 760px) {
  .mt20-only-phone {
    margin-top: 0;
  }
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt40-non-phone {
  margin-top: 0;
}
@media (min-width: 760px) {
  .mt40-non-phone {
    margin-top: 40px;
  }
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb80 {
  padding-bottom: 80px;
}

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

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

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

.whitebg {
  background: white;
}

.whitetxt {
  color: white;
}

.blacktxt {
  color: black;
}

@media (max-width: 760px) {
  .non-phone {
    display: none;
  }
}
@media (max-width: 975px) {
  .hide-until-tablet-landscape {
    display: none;
  }
}
@media (min-width: 760px) {
  .phone-only {
    display: none;
  }
}

@media (min-width: 975px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 975px) {
  .desktop-only {
    display: none;
  }
}
/*

    PRINT

------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}