/** Shopify CDN: Minification failed

Line 456:2 Expected identifier but found "*"
Line 542:2 Expected identifier but found "*"
Line 737:9 Unexpected "("
Line 741:9 Unexpected "("
Line 745:9 Unexpected "("
Line 748:9 Unexpected "("
Line 752:9 Unexpected "("
Line 755:9 Unexpected "("
Line 758:9 Unexpected "("
Line 762:9 Unexpected "("
... and 92 more hidden warnings

**/
@charset "UTF-8";
/*============================================================================
 [replace with theme name] | Built with Slate
 - You cannot use native CSS/Sass @imports in this file without a build script
 ==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
 Prefix mixin for generating vendor prefixes.
 Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss
 Usage:
 // Input:
 .element {
 @include prefix(transform, scale(1), ms webkit spec);
 }
 // Output:
 .element {
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
 }
 ==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Variables ================*/
/*============================================================================
 Grid Breakpoints and Class Names
 - Do not change the variable names
 ==============================================================================*/
/*============================================================================
 Generate breakpoint-specific column widths and push classes
 - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
 - Default is no push classes
 - Will not work if `styles/global/grid.scss` is removed
 ==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*================ Slate specific reset ================*/
*, *::before, *::after {
  box-sizing: border-box;
}
body, input, textarea, button, select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  color: inherit;
}
img {
  max-width: 100%;
}
/*================ Form element helpers ================*/
form {
  margin: 0;
}
@media only screen and (max-width: 989px) {
  input, textarea, select {
    font-size: 16px;
  }
}
button, input[type="submit"], label[for] {
  cursor: pointer;
}
option {
  color: --color-main;
  background-color: #fff;
}
[tabindex='-1']:focus {
  outline: none;
}
/*============================================================================
 Fast Tap
 enables no-delay taps (FastClick-esque) on supporting browsers
 ==============================================================================*/
