/** Shopify CDN: Minification failed

Line 1210:3 Unexpected "zoom"

**/
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Utilities & Helpers ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ Flexbox ================*/
@font-face {
  font-family: 'Roboto';
  src: url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Medium.woff2") format("woff2"), url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Medium.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Regular.woff2") format("woff2"), url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Regular.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Bold.woff2") format("woff2"), url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Bold.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Light.woff2") format("woff2"), url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Light.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

/*================ Typography Tools ================*/
/*================ Spacing ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Spacing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ VENDOR ================*/
/*================ Images ================*/
/*** Responsive lazyloaded images ***/
.ratio-box {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
  /* padding-top is calculated and rendered directly from HTML */ }

.ratio-box--video {
  padding-top: 56.25%; }

.ratio-box img,
.ratio-box iframe,
.ratio-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.background-box {
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  min-height: 300px; }

.lazyload,
.lazyloading {
  opacity: 0.25; }

.lazyloaded {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  backface-visibility: hidden; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: white image-url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: font-url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/slick.eot");
  src: font-url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/slick.eot#iefix") format("embedded-opentype"), font-url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/slick.woff") format("woff"), font-url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/slick.ttf") format("truetype"), font-url("https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0 1.25rem; }
  @media only screen and (min-width: 64em) {
    .remodal-wrapper {
      padding: 0 2.5rem; } }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
  max-width: 80rem;
  background-color: white; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0); } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*================ SECTIONS ================*/
.hero__content {
  position: relative; }
  .hero__content .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .hero__content .slick-dots {
    padding-right: 0;
    text-align: center; }
    @media only screen and (min-width: 48em) {
      .hero__content .slick-dots {
        padding-right: 2.5rem;
        text-align: right;
        position: relative;
        margin-top: -2.8125rem; } }
    .hero__content .slick-dots > li {
      display: inline-block; }
    .hero__content .slick-dots > li:only-child {
      display: none; }
  .hero__content .slick-dots li.slick-active button:before {
    color: black;
    opacity: 1; }
  .hero__content .slick-dots li button:before {
    font-size: 3.125rem;
    color: white;
    opacity: 1; }

.hero__content .hero__content-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.25rem;
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 100%; }
  @media only screen and (min-width: 48em) {
    .hero__content .hero__content-info {
      padding: 3.75rem 7.5rem; } }
  .hero__content .hero__content-info h1 {
    color: white;
    text-transform: uppercase;
    margin-top: 0;
    width: 100%; }
  .hero__content .hero__content-info button {
    z-index: 100; }

.hero__content-video {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 48em) {
    .hero__content-video {
      height: auto;
      width: 100%; } }

.hero__video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80vh; }

@media only screen and (min-width: 48em) {
  .hero__content .hero__text-valign-top {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; } }
@media only screen and (min-width: 48em) {
  .hero__content .hero__text-valign-bottom {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; } }
@media only screen and (min-width: 48em) {
  .hero__content .hero__text-halign-left {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    text-align: left; } }
@media only screen and (min-width: 48em) {
  .hero__content .hero__text-halign-right {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    text-align: right; } }

.hero__content-desktop {
  display: none; }
  @media only screen and (min-width: 48em) {
    .hero__content-desktop {
      display: block; } }

.hero__content-mobile {
  display: block; }
  @media only screen and (min-width: 48em) {
    .hero__content-mobile {
      display: none; } }
  .hero__content-mobile .slick-dots {
    position: absolute;
    top: 60vh;
    height: 2.5rem; }

.hero__slider {
  height: 80vh;
  position: relative; }
  .hero__slider .slick-dots {
    bottom: 2.1875rem; }

.hero__slider .hero__slider-mobile {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .hero__slider .hero__slider-mobile {
      display: none; } }

.hero__slider .hero__slider-desktop {
  background-position: center;
  background-size: cover;
  min-height: 80vh;
  background-image: transparent; }

.publications {
  text-align: center;
  padding: 2.5rem 0;
  margin: 0 auto;
  max-width: 80rem; }
  .publications h1 {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.01875rem;
    margin: 0; }

