/** Shopify CDN: Minification failed

Line 1167:2 Expected identifier but found "*"
Line 6098:32 Unexpected ")"

**/
/*
 * Frame: Styleguide
 * -----------------------------------------------------------------------------
 * Core entry file for Styleguide.
 * - New .scss files must be reimported into this file in order to appear in the
 * styleguide page.
 *
 */
/**
 * Vendors.
 */
/**
 * Config.
 */
/**
 * Config: Animation
 * -----------------------------------------------------------------------------
 * Variables and mixins for consistent animation patterns .
 *
 */
/**
 * Timing.
 */
/**
 * Easing.
 */
/**
 * Presets.
 * - Predefined presets for general use.
 */
/**
 * Config: Colors
 * -----------------------------------------------------------------------------
 * Universal variables that have common roles and usages throughout the theme.
 *
 */
/**
 * Brand.
 */
/**
 * Brand tints.
 */
/**
 * Shades.
 */
/**
* Utilities.
 */
/**
 * Config: Grid
 * -----------------------------------------------------------------------------
 * Primary grid system based on materialize.css
 * - https://sass-mq.github.io/sass-mq
 *
 * Why we use use em values for media queries
 * https://zellwk.com/blog/media-query-units/
 */
.main-content {
  overflow: hidden;
}
@media (min-width: 64em) {
  .main-content {
    min-height: 400px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1430px;
  width: 100%;
}
@media (min-width: 48em) {
  .container {
    width: 90%;
  }
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.section.no-padding {
  padding: 0;
}
.section.no-padding-bottom {
  padding-bottom: 0;
}
.section.no-padding-top {
  padding-top: 0;
}
.section--bottom-border {
  border-bottom: 1px solid rgb(247, 249, 250);
  padding-bottom: 2.5rem;
}

.overflow--right {
  width: 120%;
}

.row {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.row.no-margin {
  margin: 0;
}
.row.no-margin-bottom {
  margin-bottom: 0;
}
.row.no-margin-top {
  margin-top: 0;
}
.row.full-width-color {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.row.full-width-color--black {
  background: rgb(25, 25, 25);
}
.row.full-width-color--white {
  background: rgb(255, 255, 255);
}
.row.full-width-color--grey {
  background: rgb(247, 249, 250);
}
.isIE .row.full-width-color--grey {
  background: rgb(255, 255, 255);
}
@media (min-width: 48em) {
  .row.full-width-color {
    margin-left: -30%;
    margin-right: -30%;
    padding-left: 30%;
    padding-right: 30%;
  }
  .isIE .row.full-width-color {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.reasons-to-purchase .row {
  overflow: hidden;
}
.reasons-to-purchase .row.full-width-color {
  padding-bottom: 0.5rem;
}
.row.padding-top-s {
  padding-top: 1rem;
}
.row.padding-top {
  padding-top: 2rem;
}
.row.padding-top-l {
  padding-top: 3rem;
}
.row.padding-top-xl {
  padding-top: 4rem;
}
.row.padding-bottom-s {
  padding-bottom: 1rem;
}
.row.padding-bottom {
  padding-bottom: 2rem;
}
.row.padding-bottom-l {
  padding-bottom: 3rem;
}
.row.padding-bottom-xl {
  padding-bottom: 4rem;
}
.row.top-border {
  border-top: 1px solid rgb(247, 249, 250);
}
.row::after {
  clear: both;
  content: "";
  display: table;
}
.row .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 0.75rem;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 8.3333333333%;
}
.row .col.s2 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 16.6666666667%;
}
.row .col.s3 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 25%;
}
.row .col.s4 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 33.3333333333%;
}
.row .col.s5 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 41.6666666667%;
}
.row .col.s6 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 50%;
}
.row .col.s7 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 58.3333333333%;
}
.row .col.s8 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 66.6666666667%;
}
.row .col.s9 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 75%;
}
.row .col.s10 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 83.3333333333%;
}
.row .col.s11 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 91.6666666667%;
}
.row .col.s12 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 100%;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media (min-width: 48em) {
  .row .col.m1 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 8.3333333333%;
  }
  .row .col.m2 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 16.6666666667%;
  }
  .row .col.m3 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 25%;
  }
  .row .col.m4 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 33.3333333333%;
  }
  .row .col.m5 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 41.6666666667%;
  }
  .row .col.m6 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 50%;
  }
  .row .col.m7 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 58.3333333333%;
  }
  .row .col.m8 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 66.6666666667%;
  }
  .row .col.m9 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 75%;
  }
  .row .col.m10 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 83.3333333333%;
  }
  .row .col.m11 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 91.6666666667%;
  }
  .row .col.m12 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 100%;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media (min-width: 64em) {
  .row .col.l1 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 8.3333333333%;
  }
  .row .col.l2 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 16.6666666667%;
  }
  .row .col.l3 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 25%;
  }
  .row .col.l4 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 33.3333333333%;
  }
  .row .col.l5 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 41.6666666667%;
  }
  .row .col.l6 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 50%;
  }
  .row .col.l7 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 58.3333333333%;
  }
  .row .col.l8 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 66.6666666667%;
  }
  .row .col.l9 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 75%;
  }
  .row .col.l10 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 83.3333333333%;
  }
  .row .col.l11 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 91.6666666667%;
  }
  .row .col.l12 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 100%;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media (min-width: 89.375em) {
  .row .col.xl1 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 8.3333333333%;
  }
  .row .col.xl2 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 16.6666666667%;
  }
  .row .col.xl3 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 25%;
  }
  .row .col.xl4 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 33.3333333333%;
  }
  .row .col.xl5 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 41.6666666667%;
  }
  .row .col.xl6 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 50%;
  }
  .row .col.xl7 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 58.3333333333%;
  }
  .row .col.xl8 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 66.6666666667%;
  }
  .row .col.xl9 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 75%;
  }
  .row .col.xl10 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 83.3333333333%;
  }
  .row .col.xl11 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 91.6666666667%;
  }
  .row .col.xl12 {
    left: auto;
    margin-left: auto;
    right: auto;
    width: 100%;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
.row .col.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.padding-top-s {
  padding-top: 1rem;
}

.padding-top {
  padding-top: 2rem;
}

.padding-top-l {
  padding-top: 3rem;
}

.padding-top-xl {
  padding-top: 4rem;
}

.padding-bottom-s {
  padding-bottom: 1rem;
}

.padding-bottom {
  padding-bottom: 2rem;
}

.padding-bottom-l {
  padding-bottom: 3rem;
}

.padding-bottom-xl {
  padding-bottom: 4rem;
}

@media (max-width: 35.99em) {
  .t-hide {
    display: none;
  }
}

@media (min-width: 36em) {
  .s-hide {
    display: none;
  }
}

@media (min-width: 48em) {
  .m-hide {
    display: none;
  }
}

@media (min-width: 64em) {
  .l-hide {
    display: none;
  }
}

@media (min-width: 89.375em) {
  .w-hide {
    display: none;
  }
}

@media (max-width: 35.99em) {
  .t-show {
    display: block;
  }
}

@media (min-width: 36em) {
  .s-show {
    display: block;
  }
}

@media (min-width: 48em) {
  .m-show {
    display: block;
  }
}

@media (min-width: 64em) {
  .l-show {
    display: block;
  }
}

@media (min-width: 89.375em) {
  .w-show {
    display: block;
  }
}

/**
 * Config: Layers
 * -----------------------------------------------------------------------------
 * Visual motif used to create groupings, content associations and focus through depth.
 *
 */
/**
 * Config: Layout
 * -----------------------------------------------------------------------------
 * Used to create larger spacial differences most commonly with positioning components
 * on a page (ie. the space between a Text fields and a Select). The Layout Scale controls
 * & the amount of white space set between larger elements.
 *
 */
/**
 * Config: Mixins
 * -----------------------------------------------------------------------------
 * Global and reusable utility functions to reduce common styling.
 *
 */
/**
 * Outputs list of transition properties.
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Forces an element to self-clear its children.
 *
 * Usage:
 * .selector {
 *   @include clearfix;
 * }
 */
/**
 * Hide element but make it accessible to screen readers.
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden.
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Resets form buttons to appear as a standard text link.

 * Usage:
 * .form button {
 *   @include button-reset;
 * }
 */
/**
 * Resets list elements to appear as a stacked text links.

 * Usage:
 * ul  {
 *   @include list-reset;
 * }
 */
/**
 * Centers an element vertical and/or horizontally.

 * Usage:
 * div  {
 *   @include centerer($horizontal: true, $vertical: true);
 * }
 */
/**
 * Config: Spacing
 * -----------------------------------------------------------------------------
 * Used for smaller, more refined spacing situations, specifically
 * within the context of a component (ie. the space between a label and a Text Input).
 *
 */
/**
 * Config: Typography
 * -----------------------------------------------------------------------------
 * - Modular scale built by https://github.com/modularscale/modularscale-sass
 *
 */
/**
 * Font scale configuration.
 */
/**
 * Font stack.
 */
/**
 * Weights.
 */
/**
 * Typographic positioning and spacing.
 */
/**
 * Helpers.
 */
/**
 * Helpers: Accessibility
 * -----------------------------------------------------------------------------
 * Utility classes to aid in creating visually accessibile components.
 *
 */
/**
 * Skip to content button.
 * - Overrides .visually-hidden when focused.
 */
.skip-link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  position: absolute !important;
  width: auto;
  color: rgb(80, 84, 86);
  padding: 0.5rem;
  -webkit-transition: none;
  transition: none;
  z-index: 24;
}

/**
 * Helpers: Display
 * -----------------------------------------------------------------------------
 * Utility classes to hide and show elements based on conditions.
 *
 */
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

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

.is-hidden {
  display: none;
}

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

.label-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  /**
   * No placeholders, so force show labels.
   */
}
.no-placeholder .label-hidden {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  position: inherit !important;
  width: auto;
}

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

/**
 * Only show when JS is not supported.
 */
.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}

/**
 * Only show when JS is supported.
 */
.no-js .js {
  display: none;
}

/**
 * Only show when browser cookies are not supported.
 */
.supports-no-cookies:not(html) {
  display: none;
}
html.supports-no-cookies .supports-no-cookies:not(html) {
  display: block;
}

/**
 * Only show when browser cookies are supported.
 */
html.supports-no-cookies .supports-cookies {
  display: none;
}

body.modal-is-open {
  overflow: hidden;
}

/**
 * Helpers: Functions
 * -----------------------------------------------------------------------------
 * Reusuable scss functions to used to build more extensible scss mixins.
 *
 */
/**
 * Returns the transition properties in the correct format
 * This function is used by @mixin transition($transitions...)
 */
/**
 * Helpers: Placeholder SVG
 * -----------------------------------------------------------------------------
 * Default styling for Shopify placeholder svgs.
 * - Inherited from Slate.
 *
 */
.placeholder-svg {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

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

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

/**
 * Helpers: Responsive images
 * -----------------------------------------------------------------------------
 * Helper styling for lazysizes images supports.
 * - Inherited from Slate.
 *
 */
.responsive-image__wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.responsive-image__wrapper::before {
  content: "";
  display: block;
  position: relative;
}
.responsive-image__wrapper img {
  display: block;
  width: 100%;
}
.responsive-image__wrapper.is-hidden {
  display: none;
}
.no-js .responsive-image__wrapper {
  display: none;
}

.responsive-image__wrapper--full-height {
  height: 100%;
}

.responsive-image__image {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.responsive-image__image:focus {
  outline-offset: -4px;
}

.responsive-card-image__wrapper {
  position: relative;
  width: 100%;
}
.responsive-card-image__image {
  display: block;
  width: 100%;
}

/**
  * Blur lazyload
  */
.blur-up {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0);
}

/**
 * Helpers: Text
 * -----------------------------------------------------------------------------
 * Utility classes to format and align text.
 *
 */
.text-left {
  text-align: left;
}

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

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

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: 700;
}

.text-weight-normal {
  font-weight: 400;
}

.text-upper {
  text-transform: uppercase;
}

/**
 * Base.
 */
/**
 * Form
 * -----------------------------------------------------------------------------
 * Form resets, browser normalizing and base styling.
 *
 */
form {
  margin: 0;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  font-family: inherit;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button,
input[type=submit],
label[for] {
  cursor: pointer;
}

textarea {
  min-height: 100px;
}

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

/**
 * Force option color (affects IE only).
 */
option {
  background-color: rgb(255, 255, 255);
  color: rgb(80, 84, 86);
}

.input-error {
  background-color: rgb(255, 255, 255);
  border-color: rgb(174, 24, 37);
  color: rgb(80, 84, 86);
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid rgb(80, 84, 86);
  border-radius: 0;
  display: block;
  padding: 0.75rem 1rem;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-weight: 500;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-weight: 500;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-weight: 500;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  font-weight: 500;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  font-weight: 500;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=number][disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  opacity: 0.75;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: rgb(150, 124, 42);
  outline: 0;
}
input[type=text].no-border,
input[type=email].no-border,
input[type=password].no-border,
input[type=search].no-border,
input[type=tel].no-border,
input[type=number].no-border,
textarea.no-border,
select.no-border {
  border: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-color: transparent;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 0;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.5rem;
}

/**
 * Base: Icons
 * -----------------------------------------------------------------------------
 * Base styling for all theme icons.
 * - This is used to provide a consistency and predictability across all svg icons.
 *
 */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 25px;
  vertical-align: middle;
  width: 25px;
}
.no-svg .icon {
  display: none;
}

svg circle,
svg ellipse,
svg g,
svg line,
svg path,
svg polygon,
svg polyline,
svg img,
symbol circle,
symbol ellipse,
symbol g,
symbol line,
symbol path,
symbol polygon,
symbol polyline,
symbol img {
  max-width: 100%;
}
svg rect,
symbol rect {
  fill: inherit;
  stroke: inherit;
}

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

.payment-icons {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          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;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

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

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

body,
html {
  height: 100%;
}

/**
 * Critical CSS resets
 * - These styles are used to override styles set by the critical CSS
 *   in the `critical.liquid` snippet.
 */
.critical-hide {
  display: inherit;
}

.critical-clear {
  opacity: 1;
  visibility: visible;
}

.main-content .shopify-section {
  display: inherit;
}

body:not(.template-index) .main-content {
  opacity: 1;
}

#preview-bar-iframe {
  display: none !important;
}

/**
 * Base: Media
 * -----------------------------------------------------------------------------
 * Base styling and reset for HTML metdia elements.
 *
 */
figure {
  margin: 0;
}

img,
picture,
video {
  margin: 0;
  max-width: 100%;
}

/**
 * Base: RTE
 * -----------------------------------------------------------------------------
 * Base styling and reset for rich text editor content generated by Shopify.
 *
 */