a, button, [role="button"], input, label, select, textarea {
  touch-action: manipulation;
}
/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.js-focus-hidden:focus {
  outline: none;
}
.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.no-placeholder .label-hidden {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}
.no-js .js {
  display: none;
}
.supports-no-cookies:not(html) {
  display: none;
}
html.supports-no-cookies .supports-no-cookies:not(html) {
  display: block;
}
html.supports-no-cookies .supports-cookies {
  display: none;
}
/*============================================================================
 Skip to content button
 - Overrides .visually-hidden when focused
 ==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: --color-main;
  background-color: #fff;
  padding: 15px;
  z-index: 10000;
  transition: none;
}
/*============================================================================
 Grid
 - Based on CSS Wizardry grid
 ==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}
.grid::after {
  content: '';
  display: table;
  clear: both;
}
.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}
.grid__item[class*='--push'] {
  position: relative;
}
/*============================================================================
 Reversed grids allow you to structure your source in the opposite
 order to how your rendered layout will appear.
 ==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}
/*============================================================================
 Grid Columns
 - Create width classes, prepended by the breakpoint name.
 ==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%;
}
/* Halves */
.one-half {
  width: 50%;
}
/* Thirds */
.one-third {
  width: 33.3333333333%;
}
.two-thirds {
  width: 66.6666666667%;
}
/* Quarters */
.one-quarter {
  width: 25%;
}
.two-quarters {
  width: 50%;
}
.three-quarters {
  width: 75%;
}
/* Fifths */
.one-fifth {
  width: 20%;
}
.two-fifths {
  width: 40%;
}
.three-fifths {
  width: 60%;
}
.four-fifths {
  width: 80%;
}
/* Sixths */
.one-sixth {
  width: 16.6666666667%;
}
.two-sixths {
  width: 33.3333333333%;
}
.three-sixths {
  width: 50%;
}
.four-sixths {
  width: 66.6666666667%;
}
.five-sixths {
  width: 83.3333333333%;
}
/* Eighths */
.one-eighth {
  width: 12.5%;
}
.two-eighths {
  width: 25%;
}
.three-eighths {
  width: 37.5%;
}
.four-eighths {
  width: 50%;
}
.five-eighths {
  width: 62.5%;
}
.six-eighths {
  width: 75%;
}
.seven-eighths {
  width: 87.5%;
}
/* Tenths */
.one-tenth {
  width: 10%;
}
.two-tenths {
  width: 20%;
}
.three-tenths {
  width: 30%;
}
.four-tenths {
  width: 40%;
}
.five-tenths {
  width: 50%;
}
.six-tenths {
  width: 60%;
}
.seven-tenths {
  width: 70%;
}
.eight-tenths {
  width: 80%;
}
.nine-tenths {
  width: 90%;
}
/* Twelfths */
.one-twelfth {
  width: 8.3333333333%;
}
.two-twelfths {
  width: 16.6666666667%;
}
.three-twelfths {
  width: 25%;
}
.four-twelfths {
  width: 33.3333333333%;
}
.five-twelfths {
  width: 41.6666666667%;
}
.six-twelfths {
  width: 50%;
}
.seven-twelfths {
  width: 58.3333333333%;
}
.eight-twelfths {
  width: 66.6666666667%;
}
.nine-twelfths {
  width: 75%;
}
.ten-twelfths {
  width: 83.3333333333%;
}
.eleven-twelfths {
  width: 91.6666666667%;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
  .small (max-width: 749px)--one-whole {
    width: 100%;
    /* Halves */
  }
  .small (max-width: 749px)--one-half {
    width: 50%;
    /* Thirds */
  }
  .small (max-width: 749px)--one-third {
    width: 33.3333333333%;
  }
  .small (max-width: 749px)--two-thirds {
    width: 66.6666666667%;
    /* Quarters */
  }
  .small (max-width: 749px)--one-quarter {
    width: 25%;
  }
  .small (max-width: 749px)--two-quarters {
    width: 50%;
  }
  .small (max-width: 749px)--three-quarters {
    width: 75%;
    /* Fifths */
  }
  .small (max-width: 749px)--one-fifth {
    width: 20%;
  }
  .small (max-width: 749px)--two-fifths {
    width: 40%;
  }
  .small (max-width: 749px)--three-fifths {
    width: 60%;
  }
  .small (max-width: 749px)--four-fifths {
    width: 80%;
    /* Sixths */
  }
  .small (max-width: 749px)--one-sixth {
    width: 16.6666666667%;
  }
  .small (max-width: 749px)--two-sixths {
    width: 33.3333333333%;
  }
  .small (max-width: 749px)--three-sixths {
    width: 50%;
  }
  .small (max-width: 749px)--four-sixths {
    width: 66.6666666667%;
  }
  .small (max-width: 749px)--five-sixths {
    width: 83.3333333333%;
    /* Eighths */
  }
  .small (max-width: 749px)--one-eighth {
    width: 12.5%;
  }
  .small (max-width: 749px)--two-eighths {
    width: 25%;
  }
  .small (max-width: 749px)--three-eighths {
    width: 37.5%;
  }
  .small (max-width: 749px)--four-eighths {
    width: 50%;
  }
  .small (max-width: 749px)--five-eighths {
    width: 62.5%;
  }
  .small (max-width: 749px)--six-eighths {
    width: 75%;
  }
  .small (max-width: 749px)--seven-eighths {
    width: 87.5%;
    /* Tenths */
  }
  .small (max-width: 749px)--one-tenth {
    width: 10%;
  }
  .small (max-width: 749px)--two-tenths {
    width: 20%;
  }
  .small (max-width: 749px)--three-tenths {
    width: 30%;
  }
  .small (max-width: 749px)--four-tenths {
    width: 40%;
  }
  .small (max-width: 749px)--five-tenths {
    width: 50%;
  }
  .small (max-width: 749px)--six-tenths {
    width: 60%;
  }
  .small (max-width: 749px)--seven-tenths {
    width: 70%;
  }
  .small (max-width: 749px)--eight-tenths {
    width: 80%;
  }
  .small (max-width: 749px)--nine-tenths {
    width: 90%;
    /* Twelfths */
  }
  .small (max-width: 749px)--one-twelfth {
    width: 8.3333333333%;
  }
  .small (max-width: 749px)--two-twelfths {
    width: 16.6666666667%;
  }
  .small (max-width: 749px)--three-twelfths {
    width: 25%;
  }
  .small (max-width: 749px)--four-twelfths {
    width: 33.3333333333%;
  }
  .small (max-width: 749px)--five-twelfths {
    width: 41.6666666667%;
  }
  .small (max-width: 749px)--six-twelfths {
    width: 50%;
  }
  .small (max-width: 749px)--seven-twelfths {
    width: 58.3333333333%;
  }
  .small (max-width: 749px)--eight-twelfths {
    width: 66.6666666667%;
  }
  .small (max-width: 749px)--nine-twelfths {
    width: 75%;
  }
  .small (max-width: 749px)--ten-twelfths {
    width: 83.3333333333%;
  }
  .small (max-width: 749px)--eleven-twelfths {
    width: 91.6666666667%;
  }
  .grid--uniform .small (max-width: 749px)--one-half:nth-child(2n+1), .grid--uniform .small (max-width: 749px)--one-third:nth-child(3n+1), .grid--uniform .small (max-width: 749px)--one-quarter:nth-child(4n+1), .grid--uniform .small (max-width: 749px)--one-fifth:nth-child(5n+1), .grid--uniform .small (max-width: 749px)--one-sixth:nth-child(6n+1), .grid--uniform .small (max-width: 749px)--two-sixths:nth-child(3n+1), .grid--uniform .small (max-width: 749px)--three-sixths:nth-child(2n+1), .grid--uniform .small (max-width: 749px)--one-eighth:nth-child(8n+1), .grid--uniform .small (max-width: 749px)--two-eighths:nth-child(4n+1), .grid--uniform .small (max-width: 749px)--four-eighths:nth-child(2n+1), .grid--uniform .small (max-width: 749px)--five-tenths:nth-child(2n+1), .grid--uniform .small (max-width: 749px)--one-twelfth:nth-child(12n+1), .grid--uniform .small (max-width: 749px)--two-twelfths:nth-child(6n+1), .grid--uniform .small (max-width: 749px)--three-twelfths:nth-child(4n+1), .grid--uniform .small (max-width: 749px)--four-twelfths:nth-child(3n+1), .grid--uniform .small (max-width: 749px)--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
  .small (max-width: 749px)--show {
    display: block !important;
  }
  .small (max-width: 749px)--hide {
    display: none !important;
  }
  .small (max-width: 749px)--text-left {
    text-align: left !important;
  }
  .small (max-width: 749px)--text-right {
    text-align: right !important;
  }
  .small (max-width: 749px)--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up (min-width: 750px)--one-whole {
    width: 100%;
    /* Halves */
  }
  .medium-up (min-width: 750px)--one-half {
    width: 50%;
    /* Thirds */
  }
  .medium-up (min-width: 750px)--one-third {
    width: 33.3333333333%;
  }
  .medium-up (min-width: 750px)--two-thirds {
    width: 66.6666666667%;
    /* Quarters */
  }
  .medium-up (min-width: 750px)--one-quarter {
    width: 25%;
  }
  .medium-up (min-width: 750px)--two-quarters {
    width: 50%;
  }
  .medium-up (min-width: 750px)--three-quarters {
    width: 75%;
    /* Fifths */
  }
  .medium-up (min-width: 750px)--one-fifth {
    width: 20%;
  }
  .medium-up (min-width: 750px)--two-fifths {
    width: 40%;
  }
  .medium-up (min-width: 750px)--three-fifths {
    width: 60%;
  }
  .medium-up (min-width: 750px)--four-fifths {
    width: 80%;
    /* Sixths */
  }
  .medium-up (min-width: 750px)--one-sixth {
    width: 16.6666666667%;
  }
  .medium-up (min-width: 750px)--two-sixths {
    width: 33.3333333333%;
  }
  .medium-up (min-width: 750px)--three-sixths {
    width: 50%;
  }
  .medium-up (min-width: 750px)--four-sixths {
    width: 66.6666666667%;
  }
  .medium-up (min-width: 750px)--five-sixths {
    width: 83.3333333333%;
    /* Eighths */
  }
  .medium-up (min-width: 750px)--one-eighth {
    width: 12.5%;
  }
  .medium-up (min-width: 750px)--two-eighths {
    width: 25%;
  }
  .medium-up (min-width: 750px)--three-eighths {
    width: 37.5%;
  }
  .medium-up (min-width: 750px)--four-eighths {
    width: 50%;
  }
  .medium-up (min-width: 750px)--five-eighths {
    width: 62.5%;
  }
  .medium-up (min-width: 750px)--six-eighths {
    width: 75%;
  }
  .medium-up (min-width: 750px)--seven-eighths {
    width: 87.5%;
    /* Tenths */
  }
  .medium-up (min-width: 750px)--one-tenth {
    width: 10%;
  }
  .medium-up (min-width: 750px)--two-tenths {
    width: 20%;
  }
  .medium-up (min-width: 750px)--three-tenths {
    width: 30%;
  }
  .medium-up (min-width: 750px)--four-tenths {
    width: 40%;
  }
  .medium-up (min-width: 750px)--five-tenths {
    width: 50%;
  }
  .medium-up (min-width: 750px)--six-tenths {
    width: 60%;
  }
  .medium-up (min-width: 750px)--seven-tenths {
    width: 70%;
  }
  .medium-up (min-width: 750px)--eight-tenths {
    width: 80%;
  }
  .medium-up (min-width: 750px)--nine-tenths {
    width: 90%;
    /* Twelfths */
  }
  .medium-up (min-width: 750px)--one-twelfth {
    width: 8.3333333333%;
  }
  .medium-up (min-width: 750px)--two-twelfths {
    width: 16.6666666667%;
  }
  .medium-up (min-width: 750px)--three-twelfths {
    width: 25%;
  }
  .medium-up (min-width: 750px)--four-twelfths {
    width: 33.3333333333%;
  }
  .medium-up (min-width: 750px)--five-twelfths {
    width: 41.6666666667%;
  }
  .medium-up (min-width: 750px)--six-twelfths {
    width: 50%;
  }
  .medium-up (min-width: 750px)--seven-twelfths {
    width: 58.3333333333%;
  }
  .medium-up (min-width: 750px)--eight-twelfths {
    width: 66.6666666667%;
  }
  .medium-up (min-width: 750px)--nine-twelfths {
    width: 75%;
  }
  .medium-up (min-width: 750px)--ten-twelfths {
    width: 83.3333333333%;
  }
  .medium-up (min-width: 750px)--eleven-twelfths {
    width: 91.6666666667%;
  }
  .grid--uniform .medium-up (min-width: 750px)--one-half:nth-child(2n+1), .grid--uniform .medium-up (min-width: 750px)--one-third:nth-child(3n+1), .grid--uniform .medium-up (min-width: 750px)--one-quarter:nth-child(4n+1), .grid--uniform .medium-up (min-width: 750px)--one-fifth:nth-child(5n+1), .grid--uniform .medium-up (min-width: 750px)--one-sixth:nth-child(6n+1), .grid--uniform .medium-up (min-width: 750px)--two-sixths:nth-child(3n+1), .grid--uniform .medium-up (min-width: 750px)--three-sixths:nth-child(2n+1), .grid--uniform .medium-up (min-width: 750px)--one-eighth:nth-child(8n+1), .grid--uniform .medium-up (min-width: 750px)--two-eighths:nth-child(4n+1), .grid--uniform .medium-up (min-width: 750px)--four-eighths:nth-child(2n+1), .grid--uniform .medium-up (min-width: 750px)--five-tenths:nth-child(2n+1), .grid--uniform .medium-up (min-width: 750px)--one-twelfth:nth-child(12n+1), .grid--uniform .medium-up (min-width: 750px)--two-twelfths:nth-child(6n+1), .grid--uniform .medium-up (min-width: 750px)--three-twelfths:nth-child(4n+1), .grid--uniform .medium-up (min-width: 750px)--four-twelfths:nth-child(3n+1), .grid--uniform .medium-up (min-width: 750px)--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
  .medium-up (min-width: 750px)--show {
    display: block !important;
  }
  .medium-up (min-width: 750px)--hide {
    display: none !important;
  }
  .medium-up (min-width: 750px)--text-left {
    text-align: left !important;
  }
  .medium-up (min-width: 750px)--text-right {
    text-align: right !important;
  }
  .medium-up (min-width: 750px)--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
body, html {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
}
.page-width {
  *zoom: 1;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto;
}
.page-width::after {
  content: '';
  display: table;
  clear: both;
}
/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
.no-svg .icon {
  display: none;
}
.icon--wide {
  width: 40px;
}
svg.icon:not(.icon--full-color) circle, symbol.icon:not(.icon--full-color) circle, svg.icon:not(.icon--full-color) ellipse, symbol.icon:not(.icon--full-color) ellipse, svg.icon:not(.icon--full-color) g, symbol.icon:not(.icon--full-color) g, svg.icon:not(.icon--full-color) line, symbol.icon:not(.icon--full-color) line, svg.icon:not(.icon--full-color) path, symbol.icon:not(.icon--full-color) path, svg.icon:not(.icon--full-color) polygon, symbol.icon:not(.icon--full-color) polygon, svg.icon:not(.icon--full-color) polyline, symbol.icon:not(.icon--full-color) polyline, svg.icon:not(.icon--full-color) rect, symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit;
}
/*============================================================================
 A generic way to visually hide content while
 remaining accessible to screen readers (h5bp.com)
 ==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.no-svg .icon-fallback-text {
  position: static !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: 'none';
  -ms-user-select: 'none';
  -webkit-user-select: 'none';
  user-select: 'none';
  cursor: default;
}
/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 1.5 * --font-size-base * 120 / 35;
  height: 1.5 * --font-size-base;
}
/*================ Rich Text Editor ================*/
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte ul, .rte ol {
  margin: 0 0 15px 30px;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}