.publications__images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .publications__images a {
    width: 20%;
    padding: 1.25rem 3.75rem; }
  .publications__images .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .publications__images .slick-slide:hover {
    opacity: 0.75; }
  .publications__images .slick-active:focus {
    opacity: 0.75;
    border: none; }
  .publications__images .slick-dots li button:focus:before {
    opacity: 0.25; }
  .publications__images .slick-dots li.slick-active button:focus:before {
    opacity: .75;
    color: #000; }
  .publications__images .slick-dots button:before {
    font-size: 3.125rem; }
  .publications__images .slick-dots:focus-within {
    border: 1px solid #fb613b; }

/*==================== Image CTA =====================*/
.image-cta-section + .image-cta-section {
  padding-top: 0; }

.image-cta-section {
  background-color: #f7f7f8;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.image-cta__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 64em) {
    .image-cta__container {
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; } }

.image-cta__container--reverse {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }
  @media only screen and (min-width: 64em) {
    .image-cta__container--reverse {
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; } }

.image-cta__content {
  padding: 1.25rem;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .image-cta__content {
      padding: 0 2.5rem;
      width: 40%; } }
  @media only screen and (min-width: 80em) {
    .image-cta__content {
      padding: 0 7.5rem;
      width: 40%; } }
  .image-cta__content .left-align {
    text-align: left; }
  .image-cta__content .center-align {
    text-align: center; }
  .image-cta__content .right-align {
    text-align: right; }

@media only screen and (min-width: 64em) {
  .image-cta__title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.12;
    color: black;
    margin-bottom: 0.8125rem; } }

.image-cta__text-section__content {
  margin-bottom: 3.75rem; }
  @media only screen and (min-width: 64em) {
    .image-cta__text-section__content {
      font-size: 0.875rem;
      line-height: 1.64;
      color: #717171; } }

.image-cta__image {
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .image-cta__image {
      width: 60%; } }

/*================ COMMON ================*/
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 63.99em) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: bold; }

option {
  color: black;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 1.25rem;
  z-index: 10000;
  transition: none; }

/*================ General layout styles ================*/
body,
html {
  background-color: white;
  font-family: Roboto, sans-serif; }

input:focus,
select:focus,
button:focus {
  outline: #fb613b auto 0.3125rem;
  outline-color: #fb613b; }

a {
  color: #717171; }
  a:hover, a:focus {
    color: #fb613b; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 1.25rem 2.5rem; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (min-width: 30em) and (max-width: 47.99em) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 1.25rem;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 1.25rem; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 1.25rem;
      right: 1.25rem;
      border-bottom: 1px solid #f6f6f6; } }
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  text-transform: uppercase;
  color: white;
  background-color: #fb613b;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.625rem 3.75rem;
  transition: all 0.2s ease-in-out;
  border: 0.125rem solid #fb613b; }
  .btn:hover, .btn:focus {
    background-color: white;
    color: #fb613b; }

.btn--short {
  padding: 0.625rem 2.5rem; }

.btn--black {
  background-color: black;
  color: white;
  border-color: black; }
  .btn--black:hover, .btn--black:focus {
    background-color: #fb613b;
    color: white;
    border-color: #fb613b; }

.btn--transparent {
  background-color: transparent;
  color: black;
  border-color: black; }
  .btn--transparent:hover, .btn--transparent:focus {
    background-color: #fb613b;
    color: white;
    border-color: #fb613b; }

.btn--white {
  background-color: white;
  color: black;
  border-color: black; }
  .btn--white:hover, .btn--white:focus {
    background-color: #fb613b;
    color: white;
    border-color: #fb613b; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 0.0625rem solid #e8e9ed;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding: 0.625rem;
  font-size: 0.875rem;
  transition: border-color 0.2s ease-in-out; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #fb613b;
    outline: 0; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #eeeeee;
    border-color: #cccccc; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #717171; }
  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #717171; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #717171; }
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder {
    color: #717171; }

textarea {
  min-height: 100px;
  width: 100%;
  resize: none; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//https://cdn.shopify.com/s/files/1/0203/5102/t/41/assets/ico-select.svg?v=79576260803690757441678114367);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #e74c3c;
  background-color: #c0392b;
  color: #e74c3c; }

.form__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*================ Drawers ================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.drawer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  background-color: #fff;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  width: 100%;
  max-width: 25rem; }

.js-drawer-open {
  overflow: hidden; }

.drawer--top {
  width: 100%;
  transform: translateY(0); }
  .js-drawer-open-top .drawer--top {
    transform: translateY(100%);
    display: block; }

.drawer--left {
  left: 0;
  transform: translateX(-100%); }
  .js-drawer-open-left .drawer--left {
    display: block;
    transform: translateX(0); }
    .lt-ie9 .js-drawer-open-left .drawer--left {
      left: 0; }

.drawer--right {
  right: 0;
  transform: translateX(100%); }
  .js-drawer-open-right .drawer--right {
    display: block;
    transform: translateX(0); }
    .lt-ie9 .js-drawer-open-right .drawer--right {
      right: 0; }

.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }

#CartDrawer {
  overflow: scroll; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/*================ SECTION ================*/
#product-template {
  background: #f7f7f8; }

.product-top__container {
  max-width: 80rem;
  margin: 0 auto; }
  @media only screen and (min-width: 64em) {
    .product-top__container {
      padding: 1.25rem 2.5rem; } }

.product-top__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-top__featured-image-slider-container {
  width: 100%;
  padding: 0 1.25rem;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 64em) {
    .product-top__featured-image-slider-container {
      padding-right: 2.5rem;
      padding-left: 0;
      width: 70%;
      margin-bottom: 0; } }

.product-top__featured-image-slider {
  padding-left: 0;
  font-size: 0;
  margin: 0; }
  .product-top__featured-image-slider li {
    list-style: none; }
  .product-top__featured-image-slider.slick-hidden {
    opacity: 0;
    max-height: 0;
    visibility: hidden; }
    .product-top__featured-image-slider.slick-hidden.slick-initialized {
      opacity: 1;
      max-height: unset;
      visibility: visible; }
  .product-top__featured-image-slider .prod__next-arrow,
  .product-top__featured-image-slider .prod__prev-arrow {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 0.8125rem;
    z-index: 10; }
    @media only screen and (min-width: 64em) {
      .product-top__featured-image-slider .prod__next-arrow,
      .product-top__featured-image-slider .prod__prev-arrow {
        opacity: 0;
        visibility: hidden;
        max-height: 0; } }
  .product-top__featured-image-slider .prod__next-arrow {
    right: 0; }
  .product-top__featured-image-slider .prod__prev-arrow {
    left: 0; }
  .product-top__featured-image-slider img {
    width: 100%;
    padding: 0 1.25rem; }
    @media only screen and (min-width: 64em) {
      .product-top__featured-image-slider img {
        padding: 0; } }

.product-thumbnail-image__slider-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem;
  display: none; }
  @media only screen and (min-width: 64em) {
    .product-thumbnail-image__slider-container {
      display: block;
      padding: 1.25rem 2.5rem; } }

.product-thumbnail-image__slider {
  padding-left: 0;
  margin: 0 3.75rem;
  padding: 0 2.5rem;
  z-index: 2;
  font-size: 0; }
  .product-thumbnail-image__slider li {
    list-style: none; }
    .product-thumbnail-image__slider li img {
      width: 100%; }
  .product-thumbnail-image__slider.slick-hidden {
    opacity: 0;
    max-height: 0;
    visibility: hidden; }
    .product-thumbnail-image__slider.slick-hidden.slick-initialized {
      opacity: 1;
      max-height: unset;
      visibility: visible; }
  .product-thumbnail-image__slider .prod__next-arrow,
  .product-thumbnail-image__slider .prod__prev-arrow {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 0.8125rem;
    z-index: 10; }
  .product-thumbnail-image__slider .prod__next-arrow {
    right: 0; }
  .product-thumbnail-image__slider .prod__prev-arrow {
    left: 0; }
  .product-thumbnail-image__slider .slick-slide img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5; }
  .product-thumbnail-image__slider .slick-slide a {
    min-height: 12.5rem;
    padding: 2.5rem 0;
    display: block;
    margin: 0 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (min-width: 64em) {
      .product-thumbnail-image__slider .slick-slide a {
        margin: 0 2.5rem; } }
    .product-thumbnail-image__slider .slick-slide a:focus {
      outline: 0; }
      .product-thumbnail-image__slider .slick-slide a:focus img {
        opacity: 1; }
  .product-thumbnail-image__slider .slick-slide.slick-current img {
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    opacity: 1; }
  .product-thumbnail-image__slider .slick-slide.slick-current a {
    box-shadow: inset 0 -0.1875rem 0 0 #fb613b;
    transition-duration: 1.3s; }

.product-thumbnail-slider__border-bottom {
  position: relative;
  background: #e8e9ed;
  width: 100%;
  height: 0.1875rem;
  margin-top: -0.1875rem;
  z-index: 1; }

.product-info {
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .product-info {
      width: 30%; } }
  .product-info .yotpo .sr-only {
    display: none; }
  .product-info .yotpo .text-m {
    padding-left: 0.625rem;
    font-size: 0.625rem;
    color: #717171 !important; }
    .product-info .yotpo .text-m::before {
      content: '('; }
    .product-info .yotpo .text-m::after {
      content: ')'; }
  .product-info .yotpo .yotpo-icon-default-star:before, .product-info .yotpo .yotpo .yotpo-icon-star:before,
  .product-info .yotpo .yotpo-icon.rating-star {
    color: #fb613b; }

.product-info__inner {
  background: white;
  padding: 2.5rem 1.25rem; }
  @media only screen and (min-width: 64em) {
    .product-info__inner {
      padding: 2.5rem; } }

.product-info__availability {
  background: black;
  color: white;
  text-transform: uppercase;
  font-size: 0.625rem;
  padding: 0.3125rem;
  font-weight: bold; }
  .product-info__availability.product-info__availability--in-stock {
    display: inline-block; }
    .product-info__availability.product-info__availability--in-stock.active {
      display: none; }
  .product-info__availability.product-info__availability--out-of-stock {
    display: none; }
    .product-info__availability.product-info__availability--out-of-stock.active {
      display: inline-block; }

.product-info__review-snippet {
  width: 100%;
  margin: 1.25rem 0; }

.product-info__title {
  font-size: 1.75rem;
  margin-bottom: 1.875rem; }

.product-info__icon-details-each {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .product-info__icon-details-each svg {
    min-width: 1.25rem;
    height: 1.25rem;
    margin-right: 1.25rem; }

.product-info__icon-text {
  line-height: 1.4;
  font-size: 0.875rem; }

.product-info__zip-snippet {
  border-top: 0.0625rem solid #bcbcbc;
  margin-top: 1.875rem; }

.product-info__zip-price {
  margin: 0;
  font-size: 0.75rem; }

.product__mini-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: black;
  text-align: center;
  display: none; }
  @media only screen and (min-width: 64em) {
    .product__mini-title {
      display: block; } }

.product__mini-subtext {
  font-size: 0.875rem;
  font-weight: bold;
  color: #bcbcbc;
  text-transform: uppercase;
  text-align: center;
  display: none; }
  @media only screen and (min-width: 64em) {
    .product__mini-subtext {
      display: block; } }

.product-form__container {
  max-width: 80rem;
  margin: 0 auto; }

.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: black;
  padding: 2.5rem 1.25rem; }
  @media only screen and (min-width: 64em) {
    .product-form {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 2.5rem 2.5rem 0.625rem 2.5rem;
      padding: 2.5rem 2.5rem; } }

.product-form__divider {
  background: #717171;
  height: 2.5rem;
  width: 0.0625rem;
  padding-right: 0.0625rem;
  margin: 0 0.3125rem;
  display: none; }
  @media only screen and (min-width: 64em) {
    .product-form__divider {
      display: block; } }

.product-form__price-container {
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 64em) {
    .product-form__price-container {
      margin-bottom: 0; } }

.product-form__price {
  color: white;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 12.1875rem; }
  @media only screen and (min-width: 64em) {
    .product-form__price {
      width: auto; } }

.product-form__sale-text {
  color: white;
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: 0.035rem; }

.product-form__min-price-label {
  color: white;
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: 0.035rem; }

.product-form__sale-price {
  color: #717171;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.035rem; }

.product-form .js-qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 3.75rem;
  max-width: 5rem;
  z-index: 1; }
.product-form .js-qty__num {
  height: 100%;
  text-align: Center;
  border: none;
  min-width: 1.25rem;
  padding: 0; }
.product-form .js-qty__adjust {
  height: 100%;
  border: none;
  background: white; }

.product-form__select-container {
  margin: 1.25rem 0;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .product-form__select-container {
      width: auto;
      margin: 0; } }

.product-form__variant-select {
  height: 3.75rem;
  border: none;
  background: white;
  padding: 0 1.25rem 0 0.8125rem;
  color: #717171;
  min-width: 10.9375rem;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .product-form__variant-select {
      width: auto; } }

.selector-wrapper {
  position: relative;
  margin-top: 0; }
  .selector-wrapper svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.8125rem;
    width: 0.625rem;
    fill: #717171;
    height: 0.625rem; }
    @media only screen and (min-width: 64em) {
      .selector-wrapper svg {
        right: 0.8125rem; } }

.selector-wrapper-customizer {
  width: 100%; }

.product-form__submit {
  height: 3.75rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #fb613b;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: none;
  color: white;
  font-weight: bold;
  letter-spacing: 0.07rem;
  width: 100%;
  margin: 1.25rem 0;
  min-width: 0; }
  @media only screen and (min-width: 64em) {
    .product-form__submit {
      width: 15.625rem;
      margin: 0; } }
  .product-form__submit.disabled {
    background: #717171;
    color: white; }

.tab.product__tabs-accordion {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem; }
  @media only screen and (min-width: 64em) {
    .tab.product__tabs-accordion {
      padding: 1.25rem 2.5rem; } }
  .tab.product__tabs-accordion .tab__inner {
    background: transparent;
    padding: 0; }
    @media only screen and (min-width: 64em) {
      .tab.product__tabs-accordion .tab__inner {
        padding: 3.75rem 7.5rem;
        background: white; } }
  .tab.product__tabs-accordion .tab__header-container {
    display: none; }
    @media only screen and (min-width: 64em) {
      .tab.product__tabs-accordion .tab__header-container {
        border-bottom: 0.0625rem solid #bcbcbc;
        margin-bottom: 2.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around; } }
  .tab.product__tabs-accordion .tab__header {
    margin: 0;
    padding-bottom: 0.8125rem;
    font-size: 1.25rem;
    font-weight: normal;
    color: #717171; }
    .tab.product__tabs-accordion .tab__header.active {
      color: black;
      box-shadow: inset 0 -0.3125rem 0 0 #fb613b; }
    @media only screen and (min-width: 64em) {
      .tab.product__tabs-accordion .tab__header:hover {
        color: #fb613b; } }
    .tab.product__tabs-accordion .tab__header:focus {
      outline: 0;
      color: #fb613b; }
  .tab.product__tabs-accordion .tab__content {
    margin-bottom: 0;
    display: block;
    border-top: 0.0625rem solid #bcbcbc; }
    @media only screen and (min-width: 64em) {
      .tab.product__tabs-accordion .tab__content {
        border-top: 0;
        display: none; }
        .tab.product__tabs-accordion .tab__content.active {
          display: block; } }
    .tab.product__tabs-accordion .tab__content a:focus {
      outline: 0;
      color: #fb613b; }
    .tab.product__tabs-accordion .tab__content#offers {
      border-bottom: 0.0625rem solid #bcbcbc; }
      @media only screen and (min-width: 64em) {
        .tab.product__tabs-accordion .tab__content#offers {
          border-bottom: 0; } }
  .tab.product__tabs-accordion .accordion {
    max-width: 80rem;
    margin: 0 auto;
    padding: 1.25rem; }
  .tab.product__tabs-accordion .accordion__header {
    position: relative;
    font-size: 0.875rem;
    font-weight: normal;
    color: black;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 1.25rem 0;
    text-align: left;
    width: 100%; }
    @media only screen and (min-width: 64em) {
      .tab.product__tabs-accordion .accordion__header {
        display: none; } }
    .tab.product__tabs-accordion .accordion__header::after {
      content: '+';
      position: absolute;
      right: 0; }
    .tab.product__tabs-accordion .accordion__header.active {
      color: #fb613b; }
      .tab.product__tabs-accordion .accordion__header.active::after {
        content: '-';
        position: absolute;
        right: 0; }
    .tab.product__tabs-accordion .accordion__header:focus {
      outline: 0;
      color: #fb613b; }
  .tab.product__tabs-accordion .accordion__content {
    transition: max-height 0.3s ease-out;
    line-height: 1.75;
    letter-spacing: 0.07rem; }
    @media only screen and (min-width: 64em) {
      .tab.product__tabs-accordion .accordion__content {
        display: block;
        border: none; }
        .tab.product__tabs-accordion .accordion__content[data-accordion-content="description"] {
          -webkit-column-count: 2;
          /* Chrome, Safari, Opera */
          -moz-column-count: 2;
          /* Firefox */
          column-count: 2;
          -webkit-column-gap: 3.75rem;
          /* Chrome, Safari, Opera */
          -moz-column-gap: 3.75rem;
          /* Firefox */
          column-gap: 3.75rem; } }
    .tab.product__tabs-accordion .accordion__content p {
      font-size: 0.875rem; }
    .tab.product__tabs-accordion .accordion__content a {
      color: #717171; }
      .tab.product__tabs-accordion .accordion__content a:hover {
        color: #fb613b;
        text-decoration: none; }

.disappear {
  display: none; }

#product-accessories {
  background: #f7f7f8; }
  #product-accessories .product-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 1.25rem; }
    @media only screen and (min-width: 64em) {
      #product-accessories .product-form {
        padding: 2.5rem; } }
  #product-accessories .product-form__quantity-price {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
  #product-accessories .product-form__price-container {
    margin: 0;
    width: 70%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #product-accessories .product-form__price {
    text-align: right;
    font-size: 1.5rem; }
    @media only screen and (min-width: 64em) {
      #product-accessories .product-form__price {
        font-size: 1.1875rem; } }
    @media only screen and (min-width: 80em) {
      #product-accessories .product-form__price {
        font-size: 1.5rem; } }
  #product-accessories .js-qty {
    width: 30%; }
  #product-accessories .product-form__select-container,
  #product-accessories .js-qty {
    margin: 0.625rem 0; }
  #product-accessories .product-form__select-container,
  #product-accessories .product-form__variant-select {
    width: 100%; }
  #product-accessories .product-form__submit {
    margin: 0.625rem 0 0 0; }
    @media only screen and (min-width: 64em) {
      #product-accessories .product-form__submit {
        width: 100%; } }

.product-customizer {
  padding-bottom: 1.25rem; }
  .product-customizer .product-info {
    margin: 0; }
  .product-customizer .product-top__inner {
    padding: 0 1.25rem; }
    @media only screen and (min-width: 64em) {
      .product-customizer .product-top__inner {
        padding: 0; } }
  .product-customizer .product-top__featured-image-slider-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
    @media only screen and (min-width: 64em) {
      .product-customizer .product-top__featured-image-slider-container {
        padding: 0 2.5rem 0 0; } }
  .product-customizer .product-customizer-top__featured-image-slider {
    background: white;
    margin-bottom: 1.25rem;
    padding: 0 0 2.5rem 0; }
    @media only screen and (min-width: 64em) {
      .product-customizer .product-customizer-top__featured-image-slider {
        margin-bottom: 0;
        padding: 5rem 2.5rem; } }
    .product-customizer .product-customizer-top__featured-image-slider .slick-track {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
  .product-customizer .product-customizer__image {
    width: 100%; }
  .product-customizer .prod-customizer__next-arrow,
  .product-customizer .prod-customizer__prev-arrow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    z-index: 10; }
    @media only screen and (min-width: 64em) {
      .product-customizer .prod-customizer__next-arrow,
      .product-customizer .prod-customizer__prev-arrow {
        opacity: 1;
        visibility: visible; } }
  .product-customizer .prod-customizer__next-arrow {
    right: 0.625rem; }
  .product-customizer .prod-customizer__prev-arrow {
    left: 0.625rem; }
  .product-customizer .slick-dots {
    bottom: 0.8125rem;
    left: 0;
    right: 0; }
    @media only screen and (min-width: 64em) {
      .product-customizer .slick-dots {
        bottom: 2.5rem;
        left: 0;
        right: 0; } }
    .product-customizer .slick-dots li button {
      background: #bcbcbc;
      border-radius: 50%;
      width: 0.8125rem;
      height: 0.8125rem; }
      .product-customizer .slick-dots li button::before {
        font-size: 0; }
    .product-customizer .slick-dots li.slick-active button {
      background: #fb613b; }
  .product-customizer .product-form {
    background: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0; }
    .product-customizer .product-form .product-form__min-price-label {
      color: black; }
    .product-customizer .product-form .product-form__price-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      margin-bottom: 1.25rem;
      width: 100%; }
    .product-customizer .product-form .product-form__price-divider {
      padding: 0 0.625rem;
      color: #bcbcbc;
      font-size: 1.25rem; }
    .product-customizer .product-form .product-form__price-label {
      font-size: 0.875rem;
      letter-spacing: 0.0625rem; }
    .product-customizer .product-form .product-form__price-wrapper {
      width: 9.0625rem; }
    .product-customizer .product-form .product-form__price {
      font-size: 1.25rem; }
    .product-customizer .product-form .js-qty {
      border: 0.0625rem solid #bcbcbc; }
    .product-customizer .product-form .js-qty__num {
      padding: 0; }
    .product-customizer .product-form .product-form__out-of-stock {
      display: none; }
      .product-customizer .product-form .product-form__out-of-stock.active {
        display: block; }
    .product-customizer .product-form .product-form__select-container {
      width: 100%; }
    .product-customizer .product-form .product-form__selector-container {
      width: 100%; }
    .product-customizer .product-form .product-form__selector-label {
      font-size: 0.875rem;
      letter-spacing: 0.0625rem;
      font-weight: 500; }
    .product-customizer .product-form .selector-wrapper {
      width: 100%; }
    .product-customizer .product-form select,
    .product-customizer .product-form .product-form__variant-select {
      height: 3.75rem;
      background: white;
      border: 0.0625rem solid #bcbcbc;
      padding: 0 1.875rem 0 0.8125rem;
      color: #717171;
      width: 100%;
      margin: 1.25rem 0; }
      .product-customizer .product-form select:focus,
      .product-customizer .product-form .product-form__variant-select:focus {
        outline: 0.0625rem solid #fb613b; }
      .product-customizer .product-form select svg,
      .product-customizer .product-form .product-form__variant-select svg {
        right: 0.625rem; }
    .product-customizer .product-form .product-form__quantity-submit {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .product-customizer .product-form .product-form__submit {
      width: 100%;
      margin: 0 0 0 0.625rem; }
      .product-customizer .product-form .product-form__submit:hover span, .product-customizer .product-form .product-form__submit:focus span {
        color: black; }
      .product-customizer .product-form .product-form__submit span {
        color: white; }
      .product-customizer .product-form .product-form__submit[disabled] {
        cursor: not-allowed;
        background: #717171; }
    .product-customizer .product-form span {
      color: black; }
  .product-customizer .zip-widget__wrapper {
    margin: 0; }
    @media only screen and (min-width: 64em) {
      .product-customizer .zip-widget__wrapper {
        margin: 0 auto; } }
  .product-customizer .product-info__zip-snippet {
    border-bottom: 0.0625rem solid #bcbcbc; }
  .product-customizer .product__social-sharing {
    padding-top: 0.8125rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .product-customizer .product__social-sharing .social-sharing,
    .product-customizer .product__social-sharing .product__social-sharing-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
    .product-customizer .product__social-sharing span {
      font-size: 0.875rem; }
      .product-customizer .product__social-sharing span.product__social-mail-label {
        margin-left: 1.25rem; }
    .product-customizer .product__social-sharing a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      height: 1.25rem; }
    .product-customizer .product__social-sharing svg {
      margin: 0 0.3125rem;
      height: 100%; }
  .product-customizer .tab.product__tabs-accordion {
    background: white; }
    @media only screen and (min-width: 64em) {
      .product-customizer .tab.product__tabs-accordion {
        background: transparent; } }

#selectImageSrc {
  display: none; }

.carbon-battery,
.bamboo-battery {
  display: none; }
  .carbon-battery.active,
  .bamboo-battery.active {
    display: block; }

.product-specs__container--desktop {
  display: none; }
  @media only screen and (min-width: 64em) {
    .product-specs__container--desktop {
      display: block; } }

.product-specs__container--mobile {
  display: block;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem; }
  @media only screen and (min-width: 64em) {
    .product-specs__container--mobile {
      display: none; } }

.product-specs__section-title {
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.03rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .product-specs__section-title {
      margin-bottom: 5rem;
      margin-top: 2.5rem; } }

.product-specs__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-specs__each {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 0 0.3125rem;
  text-align: center;
  width: 50%; }
  @media only screen and (min-width: 64em) {
    .product-specs__each {
      width: 25%; } }

.product-specs__icon {
  height: 2.8125rem;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .product-specs__icon {
      height: 4.375rem; } }
  .product-specs__icon svg {
    height: 100%;
    width: 75%; }
    @media only screen and (min-width: 48em) {
      .product-specs__icon svg {
        width: 100%; } }

.product-specs__title {
  line-height: 1.4;
  font-size: 0.875rem; }

.product-customiser__specs-content {
  display: none; }
  .product-customiser__specs-content.active {
    display: block; }

.product-customiser__product-description {
  display: block; }
  .product-customiser__product-description.active {
    display: none; }

.pagination {
  text-align: center;
  padding: 2.5rem 0 1.25rem 0; }
  .pagination .page a {
    text-decoration: none;
    color: black; }
    .pagination .page a:focus {
      outline: 0;
      color: #fb613b; }
  .pagination .page.current {
    color: #fb613b; }
  .pagination .next a,
  .pagination .prev a {
    text-decoration: none;
    color: black; }
    .pagination .next a:focus,
    .pagination .prev a:focus {
      outline: 0;
      color: #fb613b; }

.related-products {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem 0.625rem; }
  @media only screen and (min-width: 64em) {
    .related-products {
      padding: 1.25rem; } }

.related-product__section-title {
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold; }
  @media only screen and (min-width: 64em) {
    .related-product__section-title {
      font-size: 2.25rem; } }

.related-products__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.related-products__grid-item {
  width: 50%;
  padding: 0 0.625rem; }
  @media only screen and (min-width: 64em) {
    .related-products__grid-item {
      padding: 0 1.25rem;
      width: 33.33%; } }

.product-reviews__title {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.028rem;
  text-align: center;
  width: 100%;
  margin: 0; }

.product-reviews {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .product-reviews {
      padding: 3.75rem 2.5rem; } }
  .product-reviews div,
  .product-reviews span {
    font-family: Roboto, sans-serif !important; }
  .product-reviews .yotpo .yotpo-icon-default-star:before, .product-reviews .yotpo .yotpo-icon-star:before,
  .product-reviews .yotpo .yotpo-icon-default-half-star:before, .product-reviews .yotpo .yotpo-icon-half-star:before {
    color: black; }
  .product-reviews .yotpo-label.yotpo-small-box {
    display: none !important; }
  .product-reviews .yotpo .yotpo-tool-tip .tool-tip-header .header-blue, .product-reviews .yotpo .yotpo-tool-tip-question .tool-tip-header .header-blue, .product-reviews .yotpo .yotpo-tool-tip-answer .tool-tip-header .header-blue,
  .product-reviews .yotpo-reviews-carousel .carousel-display-wrapper .carousel-read-more {
    color: #fb613b; }

.yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 {
  display: none !important; }

.product-reviews .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button {
  display: inline-block !important;
  width: 205px;
  position: relative;
  font-family: Roboto, sans-serif;
  background: #fb613b;
  letter-spacing: 0.07rem;
  font-weight: bold;
  padding: 0.8125rem 2.5rem;
  color: white;
  top: 0 !important;
  transition: all 0.2s ease-in-out; }
  .product-reviews .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button:hover, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button:hover {
    background: white; }
    .product-reviews .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button:hover span, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button:hover span {
      color: #fb613b; }

.product-link-container:focus,
.yotpo-page-element:focus {
  outline: #fb613b auto 0.3125rem;
  outline-color: #fb613b; }

.product-image-details {
  max-width: 80rem;
  margin: 0 auto; }
  @media only screen and (min-width: 64em) {
    .product-image-details {
      margin: 1.25rem auto; } }

.product-image-details__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: white;
  margin: 0;
  padding: 1.25rem; }
  @media only screen and (min-width: 64em) {
    .product-image-details__inner {
      margin: 0 2.5rem;
      padding: 3.75rem 2.5rem; } }

.product-image-details__left {
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .product-image-details__left {
      padding-right: 1.25rem;
      width: 33.33%; } }

.product-image-details__left-title {
  color: #fb613b;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.028rem; }

.product-image-details__left-list-wrapper {
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.7; }

.product-image-details__left-list-item {
  padding: 0.3125rem 0; }

.product-image-details__right {
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .product-image-details__right {
      width: 66.66%; } }

.product-image-details__right-image {
  width: 100%; }

.product-card__title {
  font-size: 0.875rem;
  font-weight: bold;
  color: black;
  letter-spacing: 0.0625rem;
  margin: 0.8125rem 0 0.3125rem 0;
  line-height: 1.5; }
  @media only screen and (min-width: 64em) {
    .product-card__title {
      font-size: 1rem; } }

.product-card__price {
  color: black;
  font-size: 0.875rem;
  letter-spacing: 0.068rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
  margin: 0 0 2.5rem 0; }
  @media only screen and (min-width: 64em) {
    .product-card__price {
      font-size: 1rem; } }

.product-card__price-sale {
  color: #fb613b; }

.product-card__link {
  text-decoration: none;
  display: block; }
  @media only screen and (min-width: 64em) {
    .product-card__link:hover {
      outline: 0;
      opacity: 0.8; }
      .product-card__link:hover .product-card__title {
        color: #fb613b; } }
  .product-card__link:focus {
    outline: 0;
    opacity: 0.8; }
    .product-card__link:focus .product-card__title {
      color: #fb613b; }
    @media only screen and (min-width: 64em) {
      .product-card__link:focus {
        outline: #fb613b auto 0.3125rem;
        outline-color: #fb613b;
        opacity: 1; }
        .product-card__link:focus .product-card__title {
          color: black; } }

.product-video__container {
  background: #f7f7f8;
  font-size: 0; }

.product-video {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (min-width: 64em) {
    .product-video {
      padding: 1.25rem 2.5rem; } }

.product-video__wrapper {
  position: relative; }
  .product-video__wrapper video {
    width: 100%; }

.product-video__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer; }
  .product-video__overlay.active {
    background: black;
    opacity: 0.5; }

.product-video__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: white;
  border-radius: 50%;
  width: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .product-video__play-icon {
      width: 3.75rem; } }
  .product-video__play-icon svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: black;
    padding: 0.8125rem; }
    @media only screen and (min-width: 64em) {
      .product-video__play-icon svg {
        width: 3.75rem;
        height: 3.75rem;
        padding: 1.25rem; } }

.breadcrumb {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem; }
  @media only screen and (min-width: 64em) {
    .breadcrumb {
      padding: 1.25rem 2.5rem; } }
  .breadcrumb a {
    font-size: 0.625rem;
    text-decoration: none;
    color: #717171; }
    .breadcrumb a:focus {
      outline: 0;
      color: #fb613b; }
  .breadcrumb .breadcrumbs-divider {
    padding: 0 0.3125rem;
    font-size: 0.625rem;
    color: #717171; }
  .breadcrumb .breadcrumbs-current {
    color: #fb613b;
    font-size: 0.625rem; }

/*================ Collection Block ================*/
.collection-block-section {
  background-color: #f7f7f8; }

.collection-block {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem 1.25rem; }
  @media only screen and (min-width: 48em) {
    .collection-block {
      padding: 0 2.5rem; } }

@media only screen and (min-width: 48em) {
  .collection-block__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.collection-block__block-container {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0; }
  @media only screen and (min-width: 48em) {
    .collection-block__block-container {
      width: 50%;
      padding: 0 1.25rem;
      margin-bottom: 2.5rem; } }

.collection-block__block-inner-container {
  background-color: white;
  padding: 2.5rem 1.25rem; }

.collection-block__title {
  font-size: 1.75rem;
  text-align: center;
  margin: 0.8125rem 0; }

.collection-block__content {
  text-align: center; }
  .collection-block__content .collection-block__starting {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0; }
  .collection-block__content .collection-block__money {
    font-size: 1rem;
    margin-top: 0.3125rem;
    font-weight: 500; }

.collection-block__button-container {
  text-align: center;
  margin: 2.5rem auto 1.25rem; }

.collection-block__image {
  padding: 0px 1.25rem; }

.collection-block__content-container .slick-prev {
  cursor: pointer;
  fill: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1; }
.collection-block__content-container .slick-next {
  cursor: pointer;
  fill: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1; }

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

.zip-widget__wrapper {
  cursor: pointer;
  max-width: 30.625rem;
  margin: 0 auto; }
  .zip-widget__wrapper iframe {
    left: 0; }

.collection-block__zip-widget-container {
  padding: 0; }

.collection-block__zip-widget {
  padding: 0; }
  .collection-block__zip-widget > iframe {
    height: 45px !important;
    max-width: 300px !important;
    padding: 0; }

.collection-block__zip-widget-money {
  font-size: 0.75rem;
  color: black;
  letter-spacing: normal;
  margin: 0; }

.related-products {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem 0.625rem; }
  @media only screen and (min-width: 64em) {
    .related-products {
      padding: 1.25rem; } }

.related-product__section-title {
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold; }
  @media only screen and (min-width: 64em) {
    .related-product__section-title {
      font-size: 2.25rem; } }

.related-products__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.related-products__grid-item {
  width: 50%;
  padding: 0 0.625rem; }
  @media only screen and (min-width: 64em) {
    .related-products__grid-item {
      padding: 0 1.25rem;
      width: 33.33%; } }

.hero__content {
  position: relative; }
  .hero__content .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .hero__content .slick-dots {
    padding-right: 0;
    text-align: center; }
    @media only screen and (min-width: 48em) {
      .hero__content .slick-dots {
        padding-right: 2.5rem;
        text-align: right;
        position: relative;
        margin-top: -2.8125rem; } }
    .hero__content .slick-dots > li {
      display: inline-block; }
    .hero__content .slick-dots > li:only-child {
      display: none; }
  .hero__content .slick-dots li.slick-active button:before {
    color: black;
    opacity: 1; }
  .hero__content .slick-dots li button:before {
    font-size: 3.125rem;
    color: white;
    opacity: 1; }

.hero__content .hero__content-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.25rem;
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 100%; }
  @media only screen and (min-width: 48em) {
    .hero__content .hero__content-info {
      padding: 3.75rem 7.5rem; } }
  .hero__content .hero__content-info h1 {
    color: white;
    text-transform: uppercase;
    margin-top: 0;
    width: 100%; }
  .hero__content .hero__content-info button {
    z-index: 100; }

.hero__content-video {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 48em) {
    .hero__content-video {
      height: auto;
      width: 100%; } }

.hero__video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80vh; }

@media only screen and (min-width: 48em) {
  .hero__content .hero__text-valign-top {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; } }
@media only screen and (min-width: 48em) {
  .hero__content .hero__text-valign-bottom {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; } }
@media only screen and (min-width: 48em) {
  .hero__content .hero__text-halign-left {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    text-align: left; } }
@media only screen and (min-width: 48em) {
  .hero__content .hero__text-halign-right {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    text-align: right; } }

.hero__content-desktop {
  display: none; }
  @media only screen and (min-width: 48em) {
    .hero__content-desktop {
      display: block; } }

.hero__content-mobile {
  display: block; }
  @media only screen and (min-width: 48em) {
    .hero__content-mobile {
      display: none; } }
  .hero__content-mobile .slick-dots {
    position: absolute;
    top: 60vh;
    height: 2.5rem; }

.hero__slider {
  height: 80vh;
  position: relative; }
  .hero__slider .slick-dots {
    bottom: 2.1875rem; }

.hero__slider .hero__slider-mobile {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .hero__slider .hero__slider-mobile {
      display: none; } }

.hero__slider .hero__slider-desktop {
  background-position: center;
  background-size: cover;
  min-height: 80vh;
  background-image: transparent; }

.panels__slick-prev, .panels__slick-next {
  position: absolute;
  width: 1.5625rem; }

.panels__slick-prev {
  left: 0.3125rem;
  z-index: 10; }

.panels__slick-next {
  right: 0.3125rem; }

.panels__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .panels__container {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (max-width: 63.99em) {
    .panels__container {
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; } }

.panels__collection {
  width: 100%;
  text-decoration: none;
  background-color: black;
  position: relative; }
  @media only screen and (min-width: 48em) {
    .panels__collection {
      width: 25%; } }
  .panels__collection:hover .panels__collection-background {
    opacity: 1; }

@media only screen and (min-width: 48em) {
  .panels__container .quarter {
    width: 25%; }
  .panels__container .third {
    width: 33.33333%; }
  .panels__container .half {
    width: 50%; } }

.panels__collection-background {
  background-size: cover;
  background-position: center;
  height: 70vh;
  width: 100vw;
  opacity: 1;
  position: relative; }
  @media only screen and (min-width: 64em) {
    .panels__collection-background {
      height: 85vh;
      width: 100%;
      opacity: 0.75; } }
  @media only screen and (min-width: 48em) and (max-width: 63.99em) {
    .panels__collection-background {
      width: 50vw; } }

.panels__collection-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  position: absolute;
  width: 81vw;
  padding: 2.5rem;
  z-index: 10;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .panels__collection-content {
      width: 100%;
      text-align: left;
      padding: 3.75rem; } }
  @media only screen and (min-width: 48em) and (max-width: 63.99em) {
    .panels__collection-content {
      width: 50vw;
      text-align: left;
      padding: 3.75rem; } }

.panels__collection-content__title {
  color: white;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  margin: 0; }

.panels__collection-content__button {
  height: 3.125rem;
  width: 75%;
  margin: 0 auto;
  font-size: 0.875rem;
  padding: 0; }
  @media only screen and (min-width: 64em) {
    .panels__collection-content__button {
      width: 100%;
      font-size: 1rem; } }

/*================ Homepage Reviews ================*/
.homepage-reviews {
  max-width: 80rem;
  padding: 2.5rem 1.25rem;
  margin: 0 auto; }
  @media only screen and (min-width: 64em) {
    .homepage-reviews {
      padding: 2.5rem 2.5rem; } }
  .homepage-reviews div,
  .homepage-reviews span {
    font-family: Roboto, sans-serif !important; }
  .homepage-reviews .yotpo .yotpo-icon-default-star:before, .homepage-reviews .yotpo .yotpo-icon-star:before,
  .homepage-reviews .yotpo .yotpo-icon-default-half-star:before, .homepage-reviews .yotpo .yotpo-icon-half-star:before {
    color: black; }
  .homepage-reviews .yotpo-label.yotpo-small-box {
    display: none !important; }
  .homepage-reviews .carousel-display-wrapper {
    padding: 0 0 !important; }
  .homepage-reviews .yotpo .yotpo-tool-tip .tool-tip-header .header-blue, .homepage-reviews .yotpo .yotpo-tool-tip-question .tool-tip-header .header-blue, .homepage-reviews .yotpo .yotpo-tool-tip-answer .tool-tip-header .header-blue,
  .homepage-reviews .header-blue .tool-tip-header-span {
    color: #fb613b !important; }

/*================ Follow Us ================*/
.follow-us {
  background-color: #f7f7f8; }

.follow-us__text-section {
  max-width: 80rem;
  padding: 3.75rem 1.25rem;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .follow-us__text-section {
      padding: 2.5rem 2.5rem; } }

.follow-us__tag {
  font-size: 0.875rem;
  letter-spacing: 0.029em;
  color: #717171;
  margin: 0.625rem 0; }

.follow-us__title {
  letter-spacing: 0.028em;
  margin: 0.625rem 0; }

#insta-feed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 64em) {
    #insta-feed {
      display: block; } }
  #insta-feed a:not(.instafeed-lightbox) {
    width: 50%; }
    #insta-feed a:not(.instafeed-lightbox) .instafeed-container {
      width: 100% !important;
      padding-top: 100% !important; }
    @media only screen and (min-width: 64em) {
      #insta-feed a:not(.instafeed-lightbox) {
        width: 20%; }
        #insta-feed a:not(.instafeed-lightbox) .instafeed-container {
          width: 20% !important;
          padding-top: 20% !important; } }
  #insta-feed a:nth-child(n+8) {
    display: none; }
    @media only screen and (min-width: 64em) {
      #insta-feed a:nth-child(n+8) {
        display: inline; } }

.page-comparison__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.page-comparison {
  max-width: calc(80rem + 2.5rem);
  overflow-x: scroll;
  margin: 2.5rem 1.25rem; }

.page-comparison__table {
  border-collapse: collapse;
  width: 80rem; }
  .page-comparison__table tr {
    text-align: left; }
  .page-comparison__table th, .page-comparison__table td {
    border: 0.0625rem solid #bcbcbc;
    width: 22%;
    padding: 0.625rem;
    line-height: 1.6;
    font-size: 0.875rem; }
    @media only screen and (min-width: 80em) {
      .page-comparison__table th, .page-comparison__table td {
        padding: 1.25rem; } }
    .page-comparison__table th:first-child, .page-comparison__table td:first-child {
      width: 12%; }
  .page-comparison__table td {
    color: #717171; }
  .page-comparison__table .page-comparison__image {
    width: 100%; }
  .page-comparison__table .page-comparison__header {
    font-size: 1.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.0625rem; }

.page-wheels-guide {
  max-width: calc(80rem + 3.125rem);
  padding: 1.25rem;
  margin: 0 auto; }

.page-wheels-guide__title {
  text-transform: uppercase;
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
  font-weight: 500; }

.page-wheels-guide__subtext {
  color: #717171;
  font-size: 0.875rem;
  line-height: 1.4; }
  .page-wheels-guide__subtext.page-wheels-guide__subtext--second {
    margin-top: 3.75rem; }

.page-wheels-guide__bottom-text {
  color: #717171;
  font-size: 0.875rem;
  margin-bottom: 3.75rem; }
  .page-wheels-guide__bottom-text a {
    color: #fb613b;
    text-decoration: none; }
    .page-wheels-guide__bottom-text a:hover, .page-wheels-guide__bottom-text a:focus {
      opacity: 0.8; }

.page-wheels-guide__first,
.page-wheels-guide__second {
  max-width: calc(80rem + 3.125rem);
  margin: 2.5rem 0;
  overflow-x: scroll; }
  .page-wheels-guide__first tr,
  .page-wheels-guide__second tr {
    text-align: left; }
  .page-wheels-guide__first th, .page-wheels-guide__first td,
  .page-wheels-guide__second th,
  .page-wheels-guide__second td {
    border: 0.0625rem solid #bcbcbc;
    width: 11.1111%;
    padding: 0.625rem;
    line-height: 1.6;
    font-size: 0.875rem; }
    @media only screen and (min-width: 80em) {
      .page-wheels-guide__first th, .page-wheels-guide__first td,
      .page-wheels-guide__second th,
      .page-wheels-guide__second td {
        padding: 1.25rem; } }
  .page-wheels-guide__first td,
  .page-wheels-guide__second td {
    color: #717171; }

.page-wheels-guide__table {
  border-collapse: collapse;
  width: 80rem; }

.page-wheels-guide__image {
  width: 100%;
  padding-top: 0.625rem; }

.page-board-guide__container {
  max-width: calc(80rem + 3.125rem);
  padding: 1.25rem;
  margin: 0 auto; }

.page-board-guide__title {
  text-transform: uppercase;
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
  font-weight: 500; }

.page-board-guide {
  max-width: calc(80rem + 3.125rem);
  margin: 2.5rem 0;
  overflow-x: scroll; }
  .page-board-guide tr {
    text-align: left; }
  .page-board-guide th, .page-board-guide td {
    border: 0.0625rem solid #bcbcbc;
    width: 14.28%;
    padding: 0.625rem;
    line-height: 1.6;
    font-size: 0.875rem; }
    @media only screen and (min-width: 80em) {
      .page-board-guide th, .page-board-guide td {
        padding: 1.25rem; } }
  .page-board-guide td {
    color: #717171; }

.page-board-guide__table {
  border-collapse: collapse;
  width: 80rem; }

.page-board-guide__image {
  width: 100%; }

.related-article {
  position: relative;
  padding: 0 0.8125rem 1.25rem 0.8125rem;
  max-width: 80rem;
  margin: 0 auto; }
  @media only screen and (min-width: 64em) {
    .related-article {
      padding: 0 2.5rem 2.5rem 2.5rem; } }

.related-article__prev-arrow,
.related-article__next-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  max-height: 0;
  visibility: hidden; }
  @media only screen and (min-width: 64em) {
    .related-article__prev-arrow,
    .related-article__next-arrow {
      opacity: 1;
      max-height: 100%;
      visibility: visible; } }

.related-article__prev-arrow {
  left: 0.3125rem; }

.related-article__next-arrow {
  right: 0.3125rem; }

.related-article__each {
  padding: 0 0.1875rem; }
  @media only screen and (min-width: 64em) {
    .related-article__each {
      padding: 0 0.625rem; } }

.related-article__each-img-link:focus, .related-article__each-img-link:hover {
  outline: 0; }
  .related-article__each-img-link:focus .related-article__each-img, .related-article__each-img-link:hover .related-article__each-img {
    opacity: 0.7; }

.related-article__each-img {
  width: 100%;
  height: 100%; }

.related-article__each-blog-link {
  display: none; }
  @media only screen and (min-width: 64em) {
    .related-article__each-blog-link {
      display: block;
      margin: 0.8125rem 0; } }
  .related-article__each-blog-link a {
    text-decoration: none;
    color: #fb613b;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.09375rem; }
    .related-article__each-blog-link a:focus, .related-article__each-blog-link a:hover {
      outline: 0;
      color: #fb613b;
      opacity: 0.7; }

.related-article__each-title {
  display: none; }
  @media only screen and (min-width: 64em) {
    .related-article__each-title {
      display: block;
      margin: 0; } }
  .related-article__each-title a {
    text-decoration: none;
    color: black;
    font-size: 1.5rem;
    font-weight: bold; }
    .related-article__each-title a:focus, .related-article__each-title a:hover {
      outline: 0;
      color: #fb613b; }

.article-next__mobile-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 3.75rem;
  padding-bottom: 3.75rem; }

/*================ TEMPLATES ================*/
/*================ Pages ================*/
.page__title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  padding: 2.5rem 0;
  margin: 0; }
  @media only screen and (min-width: 48em) {
    .page__title {
      padding: 5rem 0; } }

.faqs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (min-width: 48em) {
    .faqs {
      padding: 0 8.75rem;
      width: auto; } }

.faqs__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .faqs__tabs {
      width: auto; } }
  .faqs__tabs svg {
    width: 2.1875rem;
    height: 2.1875rem;
    margin-right: 0.9375rem; }
  .faqs__tabs .tab__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-weight: bold; }
  .faqs__tabs .tab__content-container {
    display: block; }
    @media only screen and (min-width: 48em) {
      .faqs__tabs .tab__content-container {
        display: none; }
        .faqs__tabs .tab__content-container.show {
          display: block; } }
  .faqs__tabs .faqs__link-active {
    color: #fb613b !important; }
  .faqs__tabs .accordion__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    margin: 0.625rem 0; }
    @media only screen and (min-width: 48em) {
      .faqs__tabs .accordion__header {
        display: none; } }
    .faqs__tabs .accordion__header.active {
      color: #fb613b; }
      .faqs__tabs .accordion__header.active .icon-arrow-down {
        transform: rotate(0deg);
        transition: all 0.2s ease-in-out; }
    .faqs__tabs .accordion__header .icon-arrow-down {
      width: 0.9375rem;
      height: 0.9375rem;
      transform: rotate(-90deg); }
  .faqs__tabs .accordion__content {
    display: none; }
    @media only screen and (min-width: 48em) {
      .faqs__tabs .accordion__content {
        display: block; } }
    .faqs__tabs .accordion__content:first-child {
      display: block; }

.faqs__tabs-buttons {
  display: none; }
  @media only screen and (min-width: 48em) {
    .faqs__tabs-buttons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .faqs__tabs-buttons .tab {
    margin-bottom: 3.125rem; }

.faqs__tabs-content {
  max-width: 100%;
  width: 100%; }

.js-faqs__tabs-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 0.8125rem 0;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.05125rem;
  cursor: pointer;
  width: 100%; }
  .js-faqs__tabs-wrapper:first-child {
    margin-top: 0; }
  .js-faqs__tabs-wrapper .icon {
    margin: 0.8125rem; }
  .js-faqs__tabs-wrapper p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%; }
  .js-faqs__tabs-wrapper .icon-arrow-down {
    width: 0.9375rem;
    margin: 0;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out; }
    @media only screen and (min-width: 48em) {
      .js-faqs__tabs-wrapper .icon-arrow-down {
        display: none; } }

.faqs__wrapper {
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 48em) {
    .faqs__wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

@media only screen and (min-width: 48em) {
  .faqs__content-mobile {
    display: none; } }

.faqs__hidden {
  display: none; }

.faqs__link-active {
  color: #fb613b; }
  .faqs__link-active .icon-arrow-down {
    transform: rotate(0deg); }

.faqs__tabs-wrapper-icon {
  width: 5rem; }

.faqs__content {
  padding: 0;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  @media only screen and (min-width: 48em) {
    .faqs__content {
      padding: 0 0 0 4.6875rem; } }

.faqs__content-mobile {
  display: none; }

.faqs__mobile-active {
  display: block; }
  @media only screen and (min-width: 48em) {
    .faqs__mobile-active {
      display: none; } }

.faqs__title {
  display: none;
  color: #fb613b;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.08125rem;
  margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .faqs__title {
      display: block;
      padding-left: 4.6875rem; } }
  .faqs__title .icon {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0; }

.faqs__subtitle {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.08125rem;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .faqs__subtitle {
      text-align: left; } }

.faqs__question {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-bottom: 0; }
  @media only screen and (min-width: 48em) {
    .faqs__question {
      font-size: 0.875rem;
      letter-spacing: 0.05rem;
      line-height: 2.14; } }

.faqs__answer {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 48em) {
    .faqs__answer {
      font-size: 0.875rem;
      letter-spacing: 0.05rem;
      line-height: 2.14; } }
  .faqs__answer a {
    color: #fb613b; }
    .faqs__answer a:hover {
      text-decoration: none; }

.faqs__international {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.25rem; }
  @media only screen and (min-width: 48em) {
    .faqs__international {
      font-size: font0size(h3);
      font-weight: bold;
      line-height: 1.88;
      letter-spacing: 0.0625rem; } }

.faqs__countries {
  border: 0.0625rem solid black;
  letter-spacing: 0.05688rem;
  width: 100%;
  text-transform: uppercase; }
  @media only screen and (min-width: 48em) {
    .faqs__countries {
      max-width: 50%;
      letter-spacing: 0.0625rem; } }

.faqs__response {
  color: #fb613b;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.25rem; }
  @media only screen and (min-width: 48em) {
    .faqs__response {
      font-size: 1rem;
      letter-spacing: 0.04375rem; } }
  .faqs__response a {
    color: #fb613b; }
    .faqs__response a:hover {
      text-decoration: none; }

#article {
  background: #f7f7f8; }

.article {
  max-width: 80rem;
  margin: 0 auto;
  text-align: left;
  padding: 3.75rem 2.5rem; }
  .article .article-image__container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .article .article-image__container img {
      width: 100%;
      height: 100%; }
      @media only screen and (min-width: 64em) {
        .article .article-image__container img {
          width: 65%; } }
  .article .rte {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 64em) {
      .article .rte {
        width: 65%; } }
    .article .rte p {
      line-height: 1.5;
      color: #717171; }

.article-next,
.article-prev {
  text-decoration: none;
  color: #fb613b;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  text-transform: uppercase; }
  .article-next:focus, .article-next:hover,
  .article-prev:focus,
  .article-prev:hover {
    opacity: 0.7; }

.article-next--desktop,
.article-prev--desktop {
  display: none; }
  @media only screen and (min-width: 64em) {
    .article-next--desktop,
    .article-prev--desktop {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }

.article-next--desktop {
  right: 0; }

.article-prev--desktop {
  left: 0; }

.article-next--mobile,
.article-prev--mobile {
  display: block; }
  @media only screen and (min-width: 64em) {
    .article-next--mobile,
    .article-prev--mobile {
      display: none; } }

.article-blog-title {
  color: #fb613b;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin: 0; }

.article-title {
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
  margin: 0.8125rem 0 2.5rem 0; }

/*================ SNIPPETS ================*/
/*================ Ajax Cart ================*/
.ajaxcart {
  padding: 0; }
  @media only screen and (min-width: 64em) {
    .ajaxcart {
      padding: 0; } }

.cart-header__title {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.8125rem;
  margin-top: 2.5rem;
  font-weight: bold; }

.ajaxcart-drawer {
  padding: 1.25rem 1.25rem;
  z-index: 15; }

.ajaxcart__inner {
  border-top: solid 0.0625rem #bcbcbc;
  border-bottom: solid 0.0625rem #bcbcbc; }

.ajaxcart__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ajaxcart__product {
  border-top: solid 0.0625rem #bcbcbc;
  padding: 1.25rem 0; }

.ajaxcart__product-image {
  padding-right: 0.8125rem;
  width: 33%; }

.ajaxcart__info {
  padding-left: 0.8125rem;
  width: 66%; }

.ajaxcart__name-remove-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.875rem; }

.ajaxcart__product-name {
  padding-right: 0.8125rem;
  width: 50%;
  margin: 0; }

.product-name {
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  color: black; }

.ajaxcart__price {
  padding-left: 0.8125rem;
  width: 50%;
  font-size: 0.875rem;
  font-weight: 400; }

.ajaxcart__qty-price-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.ajaxcart__qty__container {
  padding-right: 0.8125rem;
  width: 50%; }

.ajaxcart__qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 0.0625rem #f7f7f8; }

.ajaxcart__qty-button {
  border-color: white;
  background-color: white;
  text-align: center;
  border: none; }

.ajaxcart__qty-num {
  text-align: center;
  border: none;
  max-width: 2.8125rem; }

.ajaxcart__remove {
  padding-left: 0.8125rem;
  width: 50%;
  text-decoration: underline;
  font-size: 0.875rem;
  text-align: right;
  letter-spacing: 0.071em; }

.ajaxcart__subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 700; }
  .ajaxcart__subtotal .subtotal__label,
  .ajaxcart__subtotal .subtotal__price {
    margin: 0;
    text-transform: uppercase; }

.ajaxcart__checkout {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1.25rem;
  padding: 0.8125rem 0; }

.ajaxcart__disclaimer {
  text-align: center;
  font-size: 0.875rem;
  color: #bcbcbc; }

.js-drawer-close {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-left: auto; }

.js-drawer-close::before,
.js-drawer-close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1875rem;
  /* cross thickness */
  background-color: black; }

.js-drawer-close::before {
  transform: rotate(45deg); }

.js-drawer-close::after {
  transform: rotate(-45deg); }

.ajaxcart-drawer {
  overflow-y: scroll; }

.cart-label {
  margin: 0.8125rem 0;
  display: block; }

.cart-textarea {
  margin: 0 0 0.8125rem 0; }

/*================ Full Text Hero ================*/
.full-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f7f7f8;
  padding: 2.5rem 0 2.5rem; }
  @media only screen and (min-width: 80em) {
    .full-text {
      padding: 3.75rem 0 2.5rem; } }
  .full-text h1 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100%; }

.full-text-section__container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  column-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.785em;
  padding: 2.5rem 1.25rem 1.25rem;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .full-text-section__container {
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2;
      padding: 2.5rem 2.5rem 1.25rem;
      text-align: left; } }

.full-text-section {
  color: black;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .full-text-section {
      padding: 3.75rem 2.5rem 2.5rem;
      text-align: left; } }
  .full-text-section p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5625rem; }

/*================ Text Image Hero Section ================*/
.text-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: black; }
  @media only screen and (min-width: 80em) {
    .text-image {
      min-height: 50rem; } }

.text-section__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .text-section__container {
      width: 50%; } }

.text-section {
  color: white;
  padding: 2.5rem 1.25rem 3.75rem;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .text-section {
      padding: 5rem;
      text-align: left; } }
  .text-section h1 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2.5rem;
    text-transform: uppercase; }
  .text-section p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5625rem; }

.img-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-bottom: 100%; }
  @media only screen and (min-width: 64em) {
    .img-section {
      width: 50%;
      padding-bottom: 0; } }

/*================ Full Image Hero ================*/
.full-image-hero {
  width: 100%; }

.full-image-hero--desktop {
  width: 100%;
  display: none; }
  @media only screen and (min-width: 64em) {
    .full-image-hero--desktop {
      display: block; } }

.full-image-hero--mobile {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 64em) {
    .full-image-hero--mobile {
      display: none; } }

/*================ MODULES ================*/
/*================ Site Header ================*/
#shopify-section-header {
  background-color: black;
  position: relative;
  z-index: 1; }

.site-header {
  max-width: 80rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .site-header a {
    color: white;
    outline: 0;
    transition: color 0.2s ease-in-out; }
    .site-header a:focus {
      color: #fb613b; }
    @media only screen and (min-width: 64em) {
      .site-header a:hover {
        color: #fb613b; } }

.site-header__icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0 1.25rem;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .site-header__icons button {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: white;
    position: relative; }
    .site-header__icons button:focus {
      color: #fb613b;
      outline: 0; }
    .site-header__icons button:not(:last-child) {
      margin-right: 1.25rem; }
  .site-header__icons .site-header__mobile-toggle svg {
    width: 1.5625rem;
    height: auto; }
  .site-header__icons .site-header__search-toggle {
    margin-right: 1.25rem; }
    .site-header__icons .site-header__search-toggle svg {
      width: 1.5625rem;
      height: auto; }
    @media only screen and (min-width: 80em) {
      .site-header__icons .site-header__search-toggle {
        display: none; } }
  .site-header__icons .site-header__cart {
    position: relative; }
    .site-header__icons .site-header__cart svg {
      width: 2.375rem;
      height: auto; }
    @media only screen and (min-width: 64em) {
      .site-header__icons .site-header__cart {
        padding: 0 2.5rem;
        height: 100%;
        background-color: #fb613b; }
        .site-header__icons .site-header__cart:hover, .site-header__icons .site-header__cart:focus {
          background-color: white;
          color: black; } }
    .site-header__icons .site-header__cart .site-header__cart-count {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      position: absolute;
      top: 0;
      transform: translateY(-50%);
      right: -0.5rem;
      background-color: #fb613b;
      color: white;
      border-radius: 50%;
      width: 1.25rem;
      height: 1.25rem;
      font-size: 0.875rem;
      font-weight: bold; }
      @media only screen and (min-width: 64em) {
        .site-header__icons .site-header__cart .site-header__cart-count {
          background-color: black;
          right: 2.5rem;
          top: 1.875rem;
          transform: translate(50%, -50%); } }

.site-header--left {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }
  @media only screen and (min-width: 64em) {
    .site-header--left {
      display: none; } }

.site-header--right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
  @media only screen and (min-width: 64em) {
    .site-header--right {
      -webkit-flex: 0;
      -moz-flex: 0;
      -ms-flex: 0;
      flex: 0;
      padding-right: 0; } }

.site-header__logo {
  padding: 1.25rem 0;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .site-header__logo {
      text-align: left;
      -webkit-flex: 0;
      -moz-flex: 0;
      -ms-flex: 0;
      flex: 0;
      padding: 1.25rem 2.5rem; } }
  .site-header__logo a {
    display: inline-block; }
  .site-header__logo svg {
    width: 8rem;
    height: auto; }

.site-header__nav {
  display: none; }
  @media only screen and (min-width: 64em) {
    .site-header__nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.desktop-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.desktop-nav__parent {
  height: 100%;
  position: relative;
  border-left: 0.0625rem solid white;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
  transition-delay: 0.2s; }
  .desktop-nav__parent > a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    height: 100%;
    padding: 0 1.25rem;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: color 0.2s ease-in-out;
    transition-delay: 0.2s; }
    .desktop-nav__parent > a svg {
      color: #fb613b;
      width: 0.9375rem;
      height: auto;
      margin-left: 0.625rem; }
  .desktop-nav__parent:last-child {
    border-right: 0.0625rem solid white; }
  .desktop-nav__parent:focus, .desktop-nav__parent:focus-within, .desktop-nav__parent:hover {
    background-color: white; }
    .desktop-nav__parent:focus > a, .desktop-nav__parent:focus-within > a, .desktop-nav__parent:hover > a {
      color: black; }
    .desktop-nav__parent:focus .desktop-nav__children-container, .desktop-nav__parent:focus-within .desktop-nav__children-container, .desktop-nav__parent:hover .desktop-nav__children-container {
      max-height: 62.5rem; }

.desktop-nav__children-container {
  position: absolute;
  bottom: 0;
  left: -0.0625rem;
  transform: translateY(100%);
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  transition-delay: 0.2s; }

.desktop-nav__children {
  margin: 0;
  padding: 1.25rem;
  list-style-type: none; }

.desktop-nav__child {
  white-space: nowrap; }
  .desktop-nav__child > a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    color: black; }
    .desktop-nav__child > a:focus, .desktop-nav__child > a:hover {
      color: #fb613b; }
  .desktop-nav__child:not(:last-child) {
    margin-bottom: 1.25rem; }
  .desktop-nav__child:focus .desktop-nav__grandchildren, .desktop-nav__child:focus-within .desktop-nav__grandchildren, .desktop-nav__child:hover .desktop-nav__grandchildren {
    max-height: 62.5rem; }

.desktop-nav__grandchildren {
  list-style-type: none;
  padding: 0 0 0 1.25rem;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  transition-delay: 0.2s; }

.desktop-nav__grandchild {
  margin-top: 1.25rem; }
  .desktop-nav__grandchild > a {
    color: black;
    font-size: 0.875rem;
    text-decoration: none; }
    .desktop-nav__grandchild > a:focus, .desktop-nav__grandchild > a:hover {
      color: #fb613b; }

.site-header__account {
  display: none;
  color: white;
  margin-right: 1.25rem; }
  @media only screen and (min-width: 64em) {
    .site-header__account {
      display: inline-block; } }
  .site-header__account:hover, .site-header__account:focus {
    color: #fb613b; }
  .site-header__account svg {
    width: 1.875rem;
    height: auto; }

.site-header__additionals {
  display: none; }
  @media only screen and (min-width: 64em) {
    .site-header__additionals {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      margin-left: auto; } }

.site-header__search--desktop {
  display: none;
  position: relative;
  height: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 0 2.5rem; }
  @media only screen and (min-width: 80em) {
    .site-header__search--desktop {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .site-header__search--desktop input {
    background-color: transparent;
    border: 0;
    border-bottom: 0.0625rem solid white;
    font-size: 0.875rem;
    color: white;
    width: 100%;
    line-height: 1.4;
    padding-right: 1.25rem; }
    .site-header__search--desktop input:focus {
      outline: 0;
      border-color: #fb613b; }
  .site-header__search--desktop button {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: white;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%); }
    .site-header__search--desktop button svg {
      width: 0.9375rem;
      height: auto; }
    .site-header__search--desktop button:focus, .site-header__search--desktop button:hover {
      color: #fb613b;
      outline: 0; }

.site-header__site-select {
  position: relative;
  padding: 0 1.25rem; }
  @media only screen and (min-width: 80em) {
    .site-header__site-select {
      padding: 0 2.5rem; } }
  .site-header__site-select:after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    transform: rotate(-45deg) translateY(-50%);
    height: 0.5rem;
    width: 0.5rem;
    border-bottom: 0.0625rem solid white;
    border-left: 0.0625rem solid white; }
    @media only screen and (min-width: 80em) {
      .site-header__site-select:after {
        right: 1.25rem; } }
  .site-header__site-select:focus:after, .site-header__site-select:focus-within:after {
    border-color: #fb613b; }
  .site-header__site-select select {
    border: 0;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    position: relative;
    background-image: none;
    padding: 0; }
    .site-header__site-select select:focus {
      color: #fb613b;
      outline: 0; }

.site-footer {
  width: 100%;
  background-color: black; }
  .site-footer .footer {
    padding: 3.75rem 1.25rem 1.25rem;
    max-width: 80rem;
    margin: 0 auto; }
    @media only screen and (min-width: 64em) {
      .site-footer .footer {
        padding: 3.75rem 2.5rem 2.5rem; } }

.footer__blocks {
  padding: 2.5rem 0;
  border-bottom: 0.0625rem solid white; }
  @media only screen and (min-width: 48em) {
    .footer__blocks {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      padding: 3.75rem 0; } }

.footer__block {
  text-align: center;
  padding: 1.25rem; }
  @media only screen and (min-width: 48em) {
    .footer__block {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      padding: 0 1.25rem; }
      .footer__block:not(:last-child) {
        border-right: 0.0625rem solid white; } }
  @media only screen and (min-width: 64em) {
    .footer__block {
      padding: 0 2.5rem; } }

.footer-block__icon {
  max-width: 2.5rem;
  font-size: 0;
  margin: 0 auto; }
  @media only screen and (min-width: 48em) {
    .footer-block__icon {
      margin-right: 1.25rem; } }

.footer-block__title {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin: 1.25rem 0; }

.footer-block__text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  margin: 0; }

@media only screen and (min-width: 48em) {
  .footer__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .footer__row:last-child {
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end; } }

.footer__email-signup {
  margin-bottom: 2.5rem; }
  .footer__email-signup .form__title {
    color: #fb613b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    margin: 0 0 1.25rem; }
    @media only screen and (min-width: 48em) {
      .footer__email-signup .form__title {
        text-align: left; } }
  .footer__email-signup .form__success {
    text-align: center;
    margin: 0;
    color: white;
    font-weight: 500;
    text-transform: uppercase; }
  .footer__email-signup .errors ul {
    max-width: 30rem;
    margin: 0 auto;
    color: white;
    font-size: 0.75rem;
    padding: 0;
    list-style-type: none; }

.footer-email__input-container {
  position: relative;
  max-width: 30rem;
  min-width: 18.75rem;
  margin: 0 auto; }
  .footer-email__input-container input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 0.0625rem solid #717171;
    color: white;
    padding: 0.3125rem 1.25rem 0.3125rem 0;
    transition: all 0.2s ease-in-out; }
    .footer-email__input-container input:focus {
      outline: 0;
      border-bottom-color: white; }
    .footer-email__input-container input::-webkit-input-placeholder {
      color: #717171;
      font-size: 0.875rem;
      font-weight: 300;
      letter-spacing: 0.07em; }
    .footer-email__input-container input::-moz-placeholder {
      color: #717171;
      font-size: 0.875rem;
      font-weight: 300;
      letter-spacing: 0.07em; }
    .footer-email__input-container input:-ms-input-placeholder {
      color: #717171;
      font-size: 0.875rem;
      font-weight: 300;
      letter-spacing: 0.07em; }
    .footer-email__input-container input::-ms-input-placeholder {
      color: #717171;
      font-size: 0.875rem;
      font-weight: 300;
      letter-spacing: 0.07em; }
  .footer-email__input-container button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
    border: 0;
    color: white;
    padding: 0; }
    .footer-email__input-container button svg {
      width: 1.25rem;
      height: auto; }
    .footer-email__input-container button:focus {
      outline: 0;
      color: #fb613b; }
    @media only screen and (min-width: 64em) {
      .footer-email__input-container button:hover {
        color: #fb613b; } }

.footer__links {
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .footer__links {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      text-align: left; } }

.footer__links-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 2.5rem; }
  @media only screen and (min-width: 48em) {
    .footer__links-list:not(:last-child) {
      margin-right: 2.5rem; } }
  @media only screen and (min-width: 64em) {
    .footer__links-list:not(:last-child) {
      margin-right: 3.75rem; } }

.footer__link {
  margin-bottom: 0.625rem; }
  .footer__link a {
    color: white;
    font-size: 0.875rem;
    text-decoration: none; }
    .footer__link a:focus {
      color: #fb613b; }
    @media only screen and (min-width: 64em) {
      .footer__link a:hover {
        color: #fb613b; } }

.footer__link--header {
  color: #fb613b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.8125rem; }

.footer__social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 1.25rem 0;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 48em) {
    .footer__social {
      padding: 0;
      margin: 0; } }
  .footer__social a {
    display: block;
    color: white; }
    .footer__social a:focus {
      color: #fb613b; }
    .footer__social a:not(:last-child) {
      margin-right: 1.25rem; }
    @media only screen and (min-width: 64em) {
      .footer__social a:hover {
        color: #fb613b; } }
  .footer__social svg {
    width: 1.25rem;
    height: auto; }

.footer__copyright {
  font-size: 0.75rem;
  font-weight: 300;
  color: white;
  text-align: center; }

/*================ Mobile Nav ================*/
#mobile-nav-drawer {
  padding: 1.25rem; }

.mobile-nav a {
  color: black;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase; }
  .mobile-nav a:focus {
    color: #fb613b;
    outline: 0; }
.mobile-nav .accordion__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase; }
  .mobile-nav .accordion__header:focus, .mobile-nav .accordion__header.active {
    color: #fb613b;
    outline: 0; }
  .mobile-nav .accordion__header svg {
    margin-left: 0.3125rem;
    width: 0.5rem;
    height: auto;
    color: #fb613b; }
.mobile-nav .accordion__content {
  margin-top: 1.25rem; }

.mobile-nav__links {
  padding: 0;
  list-style-type: none; }

.mobile-nav__parent,
.mobile-nav__child,
.mobile-nav__grandchild {
  margin-bottom: 0.8125rem; }

.mobile-nav__accordion-header--parent {
  text-transform: uppercase;
  background-color: transparent; }

.mobile-nav__accordion-content--parent {
  list-style-type: none;
  padding: 0; }

.mobile-nav__accordion-content--child {
  padding: 0 0 0 0.625rem;
  list-style-type: none; }

.mobile-nav__grandchild a {
  font-weight: normal;
  text-transform: none; }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.tab__header {
  margin: 0;
  cursor: pointer;
  background: transparent;
  border: none; }
  .tab__header.active {
    color: black; }

.tab__content {
  display: none;
  margin-bottom: 0; }
  .tab__content.active {
    display: block; }

.accordion__header {
  padding: 0;
  border: 0;
  background-color: transparent; }

.accordion__content {
  display: none; }

/*================ TEMPLATES ================*/
/*================ About Us ================*/
/*================ Cart ================*/
.cart {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 1.25rem; }
  @media only screen and (min-width: 64em) {
    .cart {
      padding: 0 2.5rem; } }

.cart__qty-price-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.cart__qty__container {
  padding-right: 0.8125rem;
  width: 6.25rem; }

.cart__qty {
  border: solid 0.0625rem #f7f7f8; }
  .cart__qty .js-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cart__qty .js-qty button {
      border-color: white;
      background-color: white;
      text-align: center; }
    .cart__qty .js-qty .js-qty__num {
      text-align: center;
      border: none; }

.cart__price {
  padding-left: 0.8125rem;
  font-size: 0.875rem;
  font-weight: 400; }

.cart__input {
  text-align: center;
  border: none; }

.cart__update-cart {
  width: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1.25rem;
  padding: 0.8125rem 0;
  margin-right: 0.8125rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 29.99em) {
    .cart__update-cart {
      width: 100%;
      margin: 1.25rem 0; } }

.cart__footer {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 48em) {
    .cart__footer {
      margin-right: 0; } }

.cart__subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 700; }
  .cart__subtotal .subtotal__label,
  .cart__subtotal .subtotal__price {
    margin: 0;
    text-transform: uppercase; }

.cart__flex-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 29.99em) {
    .cart__flex-buttons {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.cart__checkout {
  width: 50%;
  margin-left: 0.8125rem; }
  @media only screen and (max-width: 29.99em) {
    .cart__checkout {
      width: 100%;
      margin: 0; } }

.page-template {
  max-width: 80rem;
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem; }
  @media only screen and (min-width: 64em) {
    .page-template {
      padding: 0 2.5rem; } }

.page-template__title {
  font-size: 1.75rem;
  padding: 2.5rem 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0; }

.page-template__content h1 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .page-template__content h1 {
      text-align: left; } }
.page-template__content h2 {
  color: #fb613b;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em; }
.page-template__content p {
  font-size: 0.875rem;
  line-height: 1.79;
  letter-spacing: 0.07em;
  margin: 0 0 2.5rem; }
.page-template__content hr {
  margin: 2.5rem 0; }

.page-contact__map {
  width: 100%;
  font-size: 0; }
  .page-contact__map iframe {
    width: 100%;
    height: 50vh; }

.page-contact__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-contact__details iframe {
    display: none !important; }
  @media only screen and (min-width: 64em) {
    .page-contact__details {
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start; } }

.page-contact__content {
  width: 100%;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .page-contact__content {
      width: 50%;
      padding-right: 1.25rem; } }

.page-contact__form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 64em) {
    .page-contact__form {
      width: 50%;
      padding-left: 1.25rem; } }
  .page-contact__form .form__row {
    margin-bottom: 1.25rem;
    width: 100%; }
  .page-contact__form .form-row__input {
    width: 50%; }
    .page-contact__form .form-row__input:first-child {
      padding-right: 0.625rem; }
    .page-contact__form .form-row__input:last-child {
      padding-left: 0.625rem; }
  .page-contact__form .btn {
    width: 100%; }

.stoke-posts__container {
  padding: 0 0.625rem;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .stoke-posts__container {
      padding: 1.25rem; } }

.stoke-posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 2.5rem; }

.stoke-post {
  width: 50%;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .stoke-post {
      width: 33.333%; } }
  .stoke-post img {
    width: 100%; }

.stoke-post__interior {
  background-color: white;
  display: block;
  text-decoration: none; }
  .stoke-post__interior:focus {
    opacity: 0.6; }
  @media only screen and (min-width: 64em) {
    .stoke-post__interior:hover {
      opacity: 0.6; } }

.stoke-post__content {
  padding: 1.25rem; }

.stoke-post__title {
  font-size: 1rem;
  color: black; }
  @media only screen and (min-width: 64em) {
    .stoke-post__title {
      font-size: 1.75rem; } }

.stoke-post__excerpt {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #717171; }
  @media only screen and (min-width: 64em) {
    .stoke-post__excerpt {
      font-size: 1rem; } }

.collection {
  background: #f7f7f8; }

.collection__inner {
  padding: 1.25rem 0; }
  @media only screen and (min-width: 64em) {
    .collection__inner {
      padding: 3.75rem 0; } }

.collection__header {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem; }
  @media only screen and (min-width: 64em) {
    .collection__header {
      padding: 0 2.5rem; } }

.collection__header-title {
  margin: 0;
  text-align: center;
  margin-bottom: 2.5rem; }

.collection__sort {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.0625rem solid #bcbcbc;
  border-bottom: 0.0625rem solid #bcbcbc;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .collection__sort {
      margin-bottom: 3.75rem; } }

.collection__sort-count {
  min-width: 8.125rem;
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: 0.07rem; }

.collection__sort-by {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
  .collection__sort-by select#sort-by {
    background: transparent;
    padding: 0.625rem 1.25rem;
    letter-spacing: 0.07rem;
    font-size: 0.875rem;
    width: auto; }
    .collection__sort-by select#sort-by:focus {
      outline: #fb613b auto 0.3125rem;
      outline-color: #fb613b; }
  .collection__sort-by svg {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%);
    width: 0.625rem;
    height: 0.625rem; }

.collection__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 0.625rem; }
  @media only screen and (min-width: 64em) {
    .collection__content {
      padding: 0 2.5rem;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.collection-filter {
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .collection-filter {
      margin-right: 1.25rem;
      width: 25%; } }

.collection-filter--desktop {
  display: none; }
  @media only screen and (min-width: 64em) {
    .collection-filter--desktop {
      display: block; } }

.collection-filter--mobile {
  display: block; }
  @media only screen and (min-width: 64em) {
    .collection-filter--mobile {
      display: none; } }

.collection-product__container {
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .collection-product__container {
      width: 100%; } }

.collection-product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.collection-product__product-card {
  width: 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media only screen and (min-width: 64em) {
    .collection-product__product-card {
      width: 33.33%;
      padding-left: 1.875rem;
      padding-right: 0; } }

@media only screen and (min-width: 64em) {
  .collection-filter .filter-menu {
    background: white;
    padding: 1.25rem; } }
.collection-filter .filter-menu.pt-expand .pt-mobile-header a.pt-nav-toggle::after {
  content: '-'; }
.collection-filter .filter-menu .pt-mobile-header {
  height: auto;
  margin: 0 auto;
  padding: 0; }
  .collection-filter .filter-menu .pt-mobile-header a.pt-nav-toggle {
    padding: 0.8125rem;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 auto 1.25rem auto;
    max-width: 9.375rem;
    background: white;
    font-weight: bold; }
    .collection-filter .filter-menu .pt-mobile-header a.pt-nav-toggle::after {
      color: black;
      content: '+';
      padding-left: 0.3125rem; }
    .collection-filter .filter-menu .pt-mobile-header a.pt-nav-toggle:focus {
      outline: 0; }
      .collection-filter .filter-menu .pt-mobile-header a.pt-nav-toggle:focus p, .collection-filter .filter-menu .pt-mobile-header a.pt-nav-toggle:focus::after {
        color: #fb613b; }
    .collection-filter .filter-menu .pt-mobile-header a.pt-nav-toggle p {
      margin: 0;
      top: 0;
      font-size: 1rem !important;
      text-transform: uppercase;
      line-height: 1; }
.collection-filter .pt-expand .filter-group {
  padding: 1.25rem;
  margin: 0.625rem 0;
  background: white; }
  @media only screen and (min-width: 64em) {
    .collection-filter .pt-expand .filter-group {
      background: transparent;
      padding: 0;
      margin: 0; } }
.collection-filter .filter-group {
  margin: 0 0.625rem; }
  @media only screen and (min-width: 64em) {
    .collection-filter .filter-group {
      margin: 0; } }
  .collection-filter .filter-group .filter-clear {
    right: 0;
    top: 0.3125rem; }
    .collection-filter .filter-group .filter-clear:focus {
      outline: 0;
      background-color: #f7f7f8; }
  .collection-filter .filter-group .filter-header {
    background: none;
    border: none;
    position: relative;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    padding: 0.625rem 0; }
    @media only screen and (min-width: 64em) {
      .collection-filter .filter-group .filter-header {
        margin-bottom: 0.625rem;
        padding: 0.625rem 0 0 0; } }
    .collection-filter .filter-group .filter-header::after {
      content: '+';
      color: black;
      font-size: 1rem;
      line-height: 0.875rem;
      margin-right: 0.3125rem;
      float: right; }
    .collection-filter .filter-group .filter-header:focus {
      outline: 0;
      color: #fb613b; }
      .collection-filter .filter-group .filter-header:focus::after {
        color: #fb613b; }
  .collection-filter .filter-group.pt-group-expanded .filter-header:after {
    content: '-';
    float: right; }
  .collection-filter .filter-group .collection-name {
    line-height: 2.5;
    padding-right: 1.25rem; }
    .collection-filter .filter-group .collection-name a {
      display: unset;
      margin: 0;
      padding: 0;
      font-weight: normal; }
      .collection-filter .filter-group .collection-name a:focus {
        outline: 0;
        color: #fb613b; }
.collection-filter .collection-count {
  display: none; }
.collection-filter .check-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
.collection-filter .selected i.check-icon:before {
  content: "\e809";
  background: black; }
.collection-filter .selected i.check-icon:after {
  content: '\2715';
  position: absolute;
  left: 50%;
  color: white;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Arial Unicode MS";
  font-weight: bold; }

.collection__title {
  font-size: 1.75rem;
  padding: 2.5rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }

.collection-series__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1.25rem;
  max-width: 80rem;
  margin: 0 auto; }
  @media only screen and (min-width: 64em) {
    .collection-series__info {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

.collection-series__thumbnail {
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .collection-series__thumbnail {
      width: 50%;
      padding: 0 1.25rem; } }

.collection-series__trigger {
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 100%; }

.collection-series__description {
  font-weight: 300;
  line-height: 2;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .collection-series__description {
      width: 50%;
      padding: 0 1.25rem; } }

.collection-series__products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 0.625rem; }
  .collection-series__products li {
    width: 50%;
    padding: 0.625rem;
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 64em) {
      .collection-series__products li {
        width: 33.333%;
        padding: 1.25rem;
        margin-bottom: 2.5rem; } }

.collection-series__remodal {
  font-size: 0; }
  .collection-series__remodal video {
    width: 100%; }

/*================ Login ================*/
.login {
  max-width: 80rem;
  padding: 0px 1.25rem;
  margin: 0px auto; }
  @media only screen and (min-width: 48em) {
    .login {
      padding: 0px 2.5rem; } }
  .login label {
    margin-bottom: 0.625rem;
    display: block; }
  .login input {
    margin-bottom: 2.5rem;
    padding: 0.8125rem;
    border: 0.0625rem solid; }
    .login input:focus {
      outline: 1px solid #fb613b; }
  .login a {
    display: block;
    margin-bottom: 2.5rem;
    text-align: left;
    text-decoration: none;
    color: #4a90e2; }
    .login a:focus {
      outline: 1px solid #fb613b; }

.login__titles {
  font-size: 1.75rem;
  margin: 3.75rem 0;
  text-align: center;
  text-transform: uppercase; }

@media only screen and (min-width: 48em) {
  .login-form__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 48em) {
  .login-form {
    width: 50%;
    margin-right: 7.5rem; } }

.recover-form {
  display: none; }
  @media only screen and (min-width: 48em) {
    .recover-form {
      width: 50%;
      margin-right: 7.5rem; } }

@media only screen and (min-width: 48em) {
  .customer-register {
    width: 50%; } }

.email-form {
  margin-bottom: 1.25rem !important; }

.login__btn {
  width: 10.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 48em) {
    .login__btn {
      margin-left: 0;
      margin-right: 0; } }

/*================ Account ================*/
.account {
  max-width: 80rem;
  padding: 0px 1.25rem;
  margin: 0px auto;
  min-height: 80vh; }
  @media only screen and (min-width: 48em) {
    .account {
      padding: 0px 2.5rem; } }

.account__title {
  font-size: 1.75rem;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 48em) {
    .account__title {
      text-align: left; } }

.account__orders-title {
  font-size: 1rem;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 48em) {
    .account__orders-title {
      text-align: left; } }

.account__table {
  border-collapse: collapse;
  border: 0.0625rem solid #e8e9ed; }
  .account__table thead tr {
    background-color: black;
    color: white; }
    .account__table thead tr .small-column {
      width: 7.5rem; }
    .account__table thead tr .large-column {
      width: 13.4375rem; }
  .account__table thead th {
    padding: 0.9375rem;
    border: 0.0625rem solid #e8e9ed; }
  .account__table td {
    text-align: center;
    border: 0.0625rem solid #e8e9ed;
    padding: 0.9375rem; }
  .account__table a {
    color: #fb613b; }

.account__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.account-orders {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .account-orders {
      width: 75%; } }

.account-orders__scroll {
  overflow-x: scroll; }
  @media only screen and (min-width: 48em) {
    .account-orders__scroll {
      overflow-x: none; } }

.account-details {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .account-details {
      width: 25%;
      padding-left: 2.5rem; } }

.account-details__title {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 48em) {
    .account-details__title {
      margin-top: 1.25rem; } }

.account-details__info {
  text-align: center;
  margin-bottom: 3.75rem; }
  @media only screen and (min-width: 48em) {
    .account-details__info {
      text-align: left; } }

.account-details__name {
  font-weight: 500;
  margin-bottom: 0.875rem; }

.account-details__address,
.account-details__country {
  margin-bottom: 0.5rem; }

.account-logout__container {
  display: block;
  margin: 0px auto 2.5rem; }

.account__add-addresses {
  display: block;
  margin-bottom: 1.25rem;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .account__add-addresses {
      text-align: left; } }

.account-logout {
  display: block;
  margin: 2.5rem auto;
  padding: 1.25rem 2.5rem;
  max-width: 9.375rem; }
  @media only screen and (min-width: 48em) {
    .account-logout {
      margin: 0 0 2.5rem; } }

.form-success {
  display: none; }

.addresses {
  max-width: 80rem;
  padding: 0px 1.25rem;
  margin: 0px auto;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .addresses {
      padding: 0px 2.5rem;
      margin: 0px auto;
      text-align: left; } }

.addresses__header {
  display: block;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .addresses__header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      margin-top: 1.25rem;
      text-align: left; } }
  .addresses__header button {
    padding: 1.25rem 2.5rem;
    margin: 1.25rem 0 0; }
  .addresses__header a {
    text-decoration: none; }

.addresses__add-form {
  display: none; }
  .addresses__add-form h2 {
    text-align: center; }

.addresses__add-form__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .addresses__add-form__container input,
  .addresses__add-form__container select {
    height: 2.5rem;
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 0 0.8125rem;
    border: 0.0625rem solid;
    border-color: #e8e9ed; }

.addresses__form-half--left {
  width: 50%;
  padding-right: 10px; }
  .addresses__form-half--left label {
    display: block; }

.addresses__form-half--right {
  width: 50%;
  padding-left: 10px; }
  .addresses__form-half--right label {
    display: block; }

.addresses__add-form--province {
  width: 100%; }

.default-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .default-checkbox input {
    width: initial;
    height: initial;
    margin-right: 0.8125rem; }

.addresses__customer-address {
  margin-bottom: 1.25rem; }

/*================ Order ================*/
.order {
  max-width: 80rem;
  padding: 0 1.25rem;
  margin: 0 auto; }
  @media only screen and (min-width: 48em) {
    .order {
      padding: 0 2.5rem; } }
  .order h1 {
    font-size: 1.75rem;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 48em) {
      .order h1 {
        text-align: left; } }
  .order h2,
  .order h3 {
    font-size: 1rem;
    text-align: center;
    margin-top: 1.25rem; }
    @media only screen and (min-width: 48em) {
      .order h2,
      .order h3 {
        text-align: left; } }
  .order p {
    text-align: center; }
    @media only screen and (min-width: 48em) {
      .order p {
        text-align: left; } }

.order-info__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .order-info__container table {
    width: 100%;
    border-collapse: collapse; }
    .order-info__container table thead tr {
      background-color: black;
      color: white; }
      .order-info__container table thead tr .small-column {
        width: 7.5rem; }
      .order-info__container table thead tr .large-column {
        width: 13.4375rem; }
    .order-info__container table thead th {
      padding: 0.9375rem;
      border: 0.0625rem solid #e8e9ed; }
    .order-info__container table tbody {
      border: 0.0625rem solid #e8e9ed; }
      .order-info__container table tbody td {
        border: 0.0625rem solid #e8e9ed;
        padding: 0.9375rem; }
    .order-info__container table tfoot td {
      padding: 0.8125rem;
      text-align: right; }
    .order-info__container table tfoot td:first-child {
      font-weight: bold; }

.order-details {
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .order-details {
      width: 75%;
      text-align: left; } }

.order-details__table {
  overflow-x: scroll; }

.order-address {
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .order-address {
      width: 25%;
      padding-left: 2.5rem;
      text-align: left; } }

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

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

.order__table-footer {
  width: 100%;
  margin: 0; }
  @media only screen and (min-width: 48em) {
    .order__table-footer {
      width: 50%;
      margin: 0 0 0 auto; } }

.search {
  padding: 0 0.625rem; }
  @media only screen and (min-width: 64em) {
    .search {
      padding: 0 1.25rem; } }

.search__results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.search__result {
  width: 50%;
  padding: 0 0.625rem; }
  @media only screen and (min-width: 64em) {
    .search__result {
      padding: 0 1.25rem;
      width: 33.333%; } }

.search__result-header,
.search__header {
  padding: 0 0.625rem; }
  @media only screen and (min-width: 64em) {
    .search__result-header,
    .search__header {
      padding: 0 1.25rem; } }

.search__form {
  max-width: 48rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .search__form svg {
    width: 1.5625rem;
    height: auto; }
  .search__form .btn {
    padding: 0 1.25rem;
    margin: 0; }

/* Solead */
.hero__content .hero__slider p {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  width: 100%;
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold; }

p.follow-us__title {
  font-size: 2em;
  font-weight: bold; }

body#sponsoring-evolve-france h2 {
  color: #000000; }

.page-template__content .valeur-h2, .page-template__content .valeur-p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000000; }

/**/