.rte {
  margin: 0;
}
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-bottom: 1rem;
}
.rte p,
.rte span,
.rte a,
.rte li {
  font-weight: 500;
}
.rte img {
  height: auto;
  margin: 1rem 0;
}
.rte table {
  table-layout: fixed;
}
.rte ul,
.rte ol {
  font-size: 13px;
  color: rgb(80, 84, 86);
  margin: 0 0 1.5rem 1rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  .rte ul,
  .rte ol {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .rte ul,
  .rte ol {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .rte ul,
  .rte ol {
    font-size: 15px;
  }
}
.rte strong {
  font-weight: 700;
}

/**
 * Allow table to scroll for tables in the RTE since we don't know
 * how many columns they will contain. Class added by JS.
 */
.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/**
 * This class is wrapped around YouTube/Vimeo embeds in the RTE
 * to make them responsive and prevent layout breaking.
 */
.rte__video-wrapper {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.rte__video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * This class is wrapped around tables in the RTE
 * to prevent layout breaking with a scrollable parent.
 */
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/**
 * Typography
 * -----------------------------------------------------------------------------
 * Styles for displaying content with some of the most commonly used HTML elements,
 * including normalization, typography, images, tables, and more.
 *
 */
html, body {
  font-family: "futura-pt", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/**
 * Display styles.
 */
.d1 {
  font-size: 32.6095785834px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1.15;
}
@media (min-width: 400px) and (max-width: 768px) {
  .d1 {
    font-size: calc( 32.6095785834px + 11.3059246993 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .d1 {
    font-size: calc( 43.9155032827px + -3.9155032827 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .d1 {
    font-size: 40px;
  }
}

.d2 {
  font-size: 29.4419929822px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1.15;
}
@media (min-width: 400px) and (max-width: 768px) {
  .d2 {
    font-size: calc( 29.4419929822px + 9.2349666994 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .d2 {
    font-size: calc( 38.6769596817px + -2.8070624685 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .d2 {
    font-size: 35.8698972131px;
  }
}

.d3 {
  font-size: 26.5820960719px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1.15;
}
@media (min-width: 400px) and (max-width: 768px) {
  .d3 {
    font-size: calc( 26.5820960719px + 7.4812095583 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .d3 {
    font-size: calc( 34.0633056301px + -1.8970674781 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .d3 {
    font-size: 32.166238152px;
  }
}

/**
 * Basic headers.
 */
h1, .h1 {
  font-size: 24px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.15;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  h1, .h1 {
    font-size: calc( 24px + 6 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  h1, .h1 {
    font-size: calc( 30px + -1.1550085939 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  h1, .h1 {
    font-size: 28.8449914061px;
  }
}

h2, .h2 {
  font-size: 21.6687201206px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.15;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  h2, .h2 {
    font-size: calc( 21.6687201206px + 4.7526733217 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  h2, .h2 {
    font-size: calc( 26.4213934423px + -0.554721521 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  h2, .h2 {
    font-size: 25.8666719213px;
  }
}

h3, .h3 {
  font-size: 19.563892986px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  h3, .h3 {
    font-size: calc( 19.563892986px + 3.7057747285 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  h3, .h3 {
    font-size: calc( 23.2696677145px + -0.0737961379 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  h3, .h3 {
    font-size: 23.1958715766px;
  }
}

h4, .h4 {
  font-size: 15.9477461987px;
  color: rgb(247, 249, 250);
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 1.5rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  h4, .h4 {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  h4, .h4 {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  h4, .h4 {
    font-size: 18.6530982319px;
  }
}

h5, .h5 {
  font-size: 15.9477461987px;
  color: rgb(247, 249, 250);
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.15;
  margin: 0 0 1.5rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  h5, .h5 {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  h5, .h5 {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  h5, .h5 {
    font-size: 18.6530982319px;
  }
}
h5::after, .h5::after {
  background: rgb(255, 255, 255);
  bottom: -0.75rem;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  width: 60px;
}

h6, .h6 {
  font-size: 15.9477461987px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.25;
  margin: 0.5rem 0 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  h6, .h6 {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  h6, .h6 {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  h6, .h6 {
    font-size: 18.6530982319px;
  }
}

/**
 * Header styling.
 */
.subheading {
  font-size: 15.9477461987px;
  font-family: "futura-pt-condensed", sans-serif;
  letter-spacing: 0.03rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .subheading {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .subheading {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .subheading {
    font-size: 18.6530982319px;
  }
}

/**
 * Other styles.
 */
p {
  font-size: 13px;
  color: rgb(80, 84, 86);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  p {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  p {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  p {
    font-size: 15px;
  }
}

a, .text-link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a--alt, .text-link--alt {
  cursor: pointer;
  color: var(--color-primary);
  text-decoration: underline;
}
a--underline, .text-link--underline {
  text-decoration: underline;
}
a:hover, .text-link:hover {
  color: rgb(80, 84, 86);
  cursor: pointer;
}
a:focus, .text-link:focus {
  color: rgb(150, 124, 42);
}

.lead {
  font-size: 14.3986353723px;
  line-height: 1.5;
}
@media (min-width: 400px) and (max-width: 768px) {
  .lead {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .lead {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .lead {
    font-size: 16.7271179071px;
  }
}

.meta {
  font-size: 11.7372233987px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .meta {
    font-size: calc( 11.7372233987px + 0.5927602078 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .meta {
    font-size: calc( 12.3299836064px + 1.1212278485 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .meta {
    font-size: 13.4512114549px;
  }
}

label, .label {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 400px) and (max-width: 768px) {
  label, .label {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  label, .label {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  label, .label {
    font-size: 15px;
  }
}

caption, .caption {
  font-size: 10.5971087008px;
}
@media (min-width: 400px) and (max-width: 768px) {
  caption, .caption {
    font-size: calc( 10.5971087008px + 0.262069566 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  caption, .caption {
    font-size: calc( 10.8591782668px + 1.2031610402 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  caption, .caption {
    font-size: 12.062339307px;
  }
}

.legal,
.newsletter-modal__disclaimer p {
  font-size: 9.5677409385px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .legal,
  .newsletter-modal__disclaimer p {
    font-size: calc( 9.5677409385px + -0.0039202236 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .legal,
  .newsletter-modal__disclaimer p {
    font-size: calc( 9.5638207149px + 1.2530510624 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .legal,
  .newsletter-modal__disclaimer p {
    font-size: 10.8168717773px;
  }
}

/**
 * Block styles.
 */
blockquote {
  font-size: 17.6635217327px;
  color: rgb(80, 84, 86);
  line-height: 1.5;
  margin: 0 0 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  blockquote {
    font-size: calc( 17.6635217327px + 2.8303797993 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  blockquote {
    font-size: calc( 20.4939015319px + 0.3069366986 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  blockquote {
    font-size: 20.8008382305px;
  }
}

ol,
.ol,
ul,
.ul {
  font-size: 14.3986353723px;
  line-height: 1.5;
}
@media (min-width: 400px) and (max-width: 768px) {
  ol,
  .ol,
  ul,
  .ul {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  ol,
  .ol,
  ul,
  .ul {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  ol,
  .ol,
  ul,
  .ul {
    font-size: 16.7271179071px;
  }
}

/**
 * Components.
 */
/**
 * Component: Accordion
 * -----------------------------------------------------------------------------
 * Base styling for accordion dropdown menus.
 * - Recommended to use on `<ul>` and `<li>` elements.
 *
 */
.accordion {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accordion__item {
  border: 1px solid rgb(225, 228, 230);
  border-width: 1px 0;
}
.accordion__item:not(:last-child) {
  border-bottom: 0;
}
.accordion__item.is-active .icon {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.accordion__item.is-active .icon__plus {
  display: none;
}
.accordion__item.is-active .icon__minus {
  display: block;
}
.accordion__item.is-active .accordion__content {
  display: block;
}
.accordion__control {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "futura-pt-bold", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0.75rem 0 0.75rem 0;
  text-decoration: none;
  width: 100%;
}
.accordion__control:hover {
  background-color: transparent;
}
.accordion__control .icon {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.accordion__control .icon__minus {
  display: none;
}
.accordion__content {
  display: none;
  padding: 0.75rem 0 0.75rem 0;
}
.accordion__content ul {
  margin-bottom: 1rem;
}

/**
 * Component: Ajax cart
 * -----------------------------------------------------------------------------
 * Styling for cart related components and line item entries
 *
 */
.ajax-cart__line-item {
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 1, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 1, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  padding: 1.5rem 0;
  position: relative;
}
.ajax-cart__line-item.is-removing {
  opacity: 0.2;
  pointer-events: none;
}
.ajax-cart__line-item.is-removing:hover {
  cursor: pointer;
}
.cart-drawer .ajax-cart__line-item {
  border-top: 1px solid rgb(225, 228, 230);
}
.ajax-cart__line-item-type--board-build-service, .ajax-cart__line-item-type--wheel-build-service {
  display: none;
}
.ajax-cart__title {
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  display: block;
  margin-bottom: 0;
  text-decoration: none;
}
.ajax-cart__title:hover {
  color: rgb(0, 0, 0);
}
.ajax-cart__image {
  margin: 0;
  max-width: 100px;
  width: 100%;
  background: rgb(250, 250, 250);
  margin-right: 1rem;
}
.ajax-cart__image img {
  padding: 0.75rem;
  mix-blend-mode: multiply;
}
@media (min-width: 48em) {
  .ajax-cart__image {
    max-width: 125px;
  }
}
.ajax-cart__description .meta {
  font-size: 13px;
  color: rgb(80, 84, 86);
  margin: 0;
}
@media (min-width: 400px) and (max-width: 768px) {
  .ajax-cart__description .meta {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ajax-cart__description .meta {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .ajax-cart__description .meta {
    font-size: 15px;
  }
}
.ajax-cart__price, .ajax-cart__price p {
  font-size: 15.9477461987px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  margin: 0 0 0.25rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  .ajax-cart__price, .ajax-cart__price p {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ajax-cart__price, .ajax-cart__price p {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .ajax-cart__price, .ajax-cart__price p {
    font-size: 18.6530982319px;
  }
}
.ajax-cart__remove {
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  position: absolute;
  top: 0;
  right: 0;
}
.ajax-cart__remove:hover {
  color: rgb(80, 84, 86);
  cursor: pointer;
}
.ajax-cart__price-compare {
  color: #b3b3b3;
}

.cart-table__edit {
  margin-left: 5px;
}

/**
 * Component: Badge
 * -----------------------------------------------------------------------------
 * Component used provide contrast to small counters and labels.
 *
 */
.badge {
  font-size: 10.5971087008px;
  display: inline-block;
  height: 28px;
  line-height: 1.875;
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
@media (min-width: 400px) and (max-width: 768px) {
  .badge {
    font-size: calc( 10.5971087008px + 0.262069566 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .badge {
    font-size: calc( 10.8591782668px + 1.2031610402 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .badge {
    font-size: 12.062339307px;
  }
}
.badge::before, .badge::after {
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.badge::before {
  border-right: 10px solid rgb(247, 249, 250);
  right: -1px;
}
.badge::after {
  border-left: 10px solid rgb(247, 249, 250);
  left: -1px;
}
.badge span {
  position: relative;
  top: -1px;
}
.badge.badge--primary {
  background-color: rgb(25, 25, 25);
  color: rgb(255, 255, 255);
}
.badge.badge--secondary {
  background-color: var(--color-teriary);
  color: rgb(255, 255, 255);
}
.badge.badge--secondary:hover {
  background-color: rgb(80, 84, 86);
  color: rgb(255, 255, 255);
}
.badge.badge--round {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 20px;
  min-width: 18px;
  border-radius: 50%;
  padding: 0 0.5rem;
  margin-top: 10px;
}
.badge.badge--round::before, .badge.badge--round::after {
  content: none;
}

/**
 * Component: Breadcrumb
 * -----------------------------------------------------------------------------
 * Styling for an inline text-link navigation usually displayed on the product and
 * collection pages.
 *
 */
.breadcrumb {
  font-size: 14.3986353723px;
  color: #b3b3b3;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .breadcrumb {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .breadcrumb {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .breadcrumb {
    font-size: 16.7271179071px;
  }
}
.breadcrumb__separator {
  display: inline-block;
}
.breadcrumb__separator:not(:first-child) {
  margin: 0;
}
.breadcrumb__link {
  color: #b3b3b3;
  text-decoration: none;
}
.breadcrumb__link:hover {
  color: rgb(0, 0, 0);
}
@media (min-width: 48em) {
  .breadcrumb {
    font-size: 15.9477461987px;
  }
}
@media (min-width: 48em) and (min-width: 400px) and (max-width: 768px) {
  .breadcrumb {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 48em) and (min-width: 768px) and (max-width: 1366px) {
  .breadcrumb {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 48em) and (min-width: 1366px) {
  .breadcrumb {
    font-size: 18.6530982319px;
  }
}
@media (min-width: 48em) {
  .breadcrumb__separator:not(:first-child) {
    margin: 0;
  }
}

/**
 * Component: Button
 * -----------------------------------------------------------------------------
 * Used to override all defaults of links and form buttons to create a consistent
 * clickable/interactive component.
 *
 */
.button,
.shopify-challenge__button {
  font-size: 14.3986353723px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--color-primary);
  display: inline-block;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-bottom: 0.5rem;
  padding: 1rem 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
@media (min-width: 400px) and (max-width: 768px) {
  .button,
  .shopify-challenge__button {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .button,
  .shopify-challenge__button {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .button,
  .shopify-challenge__button {
    font-size: 16.7271179071px;
  }
}
.button:hover,
.shopify-challenge__button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.button--thin,
.shopify-challenge__button--thin {
  padding: 0.5rem 3rem;
}
.button:last-child,
.shopify-challenge__button:last-child {
  margin-bottom: 0;
}

.button--primary,
.shopify-challenge__button {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: rgb(255, 255, 255);
  font-family: "futura-pt-condensed", sans-serif;
}
.button--primary:hover,
.shopify-challenge__button:hover {
  color: rgb(255, 255, 255);
}
.button--primary:focus,
.shopify-challenge__button:focus {
  color: rgb(255, 255, 255);
}
.button--primary.button--outlined,
.shopify-challenge__button.button--outlined {
  background-color: transparent;
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.button--primary.button--outlined:hover,
.shopify-challenge__button.button--outlined:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  opacity: 1;
}

.button--secondary {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: var(--color-primary);
}
.button--secondary:hover {
  color: #505456;
}
.button--secondary.button--outlined {
  background-color: rgb(255, 255, 255);
  border-color: rgb(25, 25, 25);
  color: rgb(25, 25, 25);
}
.button--secondary.button--outlined:hover {
  background-color: rgb(255, 255, 255);
  color: var(--color-primary);
  opacity: 1;
}

.button--success {
  background-color: rgb(35, 209, 96);
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.button--success.button--outlined {
  background-color: transparent;
  border-color: rgb(35, 209, 96);
  color: rgb(35, 209, 96);
}
.button--success.button--outlined:hover {
  background-color: rgb(35, 209, 96);
  color: rgb(255, 255, 255);
  opacity: 1;
}

.button--warning {
  background-color: rgb(150, 124, 42);
  border-color: transparent;
  color: rgb(80, 84, 86);
}
.button--warning.button--outlined {
  background-color: transparent;
  border-color: rgb(150, 124, 42);
}
.button--warning.button--outlined:hover {
  background-color: rgb(150, 124, 42);
  opacity: 1;
}

.button--error {
  background-color: rgb(174, 24, 37);
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.button--error.button--outlined {
  background-color: transparent;
  border-color: rgb(174, 24, 37);
  color: rgb(174, 24, 37);
}
.button--error.button--outlined:hover {
  background-color: rgb(174, 24, 37);
  color: rgb(255, 255, 255);
  opacity: 1;
}

.button.button--light {
  background-color: rgb(250, 250, 250);
  color: rgb(80, 84, 86);
}
.button.button--light:hover {
  background-color: rgb(247, 249, 250);
  opacity: 1;
}
.button.button--light:focus, .button.button--light.is-focused {
  color: rgb(80, 84, 86);
}
.button.button--light.button--outlined {
  background-color: transparent;
  border-color: rgb(247, 249, 250);
  color: rgb(80, 84, 86);
}
.button.button--light.button--outlined:hover {
  background-color: rgb(247, 249, 250);
  border-color: rgb(247, 249, 250);
  opacity: 1;
}

.button--dark {
  background-color: rgb(80, 84, 86);
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.button--dark.button--outlined {
  background-color: transparent;
  border-color: rgb(80, 84, 86);
  color: rgb(80, 84, 86);
}
.button--dark.button--outlined:hover {
  background-color: rgb(80, 84, 86);
  color: rgb(255, 255, 255);
  opacity: 1;
}

.button--white.button--outlined {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.button--white.button--outlined:hover {
  background-color: rgb(255, 255, 255);
}

.button--black.button--outlined {
  border-color: rgb(25, 25, 25);
  color: rgb(25, 25, 25);
}
.button--black.button--outlined:hover {
  background-color: rgb(25, 25, 25);
}

.button--outlined {
  background-color: transparent;
}
.button--outlined:hover {
  border-color: transparent;
  color: rgb(80, 84, 86);
  opacity: 1;
}

.button--pad-right {
  margin-right: 0.75rem;
}

.button--pad-left {
  margin-left: 0.75rem;
}

/**
 * Sizes.
 */
.button--x-small {
  font-size: 11.7372233987px;
  min-width: inherit;
  padding: 0 0.5rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  .button--x-small {
    font-size: calc( 11.7372233987px + 0.5927602078 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .button--x-small {
    font-size: calc( 12.3299836064px + 1.1212278485 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .button--x-small {
    font-size: 13.4512114549px;
  }
}

.button--small {
  font-size: 11.7372233987px;
  min-width: inherit;
  padding: 0.5rem 1rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  .button--small {
    font-size: calc( 11.7372233987px + 0.5927602078 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .button--small {
    font-size: calc( 12.3299836064px + 1.1212278485 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .button--small {
    font-size: 13.4512114549px;
  }
}

.button--large {
  font-size: 14.3986353723px;
  min-width: inherit;
  padding: 0.75rem 2rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  .button--large {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .button--large {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .button--large {
    font-size: 16.7271179071px;
  }
}

.button--block {
  width: 100%;
}

/**
 * States.
 */
.button.is-active {
  opacity: 1;
}
.button.is-disabled, .button[disabled] {
  background-color: rgb(247, 249, 250);
  border: 2px solid rgb(80, 84, 86);
  color: rgb(80, 84, 86);
}
.button.is-disabled:hover, .button[disabled]:hover {
  cursor: not-allowed;
}
.button.is-loading {
  color: transparent;
  position: relative;
}
.button.is-loading .loader {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.is-loading:hover {
  cursor: default;
  opacity: 1;
}
.button.is-toggled {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
.button.is-error {
  border: 0;
  outline: 2px solid rgb(174, 24, 37);
}
.button.is-focused, .button:focus {
  border: 0;
  color: rgb(255, 255, 255);
  outline: none;
}

.shopify-challenge__button.btn {
  margin-bottom: 2rem;
}

/**
 * Components: Callout
 * -----------------------------------------------------------------------------
 * A basic building block used primarily for simple promotion content.
 *
 */
.callout {
  padding: 1rem 0;
}
.callout.callout--primary {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.callout.callout--secondary {
  background-color: var(--color-primary);
  color: rgb(255, 255, 255);
}
.callout.callout--light {
  background-color: rgb(250, 250, 250);
  color: rgb(25, 25, 25);
}

/**
 * Component: Card grid
 * -----------------------------------------------------------------------------
 * A simple grid to control the flow and alignment of a collection of cards
 * - Uses CSS grids.
 *
 */
.card-grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.card-grid .view--3up {
  display: none;
}
.card-grid .card {
  max-width: unset;
  width: 100%;
}
@media (min-width: 48em) {
  .card-grid {
    grid-gap: 1.5rem;
  }
}
@media (min-width: 64em) {
  .card-grid {
    grid-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid--3up {
    font-size: 13px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) and (min-width: 400px) and (max-width: 768px) {
  .card-grid--3up {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 64em) and (min-width: 768px) and (max-width: 1366px) {
  .card-grid--3up {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 64em) and (min-width: 1366px) {
  .card-grid--3up {
    font-size: 15px;
  }
}
@media (min-width: 64em) {
  .card-grid--3up .view--2up {
    display: none;
  }
}
@media (min-width: 64em) {
  .card-grid--3up .view--3up {
    display: block;
  }
  .card-grid--3up .view--3up .card__price {
    font-size: 14.3986353723px;
  }
}
@media (min-width: 64em) and (min-width: 400px) and (max-width: 768px) {
  .card-grid--3up .view--3up .card__price {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 64em) and (min-width: 768px) and (max-width: 1366px) {
  .card-grid--3up .view--3up .card__price {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 64em) and (min-width: 1366px) {
  .card-grid--3up .view--3up .card__price {
    font-size: 16.7271179071px;
  }
}
@media (min-width: 64em) {
  .card-grid--3up .h6 {
    font-size: 13px;
  }
}
@media (min-width: 64em) and (min-width: 400px) and (max-width: 768px) {
  .card-grid--3up .h6 {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 64em) and (min-width: 768px) and (max-width: 1366px) {
  .card-grid--3up .h6 {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 64em) and (min-width: 1366px) {
  .card-grid--3up .h6 {
    font-size: 15px;
  }
}

/**
 * Modernizr.
 * - No css grid support
 */
.no-cssgrid .card-grid,
.cssgridlegacy .card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.no-cssgrid .card-grid__item,
.cssgridlegacy .card-grid__item {
  padding: 0.5rem;
  width: calc(50% - 0.5rem);
}
@media (min-width: 48em) {
  .no-cssgrid .card-grid,
  .cssgridlegacy .card-grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .no-cssgrid .card-grid__item,
  .cssgridlegacy .card-grid__item {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 64em) {
  .no-cssgrid .card-grid__item,
  .cssgridlegacy .card-grid__item {
    width: calc((100% / 2) - 1rem);
  }
  .no-cssgrid .card-grid--3up .card-grid__item,
  .cssgridlegacy .card-grid--3up .card-grid__item {
    width: calc((100% / 3) - 1rem);
  }
}

/**
 * Component: Card
 * -----------------------------------------------------------------------------
 * Cards provide a flexible and extensible content container with multiple
 * variants and options.
 *
 */
.card {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  /**
    * Modifiers
    */
}
.card__link {
  text-decoration: none;
}
.card__link:hover + .card__badge-listing + .card__quickview-opener {
  opacity: 1;
}
.card__thumbnail {
  background: rgb(247, 249, 250);
  padding: 1rem 0;
  position: relative;
  width: 100%;
}
.card__thumbnail img {
  mix-blend-mode: multiply;
  padding-left: 14%;
  padding-right: 14%;
}
.isIE .card__thumbnail {
  background: rgb(255, 255, 255);
}
.card__body {
  margin: 1rem 0;
  width: 100%;
}
.card__footer {
  margin: auto 0;
  position: relative;
  width: 100%;
}
.card__stock-level {
  font-size: 14.3986353723px;
  color: #b3b3b3;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .card__stock-level {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .card__stock-level {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .card__stock-level {
    font-size: 16.7271179071px;
  }
}
.card-grid--3up .card__stock-level {
  font-size: 13px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .card-grid--3up .card__stock-level {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .card-grid--3up .card__stock-level {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .card-grid--3up .card__stock-level {
    font-size: 15px;
  }
}
.card__reviews .spr-badge {
  padding-top: 0.25rem;
}
.card__reviews .spr-badge .spr-icon {
  font-size: 80% !important;
}
@media (max-width: 47.99em) {
  .card__reviews .spr-badge .spr-icon {
    font-size: 60% !important;
  }
}
.card__reviews .spr-badge-caption {
  display: none;
}
.card__price {
  font-size: 17.6635217327px;
  color: rgb(25, 25, 25);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .card__price {
    font-size: calc( 17.6635217327px + 2.8303797993 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .card__price {
    font-size: calc( 20.4939015319px + 0.3069366986 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .card__price {
    font-size: 20.8008382305px;
  }
}
.card__price s {
  color: #b3b3b3;
}
.card-grid--3up .card__price {
  font-size: 13px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .card-grid--3up .card__price {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .card-grid--3up .card__price {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .card-grid--3up .card__price {
    font-size: 15px;
  }
}
.card__description {
  font-size: 11.7372233987px;
  margin: 0;
}
@media (min-width: 400px) and (max-width: 768px) {
  .card__description {
    font-size: calc( 11.7372233987px + 0.5927602078 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .card__description {
    font-size: calc( 12.3299836064px + 1.1212278485 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .card__description {
    font-size: 13.4512114549px;
  }
}
.card__meta {
  margin-bottom: 1.5rem;
}
.card__badge-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0.03rem;
  position: absolute;
  text-transform: uppercase;
  top: 0.75rem;
  -webkit-transform: scale(0.875);
          transform: scale(0.875);
  z-index: 1;
}
.card__badge-listing--left {
  left: 0.75rem;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.card__badge-listing--right {
  right: 0.75rem;
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media (min-width: 48em) {
  .card__show-hover {
    display: none;
  }
  .card__show-hover:hover {
    display: block;
  }
  .card__link:hover + .card__show-hover, .card__link:hover .card__show-hover {
    display: block;
  }
  .card__cta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: rgb(255, 255, 255);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .card__footer--has-cta .card__cta {
    background: transparent;
  }
  .card__cta-button {
    line-height: 1.5;
    margin: 0;
    margin-right: 0.5rem;
    width: calc(50% - 0.25rem);
  }
  .card__cta-button:last-child {
    margin-right: 0;
  }
  .card-grid--3up .card__cta-button {
    margin-bottom: 0.5rem;
    margin-right: 0;
    width: 100%;
  }
  .nosto-product-info .card__cta-button {
    margin-bottom: 0.5rem;
    margin-right: 0;
    width: 100%;
  }
  .card__badge-listing {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.card__badge {
  font-size: 14.3986353723px;
  margin-bottom: 0.5rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  .card__badge {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .card__badge {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .card__badge {
    font-size: 16.7271179071px;
  }
}
.card__badge:not(:last-child) {
  margin-right: 0.5rem;
}
.card__badge .iWishAddColl {
  color: rgb(255, 255, 255);
}
.card.card--product .card__footer {
  margin: 0.75rem 0;
  padding: 0;
}
.card.card--product .card__badge span {
  position: relative;
  top: -1px;
}
.card.card--product .card__thumbnail-container {
  position: relative;
}
.card.card--product .card__thumbnail--secondary {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.card.card--product:hover .card__thumbnail--primary {
  opacity: 0;
}
.card.card--product:hover .card__thumbnail--secondary {
  opacity: 1;
}
.card.card--product:hover .card__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-grid--3up .card.card--product:hover .card__cta {
  display: block;
}
@media (min-width: 48em) {
  .card.card--product:hover .card__footer--has-cta .view--3up,
  .card.card--product:hover .card__footer--has-cta .view--2up {
    opacity: 0;
  }
}

/**
 * Component: Carousel
 * -----------------------------------------------------------------------------
 * Reusable component to create basic sliders.
 * - Using Flickity by Metafizzy
 *
 */
.carousel {
  /**
    * Flickity overrides
    */
}
.carousel .flickity-page-dots {
  bottom: 1rem;
}
.carousel .flickity-page-dots .dot {
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 1, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 1, 1);
  background-color: var(--color-primary);
  height: 12px;
  opacity: 0.25;
  width: 12px;
}
.carousel .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.carousel .flickity-prev-next-button {
  background: none;
}
.carousel .flickity-prev-next-button .arrow {
  fill: var(--color-primary);
}

.carousel-view-all {
  font-size: 14.3986353723px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-bottom: 0.75rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .carousel-view-all {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .carousel-view-all {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .carousel-view-all {
    font-size: 16.7271179071px;
  }
}
.carousel-view-all a {
  position: absolute;
  right: 88px;
  text-decoration: underline;
}

/**
 * Component: Cover
 * -----------------------------------------------------------------------------
 * A flexible component that is used to contain text on top of background images.
 * - Usually used in conjunction inside a cover listing grid.
 *
 */
.cover {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: rgb(250, 250, 250);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  position: relative;
}
.cover__title, .cover__subtitle {
  margin: 0 0 0.5rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 2;
}
.cover__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.cover__description {
  padding: 16px;
}
.cover__description.description__centre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cover__description.description__bottom .cover__subtitle {
  max-width: 200px;
}
.cover__description.description__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cover__description .title-block {
  background-color: black;
  padding: 8px 12px;
}
@media (min-width: 48em) {
  .cover__description .button--absolute {
    position: absolute;
    right: 1.5rem;
    bottom: 3.5rem;
  }
}
@media (min-width: 48em) {
  .cover__description {
    padding: 24px;
  }
}

/**
 * Component: Cart table
 * -----------------------------------------------------------------------------
 * A structured flex table to display cart line items.
 *
 */
.cart-table__header {
  font-size: 12.3524857491px;
  border-bottom: 1px solid rgb(225, 228, 230);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  padding-bottom: 0.75rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  .cart-table__header {
    font-size: calc( 12.3524857491px + 0.7859985809 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cart-table__header {
    font-size: calc( 13.13848433px + 1.0660280454 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .cart-table__header {
    font-size: 14.2045123754px;
  }
}
.cart-table__item {
  border-bottom: 1px solid rgb(225, 228, 230);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  position: relative;
}
@media (max-width: 47.99em) {
  .cart-table__item:first-child {
    padding-top: 0.25rem;
  }
}
@media (max-width: 47.99em) {
  .cart-table__item:last-child {
    border-bottom: 0;
  }
}
.cart-table__item:not(:last-child),
.cart-table__item p {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .cart-table__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cart-table__item-type--board-build-service, .cart-table__item-type--wheel-build-service {
  display: none;
}
.cart-table__warning {
  border: 2px solid rgb(174, 24, 37);
  display: none;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.cart-table__warning p, .cart-table__warning p:not(:last-child) {
  color: rgb(174, 24, 37);
  margin-bottom: 0;
}
.cart-table__warning.is-active {
  display: block;
}
.cart-table__service-options-option {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(25, 25, 25);
  color: rgb(0, 0, 0);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.cart-table__service-options-option label {
  font-size: 14.3986353723px;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 400px) and (max-width: 768px) {
  .cart-table__service-options-option label {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cart-table__service-options-option label {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .cart-table__service-options-option label {
    font-size: 16.7271179071px;
  }
}
.cart-table__service-options-option label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cart-table__service-options-option label .checkmark {
  border: 2px solid rgb(25, 25, 25);
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
}
.cart-table__service-options-option label:hover input ~ .checkmark {
  background-color: rgb(255, 255, 255);
}
.cart-table__service-options-option label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cart-table__service-options-option label input:checked ~ .checkmark:after {
  display: block;
}
.cart-table__service-options-option label .checkmark:after {
  background-color: rgb(25, 25, 25);
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
}
@media (max-width: 47.99em) {
  .cart-table__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.cart-table__image.ajax-cart__image {
  background: rgb(250, 250, 250);
  margin-right: 1.5rem;
  max-width: 150px;
  width: 100%;
  padding: 0;
}
.cart-table__image img {
  padding: 1rem;
  mix-blend-mode: multiply;
}
.cart-table__line-item-info {
  padding-right: 0 !important;
  width: 100%;
}
@media (min-width: 48em) {
  .cart-table__line-item-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 48em) {
  .cart-table__title {
    margin-bottom: 0.5rem;
  }
}
.cart-table__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media (max-width: 47.99em) {
  .cart-table__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.cart-table__meta-text {
  font-size: 12.3524857491px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .cart-table__meta-text {
    font-size: calc( 12.3524857491px + 0.7859985809 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cart-table__meta-text {
    font-size: calc( 13.13848433px + 1.0660280454 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .cart-table__meta-text {
    font-size: 14.2045123754px;
  }
}
@media (max-width: 47.99em) {
  .cart-table__meta-text .meta {
    margin: 0.25rem 0 0.5rem 0;
  }
}
.cart-table__meta-text .meta:not(:empty) {
  margin-bottom: 0.5rem;
}
.cart-table__quantity-selector .quantity-selector {
  max-width: 100px;
}
@media (max-width: 35.99em) {
  .cart-table__quantity-selector .quantity-selector {
    height: 45px;
    max-width: 90px;
  }
}
.cart-table__quantity-selector .quantity-selector__input {
  font-weight: 500;
}
.cart-table__quantity-selector .quantity-selector__button {
  color: rgb(25, 25, 25);
}
@media (max-width: 47.99em) {
  .cart-table__quantity-selector {
    margin-bottom: 0.5rem;
  }
}
.cart-table__price, .cart-table__price p, .cart-table__subtotal, .cart-table__subtotal p {
  font-size: 15.9477461987px;
  color: rgb(25, 25, 25);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
}
@media (min-width: 400px) and (max-width: 768px) {
  .cart-table__price, .cart-table__price p, .cart-table__subtotal, .cart-table__subtotal p {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cart-table__price, .cart-table__price p, .cart-table__subtotal, .cart-table__subtotal p {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .cart-table__price, .cart-table__price p, .cart-table__subtotal, .cart-table__subtotal p {
    font-size: 18.6530982319px;
  }
}
.cart-table__price {
  text-align: center;
}
@media (max-width: 47.99em) {
  .cart-table__price {
    margin-bottom: 0.5rem;
    text-align: left;
  }
}
.cart-table__price-compare {
  color: #b3b3b3;
}
@media (min-width: 48em) {
  .cart-table__flex-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media (min-width: 48em) {
  .cart-table__flex-35 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}
@media (min-width: 48em) {
  .cart-table__flex-43 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
  }
}
@media (min-width: 48em) {
  .cart-table__flex-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
  }
}
@media (min-width: 48em) {
  .cart-table__flex-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
}
.cart-table__mobile {
  margin: 0.25rem 0;
}
@media (min-width: 48em) {
  .cart-table__mobile {
    display: none;
  }
}
@media (max-width: 47.99em) {
  .cart-table__hide-mobile {
    display: none;
  }
}
@media (min-width: 48em) {
  .cart-table__hide-laptop {
    display: none;
  }
}
@media (min-width: 48em) {
  .cart-table__quantity-selector .quantity-selector {
    margin: 0 auto;
  }
}

.cart-table__title,
.ajax-cart__title {
  font-size: 11.7372233987px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .cart-table__title,
  .ajax-cart__title {
    font-size: calc( 11.7372233987px + 0.5927602078 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cart-table__title,
  .ajax-cart__title {
    font-size: calc( 12.3299836064px + 1.1212278485 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .cart-table__title,
  .ajax-cart__title {
    font-size: 13.4512114549px;
  }
}

/**
 * Component: Drawer
 * -----------------------------------------------------------------------------
 * A simple slide out drawer menu entering from the edges of the screen.
 *
 */
.drawer {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(247, 249, 250);
  border-width: 0 1px;
  height: 100%;
  max-width: 270px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  will-change: transform;
  z-index: 24;
  /**
   * State.
   */
  /**
   * Modifiers.
   */
  padding-top: 1rem 0;
}
.drawer.drawer.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer.drawer--left {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (min-width: 36em) {
  .drawer {
    max-width: 350px;
  }
}
@media (min-width: 64em) {
  .drawer {
    padding-top: 2rem;
  }
}
.drawer .cart-drawer__body, .drawer .cart-drawer__header {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 64em) {
  .drawer .cart-drawer__body, .drawer .cart-drawer__header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.drawer .cart-drawer__footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

/**
 * Component: Form group
 * -----------------------------------------------------------------------------
 * Group styling for a combination of form elements within a form.
 *
 */
.form-group:not(:last-child) {
  margin-bottom: 1.5rem;
}
.form-group__field:not(:last-child) {
  margin-bottom: 1.5rem;
}
.form-group__field--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.form-group__field--flex input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 1rem;
}
.form-group__field--flex .button {
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
}
.form-group__field.col {
  margin-bottom: 0;
}
.form-group__check {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group__check label {
  margin-bottom: 0;
}
.form-group__check:not(:last-child) {
  margin-bottom: 0.75rem;
}
.form-group__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}

/**
 * Component: Hero
 * -----------------------------------------------------------------------------
 * Prominent banners that can contain background images and text content.
 * - can also be used to create page hero blocks.
 *
 */
.hero {
  background-size: cover;
  padding: 1rem;
  /**
   * Modifiers.
   */
  /**
   * Media queries.
   */
}
.hero > .container {
  position: relative;
  z-index: 1;
}
.hero__container {
  max-width: 420px;
}
.hero__title {
  margin-bottom: 0;
}
.hero__description p {
  font-size: 15.9477461987px;
  color: rgb(255, 255, 255);
  font-family: "futura-pt-condensed", sans-serif;
  letter-spacing: 0.03rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .hero__description p {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .hero__description p {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .hero__description p {
    font-size: 18.6530982319px;
  }
}
.hero__description p:last-child {
  margin-bottom: 0;
}
.hero__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}
.hero__button-group .button:not(:last-child) {
  margin-bottom: 0.75rem;
}
.hero.hero--left {
  text-align: left;
}
.hero.hero--right {
  text-align: right;
}
@media (min-width: 36em) {
  .hero {
    padding: 2.5rem 0;
  }
}
@media (min-width: 64em) {
  .hero {
    padding: 4rem 0 2.5rem;
  }
}

/**
 * Component: Icon group
 * -----------------------------------------------------------------------------
 * Utility class to provide consistent styling for a list of icons.
 *
 */
.icon-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-group__item {
  display: inline-block;
}
.icon-group__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(25, 25, 25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/**
 * Component: Input group
 * -----------------------------------------------------------------------------
 * An extensible inline form elements.
 *
 */
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
.input-group__label {
  left: 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input-group__field {
  width: 100%;
}
.input-group__field:focus + .input-group__label {
  display: none;
}
.input-group__addon {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
  height: 100%;
}
.input-group__control {
  width: 100%;
}

/**
 * Component: Language selector
 * -----------------------------------------------------------------------------
 * Select dropdown navigation to select currency or country.
 * - Activated through `theme settings > features`.
 *
 */
.language-selector {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
.language-selector__icon {
  height: 24px;
  left: 1rem;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  width: 24px;
}
.language-selector__icon [js-language-selector=icon] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.language-selector__select,
.language-selector .ly-languages-switcher {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../assets/images/icon-caret-down.svg");
  background-position: right 3px center;
  border: 0;
  border-radius: 0;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  text-transform: uppercase;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.language-selector__select:hover,
.language-selector .ly-languages-switcher:hover {
  cursor: pointer;
  opacity: 0.75;
}
.language-selector .icon__chevron--down {
  max-width: 8px;
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
}

.js .language-selector__select {
  display: none;
}

#ly-languages-switcher,
.langify-switcher-container {
  display: none;
}

/**
 * Component: Modal
 * -----------------------------------------------------------------------------
 * Styling for a component dialogs to your site for user notifications or
 * custom content defined in section settings.
 *
 */
.modal {
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(25, 25, 25, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 24;
}
.modal.is-active, .modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal.is-active .modal__card, .modal.is-open .modal__card {
  -webkit-box-shadow: 0 2px 20px 0 rgba(25, 25, 25, 0.2);
          box-shadow: 0 2px 20px 0 rgba(25, 25, 25, 0.2);
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal__overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__card {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(247, 249, 250);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  margin: 0 auto;
  max-height: calc(100vh - 40px);
  max-width: 90%;
  opacity: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  width: 100%;
}
@media (min-width: 48em) {
  .modal__card {
    max-width: 580px;
  }
}
.modal__image {
  background-color: rgb(255, 255, 255);
  padding: 0;
}
.modal__header {
  margin-bottom: 0;
  padding: 1rem;
  position: relative;
}
.modal__title {
  color: rgb(25, 25, 25);
  margin-bottom: 0;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.modal__subtitle {
  margin-bottom: 0;
}
.modal__body {
  overflow: auto;
  padding: 1rem;
}
.modal__footer {
  border-top: 1px solid rgb(247, 249, 250);
  overflow: hidden;
  padding: 1rem;
}
.modal__submit {
  float: right;
}
.modal__close {
  background: transparent;
  height: auto;
  padding: 0.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 24;
}
.modal__close svg {
  height: 36px;
  pointer-events: none;
  width: 36px;
}

.modal-underlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 25, 25, 0.6);
  z-index: 5;
}

.modal-visible .modal-underlay {
  display: block;
}

.modal-visible.modal-menu .modal-underlay {
  display: none;
}
@media screen and (min-width: 768px) {
  .modal-visible.modal-menu .modal-underlay {
    display: block;
    z-index: 90;
  }
}

/**
 * Component: Navlist
 * -----------------------------------------------------------------------------
 * Navigation styling used to display a list of block level links.
 *
 */
.navlist {
  font-family: "futura-pt-condensed", sans-serif;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navlist__item:not(:last-child) {
  margin-bottom: 0.25rem;
}
.navlist__item.is-active {
  font-weight: 700;
}
.navlist__link {
  color: rgb(80, 84, 86);
  display: block;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}

/**
 * Component: Notification
 * -----------------------------------------------------------------------------
 * A full-width announcement bar that can be hidden by the user.
 * - Must be enabled through site header section settings.
 *
 */
.notification {
  background-color: rgb(255, 255, 255);
  color: rgb(80, 84, 86);
  display: none;
  margin-top: 0;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: margin-top;
  /**
   * State.
   */
  /**
   * Modifiers.
   */
}
.notification__text {
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .notification__text {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .notification__text {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .notification__text {
    font-size: 15px;
  }
}
.notification__text--left {
  display: none;
  text-align: left;
}
@media (min-width: 64em) {
  .notification__text--left {
    display: inline-block;
  }
}
.notification__text--right {
  display: none;
  text-align: right;
}
@media (min-width: 64em) {
  .notification__text--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 64em) {
  .notification__text--localization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.notification__text .icon__twitter {
  margin-left: 1rem;
}
.notification__link {
  text-decoration: none;
}
.notification__close {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.notification__close .icon {
  color: rgb(255, 255, 255);
  height: 24px;
  width: 24px;
}
.notification.is-active {
  display: block;
}
.notification.notification--primary {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.notification.notification--light {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(80, 84, 86);
  color: rgb(80, 84, 86);
}
.notification.notification--light .notification__close .icon {
  color: rgb(80, 84, 86);
}
.notification .row {
  margin-bottom: 0;
}
.notification .button {
  border-width: 1px;
}

/**
 * Component: Pagination
 * -----------------------------------------------------------------------------
 * For showing pagination to indicate a series of related content exists
 * across multiple pages.
 *
 */
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(80, 84, 86);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  text-align: center;
}
.pagination--collection {
  margin: 0;
}
.pagination__item {
  font-size: 14.3986353723px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media (min-width: 400px) and (max-width: 768px) {
  .pagination__item {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .pagination__item {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .pagination__item {
    font-size: 16.7271179071px;
  }
}
.pagination__item:not(:last-child) {
  margin-right: 1.5rem;
}
.pagination__item .icon {
  height: 19px;
  width: 19px;
}
.pagination__link {
  color: rgb(0, 0, 0);
}
@media (min-width: 64em) {
  .pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/**
 * Component: Product gallery
 * -----------------------------------------------------------------------------
 * Defauled product gallery layout with thumbnails on the left.
 *
 */
.product-gallery {
  display: block;
  position: relative;
}
.product-gallery__main-thumbnail {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  width: 100%;
  height: auto;
}
.product-gallery__main-thumbnail img {
  mix-blend-mode: multiply;
  height: auto;
  aspect-ratio: 1;
}
.product-gallery__thumbnails-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style-type: none;
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 0 auto;
  padding: 0 40px;
}
.product-gallery__thumbnails-nav .flickity-viewport {
  height: 100%;
  width: 100%;
}
.product-gallery__thumbnails-nav li {
  max-width: 100px;
}
.product-gallery__thumbnails-nav .flickity-button-icon {
  width: 50%;
  height: 50%;
}
.product-gallery__thumbnails-nav .next {
  right: 0;
  background: none;
}
.product-gallery__thumbnails-nav .previous {
  left: 0;
  background: none;
}
.product-gallery__thumbnail {
  height: 120px;
  width: 120px;
  width: 50%;
}
@media (min-width: 36em) {
  .product-gallery__thumbnail {
    width: 33.3%;
    padding: 0 5%;
  }
}
.product-gallery__thumbnail a {
  display: block;
  background: rgb(250, 250, 250);
}
.product-gallery__thumbnail:hover a, .product-gallery__thumbnail:focus a {
  opacity: 0.5;
}
.product-gallery__thumbnail-image {
  display: block;
  mix-blend-mode: multiply;
  max-width: 100px;
  margin: 0 auto;
}
@media (min-width: 36em) {
  .product-gallery__thumbnail-image {
    max-width: 100%;
  }
}
.product-gallery__zoom-pane {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 64em) {
  .product-gallery__zoom-pane {
    right: -100%;
  }
}

.drift-zoom-pane {
  background: rgb(255, 255, 255) !important;
  border: 1px solid rgb(225, 228, 230);
  height: 90%;
  margin-left: 1.5rem;
  max-width: 550px;
}

.drift-bounding-box,
.drift-zoom-pane {
  position: absolute;
  pointer-events: none;
}

@keyframes noop {
  0% {
    zoom: 1;
  }
}
@-webkit-keyframes noop {
  0% {
    zoom: 1;
  }
}
.drift-zoom-pane.drift-open {
  display: block;
}

.drift-zoom-pane.drift-closing,
.drift-zoom-pane.drift-opening {
  animation: noop 1ms;
  -webkit-animation: noop 1ms;
}

.drift-zoom-pane {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.drift-zoom-pane-loader {
  display: none;
}

.drift-zoom-pane img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
}

/**
 * Component: Quantity selector
 * -----------------------------------------------------------------------------
 * A form control component with buttons on both sides to increment/decrement a counter
 *
 */
.quantity-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  position: relative;
  /**
   * Modifiers.
   */
}
.quantity-selector__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid rgb(80, 84, 86);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity-selector__control:first-child {
  border-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quantity-selector__control:nth-child(2) {
  border: 0;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.quantity-selector__control:last-child {
  border-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.isIE .quantity-selector__control {
  min-width: 33px;
}
.quantity-selector input[type=number].quantity-selector__input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  background-color: transparent;
  border-bottom: 2px solid rgb(80, 84, 86);
  border-left: 0;
  border-right: 0;
  border-top: 2px solid rgb(80, 84, 86);
  height: 100%;
  min-width: 25px;
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
}
.quantity-selector input[type=number].quantity-selector__input::-webkit-inner-spin-button, .quantity-selector input[type=number].quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.quantity-selector__button {
  background-color: transparent;
  border: 0;
  height: 100%;
  padding: 0.125rem;
  margin-bottom: 0;
  width: 100%;
}
.quantity-selector__button .icon {
  fill: var(--color-primary);
  position: relative;
  top: -1px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.quantity-selector__button:hover {
  background-color: rgb(250, 250, 250);
}
.quantity-selector.quantity-selector--small .quantity-selector__button {
  padding: 0.125rem;
}
.quantity-selector.quantity-selector--small .quantity-selector__input {
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
}

/**
 * Component: Site navigation
 * -----------------------------------------------------------------------------
 * Base styling for the primary menu displayed in the site header.
 * - Includes single and meganav styling.
 *
 */
.site-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-nav li {
  margin: 0;
  padding: 0;
}
.site-nav__item a {
  padding-left: 2rem;
  padding-right: 2rem;
}
.site-nav__item .icon {
  height: 16px;
  width: 16px;
}
.site-nav__item:hover .site-nav__meganav, .site-nav__item.is-active .site-nav__meganav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-nav__item:hover .site-nav__dropdown, .site-nav__item.is-active .site-nav__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-nav__link {
  -webkit-transition: padding 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: padding 0.2s cubic-bezier(0, 0, 0.58, 1);
  display: inline-block;
  letter-spacing: 0.03rem;
  padding: 0.5rem 0;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav__subtitle {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.site-nav__subtitle--image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  min-height: 275px;
  position: relative;
}
.site-nav__subtitle--image::after {
  content: "";
  background: rgba(25, 25, 25, 0.7);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-nav__subtitle--image .site-nav__subtitle-text {
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  z-index: 1;
}
.site-nav__subtitle--image .site-nav__subtitle-text span {
  font-size: 12.3524857491px;
  display: block;
}
@media (min-width: 400px) and (max-width: 768px) {
  .site-nav__subtitle--image .site-nav__subtitle-text span {
    font-size: calc( 12.3524857491px + 0.7859985809 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .site-nav__subtitle--image .site-nav__subtitle-text span {
    font-size: calc( 13.13848433px + 1.0660280454 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .site-nav__subtitle--image .site-nav__subtitle-text span {
    font-size: 14.2045123754px;
  }
}
.site-nav__subtitle--image .site-nav__subtitle-text span:last-of-type {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.site-nav__meganav-wrapper {
  background-color: rgb(247, 249, 250);
  border-top: 1px solid rgb(225, 228, 230);
  top: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}
.site-nav__meganav-wrapper::after {
  content: "";
  top: 100%;
  background: rgb(0, 0, 0);
  height: 500%;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.site-nav__dropdown, .site-nav__meganav {
  display: none;
  list-style-type: none;
  margin: 0 auto;
  max-width: 1430px;
  min-height: 375px;
  padding: 3rem 1.5rem;
  pointer-events: all;
  position: relative;
  top: -1px;
  width: 100%;
}
.site-nav__column {
  width: 38%;
}
.site-nav__column:not(:first-child) {
  margin-left: 1.5rem;
}
.site-nav__column--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

/**
 * Component: Social sharing
 * -----------------------------------------------------------------------------
 * Inline styling for social media sharing icons.
 * - Used on blog and password pages.
 *
 */
.social-sharing__item:not(:first-child) {
  margin-left: 0.125rem;
}

/**
 * Component: Swatch
 * -----------------------------------------------------------------------------
 * Used to display coloured backgrounds or small samples of 1-3 characters in an
 * isolated box.
 * - Used on the product page when swatches are activated via `theme settings`.
 *
 */
.swatch {
  /**
   * State.
   */
  /**
   * Modifiers.
   */
}
.swatch--swatch {
  border: 2px solid transparent;
}
.swatch__listing {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swatch__listing li {
  margin: 0;
  padding: 0;
}
.swatch__listing li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  max-height: 35px;
}
.swatch__button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "futura-pt-condensed", sans-serif;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03rem;
  min-width: 35px;
  overflow: hidden;
  padding: 0 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
.swatch__button:hover {
  border-color: rgb(0, 0, 0);
}
.swatch__button[disabled] {
  background-color: rgb(80, 84, 86);
  border-color: rgb(80, 84, 86);
  color: rgb(80, 84, 86);
  position: relative;
}
.swatch__button[disabled]::after {
  background-color: rgb(80, 84, 86);
  content: "";
  height: 1px;
  left: -8px;
  position: absolute;
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 56px;
}
.swatch__button span {
  width: 0;
}
.swatch.is-active .swatch__button {
  background-color: rgb(255, 255, 255);
  cursor: default;
}
.swatch.is-active .swatch__button[disabled] {
  background-color: rgb(80, 84, 86);
  border-color: rgb(80, 84, 86);
  color: rgb(80, 84, 86);
  position: relative;
}
.swatch.swatch--swatch .swatch__button {
  text-indent: -9999px;
}
.swatch.swatch--swatch.is-active {
  border-color: rgb(80, 84, 86);
}
.swatch.swatch--swatch.is-active .swatch__button {
  border: 0;
}

/**
 * Component: Tile
 * -----------------------------------------------------------------------------
 * Tiles are flexible containers that house a variety of content.
 *
 */
.tile {
  border: 1px solid rgb(80, 84, 86);
  padding: 1.5rem;
  /**
   * Modifiers.
   */
}
.tile.tile--borderless {
  border: 0;
}
.tile.tile--light {
  background-color: rgb(250, 250, 250);
}

/**
 * Sections.
 */
/**
 * Sections: Cart drawer
 * -----------------------------------------------------------------------------
 * Base styling for cart offcanvas drawer.
 *
 */
.cart-drawer {
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.cart-drawer__close {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart-drawer__header {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 64em) {
  .cart-drawer__header {
    padding-top: 1rem;
  }
}
.cart-drawer__total {
  font-size: 15.9477461987px;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .cart-drawer__total {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cart-drawer__total {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .cart-drawer__total {
    font-size: 18.6530982319px;
  }
}
.cart-drawer__title {
  color: rgb(25, 25, 25);
  margin-bottom: 0;
}
.cart-drawer__title:after {
  content: none;
}
.cart-drawer__sub-total {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
}
.cart-drawer__sub-total::after {
  content: none;
}
.cart-drawer__total, .cart-drawer__sub-total {
  margin-bottom: 0;
}
@media (max-width: 47.99em) {
  .cart-drawer__total, .cart-drawer__sub-total {
    font-size: 15.9477461987px;
  }
}
@media (max-width: 47.99em) and (min-width: 400px) and (max-width: 768px) {
  .cart-drawer__total, .cart-drawer__sub-total {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (max-width: 47.99em) and (min-width: 768px) and (max-width: 1366px) {
  .cart-drawer__total, .cart-drawer__sub-total {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (max-width: 47.99em) and (min-width: 1366px) {
  .cart-drawer__total, .cart-drawer__sub-total {
    font-size: 18.6530982319px;
  }
}
.cart-drawer__body {
  margin-bottom: auto;
  max-height: calc(100vh - 180px);
  overflow-y: scroll;
  position: relative;
}
.cart-drawer__body::-webkit-scrollbar {
  display: none;
  width: 0;
}
@media (min-width: 48em) {
  .cart-drawer__body {
    max-height: calc(100vh - 195px);
  }
}
.cart-drawer__footer {
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 1, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 1, 1);
  background-color: #0A0A0A;
  color: white;
  border-top: 1px solid rgb(247, 249, 250);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
  opacity: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cart-drawer__footer.is-hidden {
  opacity: 0;
}
.cart-drawer__footer .button:not(:last-child) {
  margin-bottom: 0.75rem;
}
.cart-drawer__footer .button:last-child {
  margin-bottom: 0;
}
.cart-drawer__footer .meta {
  margin-bottom: 0;
}
.cart-drawer__pricing {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.cart-drawer__button {
  padding: 0.5rem 2.5rem;
}
@media (min-width: 48em) {
  .cart-drawer__sub-total {
    font-size: 21.6687201206px;
  }
}
@media (min-width: 48em) and (min-width: 400px) and (max-width: 768px) {
  .cart-drawer__sub-total {
    font-size: calc( 21.6687201206px + 4.7526733217 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 48em) and (min-width: 768px) and (max-width: 1366px) {
  .cart-drawer__sub-total {
    font-size: calc( 26.4213934423px + -0.554721521 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 48em) and (min-width: 1366px) {
  .cart-drawer__sub-total {
    font-size: 25.8666719213px;
  }
}
@media (min-width: 48em) {
  .cart-drawer__button {
    padding: 0.75rem 2.5rem;
  }
}

/**
 * Section: Cover listing
 * -----------------------------------------------------------------------------
 * A collection of cover components displayed in a grid.
 *
 */
.cover-listing__title {
  margin: 1.5rem 0.75rem;
  text-align: center;
}
.cover-listing__grid {
  display: grid;
  grid-gap: 0.75rem;
  grid-template-columns: 1fr;
  padding: 0 0.75rem;
}
.cover-listing .cover__title, .cover-listing .cover__subtitle {
  color: inherit;
  margin: 0 0 0.3rem;
}
@media (min-width: 36em) {
  .cover-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 48em) {
  .cover-listing__grid {
    grid-gap: 1.5rem;
    padding: 0;
  }
}

/**
 * Modernizr.
 * - No css grid support
 */
.no-cssgrid .cover-listing__grid,
.cssgridlegacy .cover-listing__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.no-cssgrid .cover-listing__item,
.cssgridlegacy .cover-listing__item {
  max-width: calc(50% - 0.75rem);
  width: 100%;
}

/**
 * Section: Featured collection
 * -----------------------------------------------------------------------------
 * Base styling for a collection of product cards that can also be displayed in
 * a carousel layout via theme settings.
 *
 */
.featured-collection {
  margin: 3rem 0 1.5rem;
  position: relative;
  /**
   * Flickity overrides.
   */
}
.featured-collection__title {
  margin-bottom: 1.5rem;
  text-align: center;
}
.featured-collection__card-grid {
  padding: 0 0.75rem;
}
.featured-collection__carousel {
  width: 100%;
}
.featured-collection__slide {
  float: left;
  margin: 0 0.5rem;
  width: calc((100% / 1.65) - 0.75rem);
}
@media (min-width: 48em) {
  .featured-collection__slide {
    width: calc((100% / 2.5) - 1.5rem);
  }
}
@media (min-width: 64em) {
  .featured-collection__slide {
    width: calc((100% / 3.5) - 1.5rem);
  }
}
.featured-collection__slide .view--2up {
  display: block;
}
.featured-collection__slide .view--3up {
  display: none;
}
.featured-collection__slide .view--3up .card__price {
  font-size: 14.3986353723px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .featured-collection__slide .view--3up .card__price {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .featured-collection__slide .view--3up .card__price {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .featured-collection__slide .view--3up .card__price {
    font-size: 16.7271179071px;
  }
}
@media (min-width: 64em) {
  .featured-collection__slide .h6 {
    font-size: 13px;
  }
}
@media (min-width: 64em) and (min-width: 400px) and (max-width: 768px) {
  .featured-collection__slide .h6 {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 64em) and (min-width: 768px) and (max-width: 1366px) {
  .featured-collection__slide .h6 {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 64em) and (min-width: 1366px) {
  .featured-collection__slide .h6 {
    font-size: 15px;
  }
}
@media (max-width: 63.99em) {
  .featured-collection__slide .view--2up {
    display: none;
  }
  .featured-collection__slide .view--3up {
    display: block;
  }
}
.featured-collection .carousel-view-all {
  top: 0;
}
.featured-collection .carousel-view-all--single {
  position: absolute;
  right: 15px;
}
.featured-collection .carousel-view-all a {
  top: -65px;
}
@media (max-width: 47.99em) {
  .featured-collection .carousel-view-all a {
    position: static;
  }
}
@media (min-width: 48em) {
  .featured-collection .carousel-view-all {
    position: relative;
    right: 0;
  }
}
.featured-collection .flickity-prev-next-button {
  border-radius: 0;
  position: absolute;
  top: -65px;
}
@media (max-width: 47.99em) {
  .featured-collection .flickity-prev-next-button {
    display: none !important;
  }
}
.featured-collection .flickity-prev-next-button .flickity-button-icon {
  fill: rgb(0, 0, 0);
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.featured-collection .flickity-prev-next-button.previous {
  left: inherit;
  right: 72px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.featured-collection .flickity-prev-next-button.next {
  right: -6px;
}
@media (min-width: 36em) {
  .featured-collection .flickity-prev-next-button {
    display: block;
  }
}
@media (min-width: 48em) {
  .featured-collection__card-grid {
    padding: 0;
  }
}
/**
 * Section: Featured blog
 * -----------------------------------------------------------------------------
 * Base styling for a collection of article cards.
 *
 */
.featured-blog {
  margin: 3rem 0 1.5rem;
}
.featured-blog__header {
  margin-bottom: 1.5rem;
  text-align: center;
}
.featured-blog__grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 0.75rem;
}
.featured-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media (min-width: 48em) {
  .featured-blog__grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
  }
}

/**
 * Modernizr.
 * - No css grid support
 */
.no-cssgrid .featured-blog__grid,
.cssgridlegacy .featured-blog__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.no-cssgrid .featured-blog__item,
.cssgridlegacy .featured-blog__item {
  max-width: calc(50% - 0.75rem);
  width: 100%;
}
@media (min-width: 64em) {
  .no-cssgrid .featured-blog__item,
  .cssgridlegacy .featured-blog__item {
    max-width: calc((100% / 4) - 1.5rem);
  }
}

/**
 * Section: Image slider
 * -----------------------------------------------------------------------------
 * Large component displaying image galleries in a carousel.
 * - Carousel is powered by Flickity ( https://flickity.metafizzy.co )
 *
 */
@media (min-width: 64em) {
  .image-slider {
    height: auto;
  }
}
.image-slider__placeholder {
  background-color: rgb(255, 255, 255);
  opacity: 0.1;
}
.image-slider__subtitle {
  font-size: 15.9477461987px;
  color: rgb(255, 255, 255);
  font-family: "futura-pt-condensed", sans-serif;
  letter-spacing: 0.03rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .image-slider__subtitle {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .image-slider__subtitle {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .image-slider__subtitle {
    font-size: 18.6530982319px;
  }
}
.image-slider__cell {
  background-color: rgb(255, 255, 255);
  background-position: center;
  background-size: cover;
  display: none;
  height: 520px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  -webkit-transition: height 0.2s cubic-bezier(0, 0, 1, 1);
  transition: height 0.2s cubic-bezier(0, 0, 1, 1);
  width: 100%;
}
@media (min-width: 48em) {
  .image-slider__cell {
    height: 420px;
  }
}
.image-slider__cell:first-child() {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-slider.flickity-enabled .image-slider__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-slider__cell .bg-filter {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.image-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  /**
   * Content alignment modifiers
   * - using state classes due to character limit in theme sections
   */
}
.image-slider__content, .image-slider__content.is-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-slider__content, .image-slider__content.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) {
  .image-slider__content {
    padding: 1.5rem 2rem;
  }
  .image-slider__content.is-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .image-slider__content.is-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .image-slider__content.is-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .image-slider__content.is-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 48em) {
  .image-slider__content.is-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.image-slider__body {
  position: relative;
  z-index: 1;
  /**
   * Text alignment modifiers.
   * - using state classes due to character limit in theme sections
   */
}
.image-slider__body, .image-slider__body.is-center {
  text-align: center;
}
.image-slider__body .image-slider__subtitle, .image-slider__body.is-center .image-slider__subtitle {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .image-slider__body {
    max-width: 480px;
  }
  .image-slider__body.is-left {
    text-align: left;
  }
  .image-slider__body.is-right {
    text-align: right;
  }
}
.image-slider__body.txt-bg-color .image-slider__title, .image-slider__body.txt-bg-color .image-slider__subtitle {
  display: inline-block;
  max-width: 480px;
}
@media (max-width: 47.99em) {
  .image-slider .flickity-button:disabled {
    opacity: 0;
  }
}
@media (min-width: 48em) {
  .image-slider__cell {
    height: 480px;
  }
}
.image-slider .image-slider__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 47.99em) {
  .image-slider .image-slider__content {
    padding: 1.5rem;
  }
  .image-slider .image-slider__content .image-slider__button {
    display: block;
    max-width: 190px;
    margin: 8px auto;
    padding: 14px 10px !important;
  }
}
@media (min-width: 48em) {
  .image-slider .image-slider__content .image-slider__button {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .image-slider .image-slider__content .image-slider__body {
    padding: 0.2em 0.5em;
  }
}
.image-slider .image-slider__content .image-slider__body.txt-bg-color .image-slider__title {
  padding: 0.2em;
}
.image-slider .image-slider__content .image-slider__body.txt-bg-color .image-slider__subtitle {
  padding: 0.2em 0.5em;
}

.image-slider .image-slider__cell.hidden_mobile, .image-slider.flickity-enabled .image-slider__cell.hidden_mobile {
  display: none;
}
@media (min-width: 48em) {
  .image-slider .image-slider__cell.hidden_mobile, .image-slider.flickity-enabled .image-slider__cell.hidden_mobile {
    display: block;
  }
}
.image-slider .image-slider__cell.hidden_desktop, .image-slider.flickity-enabled .image-slider__cell.hidden_desktop {
  display: block;
}
@media (min-width: 48em) {
  .image-slider .image-slider__cell.hidden_desktop, .image-slider.flickity-enabled .image-slider__cell.hidden_desktop {
    display: none;
  }
}
.image-slider .flickity-page-dots li:nth-child(2n), .image-slider.flickity-enabled .flickity-page-dots li:nth-child(2n) {
  display: none;
}
.image-slider .flickity-page-dots .dot, .image-slider.flickity-enabled .flickity-page-dots .dot {
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
}
.image-slider .flickity-page-dots .dot.is-selected, .image-slider.flickity-enabled .flickity-page-dots .dot.is-selected {
  background-color: #ffffff;
}

.full-cta {
  display: none;
}
@media (min-width: 48em) {
  .full-cta {
    display: block;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

/**
 * Section: Instafeed
 * -----------------------------------------------------------------------------
 * Base styling for Instafeed app section.
 *
 */
.instafeed {
  margin: 3rem 0 1.5rem;
}
.instafeed__header {
  margin-bottom: 1.5rem;
  text-align: center;
}

/**
 * Section: Menu drawer
 * -----------------------------------------------------------------------------
 * General styling for the menu drawer appearing on mobile.
 *
 */
.menu-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 85%;
  padding: 1rem;
  /**
   * State.
   */
}
.menu-drawer:focus {
  outline: none;
}
.menu-drawer:focus::after {
  outline: none;
}
.menu-drawer__parent.is-active:after {
  content: "";
  background-image: url("icon-close-white.svg");
  position: fixed;
  top: -16px;
  right: -65px;
  display: block;
  width: 59px;
  height: 59px;
  background-size: cover;
  pointer-events: none;
}
.menu-drawer__parent.is-active:after:focus {
  outline: none;
}
.menu-drawer__close {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0.5rem;
  position: absolute;
  right: 0;
  top: 46px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 24;
}
.menu-drawer__search {
  margin-bottom: 1rem;
}
.menu-drawer__search input[type=search] {
  padding: 1rem;
}
.menu-drawer__body {
  margin-bottom: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
.menu-drawer__body::-webkit-scrollbar {
  display: none;
  width: 0;
}
.menu-drawer__menu {
  list-style: none;
  margin: 0;
  padding: 0 0 2rem;
}
.menu-drawer__menu.localization-menu-drawer .menu-drawer {
  max-width: 100%;
}
.menu-drawer__menu.localization-menu-drawer .menu-drawer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-drawer__menu.localization-menu-drawer .menu-drawer__button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
.menu-drawer__menu.localization-menu-drawer .redirect-modal__choose-link {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid rgb(225, 228, 230);
}
.menu-drawer__menu.localization-menu-drawer .redirect-modal__choose-link svg {
  margin-right: 3px;
}
.menu-drawer__menu.localization-menu-drawer .redirect-modal-text {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
}
.menu-drawer__menu.localization-menu-drawer .selector-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 10px 0;
}
.menu-drawer__menu.localization-menu-drawer .selector-header-wrapper .flag-icon {
  width: 45px;
  height: 34px;
  margin-right: 15px;
}
.menu-drawer__menu.localization-menu-drawer h2, .menu-drawer__menu.localization-menu-drawer p {
  margin: 0;
}
.menu-drawer__menu.localization-menu-drawer p {
  font-size: 15px;
  color: black;
}
.menu-drawer__menu.localization-menu-drawer .select {
  display: none;
}
.menu-drawer__menu.localization-menu-drawer label, .menu-drawer__menu.localization-menu-drawer select {
  margin-top: 10px;
  font-size: 15px;
}
.menu-drawer__menu.localization-menu-drawer select {
  margin-bottom: 10px;
}
.menu-drawer__menu.sticky-bottom {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  width: 90%;
  padding: 0 0 1rem;
}
.menu-drawer__item {
  font-size: 17px;
}
.menu-drawer__item .icon__telephone {
  height: 16px;
  padding-left: 6px;
  width: 22px;
}
.menu-drawer__item .icon__telephone g {
  stroke: rgb(25, 25, 25);
}
.menu-drawer__item.menu-drawer__item--parent {
  padding-top: 0;
}
.menu-drawer__link {
  display: block;
  padding: 0.5rem 0;
}
.menu-drawer__link .icon:first-child {
  margin-left: -5px;
}
.menu-drawer__link .button {
  margin-bottom: 0;
}
.menu-drawer__link .button:not(:last-child) {
  margin-right: 0.25rem;
}
.menu-drawer__language-selector, .menu-drawer__currency-selector, .menu-drawer__store-selector, .menu-drawer__country-selector {
  display: inline-block;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  height: 300px;
  letter-spacing: 0.03rem;
  margin-top: 0.51rem;
  text-transform: uppercase;
}
.menu-drawer__language-selector .currency-selector__select, .menu-drawer__currency-selector .currency-selector__select, .menu-drawer__store-selector .currency-selector__select, .menu-drawer__country-selector .currency-selector__select {
  padding: 0.22rem 1.5rem 0.22rem 0.5rem;
}
.menu-drawer__button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7rem 0;
  text-align: left;
  width: 100%;
}
.menu-drawer__button .icon {
  height: 21px;
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 21px;
  margin-top: 2px;
}
.menu-drawer__button.is-active .icon {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.menu-drawer__link, .menu-drawer__button {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.menu-drawer [js-menu-drawer=childMenu],
.menu-drawer [js-menu-drawer=grandChildMenu] {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-drawer [js-menu-drawer=childMenu].is-active,
.menu-drawer [js-menu-drawer=grandChildMenu].is-active {
  display: block;
}
.menu-drawer [js-menu-drawer=childMenu] .menu-drawer__item,
.menu-drawer [js-menu-drawer=grandChildMenu] .menu-drawer__item {
  border-bottom: 0;
  padding-left: 1.5rem;
}
.menu-drawer [js-redirect-modal=open] {
  background-color: rgb(255, 255, 255);
  bottom: 0.75rem;
  left: 0;
  padding: 0.75rem 1rem 0.5rem;
  position: fixed;
  width: 100%;
}
.menu-drawer [js-redirect-modal=open] .icon {
  margin-right: 0.5rem;
}
.menu-drawer [js-redirect-modal=open] span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-drawer.is-active .menu-drawer__close {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

/**
 * Section: Newsletter Callout
 * -----------------------------------------------------------------------------
 * Styling for newsletter sign up callout section.
 * - Usually displayed at the bottom of the page.
 *
 */
.newsletter-callout {
  padding: 3rem 0;
  text-align: center;
}
@media (max-width: 47.99em) {
  .newsletter-callout__row > .col {
    padding: 0;
  }
}
.newsletter-callout__image {
  background-size: cover;
  height: 300px;
}
@media (min-width: 48em) {
  .newsletter-callout__image {
    height: 420px;
  }
}
.newsletter-callout__input-group {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}
@media (min-width: 36em) {
  .newsletter-callout__input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 48em) {
  .newsletter-callout__input-group {
    margin: 0;
  }
}
@media (min-width: 64em) {
  .newsletter-callout__input-group {
    display: block;
  }
}
@media (min-width: 89.375em) {
  .newsletter-callout__input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.newsletter-callout__input {
  font-size: 13px;
  background-color: transparent;
  border: 2px solid transparent;
  color: rgb(25, 25, 25);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  outline: none;
  padding: 0.75rem 1rem !important;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .newsletter-callout__input {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .newsletter-callout__input {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .newsletter-callout__input {
    font-size: 15px;
  }
}
@media (min-width: 36em) {
  .newsletter-callout__input {
    padding: 0.125rem 1rem !important;
  }
}
@media (min-width: 48em) {
  .newsletter-callout__input {
    padding: 0.75rem 1rem !important;
  }
}
.newsletter-callout__input::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.newsletter-callout__input::-moz-placeholder {
  color: rgb(0, 0, 0);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.newsletter-callout__input:-ms-input-placeholder {
  color: rgb(0, 0, 0);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.newsletter-callout__input::-ms-input-placeholder {
  color: rgb(0, 0, 0);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.newsletter-callout__input::placeholder {
  color: rgb(0, 0, 0);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.newsletter-callout__input:focus + .newsletter-callout__label {
  opacity: 0;
}
.newsletter-callout__input--site-footer {
  color: rgb(255, 255, 255);
}
.newsletter-callout__input-group--secondary .newsletter-callout__input {
  border-color: rgb(255, 255, 255);
}
.newsletter-callout__input-group--secondary .newsletter-callout__input:focus {
  border-color: rgb(255, 255, 255);
}
.newsletter-callout__label {
  font-size: 13px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  display: block;
  left: 1rem;
  letter-spacing: 0.03rem;
  margin-bottom: 0;
  opacity: 1;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 25%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
@media (min-width: 400px) and (max-width: 768px) {
  .newsletter-callout__label {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .newsletter-callout__label {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .newsletter-callout__label {
    font-size: 15px;
  }
}
@media (min-width: 36em) {
  .newsletter-callout__label {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 64em) {
  .newsletter-callout__label {
    top: 25%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@media (min-width: 89.375em) {
  .newsletter-callout__label {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.newsletter-callout__addon {
  height: inherit;
  margin: 0.75rem 0 0 0;
}
@media (min-width: 36em) {
  .newsletter-callout__addon {
    margin: 0 0 0 0.75rem;
  }
}
@media (min-width: 64em) {
  .newsletter-callout__addon {
    margin: 0.75rem 0 0 0;
  }
}
@media (min-width: 89.375em) {
  .newsletter-callout__addon {
    margin: 0 0 0 0.75rem;
  }
}
.newsletter-callout__button {
  min-width: 115px;
}
.newsletter-callout__header {
  padding: 0 0 1.5rem;
}
.newsletter-callout__title {
  margin-bottom: 0;
}
.newsletter-callout__title + .newsletter-callout__subtitle {
  margin-bottom: 0;
  padding-top: 0.5rem;
}
.newsletter-callout .site-footer__register {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .newsletter-callout .site-footer__register {
    padding: 0 1rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media (max-width: 47.99em) {
  .newsletter-callout .site-footer__register {
    margin-top: 1rem;
    text-align: left;
  }
}
@media (min-width: 64em) {
  .newsletter-callout .site-footer__register {
    padding: 0 4rem;
  }
}
.newsletter-callout .site-footer__register-heading {
  font-size: 15.9477461987px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .newsletter-callout .site-footer__register-heading {
    font-size: calc( 15.9477461987px + 2.1015016527 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .newsletter-callout .site-footer__register-heading {
    font-size: calc( 18.0492478515px + 0.6038503804 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .newsletter-callout .site-footer__register-heading {
    font-size: 18.6530982319px;
  }
}
.newsletter-callout .site-footer__register-heading, .newsletter-callout .site-footer__description {
  width: 100%;
}
@media (min-width: 20em) {
  .newsletter-callout .site-footer__register-heading, .newsletter-callout .site-footer__description {
    width: 70%;
  }
}
.newsletter-callout .site-footer__description {
  font-size: 14.3986353723px;
  color: rgb(0, 0, 0);
}
@media (min-width: 400px) and (max-width: 768px) {
  .newsletter-callout .site-footer__description {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .newsletter-callout .site-footer__description {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .newsletter-callout .site-footer__description {
    font-size: 16.7271179071px;
  }
}
@media (min-width: 64em) {
  .newsletter-callout .site-footer__description {
    max-width: 235px;
  }
}
@media (max-width: 47.99em) {
  .newsletter-callout .site-footer__icon-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.newsletter-callout .site-footer__icon-group-item {
  padding: 0 0 0 0.25rem;
}
@media (max-width: 47.99em) {
  .newsletter-callout .site-footer__icon-group-item:first-child {
    margin-left: -0.25rem;
    padding-left: 0;
  }
}
.newsletter-callout .newsletter-callout__form form {
  margin-bottom: 0.5rem;
}
.newsletter-callout .icon {
  height: 32px;
  width: 32px;
}
.newsletter-callout .icon path {
  fill: rgb(0, 0, 0);
}
@media (max-width: 47.99em) {
  .newsletter-callout {
    padding: 3rem 1.5rem;
  }
}

/**
 * Section: Newsletter modal
 * -----------------------------------------------------------------------------
 * Styling for newsletter popup section.
 * - Overrides modal component styling.
 */
.newsletter-modal {
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 24;
}
.newsletter-modal__card {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(80, 84, 86);
  left: 0;
  margin: 0 auto;
  max-height: calc(100vh - 40px);
  max-width: 90%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.newsletter-modal__header {
  border-bottom: 0;
  padding: 0.75rem;
  position: absolute;
}
.newsletter-modal__image img, .newsletter-modal__image picture {
  display: block;
  width: 100%;
}
.newsletter-modal__body {
  overflow: auto;
  padding: 2rem 1rem 1rem;
  text-align: center;
}
.newsletter-modal__paragraph {
  margin-bottom: 2.5rem;
}
.newsletter-modal__close {
  border: 1px solid rgb(80, 84, 86);
  border-width: 0 0 1px 1px;
  height: auto;
  padding: 0.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.newsletter-modal__close:hover {
  background-color: rgb(250, 250, 250);
}
.newsletter-modal__close svg {
  pointer-events: none;
}
.newsletter-modal__label {
  float: left;
  text-align: left;
}
.newsletter-modal__input::-webkit-input-placeholder {
  color: rgb(25, 25, 25);
}
.newsletter-modal__input::-moz-placeholder {
  color: rgb(25, 25, 25);
}
.newsletter-modal__input:-ms-input-placeholder {
  color: rgb(25, 25, 25);
}
.newsletter-modal__input::-ms-input-placeholder {
  color: rgb(25, 25, 25);
}
.newsletter-modal__input::placeholder {
  color: rgb(25, 25, 25);
}
.newsletter-modal__button {
  margin-top: 1rem;
}
.newsletter-modal__disclaimer {
  padding-top: 1.5rem;
}
.newsletter-modal__form .form-group__field--flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.newsletter-modal__form .form-group__field--flex .button {
  padding: 1rem 3rem;
}
.newsletter-modal .modal__footer p {
  margin-bottom: 0;
}
.newsletter-modal.is-active, .newsletter-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.newsletter-modal.is-active .newsletter-modal__card, .newsletter-modal.is-open .newsletter-modal__card {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 48em) {
  .newsletter-modal__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
  }
  .newsletter-modal__body {
    width: 50%;
  }
  .newsletter-modal__image {
    width: 50%;
  }
}

/**
 * Section: Redirect modal
 * -----------------------------------------------------------------------------
 * Popup that is displayed when the user is browsing from another country.
 *
 */
.redirect-modal__close {
  display: none;
}
.redirect-modal__close.is-active {
  display: block;
}
.redirect-modal__card {
  background-color: rgb(247, 249, 250);
  max-width: calc(100% - 3rem);
  overflow: visible;
  text-align: center;
}
.redirect-modal__auto-container.is-hidden {
  display: none;
}
.redirect-modal__choose-container {
  display: none;
}
.redirect-modal__choose-container.is-active {
  display: block;
}
.redirect-modal__choose-link {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
  background-color: rgb(255, 255, 255);
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1rem;
  text-transform: uppercase;
  width: 100%;
}
.redirect-modal__choose-link:hover {
  opacity: 0.75;
}
.redirect-modal__header {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 0.75rem 0;
  position: static;
  overflow: auto;
}
.redirect-modal__header .container {
  max-width: 90%;
}
.redirect-modal__header .lead {
  margin-bottom: 1rem;
  text-transform: initial;
}
.redirect-modal__warning {
  font-size: 13px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 1rem;
  position: relative;
  top: -0.5rem;
}
@media (min-width: 400px) and (max-width: 768px) {
  .redirect-modal__warning {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .redirect-modal__warning {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .redirect-modal__warning {
    font-size: 15px;
  }
}
.redirect-modal__options-container {
  padding: 0.75rem 0;
  width: 100%;
}
.redirect-modal__options-container .row {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .redirect-modal__options-container .row .col.m6 {
    width: 50%;
  }
}
.redirect-modal__options-container .button {
  margin-top: 0.75rem;
}
.redirect-modal__options {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px;
  width: 100%;
}
.redirect-modal__option-box {
  width: 100%;
}
.redirect-modal__option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(25, 25, 25);
  color: rgb(25, 25, 25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
  width: 100%;
}
.redirect-modal__option:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.redirect-modal__option:first-child {
  margin-bottom: 1rem;
}
.redirect-modal__option-text {
  display: block;
  line-height: 1.25;
  margin-left: 1rem;
  max-width: 145px;
  text-align: left;
}
.redirect-modal__flag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.redirect-modal .icon__globe {
  height: 32px;
  width: 32px;
}
.redirect-modal__title {
  color: var(--color-primary);
  margin: 0 auto;
}
.redirect-modal__title::after {
  display: none;
}
.redirect-modal__subtitle {
  font-size: 13px;
  color: var(--color-primary);
  display: block;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05;
  margin-bottom: 0;
  padding-top: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .redirect-modal__subtitle {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .redirect-modal__subtitle {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .redirect-modal__subtitle {
    font-size: 15px;
  }
}
.redirect-modal__subtitle + .redirect-modal__title {
  color: rgb(25, 25, 25);
  padding-top: 0;
  word-break: break-word;
}
.redirect-modal__body {
  background-color: rgb(247, 249, 250);
}
.redirect-modal__body p:last-child {
  margin: 0;
}
.redirect-modal__body + .redirect-modal__footer {
  padding-top: 0;
}
.redirect-modal__footer {
  background-color: rgb(255, 255, 255);
  border-top: 0;
}
.redirect-modal__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(247, 249, 250);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 560px;
  padding: 1.5rem;
  text-align: left;
}
.redirect-modal__dropdown-container {
  margin-bottom: 0.75rem;
  width: 100%;
}
.redirect-modal__choose-link.desktop {
  display: none;
}
@media (min-width: 36em) {
  .redirect-modal__header .container {
    max-width: 515px;
    padding: 0 1rem;
  }
  .redirect-modal__choose-link {
    font-size: 13px;
  }
}
@media (min-width: 36em) and (min-width: 400px) and (max-width: 768px) {
  .redirect-modal__choose-link {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 36em) and (min-width: 768px) and (max-width: 1366px) {
  .redirect-modal__choose-link {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 36em) and (min-width: 1366px) {
  .redirect-modal__choose-link {
    font-size: 15px;
  }
}
@media (min-width: 36em) {
  .redirect-modal__choose-link.mobile {
    display: none;
  }
}
@media (min-width: 36em) {
  .redirect-modal__choose-link.desktop {
    display: block;
  }
}
@media (min-width: 36em) {
  .redirect-modal__card {
    max-width: 90%;
  }
}
@media (min-width: 36em) {
  .redirect-modal__options-container {
    padding: 1.5rem 0;
  }
  .redirect-modal__options-container .row:last-child {
    margin-bottom: 0;
  }
  .redirect-modal__options-container .button {
    margin-top: 0.75rem;
  }
}
@media (min-width: 36em) {
  .redirect-modal__option-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    width: 50%;
  }
}
@media (min-width: 36em) {
  .redirect-modal__option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: 165px;
    padding: 0.75rem 2rem 0;
  }
  .redirect-modal__option:first-child {
    margin: 0;
  }
  .redirect-modal__option:last-child {
    margin-left: 1rem;
  }
}
@media (min-width: 36em) {
  .redirect-modal__option-text {
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 36em) {
  .redirect-modal__flag {
    font-size: 60px;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 48em) {
  .redirect-modal__card {
    max-width: 710px;
  }
  .redirect-modal .icon__globe {
    height: 65px;
    position: relative;
    top: -5px;
    width: 65px;
  }
}

.hide {
  display: none;
}

/**
 * Section: Site Footer
 * -----------------------------------------------------------------------------
 * Global styling of the site footer
 *
 */
#fc_frame,
#fc_frame.fc-widget-normal {
  z-index: 23 !important;
}

.site-footer {
  background-color: rgb(255, 255, 255);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 0;
  position: relative;
}
@media (min-width: 48em) {
  .site-footer {
    padding: 3rem 0 0;
  }
}
.site-footer::before {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.site-footer, .site-footer p {
  color: rgb(255, 255, 255);
}
@media (min-width: 48em) {
  .site-footer__container {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .site-footer__container {
    width: 90%;
  }
}
.site-footer__accordions {
  margin-bottom: 1.5rem;
}
.site-footer__col {
  margin-bottom: 0;
}
.site-footer__col:last-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .site-footer__col {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 64em) {
  .site-footer__col {
    margin-bottom: 0;
  }
}
.site-footer__accordion-item {
  border: 0;
}
.site-footer__col-header {
  border-bottom: 1px solid rgb(129, 133, 136);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25rem 0;
}
@media (min-width: 48em) {
  .site-footer__col-header {
    padding: 0 0 0.5rem;
    pointer-events: none;
  }
}
.site-footer__accordion-content {
  border-bottom: 1px solid rgb(129, 133, 136);
}
@media (min-width: 48em) {
  .site-footer__accordion-content {
    border: 0;
  }
}
.site-footer__accordion-icons {
  opacity: 1;
}
@media (min-width: 48em) {
  .site-footer__accordion-icons {
    opacity: 0;
  }
}
.site-footer__icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  padding: 0;
  position: relative;
}
@media (min-width: 48em) {
  .site-footer__icon-group {
    display: block;
    left: -0.75rem;
    margin-bottom: 0.75rem;
  }
}
.site-footer__icon-group-item {
  padding: 0 0.25rem;
}
.site-footer__icon-group-item .icon {
  height: 35px;
  width: 35px;
}
.site-footer__icon-group-link {
  vertical-align: middle;
}
.site-footer .container {
  position: relative;
}
.site-footer .site-logo {
  margin-bottom: 1.5rem;
  max-height: 25px;
  max-width: 120px;
  position: relative;
  top: 0.5rem;
}
.site-footer__col-heading {
  font-size: 14.3986353723px;
  letter-spacing: 0.06rem;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 400px) and (max-width: 768px) {
  .site-footer__col-heading {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .site-footer__col-heading {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .site-footer__col-heading {
    font-size: 16.7271179071px;
  }
}
@media (min-width: 48em) {
  .site-footer .navlist {
    max-width: 232px;
  }
}
.site-footer .navlist__item {
  margin-bottom: 0.25rem;
}
.site-footer .navlist__item:last-child {
  margin-bottom: 0;
}
.site-footer .navlist__link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 400px) and (max-width: 768px) {
  .site-footer .navlist__link {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .site-footer .navlist__link {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .site-footer .navlist__link {
    font-size: 15px;
  }
}
.site-footer__link {
  color: rgb(255, 255, 255) !important;
}
.site-footer__register {
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 48em) {
  .site-footer__register {
    margin-bottom: 0.75rem;
    text-align: left;
  }
}
.site-footer__register-heading {
  margin-bottom: 0.125rem;
}
@media (min-width: 64em) {
  .site-footer__register-heading {
    max-width: 315px;
  }
}
.site-footer__description {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .site-footer__description {
    max-width: 215px;
  }
}
.site-footer__trustpilot {
  border-top: 1px solid rgb(129, 133, 136);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
}
.site-footer__trustpilot .trustpilot-widget {
  padding: 0.75px 0;
}
@media (min-width: 48em) {
  .site-footer__trustpilot {
    display: block;
    padding-top: 0.75rem;
  }
}
@media (max-width: 90.125em) {
  .site-footer__trustpilot .trustpilot-widget iframe {
    height: 50px !important;
  }
}
@media (max-width: 70.9375em) {
  .site-footer__trustpilot .trustpilot-widget iframe {
    height: 70px !important;
  }
}
@media (max-width: 63.9375em) {
  .site-footer__trustpilot .trustpilot-widget iframe {
    height: 24px !important;
  }
}
.site-footer__phone-number {
  font-size: 13px;
  color: #fff;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding-top: 16px;
}
.site-footer__phone-number .icon {
  height: 16px;
  width: 16px;
  margin-right: 4px !important;
}
.site-footer__footnote {
  padding: 0 0.75rem;
}
.site-footer__footnote-border {
  border-top: 1px solid rgb(129, 133, 136);
  display: none;
  margin: 2rem 0 0.5rem;
}
@media (min-width: 48em) {
  .site-footer__footnote-border {
    display: block;
  }
}
.site-footer__footnote-wrapper {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .site-footer__footnote-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer__footnote-wrapper p {
  font-size: 14.3986353723px;
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
@media (min-width: 400px) and (max-width: 768px) {
  .site-footer__footnote-wrapper p {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .site-footer__footnote-wrapper p {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .site-footer__footnote-wrapper p {
    font-size: 16.7271179071px;
  }
}
.site-footer__copyright {
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 64em) {
  .site-footer__copyright {
    text-align: left;
  }
}
.site-footer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .site-footer__payments {
    display: inherit;
    margin-bottom: 0;
  }
}
.site-footer__payments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__payments-item {
  margin-right: 1rem;
}
.site-footer__payments-item:last-child {
  margin-right: 0;
}
.site-footer__payments-icon {
  height: 14px;
  vertical-align: middle;
}
.site-footer .newsletter-callout__form input[type=email] {
  background: transparent;
  border: 2px solid rgb(255, 255, 255);
  margin-right: 0.75rem;
}
.site-footer .newsletter-callout__form input[type=email]::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}
.site-footer .newsletter-callout__form input[type=email]::-moz-placeholder {
  color: rgb(255, 255, 255);
}
.site-footer .newsletter-callout__form input[type=email]:-ms-input-placeholder {
  color: rgb(255, 255, 255);
}
.site-footer .newsletter-callout__form input[type=email]::-ms-input-placeholder {
  color: rgb(255, 255, 255);
}
.site-footer .newsletter-callout__form input[type=email]::placeholder {
  color: rgb(255, 255, 255);
}

/**
 * Section: Site Header
 * -----------------------------------------------------------------------------
 * Global styling of main header including the logo, navigation, icons and AJAX cart.
 * - Sticky is defined on section header parent container (Bottom of file).
 * - Includes search header overrides (Bottom of file)
 */
html[lang=en] .site-header-section.is-collapsed .site-header__logo-tagline {
  font-size: 13.8px;
}
@media (min-width: 64em) {
  html[lang=en] .site-header-section.is-collapsed .site-header__logo-tagline {
    font-size: 13.3px;
  }
}

html[lang=en] .site-header__logo-tagline {
  font-size: 13.8px;
}
@media (min-width: 64em) {
  html[lang=en] .site-header__logo-tagline {
    font-size: 18.5px;
  }
}

html[lang=de] .site-header-section.is-collapsed .site-header__logo-tagline {
  font-size: 13.8px;
}
@media (min-width: 64em) {
  html[lang=de] .site-header-section.is-collapsed .site-header__logo-tagline {
    font-size: 13.3px;
  }
}

html[lang=de] .site-header__logo-tagline {
  font-size: 13.8px;
}
@media (min-width: 64em) {
  html[lang=de] .site-header__logo-tagline {
    font-size: 18.5px;
  }
}

html[lang=it] .site-header-section.is-collapsed .site-header__logo-tagline {
  font-size: 10.3px;
}
@media (min-width: 64em) {
  html[lang=it] .site-header-section.is-collapsed .site-header__logo-tagline {
    font-size: 9.8px;
  }
}

html[lang=it] .site-header__logo-tagline {
  font-size: 10.3px;
}
@media (min-width: 64em) {
  html[lang=it] .site-header__logo-tagline {
    font-size: 13.8px;
  }
}

html[lang=es] .site-header-section.is-collapsed .site-header__logo-tagline {
  font-size: 11.6px;
}
@media (min-width: 64em) {
  html[lang=es] .site-header-section.is-collapsed .site-header__logo-tagline {
    font-size: 11.2px;
  }
}

html[lang=es] .site-header__logo-tagline {
  font-size: 11.6px;
}
@media (min-width: 64em) {
  html[lang=es] .site-header__logo-tagline {
    font-size: 15.5px;
  }
}

html[lang=fr] .site-header-section.is-collapsed .site-header__logo-tagline {
  font-size: 14.4px;
  letter-spacing: 2px;
}
@media (min-width: 64em) {
  html[lang=fr] .site-header-section.is-collapsed .site-header__logo-tagline {
    font-size: 13.7px;
    letter-spacing: 2px;
  }
}

html[lang=fr] .site-header__logo-tagline {
  font-size: 14.4px;
  letter-spacing: 2px;
}
@media (min-width: 64em) {
  html[lang=fr] .site-header__logo-tagline {
    font-size: 18.2px;
    letter-spacing: 3px;
  }
}

.site-header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 0 0 rgb(225, 228, 230);
          box-shadow: 0 1px 0 0 rgb(225, 228, 230);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 0 auto;
  max-width: 1430px;
  padding: 0.75rem 1rem;
  position: relative;
}
.site-header__announcement-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.site-header__store-links {
  width: 100px;
}
.site-header__store-links ul {
  margin: 0;
  padding-left: 0 !important;
}
.site-header__store-links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.site-header__store-links ul li .link-container {
  font: inherit;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.0045em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header__store-links ul li .link-container:nth-child(1) {
  border-right: 1px solid white;
  padding: 0 12px 0 0;
}
.site-header__store-links ul li .link-container:nth-child(2) {
  border-right: 1px solid white;
  padding: 0 12px 0 12px;
}
.site-header__store-links ul li .link-container:nth-child(3) {
  padding: 0 0 0 12px;
}
.site-header__store-links ul li .link-container .store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__store-links ul li .link-container .store span {
  margin-left: 6px;
}
.site-header__store-links ul li .link-container .active-store {
  font-weight: 700;
  text-decoration-line: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__container, .site-header__brand {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header__menu-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header__search--mobile {
  margin-bottom: 6px;
  margin-left: 0.5rem;
}
.site-header__search--mobile svg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  margin: -4px 0 0 6px;
}
.site-header__language-selector, .site-header__currency-selector, .site-header__store-selector, .site-header__country-selector {
  display: inline-block;
}
.site-header__masthead {
  -webkit-transition: padding 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: padding 0.2s cubic-bezier(0, 0, 0.58, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06rem;
  position: relative;
  will-change: padding;
}
.site-header__brand {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  max-width: 125px;
  width: 100%;
  z-index: 1;
}
.site-header__logo {
  margin: 0;
  width: 100%;
}
.site-header__logo svg {
  display: block;
  max-height: 50px;
  width: 100%;
}
.site-header__logo-tagline {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13.8px;
  color: var(--color-secondary);
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.015rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 64em) {
  .site-header__logo-tagline {
    font-size: 18.5px;
  }
}
.site-header__navbar {
  display: none;
}
.site-header__misc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}
.site-header__icon {
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header__icon:not(:last-child) {
  margin-right: 1rem;
}
.site-header__icon a {
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  transition: color 0.2s cubic-bezier(0, 0, 1, 1);
  font-size: 13px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .site-header__icon a {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .site-header__icon a {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .site-header__icon a {
    font-size: 15px;
  }
}
.site-header__icon a:hover {
  color: rgb(80, 84, 86);
}
@media screen and (max-width: 1024px) {
  .site-header__icon a, .site-header__icon button {
    padding: 10px 8px;
  }
}
.site-header__icon .badge {
  opacity: 1;
  position: absolute;
  right: -8px;
  top: 0;
}
.site-header__icon .badge.is-hidden {
  opacity: 0;
}
.site-header__icon:hover {
  color: rgb(80, 84, 86);
}
.site-header__icon.is-active {
  position: relative;
  z-index: 24;
}
.site-header__icon.site-header__icon--hamburger {
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.site-header__icon.site-header__icon--hamburger button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
  position: relative;
  top: -2px;
}
.site-header__icon.site-header__icon--hamburger button svg {
  width: 32px;
  height: 32px;
}
.site-header__icon.site-header__icon--search, .site-header__icon.site-header__icon--account, .site-header__icon.site-header__icon--wishlist {
  display: none;
}
.site-header__icon.site-header__icon--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header__button {
  margin-bottom: 0;
}
.site-header__icon-text {
  display: none;
}
.site-header__search-wrapper {
  left: 0;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 100%;
}
.site-header__search-wrapper .site-header__icon {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
}
.site-header__search-wrapper .site-header__icon.is-active {
  opacity: 1;
  visibility: visible;
}
.site-header__search {
  width: 100%;
}
.site-header__search--mobile {
  height: 30px;
  position: relative;
  width: 30px;
}
.site-header__search--mobile .bc-sf-search-box {
  cursor: pointer !important;
  opacity: 0;
  position: relative;
  right: 30px;
  width: 80px;
}
.site-header__search--mobile button {
  pointer-events: none;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.site-header__search .input-group {
  position: relative;
}
.site-header__search .input-group__placeholder {
  left: 1rem;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.site-header__search .input-group__field::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.site-header__search .input-group__field::-moz-placeholder {
  -moz-transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.site-header__search .input-group__field:-ms-input-placeholder {
  -ms-transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.site-header__search .input-group__field::-ms-input-placeholder {
  -ms-transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.site-header__search .input-group__placeholder, .site-header__search .input-group__field::placeholder {
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .site-header__search .input-group__field::-webkit-input-placeholder {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
  .site-header__search .input-group__field::-moz-placeholder {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
  .site-header__search .input-group__field:-ms-input-placeholder {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
  .site-header__search .input-group__field::-ms-input-placeholder {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
  .site-header__search .input-group__placeholder, .site-header__search .input-group__field::placeholder {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .site-header__search .input-group__field::-webkit-input-placeholder {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
  .site-header__search .input-group__field::-moz-placeholder {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
  .site-header__search .input-group__field:-ms-input-placeholder {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
  .site-header__search .input-group__field::-ms-input-placeholder {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
  .site-header__search .input-group__placeholder, .site-header__search .input-group__field::placeholder {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .site-header__search .input-group__field::-webkit-input-placeholder {
    font-size: 15px;
  }
  .site-header__search .input-group__field::-moz-placeholder {
    font-size: 15px;
  }
  .site-header__search .input-group__field:-ms-input-placeholder {
    font-size: 15px;
  }
  .site-header__search .input-group__field::-ms-input-placeholder {
    font-size: 15px;
  }
  .site-header__search .input-group__placeholder, .site-header__search .input-group__field::placeholder {
    font-size: 15px;
  }
}
.site-header__search .input-group__placeholder.is-hidden {
  display: none;
}
.site-header__search .input-group__field {
  border: 0;
  outline: 0;
  padding: 0.6666666667rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header__search .input-group__field:focus {
  border-color: rgb(80, 84, 86);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.site-header__search .input-group__field:focus + .input-group__label {
  opacity: 0.25;
}
@media (min-width: 64em) {
  .site-header__masthead {
    height: 100%;
    padding: 0;
  }
  .site-header__container {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    padding: 1.5rem 0.75rem;
    width: 90%;
  }
  .site-header__navbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgb(247, 249, 250);
    -webkit-box-shadow: 0 1px 0 0 rgb(225, 228, 230);
            box-shadow: 0 1px 0 0 rgb(225, 228, 230);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header__search-wrapper {
    position: relative;
  }
  .site-header__search-wrapper .site-header__icon {
    opacity: 1;
    visibility: visible;
  }
  .site-header__search {
    display: block;
    width: 255px;
  }
  .site-header__search--mobile {
    display: none;
  }
  .site-header .input-group__field {
    border: 2px solid rgb(80, 84, 86);
  }
  .site-header__brand {
    max-width: 165px;
  }
  .site-header__icon.site-header__icon--hamburger {
    display: none;
  }
  .site-header__icon.site-header__icon--account, .site-header__icon.site-header__icon--wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header__icon.site-header__icon--search {
    display: none;
  }
  .site-header__icon-text {
    display: inline-block;
    margin-right: 0.25rem;
  }
}
@media (max-width: 63.99em) {
  .site-header__search--desktop {
    display: none;
  }
}

/**
 * Sticky header using css property sticky.
 */
.site-header-section.is-sticky {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
}
.site-header-section.is-collapsed .site-header__logo-tagline {
  font-size: 13.8px;
}
@media (min-width: 64em) {
  .site-header-section.is-collapsed .site-header__logo-tagline {
    font-size: 13.3px;
  }
}
@media (min-width: 64em) {
  .site-header-section.is-collapsed .site-header__container {
    padding: 1rem;
  }
  .site-header-section.is-collapsed .site-header__brand {
    max-width: 120px;
  }
  .site-header-section.is-collapsed .input-group__field {
    padding: 0.25rem;
  }
}

/**
 * Position overrides when search overlay is active.
 */
html.js-search-active .site-header-section {
  z-index: 24;
}

/**
 * Section: Video hero
 * -----------------------------------------------------------------------------
 * HTML video block with content overlay.
 *
 */
.video-hero {
  height: 520px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.video-hero__player {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-hero__video {
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /**
   * Content alignment modifiers.
   * - using state classes due to character limit in theme sections.
   */
}
.video-hero__container.is-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.video-hero__container.is-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.video-hero__container.is-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-hero__container.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-hero__container.is-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.video-hero__container.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.video-hero__content {
  max-width: 480px;
  padding: 2rem;
  /**
   * Text alignment modifiers.
   * - using state classes due to character limit in theme sections.
   */
}
.video-hero__content.is-left {
  text-align: left;
}
.video-hero__content.is-center {
  text-align: center;
}
.video-hero__content.is-right {
  text-align: right;
}
@media (min-width: 48em) {
  .video-hero {
    height: 60vh;
  }
}
@media (min-width: 64em) {
  .video-hero {
    height: 70vh;
  }
}
@media (min-width: 89.375em) {
  .video-hero {
    height: 80vh;
  }
}

/**
   * Templates.
   */
/**
 * Template: Cart
 * -----------------------------------------------------------------------------
 * Cart page template.
 *
 */
.template-cart__body {
  background-color: rgb(255, 255, 255);
  padding: 2.5rem 0;
}
.template-cart__body .cart-table {
  margin-bottom: 1.5rem;
}
.template-cart__container {
  margin: 0 auto;
  max-width: 1430px;
}
.template-cart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.template-cart__panel--left {
  padding: 0;
}
.template-cart__panel--right {
  background: rgb(247, 249, 250);
  padding: 2rem 1.5rem 1.5rem;
}
@media (max-width: 47.99em) {
  .template-cart__panel--right:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.template-cart__panel--right:not(:last-child) {
  margin-bottom: 1.5rem;
}
.template-cart__heading {
  padding: 0.75rem 0 1.5rem 0;
}
@media (max-width: 47.99em) {
  .template-cart__heading {
    border-bottom: 1px solid rgb(225, 228, 230);
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .template-cart__heading {
    padding: 0.75rem 0 1rem 0;
  }
}
.template-cart__notes {
  margin: 2.5rem 0;
}
.template-cart .cart-panel__title {
  color: rgb(25, 25, 25);
  margin-bottom: 0.5rem;
}
.template-cart .cart-panel__title:after {
  content: none;
}
.template-cart .cart-panel__text {
  font-size: 14.3986353723px;
  font-family: "futura-pt-condensed", sans-serif;
  letter-spacing: 0.03rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .template-cart .cart-panel__text {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .template-cart .cart-panel__text {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .template-cart .cart-panel__text {
    font-size: 16.7271179071px;
  }
}
.template-cart .cart-panel__total-price {
  font-size: 21.6687201206px;
  color: rgb(25, 25, 25);
  font-family: "futura-pt-condensed", sans-serif;
  margin-bottom: 0;
}
@media (min-width: 400px) and (max-width: 768px) {
  .template-cart .cart-panel__total-price {
    font-size: calc( 21.6687201206px + 4.7526733217 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .template-cart .cart-panel__total-price {
    font-size: calc( 26.4213934423px + -0.554721521 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .template-cart .cart-panel__total-price {
    font-size: 25.8666719213px;
  }
}
.template-cart .cart-table__payment-options .payment-icons {
  list-style-type: none;
  margin: 0.5rem auto 1rem auto;
  padding: 0;
  width: 100%;
}
.template-cart .cart-table__payment-options .payment-icons li {
  display: inline-block;
  color: rgb(80, 84, 86);
}
.template-cart .cart-table__payment-options .payment-icons li:not(:last-child) {
  margin-right: 0.75rem;
}

/**
 * Template: Collection
 * -----------------------------------------------------------------------------
 * Collection or product landing page layout styling.
 *
 */
.template-collection__advert {
  display: none;
}
.template-collection__container .spr-badge[data-rating="0.0"] {
  display: none;
  visibility: hidden;
}
.template-collection__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 47.99em) {
  .template-collection__header {
    margin-bottom: 0.25rem;
  }
}
.template-collection__breadcrumb {
  margin: 0.5rem 0 0.5rem;
}
.template-collection__total-count {
  color: rgb(129, 133, 136);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06rem;
  padding-top: 4px;
  text-align: center;
}
@media (max-width: 63.99em) {
  .template-collection__total-count {
    display: none;
  }
}
.template-collection__hero {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: rgb(255, 255, 255);
  background-position: top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.template-collection__hero > .container {
  z-index: 1;
}
.template-collection__hero .hero__title {
  color: rgb(255, 255, 255);
}
.template-collection__hero--no-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
.template-collection__hero--no-image .hero__container {
  max-width: 100%;
}
.template-collection__hero--no-image .hero__title,
.template-collection__hero--no-image .hero__description p {
  color: rgb(25, 25, 25);
}
.template-collection__footer-banner {
  background-position: center;
}
.template-collection__grid {
  padding: 0 0.75rem;
}
.template-collection__sort-by-grid {
  cursor: pointer;
  float: right;
  margin: 12px 0 0 0.75rem;
}
.template-collection__sort-by-grid.active .icon {
  opacity: 0.5;
}
.template-collection__sort-by .icon {
  display: inline-block;
  opacity: 0.2;
}
.template-collection__nosto-container {
  background-color: rgb(247, 249, 250);
}
.template-collection__nosto-container .nosto-block {
  padding: 1rem 0.25rem 2.5rem;
}
.template-collection__nosto-container .nosto-block .nosto-image-container {
  background-blend-mode: unset;
}
.template-collection__nosto-container .nosto-header {
  padding-left: 1.5rem;
}
.template-collection__nosto-container .nosto-image-wrapper {
  background: rgb(255, 255, 255);
}
.template-collection__nosto-container .card__thumbnail {
  background: rgb(255, 255, 255);
}
@media (min-width: 36em) {
  .template-collection__nosto-container .container {
    overflow: hidden;
  }
  .template-collection__nosto-container .nosto-block {
    padding: 1rem 0.25rem 2.5rem;
  }
  .template-collection__nosto-container .nosto-header {
    padding: 1.5rem 0.5rem;
  }
}
@media (min-width: 48em) {
  .template-collection__advert {
    display: block;
    margin: 1.5rem 0 0;
  }
  .template-collection__advert-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 380px;
    position: relative;
  }
  .template-collection__advert-image::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .template-collection__advert-text {
    font-size: 17.6635217327px;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 400;
    left: 0;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    padding: 1.5rem;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
  }
}
@media (min-width: 48em) and (min-width: 400px) and (max-width: 768px) {
  .template-collection__advert-text {
    font-size: calc( 17.6635217327px + 2.8303797993 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 48em) and (min-width: 768px) and (max-width: 1366px) {
  .template-collection__advert-text {
    font-size: calc( 20.4939015319px + 0.3069366986 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 48em) and (min-width: 1366px) {
  .template-collection__advert-text {
    font-size: 20.8008382305px;
  }
}
@media (min-width: 48em) {
  .template-collection__advert-text span {
    display: inline-block;
    max-width: 176px;
  }
}
@media (min-width: 48em) {
  .template-collection__hero--no-image .hero__container {
    max-width: 80%;
  }
}
@media (min-width: 48em) {
  .template-collection__grid {
    grid-gap: 3rem;
  }
}
@media (min-width: 48em) {
  .template-collection__sort-by .form-group {
    float: right;
    max-width: 256px;
    width: 100%;
  }
}
@media (max-width: 63.99em) {
  .template-collection__hero--no-image .hero__container {
    margin: 0 auto;
  }
  .template-collection__hero--no-image .hero__title,
  .template-collection__hero--no-image .hero__description {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .template-collection__hero {
    padding-bottom: 3rem;
  }
  .template-collection__hero:not(.template-collection__hero--no-image) {
    height: 400px;
  }
  .template-collection__hero--no-image {
    height: 250px;
  }
  .template-collection__hero--no-image .hero__container {
    max-width: 50%;
  }
  .template-collection__grid {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
    margin: 0.75rem 0 2.5rem 0;
  }
  .template-collection__grid.template-collection__grid--with-aside {
    grid-template-columns: 275px 1fr;
  }
  .template-collection__sidebar {
    display: block;
  }
}
@media (min-width: 89.375em) {
  .template-collection__grid {
    grid-gap: calc(3rem * 2);
    grid-template-columns: 320px 1fr;
  }
}

/**
 * Modernizr.
 * - No css grid support
 */
.no-cssgrid .template-collection__grid,
.cssgridlegacy .template-collection__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.no-cssgrid .template-collection__sidebar,
.cssgridlegacy .template-collection__sidebar {
  max-width: 210px;
  width: 100%;
}
.no-cssgrid .template-collection__body,
.cssgridlegacy .template-collection__body {
  width: 100%;
}
@media (min-width: 64em) {
  .no-cssgrid .template-collection__body,
  .cssgridlegacy .template-collection__body {
    max-width: calc(100% - 250px);
  }
}

/**
 * Template: Gift card
 * -----------------------------------------------------------------------------
 * Base styling for gift cart template page.
 *
 */
.giftcard-qr img {
  display: block;
  margin: 0 auto;
  padding: 2rem;
}

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

@media print {
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  .print-giftcard,
  .apple-wallet {
    display: none;
  }
}
.giftcard {
  text-align: center;
}
.giftcard__content {
  background: rgb(250, 250, 250);
  margin: 0 auto;
  padding: 2rem;
  width: 100%;
}
@media (min-width: 64em) {
  .giftcard__content {
    width: 50%;
  }
}
.giftcard__tag {
  background: rgb(225, 228, 230);
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.giftcard__tag:not(:last-of-type) {
  margin-right: 0.5rem;
}
.giftcard__tag--active {
  background: var(--color-primary);
  color: rgb(255, 255, 255);
}
.giftcard__image-wrapper {
  padding: 1rem;
  position: relative;
}
@media (max-width: 47.99em) {
  .giftcard__image {
    margin-bottom: 1rem;
  }
}
.giftcard__value {
  margin-bottom: 1rem;
  position: absolute;
  right: 35px;
  top: 30px;
}
.giftcard__code {
  background: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 700;
  padding: 0.75rem 1rem;
  width: 100%;
}
@media (min-width: 48em) {
  .giftcard__code {
    bottom: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70%;
  }
}
.giftcard__remaining {
  margin-bottom: 1rem;
}
@media (max-width: 47.99em) {
  .giftcard .row {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .giftcard {
    padding: 3rem 0;
  }
}

/**
 * Template: Product
 * -----------------------------------------------------------------------------
 * Core product template styles.
 *
 */
.template-product {
  /**
   * Shopify reviews badges.
   */
  /**
   * Media queries.
   */
}
.template-product__container {
  margin: 0 auto;
}
.template-product__breadcrumb {
  margin: 1.5rem 0 0;
}
.template-product__social {
  margin: 1rem;
}
.template-product__product-details {
  color: rgb(247, 249, 250);
}
.template-product__product-details p {
  margin-bottom: 0.5rem;
  color: rgb(247, 249, 250);
  word-break: break-all;
  font-size: 13px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .template-product__product-details p {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .template-product__product-details p {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .template-product__product-details p {
    font-size: 15px;
  }
}
.template-product__product-details ol {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  list-style: none;
  padding-left: 0;
  font-size: 13px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .template-product__product-details ol {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .template-product__product-details ol {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .template-product__product-details ol {
    font-size: 15px;
  }
}
.template-product__product-details ol li {
  margin-bottom: 4px;
}
.template-product__product-details ul {
  padding: 0;
}
.template-product__gallery {
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .template-product__gallery {
    margin-bottom: 0;
  }
}
.template-product__lifestyle-images {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 36em) {
  .template-product__lifestyle-images {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 36em) {
  .template-product__lifestyle-images .template-product__lifestyle-image:not(:first-child) {
    margin-left: 1rem;
  }
}
.template-product__lifestyle-image {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.template-product__lifestyle-image img {
  position: relative;
  z-index: -1;
}
@media (min-width: 36em) {
  .template-product__lifestyle-image img {
    max-height: 500px;
  }
}
@media (max-width: 47.99em) {
  .template-product__purchase-reason {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .template-product__purchase-reason:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 36em) {
  .template-product__purchase-reason {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.template-product__purchase-reason-text {
  line-height: 1;
  text-align: center;
}
.template-product__purchase-reason-text p {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 400px) and (max-width: 768px) {
  .template-product__purchase-reason-text p {
    font-size: calc( 13px + 1 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .template-product__purchase-reason-text p {
    font-size: calc( 14px + 1 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .template-product__purchase-reason-text p {
    font-size: 15px;
  }
}
.template-product__vendor-logo {
  position: absolute;
  z-index: 1;
}
.template-product__vendor-logo img {
  max-height: 50px;
  max-width: 100px;
  opacity: 0.5;
}
@media (min-width: 48em) {
  .template-product__vendor-logo img {
    max-height: 100px;
    max-width: 200px;
  }
}
.template-product .spr-badge {
  position: relative;
  top: -0.5rem;
}
.template-product .spr-badge[data-rating="0.0"] {
  display: none;
  visibility: hidden;
}
.template-product .spr-badge .spr-icon {
  font-size: 17.6635217327px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .template-product .spr-badge .spr-icon {
    font-size: calc( 17.6635217327px + 2.8303797993 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .template-product .spr-badge .spr-icon {
    font-size: calc( 20.4939015319px + 0.3069366986 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .template-product .spr-badge .spr-icon {
    font-size: 20.8008382305px;
  }
}
.template-product .spr-badge .spr-icon-star:not(:last-child) {
  margin-right: 0.25rem;
}
.template-product .spr-badge .spr-badge-caption {
  margin-left: 0.75rem;
}
@media (min-width: 64em) {
  .template-product__purchase-reason-text {
    text-align: left;
  }
}

/**
  * Back in stock - Backup of styles from app
  * - Sign up form
  */
.back-in-stock .btn-success {
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.back-in-stock .product-name {
  display: none;
}
.back-in-stock select.form-control,
.back-in-stock input[type=email] {
  border: 2px solid #505456;
  border-radius: 0;
  display: block;
  padding: 1rem;
  width: 100%;
}
.back-in-stock select:focus,
.back-in-stock input:focus {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.5rem;
  outline: 0;
}
.back-in-stock input[type=email]::-webkit-input-placeholder {
  color: #505456;
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.back-in-stock input[type=email]::-moz-placeholder {
  color: #505456;
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.back-in-stock input[type=email]:-ms-input-placeholder {
  color: #505456;
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.back-in-stock input[type=email]::-ms-input-placeholder {
  color: #505456;
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.back-in-stock select.form-control,
.back-in-stock input[type=email]::placeholder {
  color: #505456;
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.back-in-stock select.form-control {
  -webkit-appearance: none;
  background-image: url("https://cdn.shopify.com/s/files/1/0062/5708/2479/files/icon-caret-down.svg?2958397408097759426");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.product-breadcrumbs {
  margin-bottom: 0.75rem;
}
.product-breadcrumbs__vendor-category {
  font-size: 14.3986353723px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 400px) and (max-width: 768px) {
  .product-breadcrumbs__vendor-category {
    font-size: calc( 14.3986353723px + 1.4975739218 * ( ( 100vw - 400px) / 368 ) );
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .product-breadcrumbs__vendor-category {
    font-size: calc( 15.8962092941px + 0.8309086131 * ( ( 100vw - 768px) / 598 ) );
  }
}
@media (min-width: 1366px) {
  .product-breadcrumbs__vendor-category {
    font-size: 16.7271179071px;
  }
}
.product-breadcrumbs__vendor-category a {
  color: rgb(80, 84, 86);
  text-decoration: underline;
}
.product-breadcrumbs__vendor-category span {
  letter-spacing: -0.5px;
}

/**
 * Template: Styleguide
 * -----------------------------------------------------------------------------
 * Base styling for the Styleguide page.
 * - This template should not be made public.
 *
 */
.template-styleguide .wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.template-styleguide .side-nav {
  background-color: var(--color-primary);
  border-right: 1px solid rgb(80, 84, 86);
  color: rgb(255, 255, 255);
  height: 100%;
  left: 0;
  padding: 1rem;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 280px;
  z-index: 24;
}
.template-styleguide .side-nav .site-logo {
  fill: rgb(255, 255, 255);
  margin-bottom: 2rem;
  max-width: 180px;
  padding: 1rem;
}
.template-styleguide .side-nav__toggle-button {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(65px);
          transform: translateX(65px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.template-styleguide .side-nav__toggle-button .icon {
  -webkit-transition: fill 0.2s cubic-bezier(0, 0, 1, 1);
  transition: fill 0.2s cubic-bezier(0, 0, 1, 1);
  fill: var(--color-primary);
}
.template-styleguide .side-nav__main-nav {
  list-style-type: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.template-styleguide .side-nav__item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.template-styleguide .side-nav__subheading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0.25rem;
  padding: 0.25rem 1rem;
}
.template-styleguide .side-nav__sub-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.template-styleguide .side-nav__sub-item:not(:last-child) {
  margin-bottom: 0.25rem;
}
.template-styleguide .side-nav ul:not(:last-child) {
  margin-bottom: 0.75rem;
}
.template-styleguide .side-nav .sub-nav__item-link {
  color: rgb(255, 255, 255);
  display: block;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
}
.template-styleguide .side-nav .sub-nav__item-link:hover {
  opacity: 0.6;
}
.template-styleguide .side-nav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.template-styleguide .side-nav.is-active .template-styleguide .side-nav__toggle-button {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.template-styleguide .side-nav.is-active .template-styleguide .side-nav__toggle-button .icon {
  fill: rgb(255, 255, 255);
}
.template-styleguide .main-content {
  width: 100%;
  /**
    * State
    */
}
.template-styleguide .main-content__hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(80, 84, 86);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 260px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
  padding: 0.75rem 2rem;
  text-align: center;
  width: 100%;
}
.template-styleguide .main-content__subheading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgb(80, 84, 86);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0.5rem;
}
.template-styleguide .main-content__container {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.template-styleguide .main-content__row:not(:last-child) {
  margin-bottom: 0.75rem;
}
.template-styleguide .main-content.is-centered .main-content__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 280px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Spec table.
 */
.sg-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.sg-table thead th {
  border-bottom: 1px solid rgb(0, 0, 0);
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 1rem 3rem 1rem 0;
  text-align: left;
  white-space: nowrap;
}
.sg-table tbody tr {
  border-bottom: 1px solid rgb(80, 84, 86);
}
.sg-table tbody td {
  padding: 1rem 0;
  vertical-align: top;
}
.sg-table tbody td:first-child {
  padding-right: 1rem;
  width: 70%;
}
.sg-table__cell {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sg-title {
  border-bottom: 1px solid rgb(80, 84, 86);
  margin-top: 2rem;
  padding: 0.75rem 0;
}

.sg-label {
  margin-left: 0.75rem;
}

/**
 * Colour swatches.
 */
.sg-swatch {
  display: inline-block;
  height: 42px;
  width: 42px;
}
.sg-swatch.sg-swatch--primary {
  background-color: rgb(0, 0, 0);
}
.sg-swatch.sg-swatch--secondary {
  background-color: var(--color-primary);
}
.sg-swatch.sg-swatch--primary-dark {
  background-color: black;
}
.sg-swatch.sg-swatch--primary-light {
  background-color: #b3b3b3;
}
.sg-swatch.sg-swatch--secondary-dark {
  background-color: #1e1909;
}
.sg-swatch.sg-swatch--secondary-light {
  background-color: #dbc57e;
}
.sg-swatch.sg-swatch--black {
  background-color: rgb(25, 25, 25);
}
.sg-swatch.sg-swatch--grey-1 {
  background-color: rgb(80, 84, 86);
}
.sg-swatch.sg-swatch--grey-2 {
  background-color: rgb(247, 249, 250);
}
.sg-swatch.sg-swatch--grey-3 {
  background-color: rgb(250, 250, 250);
}
.sg-swatch.sg-swatch--white {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(80, 84, 86);
}
.sg-swatch.sg-swatch--text {
  background-color: rgb(80, 84, 86);
}
.sg-swatch.sg-swatch--text-light {
  background-color: #b3b3b3;
}
.sg-swatch.sg-swatch--link {
  background-color: rgb(0, 0, 0);
}
.sg-swatch.sg-swatch--link-hover {
  background-color: rgb(80, 84, 86);
}
.sg-swatch.sg-swatch--border {
  background-color: rgb(80, 84, 86);
}
.sg-swatch.sg-swatch--background {
  background-color: rgb(255, 255, 255);
}
.sg-swatch.sg-swatch--background-secondary {
  background-color: var(--color-primary);
}

/**
 * Icon grid.
 */
.sg-icon-grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
.sg-icon-grid__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}
.sg-icon-grid__label {
  font-weight: 700;
  margin: 0.75rem 0 0;
}
.sg-icon-grid__meta {
  color: rgb(80, 84, 86);
}