.text-center.rte ul, .text-center .rte ul, .text-center.rte ol, .text-center .rte ol {
  margin-left: 0;
  list-style-position: inside;
}
.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.rte__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*============================================================================
 Responsive tables, defined with .responsive-table on table element.
 ==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    display: block;
  }
  .responsive-table tr, .responsive-table td {
    float: left;
    clear: both;
    width: 100%;
  }
  .responsive-table th, .responsive-table td {
    display: block;
    text-align: right;
    padding: 15px;
    margin: 0;
  }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    padding-right: 10px;
  }
  .responsive-table-row + .responsive-table-row, tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px;
  }
  .responsive-table-row + .responsive-table-row::after, tfoot > .responsive-table-row:first-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #f6f6f6;
  }
}
/*============================================================================
 Form scaffolding
 - Selectors setup for you to style form elements how you want
 - Focus, error, and disabled states are set to be extended
 ==============================================================================*/
input, textarea, select {
  border: 1px solid #f6f6f6;
  border-radius: 0;
  max-width: 100%;
}
input[disabled], textarea[disabled], select[disabled] {
  cursor: default;
  background-color: #000;
  border-color: #000;
}
textarea {
  min-height: 100px;
}
/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(var(--ico-select));
  background-repeat: no-repeat;
  background-position: right 10px top 2px;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  background-size: 11px auto;
  /*================ Hide the svg arrow in IE9 ================*/
}
.ie9 select {
  padding-right: 10px;
  background-image: none;
}
select::-ms-expand {
  display: none;
}
/*================ Error styles ================*/
input.input-error, select.input-error, textarea.input-error {
  border-color: #000;
  background-color: #000;
  color: #000;
}
.placeholder-svg {
  display: block;
  fill: rgba(--color-main);
  background-color: rgba(--color-main);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(--color-main);
}
.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;
}
/*================ MODULES ================*/
/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto;
}
.apple-wallet-image {
  display: block;
  margin: 0 auto;
}
/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  html, body {
    background-color: #fff;
    color: #000;
  }
  .print-giftcard, .apple-wallet {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .header-bar {
    position: fixed;
    z-index: 1000;
    background: #4267B2;
    width: 100%;
    padding-bottom: 0.5rem;
    top: -2.5px;
  }
  .main-content {
    margin-top: 25rem !important;
  }
}
@media screen and (min-width: 700px) {
  .site-header {
    position: left;
    z-index: 1000;
    background: black;
    width: 100%;
    padding-top: 5rem;
    top: 0px;
  }
  .main-content {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 700px) {
  .site-nav {
    position: fixed;
    z-index: 1000;
    background: black;
    width: 100%;
    padding-bottom: -10rem;
    top: 15px;
  }
  .main-content {
    margin-top: 0rem !important;
  }
}
.additional-checkout-buttons {
  display: none !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded._2ogcW-Q9I-rgsSkNbRiJzA._2EiMjnumZ6FVtlC7RViKtj._2-dUletcCZ2ZL1aaH0GXxT {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  line-height: 1em;
  display: inline-block;
  width: 100%;
  padding: 17px 30px;
  border-radius: 10px;
  max-width: 330px;
  font-family: Archivo, sans-serif;
}
@media screen and (min-width: 700px) {
  .dynamic-checkout {
    display: inline-flex;
    transform: translateY(6px);
  }
  .dynamic-checkout button {
    min-width: 330px;
  }
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded._2ogcW-Q9I-rgsSkNbRiJzA._2EiMjnumZ6FVtlC7RViKtj._2-dUletcCZ2ZL1aaH0GXxT {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  line-height: 1em;
  display: inline-block;
  width: 100%;
  padding: 17px 30px;
  border-radius: 10px;
  max-width: 330px;
  font-family: Archivo, sans-serif;
}
@media screen and (min-width: 700px) {
  .dynamic-checkout {
    display: inline-flex;
    transform: translateY(6px);
  }
  .dynamic-checkout button {
    min-width: 330px;
  }
}
#ZooomyHotProducts {
  display: none;
}
.zooomyptitle {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .zooomyptitle {
    min-height: 80px;
  }
}
@media screen and (max-width: 320px) {
  .zooomyptitle {
    min-height: 120px;
  }
}
.zooomyprice {
  margin-bottom: 5px;
}
.recently-viewed {
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
.recently-viewed h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.recently-viewed .grid {
  margin-left: 0;
  justify-content: center;
}
.recently-viewed .grid .grid__item {
  width: 100%;
  float: none;
  text-align: center;
  padding-left: 0;
}
.recently-viewed .image-container {
  margin-bottom: 15px;
  min-height: 250px;
}
.recently-viewed .image-container a {
  display: block;
  text-align: center;
  height: 250px;
  vertical-align: middle;
}
.recently-viewed .image-container img {
  max-width: 100%;
  height: 100%;
  width: auto;
  object-fit: contain;
}
.recently-viewed .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recently-viewed .details .title {
  min-height: 65px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .recently-viewed .details .title {
    min-height: 80px;
  }
}
@media screen and (max-width: 320px) {
  .recently-viewed .details .title {
    min-height: 120px;
  }
}
.recently-viewed .details .price {
  color: #2090C1;
  margin-bottom: 5px;
}
.recently-viewed .details .button {
  border-radius: 5px;
  padding: 10px 0;
  line-height: 20px;
  width: 96%;
  max-width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  background: #2090C1;
  border: 0px solid #2090C1;
}
.recently-viewed .swiper-button-next, .recently-viewed .swiper-button-prev {
  background-image: none;
  font-size: 40px;
  padding: 2px 6px;
  font-weight: normal;
  font-family: monospace;
  line-height: 34px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.recently-viewed .swiper-button-next {
  right: 50px;
}
@media screen and (max-width: 425px) {
  .recently-viewed .swiper-button-next {
    right: 10px;
  }
}
.recently-viewed .swiper-button-prev {
  left: 50px;
}
@media screen and (max-width: 425px) {
  .recently-viewed .swiper-button-prev {
    left: 10px;
  }
}
.is-hidden {
  display: none;
}
.guarantees-bar .item span {
  font-size: 0.8em;
}
.guarantees-bar .item svg {
  max-height: 20px;
  max-width: 30px;
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  #shopify-section-header {
    height: auto;
  }
  .product-summary .guarantees-box .item {
    width: 25% !important;
  }
  .product-summary .guarantees-box .list {
    justify-content: center !important;
  }
}
@media screen and (min-width: 1400px) {
  .guarantees-bar .item {
    width: calc(100% / 7.5) !important;
  }
}
@media screen and (max-width: 1024px) {
  .paypal-afterpay-container .paypal-message {
    padding: 20px 20px 40px !important;
  }
  
  shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  .paypal-afterpay-container .paypal-message {
    padding: 20px 20px 50px !important;
  }
}
