/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \******************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/helpers.scss ***!
  \*************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.sr-only {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

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

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

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

.is-sticky {
  position: sticky;
}

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

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

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

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

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

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

.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  z-index: 10000;
  padding: 20px;
  background-color: #fff;
  color: #000;
  transition: none;
}

.hide {
  /* stylelint-disable declaration-no-important */
  display: none !important;
}

.hidden,
.js-partial {
  display: none;
}

.clear-left {
  clear: left;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/html-tags.scss ***!
  \***************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
:root {
  --iamota-header-height: 0px;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  font-size: 1.6rem;
}

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

p {
  margin: 0;
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  text-decoration: none;
}
a:hover {
  color: rgba(51, 51, 51, 0.7);
  transition: all 0.2s ease;
}
a:focus {
  color: inherit;
}

small {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}

ul,
ol,
dl {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
}

h1 {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

h3 {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

h4 {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

h5 {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
}

h6 {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
}

h1,
.h1 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 85px;
    font-size: 8.5rem;
    line-height: 70px;
    line-height: 7rem;
  }
}
@media (min-width: 1024px) {
  h1,
.h1 {
    letter-spacing: 3px;
  }
}

h2,
.h2 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 44px;
  line-height: 4.4rem;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  h2,
.h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
@media (min-width: 1024px) {
  h2,
.h2 {
    letter-spacing: 3px;
  }
}

h3,
.h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.09375em;
}
@media (min-width: 1024px) {
  h3,
.h3 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}
@media (min-width: 1024px) {
  h3,
.h3 {
    letter-spacing: 2px;
  }
}

h4,
.h4 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.09375em;
}
@media (min-width: 1024px) {
  h4,
.h4 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media (min-width: 1024px) {
  h4,
.h4 {
    letter-spacing: 2px;
  }
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  h5,
.h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

.text--caption {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/layout.scss ***!
  \************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@-ms-viewport {
  width: device-width;
}
html {
  background-color: #fff;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
body .main {
  flex: 1 1 auto;
  width: 100%;
}
body.noscroll {
  overflow: hidden;
}
.ie11 body {
  width: 100%;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

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

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  width: calc(100% - (20px * 2));
}
@media (min-width: 1024px) {
  .container {
    width: calc(100% - (40px * 2));
  }
}

.container--wysiwyg {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  width: calc(100% - (20px * 2));
}
@media (min-width: 1024px) {
  .container--wysiwyg {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 1024px) {
  .container--wysiwyg {
    width: calc(75% - (40px * 2));
  }
}

.layout--one-column {
  display: block;
  max-width: 100%;
  width: 100%;
}
@supports (display: grid) {
  .layout--one-column {
    display: grid;
    grid-template-columns: [full-start] minmax(20px, 1fr) [main-start] minmax(0, 1280px) [main-end] minmax(20px, 1fr) [full-end];
    max-width: initial;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .layout--one-column {
    grid-template-columns: [full-start] minmax(40px, 1fr) [main-start] minmax(0, 1280px) [main-end] minmax(40px, 1fr) [full-end];
  }
}
.layout--one-column > * {
  grid-column: main;
}
.ie11 .layout--one-column > * {
  margin: 0 auto;
  width: calc(100% - (40px * 2));
}

.layout--two-column {
  display: block;
  max-width: 100%;
  width: 100%;
}
@supports (display: grid) {
  .layout--two-column {
    display: grid;
    grid-template-columns: [full-start] minmax(40px, 1fr) [main-start] minmax(0, calc((1280px * .75) - 20px)) [main-end] 40px [aside-start] calc((1280px * .25) - 20px) [aside-end] minmax(40px, 1fr) [full-end];
    max-width: initial;
    width: 100%;
  }
}
.layout--two-column > * {
  grid-column: main/aside;
}
.layout--two-column .container--content {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .layout--two-column .container--content {
    max-width: calc(75% - 20px);
  }
}
@media (min-width: 1280px) {
  .layout--two-column .container--content {
    max-width: calc((1280px * .75) - 20px);
  }
}
@media (min-width: 1024px) {
  .layout--two-column .container--content {
    grid-column: main;
  }
  @supports (display: grid) {
    .layout--two-column .container--content {
      max-width: initial;
      width: auto;
    }
  }
}
.layout--two-column .container--aside,
.layout--two-column .aside {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .layout--two-column .container--aside,
.layout--two-column .aside {
    float: right;
    max-width: calc(25% - 20px);
  }
}
@media (min-width: 1280px) {
  .layout--two-column .container--aside,
.layout--two-column .aside {
    max-width: calc((1280px * .25) - 20px);
  }
}
@media (min-width: 1024px) {
  .layout--two-column .container--aside,
.layout--two-column .aside {
    grid-column: aside;
  }
  @supports (display: grid) {
    .layout--two-column .container--aside,
.layout--two-column .aside {
      max-width: initial;
      width: auto;
    }
  }
}
.layout--two-column .page-builder__section--full-bleed,
.layout--two-column .container--full-bleed {
  grid-column: full;
}

.page-section--full-bleed,
.container--full-bleed {
  grid-column: full;
}
.ie11 .page-section--full-bleed,
.ie11 .container--full-bleed {
  width: 100%;
}

.page-section {
  margin: 30px 0;
}
@media (min-width: 680px) {
  .page-section {
    margin: 50px 0;
  }
  .ie11 .page-section {
    margin: 50px auto;
  }
}

.page-section--gap-bottom {
  margin: 0 0 30px;
}
@media (min-width: 680px) {
  .page-section--gap-bottom {
    margin: 0 0 50px;
  }
  .ie11 .page-section--gap-bottom {
    margin: 0 auto 50px;
  }
}

.page-section--no-gap {
  margin: 0;
}
.ie11 .page-section--no-gap {
  margin: 0;
}

.page-section--wysiwyg .container {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-section--wysiwyg .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .page-section--wysiwyg .container {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .page-section--wysiwyg .container {
    width: calc(75% - (40px * 2));
  }
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/placeholders.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.placeholder-svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

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

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

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.placeholder-background .icon {
  border: 0;
}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/button/button.scss ***!
  \*******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
button,
.button {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  border-radius: 1px;
  padding: 13px 37px 12px;
  text-align: center;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.03125em;
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
button.button--disabled, button:disabled,
.button.button--disabled,
.button:disabled {
  background-color: #e8e8e8;
  color: #fff;
  cursor: default;
}
button.button--disabled:hover, a:hover button.button--disabled, button:disabled:hover, a:hover button:disabled,
.button.button--disabled:hover,
a:hover .button.button--disabled,
.button:disabled:hover,
a:hover .button:disabled {
  background-color: #e8e8e8;
  color: #fff;
  border-color: transparent;
}
button.button--disabled.button--text, button:disabled.button--text,
.button.button--disabled.button--text,
.button:disabled.button--text {
  background-color: initial;
  opacity: 0.3;
}
button.button--disabled.button--text:hover, a:hover button.button--disabled.button--text, button:disabled.button--text:hover, a:hover button:disabled.button--text,
.button.button--disabled.button--text:hover,
a:hover .button.button--disabled.button--text,
.button:disabled.button--text:hover,
a:hover .button:disabled.button--text {
  background-color: initial;
}
button.button--disabled .btn--add-to-cart__pricing, button:disabled .btn--add-to-cart__pricing,
.button.button--disabled .btn--add-to-cart__pricing,
.button:disabled .btn--add-to-cart__pricing {
  display: none;
}
button:focus,
.button:focus {
  outline: none;
}

.link.link--disabled {
  color: #e8e8e8;
  cursor: default;
  opacity: 0.3;
}
.link.link--disabled:hover, a:hover .link.link--disabled {
  color: #e8e8e8;
}

.button--primary {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.button--primary:hover, .button--primary:active, a:hover .button--primary {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  border: 1px solid #000;
}
.button--primary:focus {
  box-shadow: 0 0 0 1px #000;
}

.button--secondary {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.button--secondary:hover, .button--secondary:active, a:hover .button--secondary, .button--secondary:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
}
.button--secondary:focus {
  box-shadow: 0 0 0 1px #000;
}

.button--white {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.button--white:hover, .button--white:active, .button--white:focus, a:hover .button--white {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid #000;
}

.button-collection {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}
.button-collection.button-collection--left {
  justify-content: flex-start;
}
.button-collection.button-collection--center {
  justify-content: center;
}
.button-collection.button-collection--right {
  justify-content: flex-end;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/button/button--text.scss ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.button.button--text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  padding: 20px 0 2px;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
.button.button--text:hover, a:hover .button.button--text {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #000;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/button/button--transparent.scss ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.button--transparent.button--primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
  color: #000;
}
.button--transparent.button--primary:hover, a:hover .button--transparent.button--primary, .button--transparent.button--primary:focus {
  background-color: #000;
  color: #000;
}
.button--transparent.button--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
  color: #000;
}
.button--transparent.button--secondary:hover, a:hover .button--transparent.button--secondary, .button--transparent.button--secondary:focus {
  background-color: black;
  color: #000;
}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/animations/animations.scss ***!
  \***************************************************************************************************************************************************************************************/
:root {
  --animation-delay: 100ms;
  --animation-timing: 600ms;
  --animation-ease: cubic-bezier(.59,.28,.39,.83);
  --animation-loop: 1;
  --animation-type: transform;
  --animation-transform: 0,0;
  --animation-target: all;
}

.animate-in {
  transform: translate(var(--animation-transform));
  transition: var(--animation-timing) var(--animation-type) var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
.animate-in.animate-in--slide-up {
  --animation-delay: 0ms;
  --animation-timing: 800ms;
  --animation-transform: 0, 50%;
  --animation-type: all;
  transition: var(--animation-timing) var(--animation-type) var(--animation-delay) var(--animation-ease);
}
.animate-in.animate-in--slide-left {
  --animation-transform: -100%, 0;
  --animation-type: all;
  --animation-timing: 300ms;
  transition: var(--animation-timing) var(--animation-type) var(--animation-delay) var(--animation-ease);
}
.animate-in.animate-in--slide-right {
  --animation-transform: 100px, 0;
  --animation-type: all;
  transition: var(--animation-timing) var(--animation-type) var(--animation-delay) var(--animation-ease);
}
.animate-in.animate-in--content-panel {
  --animation-transform: -100%, 0;
  --animation-type: all;
  --animation-timing: 1000ms;
  transition: var(--animation-timing) var(--animation-type) var(--animation-delay) var(--animation-ease);
}
.align-left .animate-in.animate-in--content-panel {
  --animation-transform: 100%, 0;
}
.animate-in.is-animated, .animate-in.already-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--scale-down {
  transform: scale(1.2);
  transform-origin: center center;
  transition: var(--animation-timing) var(--animation-type) var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
.is-animated .animate-in--scale-down, .already-visible .animate-in--scale-down {
  opacity: 1;
  transform: scale(1);
}

.animate-in--list-delay:nth-child(1n) {
  --animation-delay: 200ms;
  --animation-transform: 0, 100px;
  --animation-type: all;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 800ms all var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
.is-animated .animate-in--list-delay:nth-child(1n), .already-visible .animate-in--list-delay:nth-child(1n) {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--list-delay:nth-child(2n) {
  --animation-delay: 400ms;
  --animation-transform: 0, 100px;
  --animation-type: all;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 800ms all var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
.is-animated .animate-in--list-delay:nth-child(2n), .already-visible .animate-in--list-delay:nth-child(2n) {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--list-delay:nth-child(3n) {
  --animation-delay: 600ms;
  --animation-transform: 0, 100px;
  --animation-type: all;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 800ms all var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
.is-animated .animate-in--list-delay:nth-child(3n), .already-visible .animate-in--list-delay:nth-child(3n) {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--list-delay:nth-child(4n) {
  --animation-delay: 800ms;
  --animation-transform: 0, 100px;
  --animation-type: all;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 800ms all var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
.is-animated .animate-in--list-delay:nth-child(4n), .already-visible .animate-in--list-delay:nth-child(4n) {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--list-delay:nth-child(5n) {
  --animation-delay: 1000ms;
  --animation-transform: 0, 100px;
  --animation-type: all;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 800ms all var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
.is-animated .animate-in--list-delay:nth-child(5n), .already-visible .animate-in--list-delay:nth-child(5n) {
  opacity: 1;
  transform: translate(0, 0);
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/product.scss ***!
  \*************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.product__price {
  margin: 20px 0;
}
.product__price .price__sale {
  color: #707070;
}
.product__price .price__original--sale {
  color: #e71d1d;
}

.cart-summary__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 13px;
  font-weight: 600;
}

.free-shipping-progress__message {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f3f3f3;
  padding: 5px 15px;
  margin: 0 0 13px;
  text-align: center;
  display: block;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/carousel.scss ***!
  \**************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.carousel {
  position: relative;
  margin-bottom: 40px;
}

.carousel-section {
  text-align: center;
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/form-kit/_forms.scss ***!
  \***********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
form {
  margin: 0;
}

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

input,
textarea,
select {
  border: 1px solid #bfbfbf;
  appearance: none;
  border-radius: 0;
  max-width: 100%;
  outline: none;
  position: relative;
}
input[disabled],
textarea[disabled],
select[disabled] {
  background-color: #fff;
  border-color: #e8e8e8;
  color: #fff;
  cursor: default;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}

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

textarea {
  min-height: 100px;
}

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

option {
  background-color: #f3f3f3;
  color: #000;
}

label.error, span.error {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #e71d1d;
  margin-top: 10px;
  display: block;
}

.input-error {
  border-color: #e71d1d;
  background-color: #fff;
  color: #000;
}

.form__field {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}

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

.form__title {
  margin-top: 0;
}

.form__label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}

.form__control {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  padding: 13px 15px;
}
.form__control:focus {
  border-color: #000;
}
.form__control.error {
  border-color: #e71d1d;
}

.form__error-message {
  padding-bottom: 20px;
}
.form__error-message .form__error {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 1px;
  color: #e71d1d;
}

.form__button {
  margin-right: 20px;
}
.form__button.button--text {
  opacity: 0.7;
}
.form__button.button--text:hover {
  opacity: 1;
}

.form__input,
.form__select,
.form__textarea {
  border: 1px solid #bfbfbf;
  background-color: #fff;
  display: block;
  width: 100%;
}

.form__checkbox,
.form__radio {
  display: inline-block;
}

.form__radio {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
}

.form__select {
  padding-right: 30px;
}

.form__option-label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  display: inline-block;
  color: #000;
}
.form__option-label + .form__option-label {
  padding-top: 10px;
}

.form__field--custom-select .form__select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 0;
  box-shadow: none;
}
.form__field--custom-select .form__element {
  border: 1px solid #bfbfbf;
}
.form__field--custom-select .select__caret {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form__field--custom-select .select__caret .icon {
  vertical-align: top;
}

.form__field--image-radio .form__radio {
  display: none;
}
.form__field--image-radio .form__option-label {
  border: 1px solid #bfbfbf;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
}
.form__field--image-radio .form__option-label.is-active, .form__field--image-radio .form__option-label:hover {
  border: 1px solid #000;
}

.form__field--button-radio .form__radio {
  display: none;
}
.form__field--button-radio .form__option-label {
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
}
.form__field--radio .form__option-label {
  position: relative;
  margin-bottom: 10px;
}
.form__field--radio .form__option-label:before {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 10px;
  top: 2px;
  margin-right: 10px;
  border: 2px solid #000;
  background-color: #fff;
}
.form__field--radio .form__option-label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  display: inline-block;
  left: 4px;
  top: 6px;
  border-radius: 10px;
}
.form__field--radio input[type=radio]:checked + .form__option-label:after {
  background-color: #000;
}

.form__field--radio-color {
  margin-bottom: 14px;
}
.form__field--radio-color .form__element {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.form__field--radio-color .form__element .swatch__option {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.form__field--radio-color .form__option-label {
  position: relative;
  padding: 0;
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  color: black;
  border-radius: 1px;
}
.form__field--radio-color .form__option-label .form__option-label-inner {
  display: block;
  padding: 0;
  margin: 1px;
  border-radius: 1px;
  width: 41px;
  height: 41px;
  background-size: cover;
  background-position: center;
}
.form__field--radio-color .form__option-label .form__option-label-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__field--radio-color input[type=radio]:checked + .form__option-label {
  border-color: #000;
}
.form__field--radio-color input[type=radio]:checked + .form__option-label .form__option-label-inner {
  border-color: #fff;
  border: 1px solid transparent;
}
.form__field--radio-color input[type=radio]:not(:checked):hover + .form__option-label .form__option-label-inner {
  border-color: #000;
}
.form__field--radio-color input[type=radio]:focus + .form__option-label {
  box-shadow: 0 0px 8px #e8e8e8;
}

.form__field--radio-text {
  margin-bottom: 25px;
}
.form__field--radio-text .form__element {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.form__field--radio-text .form__element .swatch__option {
  margin-bottom: 10px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.form__field--radio-text .form__option-label {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  position: relative;
  padding: 0;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  width: 66px;
  height: 45px;
  color: #000;
}
.form__field--radio-text input[type=radio]:checked + .form__option-label {
  border-color: #000;
  background: #000;
  color: #fff;
}
.form__field--radio-text input[type=radio]:checked + .form__option-label .form__option-label-inner {
  border-color: #fff;
}
.form__field--radio-text input[type=radio]:not(:checked):hover + .form__option-label {
  border-color: #e8e8e8;
}
.form__field--radio-text input[type=radio]:not(:checked):hover + .form__option-label .form__option-label-inner {
  border-color: #fff;
}
.form__field--radio-text input[type=radio]:focus + .form__option-label {
  box-shadow: 0 0px 8px #e8e8e8;
}

.form__field--checkbox input {
  -webkit-appearance: checkbox;
  margin-right: 15px;
  transform: translateY(-3px);
}
.form__field--checkbox input:before {
  content: "";
  position: relative;
  display: block;
  width: 19px;
  height: 19px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
}
.form__field--checkbox input:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  left: 2px;
  top: -16px;
  width: 15px;
  height: 12px;
}
.form__field--checkbox input:checked:before {
  background-color: #000;
  border-color: transparent;
}
.form__field--checkbox input:checked:after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI5Ljg0IDEwLjEwN3EwIC43MTQtLjUgMS4yMTRMMTMuOTggMjYuNjhxLS41LjUtMS4yMTQuNXQtMS4yMTQtLjVMMi42NiAxNy43ODVxLS41LS41LS41LTEuMjE0dC41LTEuMjEybDIuNDMtMi40M3EuNS0uNSAxLjIxNC0uNXQxLjIxNC41bDUuMjUgNS4yN0wyNC40ODIgNi40NjNxLjUtLjUgMS4yMTQtLjV0MS4yMTQuNWwyLjQzIDIuNDNxLjUuNS41IDEuMjEzeiIvPjwvc3ZnPg==);
}

.form__spinner {
  display: none;
}

.form__field .button {
  z-index: 1;
}
.form__field .button .button__label {
  z-index: -1;
}

.form__wrapper {
  margin: 0 auto;
}
@media (min-width: 680px) {
  .form__wrapper {
    max-width: 550px;
  }
}

.form__grid.css-grid {
  grid-gap: 0;
}
@media (min-width: 1024px) {
  .form__grid.css-grid {
    grid-gap: 30px;
  }
}

.form__element {
  position: relative;
}

.form__icons {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.form__field--textarea .form__icons {
  top: 5px;
  transform: translateY(0);
}
.form__field--select .form__icons {
  right: 15px;
}

input[type=number].form__input::-webkit-inner-spin-button,
input[type=number].form__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0;
}

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

.form__increment {
  background-repeat: no-repeat, repeat;
  background-position: center center;
  background-size: 11px auto, 100%;
  background-color: #fff;
  height: 50%;
  width: 34px;
  cursor: pointer;
  position: absolute;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 0;
  top: 0;
  right: 0;
}

.form__increment--up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711%27 height=%277%27 fill=%27%23000%27%3E%3Cpath d=%27M5.5.7L.6 5.6l1 1.1 3.9-3.9 3.8 3.8 1.1-1z%27/%3E%3C/svg%3E%0A");
  border-top-right-radius: 0;
}

.form__increment--down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711%27 height=%277%27%3E%3Cpath fill=%27%23000%27 d=%27M5.4 6.5L.5 1.6l1-1.1 3.9 3.8L9.2.5l1.1 1z%27/%3E%3C/svg%3E");
  top: 50%;
  border-top: 0;
  border-bottom-right-radius: 0;
}

.form__input-container--cart-page {
  position: relative;
}

.password__toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1000;
}

.password__icon--hide {
  display: none;
}

.password__toggle--visible .password__icon--show {
  display: none;
}
.password__toggle--visible .password__icon--hide {
  display: inline-block;
}

.form--contact .form__wrapper {
  margin: 0 auto;
}

.form--password .form__wrapper {
  margin: 0;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/rollover/rollover.scss ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.rollover .rollover__under {
  position: sticky;
  top: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .rollover .rollover__under {
    top: 0 !important;
  }
}
.rollover .rollover__over {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/announcement-bar/_announcement-bar.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.announcement-bar {
  background-color: #f3f3f3;
  color: #000;
  padding: 6px 0;
  text-align: center;
  position: relative;
  z-index: 1002;
  display: block;
}
@media (min-width: 1024px) {
  .announcement-bar {
    padding: 6px 0;
  }
}
.announcement-bar.announcement-bar--hidden {
  display: none;
}
.announcement-bar .country-switcher {
  display: none;
}
@media (min-width: 1024px) {
  .announcement-bar .country-switcher {
    display: block;
  }
}
.announcement-bar .container {
  position: relative;
}
.announcement-bar .announcement-bar__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media only screen and (min-width: 1024px) and (max-width: 1130px) {
  .announcement-bar .announcement-bar__wrapper {
    grid-template-columns: 1fr auto;
  }
}
.announcement-bar .announcement-bar__link,
.announcement-bar .announcement-bar__text {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #000;
  text-decoration: none;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .announcement-bar .announcement-bar__link,
.announcement-bar .announcement-bar__text {
    margin: 0 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1130px) {
  .announcement-bar .announcement-bar__link,
.announcement-bar .announcement-bar__text {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .announcement-bar .announcement-bar__link,
.announcement-bar .announcement-bar__text {
    font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.announcement-bar .announcement-bar__content {
  display: flex;
  align-items: center;
  grid-column: 2;
}
@media only screen and (min-width: 1024px) and (max-width: 1130px) {
  .announcement-bar .announcement-bar__content {
    grid-column: 1;
  }
}
.announcement-bar .announcement-bar__nav {
  grid-column: 3;
  justify-self: end;
}
.announcement-bar .announcement-bar__nav .menu__list {
  align-items: center;
}
.announcement-bar .announcement-bar__nav .menu__item {
  margin-left: 25px;
}
.announcement-bar .announcement-bar__nav .menu__link {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #000;
  text-transform: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.announcement-bar .announcement-bar__nav .menu__link:hover {
  background-color: transparent;
  text-decoration: underline;
}
.announcement-bar .announcement-bar__nav .menu__item--desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .announcement-bar .announcement-bar__nav .menu__item--desktop-only {
    display: flex;
  }
}
.announcement-bar .announcement-bar__nav .menu__icon {
  width: auto;
  height: 15px;
  margin-right: 5px;
  top: -1px;
  position: relative;
}
@media (min-width: 1024px) {
  .announcement-bar .announcement-bar__nav .menu__icon {
    display: none;
  }
}

.announcement-bar--milpro {
  display: none;
  background-color: #242424;
}
@media (min-width: 1024px) {
  .announcement-bar--milpro {
    display: block;
  }
}
.announcement-bar--milpro .announcement-bar__link,
.announcement-bar--milpro .announcement-bar__text {
  color: #fff;
}
.announcement-bar--milpro .announcement-bar__nav .menu__link {
  color: #fff;
}
.announcement-bar--milpro .announcement-bar__nav .menu__link:hover {
  color: #fff;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/menu/_menu.scss ***!
  \******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.menu {
  display: block;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__item {
  margin: 0;
}

.menu__link {
  color: #000;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.menu__link .icon__cart {
  width: 22px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
@media (min-width: 1024px) {
  .header--milpro .menu__link {
    color: #fff;
  }
}

.menu__title {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.03125em;
  line-height: 1;
  margin: 0;
}
@media (min-width: 1024px) {
  .menu__title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.09375em;
  }
}

.menu--default {
  background-color: transparent;
}
.menu--default .menu__list {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1024px) {
  .menu--default .menu__list {
    flex-flow: row nowrap;
  }
}
.menu--default .menu__link {
  background-color: transparent;
  padding: 8px 25px;
  transition: all 0.2s ease;
}
@media (min-width: 1024px) {
  .menu--default .menu__link {
    padding: 30px 15px;
  }
}
.menu--default .menu__link:hover {
  background-color: transparent;
  color: #000;
}
.menu--default .menu__link:hover .menu__title {
  color: #000;
}

.menu--header {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .menu--header {
    justify-self: center;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .menu--header .menu__list:hover .menu__link {
    color: #bfbfbf;
  }
}
@media (min-width: 1024px) {
  .menu--header .menu__item:last-of-type .menu__link {
    margin-left: 15px;
    position: relative;
    padding: 30px 15px 30px 30px;
  }
  .menu--header .menu__item:last-of-type .menu__link:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    height: 28px;
    width: 1px;
    background-color: #bfbfbf;
  }
}

@media (min-width: 1024px) {
  .header--milpro .menu--default .menu__link:hover {
    color: #fff;
  }
  .header--milpro .menu--default .menu__link:hover .menu__title {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 1024px) {
  .header--milpro .menu--header {
    justify-self: start;
  }
}
@media (min-width: 1024px) {
  .header--milpro .menu--header .menu__list:hover .menu__link {
    color: #707070;
  }
}
@media (min-width: 1024px) {
  .header--milpro .menu--header .menu__item:last-of-type .menu__link:before {
    background-color: #707070;
  }
}

.menu--secondary {
  margin: 50px 25px 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .menu--secondary {
    margin: 0;
    padding: 0;
    border: 0;
    justify-self: end;
  }
}
.menu--secondary .menu__list {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1024px) {
  .menu--secondary .menu__list {
    flex-flow: row nowrap;
    align-items: center;
  }
}
.menu--secondary .menu__item {
  display: inline-block;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .menu--secondary .menu__item {
    margin-bottom: 0;
    margin-left: 30px;
  }
}
.menu--secondary .menu__item--cart {
  display: none;
}
@media (min-width: 1024px) {
  .menu--secondary .menu__item--cart {
    display: inline-block;
  }
}
.menu--secondary .menu__link {
  line-height: 20px;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.menu--secondary .menu__link a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: none;
  color: #000;
}
.menu--secondary .menu__link .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
}
.menu--secondary .menu__title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: none;
  letter-spacing: none;
  margin-left: 10px;
}
.menu--secondary .menu__item--account .menu__link {
  display: flex;
}
.menu--secondary .menu__item--login-title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .menu--secondary .menu__item--login-title {
    display: none;
  }
}
.menu--secondary .menu__item--mobile-only .menu__icon {
  width: auto;
  height: 20px;
  top: -1px;
  position: relative;
}
@media (min-width: 1024px) {
  .menu--secondary .menu__item--mobile-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .menu--secondary .country-switcher {
    display: none;
  }
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/menu/_menu--dropdown.scss ***!
  \****************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@media (min-width: 1024px) {
  .menu--dropdown .menu__list {
    align-items: flex-end;
  }
}

.menu__item--dropdown {
  transition: all 0.2s ease;
}
.menu__item--dropdown .menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .menu__item--dropdown .menu__link {
    display: inline-block;
  }
}
.menu__item--dropdown .icon {
  transition: all 0.2s ease;
}
.menu__item--dropdown .dropdown__icon {
  position: relative;
  display: block;
  color: #000;
  margin-left: 10px;
}
.menu__item--dropdown .dropdown__icon .icon {
  width: 10px;
  height: 10px;
}
.menu__item--dropdown .dropdown__icon .icon__arrow--down {
  transform: rotate(0deg);
  transform-origin: center center;
  transition: all 0.2s ease;
}
@media (min-width: 1024px) {
  .menu__item--dropdown .dropdown__icon {
    display: none;
  }
}
.menu__item--dropdown.js--isOpen .dropdown {
  display: block;
}
.menu__item--dropdown.js--isOpen .dropdown__icon .icon__arrow--down {
  transform: rotate(-180deg);
}
.menu__item--dropdown.js--isOpen .dropdown__icon::after {
  visibility: hidden;
}
@media (min-width: 1024px) {
  .menu__item--dropdown.js--isOpen .menu__link {
    color: #000;
    background-color: transparant;
  }
  .menu__item--dropdown.js--isOpen .menu__title {
    color: #000;
  }
  .menu__item--dropdown.js--isOpen .dropdown {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: all;
    z-index: 1;
  }
}

@media (min-width: 1024px) {
  .header--milpro .menu__item--dropdown.js--isOpen .menu__link {
    color: #fff;
  }
  .header--milpro .menu__item--dropdown.js--isOpen .menu__title {
    color: #fff;
  }
}

.dropdown {
  display: none;
  padding: 15px 25px;
}
@media (min-width: 1024px) {
  .dropdown {
    background-color: #fff;
    display: block;
    min-width: 170px;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 100%;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}

.dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown__item {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .dropdown__item {
    margin: 0 0 16px;
  }
  .dropdown__item:last-child {
    margin-bottom: 0;
  }
}

.dropdown__link {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
.dropdown__link.dropdown__link--active {
  color: #000;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .dropdown__link {
    color: #000;
  }
  .dropdown__link:hover {
    color: #000;
    text-decoration: underline;
  }
}

.dropdown__mega-nav {
  width: 100%;
  left: 0;
}

.mega-nav {
  margin: 0;
}
@media (min-width: 1024px) {
  .mega-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 320px;
    grid-gap: 50px;
    padding: 40px 0 60px;
    margin: 0 auto;
    max-width: 80%;
  }
}
.mega-nav .dropdown__item {
  list-style-type: none;
  padding: 0;
}
.mega-nav .dropdown__item .dropdown__link {
  line-height: 24px;
  line-height: 2.4rem;
}
.mega-nav > .dropdown__item {
  margin-bottom: 0;
}

.mega-nav__title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}

.dropdown__item--image {
  display: none;
}
@media (min-width: 1024px) {
  .dropdown__item--image {
    display: block;
    grid-column: 4;
  }
}
.dropdown__item--image .dropdown-image {
  height: 200px;
  margin-bottom: 10px;
}
.dropdown__item--image .dropdown__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.dropdown__item--image .dropdown__image-link {
  text-decoration: none;
}
.dropdown__item--image .dropdown__image-link:hover {
  text-decoration: underline;
}
.dropdown__item--image .dropdown__image-link:hover .dropdown__title {
  color: #000;
}
.dropdown__item--image .dropdown__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/country-switcher/_country-switcher.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.country-switcher {
  position: relative;
  z-index: 2;
}
.country-switcher.menu__item {
  padding: 0;
}

.country-switcher__toggle {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .country-switcher__toggle {
    padding: 10px;
  }
}
.country-switcher__toggle.menu__link .country-toggle__icon {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  top: -3px;
}
.country-switcher__toggle.menu__link .country-toggle__icon .icon {
  font-size: 10px;
  font-size: 1rem;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: all 0.2s ease;
}
.is-open .country-switcher__toggle.menu__link .country-toggle__icon .icon {
  transform: rotate(-180deg);
}
.country-switcher__toggle .menu__title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  line-height: 0px;
  line-height: 0rem;
  margin-left: 0;
  display: flex;
  align-items: center;
}
.country-switcher__toggle .menu__title .icon {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 0px;
  line-height: 0rem;
  margin-right: 5px;
}
.country-switcher__toggle .country-switcher__country {
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .country-switcher__toggle .country-switcher__country {
    display: none;
  }
}

.country-switcher__list {
  display: none;
  background-color: #fff;
  list-style: none;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .country-switcher__list {
    border: 1px solid #e8e8e8;
  }
}
.country-switcher__list.is-open {
  display: block;
}
@media (min-width: 1024px) {
  .country-switcher__list.is-open {
    position: absolute;
    right: 0;
    width: 150px;
    padding: 10px;
    z-index: 10001;
    margin-top: 10px;
  }
}

.menu__link.country-switcher__link {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  text-decoration: none;
  color: #000;
}
.is-current .menu__link.country-switcher__link {
  display: none;
}
.menu__link.country-switcher__link .icon {
  font-size: 25px;
  font-size: 2.5rem;
  margin-right: 10px;
}
.menu__link.country-switcher__link + .country-switcher__link {
  margin-top: 10px;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/css-grid/_css-grid.scss ***!
  \**************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.css-grid {
  display: block;
  width: 100%;
}
@supports (display: grid) {
  .css-grid {
    display: grid;
    grid-gap: 20px;
  }
  @media (min-width: 1024px) {
    .css-grid {
      grid-gap: 40px;
    }
  }
}
.ie11 .css-grid {
  display: flex;
  flex-wrap: wrap;
}

.css-grid__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 calc(20px / 2) 20px;
}
@media (min-width: 680px) {
  .css-grid__item {
    margin: 0 calc(40px / 2) 40px;
  }
}
@supports (display: grid) {
  .css-grid__item {
    margin: 0;
  }
}

.css-grid--small-1 {
  grid-template-columns: repeat(1, 1fr);
}

.css-grid--small-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 680px) {
  .css-grid--medium-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .css-grid--medium-1 .css-grid__item {
    width: calc(100% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--medium-1 .css-grid__item {
      width: initial;
    }
  }
  .css-grid--medium-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .css-grid--medium-2 .css-grid__item {
    width: calc(50% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--medium-2 .css-grid__item {
      width: initial;
    }
  }
  .css-grid--medium-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .css-grid--medium-3 .css-grid__item {
    width: calc(33.3333333333% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--medium-3 .css-grid__item {
      width: initial;
    }
  }
  .css-grid--medium-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .css-grid--medium-4 .css-grid__item {
    width: calc(25% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--medium-4 .css-grid__item {
      width: initial;
    }
  }
}
@media (min-width: 1024px) {
  .css-grid--large-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .css-grid--large-1 .css-grid__item {
    width: calc(100% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-1 .css-grid__item {
      width: initial;
    }
  }
  .css-grid--large-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .css-grid--large-2 .css-grid__item {
    width: calc(50% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-2 .css-grid__item {
      width: initial;
    }
  }
  .css-grid--large-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .css-grid--large-3 .css-grid__item {
    width: calc(33.3333333333% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-3 .css-grid__item {
      width: initial;
    }
  }
  .css-grid--large-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .css-grid--large-4 .css-grid__item {
    width: calc(25% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-4 .css-grid__item {
      width: initial;
    }
  }
  .css-grid--large-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .css-grid--large-5 .css-grid__item {
    width: calc(20% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-5 .css-grid__item {
      width: initial;
    }
  }
  .css-grid--large-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .css-grid--large-6 .css-grid__item {
    width: calc(16.6666666667% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-6 .css-grid__item {
      width: initial;
    }
  }
}
.css-grid--no-gutter {
  grid-gap: 0;
}

.blog__posts,
.css-grid--blog-post {
  grid-row-gap: 50px;
}
@media (min-width: 680px) {
  .blog__posts,
.css-grid--blog-post {
    grid-row-gap: 60px;
  }
}
.ie11 .blog__posts,
.ie11 .css-grid--blog-post {
  justify-content: center;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/css-grid/_css-grid--accordion.scss ***!
  \*************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.css-grid--accordion {
  display: flex;
  flex-flow: row wrap;
}
@supports (display: grid) {
  .css-grid--accordion {
    display: grid;
    grid-auto-flow: dense;
    grid-template-rows: repeat(2, auto);
  }
}
.css-grid--accordion .css-grid__item {
  display: inline-flex;
  float: left;
}
.css-grid--accordion .css-grid__item--card {
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  border-bottom: 3px solid #000;
}
.css-grid--accordion .css-grid__item--card.js-active {
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .css-grid--accordion .css-grid__item--card.js-active {
    border-bottom: 3px solid #bfbfbf;
  }
}
.css-grid--accordion .css-grid__item--card:focus {
  outline: none;
}
.css-grid--accordion .css-grid__item--card:hover .tab__title {
  color: #bfbfbf;
}
.ie11 .css-grid--accordion .css-grid__item--card {
  width: 100%;
  margin: 0;
}
.css-grid--accordion .css-grid__item--panel {
  display: none;
  grid-column: -1/1;
  -ms-grid-column: 1;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 5px 0 35px;
  text-align: left;
  opacity: 0;
  transition-delay: 200ms;
  transition: opacity 400ms ease;
}
.css-grid--accordion .css-grid__item--panel p:first-of-type {
  margin-top: 0;
}
.css-grid--accordion .css-grid__item--panel p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .css-grid--accordion .css-grid__item--panel {
    padding: 50px 0 50px;
  }
}
.css-grid--accordion .css-grid__item--panel.js-active {
  display: block;
  border-bottom: 3px solid #bfbfbf;
  opacity: 1;
  transition-delay: 200ms;
  transition: opacity 400ms ease;
}
@media (min-width: 1024px) {
  .css-grid--accordion .css-grid__item--panel.js-active {
    border-bottom: 0;
  }
}
.ie11 .css-grid--accordion .css-grid__item--panel {
  width: 100%;
}
.css-grid--accordion.css-grid--small-1 .css-grid__item--panel {
  -ms-grid-column-span: 1;
}
.css-grid--accordion.css-grid--small-2 .css-grid__item--panel {
  -ms-grid-column-span: 2;
}
@media (min-width: 680px) {
  .css-grid--accordion.css-grid--medium-1 .css-grid__item--panel {
    -ms-grid-column-span: 1;
  }
  .css-grid--accordion.css-grid--medium-2 .css-grid__item--panel {
    -ms-grid-column-span: 2;
  }
  .css-grid--accordion.css-grid--medium-3 .css-grid__item--panel {
    -ms-grid-column-span: 3;
  }
  .css-grid--accordion.css-grid--medium-4 .css-grid__item--panel {
    -ms-grid-column-span: 4;
  }
}
@media (min-width: 1024px) {
  .css-grid--accordion.css-grid--large-1 .css-grid__item--panel {
    -ms-grid-column-span: 1;
  }
  .css-grid--accordion.css-grid--large-2 .css-grid__item--panel {
    -ms-grid-column-span: 2;
  }
  .css-grid--accordion.css-grid--large-3 .css-grid__item--panel {
    -ms-grid-column-span: 3;
  }
  .css-grid--accordion.css-grid--large-4 .css-grid__item--panel {
    -ms-grid-column-span: 4;
  }
  .css-grid--accordion.css-grid--large-5 .css-grid__item--panel {
    -ms-grid-column-span: 5;
  }
  .css-grid--accordion.css-grid--large-6 .css-grid__item--panel {
    -ms-grid-column-span: 6;
  }
}
.ie11 .css-grid--accordion.css-grid--small-1 .css-grid__item--panel {
  grid-template-columns: repeat(1, 1fr);
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/css-grid/_css-grid--alternating.scss ***!
  \***************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@media (min-width: 1024px) {
  .css-grid--alternating {
    grid-template-columns: repeat(3, 1fr);
  }
  .css-grid--alternating .css-grid__item {
    width: calc(33.333% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--alternating .css-grid__item {
      margin: 0;
      width: initial;
    }
  }
  .css-grid--alternating .css-grid__item:nth-child(4n-3),
.css-grid--alternating .css-grid__item:nth-child(4n-4) {
    width: calc(66.666% - (40px * 2));
  }
  @supports (display: grid) {
    .css-grid--alternating .css-grid__item:nth-child(4n-3),
.css-grid--alternating .css-grid__item:nth-child(4n-4) {
      grid-column-end: span 2;
      margin: 0;
      width: initial;
    }
  }
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/background-media/_background-media.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.background-media {
  display: grid;
  grid-gap: 0;
  overflow: hidden;
}

.background-image {
  background-color: transparent;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  outline: none;
}
.ie11 .background-image {
  height: auto;
}

.background-media__background {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-column: gutter-start/gutter-end;
  grid-row: image-start/image-end;
  height: 100%;
}

.background-media__content {
  grid-column: content;
  grid-row: content;
  z-index: 1;
}
@media (min-width: 1024px) {
  .background-media__content {
    grid-column: center;
    grid-row: content;
  }
}
.ie11 .background-media__content {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .ie11 .background-media__content {
    grid-column: 3;
    grid-row: 2;
  }
}

.background-media__content--left {
  grid-column: content;
  grid-row: content;
}
@media (min-width: 1024px) {
  .background-media__content--left {
    grid-column: content-start;
    grid-row: content;
  }
}
.ie11 .background-media__content--left {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .ie11 .background-media__content--left {
    grid-column: 2;
    grid-row: 2;
  }
}

.background-media__content--center {
  grid-column: content;
  grid-row: content;
}
@media (min-width: 1024px) {
  .background-media__content--center {
    grid-column: center;
    grid-row: content;
  }
}
.ie11 .background-media__content--center {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .ie11 .background-media__content--center {
    grid-column: 2;
    grid-row: 2;
  }
}

.background-media__content--right {
  grid-column: content;
  grid-row: content;
}
@media (min-width: 1024px) {
  .background-media__content--right {
    grid-column: 3;
    grid-row: content;
  }
}
.ie11 .background-media__content--right {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .ie11 .background-media__content--right {
    grid-column: 4;
    grid-row: 2;
  }
}

.background-media__overlay {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-column: gutter-start/gutter-end;
  grid-row: image-start/image-end;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.background-media--image {
  grid-template-columns: [gutter-start] 20px [content] 1fr 20px [gutter-end];
  grid-template-rows: [image-start] minmax(25px, 1fr) [content] auto 25px [image-end];
}
@media (min-width: 1024px) {
  .background-media--image {
    grid-template-columns: [gutter-start] minmax(40px, 1fr) [content-start] minmax(0, 640px) [center] auto [content-end] minmax(0, 640px) minmax(40px, 1fr) [gutter-end];
    grid-template-rows: [image-start] minmax(60px, 1fr) [content] auto minmax(60px, 1fr) [image-end];
  }
}
.ie11 .background-media--image {
  grid-template-columns: 20px 1fr 20px;
  grid-template-rows: minmax(20px, 1fr) auto minmax(20px, 1fr);
}
@media (min-width: 1024px) {
  .ie11 .background-media--image {
    grid-template-columns: minmax(40px, 1fr) minmax(0, 640px) auto minmax(0, 640px) minmax(40px, 1fr);
    grid-template-rows: minmax(60px, 1fr) auto minmax(60px, 1fr);
  }
}

.background-media--video {
  grid-template-columns: [gutter-start] 20px [content] 1fr 20px [gutter-end];
  grid-template-rows: [image-start] minmax(0, 1fr) [content] auto minmax(0, 1fr) [image-end];
}
@media (min-width: 1024px) {
  .background-media--video {
    grid-template-columns: [gutter-start] minmax(40px, 1fr) [content-start] minmax(0, 640px) minmax(0, 640px) [content-end] minmax(40px, 1fr) [gutter-end];
    grid-template-rows: [image-start] minmax(0, 1fr) [content] auto minmax(0, 1fr) [image-end];
  }
}
.ie11 .background-media--video {
  grid-template-columns: 20px 1fr 20px;
  grid-template-rows: minmax(20px, 1fr) auto minmax(20px, 1fr);
}
@media (min-width: 1024px) {
  .ie11 .background-media--video {
    grid-template-columns: minmax(40px, 1fr) minmax(0, 640px) auto minmax(0, 640px) minmax(40px, 1fr);
    grid-template-rows: minmax(60px, 1fr) auto minmax(60px, 1fr);
  }
}
.background-media--video .video-block {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-column: gutter-start/gutter-end;
  grid-row: image-start/image-end;
}
.background-media--video .background-media__content {
  grid-column: content;
  z-index: 1;
}
@media (min-width: 1024px) {
  .background-media--video .background-media__content {
    grid-column: content-start/content-end;
    grid-row: content;
  }
}

.background-image.background-image--top-center {
  object-position: center top;
}
.background-image.background-image--top-left {
  object-position: left top;
}
.background-image.background-image--top-right {
  object-position: right top;
}
.background-image.background-image--center {
  object-position: center center;
}
.background-image.background-image--left {
  object-position: left center;
}
.background-image.background-image--right {
  object-position: right center;
}
.background-image.background-image--bottom-center {
  object-position: center bottom;
}
.background-image.background-image--bottom-left {
  object-position: left bottom;
}
.background-image.background-image--bottom-right {
  object-position: right bottom;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/background-media/_background-image--overlay.scss ***!
  \***************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.background-image.background-image--with-overlay::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  transition: all 0.2s ease;
}

.background-image--with-overlay .background-image__content {
  color: #fff;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/card/_card.scss ***!
  \******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.card {
  width: 100%;
}

.card__feature.background-image::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 56.25%;
  width: 1px;
}
.card__feature.background-image::after {
  clear: both;
  content: "";
  display: table;
}

.card__wrapper {
  display: block;
  height: 100%;
}

.card--default {
  position: relative;
  background-color: transparent;
  border: none;
  overflow: visible;
}
.card--default a {
  text-decoration: none;
}
.card--default .card__content {
  padding: 0;
}
.card--default .card__title {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 20px 0 10px;
  color: #000;
}
.card--default .card__link {
  text-decoration: none;
  margin-top: 25px;
}
.card--default .card__tags-list {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}
.card--default .card__tags-list li {
  display: inline-block;
}
.card--default .card__tags-list li + li {
  margin-left: 10px;
}
.card--default .card__tags-list a {
  text-decoration: underline;
}
.card--default .card__copy {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  color: #000;
}
.card--default .card__button {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 1px;
  font-weigth: 700;
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  color: #000;
  z-index: 4;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.08);
  border-radius: 17px;
  padding: 3px 14px;
}
.card--default .card__button .icon {
  margin-left: 3px;
  width: 25px;
}
.card--default .card__tag {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 14px;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background-color: #f3f3f3;
  transition: transform 400ms ease;
  color: #000;
}
.card--default .card__image-wrapper {
  margin: 0;
  display: block;
  position: relative;
  transform: translate(0);
  transition: box-shadow 400ms ease, transform 400ms ease;
  overflow: hidden;
}
.card--default .card__image-wrapper .background-image {
  aspect-ratio: 3/2;
}

.card--component .card__title {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin: 20px 0 10px;
}
@media (min-width: 1024px) {
  .card--component .card__title {
    margin: 10px 0;
  }
}
.card--component .card__image-wrapper img {
  transform: scale(1);
  transition: transform 300ms ease;
}
.card--component .card__content {
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .card--component .card__content {
    text-align: left;
    padding: 0 30px 0 10px;
  }
}
.card--component .card__description {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
}
.card--component .card__description + .button--text {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 700;
}
.card--component:hover .card__description {
  color: #000;
}
.card--component:hover .card__image-wrapper img {
  transform: scale(1.1);
}
.card--component:hover .button {
  border: 0;
  border-bottom: 1px solid #000;
}

.card--post .card__read-time {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 10px;
}
.card--post .card__title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: 1px;
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .card--post .card__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.card--post .card__image-wrapper {
  height: 250px;
}
.card--post .card__image-wrapper img {
  transform: scale(1);
  transition: transform 300ms ease;
}
.card--post .card__link {
  margin-top: 0;
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 700;
}
.card--post .card__content {
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  .card--post .card__content {
    padding: 20px 10px;
  }
}
.card--post .card__copy {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
}
@media (min-width: 1024px) {
  .card--post:hover .card__title,
.card--post:hover .card__read-time {
    color: #000;
  }
  .card--post:hover .card__image-wrapper img {
    transform: scale(1.1);
  }
}

.card--product {
  position: relative;
  padding: 20px 0 35px;
}
@media (min-width: 1024px) {
  .card--product {
    padding: 20px 20px 35px;
  }
}
.card--product .card__image-wrapper {
  border-radius: 3px;
  height: 150px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 150px;
}
@media (min-width: 1024px) {
  .card--product .card__image-wrapper {
    height: 280px;
    grid-template-rows: 280px;
  }
}
.card--product .card__image-wrapper picture {
  grid-column: 1;
  grid-row: 1;
}
.card--product .card__image-wrapper .card__product-image {
  z-index: 2;
  opacity: 1;
}
.card--product .card__image-wrapper .card__product-image-2 {
  opacity: 0;
}
.card--product .card__image-wrapper .background-image {
  -webkit-backface-visibility: hidden;
  transform: translate(0);
  transition: opacity 200ms ease;
  object-fit: contain;
}
.card--product .hover__icon {
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease;
}
.card--product .hover__icon--top-left {
  top: -2px;
  left: -1px;
}
.card--product .hover__icon--top-right {
  top: -2px;
  right: -1px;
}
.card--product .hover__icon--bottom-right {
  bottom: -1px;
  right: -1px;
}
.card--product .hover__icon--bottom-left {
  bottom: -1px;
  left: -1px;
}
.card--product .card__tag {
  z-index: 6;
}
.card--product .card__content {
  display: block;
  padding: 5px 0 0;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1024px) {
  .card--product .card__content {
    padding: 25px 0px 0;
  }
}
.card--product .card__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}
.card--product .card__title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  text-transform: none;
  letter-spacing: 0;
  margin: 20px 0 14px;
}
@media (min-width: 1024px) {
  .card--product .card__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .card--product .card__price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.card--product .card__price {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: none;
}
.card--product .card__price--sale {
  color: #000;
}
.card--product .card__price--sale + .card__price--original {
  color: #000;
  padding-left: 5px;
}
@media (min-width: 1024px) {
  .card--product:hover .card__product-image {
    z-index: 2;
    opacity: 0;
  }
  .card--product:hover .card__product-image-2 {
    opacity: 1;
  }
  .card--product:hover .hover__icon {
    opacity: 1;
  }
  .card--product:hover .card__title {
    color: #000;
  }
  .card--product:hover .card__button {
    opacity: 1;
  }
}

.card--collection .card__link {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin-top: 0;
}
.card--collection .card__image-wrapper {
  height: auto;
  grid-row: 1;
  grid-column: 1;
  position: relative;
  height: 230px;
}
@media (min-width: 680px) {
  .card--collection .card__image-wrapper {
    height: 295px;
  }
}
@media (min-width: 1024px) {
  .card--collection .card__image-wrapper {
    height: 440px;
  }
}
.card--collection .card__image-wrapper:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 23.92%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}
.card--collection .card__content {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  grid-row: 1;
  grid-column: 1;
  text-align: center;
  align-self: end;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .card--collection .card__content {
    padding: 20px 15px;
  }
}
.card--collection .card__title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .card--collection .card__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    line-height: 2.7rem;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 1024px) {
  .card--collection:hover img {
    filter: none !important;
    opacity: 1 !important;
  }
  .card--collection:hover .card__title {
    color: #fff;
  }
}

.card--line-item {
  display: flex;
  grid-gap: 15px;
  border: 0;
}
@supports (display: grid) {
  .card--line-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.ie11 .card--line-item a {
  width: 50%;
  margin-right: 10px;
}
.card--line-item .card__title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .card--line-item .card__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.card--line-item .line-item__variant-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
}
.card--line-item .line-item__added-quantity {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px;
  font-weight: 400;
}
.card--line-item .card__price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.card--line-item .card__price--sale {
  font-size: 16px;
  font-size: 1.6rem;
  color: #707070;
}
.card--line-item .card__price--sale + .card__price--original {
  color: #e71d1d;
  padding-left: 5px;
}
.card--line-item a {
  text-decoration: none;
  color: #000;
}

.card--product--milpro .card__content {
  text-align: center;
}
.card--product--milpro .card__title {
  margin-bottom: 5px;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/mini-cart/_mini-cart.scss ***!
  \****************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@media (min-width: 1024px) {
  .mini-cart--dropdown .mini-cart__list {
    align-items: flex-end;
  }
}

.mini-cart__item--dropdown {
  position: relative;
  transition: all 0.2s ease;
}
.mini-cart__item--dropdown .mini-cart__header-link {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.mini-cart__item--dropdown .icon {
  font-size: 20px;
  font-size: 2rem;
  transition: all 0.2s ease;
  position: relative;
  margin-right: 4px;
}
.mini-cart__item--dropdown .cart__item-count {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .mini-cart__item--dropdown.js--isOpen .dropdown--mini-cart, .mini-cart__item--dropdown:hover .dropdown--mini-cart {
    opacity: 1;
    transform: translateY(0%);
    visibility: visible;
    z-index: 1000;
  }
}

.dropdown--mini-cart {
  display: none;
}
@media (min-width: 1024px) {
  .dropdown--mini-cart {
    background-color: #fff;
    display: block;
    min-width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #e8e8e8;
    opacity: 0;
    transform: translateY(-3em);
    transition: all 0.2s ease, visibility 0s linear 0.01s, z-index 0s linear 0s;
    visibility: hidden;
    z-index: -1;
  }
}
.template-cart .dropdown--mini-cart {
  display: none;
}

.mini-cart__items-container {
  max-height: 400px;
  overflow-y: scroll;
  padding: 20px;
}

.mini-cart__items-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mini-cart__line-item {
  padding: 15px 0;
}
.mini-cart__line-item + .mini-cart__line-item {
  border-top: 1px solid #e8e8e8;
}
.mini-cart__line-item .card--line-item {
  grid-template-columns: 80px auto;
}
.ie11 .mini-cart__line-item .card--line-item .line-item__image {
  max-width: 80px;
}
.mini-cart__line-item .card__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.mini-cart__footer {
  padding: 20px;
  border-top: 1px solid #e8e8e8;
}
.mini-cart__footer .button-collection {
  margin-bottom: 0;
}
.mini-cart__footer .button-collection .button + .button {
  margin-left: 15px;
}
.mini-cart__footer .button__checkout,
.mini-cart__footer .button__edit-cart {
  width: calc(50% - 8px);
  padding: 14px 24px 13px;
}
.mini-cart__footer .button__edit-cart:focus {
  color: #fff;
}
.mini-cart__footer .additional-checkout-buttons {
  margin-top: 30px;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/search-form/_search-form.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.search-box--default {
  display: block;
}
.search-box--default .search-box__toggle {
  display: none;
}
.search-box--default .form--search {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
.search-box--default .form__label {
  display: none;
}
.search-box--default .form__field {
  flex: 0 1 100%;
  margin: 0;
}
.search-box--default .search__input,
.search-box--default .search__submit {
  border-radius: 0;
  height: 44px;
}
.search-box--default .search__submit .search__icon {
  color: #000;
}

.search-box--header {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 0 25px;
}
@media (min-width: 1024px) {
  .search-box--header {
    padding: 0;
  }
}
.search-box--header .search-box__toggle {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  background: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .search-box--header .search-box__toggle {
    margin: 0;
    padding: 0;
  }
  .search-box--header .search-box__toggle:hover {
    color: #707070;
  }
}
.search-box--header .search-box__toggle .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  vertical-align: initial;
  position: relative;
}
.search-box--header .search-box__toggle-title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-left: 10px;
  text-transform: none;
}
@media (min-width: 1024px) {
  .search-box--header .search-box__toggle-title {
    display: none;
  }
}
.search-box--header .form--search {
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-box--header .form--search {
    justify-content: flex-end;
    width: auto;
  }
}
.search-box--header .form__label {
  font-size: 16px;
  font-size: 1.6rem;
  display: none;
  margin-bottom: 0;
}
.search-box--header .form__field--search {
  display: none;
  min-width: 200px;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-box--header .form__field--search {
    flex: 0 1 75%;
    min-width: 150px;
  }
}
.search-box--header .form__field--button {
  display: none;
  flex: 0 1 30px;
  padding: 0 0 0 10px;
}
.search-box--header .search__input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
.search-box--header .search__input:focus {
  outline: none;
}
.search-box--header .search__submit {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: transparent;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .search-box--header .search__submit {
    font-size: 20px;
    font-size: 2rem;
  }
}
.search-box--header .search__submit .icon {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: initial;
}
.search-box--header.is-active .form__label {
  display: none;
}
.search-box--header.is-active .form__field--search {
  display: inline-block;
}
.search-box--header.is-active .form__field--button {
  display: flex;
  align-items: center;
}
.search-box--header.is-active .search-box__toggle {
  display: none;
}

@media (min-width: 1024px) {
  .header--milpro .search-box--header .search-box__toggle {
    color: #fff;
  }
  .header--milpro .search-box--header .search__input {
    color: #fff;
  }
  .header--milpro .search-box--header .search__submit {
    color: #fff;
  }
}

.search-box--search-results .form--search {
  border-bottom: 1px solid #000;
  flex-flow: row nowrap;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-box--search-results .form--search {
    max-width: 66.6666666667%;
  }
}
.search-box--search-results .form__control {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
}
@media (min-width: 1024px) {
  .search-box--search-results .form__control {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.search-box--search-results .form__field {
  margin: 0;
}
.search-box--search-results .form__field--search {
  flex: 0 1 100%;
  width: 100%;
}
.search-box--search-results .form__field--button {
  flex: 0 1 auto;
  width: auto;
}
.search-box--search-results .search__input {
  border: 0;
  padding-left: 0;
  background-color: transparent;
}
.search-box--search-results .search__submit {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: transparent;
  padding-right: 0;
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/icon/_icons.scss ***!
  \*******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.icon {
  background: transparent;
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
}
.no-svg .icon {
  display: none;
}

.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.no-svg .icon-fallback-text {
  position: static !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}

.payment-icons {
  user-select: none;
  cursor: default;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/header/_header.scss ***!
  \**********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.header {
  background-color: #fff;
  position: relative;
  z-index: 1000;
}

.header__container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  width: calc(100% - (20px * 2));
}
@media (min-width: 1024px) {
  .header__container {
    width: calc(100% - (40px * 2));
  }
}

.header__link--logo {
  height: 60px;
  vertical-align: baseline;
  width: auto;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .header__link--logo {
    height: 67px;
  }
}
.header__link--logo img {
  height: 100%;
  width: auto;
  aspect-ratio: attr(width)/attr(height);
}

.header__link--menu {
  cursor: pointer;
  display: block;
  height: 22px;
  position: relative;
  width: 22px;
  color: #000;
  background: transparent;
  padding: 0;
}
.header__link--menu span,
.header__link--menu span::before,
.header__link--menu span::after {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: calc(50% - (2px / 2));
  width: 22px;
}
.header__link--menu span::before {
  transform: translateY(-8px);
  transition: all 0.2s ease;
}
.header__link--menu span::after {
  transform: translateY(8px);
  transition: all 0.2s ease;
}
.header__link--menu.js--isOpen span {
  background: transparent;
}
.header__link--menu.js--isOpen span::before {
  transform: rotate(45deg);
}
.header__link--menu.js--isOpen span::after {
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .header__link--menu {
    display: none;
  }
}

.header--default .header__container {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .header--default .header__container {
    display: grid;
    grid-template-columns: auto minmax(auto, 1fr);
    padding: 0;
  }
  .ie11 .header--default .header__container {
    display: flex;
  }
}
.header--default .header__link--logo {
  flex: none;
}
.header--default .header__link--menu {
  flex: none;
}
.header--default .header__mobile-links {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header--default .header__mobile-links {
    display: none;
  }
}
.header--default .header__link--cart {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-decoration: none;
  margin-right: 20px;
}
.header--default .header__link--cart .menu__title {
  display: flex;
  color: #000;
}
.header--default .header__link--cart .cart__item-count {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.header--default .header__link--cart .icon__cart {
  font-size: 23px;
  font-size: 2.3rem;
  margin-right: 4px;
}
.header--default .menu.js--isOpen {
  display: block;
  flex: 0 1 100%;
}
@media (min-width: 1024px) {
  .header--default .menu {
    display: flex;
    flex: 0 1 auto;
  }
}
.header--default.js--isOpen::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.header__nav-wrapper {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  position: absolute;
  top: calc(100% - 0px);
  width: 100%;
  left: 0;
  margin: 0 0 60px;
  padding: 0;
  max-height: calc(100vh - 160px);
  overflow-y: scroll;
  display: none;
}
.js--isOpen .header__nav-wrapper {
  display: block;
  z-index: 999;
}
@media (min-width: 1024px) {
  .header__nav-wrapper {
    position: initial;
    top: 0;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    overflow-y: visible;
    display: grid;
    grid-template-columns: 1fr auto;
    background-color: transparent;
  }
}

.header--milpro {
  background-color: #000;
}
.header--milpro .header__link--logo {
  display: flex;
  align-items: center;
}
.header--milpro .header__link--menu {
  color: #fff;
}
.header--milpro .header__link--menu span,
.header--milpro .header__link--menu span:before,
.header--milpro .header__link--menu span:after {
  background: #fff;
}
.header--milpro .header__link--menu.js--isOpen span {
  background: transparent;
}
@media (min-width: 1024px) {
  .header--milpro .header__container {
    grid-template-columns: 1fr auto;
  }
  .ie11 .header--milpro .header__container {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .header--milpro .header__container {
    grid-template-columns: auto 1fr;
  }
}
.header--milpro .header__link--logo {
  width: calc(100% - 37px);
}
@media (min-width: 1024px) {
  .header--milpro .header__link--logo {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .header--milpro .mega-nav {
    grid-gap: 10px;
  }
}

.header__site-title {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.0125em;
  color: #fff;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .header__site-title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 1.5px;
    color: #bfbfbf;
    margin-bottom: 3px;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/newsletter-form/_newsletter-form.scss ***!
  \****************************************************************************************************************************************************************************************/

/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/newsletter/_newsletter.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.newsletter--default {
  display: block;
}
.newsletter--default .form--newsletter {
  *zoom: 1;
  max-width: 400px;
}
.newsletter--default .form--newsletter::after {
  content: "";
  display: table;
  clear: both;
}
.newsletter--default .newsletter__wrapper {
  overflow: auto;
}
.newsletter--default .newsletter__input,
.newsletter--default .newsletter__submit {
  height: 45px;
  padding: 12px 5px 11px;
  border-bottom: 1px solid #000;
}
.newsletter--default .newsletter__input {
  background-color: transparent;
  border: 0;
  color: #000;
  padding-right: 20px;
  border-bottom: 1px solid #000;
}
.newsletter--default .newsletter__input::placeholder {
  color: #707070;
}
.newsletter--default .newsletter__input:-moz-placeholder {
  color: #707070;
}
.newsletter--default .newsletter__input:-ms-input-placeholder {
  color: #707070;
}
.newsletter--default .newsletter__input::-ms-input-placeholder {
  color: #707070;
}
.newsletter--default .newsletter__input::-webkit-input-placeholder {
  color: #707070;
}
.newsletter--default .newsletter__input + .error {
  background-color: #333333;
  color: #fff;
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 10px;
  margin-top: 40px;
  letter-spacing: 0;
}
.newsletter--default .newsletter__input:focus {
  box-shadow: none;
}
.newsletter--default .form__field--email {
  margin-bottom: 10px;
  float: left;
  width: calc(100% - 60px);
  border-bottom: 0;
}
.newsletter--default .form__field--email .form__label {
  display: none;
}
.newsletter--default .newsletter__success {
  color: #000;
  margin-bottom: 20px;
  outline: none;
}
.newsletter--default .form__field--button {
  margin-bottom: 10px;
  float: left;
  width: 60px;
}
.newsletter--default .form__field--button .newsletter__submit {
  font-size: 15px;
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.newsletter--default .form__field--button .newsletter__submit:hover {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
}
.newsletter--default .form__field--button .newsletter__submit:focus {
  box-shadow: none;
}

.newsletter-section {
  background-color: #f3f3f3;
  padding: 40px 20px;
}
@media (min-width: 680px) {
  .newsletter-section {
    text-align: center;
  }
}
.newsletter-section .newsletter-section__title {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .newsletter-section {
    padding: 80px 40px;
  }
}
@media (min-width: 680px) {
  .newsletter-section .newsletter__content {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .newsletter-section .newsletter__content {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .newsletter-section .newsletter__content {
    width: calc(75% - (40px * 2));
  }
}
.newsletter-section .form--newsletter {
  margin: 40px 0;
}
@media (min-width: 680px) {
  .newsletter-section .form--newsletter {
    margin: 40px auto;
  }
}
@media (min-width: 1024px) {
  .newsletter-section .form--newsletter {
    margin-bottom: 0;
  }
}
.newsletter-section .newsletter__wrapper {
  border-bottom: 0;
  padding: 0 10px;
}
.newsletter-section .newsletter__wrapper:focus-within .form__field--button .newsletter__submit {
  border: 1px solid #000;
  border-left: none;
}
.newsletter-section .newsletter__wrapper:focus-within .form__field--email .newsletter__input {
  border: 1px solid #000;
  border-right: none;
}
.newsletter-section .newsletter__success {
  color: #000;
}
.newsletter-section .newsletter__input,
.newsletter-section .newsletter__submit {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
}
.newsletter-section .form__field--email {
  margin-bottom: 0;
}
.newsletter-section .form__field--email .newsletter__input {
  background: #fff;
  padding: 0 15px;
  border: 1px solid #bfbfbf;
  border-right: none;
}
.newsletter-section .form__field--email .newsletter__input + .error {
  width: calc(100% + 60px);
}
.newsletter-section .form__field--button {
  margin-bottom: 0;
}
.newsletter-section .form__field--button .newsletter__submit {
  background: #fff;
  align-items: center;
  color: #333333;
  border: 1px solid #bfbfbf;
  border-left: none;
}
.newsletter-section .form__field--button .newsletter__submit:hover {
  color: #000;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-left: none;
}

.footer .form--newsletter {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer .form--newsletter {
    margin-bottom: 0;
  }
}
.footer .form--newsletter .form__error {
  color: #000;
  background-color: #e71d1d;
  padding: 0 15px;
}
.footer .newsletter__wrapper {
  border-bottom: 0;
  margin-bottom: 20px;
}
.footer .newsletter__input {
  color: #000;
}
.footer .newsletter__input:focus {
  border: 1px solid #000;
  outline: none;
}
.footer .newsletter__input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__submit {
  color: #000;
}
.footer .newsletter__submit:hover {
  color: #000;
}

.footer--milpro .newsletter__input {
  color: #fff;
  border-color: #fff;
}
.footer--milpro .newsletter__input:focus {
  border: 1px solid #fff;
  outline: none;
}
.footer--milpro .newsletter__input + .error {
  background-color: #fff;
  color: #000;
}
.footer--milpro .form__field--button .newsletter__submit {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.footer--milpro .form__field--button .newsletter__submit:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer--milpro .newsletter__success {
  color: #fff;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/footer/_footer.scss ***!
  \**********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.footer {
  padding: 30px 0 0;
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 1024px) {
  .footer {
    padding: 73px 0 0;
  }
}

.footer__container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  width: calc(100% - (20px * 2));
  display: block;
}
@media (min-width: 1024px) {
  .footer__container {
    width: calc(100% - (40px * 2));
  }
}

.footer__content {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__content {
    width: auto;
  }
}

.newsletter__title {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 1.5px;
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .newsletter__title {
    margin: 0 0 40px;
  }
}

.newsletter__description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .newsletter__description {
    margin-bottom: 30px;
  }
}

.legal {
  padding: 32px 0;
}

.legal__container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  width: calc(100% - (20px * 2));
  display: block;
}
@media (min-width: 1024px) {
  .legal__container {
    width: calc(100% - (40px * 2));
  }
}

@media (min-width: 1024px) {
  .legal__content {
    display: flex;
    align-items: center;
  }
}

.footer--default {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .footer--default .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
.footer--default .footer__content--newsletter {
  grid-column: 4;
  grid-row: 1;
}
.footer--default .footer__content--payment {
  grid-column: 1/span 3;
  grid-row: 2;
}
.footer--default .footer__content--menu {
  grid-column: 1/span 3;
  grid-row: 1;
}
.footer--default .footer__content--menu .menu--footer {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu--footer {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    align-items: flex-start;
    grid-gap: 15px;
  }
}
.footer--default .footer__content--menu .menu__link {
  color: #000;
  margin: 0;
  padding: 12px 0;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__link {
    margin: 0 0 40px 0;
    padding: 0;
    pointer-events: none;
  }
}
.footer--default .footer__content--menu .menu__link:hover {
  background-color: transparent;
}
.footer--default .footer__content--menu .menu__link:hover .icon-text {
  text-decoration: underline;
}
.footer--default .footer__content--menu .menu__link .menu__title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 1.5px;
}
.footer--default .footer__content--menu .menu__link--social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
}
.footer--default .footer__content--menu .menu__link--social .icon-text {
  margin-left: 10px;
}
.footer--default .footer__content--menu .menu__item--dropdown {
  margin: 0;
  background-color: transparent;
}
.footer--default .footer__content--menu .menu__item--dropdown .dropdown__icon {
  background-color: transparent;
  font-size: 10px;
  font-size: 1rem;
  transform: none;
}
.footer--default .footer__content--menu .menu__item--dropdown .dropdown__icon:before {
  display: none;
}
.footer--default .footer__content--menu .menu__item--dropdown .dropdown__icon:after {
  display: none;
}
.footer--default .footer__content--menu .menu__item--dropdown .dropdown__list {
  padding: 3px 0;
}
.footer--default .footer__content--menu .menu__item--dropdown .dropdown {
  padding: 0;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}
.footer--default .footer__content--menu .menu__item--dropdown.js--isOpen .dropdown {
  height: auto;
  max-height: 4000px;
  transition: all 300ms ease;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__item--dropdown .dropdown__icon {
    display: none;
  }
  .footer--default .footer__content--menu .menu__item--dropdown .dropdown {
    position: static;
    opacity: 1;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    min-width: auto;
    padding: 0;
    max-height: initial;
  }
  .footer--default .footer__content--menu .menu__item--dropdown .dropdown:after {
    display: none;
  }
  .footer--default .footer__content--menu .menu__item--dropdown .dropdown__list {
    padding: 0;
  }
  .footer--default .footer__content--menu .menu__item--dropdown .dropdown__item {
    padding: 0;
  }
}
.footer--default .footer__content--menu .dropdown__link {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 15px;
  color: #000;
}
.footer--default .footer__content--menu .dropdown__link:hover .icon-text {
  text-decoration: underline;
}
.footer--default .footer__title {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.03125em;
  color: #000;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .footer--default .footer__title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.09375em;
  }
}
.footer--default .menu--social {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .footer--default .menu--social {
    margin-bottom: 25px;
  }
}
.footer--default .menu--social .menu__list {
  flex-direction: row;
}
.footer--default .menu--social .menu__link {
  padding: 0 30px 0 0;
}
.footer--default .menu--social .icon {
  font-size: 20px;
  font-size: 2rem;
}
.footer--default .menu--payment {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 0 35px;
}
.footer--default .menu--payment .menu__item {
  font-size: 40px;
  font-size: 4rem;
  filter: grayscale(1);
  margin-right: 13px;
}
.footer--default .footer__content--legal {
  background-color: #e8e8e8;
}
.footer--default .legal__container {
  padding: 0;
}
@media (min-width: 1024px) {
  .footer--default .legal__container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0;
  }
}
.footer--default .legal__content {
  flex: 0 0 auto;
}
.footer--default .legal__content + .legal__content {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .footer--default .legal__content + .legal__content {
    margin-top: 0;
  }
}
.footer--default .legal__content .menu--legal {
  margin-bottom: 0;
}
.footer--default .legal__content .menu--legal .menu__list {
  display: flex;
  flex-wrap: wrap;
}
.footer--default .legal__content .menu--legal .menu__link {
  margin: 15px 10px 0 0;
}
@media (min-width: 1024px) {
  .footer--default .legal__content .menu--legal .menu__link {
    padding: 0;
    margin: 0 0 0 20px;
  }
}
.footer--default .legal__content .menu--legal .menu__link:hover .menu__title {
  text-decoration: underline;
}
.footer--default .legal__content .menu--legal .menu__title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: none;
  color: #000;
  letter-spacing: 0.01875em;
}
.footer--default .footer__copyright {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #000;
}
@media (min-width: 1024px) {
  .footer--default .footer__copyright {
    margin: 0;
  }
}
.footer--default .footer__copyright a {
  color: #000;
}
.footer--default .footer__copyright a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.footer--milpro {
  background-color: #000;
}
.footer--milpro .footer__container {
  margin-bottom: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.footer--milpro .footer__container .footer__content--menu .menu__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
}
.footer--milpro .footer__content--legal {
  background-color: #242424;
}
.footer--milpro .legal__content .menu--legal .menu__title {
  color: #fff;
}
.footer--milpro .legal__content .menu__link {
  color: #fff;
}
.footer--milpro .legal__content .menu__link:hover .menu__title {
  color: #fff;
}
.footer--milpro .menu--footer .menu__item--dropdown .dropdown__icon {
  color: #fff;
}
.footer--milpro .menu--footer .menu__item--dropdown.js--isOpen .menu__title {
  color: #fff;
}
.footer--milpro .menu--footer .menu__link {
  color: #fff;
}
.footer--milpro .menu--footer .menu__link:hover .menu__title {
  color: #fff;
}
.footer--milpro .footer__content--menu .menu__link {
  color: #fff;
  margin-bottom: 15px;
}
.footer--milpro .footer__content--menu .menu__link:hover {
  color: #fff;
}
.footer--milpro .footer__content--menu .dropdown__link {
  color: #fff;
}
.footer--milpro .footer__content--payment {
  display: none;
}
.footer--milpro .menu--social .menu__link {
  color: #fff;
}
.footer--milpro .footer__title {
  color: #fff;
}
.footer--milpro .footer__copyright {
  color: #fff;
}
.footer--milpro .footer__copyright a {
  color: #fff;
}
.footer--milpro .footer__copyright a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer--milpro .newsletter__title {
  color: #fff;
}
.footer--milpro .newsletter__description {
  color: #fff;
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/video-player/_video-block__controls.scss ***!
  \*******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.video-block {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
}
.video-block::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 56.25%;
  width: 1px;
}
.video-block::after {
  clear: both;
  content: "";
  display: table;
}

.video-block__video {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
  width: 100%;
  position: absolute;
}
.video-block__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-block--is-postered .video-block__video,
.video-block--is-postered .video-block__video iframe {
  z-index: -1;
}

.video-block--is-postered video::-webkit-media-controls {
  position: relative;
  z-index: -1;
}

.video-block--is-not-interactive .video-block__video,
.video-block--is-not-interactive .video-block__video iframe,
.video-block--is-not-interactive video::-webkit-media-controls {
  z-index: -1;
}

.video-block--is-not-interactive {
  background-color: rgba(0, 0, 0, 0);
}

.video-block__control {
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
.video-block__control svg.icon {
  transition: all 0.2s ease;
}
.video-block__control:focus {
  outline: #000 solid 2px;
  outline-offset: 5px;
}
.video-block__controls-bar {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 500;
}
.video-block__controls-bar .video-block__control {
  margin-left: 1em;
}
@media (min-width: 1024px) {
  .video-block__controls-bar {
    bottom: 40px;
    right: 40px;
  }
}
.video-block__controls-bar.video-block__controls-bar--left {
  right: auto;
  left: 20px;
}
.video-block__controls-bar.video-block__controls-bar--left .video-block__control {
  margin-left: 0;
  margin-right: 1em;
}
@media (min-width: 1024px) {
  .video-block__controls-bar.video-block__controls-bar--left {
    right: auto;
    left: 40px;
  }
}

.video-block__controls-poster {
  display: none;
}
.video-block__controls-poster .video-block__control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block__controls-poster svg.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
}
@media (min-width: 1024px) {
  .video-block__controls-poster svg.icon {
    height: 100px;
    width: 100px;
  }
}
.video-block__controls-poster:hover svg.icon {
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .video-block__controls-poster:hover svg.icon {
    width: 50px;
    height: 50px;
  }
}
.video-block--is-postered .video-block__controls-poster {
  display: block;
}

.video-block--is-postered,
.video-block--is-paused {
  background-repeat: no-repeat;
  background-size: cover !important;
}
.video-block--is-postered .video-block__video,
.video-block--is-paused .video-block__video {
  z-index: -1;
}
.video-block--is-postered .video-block__controls-poster,
.video-block--is-paused .video-block__controls-poster {
  display: block;
}

.video-block__control--pause {
  display: inline-block;
}
.video-block--is-paused .video-block__control--pause {
  display: none;
}

.video-block__control--play {
  display: none;
}
.video-block--is-paused .video-block__control--play {
  display: inline-block;
}

.video-block__control--unmute {
  display: none;
}
.video-block--is-muted .video-block__control--unmute {
  display: inline-block;
}

.video-block__control--mute {
  display: inline-block;
}
.video-block--is-muted .video-block__control--mute {
  display: none;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/page-header/_page-header.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-header .page-header__content {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .page-header .page-header__content {
    padding: 80px 0;
  }
}
.page-header .page-header__subtitle {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.page-header .page-header__title {
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-header .page-header__title {
    margin-bottom: 15px;
  }
}
.page-header .page-header__text {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  width: calc(100% - (20px * 2));
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .page-header .page-header__text {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 1024px) {
  .page-header .page-header__text {
    width: calc(75% - (40px * 2));
  }
}
.page-header .page-header__button {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-header .page-header__button {
    margin-top: 25px;
  }
}

@media (min-width: 1024px) {
  .page-header--left .page-header__title {
    text-align: left;
  }
}

.page-header--text {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  width: calc(100% - (20px * 2));
}
@media (min-width: 1024px) {
  .page-header--text {
    width: calc(100% - (40px * 2));
  }
}

.page-header--image .background-media--image {
  height: 600px;
}
@media (min-width: 1024px) {
  .page-header--image .background-media--image {
    height: 400px;
  }
}
.page-header--image .background-media__content {
  text-align: center;
}
@media (min-width: 1024px) {
  .page-header--image .background-media__content {
    text-align: left;
  }
}
.page-header--image .page-header__title {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.page-header--image .page-header__subtitle {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.page-header--image .page-header__logo {
  max-width: 80px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .page-header--image .page-header__logo {
    margin: 0 0 25px;
  }
}
.page-header--image .page-header__text {
  width: 100%;
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .page-header--image .page-header__text {
    text-align: left;
  }
}
.page-header--image.page-header--video-image .background-media--image {
  height: 675px;
}
@media (min-width: 1024px) {
  .page-header--image.page-header--video-image .background-media--image {
    height: 675px;
  }
}

.page-header--static .background-media--no-secondary-image {
  grid-template-rows: [image-start] minmax(60px, 1fr) [content] auto minmax(60px, 1fr) [image-end];
}
.page-header--static .background-media__content {
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .page-header--static .background-media__content {
    text-align: left;
    grid-column: content-start;
    grid-row: content;
    padding-right: 70px;
    padding-top: 0;
  }
}
.page-header--static .background-media__image {
  grid-row: 1;
  grid-column: gutter-start/gutter-end;
  z-index: 1;
}
@media (min-width: 1024px) {
  .page-header--static .background-media__image {
    grid-row: image-start/image-end;
    grid-column: center/gutter-end;
    height: 675px;
  }
}
.page-header--static .background-media__background {
  grid-row: 1/image-end;
}
@media (min-width: 1024px) {
  .page-header--static .background-media__background {
    height: 675px;
    grid-row: image-start/image-end;
  }
}
.page-header--static .page-header__logo {
  max-width: 80px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .page-header--static .page-header__logo {
    margin: 0 0 25px;
  }
}
.page-header--static .page-header__title {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.page-header--static .page-header__text {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-header--static .page-header__text {
    text-align: left;
  }
}
.page-header--static .background-media__image--contain .background-image {
  object-fit: contain;
}
@media (min-width: 1024px) {
  .page-header--static .align-right .background-media__image {
    grid-column: gutter-start/center;
  }
  .page-header--static .align-right .background-media__content {
    grid-column: content-end;
    padding: 0 0 0 70px;
  }
}

.page-header--video .video-block {
  height: 675px;
}
@media (min-width: 1024px) {
  .page-header--video .video-block {
    height: 675px;
  }
}
.page-header--video .page-header__logo {
  max-width: 80px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .page-header--video .page-header__logo {
    margin: 0 0 25px;
  }
}
.page-header--video .page-header__title {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.page-header--video .background-media__content {
  text-align: center;
}
@media (min-width: 1024px) {
  .page-header--video .background-media__content {
    text-align: left;
  }
}
.page-header--video .page-header__text {
  width: 100%;
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-header--video .page-header__text {
    text-align: left;
    max-width: 550px;
  }
}
.page-header--video .video-block__control {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .page-header--video .video-block__control {
    top: initial;
    left: initial;
    bottom: 30px;
    right: 30px;
  }
}
.page-header--video .video-block__control:focus {
  outline: none;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
}
.page-header--video .video-block__control--pause {
  font-size: 40px;
  font-size: 4rem;
  display: flex;
}
.page-header--video .video-block__control--play {
  font-size: 40px;
  font-size: 4rem;
  display: none;
}
.page-header--video .video-block--is-paused .video-block__control--play {
  display: flex;
}
.page-header--video .video-block--is-paused .video-block__control--pause {
  display: none;
}
.page-header--video .video-block--is-postered .video-block__video, .page-header--video .video-block--is-paused .video-block__video {
  z-index: 0;
}
.page-header--video .page-header__button:hover {
  color: #fff;
}

.page-header--collection {
  background-color: #f3f3f3;
}
.page-header--collection .background-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top center;
}
.ie11 .page-header--collection .background-image {
  height: auto;
}
.page-header--collection .page-header__content {
  grid-row: 2;
  grid-column: 2/span 3;
  -ms-grid-row-align: center;
  padding: 64px 20px;
}
@media (min-width: 1024px) {
  .page-header--collection .page-header__content {
    padding: 0;
    padding-right: 40px;
  }
}
.page-header--collection .page-header__title {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page-header--collection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 80px 1fr 80px;
    align-items: center;
    column-gap: 50px;
  }
}
.page-header--collection .page-header__media {
  grid-column: 1;
  grid-row: 1/-1;
  display: none;
}
@media (min-width: 1024px) {
  .page-header--collection .page-header__media {
    display: block;
    height: 450px;
  }
}
.ie11 .page-header--collection .page-header__media {
  overflow: hidden;
}
.page-header--collection .page-header__button-wrapper {
  margin-top: 15px;
}
.page-header--collection .page-header__text {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
.page-header--collection .button--collection {
  text-transform: none;
  margin-right: 10px;
  margin-top: 10px;
}
.page-header--collection .button--collection:nth-child(2), .page-header--collection .button--collection:nth-child(3) {
  display: none;
}
@media (min-width: 1024px) {
  .page-header--collection .button--collection:nth-child(2), .page-header--collection .button--collection:nth-child(3) {
    display: inline-block;
  }
}
.page-header--collection.page-header--collection-no-image .page-header__text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .page-header--collection.page-header--collection-no-image {
    grid-template-columns: [gutter-start] minmax(40px, 1fr) [content-start] minmax(0, 640px) [content-end] minmax(0, 640px) minmax(40px, 1fr) [gutter-end];
    column-gap: 0;
  }
  .page-header--collection.page-header--collection-no-image .page-header__content {
    grid-column: 2/span 2;
    padding: 0;
    text-align: center;
  }
  .page-header--collection.page-header--collection-no-image .page-header__content .page-header__text {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 10px;
  }
}

.page-header--search .page-header__title {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-header--search .page-header__title {
    margin-bottom: 60px;
  }
}
.page-header--search .page-header__text {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}

.page-header--password .top-bar {
  background-color: #fff;
}
.page-header--password .header__logo {
  padding: 15px 0;
  vertical-align: middle;
  max-width: 67px;
}
.page-header--password .page-header__content {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .page-header--password .page-header__content {
    margin: 80px 0;
    padding: 0;
  }
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/404/_404.scss ***!
  \*****************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@media (min-width: 1024px) {
  .page-section--404 {
    text-align: center;
  }
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/social-sharing/_social-sharing.scss ***!
  \**************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.social-sharing {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .social-sharing {
    margin-top: 50px;
  }
}
.social-sharing a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .social-sharing a:hover {
    opacity: 0.75;
  }
}
.social-sharing a:first-child {
  margin-left: 5px;
}
.social-sharing a:not(:last-child) .icon {
  margin-right: 5px;
}
.social-sharing .icon {
  vertical-align: baseline;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/breadcrumbs/_breadcrumbs.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.menu--breadcrumbs .menu__list {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
@media (min-width: 680px) {
  .menu--breadcrumbs .menu__list {
    flex-flow: row wrap;
  }
}
.menu--breadcrumbs .menu__item,
.menu--breadcrumbs .menu__link {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.menu--breadcrumbs .menu__item:hover,
.menu--breadcrumbs .menu__link:hover {
  color: #000;
  text-decoration: underline;
}
.menu--breadcrumbs .menu__item--separator {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 5px;
}
.menu--breadcrumbs .menu__item--current {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
}

.template-article .menu--breadcrumbs {
  margin-top: 20px;
}

.template-product .menu--breadcrumbs {
  margin-bottom: 20px;
}
@media (min-width: 680px) {
  .template-product .menu--breadcrumbs {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .template-product .menu--breadcrumbs {
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 1;
  }
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/pagination/_pagination.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.pagination {
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__item {
  display: inline-block;
  text-decoration: none;
  border: 0;
  color: #000;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 25px;
}
@media (min-width: 1024px) {
  .pagination__item {
    width: 40px;
    height: 40px;
  }
}
.pagination__item:hover, .pagination__item:focus, .pagination__item:active {
  color: #000;
}
.pagination__item .icon {
  display: block;
  width: 15px;
  height: 15px;
}
.pagination__item + .pagination__item {
  margin-left: 5px;
}

.pagination__text {
  margin: 0 20px;
}

.pagination__item--disabled {
  opacity: 0;
  pointer-events: none;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/article/_article.scss ***!
  \*************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--article .container {
  width: 100%;
}
@media (min-width: 680px) {
  .page-section--article .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .page-section--article .container {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .page-section--article .container {
    width: calc(75% - (40px * 2));
  }
}
.page-section--article .article__feature-image {
  height: 400px;
  overflow: hidden;
}
.page-section--article .article__feature-image img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.ie11 .page-section--article .article__feature-image {
  height: auto;
}
.ie11 .page-section--article .article__feature-image img {
  height: auto;
}
.page-section--article .page-header__content {
  margin: 50px 0;
}
.page-section--article .page-header__title {
  margin: 20px 0;
}
.page-section--article .card__read-time,
.page-section--article .blog-article__date,
.page-section--article .blog-article__author {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.page-section--article .blog-article__author {
  display: none;
}
.page-section--article .blog-article__tags {
  display: flex;
  flex-flow: row wrap;
  grid-row-gap: 8px;
}
.page-section--article .blog-article__tags a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 14px;
  border-radius: 0;
  background-color: #f3f3f3;
  text-decoration: none;
  margin-right: 8px;
  white-space: nowrap;
}
.page-section--article .blog-article__tags a:hover {
  color: #000;
}
.page-section--article .article__back-button {
  margin-top: 40px;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/blog-posts/_blog-posts.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@media (min-width: 680px) {
  .blog-post__wrapper {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .blog-post__wrapper {
    width: calc(100% - (40px * 2));
  }
}

.blog-post__title {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  text-align: center;
  margin: 0 20px 45px;
}
@media (min-width: 1024px) {
  .blog-post__title {
    font-size: 100px;
    font-size: 10rem;
    line-height: 90px;
    line-height: 9rem;
  }
}

.blog-post {
  list-style: none;
  margin: 0;
  padding: 0;
  grid-gap: 8px;
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/blog/_blog.scss ***!
  \*******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.blog__posts {
  grid-gap: 8px;
}

.blog__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog__filter--default {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  grid-gap: 8px;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
  margin-top: 35px;
}

.blog__tag a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.03125em;
  color: #000;
  display: block;
  text-decoration: none;
  padding: 4px 15px;
  border: 1px solid #000;
}
@media (min-width: 680px) {
  .blog__tag a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.blog__tag.blog__tag--current a {
  color: #fff;
  background-color: #000;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .blog__tag:hover a {
    color: #fff;
    background-color: #000;
  }
}

.blog-count {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 680px) {
  .blog-count {
    text-align: center;
    margin-top: 38px;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/tooltip/_tooltip.scss ***!
  \************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.tooltip {
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 1024px) {
  .tooltip {
    position: relative;
  }
}

.tooltip__icon {
  color: #000;
}

.tooltip__content {
  display: none;
  position: absolute;
  left: 15px;
  right: -15px;
  width: calc(100% - 15px * 2);
  padding: 15px;
  background-color: #fff;
  box-shadow: 5px 5px 15px 0 rgba(0, 60, 121, 0.1), 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 1600;
}
@media (min-width: 1024px) {
  .tooltip__content {
    left: 50%;
    top: 100%;
    width: 200px;
    transform: translateX(-50%);
  }
}
.tooltip__content.tooltip__content--visible, .tooltip__content.tooltip__content--visible-locked {
  display: block;
}

.tooltip__content--default {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}

.tooltip--mini-cart .tooltip__content {
  bottom: -125px;
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/cart/_cart.scss ***!
  \*******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--cart form {
  width: 100%;
  margin: 0 auto;
}
.page-section--cart .button-collection {
  margin-top: 40px;
  justify-content: flex-end;
  align-items: center;
}
.page-section--cart .button-collection .form__button {
  margin-right: 30px;
}
.page-section--cart .free-shipping-progress__message {
  background-color: #fff;
}

.cart__grid {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 50px;
}
@media (min-width: 1024px) {
  .cart__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .cart__main {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1024px) {
  .cart__main .cart-subtotal__container,
.cart__main .button-collection--cart-page {
    display: none;
  }
}

.cart__header {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .cart__header {
    padding: 0;
  }
}

.cart__title {
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .cart__sidebar {
    grid-row: 1;
    grid-column: 3;
  }
}

@media (min-width: 1024px) {
  .cart__footer {
    grid-column: 1/3;
  }
}

.cart__undo-message p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 15px;
  margin: 0 0 20px;
  background-color: #000;
  color: #fff;
}
.cart__undo-message p .cart__undo {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
.cart__undo-message p .cart__undo:hover {
  color: rgba(255, 255, 255, 0.7);
}

.button__cart-header {
  width: 100%;
}

.cart__row {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}

.cart__line-item {
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: repeat(3, auto);
  grid-gap: 20px;
}
@media (min-width: 680px) {
  .cart__line-item {
    grid-template-columns: 1fr 200px 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 40px;
  }
}
.cart__line-item .product__price {
  margin: 0;
}
.cart__line-item .price__sale {
  display: block;
}

.cart__header-item {
  margin-bottom: 5px;
}

.cart__item--image {
  grid-column: 1;
  grid-row: 1/span 3;
}
@media (min-width: 680px) {
  .cart__item--image {
    grid-row: auto;
    grid-column: auto;
  }
}

.cart__product-title {
  line-height: 23px;
  line-height: 2.3rem;
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.cart__item--title {
  grid-row: 1;
  grid-column: 2;
}
@media (min-width: 680px) {
  .cart__item--title {
    grid-row: auto;
    grid-column: auto;
  }
}
.cart__item--title .cart__product-varient {
  font-size: 16px;
  font-size: 1.6rem;
}

.cart__item--price {
  font-size: 16px;
  font-size: 1.6rem;
  grid-row: 3;
  grid-column: 2;
}
@media (min-width: 680px) {
  .cart__item--price {
    grid-row: auto;
    grid-column: auto;
  }
}
.cart__item--price .cart__header-item {
  display: none;
}
@media (min-width: 680px) {
  .cart__item--price .cart__header-item {
    display: block;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  99% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.product__price,
.cart-info__subtotal,
.cart__subtotal-price {
  position: relative;
}
.product__price:before,
.cart-info__subtotal:before,
.cart__subtotal-price:before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #e9e6e6 0%, #e9e6e6 25%, #dadada 51%, #e9e6e6 75%, #e9e6e6 100%);
  background-size: 300% 300%;
  z-index: 1;
  border-radius: 4px;
}
.product__price.loading:before,
.cart-info__subtotal.loading:before,
.cart__subtotal-price.loading:before {
  animation: gradient 1s ease infinite;
  opacity: 1;
}

.line-item__final-sale {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
  margin-top: 15px;
  padding: 3px 6px;
}
.line-item__final-sale span {
  text-transform: uppercase;
}
.line-item__final-sale .tooltip {
  margin-left: 5px;
}

.cart__item--quantity {
  font-size: 16px;
  font-size: 1.6rem;
  grid-row: 2;
  grid-column: 2;
}
@media (min-width: 680px) {
  .cart__item--quantity {
    grid-row: auto;
    grid-column: auto;
  }
}
.cart__item--quantity .form__input-container {
  max-width: 100px;
}

.cart__quantity {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  border-radius: 0;
  color: #000;
  border-color: #000;
  padding: 12px 5px 12px 15px;
  width: 80px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .cart__quantity {
    display: block;
  }
}
.cart__quantity:focus {
  border-color: #e8e8e8;
}

.cart__item--message p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 15px;
  margin: 0 0 20px;
  background-color: rgba(231, 29, 29, 0.2);
  color: #e71d1d;
}
.cart__item--message .cart__remove {
  color: #e71d1d;
}
.cart__item--message .cart__remove:hover {
  color: rgba(231, 29, 29, 0.7);
}

.cart__item--total {
  font-size: 16px;
  font-size: 1.6rem;
  grid-row: 4;
  grid-column: 2;
}
@media (min-width: 680px) {
  .cart__item--total {
    grid-row: 1;
    grid-column: 5;
    text-align: right;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
  }
}

.cart__item--total-wrapper {
  display: none;
}
@media (min-width: 680px) {
  .cart__item--total-wrapper {
    display: block;
    width: 100%;
  }
}

.cart__remove {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}
.cart__remove:hover {
  color: rgba(0, 0, 0, 0.7);
}

.cart__total-wrapper {
  display: none;
}
@media (min-width: 680px) {
  .cart__total-wrapper {
    display: block;
  }
}

.cart__summary-wrapper {
  position: sticky;
  top: 60px;
}

.cart__summary {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f3f3f3;
  padding: 25px;
}

.cart__subtotal {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding-top: 20px;
}

.cart__subtotal-label,
.cart__subtotal-price {
  margin: 0;
}

.cart-price--taxes {
  text-align: right;
  margin-left: 15px;
}

.button__cart {
  width: 100%;
}
.button__cart:focus {
  outline: #000 solid 2px;
}

.additional-checkout-buttons {
  margin-top: 30px;
}

.cart__footer {
  border: 0;
}
@media (min-width: 1024px) {
  .cart__footer {
    margin: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .cart__footer .accordion__title {
    display: none;
  }
}
.cart__footer .accordion__title-wrapper {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.cart__footer .accordion__title-wrapper .icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.cart__footer .accordion__item {
  box-shadow: none;
  border: 0;
}
@media (min-width: 1024px) {
  .cart__footer .accordion__content {
    display: flex;
    max-height: 5000px;
    padding: 15px;
    background-color: #f3f3f3;
  }
}

.cart__additional-info {
  margin: 0;
  list-style-type: disc;
}
@media (min-width: 1024px) {
  .cart__additional-info {
    display: flex;
    list-style-type: none;
    padding: 0;
  }
}

.cart__info {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .cart__info + .cart__info {
    margin-left: 20px;
  }
}
.cart__info .icon {
  display: none;
}
@media (min-width: 1024px) {
  .cart__info .icon {
    display: block;
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
}
.cart__info a {
  color: #000;
}
.cart__info a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.cart__info p {
  margin: 0;
}

.cart__info--shipping .icon {
  width: 40px;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/powertools-filter/_powertools-filter.scss ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.collection-page-grid__filter-menu .collection-name a:hover i.check-icon:before {
  content: "";
}
.collection-page-grid__filter-menu .filter-menu__heading-wrapper {
  display: flex;
  justify-content: space-between;
}
.collection-page-grid__filter-menu i.check-icon:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2715%27 height=%2715%27 stroke=%27black%27/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.collection-page-grid__filter-menu .selected i.check-icon:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2715%27 height=%2715%27 stroke=%27black%27/%3E%3Crect x=%273%27 y=%273%27 width=%2710%27 height=%2710%27 fill=%27%23242424%27/%3E%3C/svg%3E");
}
.collection-page-grid__filter-menu .filter-group {
  margin-bottom: 20px;
}
.collection-page-grid__filter-menu .filter-group h4 {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  text-transform: none;
  border-bottom: 0;
  margin-left: 20px;
  letter-spacing: 0;
}
.collection-page-grid__filter-menu .filter-group h4::after {
  color: #000;
  top: 3px;
  right: auto;
  left: 0;
  margin-left: 0;
}
@media (max-width: 680px) {
  .collection-page-grid__filter-menu .filter-group h4,
.collection-page-grid__filter-menu .filter-group .scroll-content {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0;
  }
  .collection-page-grid__filter-menu .filter-group h4 {
    margin-left: 0px;
  }
  .collection-page-grid__filter-menu .filter-group h4::after {
    line-height: 17px;
  }
}
.collection-page-grid__filter-menu .filter-group + .filter-group h4:after {
  top: 3px;
}
.collection-page-grid__filter-menu .filter-group li.selected a {
  color: #000;
  font-weight: normal;
}
.collection-page-grid__filter-menu .filter-results__heading {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
.collection-page-grid__filter-menu .pill__list__heading {
  margin: 0 20px 20px;
}
@media (min-width: 680px) {
  .collection-page-grid__filter-menu .pill__list__heading {
    margin: 0px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.collection-page-grid__filter-menu .pill__list {
  margin-top: 10px;
}
.collection-page-grid__filter-menu .pill__list i.check-icon:before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2715%27 height=%2715%27 stroke=%27black%27/%3E%3C/svg%3E");
  background-size: 8px;
  background-position: 6px 6px;
  margin: 0;
  width: 13px;
  height: 20px;
}
.collection-page-grid__filter-menu .pill__list .collection-name {
  display: inline-block;
  background-color: #000;
  border-radius: 6px;
  padding: 0 15px;
  margin-bottom: 12px;
}
.collection-page-grid__filter-menu .pill__list .collection-name a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.collection-page-grid__filter-menu .pill__list .filter-menu__clear {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  display: none;
  text-decoration: underline;
  color: #000;
}
.collection-page-grid__filter-menu .pill__list .filter-menu__clear:visited {
  color: #000;
}
@media (min-width: 680px) {
  .collection-page-grid__filter-menu .pill__list .filter-menu__clear {
    display: block;
  }
}
.collection-page-grid__filter-menu .filter-group .collection-count {
  position: relative;
}
.collection-page-grid__filter-menu .filter-menu-none-selected li a, .collection-page-grid__filter-menu .has_collection_counts a {
  margin-right: 5px;
}
.collection-page-grid__filter-menu .filter-menu__product-numbers {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 0;
}
@media (min-width: 680px) {
  .collection-page-grid__filter-menu .filter-menu__product-numbers {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 30px;
  }
}
.collection-page-grid__filter-menu .filter-menu .pt-display-dropdown .menu-trigger {
  color: #000;
  border: 2px solid #000;
  border-radius: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  margin: 0 20px;
}
@media (min-width: 680px) {
  .collection-page-grid__filter-menu .filter-menu .pt-display-dropdown .menu-trigger {
    margin: 0;
  }
}
.collection-page-grid__filter-menu .filter-menu .pt-display-dropdown .menu-trigger:after {
  line-height: 35px;
  color: #000;
}
.collection-page-grid__filter-menu .filter-menu .pt-display-dropdown .scroll-content {
  background-color: #fff;
  border-color: 1px solid #e8e8e8;
  color: #000;
  z-index: 10;
}
@media (min-width: 680px) {
  .collection-page-grid__filter-menu .filter-menu .pt-display-dropdown {
    margin-bottom: 20px;
  }
}
.collection-page-grid__filter-menu .filter-menu--sort-by .filter-group-sort-orders h4 {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 0;
  display: block;
}
.collection-page-grid__filter-menu .filter-menu--sort-by .filter-group .menu-trigger {
  display: block;
  margin: 0;
}
.collection-page-grid__filter-menu .filter-menu__popup__trigger {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: none;
  margin: 0 0 20px;
  text-decoration: none;
}
@media (min-width: 680px) {
  .collection-page-grid__filter-menu .filter-menu__popup__trigger {
    display: none;
  }
}

.filter-menu__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  overflow-y: auto;
  display: none;
  visibility: visible;
  padding: 50px 20px;
}
.filter-menu__popup.active {
  display: block;
  visibility: visible;
}
.filter-menu__popup .filter-menu__popup__close:not(.filter-menu__popup__footer--button) {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
}
.filter-menu__popup .filter-menu__popup__close svg {
  height: 15px;
  width: 15px;
}
.filter-menu__popup .filter-results__heading,
.filter-menu__popup .pill__list {
  text-align: center;
}
.filter-menu__popup .pill__list {
  padding-bottom: 15px;
}
.filter-menu__popup .pill__list .collection-name a {
  color: #fff;
}
.filter-menu__popup .scroll-content {
  padding-bottom: 15px;
}
.filter-menu__popup .filter-menu__popup__footer {
  display: flex;
  flex-flow: row nowrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.filter-menu__popup .filter-menu__popup__footer a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  display: block;
  width: 50%;
  text-decoration: none;
  padding: 12px 60px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
.filter-menu__popup .filter-menu__popup__footer a.filter-menu__popup__close {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.filter-menu__popup .filter-menu__popup__footer a.filter-menu__clear {
  background-color: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  color: #000;
}
.filter-menu__popup .collection-name a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  margin-bottom: 5px;
}
@media (min-width: 680px) {
  .filter-menu__popup {
    position: relative;
    display: block;
    padding: 0;
    background-color: transparent;
    z-index: 1;
  }
  .filter-menu__popup .filter-menu__popup__footer {
    display: none;
  }
  .filter-menu__popup .filter-menu__popup__close {
    display: none;
  }
  .filter-menu__popup .filter-results__heading,
.filter-menu__popup .pill__list {
    text-align: left;
  }
  .filter-menu__popup .filter-menu__popup__close:not(.filter-menu__popup__footer--button) {
    display: none;
  }
  .filter-menu__popup .pt-expand .filter-group .scroll-content, .filter-menu__popup .pt-expand .filter-group h4, .filter-menu__popup .pt-expand .pt-apply {
    padding: 0;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/collections/_collection.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@media (min-width: 680px) {
  .collection-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    align-items: flex-start;
  }
}
.collection-page-grid .page-section--pagination {
  grid-column: 2/span 3;
}

.collection-products {
  grid-column: 2/span 3;
  align-items: flex-start;
  grid-gap: 10px;
}

.collection-page-grid__sort-menu {
  grid-column: 2/span 3;
  grid-row: 1;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}
.collection-page-grid__sort-menu .filter-menu--sort-by {
  margin-bottom: 10px;
}
.collection-page-grid__sort-menu .filter-group.filter-group-sort-orders {
  display: flex;
  align-items: center;
}
.collection-page-grid__sort-menu .filter-group.filter-group-sort-orders h4 {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  display: block;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: auto;
  border-bottom: 0;
}
.collection-page-grid__sort-menu .filter-group.filter-group-sort-orders .menu-trigger {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  height: 24px;
  color: #000;
  border: 0;
}
.collection-page-grid__sort-menu .filter-group.filter-group-sort-orders .menu-trigger::after {
  color: #000;
  font-size: 10px;
}
.collection-page-grid__sort-menu .filter-group.filter-group-sort-orders .scroll-content {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  z-index: 10;
}
.collection-page-grid__sort-menu .filter-group.filter-group-sort-orders .pt-display-dropdown li a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
}
.collection-page-grid__sort-menu .filter-group.filter-group-sort-orders .pt-display-dropdown li:hover {
  background-color: transparent;
}
.collection-page-grid__sort-menu .filter-group.filter-group-sort-orders .pt-display-dropdown li:hover a {
  text-decoration: underline;
}

.collection-page-grid__filter-menu {
  grid-column: 1;
  grid-row: 1/span 4;
}
.collection-page-grid__filter-menu .filter-group + .filter-group h4 {
  padding-top: 0;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/hero-banner/_hero-banner.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.hero-banner {
  margin-bottom: 20px;
  height: 375px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero-banner {
    margin-bottom: 40px;
    height: 550px;
  }
}
.hero-banner .background-media__content {
  text-align: center;
}
.hero-banner .hero-banner__title {
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
}
.hero-banner .hero-banner__title:not(.hero-banner__title--split) {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 48px;
  line-height: 4.8rem;
}
@media (min-width: 1024px) {
  .hero-banner .hero-banner__title:not(.hero-banner__title--split) {
    font-size: 100px;
    font-size: 10rem;
    line-height: 90px;
    line-height: 9rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner .hero-banner__title {
    margin-bottom: 30px;
  }
}

.hero-banner--split {
  background-color: #f3f3f3;
  height: auto;
  display: grid;
  grid-template-columns: [gutter-start] 20px [content] 1fr 20px [gutter-end];
  grid-template-rows: auto auto;
}
@media (min-width: 680px) {
  .hero-banner--split {
    height: 375px;
    grid-template-columns: [gutter-start] minmax(40px, 1fr) [content-start] minmax(0, 640px) [center] auto [content-end] minmax(0, 640px) minmax(40px, 1fr) [gutter-end];
    grid-template-rows: auto;
  }
}
@media (min-width: 1024px) {
  .hero-banner--split {
    height: 550px;
  }
}
.hero-banner--split .hero-banner__content {
  color: #000;
  text-align: center;
  grid-column: content;
  grid-row: 1;
  margin: 40px 0;
}
@media (min-width: 680px) {
  .hero-banner--split .hero-banner__content {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    text-align: left;
  }
}
.hero-banner--split .hero-banner__media {
  grid-column: gutter-start/gutter-end;
  grid-row: 2;
  height: 100%;
}
@media (min-width: 680px) {
  .hero-banner--split .hero-banner__media {
    grid-column: 4/span 2;
    grid-row: 1;
  }
}
@media (min-width: 1024px) {
  .hero-banner--split .hero-banner__media {
    height: 550px;
  }
}
.hero-banner--split .hero-banner__title {
  margin-bottom: 10px;
  color: #000;
}
@media (min-width: 1024px) {
  .hero-banner--split .hero-banner__title {
    margin-bottom: 20px;
  }
}
.hero-banner--split .hero-banner__button {
  margin-top: 20px;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/intro-block/_intro-block.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--intro-block {
  background-color: #f3f3f3;
  margin: 0;
  padding: 50px 0;
}

.intro-block__title {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .intro-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
  }
}
.intro-block .copy-block__h2 {
  margin: 0 0 20px;
}
.intro-block .intro-block__content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .intro-block .intro-block__content {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-block .intro-block__content {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-block .intro-block__content {
    width: calc(75% - (40px * 2));
  }
}
.intro-block .intro-block__body {
  margin: 10px 0 0;
}
.intro-block .button {
  margin: 20px 0 0 0;
}
@media (min-width: 1024px) {
  .intro-block .button {
    flex: 0 1 16.666%;
  }
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \***************************************************************************************************************************************************************************/
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

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

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

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

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

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

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

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

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

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

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

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

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/collection-list/_collection-list.scss ***!
  \****************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@media (min-width: 680px) {
  .collection-list {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .collection-list {
    width: calc(100% - (40px * 2));
  }
}

.collection-list__title {
  margin: 0 20px 40px;
  text-align: center;
}
@media (min-width: 680px) {
  .collection-list__title {
    margin: 0 0 45px;
  }
}

.collection-list__wrapper {
  position: relative;
  margin-left: 20px;
}
@media (min-width: 680px) {
  .collection-list__wrapper {
    padding: 0 30px;
  }
}
.collection-list__wrapper .swiper-arrow {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 39px;
  line-height: 3.9rem;
  box-shadow: none;
  color: #000;
  display: none;
}
@media (min-width: 680px) {
  .collection-list__wrapper .swiper-arrow {
    display: block;
  }
}
.collection-list__wrapper .swiper-arrow.swiper-button-next {
  right: -10px;
}
.collection-list__wrapper .swiper-arrow.swiper-button-prev {
  left: -10px;
}
.collection-list__wrapper .swiper-arrow:after {
  display: none;
}

.carousel--collection-list {
  margin-bottom: 30px;
}
@media (min-width: 680px) {
  .carousel--collection-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .carousel--collection-list:hover img {
    filter: grayscale(100%);
    opacity: 0.5;
  }
}
.carousel--collection-list .swiper-wrapper {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/banner/_banner-block.scss ***!
  \****************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.banner-block {
  width: 100%;
}
.banner-block .background-media {
  grid-template-columns: [gutter-start] 20px [content] 1fr 20px [gutter-end];
  grid-template-rows: auto auto;
}
@media (min-width: 1024px) {
  .banner-block .background-media {
    height: 675px;
    grid-template-columns: [gutter-start] minmax(60px, 1fr) [content-start] minmax(0, 640px) [content-end] minmax(0, 640px) minmax(60px, 1fr) [gutter-end];
    grid-template-rows: [image-start] minmax(60px, 1fr) [content] auto 44px [image-end];
  }
}
.banner-block .background-media__background {
  height: 400px;
  grid-column: gutter;
  grid-row: 1;
}
@media (min-width: 1024px) {
  .banner-block .background-media__background {
    height: auto;
    grid-row: image;
  }
}
.banner-block .background-media__content {
  grid-column: gutter;
  grid-row: 2;
  padding: 50px 20px 58px;
}
@media (min-width: 1024px) {
  .banner-block .background-media__content {
    background-color: #fff;
    padding: 40px;
    grid-column: content-start;
    grid-row: content;
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .banner-block .background-media__content--right {
    justify-self: end;
    grid-column: content-end;
  }
}

.banner-block__link {
  display: block;
  text-decoration: none;
}

.banner-block__title {
  margin: 0;
}

.banner-block__content {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
@media (min-width: 1024px) {
  .banner-block__content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.banner-block__content + .button {
  margin-top: 10px;
}

.page-section--banner-block .banner-block__title {
  margin-bottom: 10px;
}

.page-section--collection-driver {
  grid-column: span 2;
}
@media (min-width: 680px) {
  .page-section--collection-driver {
    grid-column: span 1;
  }
}
.page-section--collection-driver .banner-block {
  height: 100%;
}
.page-section--collection-driver .banner-block .banner-block__link {
  height: 100%;
}
.page-section--collection-driver .banner-block .background-media {
  height: 100%;
  grid-template-columns: [gutter-start] 25px [content] 1fr 25px [gutter-end];
  grid-template-rows: [image-start] 25px [content] auto 25px [image-end];
  justify-items: stretch;
}
.page-section--collection-driver .banner-block .background-media__content {
  grid-column: content;
  grid-row: content;
  align-self: end;
}
@media (min-width: 1024px) {
  .page-section--collection-driver .banner-block .background-media__content {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.page-section--collection-driver .banner-block .banner-block__title {
  margin-bottom: 20px;
}
.page-section--collection-driver .banner-block .button {
  margin-top: 20px;
  width: 100%;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/icon-block/_icon-block.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--icon-block {
  padding: 60px 0;
  background-color: #000;
}
@media (min-width: 680px) {
  .page-section--icon-block {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .page-section--icon-block {
    padding: 100px 0;
  }
}

@media (min-width: 680px) {
  .icon-block {
    text-align: center;
  }
}
.icon-block__header + .icon-block, .icon-block__content + .icon-block {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .icon-block__header + .icon-block, .icon-block__content + .icon-block {
    margin-top: 50px;
  }
}

.icon-block__header {
  color: #fff;
  margin: 0 0 10px;
}

.icon-block__content {
  margin-top: 10px;
  color: #fff;
}
@media (min-width: 1024px) {
  .icon-block__content {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
    text-align: center;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .icon-block__content {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .icon-block__content {
    width: calc(75% - (40px * 2));
  }
}

.icon-block__list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 680px) {
  .icon-block__list {
    flex-flow: row nowrap;
    margin: 0 0 30px;
  }
}

.icon-block__item {
  display: flex;
  padding: 0 0 30px;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 680px) {
  .icon-block__item {
    display: inline-block;
    flex: 0 1 100%;
    max-width: 425px;
    padding: 0 20px;
  }
}
.icon-block__item:last-child {
  margin-bottom: 0;
}

.icon-block__icon {
  display: block;
  width: 90px;
  min-width: 90px;
  margin: 0;
}
@media (min-width: 680px) {
  .icon-block__icon {
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .icon-block__icon {
    width: 116px;
    min-width: 116px;
  }
}

.icon-block__content-wrapper {
  text-align: left;
  margin-left: 25px;
}
@media (min-width: 680px) {
  .icon-block__content-wrapper {
    margin-left: 0;
    text-align: center;
  }
}

.icon-block__title {
  color: #fff;
  margin: 0 0 5px;
}
@media (min-width: 680px) {
  .icon-block__title {
    margin: 15px 0 5px;
  }
}

.icon-block__copy {
  margin: 0;
  color: #fff;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/content-panel/_content-panel.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--content-panel + .page-section--content-panel {
  margin-top: 0;
}

.content-panel {
  position: relative;
}
.content-panel .content-panel__content {
  background: transparent;
  position: relative;
}
.content-panel .content-panel__content:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bfbfbf;
}
@media (min-width: 680px) {
  .content-panel .content-panel__content:before {
    display: none;
  }
}
.content-panel.align-left .content-panel__content {
  padding: 20px 20px 0 20px;
  margin: 30px 0 25px 20px;
}
@media (min-width: 680px) {
  .content-panel.align-left .content-panel__content {
    padding: 0 25px 0 30px;
    margin: 0 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .content-panel.align-left .content-panel__content {
    padding: 0 50px 0 70px;
    margin: 0 0 0 80px;
  }
}
.content-panel.align-right .content-panel__content {
  padding: 20px 20px 0 20px;
  margin: 30px 0 25px 20px;
}
@media (min-width: 680px) {
  .content-panel.align-right .content-panel__content {
    padding: 0 30px 0 25px;
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1024px) {
  .content-panel.align-right .content-panel__content {
    padding: 0 70px 0 50px;
    margin: 0 80px 0 0;
  }
}
@media (min-width: 680px) {
  .content-panel.align-right .content-panel__container--line:before {
    left: initial;
    right: 40px;
  }
  .content-panel.align-right .content-panel__container--line:after {
    left: initial;
    right: 40px;
  }
}
@media (min-width: 1024px) {
  .content-panel.align-right .content-panel__container--line:before {
    left: initial;
    right: 80px;
  }
  .content-panel.align-right .content-panel__container--line:after {
    left: initial;
    right: 80px;
  }
}
.content-panel .content-panel__meta img {
  width: 100%;
}
.content-panel .content-panel__image {
  display: block;
}
@media (min-width: 680px) {
  .content-panel .content-panel__container {
    padding: 50px 0 40px;
  }
}
@media (min-width: 1024px) {
  .content-panel .content-panel__container {
    padding: 50px 0 77px;
  }
}
@media (min-width: 680px) {
  .content-panel .content-panel__meta {
    display: flex;
  }
  .content-panel .content-panel__content {
    margin-bottom: 0;
  }
}

@media (min-width: 680px) {
  .content-panel--split .content-panel__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .content-panel--split .content-panel__content {
    flex: 0 1 50%;
  }
  .content-panel--split .content-panel__meta {
    flex: 0 1 50%;
  }
  .content-panel--split .content-panel__image {
    display: block;
  }
  .content-panel--split.align-left .content-panel__content {
    order: 1;
  }
  .content-panel--split.align-left .content-panel__meta {
    order: 2;
  }
  .content-panel--split.align-right .content-panel__content {
    order: 2;
  }
  .content-panel--split.align-right .content-panel__meta {
    order: 1;
  }
}

.content-panel--video .content-panel__meta {
  position: relative;
}
.content-panel--video .content-panel__meta--video:focus {
  outline: #000 solid 2px;
  outline-offset: 5px;
}
.content-panel--video .content-panel__meta--video:focus .video-block__control .icon__play {
  outline: #000 solid 2px;
  outline-offset: 5px;
}

@media (min-width: 680px) {
  .content-panel--default .content-panel__container {
    align-items: flex-end;
    position: relative;
  }
}
@media (min-width: 680px) {
  .content-panel--default .content-panel__container--line:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 1px;
    height: 50%;
    content: "";
    background-color: #bfbfbf;
  }
  .content-panel--default .content-panel__container--line:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 75%;
    height: 1px;
    content: "";
    background-color: #bfbfbf;
  }
}
@media (min-width: 1024px) {
  .content-panel--default .content-panel__container--line:before {
    left: 80px;
  }
  .content-panel--default .content-panel__container--line:after {
    left: 80px;
  }
}
@media (min-width: 680px) {
  .content-panel--default .content-panel__meta {
    flex: 0 1 50%;
  }
  .ie11 .content-panel--default .content-panel__meta {
    max-width: 50%;
  }
}
.content-panel--default .content-panel__meta picture {
  display: flex;
}
.content-panel--default .content-panel__content .copy-block__title-tag {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #707070;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .content-panel--default .content-panel__content .copy-block__title-tag {
    margin-bottom: 15px;
  }
}
.content-panel--default .content-panel__content .copy-block__title {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .content-panel--default .content-panel__content .copy-block__title {
    margin-bottom: 15px;
  }
}
.content-panel--default .content-panel__content .button--primary {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .content-panel--default .content-panel__content .button--primary {
    margin-top: 25px;
  }
}

.content-panel__list {
  margin: 20px 0 0;
  padding: 0 0 0 10px;
}

.content-panel__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 15px;
}
.content-panel__list-item:before {
  content: "";
  display: block;
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  margin-top: 9px;
  margin-right: 17px;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/modal/_modal.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.modal {
  display: inline-block;
  opacity: 0;
  z-index: -100;
  transition: all 0.2s ease;
  background: pink;
  position: relative;
}
.modal .modal__overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  transition: all 0.2s ease;
}
.modal.modal--open {
  z-index: 5000;
  opacity: 1;
  transition: all 0.2s ease;
}
.modal.modal--open .modal__overlay {
  position: fixed;
  z-index: calc(5000 - 1);
  opacity: 0.75;
  transition: all 0.2s ease;
}

.modal__content {
  display: flex;
  position: fixed;
  color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  min-width: calc(100% - 40px);
  z-index: -100;
}
@media (min-width: 680px) {
  .modal__content {
    padding: 80px;
    min-width: initial;
  }
}
.modal--open .modal__content {
  z-index: 5000;
}

.modal__close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  cursor: pointer;
}

.modal__trigger {
  cursor: pointer;
}

.modal--cart-confirmation .modal__content {
  display: none;
}
.modal--cart-confirmation.modal--open .modal__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 680px) {
  .modal--cart-confirmation.modal--open .modal__content {
    padding: 20px 40px 45px;
    min-width: 400px;
  }
}
@media (min-width: 1024px) {
  .modal--cart-confirmation.modal--open .modal__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    min-width: 800px;
  }
}
.modal--cart-confirmation .modal__close-button {
  top: 20px;
  right: 20px;
}
.modal--cart-confirmation .button__edit-cart:focus {
  color: #fff;
}

.modal--video-modal {
  display: block;
}
.modal--video-modal.modal--open .modal__popup {
  display: block;
}
.modal--video-modal.modal--open .modal__overlay {
  opacity: 0.95;
}
.modal--video-modal .modal__close-button {
  top: -50px;
  right: -20px;
  background-color: transparent;
  border: 0;
}
.modal--video-modal .modal__close-button:hover {
  color: #fff;
  background-color: transparent;
}
.modal--video-modal .modal__popup {
  display: none;
}
.modal--video-modal .modal__popup .modal__content {
  width: calc(90% - 80px);
  max-width: 1024px;
  min-width: initial;
  height: auto;
  background: transparent;
  padding: 0;
}
@media (min-width: 1024px) {
  .modal--video-modal .modal__popup .modal__content {
    width: calc(100% - 180px);
  }
}
.modal--video-modal .modal__popup .modal__content .video-block {
  background: transparent;
  background-image: none;
  background-size: cover !important;
}
.modal--video-modal .modal__popup .modal__content .video-block__video {
  padding-bottom: 56.25%;
  background-color: transparent;
}
.modal--video-modal .modal__popup .modal__content .button--primary {
  position: absolute;
  top: -57px;
  right: -30px;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 10px;
}
@media (min-width: 1024px) {
  .modal--video-modal .modal__popup .modal__content .button--primary {
    padding: 20px 30px;
  }
}
.modal--video-modal .modal__popup .modal__content .video-block {
  min-height: initial;
}
.modal--video-modal .modal__popup .modal__content iframe {
  background: #000;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/content-cards/_content-cards.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.content-card__title {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  margin: 0 0 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .content-card__title {
    font-size: 100px;
    font-size: 10rem;
    line-height: 90px;
    line-height: 9rem;
  }
}
@media (min-width: 1024px) {
  .content-card__title {
    margin: 0 0 45px;
  }
}

.content-card-section__slider {
  position: relative;
  overflow: hidden;
}
.content-card-section__slider .list-wrapper {
  padding-left: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .content-card-section__slider .list-wrapper {
    max-width: 350px;
  }
}
@media (min-width: 1024px) {
  .content-card-section__slider .list-wrapper {
    max-width: 400px;
  }
}
.content-card-section__slider .list-wrapper li {
  list-style-type: none;
}
.content-card-section__slider .list-wrapper + .swiper-scrollbar {
  display: none;
}
.content-card-section__slider .swiper-button-next:after,
.content-card-section__slider .swiper-button-prev:after {
  content: "";
}
.content-card-section__slider .swiper-pagination-bullet:only-child {
  display: none;
}
.content-card-section__slider .swiper-arrow {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  box-shadow: none;
  color: #000;
}
@media (min-width: 1024px) {
  .content-card-section__slider .swiper-arrow {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 39px;
    line-height: 3.9rem;
  }
}
.content-card-section__slider .swiper-arrow.swiper-button-next {
  right: 0;
}
@media (min-width: 1024px) {
  .content-card-section__slider .swiper-arrow.swiper-button-next {
    margin-left: 80px;
  }
}
.content-card-section__slider .swiper-arrow.swiper-button-prev {
  left: 0;
}
@media (min-width: 1024px) {
  .content-card-section__slider .swiper-arrow.swiper-button-prev {
    margin-right: 80px;
  }
}
.content-card-section__slider .swiper-arrow:after {
  display: none;
}
.content-card-section__slider .swiper-arrow.swiper-button-prev, .content-card-section__slider .swiper-arrow.swiper-button-next {
  position: relative;
  top: 0;
  width: auto;
  margin-top: 0;
  right: 0;
  left: 0;
}
.content-card-section__slider .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0;
}
@media (min-width: 1024px) {
  .content-card-section__slider .pagination-wrapper {
    display: none;
  }
}

.carousel--content-card {
  margin: 0;
}
@media (min-width: 680px) {
  .carousel--content-card {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .carousel--content-card {
    max-width: 1280px;
  }
}
.carousel--content-card .swiper-wrapper {
  align-items: stretch;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  list-style-type: none;
  padding-bottom: 40px;
  margin: 0;
}
@media (min-width: 1024px) {
  .carousel--content-card .swiper-wrapper {
    padding-bottom: 0px;
  }
}
.carousel--content-card .swiper-slide {
  height: auto;
  align-self: stretch;
}
.carousel--content-card .card {
  height: 100%;
}

/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/faqs/_faqs.scss ***!
  \******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@media (min-width: 1024px) {
  .faq-block {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .faq-block {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .faq-block {
    width: calc(75% - (40px * 2));
  }
}

.faq-block__h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.faq-block__h2 + .accordion {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .faq-block__h2 + .accordion {
    margin-top: 50px;
  }
}

.faq-block__description {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .faq-block__description {
    margin-bottom: 35px;
  }
}

.faq-block__footer {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .faq-block__footer {
    padding-top: 20px;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/testimonial/_testimonial.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--testimonials .page-section__title {
  margin: 0 0 25px;
}

.carousel-section--testimonials .swiper-arrow {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  box-shadow: none;
  color: #000;
}
@media (min-width: 1024px) {
  .carousel-section--testimonials .swiper-arrow {
    font-size: 25px;
    font-size: 2.5rem;
    width: 40px;
    height: 40px;
  }
}
.carousel-section--testimonials .swiper-arrow.swiper-next {
  right: 0;
}
.carousel-section--testimonials .swiper-arrow.swiper-prev {
  left: 0;
}
.carousel-section--testimonials .swiper-arrow:after {
  display: none;
}
.carousel-section--testimonials .swiper-arrow.swiper-button-prev, .carousel-section--testimonials .swiper-arrow.swiper-button-next {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
}
@media (min-width: 1024px) {
  .carousel-section--testimonials .swiper-arrow.swiper-button-prev, .carousel-section--testimonials .swiper-arrow.swiper-button-next {
    position: absolute;
    top: 50%;
  }
}

.carousel--testimonials .swiper-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  list-style-type: none;
  padding-bottom: 30px;
  margin: 0;
}
@media (min-width: 1024px) {
  .carousel--testimonials .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.carousel--testimonials .swiper-list {
  margin-bottom: 20px;
}
.carousel--testimonials .swiper-slide {
  padding: 0 40px;
}
.carousel--testimonials .testimonials__quote {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  max-width: 500px;
  margin: 0 auto 25px;
}
.carousel--testimonials .swiper-button-next:after,
.carousel--testimonials .swiper-button-prev:after {
  content: "";
}
.carousel--testimonials .swiper-pagination-bullet:only-child {
  display: none;
}
.carousel--testimonials .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0;
}
@media (min-width: 1024px) {
  .carousel--testimonials .pagination-wrapper {
    position: initial;
    margin: 0;
    justify-content: center;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/timeline/_timeline.scss ***!
  \**************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.swiper-pagination.swiper-pagination-bullets {
  display: block;
  line-height: 1;
  list-style: none;
  position: relative;
  text-align: center;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  height: auto;
  width: auto;
  opacity: 1;
}
@media (min-width: 1024px) {
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
    margin: 0 3px 0 0;
  }
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #bfbfbf;
  border: 0;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  height: 1px;
  width: 40px;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
  height: 2px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  display: none;
}

.swiper-arrow.swiper-button-disabled {
  visibility: hidden;
}

.timeline {
  position: relative;
}
.timeline .swiper-arrow {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  box-shadow: none;
  color: #000;
}
@media (min-width: 1024px) {
  .timeline .swiper-arrow {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 39px;
    line-height: 3.9rem;
  }
}
.timeline .swiper-arrow.swiper-button-next {
  right: 0;
}
@media (min-width: 1024px) {
  .timeline .swiper-arrow.swiper-button-next {
    margin-left: 80px;
  }
}
.timeline .swiper-arrow.swiper-button-prev {
  left: 0;
}
@media (min-width: 1024px) {
  .timeline .swiper-arrow.swiper-button-prev {
    margin-right: 80px;
  }
}
.timeline .swiper-arrow:after {
  display: none;
}
.timeline .swiper-button-next:after,
.timeline .swiper-button-prev:after {
  content: "";
}
.timeline .swiper-pagination-bullet:only-child {
  display: none;
}
.timeline .swiper-button-prev,
.timeline .swiper-button-next {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  right: 0;
  left: 0;
}
.timeline .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 20px;
}
@media (min-width: 1024px) {
  .timeline .pagination-wrapper {
    margin: 0;
    justify-content: center;
  }
}

.carousel--timeline .swiper-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  list-style-type: none;
  padding-bottom: 40px;
  margin: 0;
}
@media (min-width: 1024px) {
  .carousel--timeline .swiper-wrapper {
    padding-bottom: 74px;
  }
}
.carousel--timeline .swiper-list {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .carousel--timeline .swiper-slide {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .timeline-item__container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 55px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .timeline-item__container {
    width: calc(100% - (40px * 2));
  }
}

.timeline-item__content-wrapper {
  align-self: center;
  text-align: center;
  padding: 32px 20px 0;
}
@media (min-width: 1024px) {
  .timeline-item__content-wrapper {
    text-align: left;
  }
}

.timeline-item__title {
  margin: 0 0 25px;
  text-align: center;
}
@media (min-width: 1024px) {
  .timeline-item__title {
    text-align: left;
  }
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/featured-collection/_featured-collection.scss ***!
  \************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.featured-collection__title {
  text-align: center;
  margin: 0 0 45px;
}

.featured-collection__button-collection {
  text-align: center;
  margin-top: 30px;
}

.carousel--featured-collection {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .carousel--featured-collection {
    padding: 0 20px;
  }
}
.carousel--featured-collection .swiper-wrapper {
  position: relative;
  padding: 0;
  list-style-type: none;
}
.carousel--featured-collection .swiper-arrow {
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: none;
  color: #000;
}
@media (min-width: 1024px) {
  .carousel--featured-collection .swiper-arrow {
    font-size: 25px;
    font-size: 2.5rem;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .carousel--featured-collection .swiper-arrow.swiper-button-next {
    right: -6px;
  }
  .carousel--featured-collection .swiper-arrow.swiper-button-prev {
    left: -6px;
  }
}
.carousel--featured-collection .swiper-arrow:after {
  display: none;
}
.carousel--featured-collection .swiper-arrow.swiper-button-prev, .carousel--featured-collection .swiper-arrow.swiper-button-next {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
}
@media (min-width: 1024px) {
  .carousel--featured-collection .swiper-arrow.swiper-button-prev, .carousel--featured-collection .swiper-arrow.swiper-button-next {
    position: absolute;
    top: 50%;
  }
}
.carousel--featured-collection .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0;
}
@media (min-width: 1024px) {
  .carousel--featured-collection .pagination-wrapper {
    position: initial;
    justify-content: center;
  }
}
.carousel--featured-collection .swiper-pagination-bullet:only-child {
  display: none;
}
@media (min-width: 1024px) {
  .carousel--featured-collection .swiper-pagination-bullet {
    display: none;
  }
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/country-modal/_country-modal.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.modal--country .modal__content {
  max-width: 345px;
  width: 90%;
  min-width: auto;
  max-height: 90vh;
  overflow-x: auto;
  padding: 35px 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .modal--country .modal__content {
    max-width: 720px;
    width: 100%;
    padding: 50px;
    text-align: center;
  }
}
.modal--country .modal__overlay {
  background: #fff;
}
.modal--country.modal--open .modal__overlay {
  opacity: 0.5;
}
.modal--country .modal__close-button {
  background-color: transparent;
  color: #000;
  width: 19px;
  height: 19px;
  border-radius: 0;
  top: 15px;
  right: 15px;
  padding: 0;
}
@media (min-width: 1024px) {
  .modal--country .modal__close-button {
    top: 25px;
    right: 25px;
  }
}
.modal--country .modal__close-button .icon {
  width: 19px;
  height: 19px;
  top: 1px;
  color: #000;
  position: relative;
}
.modal--country .modal__title {
  grid-row: 1;
  grid-column: 1/span 4;
  margin: 0 0 30px;
}
.modal--country .modal__description {
  grid-row: 2;
  grid-column: 1/span 4;
  margin: 0 0 30px;
}
.modal--country .modal__image {
  width: 100px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .modal--country .modal__image {
    width: 150px;
  }
}

.country-modal {
  width: 100%;
}

.country-popup__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.country-popup__item:hover {
  color: #000;
  text-decoration: none;
}
.country-popup__item:focus {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
  outline: none;
}
.country-popup__item + .country-popup__item {
  margin-left: 20px;
}

.country-popup__item-country {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  line-height: 2.5rem;
}
@media (min-width: 1024px) {
  .country-popup__item-country {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}

.country-popup__item-flag {
  width: 100%;
  max-width: 35px;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .country-popup__item-flag {
    max-width: 45px;
    margin-right: 10px;
  }
}
.country-popup__item-flag picture {
  display: flex;
}

.country-popup__items-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .country-popup__items-wrapper {
    margin-top: 80px;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/tabs/_tabs.scss ***!
  \******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.tabs--mobile .tab {
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.tabs--mobile .tab__item {
  border-bottom: 1px solid #e8e8e8;
}
.tabs--mobile .tab__item.is-open {
  box-shadow: 0;
}
@media (min-width: 1024px) {
  .tabs--mobile .tab__item:hover {
    border-color: #e8e8e8;
  }
  .tabs--mobile .tab__item:hover .tab__button {
    color: #e8e8e8;
  }
}
.tabs--mobile .tab__title {
  margin: 0;
}
.tabs--mobile .tab__title .tab__button {
  font-size: 1em;
  background-color: transparent;
  box-shadow: 0;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-transform: none;
  transition: all 0.2s ease;
  padding: 15px 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  white-space: normal;
}
.tabs--mobile .tab__title.is-open {
  box-shadow: none;
}
.tabs--mobile .tab__title.is-open .tab__icon--close {
  display: block;
}
.tabs--mobile .tab__title.is-open .tab__icon--open {
  display: none;
}
@media (min-width: 1024px) {
  .tabs--mobile .tab__title .tab__button {
    padding: 25px 0;
  }
}
.tabs--mobile .tab__icon {
  display: inline-block;
  pointer-events: none;
  transition: all 0.2s ease;
  margin-left: 20px;
}
.tabs--mobile .tab__icon .icon {
  width: 27px;
  height: 27px;
}
.tabs--mobile .tab__icon .tab__icon--close {
  display: none;
}
.tabs--mobile .tab__icon .tab__icon--open {
  display: block;
}
.tabs--mobile .tab__content {
  *zoom: 1;
  background-color: transparent;
  max-height: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  text-align: left;
  transition: all 0.2s ease;
}
.tabs--mobile .tab__content::after {
  content: "";
  display: table;
  clear: both;
}
.tabs--mobile .tab__content.is-open {
  max-height: 5000px;
  padding: 0 0 25px;
  transition: all 0.2s ease;
}
.tabs--mobile .tab__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .tabs--mobile {
    display: none;
  }
}

.tabs--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .tabs--desktop {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
    text-align: center;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .tabs--desktop {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .tabs--desktop {
    width: calc(75% - (40px * 2));
  }
}
@media (min-width: 1024px) {
  .tabs--desktop .tab__button--desktop {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    display: block;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.2s ease;
    border-bottom: 3px solid #000;
    width: 100%;
    background: transparent;
    border-radius: 0;
    white-space: normal;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .tabs--desktop .tab__button--desktop {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .tabs--desktop .tab__button--desktop:hover {
    color: #bfbfbf;
  }
}
@media (min-width: 1024px) {
  .tabs--desktop .tab__button--desktop:focus {
    outline: none;
  }
}
@media (min-width: 1024px) {
  .tabs--desktop .tab__button--desktop.is-open {
    font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
    font-style: normal;
    font-weight: 500;
    border-bottom: 3px solid #bfbfbf;
    color: #bfbfbf;
  }
}
@media (min-width: 1024px) {
  .tabs--desktop .tab__content--desktop {
    display: none;
    grid-column: -1/1;
    -ms-grid-column: 1;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 50px 0 50px;
    text-align: left;
    opacity: 0;
    transition-delay: 200ms;
    transition: opacity 400ms ease;
  }
  .tabs--desktop .tab__content--desktop p:first-of-type {
    margin-top: 0;
  }
  .tabs--desktop .tab__content--desktop p:last-of-type {
    margin-bottom: 0;
  }
  .tabs--desktop .tab__content--desktop.is-open {
    display: block;
    opacity: 1;
    transition-delay: 200ms;
    transition: opacity 400ms ease;
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .tabs--desktop .tab__image-panel {
    width: 100%;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .tabs--desktop .tab__image-panel img {
    max-width: 100%;
  }
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/rich-text/_rich-text.scss ***!
  \****************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--wysiwyg .page-section__title {
  margin: 0 0 35px;
}
.page-section--wysiwyg .container--wysiwyg {
  margin-left: 0;
}

.rte {
  margin: 0;
}
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte ul,
.rte ol {
  margin: 0 0 20px 10px;
}
.rte strong {
  font-weight: bold;
}

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

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

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

.rte.blog-article__content .btn--secondary {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
  padding: 10px 37px 10px;
  text-align: center;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.03125em;
  text-decoration: none;
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.rte.blog-article__content .btn--secondary:hover, .rte.blog-article__content .btn--secondary:active, a:hover .rte.blog-article__content .btn--secondary, .rte.blog-article__content .btn--secondary:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
}
.rte.blog-article__content .btn--secondary:focus {
  box-shadow: 0 0 0 1px #000;
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/video-banner/_video-block.scss ***!
  \*********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.video-block {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
}
.video-block::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 56.25%;
  width: 1px;
}
.video-block::after {
  clear: both;
  content: "";
  display: table;
}

.video-block__video {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
  width: 100%;
  position: absolute;
}
.video-block__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-block--is-postered .video-block__video,
.video-block--is-postered .video-block__video iframe {
  z-index: -1;
}

.video-block--is-postered video::-webkit-media-controls {
  position: relative;
  z-index: -1;
}

.video-block--is-not-interactive .video-block__video,
.video-block--is-not-interactive .video-block__video iframe,
.video-block--is-not-interactive video::-webkit-media-controls {
  z-index: -1;
}

.video-block--is-not-interactive {
  background-color: rgba(0, 0, 0, 0);
}

.video-block__control {
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
.video-block__control svg.icon {
  transition: all 0.2s ease;
}
.video-block__control:hover svg.icon {
  transform: scale(1.1);
  transition: all 0.2s ease;
}
.video-block__control:focus {
  outline: #000 solid 2px;
  outline-offset: 5px;
}
.video-block__control:focus svg {
  outline: #000 solid 2px;
  outline-offset: 5px;
}

.video-block__controls-bar {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 500;
}
.video-block__controls-bar .video-block__control {
  margin-left: 1em;
}
@media (min-width: 1024px) {
  .video-block__controls-bar {
    bottom: 40px;
    right: 40px;
  }
}
.video-block__controls-bar.video-block__controls-bar--left {
  right: auto;
  left: 20px;
}
.video-block__controls-bar.video-block__controls-bar--left .video-block__control {
  margin-left: 0;
  margin-right: 1em;
}
@media (min-width: 1024px) {
  .video-block__controls-bar.video-block__controls-bar--left {
    right: auto;
    left: 40px;
  }
}

.video-block__controls-poster {
  display: none;
}
.video-block__controls-poster .video-block__control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block__controls-poster svg.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
@media (min-width: 1024px) {
  .video-block__controls-poster svg.icon {
    height: 120px;
    width: 120px;
  }
}
.video-block__controls-poster:hover svg.icon {
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
}
@media (min-width: 1024px) {
  .video-block__controls-poster:hover svg.icon {
    width: 132px;
    height: 132px;
  }
}
.video-block--is-postered .video-block__controls-poster {
  display: block;
}

.video-block--is-postered,
.video-block--is-paused {
  background-repeat: no-repeat;
  background-size: cover !important;
}
.video-block--is-postered .video-block__video,
.video-block--is-paused .video-block__video {
  z-index: -1;
}
.video-block--is-postered .video-block__controls-poster,
.video-block--is-paused .video-block__controls-poster {
  display: block;
}

.video-block__control--pause {
  display: inline-block;
}
.video-block--is-paused .video-block__control--pause {
  display: none;
}

.video-block__control--play {
  display: none;
}
.video-block--is-paused .video-block__control--play {
  display: inline-block;
}

.video-block__control--unmute {
  display: none;
}
.video-block--is-muted .video-block__control--unmute {
  display: inline-block;
}

.video-block__control--mute {
  display: inline-block;
}
.video-block--is-muted .video-block__control--mute {
  display: none;
}

.page-section--video-block {
  margin: 60px 0;
}
.page-section--video-block .video-block__controls-bar {
  display: none;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/reviews/_shopify-reviews.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--shopify-reviews .spr-container {
  padding: 0;
  border: 0;
}
.page-section--shopify-reviews .spr-form-input-text,
.page-section--shopify-reviews .spr-form-input-email,
.page-section--shopify-reviews .spr-form-input-textarea {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #000;
  padding: 17px 15px;
}
.page-section--shopify-reviews .spr-form-input-text:focus,
.page-section--shopify-reviews .spr-form-input-email:focus,
.page-section--shopify-reviews .spr-form-input-textarea:focus {
  border-color: #000;
}
.page-section--shopify-reviews .spr-form-label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
.page-section--shopify-reviews .spr-form-review-rating a {
  color: #000;
}
.page-section--shopify-reviews .spr-button {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  padding: 14px 44px 13px;
  border-radius: 25px;
  background-color: #000;
  color: #fff;
}
.page-section--shopify-reviews .spr-starrating,
.page-section--shopify-reviews .spr-starratings {
  color: #000;
}
.page-section--shopify-reviews .spr-summary-caption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.page-section--shopify-reviews .spr-review-header-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
@media (min-width: 1024px) {
  .page-section--shopify-reviews .spr-review-header-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}
.page-section--shopify-reviews .spr-form-title {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .page-section--shopify-reviews .spr-form-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 29px;
    line-height: 2.9rem;
  }
}
.page-section--shopify-reviews .spr-review-content-body {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
}
.page-section--shopify-reviews .spr-summary-actions-newreview {
  margin-top: 10px;
  display: block;
}
@media (min-width: 680px) {
  .page-section--shopify-reviews .spr-summary-actions-newreview {
    display: inline-block;
    margin-top: 0;
  }
}

.spr-badge .spr-starrating {
  font-size: 16px;
}
.spr-badge .spr-badge-caption {
  font-size: 16px;
  margin-left: 10px;
}

.shopify-product-reviews-badge__link {
  color: #000;
}
.shopify-product-reviews-badge__link:hover {
  color: rgba(0, 0, 0, 0.7);
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/featured-product/_featured-product.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--featured-product {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .page-section--featured-product {
    padding: 50px 0;
  }
}

.featured-product {
  position: relative;
}
@media (min-width: 680px) {
  .featured-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .ie11 .featured-product {
    display: flex;
  }
}
.featured-product .card__tag {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 14px;
  border-radius: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-color: #f3f3f3;
  transition: transform 400ms ease;
}
.featured-product .shopify-product-reviews-badge__link {
  display: block;
  margin-bottom: 10px;
}
.featured-product .featured-product__title-link {
  text-decoration: none;
  color: #000;
}
.featured-product .product__modal {
  margin-top: 10px;
}
.featured-product .price__wrapper .product__price {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.09375em;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .featured-product .price__wrapper .product__price {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .featured-product .price__wrapper .product__price {
    letter-spacing: 2px;
  }
}

.featured-product__image {
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .featured-product__image {
    margin: 0 80px 0 0;
  }
  .ie11 .featured-product__image {
    width: 50%;
  }
}
.featured-product__image .background-image {
  object-fit: contain;
}

.featured-product__content {
  align-self: center;
}

.featured-product__title {
  margin: 0 0 10px;
  border-bottom: 0;
}

.featured-product__description {
  border-top: 0;
}

.button__featured-product {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .button__featured-product {
    margin-top: 20px;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/press-block/_press-block.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--press-block {
  background-color: #f3f3f3;
  margin: 0;
  padding: 50px 0 20px;
}
@media (min-width: 1024px) {
  .page-section--press-block {
    padding: 100px 0 70px;
  }
}

.press-block {
  border-top: 1px solid #bfbfbf;
  padding-top: 30px;
}

.flex-grid__press-block {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
.flex-grid__press-block a {
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 680px) {
  .flex-grid__press-block {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .flex-grid__press-block {
    justify-content: center;
  }
  .flex-grid__press-block.flex-grid__press-block--full {
    justify-content: space-between;
  }
  .flex-grid__press-block.flex-grid__press-block--full .flex-grid__item {
    margin: 0;
  }
}
.flex-grid__press-block .flex-grid__item {
  flex: 0 1 50%;
  padding: 0 10px 30px;
}
@media (min-width: 680px) {
  .flex-grid__press-block .flex-grid__item {
    flex: 0 1 33%;
    padding: 0px 20px 30px;
  }
}
@media (min-width: 1024px) {
  .flex-grid__press-block .flex-grid__item {
    flex: 0 1 20%;
  }
}
.flex-grid__press-block .flex-grid__item .press-block__logo {
  text-align: center;
  width: 100%;
  height: 100%;
}
.flex-grid__press-block .flex-grid__item .logo-block__image-wrapper {
  margin: 0 auto;
  max-width: 125px;
  height: auto;
}
.flex-grid__press-block .flex-grid__item .press-block__quote {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.press-block__title {
  margin-top: 0;
  text-align: center;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/instagram-block/_instagram-block.scss ***!
  \****************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.yotpo-instagram__heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.yotpo-pictures-widget .yotpo-default-button .yotpo-icon-button-text {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 700;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/guarantee-bar/_guarantee-bar.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--guarantee {
  display: flex;
  background-color: #f3f3f3;
  padding: 32px 0;
  margin: 0;
  grid-column: full;
}
@media (min-width: 1024px) {
  .page-section--guarantee {
    padding: 8px 0;
    margin: 0;
  }
}

.guarantees {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  width: calc(100% - (20px * 2));
  background-color: transparent;
  border-radius: 0;
  white-space: normal;
  text-align: left;
}
@media (min-width: 1024px) {
  .guarantees {
    width: calc(100% - (40px * 2));
  }
}

.guarantee__list {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .guarantee__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 20px;
  }
}

.guarantee__item {
  display: grid;
  grid-template-columns: 25px auto;
  grid-gap: 15px;
  align-items: center;
  max-width: 100%;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .guarantee__item {
    margin-bottom: 0;
  }
}
.guarantee__item:last-of-type {
  margin-bottom: 0;
}

.guarantee__icon {
  width: 25px;
  min-width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal--guarantees .modal__content {
  flex-direction: column;
  padding: 20px;
  max-height: 90vh;
  overflow: scroll;
}
.modal--guarantees .button__icon {
  background-color: transparent;
  padding: 10px;
  top: 5px;
  right: 5px;
}
.modal--guarantees .guarantees-modal__header {
  margin: 0 20px 20px 0;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/ymm-searchbox/_ymm-searchbox.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
#ymm_searchbox #ymm_label {
  padding-bottom: 0;
}
#ymm_searchbox.horizontal .formFields li.field_2 {
  display: none !important;
  visibility: hidden !important;
}
#ymm_searchbox .btn:hover {
  cursor: pointer;
}

.searchbox__description {
  text-align: center;
  margin-bottom: 30px;
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/pages/_pages.scss ***!
  \*********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--page .container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .page-section--page .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
    margin: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .page-section--page .container {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .page-section--page .container {
    width: calc(75% - (40px * 2));
  }
}
.page-section--page .container h2:first-of-type,
.page-section--page .container h3:first-of-type {
  margin-top: 0;
}
.page-section--page .container h2 b {
  font-weight: 400;
}

.page-section--no-height {
  height: 0;
}

.shopify-policy__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 680px) {
  .shopify-policy__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.shopify-policy__container h1 {
  margin-top: 0;
  text-align: left;
}

body#contact-us .page-section--page .page-header__content,
body#how-to-procure .page-section--page .page-header__content,
body#contact .page-section--page .page-header__content {
  text-align: center;
}
body#contact-us .page-section--page .container,
body#how-to-procure .page-section--page .container,
body#contact .page-section--page .container {
  margin: 0 auto;
}

#MainContent #col-main {
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 650px) {
  #MainContent #col-main .addresses > ul > li a {
    width: calc(100% - 52px);
  }
}
#MainContent #directions_text #direction_destination .name, #MainContent .addresses li a .name {
  color: #000;
  font-weight: bold;
}

#store-locator-title {
  font-size: 85px;
  font-size: 8.5rem;
  line-height: 70px;
  line-height: 7rem;
  text-align: center;
  margin: 50px 0;
}

.ymm__product-result-page .grid-view-item__title {
  line-height: 17px;
  line-height: 1.7rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .ymm__product-result-page .grid-view-item__title {
    line-height: 20px;
    line-height: 2rem;
  }
}
.ymm__product-result-page .grid-view-item__title a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  text-transform: none;
  letter-spacing: 0;
  margin: 20px 0 14px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .ymm__product-result-page .grid-view-item__title a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.ymm__product-result-page .grid-view-item__meta {
  display: block;
  width: 100%;
  text-align: right;
}
.ymm__product-result-page .grid-view-item__meta .ymm-product-price {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

#shipping-table th,
.custom-table th {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/cart-confirmation/_cart-confirmation.scss ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.cart-confirmation__message {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 15px;
  margin: 0 30px 10px 0px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 680px) {
  .cart-confirmation__message {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 20px;
  }
}
.cart-confirmation__message .icon {
  color: #000;
  margin-left: 10px;
  width: 18px;
  height: 18px;
}

.cart-confirmation__item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .cart-confirmation__item {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 0;
    padding-right: 30px;
    border-bottom: 0;
    border-right: 1px solid #e8e8e8;
  }
}
.cart-confirmation__item .cart-info__item-count {
  display: flex;
}

.cart-confirmation__content {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .cart-confirmation__content {
    grid-column: 2;
    grid-row: 2;
    padding: 0 0 0 30px;
  }
}
.cart-confirmation__content .button-collection {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.cart-confirmation__content .button-collection .button + .button {
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .cart-confirmation__content .button-collection {
    flex-flow: row nowrap;
  }
}
.cart-confirmation__content .button__checkout,
.cart-confirmation__content .button__edit-cart {
  width: calc(50% - 8px);
  padding: 14px 15px 13px;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/swatches/_swatches.scss ***!
  \**************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.swatch__option input[value="Extra Small"] + label .form__option-label-inner:after {
  content: "XS";
}
.swatch__option input[value=Small] + label .form__option-label-inner:after {
  content: "S";
}
.swatch__option input[value=Medium] + label .form__option-label-inner:after {
  content: "M";
}
.swatch__option input[value=Large] + label .form__option-label-inner:after {
  content: "L";
}
.swatch__option input[value="Extra Large"] + label .form__option-label-inner:after {
  content: "XL";
}
.swatch__option input[value="Extra Small"] + label .form__option-label-visually-hidden, .swatch__option input[value=Small] + label .form__option-label-visually-hidden, .swatch__option input[value=Medium] + label .form__option-label-visually-hidden, .swatch__option input[value=Large] + label .form__option-label-visually-hidden, .swatch__option input[value="Extra Large"] + label .form__option-label-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.swatch__title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  order: -1;
  width: 100%;
  padding: 0 5px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
  line-height: 24px;
}
.swatch__title:last-of-type {
  margin-bottom: 10px;
}

.swatch__subtitle {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}

.swatch__title .swatch__subtitle.show-swatch {
  display: inline;
}

.form__field--radio-text .swatch--disabled {
  color: #e8e8e8;
  border-color: #e8e8e8;
}

.form__field--radio-color .swatch--disabled .form__option-label-inner {
  opacity: 0.5;
}
.form__field--radio-color .swatch--disabled:after {
  content: "";
  background: #000;
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.form__field--radio-color .form__option-label {
  border: 1px solid #e8e8e8;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/product-specs/_product-specs.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
@media (min-width: 1024px) {
  .product-specs {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: calc(100% - (20px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .product-specs {
    width: calc(100% - (40px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .product-specs {
    width: calc(75% - (40px * 2));
  }
}
.product-specs .accordion {
  border-bottom: 1px solid #e8e8e8;
}
.product-specs .accordion__title {
  margin: 0 20px;
}
@media (min-width: 1024px) {
  .product-specs .accordion__title {
    margin: 0 35px;
  }
}
.product-specs .accordion__button {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.09375em;
}
@media (min-width: 1024px) {
  .product-specs .accordion__button {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .product-specs .accordion__button {
    letter-spacing: 2px;
    padding: 30px 0;
  }
}
.product-specs .accordion__button .accordion__icon .icon {
  height: 1em;
}
.product-specs .accordion__content {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .product-specs .accordion__content {
    padding: 0 30px;
  }
}
.product-specs .accordion__content.is-open {
  padding: 0 20px 25px;
}
@media (min-width: 1024px) {
  .product-specs .accordion__content.is-open {
    padding: 0 30px 30px;
  }
}
.product-specs .accordion__content--specs {
  padding: 0;
}
@media (min-width: 1024px) {
  .product-specs .accordion__content--specs {
    padding: 0 30px;
  }
}
.product-specs .accordion__content--specs.is-open {
  padding: 0 0 25px;
}
@media (min-width: 1024px) {
  .product-specs .accordion__content--specs.is-open {
    padding: 0 30px 30px;
  }
}

dialog {
  display: block;
  border: 0;
}

.specifications-tooltip {
  position: absolute;
  z-index: 666;
  top: 0;
  transform: translate(30px, -46%);
  left: 0;
  width: 100vw;
  max-width: 337px;
  padding: 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 1px solid #e8e8e8;
}
.specifications-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(5px, -5px) rotate(45deg);
  background: white;
  width: 10px;
  height: 10px;
  z-index: -1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.specifications-tooltip__wrapper {
  background: #fff;
  border-radius: 2px;
  padding: 20px 14px 20px 25px;
  text-align: left;
}

@media (min-width: 680px) {
  .specifications-container {
    position: relative;
    vertical-align: middle;
  }
}
.specifications-container .js-tooltip {
  position: relative;
  top: 2px;
}
@media (min-width: 680px) {
  .specifications-container .js-tooltip {
    top: auto;
  }
}

@media (max-width: 680px) {
  .specifications-tooltip {
    top: auto;
    bottom: 100%;
    left: 10px;
    width: calc(100vw - 40px);
    max-width: 337px;
    transform: none;
  }
  .specifications-tooltip::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: auto;
    left: 40px;
    transform: translate(5px, 5px) rotate(45deg);
  }
}
.specification-title {
  position: relative;
  min-width: 120px;
}

.specifications-tooltip__title {
  margin: 0;
  line-height: 1;
}

.specifications-tooltip__close {
  float: right;
  border: 0;
  transform: translate(3px, -13px);
  padding: 0;
  background-color: transparent;
}
.specifications-tooltip__close img {
  width: 9px;
}

.specifications-tooltip__content p {
  margin-bottom: 0;
}

.specification-table {
  border-collapse: collapse;
  width: 100%;
}
.specification-table td,
.specification-table th {
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  padding: 12px 20px 13px;
}
@media (min-width: 1024px) {
  .specification-table td,
.specification-table th {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 14px 41px 15px 41px;
  }
}
.specification-table tr:nth-child(even) {
  background-color: rgba(232, 232, 232, 0.5);
}
.specification-table th {
  opacity: 0;
}

.js-tooltip {
  background-color: transparent;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.js-tooltip svg {
  pointer-events: none;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/product-reviews/_product-reviews.scss ***!
  \****************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.product-reviews .section-block__title {
  text-align: center;
}

.product .yotpo div, .product .yotpo span, .product .yotpo p, .product .yotpo a, .product .yotpo img, .product .yotpo i, .product .yotpo strong, .product .yotpo sup, .product .yotpo ul, .product .yotpo li, .product .yotpo form, .product .yotpo label {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  color: #000 !important;
  line-height: 17px;
}

.product-reviews .yotpo .yotpo-bottomline .yotpo-icon-star,
.product-reviews .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.product-reviews .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #000;
}
.product-reviews .yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  color: #000;
}
.product-reviews .yotpo a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  color: #000 !important;
}
.product-reviews .yotpo a:hover {
  color: #000 !important;
  text-decoration: underline;
}
.product-reviews .yotpo .yotpo-default-button,
.product-reviews .yotpo input[type=button].yotpo-default-button {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  background: #000;
}
.product-reviews .yotpo.yotpo-main-widget .yotpo-label .yotpo-logo-title, .product-reviews .yotpo .yotpo-modal-dialog .yotpo-label .yotpo-logo-title {
  color: #000;
}
.product-reviews .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #000;
}
.product-reviews .yotpo .write-review .yotpo-header .yotpo-header-title {
  color: #000;
  font-size: 32px;
}
.product-reviews .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
  color: #000;
}
.product-reviews .yotpo .write-question-review-button .write-question-review-button-icon,
.product-reviews .yotpo .write-question-review-button .write-question-review-button-text {
  color: #fff !important;
}
.product-reviews .yotpo .write-question-review-button:hover .write-question-review-button-icon,
.product-reviews .yotpo .write-question-review-button:hover .write-question-review-button-text {
  color: #000 !important;
}
.product-reviews .yotpo .write-review .yotpo-header .yotpo-icon {
  color: #000;
}
.product-reviews .yotpo .y-label, .product-reviews .yotpo span.y-label {
  color: #000;
}
.product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
  background: #000;
}
.product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon,
.product-reviews .yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-review-stars .yotpo-icon,
.product-reviews .yotpo .yotpo-logo-link-new > *,
.product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #000;
}
.product-reviews .yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-name {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  color: #000;
}

.yotpo .yotpo-display-wrapper .yotpo-regular-box,
.yotpo .yotpo-display-wrapper .new-yotpo-small-box,
.yotpo .yotpo-display-wrapper .yotpo-reviews-filters,
.yotpo .yotpo-display-wrapper .yotpo-reviews-header {
  margin-left: 0;
  margin-right: 0;
}

.product__header .yotpo .yotpo-bottomline .yotpo-icon-star,
.product__header .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.product__header .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #000;
}
.product__header .yotpo a {
  color: #000;
  margin-left: 5px;
}
.product__header .yotpo a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.card--product .yotpo .standalone-bottomline.star-clickable, .card--product .yotpo .standalone-bottomline .star-clickable {
  flex-wrap: wrap;
}
.card--product .yotpo .yotpo-bottomline .yotpo-icon-star,
.card--product .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.card--product .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #000;
}
.card--product .yotpo a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  color: #000 !important;
}
.card--product .yotpo a:hover {
  color: #000 !important;
  text-decoration: underline;
}

.promoted-products-box .yotpo-main-title {
  display: none;
}
.yotpo-logo-link-new {
  display: none;
}

.yotpo-display-wrapper .product-related-fields-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.yotpo-display-wrapper .product-related-fields-item .product-related-fields-item-title {
  width: auto;
  margin-right: 10px;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/product-recommendations/_product-recommendations.scss ***!
  \********************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.product-recommendations .section-header__title {
  text-align: center;
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .product-recommendations .section-header__title {
    margin: 0 0 40px;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/products/_product.scss ***!
  \**************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.product {
  width: 100%;
  margin: 45px 0 0;
}
@media (min-width: 1024px) {
  .product {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 500px);
    grid-template-rows: auto 1fr;
    margin: 60px 0 0;
    column-gap: 50px;
  }
}
.product .background-image {
  width: 100%;
  height: 100%;
}
.product .form__label--product {
  margin-bottom: 8px;
}
.product .ks-chart-container span.ks-chart-modal-link {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500 !important;
  margin: 0;
}
.product .selector-wrapper--size {
  position: relative;
}

.kiwi-sizing-modal.modal-style-0 .ks-modal-header {
  border-radius: 0 !important;
}
.kiwi-sizing-modal.modal-style-0 .kiwi-sizing-modal-inner .ks-modal-header {
  border-bottom: 0 !important;
  padding-top: 30px !important;
  padding-bottom: 33px !important;
}
.kiwi-sizing-modal .kiwi-sizing-modal-inner .modal-title-header {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial !important;
  margin-bottom: 10px;
}
.kiwi-sizing-modal .kiwi-sizing-modal-inner .modal-title-sub-header {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.kiwi-sizing-modal .ks-unit-toggle {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kiwi-sizing-modal .ks-unit-toggle-label {
  width: 125px;
}
.kiwi-sizing-modal .ks-unit-toggle-wrapper {
  margin-bottom: 25px;
}
.kiwi-sizing-modal .ks-toggle-style-0 .ks-unit-toggle-wrapper .ks-unit-toggle, .kiwi-sizing-modal .ks-toggle-style-2 .ks-unit-toggle-label.kiwi-active {
  border-radius: 0;
}
.kiwi-sizing-modal .ks-table-content-wrapper {
  margin: 0 auto 30px;
}
.kiwi-sizing-modal a span {
  color: #000 !important;
}

.product__images {
  position: relative;
}
@media (min-width: 680px) {
  .product__images {
    display: grid;
    grid-template-columns: 68px minmax(0, auto);
    grid-template-rows: auto;
    grid-column: 1;
    grid-row: 1/span 2;
    align-self: start;
    grid-gap: 40px;
  }
  .ie11 .product__images {
    display: flex;
    flex-direction: row-reverse;
  }
}
.product__images .swiper-arrow__container.swiper-arrow__container--prev {
  left: 0;
  z-index: 3;
}
@media (min-width: 680px) {
  .product__images .swiper-arrow__container.swiper-arrow__container--prev {
    width: 100%;
    left: 0;
    background: white;
    top: 0;
    transform: none;
  }
}
@media (min-width: 680px) {
  .product__images .swiper-arrow__container.swiper-arrow__container--prev .icon__arrow--left {
    transform: rotate(90deg);
  }
}
.product__images .swiper-arrow__container.swiper-arrow__container--next {
  z-index: 3;
  right: 0;
}
@media (min-width: 680px) {
  .product__images .swiper-arrow__container.swiper-arrow__container--next {
    width: 100%;
    right: unset;
    left: 0;
    background: white;
    bottom: 0;
    top: unset;
    transform: none;
  }
}
@media (min-width: 680px) {
  .product__images .swiper-arrow__container.swiper-arrow__container--next .icon__arrow--right {
    transform: rotate(90deg);
  }
}
.product__images .swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 27px;
  height: 27px;
  background-color: #fff;
  color: #000;
}
.product__images .swiper-arrow.swiper-button-disabled {
  display: none;
}
.product__images .swiper-arrow .icon {
  font-size: 12px;
  line-height: 12px;
  transform-origin: center;
}

.product__thumbnail-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 680px) {
  .product__thumbnail-wrapper {
    flex-direction: column;
  }
}

.product__thumbnails {
  grid-row: 2;
  margin: 0;
  padding: 0;
}
@media (min-width: 680px) {
  .product__thumbnails {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
}
.product__thumbnails .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
  opacity: 1;
}
.product__thumbnails .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active .hover__icon {
  opacity: 1;
}
.product__thumbnails .swiper-slide .hover__icon {
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
}
.product__thumbnails .swiper-slide .hover__icon--top-left {
  top: 0;
  left: 0;
}
.product__thumbnails .swiper-slide .hover__icon--top-right {
  top: 0;
  right: 0;
}
.product__thumbnails .swiper-slide .hover__icon--bottom-right {
  bottom: 0;
  right: 0;
}
.product__thumbnails .swiper-slide .hover__icon--bottom-left {
  bottom: 0;
  left: 0;
}

.product__feature-image {
  grid-row: 1;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 680px) {
  .product__feature-image {
    grid-column: 2;
  }
}

.carousel--featured-product {
  width: 100%;
}

.carousel--product-thumbnails {
  width: 100%;
  position: relative;
}
@media (min-width: 680px) {
  .carousel--product-thumbnails {
    height: 400px;
  }
}

.product-single__media {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-single__media iframe,
.product-single__media img,
.product-single__media > video,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .plyr,
.product-single__media .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .media-video,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper {
  height: 100%;
}

.product-single__media--video {
  background-color: #f3f3f3;
}

@media (max-width: 680px) {
  .swiper-slide.product__thumbnail-item {
    display: block;
  }
}

.product-single__thumbnail {
  display: block;
}
@media (max-width: 680px) {
  .product-single__thumbnail {
    position: relative;
  }
  .product-single__thumbnail::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 100%;
    width: 1px;
  }
  .product-single__thumbnail::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media (min-width: 680px) {
  .product-single__thumbnail {
    height: 68px !important;
    position: relative;
  }
}

.product-single__thumbnail-image {
  border: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 680px) {
  .product-single__thumbnail-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.product__thumbnail-item {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.product-single__thumbnail-badge {
  position: absolute;
  top: 5px;
  right: 5px;
}

.product__content {
  padding: 10px 0 15px;
}
@media (min-width: 1024px) {
  .product__content {
    padding: 0px;
    grid-column: 2;
    grid-row: 2;
  }
}

.product__title {
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .product__title {
    margin: 10px 0;
  }
}

.product__tag {
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  padding: 3px 8px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .product__tag {
    padding: 6px 11px;
    top: 20px;
    right: 40px;
  }
}

.product__type {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}

.product__description {
  border-top: 1px solid #e8e8e8;
  margin-top: 25px;
  padding-top: 25px;
}
.product__description p:first-of-type,
.product__description ul:first-of-type {
  margin-top: 0;
}

.price__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.price__wrapper .line-item__final-sale {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
  padding: 3px 6px;
  margin-left: 15px;
}
.price__wrapper .line-item__final-sale span {
  text-transform: uppercase;
}
.price__wrapper .line-item__final-sale .tooltip {
  margin-left: 5px;
}
.price__wrapper .product__price {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.09375em;
  margin: 25px 0;
}
@media (min-width: 1024px) {
  .price__wrapper .product__price {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 44px;
    line-height: 4.4rem;
    letter-spacing: 2px;
    margin: 35px 0;
  }
}
.price__wrapper .product__price .price__sale {
  color: #707070;
}
.price__wrapper .product__price .price__original--sale {
  color: #000;
}

.product__excerpt {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .product__excerpt {
    margin-bottom: 10px;
  }
}

.product__form-wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.product__form-wrapper .add-to-cart {
  position: relative;
}
.product__form-wrapper .form__input {
  border: 0;
  border-radius: 0;
  width: 70px;
}

.product__quantity {
  margin-right: 10px;
  margin-bottom: 0;
}
.product__quantity .form__input-container {
  position: relative;
  width: 80px;
}
.product__quantity .cart__quantity {
  margin: 0;
}

.product__container {
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
}
@media (min-width: 1024px) {
  .product__container {
    margin-top: 35px;
    padding-top: 35px;
  }
}
.product__container .selector-wrapper {
  width: 100%;
}
.product__container .btn--add-to-cart--quick {
  width: 100%;
  justify-self: stretch;
  padding: 16px 10px 15px;
}
.product__container .btn--procure {
  width: 100%;
  padding: 16px 10px 15px;
}

.product__container--variants {
  flex-wrap: wrap;
  border-top: 0;
  margin-top: 0;
}
.product__container--variants .size-chart__container {
  order: -1;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.product__container--variants .size-chart__container .swatch__title--size {
  width: 50%;
}
.product__container--variants .size-chart__container .sizing-chart-container {
  width: 50%;
  text-align: right;
}

.product__container--milpro {
  border-top: 0;
  margin-top: 0;
}

.product__cart-subcopy {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 15px;
}
.product__cart-subcopy a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  font-weight: 500;
}

.product__model-description {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}

.product--feature-image {
  margin-top: 0;
  grid-gap: 50px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .product--feature-image {
    width: calc(100% - 80px);
  }
}
.product--feature-image .product__images {
  grid-row: 2;
}

.product__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  grid-row: 1;
  grid-column: 1/span 2;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .product__header {
    padding: 50px 0;
  }
}

.product--milpro .product__excerpt {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .product--milpro .product__excerpt {
    margin-top: 35px;
  }
}
.product--milpro .product__cart-subcopy {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .product--milpro .product__cart-subcopy {
    margin-top: 35px;
  }
}

.cart__message--error {
  margin-top: 10px;
  color: #e71d1d;
}

.product__hero-image .background-image {
  max-height: 500px;
}

.klarna__container {
  margin-top: 20px;
}

.template-product .shop-page-banner {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  color: #17120f;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #eae7e4;
  border-radius: 0px;
  border-width: 1px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 20px;
  width: 100%;
  max-width: 320px;
  filter: grayscale(100%);
}
.template-product .klarna__container {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  width: 100%;
  max-width: 320px;
  filter: grayscale(100%);
}
.template-product #shopify-payment-terms-modal h1 {
  font-family: "Tungsten", "Tungsten B", Tahoma, Arial;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.template-product #shopify-payment-terms-modal section {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/search/_search.scss ***!
  \***********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--search-results {
  grid-column: full;
}
.page-section--search-results .search-results__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-section--search-results .search-results__item {
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-flow: row nowrap;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .page-section--search-results .search-results__item {
    padding: 40px 0;
  }
}
.page-section--search-results .search-results__image {
  flex: 0 1 16.667%;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .page-section--search-results .search-results__image {
    max-width: 150px;
    margin-right: 40px;
  }
}
.page-section--search-results .search-results__content {
  flex: 0 1 83.333%;
}
@media (min-width: 1024px) {
  .page-section--search-results .search-results__content {
    max-width: 66.6666666667%;
  }
}
.page-section--search-results .search-results__title {
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .page-section--search-results .search-results__title {
    margin-bottom: 10px;
  }
}
.page-section--search-results .search-results__link {
  padding-bottom: 0;
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/customers/account/_account.scss ***!
  \***********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.page-section--account-details .address {
  margin: 20px 0;
}

.account-details__title {
  margin-top: 0;
}

.form-success {
  padding-bottom: 30px;
}

.breadcrumbs-container {
  margin-bottom: 20px;
}

.button__log-out {
  margin-top: 20px;
}

.form__cancel-link {
  display: block;
  margin-top: 20px;
}

.order-table__table {
  width: 100%;
  border-collapse: collapse;
}
.order-table__table th,
.order-table__table td {
  border: 0;
}
.order-table__table tr:nth-child(2n) {
  background: #fff;
}

tr.order-table__header {
  border-bottom: 1px solid #e8e8e8;
}

.order-table__header-item {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  padding: 10px 0 0;
}
.order-table__header-item:last-of-type {
  text-align: right;
}
@media (min-width: 680px) {
  .order-table__header-item:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 680px) {
  .order-table__header-item {
    text-align: left;
    padding: 0px 10px 20px 0;
  }
}

td.order-table__item {
  padding: 10px 0 0;
  min-width: 100px;
}
@media (min-width: 680px) {
  td.order-table__item {
    text-align: left;
    padding: 20px 5px;
  }
}
td.order-table__item:last-of-type {
  text-align: right;
  padding: 10px 0 10px;
}
@media (min-width: 680px) {
  td.order-table__item:last-of-type {
    padding: 20px 0;
  }
}
td.order-table__item:not(.order-table__item-price) {
  font-size: 16px;
  font-size: 1.6rem;
}

.order-table__row {
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 680px) {
  .order-table__row {
    border-top: 0;
  }
}

.order-table__footer .order-table__row {
  border-top: 0;
  width: 100%;
}
.order-table__footer .order-table__row:first-of-type {
  border-top: 1px solid #e8e8e8;
}
.order-table__footer .order-table__row .small--hide {
  display: none;
}
@media (min-width: 680px) {
  .order-table__footer .order-table__row .small--hide {
    display: table-cell;
  }
}
.order-table__footer .order-table__row .order-table__item {
  padding: 10px 0 0;
}
@media (min-width: 680px) {
  .order-table__footer .order-table__row .order-table__item {
    padding: 20px 0 0;
  }
}

.address p {
  margin-bottom: 0;
}
.address .address__title {
  margin-bottom: 5px;
}
.address .button-collection--address {
  align-items: center;
  margin-bottom: 0;
}
.address .button-collection--address .form__button {
  margin-right: 20px;
}

#address_form_new {
  margin-top: 30px;
}

.form--address-edit {
  margin-top: 20px;
}

.page-section--account-details a {
  font-size: 16px;
  font-size: 1.6rem;
}

.template-addresses .form__wrapper {
  margin-left: 0;
}
.template-addresses .button--link {
  font-family: "Gotham Narrow A", "Gotham Narrow B", Helvetica, Verdana;
  font-style: normal;
  font-weight: 500;
  color: #333333;
  background-color: transparent;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.template-addresses .button--link:hover {
  color: rgba(51, 51, 51, 0.7);
  transition: all 0.2s ease;
}
.template-addresses .button--address-update {
  margin-right: 10px;
}

.order-page__title {
  margin-top: 0;
  margin-bottom: 5px;
}

.order-page__subtitle {
  margin-bottom: 40px;
}

.order-addresses {
  margin-bottom: 40px;
}

.page-header--account-form .page-header__content {
  padding-bottom: 0;
  text-align: center;
}

.template-account .page-header__title {
  margin-bottom: 30px;
}

.page-header--addresses .page-header__content {
  padding-bottom: 20px;
}

.form__register-link {
  display: block;
  margin-bottom: 10px;
}

.shopify-challenge__container {
  padding: 60px 0;
}
.shopify-challenge__container .shopify-challenge__error {
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #e71d1d;
  margin-bottom: 20px;
}
.shopify-challenge__container .shopify-challenge__button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 19px 25px 17px;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  margin-top: 30px;
}

.page-section__divider {
  width: 100%;
  margin: 0;
  height: 1px;
  background-color: #e8e8e8;
  border: none;
}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/customers/addresses/_addresses.scss ***!
  \***************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.addresses [aria-expanded=true] ~ div.address__form {
  display: block;
}

.addresses [aria-expanded=false] ~ div.address__form {
  display: none;
}

.address__form--edit {
  width: 100%;
}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/customers/order/_order.scss ***!
  \*******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * 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);
 * }
 */
.order-page__title {
  margin-top: 0;
  margin-bottom: 5px;
}

.order-page__subtitle {
  margin-bottom: 40px;
}

.order-addresses {
  margin-bottom: 40px;
}
