@charset "UTF-8";
/*============================================================================
  Cascade | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
#MainContent {
  visibility: visible;
  opacity: 1;
}

/*! 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 */
}

@font-face {
  font-family: 'ZurichBT-Roman';
  src: url("/cdn/shop/files/ZurichBT.woff?v=1708926955") format('woff2'),
     url("/cdn/shop/files/ZurichBT.woff2?v=1708926955") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ZurichBT-Bold';
  src: url("/cdn/shop/files/Zurich-Bold.woff2?v=1708926942") format('woff2'),
     url("/cdn/shop/files/Zurich-Bold.woff?v=1708926942") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cardinal Fruit';
  src: url("//thefringes.co/cdn/shop/files/cardinalfruitweb-regular-TRIAL.woff?6247") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Sections
   ========================================================================== */

body, html {
  scroll-behavior: smooth;
}

html, body, button {
  letter-spacing: 0.02rem !important;
}

.submenu-linklists {
  visibility: hidden;
  opacity: 0;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  padding-bottom: 30px;
}

/**
 * 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.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-family: 'ZurichBT-Bold', Hlevetica, Arial;
  font-weight:normal !important;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
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.
 */

/* 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,
.disclosure__toggle,
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,
.disclosure__toggle {
  /* 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.
 */

/**
 * 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.
 */

/**
 * 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.
 */

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

/*
 * Add the correct display in all browsers.
 */

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

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

/*================ UTILS ================*/
/* stylelint-disable declaration-no-important */
/* ================ 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 ================*/
/*================ Typography Variables ================*/
/* Type */
/*============================================================================
  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 ================*/
/* Bass CSS Variables */
/* Widths
========================================================================== */
/* Spacing
========================================================================== */
/* Z-Index
========================================================================== */
/* Borders
========================================================================== */
/* Typography
========================================================================== */
/* Line Height
========================================================================== */
/* Drawers
========================================================================== */
/* =======================================================================
 Colors
========================================================================== */
/* Primary combination */
/* Secondary combination */
/* Tertiary combination */
/* ================ BASE ================ */
.bg--primary-background {
  --color-focus-ring: var(--color-primary-accent);
  --color-focus-ring--faded: var(--color-primary-accent--faded);
}

.bg--secondary-background {
  --color-focus-ring: var(--color-secondary-accent);
  --color-focus-ring--faded: var(--color-secondary-accent--faded);
}

.bg--tertiary-background {
  --color-focus-ring: var(--color-tertiary-accent);
  --color-focus-ring--faded: var(--color-tertiary-accent--faded);
}

.bg--active-background {
  --color-focus-ring: var(--color-active-accent);
  --color-focus-ring--faded: var(--color-active-accent--faded);
}

.site-header.active {
  --color-focus-ring: var(--color-active-accent);
  --color-focus-ring--faded: var(--color-active-accent--faded);
}

.user-is-tabbing *:focus {
  outline: transparent;
  outline: 3px solid transparent;
  border-color: var(--color-focus-ring);
  box-shadow: inset 0 1px 0 0 rgba(100, 100, 100, 0.05), 0 0 0 1px white, 0 0 0 3px var(--color-focus-ring);
}

/**
 * Override additional checkout buttons’
 * custom styles
 */

.user-is-tabbing .additional_checkout_buttons button:focus, .user-is-tabbing .additional_checkout_buttons [role=button]:focus, .user-is-tabbing .additional_checkout_buttons div[role=button]:focus {
  outline: transparent !important;
  outline: 3px solid transparent !important;
  border-color: var(--color-focus-ring) !important;
  box-shadow: inset 0 1px 0 0 rgba(100, 100, 100, 0.05), 0 0 0 1px white, 0 0 0 3px var(--color-focus-ring) !important;
}

/**
 * Handle a few cases where the focus ring
 * is clipped by a parent’s overflow: hidden
 *
 */
body.user-is-tabbing .items .relative:focus,
body.user-is-tabbing .overflow--hidden .relative:focus,
body.user-is-tabbing .items .video-holder a:focus,
body.user-is-tabbing .section-gallery a:focus,
body.user-is-tabbing .mobile-flickity .product-grid-item:focus {
  outline: none;
  box-shadow: none;
}

body.user-is-tabbing .items .relative:focus .relative,
body.user-is-tabbing .overflow--hidden .relative:focus .relative,
body.user-is-tabbing .items .video-holder a:focus .relative,
body.user-is-tabbing .section-gallery a:focus .relative,
body.user-is-tabbing .mobile-flickity .product-grid-item:focus .relative {
  z-index: 1;
}

body.user-is-tabbing .items .relative:focus::after,
body.user-is-tabbing .overflow--hidden .relative:focus::after,
body.user-is-tabbing .items .video-holder a:focus::after,
body.user-is-tabbing .section-gallery a:focus::after,
body.user-is-tabbing .mobile-flickity .product-grid-item:focus::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  outline: transparent;
  outline: 3px solid transparent;
  border-color: var(--color-focus-ring);
  box-shadow: inset 0 1px 0 0 rgba(100, 100, 100, 0.05), inset 0 0 0 2px var(--color-focus-ring), inset 0 0 0 3px white;
}

@media only screen and (max-width: 989px) {
  body.user-is-tabbing .slideshow__slide .image-with-text__content a:focus {
    outline: transparent;
    outline: 3px solid transparent;
    border-color: var(--color-focus-ring);
    box-shadow: inset 0 1px 0 0 rgba(100, 100, 100, 0.05), inset 0 0 0 2px var(--color-focus-ring), inset 0 0 0 3px white;
  }
}

/* =======================================================================

Grid
  - Based on CSS Wizardry grid
========================================================================== */
.m0 {
  margin: 0;
}

.grid {
  *zoom: 1;
  margin: 0;
  margin-left: -60px;
  padding: 0;
  list-style: none;
}

.grid::after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 1400px) {
  .grid {
    margin-left: -80px;
  }
}

.grid__item {
  float: left;
  width: 100%;
  padding-left: 60px;
}

@media only screen and (min-width: 1400px) {
  .grid__item {
    padding-left: 80px;
  }
}

.grid__item[class*='--push'] {
  position: relative;
}

.grid--half-gutter {
  margin-left: -30px;
}

.grid--half-gutter > .grid__item,
.grid--half-gutter > .grid__item {
  padding-left: 30px;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */

/* ============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ============================================================================== */

@media only screen and (max-width: 749px) {
  .sm--grid__item {
    float: left;
    width: 100%;
    padding-left: 60px;
  }
}

@media only screen and (max-width: 749px) and (min-width: 1400px) {
  .sm--grid__item {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 749px) {
  .sm--grid__item[class*='--push'] {
    position: relative;
  }
  .sm--grid--half-gutter {
    margin-left: -30px;
  }
  .sm--grid--half-gutter > .grid__item,
  .sm--grid--half-gutter > .sm--grid__item {
    padding-left: 30px;
  }
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* ============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ============================================================================== */
}

@media only screen and (min-width: 480px) {
  .pm--grid__item {
    float: left;
    width: 100%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 480px) and (min-width: 1400px) {
  .pm--grid__item {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 480px) {
  .pm--grid__item[class*='--push'] {
    position: relative;
  }
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* ============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ============================================================================== */
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .md--grid__item {
    float: left;
    width: 100%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 750px) and (max-width: 989px) and (min-width: 1400px) {
  .md--grid__item {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .md--grid__item[class*='--push'] {
    position: relative;
  }
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* ============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ============================================================================== */
}

@media only screen and (max-width: 989px) {
  .md--dn--grid__item {
    float: left;
    width: 100%;
    padding-left: 60px;
  }
}

@media only screen and (max-width: 989px) and (min-width: 1400px) {
  .md--dn--grid__item {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 989px) {
  .md--dn--grid__item[class*='--push'] {
    position: relative;
  }
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* ============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ============================================================================== */
}

@media only screen and (min-width: 750px) {
  .md--up--grid__item {
    float: left;
    width: 100%;
    padding-left: 60px;
  }
  
  .template-product .description-contain {
    position: sticky;
    top: 116px;
    transform: translateY(-116px);
    padding-left: 0;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .description-wrapper {
    width: 550px;
    margin-top: 116px;
    margin-left: 2rem;
  }

  .template-product .product__media-container {
    margin-top: -116px;
  }

  .template-product .section-with-padding {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 750px) and (min-width: 1400px) {
  .md--up--grid__item {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 750px) {
  .md--up--grid__item[class*='--push'] {
    position: relative;
  }
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* ============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ============================================================================== */
}

@media only screen and (min-width: 990px) and (max-width: 1399px) {
  .lg--grid__item {
    float: left;
    width: 100%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1399px) and (min-width: 1400px) {
  .lg--grid__item {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1399px) {
  .lg--grid__item[class*='--push'] {
    position: relative;
  }
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* ============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ============================================================================== */
}

@media only screen and (min-width: 990px) {
  .lg--up--m0 {
    margin: 0;
  }
  .lg--up--grid {
    *zoom: 1;
    margin: 0;
    margin-left: -60px;
    padding: 0;
    list-style: none;
  }
  .lg--up--grid::after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 990px) and (min-width: 1400px) {
  .lg--up--grid {
    margin-left: -80px;
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--grid__item {
    float: left;
    width: 100%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 990px) and (min-width: 1400px) {
  .lg--up--grid__item {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--grid__item[class*='--push'] {
    position: relative;
  }
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* ============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ============================================================================== */
}

@media only screen and (min-width: 1400px) {
  .wd--grid__item {
    float: left;
    width: 100%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1400px) and (min-width: 1400px) {
  .wd--grid__item {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 1400px) {
  .wd--grid__item[class*='--push'] {
    position: relative;
  }
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* Gutterless grids have all the properties of regular grids, minus any spacing. */
  /* ============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ============================================================================== */
}

/* ============================================================================
  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.33333%;
}

.two-thirds {
  width: 66.66667%;
}

/* 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.66667%;
}

.two-sixths {
  width: 33.33333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.66667%;
}

.five-sixths {
  width: 100%;
}

/* Sevenths */
.one-seventh {
  width: 14.28571%;
}

.two-sevenths {
  width: 28.57143%;
}

.three-sevenths {
  width: 42.85714%;
}

.four-sevenths {
  width: 57.14286%;
}

.five-sevenths {
  width: 71.42857%;
}

.six-sevenths {
  width: 85.71429%;
}

/* 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.33333%;
}

.two-twelfths {
  width: 16.66667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.33333%;
}

.five-twelfths {
  width: 41.66667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.33333%;
}

.eight-twelfths {
  width: 66.66667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 100%;
}

.eleven-twelfths {
  width: 91.66667%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

.grid--uniform .one-half:nth-child(2n + 1),
.grid--uniform .one-third:nth-child(3n + 1),
.grid--uniform .one-quarter:nth-child(4n + 1),
.grid--uniform .one-fifth:nth-child(5n + 1),
.grid--uniform .one-sixth:nth-child(6n + 1),
.grid--uniform .two-sixths:nth-child(3n + 1),
.grid--uniform .three-sixths:nth-child(2n + 1),
.grid--uniform .one-eighth:nth-child(8n + 1),
.grid--uniform .two-eighths:nth-child(4n + 1),
.grid--uniform .four-eighths:nth-child(2n + 1),
.grid--uniform .five-tenths:nth-child(2n + 1),
.grid--uniform .one-twelfth:nth-child(12n + 1),
.grid--uniform .two-twelfths:nth-child(6n + 1),
.grid--uniform .three-twelfths:nth-child(4n + 1),
.grid--uniform .four-twelfths:nth-child(3n + 1),
.grid--uniform .six-twelfths:nth-child(2n + 1) {
  clear: both;
}

/* ================ Build Responsive Grid Classes ================ */
@media only screen and (max-width: 749px) {
  /** Whole */
  .sm--one-whole {
    width: 100%;
  }
  /* Halves */
  .sm--one-half {
    width: 50%;
  }
  /* Thirds */
  .sm--one-third {
    width: 33.33333%;
  }
  .sm--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .sm--one-quarter {
    width: 25%;
  }
  .sm--two-quarters {
    width: 50%;
  }
  .sm--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .sm--one-fifth {
    width: 20%;
  }
  .sm--two-fifths {
    width: 40%;
  }
  .sm--three-fifths {
    width: 60%;
  }
  .sm--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .sm--one-sixth {
    width: 16.66667%;
  }
  .sm--two-sixths {
    width: 33.33333%;
  }
  .sm--three-sixths {
    width: 50%;
  }
  .sm--four-sixths {
    width: 66.66667%;
  }
  .sm--five-sixths {
    width: 100%;
  }
  /* Sevenths */
  .sm--one-seventh {
    width: 14.28571%;
  }
  .sm--two-sevenths {
    width: 28.57143%;
  }
  .sm--three-sevenths {
    width: 42.85714%;
  }
  .sm--four-sevenths {
    width: 57.14286%;
  }
  .sm--five-sevenths {
    width: 71.42857%;
  }
  .sm--six-sevenths {
    width: 85.71429%;
  }
  /* Eighths */
  .sm--one-eighth {
    width: 12.5%;
  }
  .sm--two-eighths {
    width: 25%;
  }
  .sm--three-eighths {
    width: 37.5%;
  }
  .sm--four-eighths {
    width: 50%;
  }
  .sm--five-eighths {
    width: 62.5%;
  }
  .sm--six-eighths {
    width: 75%;
  }
  .sm--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .sm--one-tenth {
    width: 10%;
  }
  .sm--two-tenths {
    width: 20%;
  }
  .sm--three-tenths {
    width: 30%;
  }
  .sm--four-tenths {
    width: 40%;
  }
  .sm--five-tenths {
    width: 50%;
  }
  .sm--six-tenths {
    width: 60%;
  }
  .sm--seven-tenths {
    width: 70%;
  }
  .sm--eight-tenths {
    width: 80%;
  }
  .sm--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .sm--one-twelfth {
    width: 8.33333%;
  }
  .sm--two-twelfths {
    width: 16.66667%;
  }
  .sm--three-twelfths {
    width: 25%;
  }
  .sm--four-twelfths {
    width: 33.33333%;
  }
  .sm--five-twelfths {
    width: 41.66667%;
  }
  .sm--six-twelfths {
    width: 50%;
  }
  .sm--seven-twelfths {
    width: 58.33333%;
  }
  .sm--eight-twelfths {
    width: 66.66667%;
  }
  .sm--nine-twelfths {
    width: 75%;
  }
  .sm--ten-twelfths {
    width: 100%;
  }
  .sm--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .sm--one-half:nth-child(2n + 1),
  .grid--uniform .sm--one-third:nth-child(3n + 1),
  .grid--uniform .sm--one-quarter:nth-child(4n + 1),
  .grid--uniform .sm--one-fifth:nth-child(5n + 1),
  .grid--uniform .sm--one-sixth:nth-child(6n + 1),
  .grid--uniform .sm--two-sixths:nth-child(3n + 1),
  .grid--uniform .sm--three-sixths:nth-child(2n + 1),
  .grid--uniform .sm--one-eighth:nth-child(8n + 1),
  .grid--uniform .sm--two-eighths:nth-child(4n + 1),
  .grid--uniform .sm--four-eighths:nth-child(2n + 1),
  .grid--uniform .sm--five-tenths:nth-child(2n + 1),
  .grid--uniform .sm--one-twelfth:nth-child(12n + 1),
  .grid--uniform .sm--two-twelfths:nth-child(6n + 1),
  .grid--uniform .sm--three-twelfths:nth-child(4n + 1),
  .grid--uniform .sm--four-twelfths:nth-child(3n + 1),
  .grid--uniform .sm--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .sm--hide {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) {
  /** Whole */
  .pm--one-whole {
    width: 100%;
  }
  /* Halves */
  .pm--one-half {
    width: 50%;
  }
  /* Thirds */
  .pm--one-third {
    width: 33.33333%;
  }
  .pm--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .pm--one-quarter {
    width: 25%;
  }
  .pm--two-quarters {
    width: 50%;
  }
  .pm--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .pm--one-fifth {
    width: 20%;
  }
  .pm--two-fifths {
    width: 40%;
  }
  .pm--three-fifths {
    width: 60%;
  }
  .pm--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .pm--one-sixth {
    width: 16.66667%;
  }
  .pm--two-sixths {
    width: 33.33333%;
  }
  .pm--three-sixths {
    width: 50%;
  }
  .pm--four-sixths {
    width: 66.66667%;
  }
  .pm--five-sixths {
    width: 100%;
  }
  /* Sevenths */
  .pm--one-seventh {
    width: 14.28571%;
  }
  .pm--two-sevenths {
    width: 28.57143%;
  }
  .pm--three-sevenths {
    width: 42.85714%;
  }
  .pm--four-sevenths {
    width: 57.14286%;
  }
  .pm--five-sevenths {
    width: 71.42857%;
  }
  .pm--six-sevenths {
    width: 85.71429%;
  }
  /* Eighths */
  .pm--one-eighth {
    width: 12.5%;
  }
  .pm--two-eighths {
    width: 25%;
  }
  .pm--three-eighths {
    width: 37.5%;
  }
  .pm--four-eighths {
    width: 50%;
  }
  .pm--five-eighths {
    width: 62.5%;
  }
  .pm--six-eighths {
    width: 75%;
  }
  .pm--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .pm--one-tenth {
    width: 10%;
  }
  .pm--two-tenths {
    width: 20%;
  }
  .pm--three-tenths {
    width: 30%;
  }
  .pm--four-tenths {
    width: 40%;
  }
  .pm--five-tenths {
    width: 50%;
  }
  .pm--six-tenths {
    width: 60%;
  }
  .pm--seven-tenths {
    width: 70%;
  }
  .pm--eight-tenths {
    width: 80%;
  }
  .pm--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .pm--one-twelfth {
    width: 8.33333%;
  }
  .pm--two-twelfths {
    width: 16.66667%;
  }
  .pm--three-twelfths {
    width: 25%;
  }
  .pm--four-twelfths {
    width: 33.33333%;
  }
  .pm--five-twelfths {
    width: 41.66667%;
  }
  .pm--six-twelfths {
    width: 50%;
  }
  .pm--seven-twelfths {
    width: 58.33333%;
  }
  .pm--eight-twelfths {
    width: 66.66667%;
  }
  .pm--nine-twelfths {
    width: 75%;
  }
  .pm--ten-twelfths {
    width: 100%;
  }
  .pm--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .pm--one-half:nth-child(2n + 1),
  .grid--uniform .pm--one-third:nth-child(3n + 1),
  .grid--uniform .pm--one-quarter:nth-child(4n + 1),
  .grid--uniform .pm--one-fifth:nth-child(5n + 1),
  .grid--uniform .pm--one-sixth:nth-child(6n + 1),
  .grid--uniform .pm--two-sixths:nth-child(3n + 1),
  .grid--uniform .pm--three-sixths:nth-child(2n + 1),
  .grid--uniform .pm--one-eighth:nth-child(8n + 1),
  .grid--uniform .pm--two-eighths:nth-child(4n + 1),
  .grid--uniform .pm--four-eighths:nth-child(2n + 1),
  .grid--uniform .pm--five-tenths:nth-child(2n + 1),
  .grid--uniform .pm--one-twelfth:nth-child(12n + 1),
  .grid--uniform .pm--two-twelfths:nth-child(6n + 1),
  .grid--uniform .pm--three-twelfths:nth-child(4n + 1),
  .grid--uniform .pm--four-twelfths:nth-child(3n + 1),
  .grid--uniform .pm--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  /** Whole */
  .md--one-whole {
    width: 100%;
  }
  /* Halves */
  .md--one-half {
    width: 50%;
  }
  /* Thirds */
  .md--one-third {
    width: 33.33333%;
  }
  .md--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .md--one-quarter {
    width: 25%;
  }
  .md--two-quarters {
    width: 50%;
  }
  .md--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .md--one-fifth {
    width: 20%;
  }
  .md--two-fifths {
    width: 40%;
  }
  .md--three-fifths {
    width: 60%;
  }
  .md--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .md--one-sixth {
    width: 16.66667%;
  }
  .md--two-sixths {
    width: 33.33333%;
  }
  .md--three-sixths {
    width: 50%;
  }
  .md--four-sixths {
    width: 66.66667%;
  }
  .md--five-sixths {
    width: 100%;
  }
  /* Sevenths */
  .md--one-seventh {
    width: 14.28571%;
  }
  .md--two-sevenths {
    width: 28.57143%;
  }
  .md--three-sevenths {
    width: 42.85714%;
  }
  .md--four-sevenths {
    width: 57.14286%;
  }
  .md--five-sevenths {
    width: 71.42857%;
  }
  .md--six-sevenths {
    width: 85.71429%;
  }
  /* Eighths */
  .md--one-eighth {
    width: 12.5%;
  }
  .md--two-eighths {
    width: 25%;
  }
  .md--three-eighths {
    width: 37.5%;
  }
  .md--four-eighths {
    width: 50%;
  }
  .md--five-eighths {
    width: 62.5%;
  }
  .md--six-eighths {
    width: 75%;
  }
  .md--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .md--one-tenth {
    width: 10%;
  }
  .md--two-tenths {
    width: 20%;
  }
  .md--three-tenths {
    width: 30%;
  }
  .md--four-tenths {
    width: 40%;
  }
  .md--five-tenths {
    width: 50%;
  }
  .md--six-tenths {
    width: 60%;
  }
  .md--seven-tenths {
    width: 70%;
  }
  .md--eight-tenths {
    width: 80%;
  }
  .md--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .md--one-twelfth {
    width: 8.33333%;
  }
  .md--two-twelfths {
    width: 16.66667%;
  }
  .md--three-twelfths {
    width: 25%;
  }
  .md--four-twelfths {
    width: 33.33333%;
  }
  .md--five-twelfths {
    width: 41.66667%;
  }
  .md--six-twelfths {
    width: 50%;
  }
  .md--seven-twelfths {
    width: 58.33333%;
  }
  .md--eight-twelfths {
    width: 66.66667%;
  }
  .md--nine-twelfths {
    width: 75%;
  }
  .md--ten-twelfths {
    width: 100%;
  }
  .md--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .md--one-half:nth-child(2n + 1),
  .grid--uniform .md--one-third:nth-child(3n + 1),
  .grid--uniform .md--one-quarter:nth-child(4n + 1),
  .grid--uniform .md--one-fifth:nth-child(5n + 1),
  .grid--uniform .md--one-sixth:nth-child(6n + 1),
  .grid--uniform .md--two-sixths:nth-child(3n + 1),
  .grid--uniform .md--three-sixths:nth-child(2n + 1),
  .grid--uniform .md--one-eighth:nth-child(8n + 1),
  .grid--uniform .md--two-eighths:nth-child(4n + 1),
  .grid--uniform .md--four-eighths:nth-child(2n + 1),
  .grid--uniform .md--five-tenths:nth-child(2n + 1),
  .grid--uniform .md--one-twelfth:nth-child(12n + 1),
  .grid--uniform .md--two-twelfths:nth-child(6n + 1),
  .grid--uniform .md--three-twelfths:nth-child(4n + 1),
  .grid--uniform .md--four-twelfths:nth-child(3n + 1),
  .grid--uniform .md--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 989px) {
  /** Whole */
  .md--dn--one-whole {
    width: 100%;
  }
  /* Halves */
  .md--dn--one-half {
    width: 50%;
  }
  /* Thirds */
  .md--dn--one-third {
    width: 33.33333%;
  }
  .md--dn--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .md--dn--one-quarter {
    width: 25%;
  }
  .md--dn--two-quarters {
    width: 50%;
  }
  .md--dn--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .md--dn--one-fifth {
    width: 20%;
  }
  .md--dn--two-fifths {
    width: 40%;
  }
  .md--dn--three-fifths {
    width: 60%;
  }
  .md--dn--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .md--dn--one-sixth {
    width: 16.66667%;
  }
  .md--dn--two-sixths {
    width: 33.33333%;
  }
  .md--dn--three-sixths {
    width: 50%;
  }
  .md--dn--four-sixths {
    width: 66.66667%;
  }
  .md--dn--five-sixths {
    width: 100%;
  }
  /* Sevenths */
  .md--dn--one-seventh {
    width: 14.28571%;
  }
  .md--dn--two-sevenths {
    width: 28.57143%;
  }
  .md--dn--three-sevenths {
    width: 42.85714%;
  }
  .md--dn--four-sevenths {
    width: 57.14286%;
  }
  .md--dn--five-sevenths {
    width: 71.42857%;
  }
  .md--dn--six-sevenths {
    width: 85.71429%;
  }
  /* Eighths */
  .md--dn--one-eighth {
    width: 12.5%;
  }
  .md--dn--two-eighths {
    width: 25%;
  }
  .md--dn--three-eighths {
    width: 37.5%;
  }
  .md--dn--four-eighths {
    width: 50%;
  }
  .md--dn--five-eighths {
    width: 62.5%;
  }
  .md--dn--six-eighths {
    width: 75%;
  }
  .md--dn--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .md--dn--one-tenth {
    width: 10%;
  }
  .md--dn--two-tenths {
    width: 20%;
  }
  .md--dn--three-tenths {
    width: 30%;
  }
  .md--dn--four-tenths {
    width: 40%;
  }
  .md--dn--five-tenths {
    width: 50%;
  }
  .md--dn--six-tenths {
    width: 60%;
  }
  .md--dn--seven-tenths {
    width: 70%;
  }
  .md--dn--eight-tenths {
    width: 80%;
  }
  .md--dn--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .md--dn--one-twelfth {
    width: 8.33333%;
  }
  .md--dn--two-twelfths {
    width: 16.66667%;
  }
  .md--dn--three-twelfths {
    width: 25%;
  }
  .md--dn--four-twelfths {
    width: 33.33333%;
  }
  .md--dn--five-twelfths {
    width: 41.66667%;
  }
  .md--dn--six-twelfths {
    width: 50%;
  }
  .md--dn--seven-twelfths {
    width: 58.33333%;
  }
  .md--dn--eight-twelfths {
    width: 66.66667%;
  }
  .md--dn--nine-twelfths {
    width: 75%;
  }
  .md--dn--ten-twelfths {
    width: 100%;
  }
  .md--dn--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .md--dn--one-half:nth-child(2n + 1),
  .grid--uniform .md--dn--one-third:nth-child(3n + 1),
  .grid--uniform .md--dn--one-quarter:nth-child(4n + 1),
  .grid--uniform .md--dn--one-fifth:nth-child(5n + 1),
  .grid--uniform .md--dn--one-sixth:nth-child(6n + 1),
  .grid--uniform .md--dn--two-sixths:nth-child(3n + 1),
  .grid--uniform .md--dn--three-sixths:nth-child(2n + 1),
  .grid--uniform .md--dn--one-eighth:nth-child(8n + 1),
  .grid--uniform .md--dn--two-eighths:nth-child(4n + 1),
  .grid--uniform .md--dn--four-eighths:nth-child(2n + 1),
  .grid--uniform .md--dn--five-tenths:nth-child(2n + 1),
  .grid--uniform .md--dn--one-twelfth:nth-child(12n + 1),
  .grid--uniform .md--dn--two-twelfths:nth-child(6n + 1),
  .grid--uniform .md--dn--three-twelfths:nth-child(4n + 1),
  .grid--uniform .md--dn--four-twelfths:nth-child(3n + 1),
  .grid--uniform .md--dn--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .md--dn--hide {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  /** Whole */
  .md--up--one-whole {
    width: 100%;
  }
  /* Halves */
  .md--up--one-half {
    width: 50%;
  }
  /* Thirds */
  .md--up--one-third {
    width: 33.33333%;
  }
  .md--up--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .md--up--one-quarter {
    width: 25%;
  }
  .md--up--two-quarters {
    width: 50%;
  }
  .md--up--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .md--up--one-fifth {
    width: 20%;
  }
  .md--up--two-fifths {
    width: 40%;
  }
  .md--up--three-fifths {
    width: 60%;
  }
  .md--up--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .md--up--one-sixth {
    width: 16.66667%;
  }
  .md--up--two-sixths {
    width: 33.33333%;
  }
  .md--up--three-sixths {
    width: 50%;
  }
  .md--up--four-sixths {
    width: 66.66667%;
  }
  .md--up--five-sixths {
    width: 100%;
  }
  /* Sevenths */
  .md--up--one-seventh {
    width: 14.28571%;
  }
  .md--up--two-sevenths {
    width: 28.57143%;
  }
  .md--up--three-sevenths {
    width: 42.85714%;
  }
  .md--up--four-sevenths {
    width: 57.14286%;
  }
  .md--up--five-sevenths {
    width: 71.42857%;
  }
  .md--up--six-sevenths {
    width: 85.71429%;
  }
  /* Eighths */
  .md--up--one-eighth {
    width: 12.5%;
  }
  .md--up--two-eighths {
    width: 25%;
  }
  .md--up--three-eighths {
    width: 37.5%;
  }
  .md--up--four-eighths {
    width: 50%;
  }
  .md--up--five-eighths {
    width: 62.5%;
  }
  .md--up--six-eighths {
    width: 75%;
  }
  .md--up--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .md--up--one-tenth {
    width: 10%;
  }
  .md--up--two-tenths {
    width: 20%;
  }
  .md--up--three-tenths {
    width: 30%;
  }
  .md--up--four-tenths {
    width: 40%;
  }
  .md--up--five-tenths {
    width: 50%;
  }
  .md--up--six-tenths {
    width: 60%;
  }
  .md--up--seven-tenths {
    width: 70%;
  }
  .md--up--eight-tenths {
    width: 80%;
  }
  .md--up--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .md--up--one-twelfth {
    width: 8.33333%;
  }
  .md--up--two-twelfths {
    width: 16.66667%;
  }
  .md--up--three-twelfths {
    width: 25%;
  }
  .md--up--four-twelfths {
    width: 33.33333%;
  }
  .md--up--five-twelfths {
    width: 41.66667%;
  }
  .md--up--six-twelfths {
    width: 50%;
  }
  .md--up--seven-twelfths {
    width: 58.33333%;
  }
  .md--up--eight-twelfths {
    width: 66.66667%;
  }
  .md--up--nine-twelfths {
    width: 75%;
  }
  .md--up--ten-twelfths {
    width: 100%;
  }
  .md--up--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .md--up--one-half:nth-child(2n + 1),
  .grid--uniform .md--up--one-third:nth-child(3n + 1),
  .grid--uniform .md--up--one-quarter:nth-child(4n + 1),
  .grid--uniform .md--up--one-fifth:nth-child(5n + 1),
  .grid--uniform .md--up--one-sixth:nth-child(6n + 1),
  .grid--uniform .md--up--two-sixths:nth-child(3n + 1),
  .grid--uniform .md--up--three-sixths:nth-child(2n + 1),
  .grid--uniform .md--up--one-eighth:nth-child(8n + 1),
  .grid--uniform .md--up--two-eighths:nth-child(4n + 1),
  .grid--uniform .md--up--four-eighths:nth-child(2n + 1),
  .grid--uniform .md--up--five-tenths:nth-child(2n + 1),
  .grid--uniform .md--up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .md--up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .md--up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .md--up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .md--up--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /** Whole */
  .lg--one-whole {
    width: 100%;
  }
  /* Halves */
  .lg--one-half {
    width: 50%;
  }
  /* Thirds */
  .lg--one-third {
    width: 33.33333%;
  }
  .lg--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .lg--one-quarter {
    width: 25%;
  }
  .lg--two-quarters {
    width: 50%;
  }
  .lg--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .lg--one-fifth {
    width: 20%;
  }
  .lg--two-fifths {
    width: 40%;
  }
  .lg--three-fifths {
    width: 60%;
  }
  .lg--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .lg--one-sixth {
    width: 16.66667%;
  }
  .lg--two-sixths {
    width: 33.33333%;
  }
  .lg--three-sixths {
    width: 50%;
  }
  .lg--four-sixths {
    width: 66.66667%;
  }
  .lg--five-sixths {
    width: 100%;
  }
  /* Sevenths */
  .lg--one-seventh {
    width: 14.28571%;
  }
  .lg--two-sevenths {
    width: 28.57143%;
  }
  .lg--three-sevenths {
    width: 42.85714%;
  }
  .lg--four-sevenths {
    width: 57.14286%;
  }
  .lg--five-sevenths {
    width: 71.42857%;
  }
  .lg--six-sevenths {
    width: 85.71429%;
  }
  /* Eighths */
  .lg--one-eighth {
    width: 12.5%;
  }
  .lg--two-eighths {
    width: 25%;
  }
  .lg--three-eighths {
    width: 37.5%;
  }
  .lg--four-eighths {
    width: 50%;
  }
  .lg--five-eighths {
    width: 62.5%;
  }
  .lg--six-eighths {
    width: 75%;
  }
  .lg--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .lg--one-tenth {
    width: 10%;
  }
  .lg--two-tenths {
    width: 20%;
  }
  .lg--three-tenths {
    width: 30%;
  }
  .lg--four-tenths {
    width: 40%;
  }
  .lg--five-tenths {
    width: 50%;
  }
  .lg--six-tenths {
    width: 60%;
  }
  .lg--seven-tenths {
    width: 70%;
  }
  .lg--eight-tenths {
    width: 80%;
  }
  .lg--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .lg--one-twelfth {
    width: 8.33333%;
  }
  .lg--two-twelfths {
    width: 16.66667%;
  }
  .lg--three-twelfths {
    width: 25%;
  }
  .lg--four-twelfths {
    width: 33.33333%;
  }
  .lg--five-twelfths {
    width: 41.66667%;
  }
  .lg--six-twelfths {
    width: 50%;
  }
  .lg--seven-twelfths {
    width: 58.33333%;
  }
  .lg--eight-twelfths {
    width: 66.66667%;
  }
  .lg--nine-twelfths {
    width: 75%;
  }
  .lg--ten-twelfths {
    width: 100%;
  }
  .lg--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .lg--one-half:nth-child(2n + 1),
  .grid--uniform .lg--one-third:nth-child(3n + 1),
  .grid--uniform .lg--one-quarter:nth-child(4n + 1),
  .grid--uniform .lg--one-fifth:nth-child(5n + 1),
  .grid--uniform .lg--one-sixth:nth-child(6n + 1),
  .grid--uniform .lg--two-sixths:nth-child(3n + 1),
  .grid--uniform .lg--three-sixths:nth-child(2n + 1),
  .grid--uniform .lg--one-eighth:nth-child(8n + 1),
  .grid--uniform .lg--two-eighths:nth-child(4n + 1),
  .grid--uniform .lg--four-eighths:nth-child(2n + 1),
  .grid--uniform .lg--five-tenths:nth-child(2n + 1),
  .grid--uniform .lg--one-twelfth:nth-child(12n + 1),
  .grid--uniform .lg--two-twelfths:nth-child(6n + 1),
  .grid--uniform .lg--three-twelfths:nth-child(4n + 1),
  .grid--uniform .lg--four-twelfths:nth-child(3n + 1),
  .grid--uniform .lg--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 990px) {
  /** Whole */
  .lg--up--one-whole {
    width: 100%;
  }
  /* Halves */
  .lg--up--one-half {
    width: 50%;
  }
  /* Thirds */
  .lg--up--one-third {
    width: 33.33333%;
  }
  .lg--up--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .lg--up--one-quarter {
    width: 25%;
  }
  .lg--up--two-quarters {
    width: 50%;
  }
  .lg--up--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .lg--up--one-fifth {
    width: 20%;
  }
  .lg--up--two-fifths {
    width: 40%;
  }
  .lg--up--three-fifths {
    width: 60%;
  }
  .lg--up--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .lg--up--one-sixth {
    width: 16.66667%;
  }
  .lg--up--two-sixths {
    width: 33.33333%;
  }
  .lg--up--three-sixths {
    width: 50%;
  }
  .lg--up--four-sixths {
    width: 66.66667%;
  }
  .lg--up--five-sixths {
    width: 100%;
  }
  /* Sevenths */
  .lg--up--one-seventh {
    width: 14.28571%;
  }
  .lg--up--two-sevenths {
    width: 28.57143%;
  }
  .lg--up--three-sevenths {
    width: 42.85714%;
  }
  .lg--up--four-sevenths {
    width: 57.14286%;
  }
  .lg--up--five-sevenths {
    width: 71.42857%;
  }
  .lg--up--six-sevenths {
    width: 85.71429%;
  }
  /* Eighths */
  .lg--up--one-eighth {
    width: 12.5%;
  }
  .lg--up--two-eighths {
    width: 25%;
  }
  .lg--up--three-eighths {
    width: 37.5%;
  }
  .lg--up--four-eighths {
    width: 50%;
  }
  .lg--up--five-eighths {
    width: 62.5%;
  }
  .lg--up--six-eighths {
    width: 75%;
  }
  .lg--up--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .lg--up--one-tenth {
    width: 10%;
  }
  .lg--up--two-tenths {
    width: 20%;
  }
  .lg--up--three-tenths {
    width: 30%;
  }
  .lg--up--four-tenths {
    width: 40%;
  }
  .lg--up--five-tenths {
    width: 50%;
  }
  .lg--up--six-tenths {
    width: 60%;
  }
  .lg--up--seven-tenths {
    width: 70%;
  }
  .lg--up--eight-tenths {
    width: 80%;
  }
  .lg--up--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .lg--up--one-twelfth {
    width: 8.33333%;
  }
  .lg--up--two-twelfths {
    width: 16.66667%;
  }
  .lg--up--three-twelfths {
    width: 25%;
  }
  .lg--up--four-twelfths {
    width: 33.33333%;
  }
  .lg--up--five-twelfths {
    width: 41.66667%;
  }
  .lg--up--six-twelfths {
    width: 50%;
  }
  .lg--up--seven-twelfths {
    width: 58.33333%;
  }
  .lg--up--eight-twelfths {
    width: 66.66667%;
  }
  .lg--up--nine-twelfths {
    width: 75%;
  }
  .lg--up--ten-twelfths {
    width: 100%;
  }
  .lg--up--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .lg--up--one-half:nth-child(2n + 1),
  .grid--uniform .lg--up--one-third:nth-child(3n + 1),
  .grid--uniform .lg--up--one-quarter:nth-child(4n + 1),
  .grid--uniform .lg--up--one-fifth:nth-child(5n + 1),
  .grid--uniform .lg--up--one-sixth:nth-child(6n + 1),
  .grid--uniform .lg--up--two-sixths:nth-child(3n + 1),
  .grid--uniform .lg--up--three-sixths:nth-child(2n + 1),
  .grid--uniform .lg--up--one-eighth:nth-child(8n + 1),
  .grid--uniform .lg--up--two-eighths:nth-child(4n + 1),
  .grid--uniform .lg--up--four-eighths:nth-child(2n + 1),
  .grid--uniform .lg--up--five-tenths:nth-child(2n + 1),
  .grid--uniform .lg--up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .lg--up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .lg--up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .lg--up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .lg--up--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .lg--up--hide {
    display: none !important;
  }
}

@media only screen and (min-width: 1400px) {
  /** Whole */
  .wd--one-whole {
    width: 100%;
  }
  /* Halves */
  .wd--one-half {
    width: 50%;
  }
  /* Thirds */
  .wd--one-third {
    width: 33.33333%;
  }
  .wd--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .wd--one-quarter {
    width: 25%;
  }
  .wd--two-quarters {
    width: 50%;
  }
  .wd--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .wd--one-fifth {
    width: 20%;
  }
  .wd--two-fifths {
    width: 40%;
  }
  .wd--three-fifths {
    width: 60%;
  }
  .wd--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .wd--one-sixth {
    width: 16.66667%;
  }
  .wd--two-sixths {
    width: 33.33333%;
  }
  .wd--three-sixths {
    width: 50%;
  }
  .wd--four-sixths {
    width: 66.66667%;
  }
  .wd--five-sixths {
    width: 100%;
  }
  /* Sevenths */
  .wd--one-seventh {
    width: 14.28571%;
  }
  .wd--two-sevenths {
    width: 28.57143%;
  }
  .wd--three-sevenths {
    width: 42.85714%;
  }
  .wd--four-sevenths {
    width: 57.14286%;
  }
  .wd--five-sevenths {
    width: 71.42857%;
  }
  .wd--six-sevenths {
    width: 85.71429%;
  }
  /* Eighths */
  .wd--one-eighth {
    width: 12.5%;
  }
  .wd--two-eighths {
    width: 25%;
  }
  .wd--three-eighths {
    width: 37.5%;
  }
  .wd--four-eighths {
    width: 50%;
  }
  .wd--five-eighths {
    width: 62.5%;
  }
  .wd--six-eighths {
    width: 75%;
  }
  .wd--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .wd--one-tenth {
    width: 10%;
  }
  .wd--two-tenths {
    width: 20%;
  }
  .wd--three-tenths {
    width: 30%;
  }
  .wd--four-tenths {
    width: 40%;
  }
  .wd--five-tenths {
    width: 50%;
  }
  .wd--six-tenths {
    width: 60%;
  }
  .wd--seven-tenths {
    width: 70%;
  }
  .wd--eight-tenths {
    width: 80%;
  }
  .wd--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .wd--one-twelfth {
    width: 8.33333%;
  }
  .wd--two-twelfths {
    width: 16.66667%;
  }
  .wd--three-twelfths {
    width: 25%;
  }
  .wd--four-twelfths {
    width: 33.33333%;
  }
  .wd--five-twelfths {
    width: 41.66667%;
  }
  .wd--six-twelfths {
    width: 50%;
  }
  .wd--seven-twelfths {
    width: 58.33333%;
  }
  .wd--eight-twelfths {
    width: 66.66667%;
  }
  .wd--nine-twelfths {
    width: 75%;
  }
  .wd--ten-twelfths {
    width: 100%;
  }
  .wd--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .wd--one-half:nth-child(2n + 1),
  .grid--uniform .wd--one-third:nth-child(3n + 1),
  .grid--uniform .wd--one-quarter:nth-child(4n + 1),
  .grid--uniform .wd--one-fifth:nth-child(5n + 1),
  .grid--uniform .wd--one-sixth:nth-child(6n + 1),
  .grid--uniform .wd--two-sixths:nth-child(3n + 1),
  .grid--uniform .wd--three-sixths:nth-child(2n + 1),
  .grid--uniform .wd--one-eighth:nth-child(8n + 1),
  .grid--uniform .wd--two-eighths:nth-child(4n + 1),
  .grid--uniform .wd--four-eighths:nth-child(2n + 1),
  .grid--uniform .wd--five-tenths:nth-child(2n + 1),
  .grid--uniform .wd--one-twelfth:nth-child(12n + 1),
  .grid--uniform .wd--two-twelfths:nth-child(6n + 1),
  .grid--uniform .wd--three-twelfths:nth-child(4n + 1),
  .grid--uniform .wd--four-twelfths:nth-child(3n + 1),
  .grid--uniform .wd--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

/* ================ Build Grid Push Classes ================ */
@media only screen and (min-width: 750px) {
  /* Halves */
  .md--up--push-one-half {
    left: 50%;
  }
  /* Thirds */
  .md--up--push-one-third {
    left: 33.33333%;
  }
  .md--up--push-two-thirds {
    left: 66.66667%;
  }
  /* Quarters */
  .md--up--push-one-quarter {
    left: 25%;
  }
  .md--up--push-two-quarters {
    left: 50%;
  }
  .md--up--push-three-quarters {
    left: 75%;
  }
  /* Fifths */
  .md--up--push-one-fifth {
    left: 20%;
  }
  .md--up--push-two-fifths {
    left: 40%;
  }
  .md--up--push-three-fifths {
    left: 60%;
  }
  .md--up--push-four-fifths {
    left: 80%;
  }
  /* Sixths */
  .md--up--push-one-sixth {
    left: 16.66667%;
  }
  .md--up--push-two-sixths {
    left: 33.33333%;
  }
  .md--up--push-three-sixths {
    left: 50%;
  }
  .md--up--push-four-sixths {
    left: 66.66667%;
  }
  .md--up--push-five-sixths {
    left: 100%;
  }
  /* Eighths */
  .md--up--push-one-eighth {
    left: 12.5%;
  }
  .md--up--push-two-eighths {
    left: 25%;
  }
  .md--up--push-three-eighths {
    left: 37.5%;
  }
  .md--up--push-four-eighths {
    left: 50%;
  }
  .md--up--push-five-eighths {
    left: 62.5%;
  }
  .md--up--push-six-eighths {
    left: 75%;
  }
  .md--up--push-seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .md--up--push-one-tenth {
    left: 10%;
  }
  .md--up--push-two-tenths {
    left: 20%;
  }
  .md--up--push-three-tenths {
    left: 30%;
  }
  .md--up--push-four-tenths {
    left: 40%;
  }
  .md--up--push-five-tenths {
    left: 50%;
  }
  .md--up--push-six-tenths {
    left: 60%;
  }
  .md--up--push-seven-tenths {
    left: 70%;
  }
  .md--up--push-eight-tenths {
    left: 80%;
  }
  .md--up--push-nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .md--up--push-one-twelfth {
    left: 8.33333%;
  }
  .md--up--push-two-twelfths {
    left: 16.66667%;
  }
  .md--up--push-three-twelfths {
    left: 25%;
  }
  .md--up--push-four-twelfths {
    left: 33.33333%;
  }
  .md--up--push-five-twelfths {
    left: 41.66667%;
  }
  .md--up--push-six-twelfths {
    left: 50%;
  }
  .md--up--push-seven-twelfths {
    left: 58.33333%;
  }
  .md--up--push-eight-twelfths {
    left: 66.66667%;
  }
  .md--up--push-nine-twelfths {
    left: 75%;
  }
  .md--up--push-ten-twelfths {
    left: 100%;
  }
  .md--up--push-eleven-twelfths {
    left: 91.66667%;
  }
}

@media only screen and (min-width: 990px) {
  /* Halves */
  .lg--up--push-one-half {
    left: 50%;
  }
  /* Thirds */
  .lg--up--push-one-third {
    left: 33.33333%;
  }
  .lg--up--push-two-thirds {
    left: 66.66667%;
  }
  /* Quarters */
  .lg--up--push-one-quarter {
    left: 25%;
  }
  .lg--up--push-two-quarters {
    left: 50%;
  }
  .lg--up--push-three-quarters {
    left: 75%;
  }
  /* Fifths */
  .lg--up--push-one-fifth {
    left: 20%;
  }
  .lg--up--push-two-fifths {
    left: 40%;
  }
  .lg--up--push-three-fifths {
    left: 60%;
  }
  .lg--up--push-four-fifths {
    left: 80%;
  }
  /* Sixths */
  .lg--up--push-one-sixth {
    left: 16.66667%;
  }
  .lg--up--push-two-sixths {
    left: 33.33333%;
  }
  .lg--up--push-three-sixths {
    left: 50%;
  }
  .lg--up--push-four-sixths {
    left: 66.66667%;
  }
  .lg--up--push-five-sixths {
    left: 100%;
  }
  /* Eighths */
  .lg--up--push-one-eighth {
    left: 12.5%;
  }
  .lg--up--push-two-eighths {
    left: 25%;
  }
  .lg--up--push-three-eighths {
    left: 37.5%;
  }
  .lg--up--push-four-eighths {
    left: 50%;
  }
  .lg--up--push-five-eighths {
    left: 62.5%;
  }
  .lg--up--push-six-eighths {
    left: 75%;
  }
  .lg--up--push-seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .lg--up--push-one-tenth {
    left: 10%;
  }
  .lg--up--push-two-tenths {
    left: 20%;
  }
  .lg--up--push-three-tenths {
    left: 30%;
  }
  .lg--up--push-four-tenths {
    left: 40%;
  }
  .lg--up--push-five-tenths {
    left: 50%;
  }
  .lg--up--push-six-tenths {
    left: 60%;
  }
  .lg--up--push-seven-tenths {
    left: 70%;
  }
  .lg--up--push-eight-tenths {
    left: 80%;
  }
  .lg--up--push-nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .lg--up--push-one-twelfth {
    left: 8.33333%;
  }
  .lg--up--push-two-twelfths {
    left: 16.66667%;
  }
  .lg--up--push-three-twelfths {
    left: 25%;
  }
  .lg--up--push-four-twelfths {
    left: 33.33333%;
  }
  .lg--up--push-five-twelfths {
    left: 41.66667%;
  }
  .lg--up--push-six-twelfths {
    left: 50%;
  }
  .lg--up--push-seven-twelfths {
    left: 58.33333%;
  }
  .lg--up--push-eight-twelfths {
    left: 66.66667%;
  }
  .lg--up--push-nine-twelfths {
    left: 75%;
  }
  .lg--up--push-ten-twelfths {
    left: 100%;
  }
  .lg--up--push-eleven-twelfths {
    left: 91.66667%;
  }
}

/* =======================================================================

Flex
========================================================================== */
.flex {
  display: flex;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--column {
  flex-direction: column;
}

.flex--row {
  flex-direction: row;
}

.flex--row-reverse {
  flex-direction: row-reverse;
}

.items--start {
  align-items: flex-start;
}

.items--end {
  align-items: flex-end;
}

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

.items--baseline {
  align-items: baseline;
}

.items--stretch {
  align-items: stretch;
}

.justify--start {
  justify-content: flex-start;
}

.justify--center {
  justify-content: center;
}

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */

.flex--1-basis-0 {
  flex-basis: 0;
  flex-grow: 1;
}

.flex--1 {
  flex: 1;
}

@media only screen and (max-width: 749px) {
  .sm--items--start {
    align-items: flex-start;
  }
  .sm--items--end {
    align-items: flex-end;
  }
  .sm--items--center {
    align-items: center;
  }
  .sm--items--baseline {
    align-items: baseline;
  }
  .sm--items--stretch {
    align-items: stretch;
  }
  /* 1.sm-- Fix for Chrome 44 bug.sm-- https://code.sm--google.sm--com/p/chromium/issues/detail?id=506893 */
}

@media only screen and (min-width: 480px) {
  .pm--items--start {
    align-items: flex-start;
  }
  .pm--items--end {
    align-items: flex-end;
  }
  .pm--items--center {
    align-items: center;
  }
  .pm--items--baseline {
    align-items: baseline;
  }
  .pm--items--stretch {
    align-items: stretch;
  }
  /* 1.pm-- Fix for Chrome 44 bug.pm-- https://code.pm--google.pm--com/p/chromium/issues/detail?id=506893 */
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .md--items--start {
    align-items: flex-start;
  }
  .md--items--end {
    align-items: flex-end;
  }
  .md--items--center {
    align-items: center;
  }
  .md--items--baseline {
    align-items: baseline;
  }
  .md--items--stretch {
    align-items: stretch;
  }
  /* 1.md-- Fix for Chrome 44 bug.md-- https://code.md--google.md--com/p/chromium/issues/detail?id=506893 */
}

@media only screen and (max-width: 989px) {
  .md--dn--items--start {
    align-items: flex-start;
  }
  .md--dn--items--end {
    align-items: flex-end;
  }
  .md--dn--items--center {
    align-items: center;
  }
  .md--dn--items--baseline {
    align-items: baseline;
  }
  .md--dn--items--stretch {
    align-items: stretch;
  }
  /* 1.md--dn-- Fix for Chrome 44 bug.md--dn-- https://code.md--dn--google.md--dn--com/p/chromium/issues/detail?id=506893 */
}

@media only screen and (min-width: 750px) {
  .md--up--flex {
    display: flex;
  }
  .md--up--flex--column {
    flex-direction: column;
  }
  .md--up--items--start {
    align-items: flex-start;
  }
  .md--up--items--end {
    align-items: flex-end;
  }
  .md--up--items--center {
    align-items: center;
  }
  .md--up--items--baseline {
    align-items: baseline;
  }
  .md--up--items--stretch {
    align-items: stretch;
  }
  /* 1.md--up-- Fix for Chrome 44 bug.md--up-- https://code.md--up--google.md--up--com/p/chromium/issues/detail?id=506893 */
  .md--up--flex--auto {
    flex: 1 1 auto;
    min-height: 0;
    /* 1 */
    min-width: 0;
    /* 1 */
  }
}

@media only screen and (min-width: 990px) and (max-width: 1399px) {
  .lg--items--start {
    align-items: flex-start;
  }
  .lg--items--end {
    align-items: flex-end;
  }
  .lg--items--center {
    align-items: center;
  }
  .lg--items--baseline {
    align-items: baseline;
  }
  .lg--items--stretch {
    align-items: stretch;
  }
  /* 1.lg-- Fix for Chrome 44 bug.lg-- https://code.lg--google.lg--com/p/chromium/issues/detail?id=506893 */
}

@media only screen and (min-width: 990px) {
  .lg--up--flex {
    display: flex;
  }
  .lg--up--items--start {
    align-items: flex-start;
  }
  .lg--up--items--end {
    align-items: flex-end;
  }
  .lg--up--items--center {
    align-items: center;
  }
  .lg--up--items--baseline {
    align-items: baseline;
  }
  .lg--up--items--stretch {
    align-items: stretch;
  }
  .lg--up--self--end {
    align-self: flex-end;
  }
  .lg--up--justify--end {
    justify-content: flex-end;
  }
  /* 1.lg--up-- Fix for Chrome 44 bug.lg--up-- https://code.lg--up--google.lg--up--com/p/chromium/issues/detail?id=506893 */
}

@media only screen and (min-width: 1400px) {
  .wd--items--start {
    align-items: flex-start;
  }
  .wd--items--end {
    align-items: flex-end;
  }
  .wd--items--center {
    align-items: center;
  }
  .wd--items--baseline {
    align-items: baseline;
  }
  .wd--items--stretch {
    align-items: stretch;
  }
  /* 1.wd-- Fix for Chrome 44 bug.wd-- https://code.wd--google.wd--com/p/chromium/issues/detail?id=506893 */
}

/* =======================================================================

Helper
========================================================================== */
/* Align
========================================================================== */
.align--baseline {
  vertical-align: baseline;
}

.align--top {
  vertical-align: top;
}

.align--middle {
  vertical-align: middle;
}

.align--bottom {
  vertical-align: bottom;
}

@media only screen and (max-width: 989px) {
  .md--dn--align--top {
    vertical-align: top;
  }
  .md--dn--align--middle {
    vertical-align: middle;
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--align--top {
    vertical-align: top;
  }
  .lg--up--align--middle {
    vertical-align: middle;
  }
  .lg--up--align--bottom {
    vertical-align: bottom;
  }
}

/* Position
========================================================================== */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top--0 {
  top: 0;
}

.right--0 {
  right: 0;
}

.bottom--0 {
  bottom: 0;
}

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

.left--0 {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

@media only screen and (max-width: 989px) {
  .md--dn--bottom--0 {
    bottom: 0;
  }
}

@media only screen and (min-width: 750px) {
  .md--up--absolute {
    position: absolute;
  }
  .md--up--top--0 {
    top: 0;
  }
  .md--up--left--0 {
    left: 0;
  }
  .md--up--top--half {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--absolute {
    position: absolute;
  }
  .lg--up--sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  body:not(.sticky-header) .lg--up--sticky--unless-sticky-header {
    position: -webkit-sticky;
    position: sticky;
  }
  .lg--up--top--0 {
    top: 0;
  }
  .lg--up--left--0 {
    left: 0;
  }
}

/* Borders
========================================================================== */
.border {
  border-style: solid;
  border-width: 1px;
}

.border--none {
  border: 0;
}

/* Hide
========================================================================== */
.hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 0;
  overflow: hidden;
  width: 0;
  padding: 0 !important;
}

@media only screen and (max-width: 749px) {
  .sm--hide {
    display: none !important;
  }
}

@media only screen and (max-width: 989px) {
  .md--dn--hide {
    display: none !important;
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--hide {
    display: none !important;
  }
}

/* LAYOUT
========================================================================== */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table--fixed {
  table-layout: fixed;
}

.overflow--hidden {
  overflow: hidden;
}

.overflow--scroll {
  overflow: scroll;
}

.overflow--visible {
  overflow: visible;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.full {
  height: 100%;
  width: 100%;
}

.full--h {
  height: 100%;
}

.full--w {
  width: 100%;
}

.full--vh {
  height: 100vh;
}

.full--vw {
  width: 100vw;
}

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

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

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

.max-width--1 {
  max-width: 24rem;
}

.max-width--2 {
  max-width: 32rem;
}

.max-width--3 {
  max-width: 48rem;
}

.max-width--4 {
  max-width: 64rem;
}

.max-width--5 {
  max-width: 80rem;
}

.border-box {
  box-sizing: border-box;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

@media only screen and (max-width: 989px) {
  .md--dn--table {
    display: table;
  }
  .md--dn--table-cell {
    display: table-cell;
  }
  .md--dn--text-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 750px) {
  .md--up--overflow--y-auto {
    overflow-y: auto;
  }
  .md--up--full--h {
    height: 100%;
  }
  .md--up--text-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--inline-block {
    display: inline-block;
  }
  .lg--up--table {
    display: table;
  }
  .lg--up--table-cell {
    display: table-cell;
  }
  .lg--up--full {
    height: 100%;
    width: 100%;
  }
  .lg--up--text-align--center {
    text-align: center;
  }
  .lg--up--text-align--left {
    text-align: left;
  }
  .lg--up--text-align--right {
    text-align: right;
  }
  .lg--up--max-width--3 {
    max-width: 48rem;
  }
  .lg--up--max-width--4 {
    max-width: 64rem;
  }
}

/* MEDIA OBJECTS
========================================================================== */

/* ============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
============================================================================== */
.media {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

/* RATIO BOXES
========================================================================== */

/* Table Cell Position
========================================================================== */

/* LINKS
  ========================================================================== */
.cursor--default {
  cursor: default;
}

.pointer {
  cursor: pointer;
}

@media only screen and (max-width: 749px) {
  /* LINKS
  ========================================================================== */
}

@media only screen and (min-width: 480px) {
  /* LINKS
  ========================================================================== */
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  /* LINKS
  ========================================================================== */
}

@media only screen and (max-width: 989px) {
  /* LINKS
  ========================================================================== */
}

@media only screen and (min-width: 750px) {
  /* LINKS
  ========================================================================== */
  .md--up--pointer {
    cursor: pointer;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /* LINKS
  ========================================================================== */
}

@media only screen and (min-width: 990px) {
  /* LINKS
  ========================================================================== */
}

@media only screen and (min-width: 1400px) {
  /* LINKS
  ========================================================================== */
}

/* Developer Classes
========================================================================== */
.debug {
  position: absolute;
  z-index: 100;
  top: 0;
  max-width: 100vw;
  overflow: scroll;
  font-size: 11.5px;
}

/* Image blur technique */

.ready {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* ================ Helper Classes ================ */

.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;
}

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 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;
}

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

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

/* ============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
============================================================================== */

/* ============================================================================
  Opacity
============================================================================== */
.invisible {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.opacity--1 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}

.opacity--3 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

/* ============================================================================
  Horizontal Rule
============================================================================== */
.hr {
  height: 1px;
  border-style: none;
}

/* ============================================================================
  appearance: none
============================================================================== */
.appearance--none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* =======================================================================

Colors
========================================================================== */
/*
$colors: (
  $black,
  $white,
  $white-accent,
  $placeholder-light,
  $placeholder-dark,
  $transparent,
  $primary-text,
  $primary-background,
  $primary-accent,
  $primary-meta,
  $primary-text--overlay,
  $primary-accent--overlay,
  $secondary-text,
  $secondary-background,
  $secondary-accent,
  $secondary-meta,
  $secondary-text--overlay,
  $secondary-accent--overlay,
  $tertiary-text,
  $tertiary-background,
  $tertiary-accent,
  $tertiary-meta,
  $tertiary-text--overlay,
  $tertiary-accent--overlay,
  $active-text,
  $active-background,
  $active-accent,
  $active-meta,
  $active-text--overlay,
  $active-accent--overlay
);
*/
.color--black-text {
  color: #000;
}

.bg--black-text {
  background-color: #000;
}

.border--black-text {
  border: 1px solid #000;
}

.border-bottom--black-text {
  border-bottom: 1px solid #000;
}

.hv--border-bottom--black-text:hover {
  border-bottom: 1px solid #000;
}

.hv--span--border-bottom--black-text:hover span {
  border-bottom: 1px solid #000;
}

.hv--div--border-bottom--black-text:hover > div {
  border-bottom: 1px solid #000;
}

.color--white-text {
  color: #fff;
}

.bg--white-text {
  background-color: #fff;
}

.border--white-text {
  border: 1px solid #fff;
}

.border-bottom--white-text {
  border-bottom: 1px solid #fff;
}

.hv--border-bottom--white-text:hover {
  border-bottom: 1px solid #fff;
}

.hv--span--border-bottom--white-text:hover span {
  border-bottom: 1px solid #fff;
}

.hv--div--border-bottom--white-text:hover > div {
  border-bottom: 1px solid #fff;
}

.color--white-accent {
  color: var(--color-primary-accent);
}

.bg--white-accent {
  background-color: var(--color-primary-accent);
}

.hv--white-accent:hover {
  color: var(--color-primary-accent);
}

.hv--border--white-accent:hover {
  border: 1px solid var(--color-primary-accent);
}

.hv--border-bottom--white-accent:hover {
  border-bottom: 1px solid var(--color-primary-accent);
}

.bg--transparent {
  background-color: transparent;
}

.border--transparent {
  border: 1px solid transparent;
}

.border-bottom--transparent {
  border-bottom: 1px solid transparent;
}

.color--primary-text {
  color: var(--color-primary-text);
}

.bg--primary-text {
  background-color: white;
}

.border--primary-text {
  border: 1px solid var(--color-primary-text);
}

.border-bottom--primary-text {
  border-bottom: 1px solid var(--color-primary-text);
}

.hv--border-bottom--primary-text:hover {
  border-bottom: 1px solid var(--color-primary-text);
}

.hv--span--border-bottom--primary-text:hover span {
  border-bottom: 1px solid var(--color-primary-text);
}

.color--primary-background {
  color: var(--color-primary-background);
}

.bg--primary-background {
  background-color: var(--color-primary-background);
}

.color--primary-accent {
  color: var(--color-primary-accent);
}

.bg--primary-accent {
  background-color: var(--color-primary-accent);
}

.hv--primary-accent:hover {
  color: var(--color-primary-accent);
}

.hv-bg--primary-accent:hover {
  background-color: var(--color-primary-accent);
}

.hv--border--primary-accent:hover {
  border: 1px solid var(--color-primary-accent);
}

.hv--border-bottom--primary-accent:hover {
  border-bottom: 1px solid var(--color-primary-accent);
}

.color--primary-meta {
  color: var(--color-primary-meta);
}

.color--primary-text--overlay {
  color: black;
  border: 1px solid black;
}

.color--primary-accent--overlay {
  color: var(--color-primary-accent--overlay);
}

.hv--primary-accent--overlay:hover {
  color: var(--color-primary-accent--overlay);
}

.color--secondary-text {
  color: var(--color-secondary-text);
}

.bg--secondary-text {
  background-color: var(--color-secondary-text);
}

.border--secondary-text {
  border: 1px solid var(--color-secondary-text);
}

.border-bottom--secondary-text {
  border-bottom: 1px solid var(--color-secondary-text);
}

.hv--border-bottom--secondary-text:hover {
  border-bottom: 1px solid var(--color-secondary-text);
}

.hv--span--border-bottom--secondary-text:hover span {
  border-bottom: 1px solid var(--color-secondary-text);
}

.hv--div--border-bottom--secondary-text:hover > div {
}

.color--secondary-background {
  color: var(--color-secondary-background);
}

.bg--secondary-background {
  background-color: var(--color-secondary-background);
}

.color--secondary-accent {
  color: var(--color-secondary-accent);
}

.bg--secondary-accent {
  background-color: var(--color-secondary-accent);
}

.hv--secondary-accent:hover {
  color: var(--color-secondary-accent);
}

.hv--border--secondary-accent:hover {
  border: 1px solid var(--color-secondary-accent);
}

.hv--border-bottom--secondary-accent:hover {
  border-bottom: 1px solid var(--color-secondary-accent);
}

.color--secondary-meta {
  color: var(--color-secondary-meta);
}

.color--secondary-text--overlay {
  color: var(--color-secondary-background);
}

.color--secondary-accent--overlay {
  color: var(--color-secondary-accent--overlay);
}

.color--tertiary-text {
  color: var(--color-tertiary-text);
}

.bg--tertiary-text {
  background-color: var(--color-tertiary-text);
}

.border--tertiary-text {
  border: 1px solid var(--color-tertiary-text);
}

.border-bottom--tertiary-text {
  border-bottom: 1px solid var(--color-tertiary-text);
}

.hv--border-bottom--tertiary-text:hover {
  border-bottom: 1px solid var(--color-tertiary-text);
}

.hv--span--border-bottom--tertiary-text:hover span {
  border-bottom: 1px solid var(--color-tertiary-text);
}

.hv--div--border-bottom--tertiary-text:hover > div {
  border-bottom: 1px solid var(--color-tertiary-text);
}

.color--tertiary-background {
  color: var(--color-tertiary-background);
}

.bg--tertiary-background {
  background-color: var(--color-tertiary-background);
}

.color--tertiary-accent {
  color: var(--color-tertiary-accent);
}

.bg--tertiary-accent {
  background-color: var(--color-tertiary-accent);
}

.hv--tertiary-accent:hover {
  color: var(--color-tertiary-accent);
}

.hv--border--tertiary-accent:hover {
  border: 1px solid var(--color-tertiary-accent);
}

.hv--border-bottom--tertiary-accent:hover {
  border-bottom: 1px solid var(--color-tertiary-accent);
}

.color--tertiary-meta {
  color: var(--color-tertiary-meta);
}

.color--tertiary-text--overlay {
  color: var(--color-tertiary-background);
}

.color--tertiary-accent--overlay {
  color: var(--color-tertiary-accent--overlay);
}

.color--active-text {
  color: var(--color-active-text) !important;
}

.bg--active-text {
  background-color: var(--color-active-text);
}

.border--active-text {
  border: 1px solid var(--color-active-text);
}

.border-bottom--active-text {
  border: 1px solid var(--color-active-text);
  padding: 0 1rem;
  line-height:30px;
  border-radius:5px;
}

.hv--border-bottom--active-text:hover {
  border-bottom: 1px solid var(--color-active-text);
}

.hv--span--border-bottom--active-text:hover span {
  border-bottom: 1px solid var(--color-active-text);
}

.hv--div--border-bottom--active-text:hover > div {
  border-bottom: 1px solid var(--color-active-text);
}

.color--active-background {
  color: var(--color-active-background);
}

.bg--active-background {
  background-color: var(--color-active-background);
}

.color--active-accent {
  color: var(--color-active-accent);
}

.bg--active-accent {
  background-color: var(--color-active-accent);
}

.hv--active-accent:hover {
  color: var(--color-active-accent);
}

.hv-bg--active-accent:hover {
  background-color: white;
}

.hv--border--active-accent:hover {
  border: 1px solid var(--color-primary-accent);
}

.hv--border-bottom--active-accent:hover {
  border-bottom: 1px solid var(--color-active-accent);
}

.color--active-meta {
  color: var(--color-active-meta);
}

.color--active-text--overlay {
  color: var(--color-active-background);
}

.color--active-accent--overlay {
  color: var(--color-active-accent--overlay);
}

.hv--active-accent--overlay:hover {
  color: var(--color-primary-accent);
}

.bg--primary-placeholder {
  background-color: var(--primary-placeholder-bg);
}

.bg--secondary-placeholder {
  background-color: var(--secondary-placeholder-bg);
}

.bg--tertiary-placeholder {
  background-color: var(--tertiary-placeholder-bg);
}

.color--white-text--overlay {
  color: var(--white-text--overlay);
}

.color--black-text--overlay {
  color: var(--black-text--overlay);
}

@media only screen and (min-width: 750px) {
  .active.md--up--active-border--black-text {
    border: 1px solid #000;
  }
  .active.md--up--active-border--white-text {
    border: 1px solid #fff;
  }
  .md--up--border--transparent {
    border: 1px solid transparent;
  }
  .active.md--up--active-border--primary-text {
    border: 1px solid var(--color-primary-text);
  }
  .active.md--up--active-border--secondary-text {
    border: 1px solid var(--color-secondary-text);
  }
  .active.md--up--active-border--tertiary-text {
    border: 1px solid var(--color-tertiary-text);
  }
  .active.md--up--active-border--active-text {
    border: 1px solid var(--color-active-text);
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--color--black-text {
    color: #000;
  }
  .lg--up--color--white-text {
    color: #fff;
  }
  .lg--up--color--primary-text {
    color: var(--color-primary-text);
  }
  .lg--up--color--secondary-text {
    color: var(--color-secondary-text);
  }
  .lg--up--color--tertiary-text {
    color: var(--color-tertiary-text);
  }
  .lg--up--color--active-text {
    color: var(--color-active-text);
  }
}

/* =======================================================================

Spacing
========================================================================== */
/* MARGINS
========================================================================== */
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt1 {
  margin-top: var(--space-1);
}

.mr1 {
  margin-right: var(--space-1);
}

.mb1 {
  margin-bottom: var(--space-1);
}

.mb2 {
  margin-bottom: var(--space-2);
}

.ml1 {
  margin-left: var(--space-1);
}

.mx1 {
  margin-left: var(--space-1);
  margin-right: var(--space-1);
}

.mt2 {
  margin-top: 0.5rem;
}

.mr2 {
  margin-right: var(--space-2);
}

.mb2 {
  margin-bottom: var(--space-2);
}

.ml2 {
  margin-left: var(--space-2);
}

.my2 {
  margin-bottom: var(--space-2);
  margin-top: var(--space-2);
}

.mt3 {
  margin-top: var(--space-3);
}

.mb3 {
  margin-bottom: var(--space-3);
}

.my3 {
  margin-bottom: var(--space-3);
  margin-top: var(--space-3);
}

.mt4 {
  margin-top: var(--space-4);
}

.mxn1 {
  margin-left: calc(var(--space-1) * -1);
  margin-right: calc(var(--space-1) * -1);
}

.mxn3 {
  margin-left: calc(var(--space-3) * -1);
  margin-right: calc(var(--space-3) * -1);
}

.mtn1 {
  margin-top: calc(var(--space-1) * -1);
}

.mtn2 {
  margin-top: calc(var(--space-2) * -1);
}

.mtn3 {
  margin-top: calc(var(--space-3) * -1);
}

.mt--auto {
  margin-top: auto;
}

.mx--auto {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 480px) {
  .pm--mt3 {
    margin-top: var(--space-3);
  }
}

@media only screen and (max-width: 989px) {
  .md--dn--mr2 {
    margin-right: var(--space-2);
  }
  .md--dn--ml2 {
    margin-left: var(--space-2);
  }
  .md--dn--mb3 {
    margin-bottom: var(--space-3);
  }
}

@media only screen and (min-width: 750px) {
  .md--up--mt0 {
    margin-top: 0;
  }
  .md--up--mt2 {
    margin-top: var(--space-2);
  }
  .md--up--mr3 {
    margin-right: var(--space-3);
  }
  .md--up--ml3 {
    margin-left: var(--space-3);
  }
  .md--up--mtn2 {
    margin-top: calc(var(--space-2) * -1);
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--m0 {
    margin: 0;
  }
  .lg--up--mt0 {
    margin-top: 0;
  }
  .lg--up--mb0 {
    margin-bottom: 0;
  }
  .lg--up--mt1 {
    margin-top: var(--space-1);
  }
  .lg--up--mb1 {
    margin-bottom: var(--space-1);
  }
  .lg--up--mt2 {
    margin-top: var(--space-2);
  }
  .lg--up--mt3 {
    margin-top: var(--space-3);
  }
  .lg--up--mt4 {
    margin-top: 0;
  }
  .lg--up--mb4 {
    margin-bottom: var(--space-4);
  }
  .lg--up--mtn3 {
    margin-top: calc(var(--space-3) * -1);
  }
  .lg--up--mtn4 {
    margin-top: calc(var(--space-4) * -1);
  }
  .lg--up--mx--auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* PADDING
========================================================================== */
.p0 {
  padding: 0;
}

.p1 {
  padding: var(--space-1);
}

.pt1 {
  padding-top: var(--space-1);
}

.pb1 {
  padding-bottom: var(--space-1);
}

.pl1 {
  padding-left: var(--space-1);
}

.py1 {
  padding-bottom: var(--space-1);
  padding-top: var(--space-1);
}

.px1 {
  padding-left: var(--space-1);
  padding-right: var(--space-1);
}

.p2 {
  padding: var(--space-2);
}

.pt2 {
  padding-top: var(--space-2);
}

.pr2 {
  padding-right: var(--space-2);
}

.pb2 {
  padding-bottom: var(--space-2);
}

.pl2 {
  padding-left: var(--space-2);
}

.py2 {
  padding-bottom: var(--space-2);
  padding-top: var(--space-2);
}

.px2 {
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}

.p3 {
  padding: var(--space-3);
}

.pt3 {
  padding-top: var(--space-3);
}

.pr3 {
  padding-right: var(--space-3);
}

.pb3 {
  padding-bottom: var(--space-3);
}

.py3 {
  padding-bottom: var(--space-3);
  padding-top: var(--space-3);
}

.px3 {
  padding-left: var(--space-3);
  padding-right: var(--space-3);
}

.pt4 {
  padding-top: var(--space-4);
}

.pr4 {
  padding-right: var(--space-4);
}

.pb4 {
  padding-bottom: var(--space-4);
}

.py4 {
  padding-bottom: var(--space-4);
  padding-top: var(--space-4);
}

@media only screen and (max-width: 989px) {
  .md--dn--px2 {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }
  .md--dn--pr4 {
    padding-right: var(--space-4);
  }
  .md--dn--pl4 {
    padding-left: var(--space-4);
  }
}

@media only screen and (min-width: 750px) {
  .md--up--pt0 {
    padding-top: 0;
  }
  .md--up--px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md--up--pr2 {
    padding-right: var(--space-2);
  }
  .md--up--px2 {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }
  .md--up--pr4 {
    padding-right: var(--space-4);
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--p0 {
    padding: 0;
  }
  .lg--up--pb0 {
    padding-bottom: 0;
  }
  .lg--up--px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg--up--pl2 {
    padding-left: var(--space-2);
  }
  .lg--up--p3 {
    padding: var(--space-3);
  }
  .lg--up--pt3 {
    padding-top: var(--space-3);
  }
  .lg--up--pl3 {
    padding-left: var(--space-3);
  }
  .lg--up--px3 {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }
  .lg--up--p4 {
    padding: var(--space-4);
  }
  .lg--up--px4 {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }
}

@media only screen and (min-width: 1400px) {
  .wd--pt3 {
    padding-top: var(--space-3);
  }
  .wd--pl4 {
    padding-left: var(--space-4);
  }
  .wd--p5 {
    padding: var(--space-5);
  }
}

/* ============================================================================
  #Typography
============================================================================== */
html {
  font-size: 16px;
}

body,
input,
textarea,
button,
select,
.disclosure__toggle {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
  color: var(--color-primary-text);
  font-weight: var(--main-font-weight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  display: block;
  font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  margin: 0 0 0.5em;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-weight: inherit;
}

.f--heading {
  font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
  text-transform: var(--heading-text-transform);
  font-weight: 400;
  font-style: var(--heading-font-style);
  text-transform: none;
}

.f--main {
  font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
  font-weight: var(--main-font-weight);
}

.f--accent,
.btn,
.shopify-payment-button__button--unbranded {
  font-family: var(--accent-font-stack);
  font-weight: var(--accent-font-weight);
  text-transform: var(--accent-text-transform);
}

.t--header-navigation {
  font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
  text-transform: var(--header-navigation-text-transform);
  font-weight: var(--header-navigation-font-weight);
}

.t--header-navigation a {
    font-size: 11.5px;
}

.t--list-and-grid {
  text-align: var(--list-and-grid-align);
}

/* Typography
========================================================================== */
/* ================ Use em() Sass function to declare font-size ================ */
h1,
.h1 {
  font-size: 1.85rem;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1rem;
}

h5,
.h5 {
  font-size: 0.875rem;
}

.font-size--0 {
  font-size: 0;
}

.font-size--xxxl {
  font-size: 1.85rem;
}

.font-size--xxl {
  font-size: 1.85rem;
}

.font-size--xl {
  font-size: 1.5rem;
}

.font-size--l {
  font-size: 1.25rem;
}

.font-size--ml {
  font-size: 1.125rem;
}

.font-size--m {
  font-size: 1rem;
}

.font-size--sm {
  font-size: 0.9rem;
}

.font-size--s {
  font-size: 11.5px;
}

.font-size--xs {
  font-size: 0.75rem;
}

.font-size--xxs {
  font-size: 0.6rem;
}

.font-size--xxxs {
  font-size: 0.5rem;
}

.font-size--xxxxs {
  font-size: 0.45rem;
}

.line-height--1 {
  line-height: 1rem;
}

.line-height--3 {
  line-height: 1.25rem;
}

.line-height--5 {
  line-height: 1.75rem;
}

.line-height--6 {
  line-height: 2rem;
}

.line-height--7 {
  line-height: 2.25rem;
}

.line-height--8 {
  line-height: 2.5rem;
}

@media only screen and (min-width: 480px) {
  .pm--font-size--xxxxxl {
    font-size: 3rem;
  }
  .pm--font-size--xxxxl {
    font-size: 2.5rem;
  }
  .pm--font-size--xxl {
    font-size: 1.85rem;
  }
  .pm--line-height--7 {
    line-height: 2.25rem;
  }
  .pm--line-height--11 {
    line-height: 3.25rem;
  }
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .md--line-height--7 {
    line-height: 2.25rem;
  }
}

@media only screen and (min-width: 750px) {
  .md--up--font-size--xxxxxl {
    font-size: 3rem;
  }
  .md--up--font-size--xxl {
    font-size: 1.85rem;
  }
  .md--up--font-size--l {
    font-size: 1.25rem;
  }
  .md--up--font-size--m {
    font-size: 1rem;
  }
  .md--up--font-size--s {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 990px) {
  .lg--up--font-size--xxxxxl {
    font-size: 3rem;
  }
  .lg--up--font-size--xxxl {
    font-size: 2.25rem;
  }
  .lg--up--font-size--xxl {
    font-size: 1.5rem;
  }
  .lg--up--font-size--xl {
    font-size: 1.5rem;
  }
  .lg--up--font-size--l {
    font-size: 1.25rem;
  }
  .lg--up--font-size--ml {
    font-size: 1.125rem;
  }
  .lg--up--line-height--5 {
    line-height: 1.75rem;
  }
  .lg--up--line-height--6 {
    line-height: 2rem;
  }
  .lg--up--line-height--8 {
    line-height: 2.5rem;
  }
  .lg--up--line-height--9 {
    line-height: 2.75rem;
  }
}

@media only screen and (min-width: 1400px) {
  .wd--font-size--xxxxxxl {
    font-size: 3.5rem;
  }
  .wd--font-size--xxxxl {
    font-size: 2.5rem;
  }
  .wd--font-size--xxxl {
    font-size: 2.25rem;
  }
  .wd--line-height--11 {
    line-height: 3.25rem;
  }
  .wd--line-height--13 {
    line-height: 3.75rem;
  }
}

/* 3. FONT WEIGHT
========================================================================== */

.font-weight--bold {
  font-weight: 600;
}

/* Basscss Typography */

.bold {
  font-weight: bold;
  /* Fallback value:  bold */
}

.normal {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.capitalize {
  text-transform: capitalize;
}

.list--reset {
  list-style: none;
  padding-left: 0;
}

p {
  margin: 0 0 15px 0;
}

p img {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 0.9em;
}

/* ================ Blockquotes ================ */

/* ================ Code ================ */
code,
pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62;
}

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px;
}

/* ================ Horizontal Rules ================ */
hr {
  clear: both;
  border-top: 0;
}

/* ================ VENDOR ================ */
/*! Flickity v2.1.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

body:not(.user-is-tabbing) .flickity-enabled:focus {
  outline: none;
  box-shadow: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  max-height: 100vh !important;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-prev-next-button.next {
  right: 10px;
  top: auto;
  bottom: 0;
  background-color: transparent;
}

/*!
  Modaal - accessible modals - v0.3.1
  by Humaan, for all humans.
  http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background: var(--color-active-background) !important;
  opacity: 1 !important;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: var(--color-primary-text);
  max-width: 1000px;
  border-radius: 0;
  background: var(--color-active-background);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-content-container {
  padding: 0;
}

@media only screen and (min-width: 990px) {
  .modaal-content-container {
    padding: 30px;
  }
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 15000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-active-background);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: rgba(255, 255, 255, 0.1);
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/* ================ COMPONENTS ================ */
/* =======================================================================

Responsive Images
========================================================================== */
.responsive-image__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

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

.responsive-image__wrapper::before {
  content: '';
  position: relative;
  display: block;
}

.responsive-image__wrapper.force-crop {
  overflow: hidden;
}

.responsive-image__wrapper img {
  display: block;
  width: 100%;
}

.flickity-slider .responsive-image__wrapper img {
  width: 70%;
  height: auto;
  margin: 0vh 15%;
}

.template-index .flickity__button-container {
  display: none;
}

.responsive-image__wrapper > *:focus {
  outline-offset: -5px;
}

.responsive-image__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: opacity 0.3s cubic-bezier(0.46, 0.01, 0.32, 1);
  opacity: 0;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.responsive-image__image.lazyloaded {
  opacity: 1;
}

.force-crop .responsive-image__image {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.responsive-image__image.lazyloaded + .responsive-image__placeholder {
  opacity: 0;
}

.placeholder-img-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* =======================================================================

Mobile Flickity
========================================================================== */
/* enable Flickity by default */
.mobile-flickity__slides::after {
  content: 'flickity';
  display: none;
  /* hide :after */
}

@media only screen and (min-width: 990px) {
  /* disable Flickity for large devices */
  .mobile-flickity__slides::after {
    content: '';
  }
}

/* =======================================================================

Sections
========================================================================== */
body:not(.banner-image) .shopify-section:first-child section.bg--primary-background {
  padding-top: var(--space-2);
}

@media only screen and (min-width: 990px) {
  body:not(.banner-image) .shopify-section:first-child section.bg--primary-background {
    padding-top: var(--space-3);
  }
}

/* =======================================================================

Mobile Navigation
========================================================================== */
.mobile-navigation {
  z-index: 1;
  background-color: white;
}

.mobile-navigation-container {
  transition: all 0.2s cubic-bezier(0.46, 0.01, 0.32, 1);
  width: 200vw;
}

.mobile-navigation-container.shift {
  left: -100%;
}

.mobile-navigation-container.shift.mobile-navigation__pane:first-child {
  visibility: hidden;
}

.mobile-nav__link--sublist {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

/* =======================================================================

Pagination
========================================================================== */
.page.current {
  border-bottom: 1px solid var(--color-primary-text);
}

.collection-item__link.color--white-text:hover .collection-item__button,
.collection-item__link.color--primary-text:hover .collection-item__button {
  color: var(--color-primary-accent);
  border-bottom: 1px solid var(--color-primary-accent);
}

.collection-item__link.color--secondary-text:hover .collection-item__button {
  color: var(--color-secondary-accent);
  border-bottom: 1px solid var(--color-secondary-accent);
}

.collection-item__link.color--tertiary-text:hover .collection-item__button {
  color: var(--color-tertiary-accent);
  border-bottom: 1px solid var(--color-tertiary-accent);
}

.product-item-hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  /* transition */
  transition: all 0s;
}

.product-item-hover.show {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.pswp__button--close,
.modaal-close {
  transition: all 0.2s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.pswp__button--close svg,
.modaal-close svg {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.pswp__button--close:hover svg,
.modaal-close:hover svg {
  transform: scale(1.2);
}

/**
 * Selections from pswp default skin
 */

.pswp__button svg {
  pointer-events: none;
}

.pswp__element--disabled {
  display: none;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 11.5px;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-active-text);
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

[data-unit-price-wrapper] {
  display: none;
}

.has-unit-price [data-unit-price-wrapper] {
  display: block;
}

.disclosure {
  position: relative;
}

.disclosure__toggle {
  white-space: normal;
}

.disclosure__toggle, .disclosure__toggle.color--primary-text, .disclosure__toggle.color--secondary-text, .disclosure__toggle.color--tertiary-text {
  background-image: none !important;
}

.disclosure__toggle.color--primary-text {
  color: var(--color-primary-text);
}

.disclosure__toggle.color--secondary-text {
  color: var(--color-secondary-text);
}

.disclosure__toggle.color--tertiary-text {
  color: var(--color-tertiary-text);
}

.disclosure-list {
  display: none;
  position: absolute;
  bottom: 100%;
  min-height: 92px;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0;
  list-style: none;
  min-width: 100%;
  width: auto;
  left: 0;
  right: auto;
}

@media only screen and (min-width: 990px) {
  .disclosure-list {
    right: 0;
    left: auto;
  }
}

.disclosure__toggle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.disclosure__toggle[aria-expanded="false"] .disclosure__chevron-up {
  display: none;
}

.disclosure__toggle[aria-expanded="true"] .disclosure__chevron-down {
  display: none;
}

.disclosure-list--visible {
  display: block;
}

.disclosure-list__item {
  white-space: nowrap;
  text-align: left;
  color: inherit;
}

.disclosure-list__item .disclosure-list__option {
  color: inherit;
}

.disclosure-list__item .disclosure-list__option .disclosure__link-wrapper {
  display: inline-block;
  padding-bottom: 0.2rem;
  color: inherit;
  border-bottom: 1px solid transparent;
}

.disclosure-list__item:focus .disclosure-list__option .disclosure__link-wrapper, .disclosure-list__item:hover .disclosure-list__option .disclosure__link-wrapper {
  border-bottom: 1px solid currentColor;
}

.disclosure-list__item--current .disclosure-list__option .disclosure__link-wrapper {
  border-bottom: 1px solid currentColor;
}

.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media img,
.product-single__media > video,
.product-single__media .plyr,
.product-single__media .media-item,
.product-single__media .rte__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.product-single__media iframe,
.product-single__media .media-video,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper {
  height: 100%;
}

body:not(.user-is-tabbing) .plyr:focus {
  outline: 0;
  box-shadow: none;
}

.media-badge-container {
  padding-top: 5px;
  padding-right: 5px;
  width: calc(100% / 3);
  min-width: 25px;
}

.media-badge-container svg {
  width: 100%;
  height: 100%;
}

.media-badge path.border {
  fill: none;
  stroke-opacity: .05;
}

.media-badge-container .media-badge {
  opacity: .6;
}

.media-badge-inner {
  padding: 1px;
}

.media-badge-border {
  opacity: 0.05;
}

.media-badge-container .color--primary-text .media-badge path.border {
  border-color: var(--color-primary-text);
}

.media-badge-container .color--primary-text .media-badge {
  fill: var(--color-primary-text);
}

.media-badge-container .color--secondary-text .media-badge path.border {
  border-color: var(--color-secondary-text);
}

.media-badge-container .color--secondary-text .media-badge {
  fill: var(--color-secondary-text);
}

.media-badge-container .color--tertiary-text .media-badge path.border {
  border-color: var(--color-tertiary-text);
}

.shopify-model-viewer-ui model-viewer {
  text-align: left;
}

.color--primary-text [data-product-single-media-wrapper] .plyr--video {
  background-color: var(--color-primary-background);
  color: var(--color-primary-text);
}

.color--secondary-text [data-product-single-media-wrapper] .plyr--video {
  background-color: var(--color-secondary-background);
  color: var(--color-secondary-text);
}

.color--tertiary-text [data-product-single-media-wrapper] .plyr--video {
  background-color: var(--color-tertiary-background);
  color: var(--color-tertiary-text);
}

.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
  display: none;
}

/* ================ GLOBAL ================ */
/* =======================================================================

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

body,
input,
textarea,
button,
select,
.disclosure__toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          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:not(.disclosure__toggle),
  .disclosure__toggle:not(.disclosure__toggle) {
    font-size: 16px;
  }
}

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

optgroup {
  font-weight: 700;
}

option {
  background-color: var(--color-primary-background);
  color: var(--color-primary-text);
}

body:not(.user-is-tabbing) [tabindex='-1']:focus {
  outline: none;
  box-shadow: none;
}

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

.section-with-padding {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

@media only screen and (min-width: 990px) {
  .section-with-padding {
    padding-top: var(--lg--up--section-padding);
    padding-bottom: var(--lg--up--section-padding);
  }
}

.font-size__heading,
.font-size__heading-mobile-full {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.product .font-size__heading,
.product .font-size__heading-mobile-full {
  font-size: 1.5rem;
  line-height: 1.5rem;
  word-break: break-word;
  padding-bottom: 1.5rem;
}

.font-size__basic {
  font-size: 11.5px;
  line-height: 1rem;
}

@media only screen and (min-width: 1400px) {
  .font-size__basic {
    font-size: 11.5px;
    line-height: 1rem;
  }
}

.font-size__small {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

@media only screen and (min-width: 1400px) {
  .font-size__small {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.font-size__heading-mobile-half {
  font-size: 1.5rem;
  line-height: 1;
}

@media only screen and (min-width: 480px) {
  .font-size__heading-mobile-half {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 1400px) {
  .font-size__heading-mobile-half {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.homepage-more-link {
  margin-top: var(--space-2);
  display: inline-block;
}

@media only screen and (min-width: 990px) {
  .homepage-more-link {
    margin-top: var(--space-3);
  }
}

.link-underline--primary {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: var(--color-primary-text);
  border-bottom: 1px solid var(--color-primary-text);
}

.hover-underline--primary:hover {
  color: var(--color-primary-accent);
  border-bottom: 1px solid var(--color-primary-accent);
}

.hover-bg--primary:hover {
  background: var(--color-primary-accent);
  color: var(--color-primary-accent--overlay);
}

.hover-bg-border--primary:hover {
  background: var(--color-primary-accent);
  border: 1px solid var(--color-primary-accent);
  color: var(--color-primary-accent--overlay);
}

.link-underline--secondary {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: var(--color-secondary-text);
  border-bottom: 1px solid var(--color-secondary-text);
}

.hover-underline--secondary:hover {
  color: var(--color-secondary-accent);
  border-bottom: 1px solid var(--color-secondary-accent);
}

.hover-bg--secondary:hover {
  background: var(--color-secondary-accent);
  color: var(--color-secondary-accent--overlay);
}

.hover-bg-border--secondary:hover {
  background: var(--color-secondary-accent);
  border: 1px solid var(--color-secondary-accent);
  color: var(--color-secondary-accent--overlay);
}

.link-underline--tertiary {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: var(--color-tertiary-text);
  border-bottom: 1px solid var(--color-tertiary-text);
}

.hover-underline--tertiary:hover {
  color: var(--color-tertiary-accent);
  border-bottom: 1px solid var(--color-tertiary-accent);
}

.hover-bg--tertiary:hover {
  background: var(--color-tertiary-accent);
  color: var(--color-tertiary-accent--overlay);
}

.hover-bg-border--tertiary:hover {
  background: var(--color-tertiary-accent);
  border: 1px solid var(--color-tertiary-accent);
  color: var(--color-tertiary-accent--overlay);
}

.link-underline--active {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: var(--color-active-text);
  border-bottom: 1px solid var(--color-active-text);
}

.hover-underline--active:hover {
  color: var(--color-active-accent);
  border-bottom: 1px solid var(--color-active-accent);
}

.hover-bg--active:hover {
  background: var(--color-active-accent);
  color: var(--color-active-accent--overlay);
}

.hover-bg-border--active:hover {
  background: var(--color-active-accent);
  border: 1px solid var(--color-active-accent);
  color: var(--color-active-accent--overlay);
}

.link-underline--white {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.hover-underline--white:hover {
  color: var(--color-primary-accent);
  border-bottom: 1px solid var(--color-primary-accent);
}

.hover-bg--white:hover {
  background: var(--color-primary-accent);
}

.hover-bg-border--white:hover {
  background: var(--color-primary-accent);
  border: 1px solid var(--color-primary-accent);
}

@media only screen and (min-width: 990px) {
  .lg--up--link-underline--primary {
    display: inline-block;
    padding-bottom: 0.25rem;
    color: var(--color-primary-text);
    border-bottom: 1px solid var(--color-primary-text);
  }
  .lg--up--hover-underline--primary:hover {
    color: var(--color-primary-accent);
    border-bottom: 1px solid var(--color-primary-accent);
  }
  .lg--up--link-underline--secondary {
    display: inline-block;
    padding-bottom: 0.25rem;
    color: var(--color-secondary-text);
    border-bottom: 1px solid var(--color-secondary-text);
  }
  .lg--up--hover-underline--secondary:hover {
    color: var(--color-secondary-accent);
    border-bottom: 1px solid var(--color-secondary-accent);
  }
  .lg--up--link-underline--tertiary {
    display: inline-block;
    padding-bottom: 0.25rem;
    color: var(--color-tertiary-text);
    border-bottom: 1px solid var(--color-tertiary-text);
  }
  .lg--up--hover-underline--tertiary:hover {
    color: var(--color-tertiary-accent);
    border-bottom: 1px solid var(--color-tertiary-accent);
  }
  .lg--up--link-underline--active {
    display: inline-block;
    padding-bottom: 0.25rem;
    color: var(--color-active-text);
    border-bottom: 1px solid var(--color-active-text);
  }
  .lg--up--hover-underline--active:hover {
    color: var(--color-active-accent);
    border-bottom: 1px solid var(--color-active-accent);
  }
  .lg--up--link-underline--white {
    display: inline-block;
    padding-bottom: 0.25rem;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .lg--up--hover-underline--white:hover {
    color: var(--color-primary-accent);
    border-bottom: 1px solid var(--color-primary-accent);
  }
}

/* =======================================================================

Layout
========================================================================== */
/* ================ General layout styles ================ */
body,
html {
  background-color: var(--color-primary-background);
}

.max-site-width {
  *zoom: 1;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
}

.max-site-width::after {
  content: '';
  display: table;
  clear: both;
}

/* =======================================================================

Icons
========================================================================== */
.icon-wrapper {
  display: inline-block;
  pointer-events: none;
}

.icon,
.icon-wrapper > svg {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  fill: currentColor;
  pointer-events: none;
}


svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon {
  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;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 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 ================ */

@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.spinner::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-right: 2px solid transparent;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
}

.spinner::before {
  border-top: 2px solid currentColor;
}

.fill--primary-success .icon-wrapper {
  color: var(--color-primary-success);
}

.fill--primary-error .icon-wrapper {
  color: var(--color-primary-error);
}

.fill--secondary-success .icon-wrapper {
  color: var(--color-secondary-success);
}

.fill--secondary-error .icon-wrapper {
  color: var(--color-secondary-error);
}

.fill--tertiary-success .icon-wrapper {
  color: var(--color-tertiary-success);
}

.fill--tertiary-error .icon-wrapper {
  color: var(--color-tertiary-error);
}

/* =======================================================================

Rich Text Editor
========================================================================== */
.rte {
  font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
}

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

.rte table {
  table-layout: fixed;
}

.rte ul,
.rte ol {
  margin-top: 30px;
  margin-bottom: 30px;
}

.color--primary-text .rte a {
  color: var(--color-primary-accent);
  border-bottom: 1px solid var(--color-primary-accent);
}

.color--secondary-text .rte a {
  color: var(--color-secondary-accent);
  border-bottom: 1px solid var(--color-secondary-accent);
}

.color--tertiary-text .rte a {
  color: var(--color-tertiary-accent);
  border-bottom: 1px solid var(--color-tertiary-accent);
}

/* allow table to scroll for tables in the RTE since we don't know
   how many columns they will contain. Class added by JS. */

.rte__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;
}

/* =======================================================================

Responsive tables
========================================================================== */
@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;
    margin: 0;
    padding: 10px 0;
    text-align: right;
  }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    padding-right: 10px;
    text-align: center;
    font-weight: bold;
  }
  .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: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    border-bottom: 1px solid var(--color-primary-text);
  }
}

/* =======================================================================

Links + Buttons
========================================================================== */
a {
  background-color: transparent;
  color: var(--color-primary-text);
}

.btn,
.shopify-payment-button__button--unbranded {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

body:not(.user-is-tabbing) .btn:focus,
body:not(.user-is-tabbing) .shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: none;
}

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

.link-underline {
  padding-bottom: 0.25rem;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

.btn--plain {
  border: none;
  background: none;
  padding: 0;
}

/* ============================================================================
  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,
input[type='search'],
select,
.disclosure__toggle {
  max-width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
}

input[disabled],
textarea[disabled],
input[type='search'][disabled],
select[disabled],
.disclosure__toggle[disabled] {
  border-color: #000000;
  background-color: #000000;
  cursor: default;
}

.selector-wrapper {
  display: none;
}

.input-error {
  border-color: #ffffff;
  background-color: #000000;
  color: #ffffff;
}

button {
  border-radius: 0;
}

textarea {
  min-height: 100px;
}

select::-ms-expand, .disclosure__toggle::-ms-expand {
  display: none;
}


select,
.disclosure__toggle {
  background-size: 18px 18px;
  background-image: var(--icon-svg-select);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

select.color--primary-text, .color--primary-text.disclosure__toggle {
  background-image: var(--icon-svg-select-primary);
}

select.color--secondary-text, .color--secondary-text.disclosure__toggle {
  background-image: var(--icon-svg-select-secondary);
}

select.color--tertiary-text, .color--tertiary-text.disclosure__toggle {
  background-image: var(--icon-svg-select-tertiary);
}

/*================ Input Group ================*/
.input-group {
  display: table;
  border-collapse: separate;
}
.popup .input-group {
  display: block;
  border-collapse: inherit;
}

.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .input-group-field {
  width: 100%;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding-left: 16px;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

input[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) .disclosure__toggle:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none;
  box-shadow: none;
}

.color--primary-text ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-primary-text--faded);
}

.color--primary-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-primary-text--faded);
}

.color--primary-text :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-primary-text--faded);
}

.color--primary-text :-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-primary-text--faded);
}

.color--secondary-text ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-secondary-text--faded);
}

.color--secondary-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-secondary-text--faded);
}

.color--secondary-text :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-secondary-text--faded);
}

.color--secondary-text :-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-secondary-text--faded);
}

.color--tertiary-text ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-tertiary-text--faded);
}

.color--tertiary-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-tertiary-text--faded);
}

.color--tertiary-text :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-tertiary-text--faded);
}

.color--tertiary-text :-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-tertiary-text--faded);
}

.color--active-text ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-active-text--faded);
}

.color--active-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-active-text--faded);
}

.color--active-text :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-active-text--faded);
}

.color--active-text :-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-active-text--faded);
}

.form__errors {
  border: 1px solid var(--color-primary-accent);
  background-color: var(--color-primary-accent);
  color: var(--color-primary-accent--overlay);
  padding: 8px;
  margin: var(--space-2) 0;
}

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

.form__errors a {
  color: #ffffff;
  text-decoration: underline;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* =======================================================================

Blank States
========================================================================== */

/* =======================================================================

Header Active (Modal)
========================================================================== */

.site-header.active {
  background-color: var(--color-active-background);
  color: var(--color-active-text);
  overflow-y: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.site-header.active .color--header-active {
  color: var(--color-active-text) !important;
}

/* =======================================================================

No JS
========================================================================== */
.no-js .site-header {
  position: static;
}

.no-js .site-header nav ul {
  white-space: normal;
}

.no-js .site-header .no-js--submenu {
  display: none;
}

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

.no-js .nav-open .nav-open__close {
  display: none;
}

.no-js #nav:checked + .nav-open {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.no-js #nav:checked + .nav-open .nav-open__default {
  display: none;
}

.no-js #nav:checked + .nav-open .nav-open__close {
  display: block;
}

.no-js #nav:checked ~ .no-js__navigation {
  display: block;
  padding-top: 100px;
  overflow-y: auto;
}

.no-js .item.fade-in {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  float: left;
}

.no-js .image-with-text__container .item--image {
  width: 100%;
}

/* =======================================================================

Rich Text
========================================================================== */
.color--primary-text .richtext a {
  color: var(--color-primary-text);
  border-bottom: 1px solid var(--color-primary-text);
}

.color--primary-text .richtext a:hover {
  color: var(--color-primary-accent);
  border-bottom: 1px solid var(--color-primary-accent);
}

.color--secondary-text .richtext a {
  color: var(--color-secondary-text);
  border-bottom: 1px solid var(--color-secondary-text);
}

.color--secondary-text .richtext a:hover {
  color: var(--color-secondary-accent);
  border-bottom: 1px solid var(--color-secondary-accent);
}

.color--tertiary-text .richtext a {
  color: var(--color-tertiary-text);
  border-bottom: 1px solid var(--color-tertiary-text);
}

.color--tertiary-text .richtext a:hover {
  color: var(--color-tertiary-accent);
  border-bottom: 1px solid var(--color-tertiary-accent);
}

/* =======================================================================

Fade In
========================================================================== */
.fade-in {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.46, 0.01, 0.32, 1), transform 0.6s cubic-bezier(0.46, 0.01, 0.32, 1);
  transform: translateY(2rem);
}

.activated.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* ================ MODULES ================ */
/* =======================================================================

Gift Card 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;
  }
  .print-giftcard,
  .apple-wallet {
    display: none;
  }
}

/* =======================================================================

Ajax Cart
========================================================================== */
.js-qty__num,
.ajaxcart__qty-num {
  height: 43px;
}

.cart .js-qty__num, .cart
.ajaxcart__qty-num {
  height: 35px;
}

.cookie-message {
  display: none;
  padding-bottom: 25px;
}

.js-qty-wrapper.color--black-text .js-qty {
  border: 1px solid #000;
}

.js-qty-wrapper.color--black-text button,
.js-qty-wrapper.color--black-text input {
  color: #000;
}

.ajax-qty-wrapper.color--black-text .ajax-qty {
  border: 1px solid #000;
}

.ajax-qty-wrapper.color--black-text button,
.ajax-qty-wrapper.color--black-text input {
  color: #000;
}

.js-qty-wrapper.color--white-text .js-qty {
  border: 1px solid #fff;
}

.js-qty-wrapper.color--white-text button,
.js-qty-wrapper.color--white-text input {
  color: #fff;
}

.ajax-qty-wrapper.color--white-text .ajax-qty {
  border: 1px solid #fff;
}

.ajax-qty-wrapper.color--white-text button,
.ajax-qty-wrapper.color--white-text input {
  color: #fff;
}

.js-qty-wrapper.color--white-accent .js-qty {
  border: 1px solid var(--color-primary-accent);
}

.js-qty-wrapper.color--white-accent button,
.js-qty-wrapper.color--white-accent input {
  color: var(--color-primary-accent);
}

.ajax-qty-wrapper.color--white-accent .ajax-qty {
  border: 1px solid var(--color-primary-accent);
}

.ajax-qty-wrapper.color--white-accent button,
.ajax-qty-wrapper.color--white-accent input {
  color: var(--color-primary-accent);
}

.js-qty-wrapper.color--primary-text .js-qty {
  border: 1px solid var(--color-primary-text);
}

.js-qty-wrapper.color--primary-text button,
.js-qty-wrapper.color--primary-text input {
  color: var(--color-primary-text);
}

.ajax-qty-wrapper.color--primary-text .ajax-qty {
  border: 1px solid var(--color-primary-text);
}

.ajax-qty-wrapper.color--primary-text button,
.ajax-qty-wrapper.color--primary-text input {
  color: var(--color-primary-text);
}

.js-qty-wrapper.color--primary-background .js-qty {
  border: 1px solid var(--color-primary-background);
}

.js-qty-wrapper.color--primary-background button,
.js-qty-wrapper.color--primary-background input {
  color: var(--color-primary-background);
}

.ajax-qty-wrapper.color--primary-background .ajax-qty {
  border: 1px solid var(--color-primary-background);
}

.ajax-qty-wrapper.color--primary-background button,
.ajax-qty-wrapper.color--primary-background input {
  color: var(--color-primary-background);
}

.js-qty-wrapper.color--primary-accent .js-qty {
  border: 1px solid var(--color-primary-accent);
}

.js-qty-wrapper.color--primary-accent button,
.js-qty-wrapper.color--primary-accent input {
  color: var(--color-primary-accent);
}

.ajax-qty-wrapper.color--primary-accent .ajax-qty {
  border: 1px solid var(--color-primary-accent);
}

.ajax-qty-wrapper.color--primary-accent button,
.ajax-qty-wrapper.color--primary-accent input {
  color: var(--color-primary-accent);
}

.js-qty-wrapper.color--primary-meta .js-qty {
  border: 1px solid var(--color-primary-meta);
}

.js-qty-wrapper.color--primary-meta button,
.js-qty-wrapper.color--primary-meta input {
  color: var(--color-primary-meta);
}

.ajax-qty-wrapper.color--primary-meta .ajax-qty {
  border: 1px solid var(--color-primary-meta);
}

.ajax-qty-wrapper.color--primary-meta button,
.ajax-qty-wrapper.color--primary-meta input {
  color: var(--color-primary-meta);
}

.js-qty-wrapper.color--primary-text--overlay .js-qty {
  border: 1px solid var(--color-primary-background);
}

.js-qty-wrapper.color--primary-text--overlay button,
.js-qty-wrapper.color--primary-text--overlay input {
  color: var(--color-primary-background);
}

.ajax-qty-wrapper.color--primary-text--overlay .ajax-qty {
  border: 1px solid var(--color-primary-background);
}

.ajax-qty-wrapper.color--primary-text--overlay button,
.ajax-qty-wrapper.color--primary-text--overlay input {
  color: var(--color-primary-background);
}

.js-qty-wrapper.color--primary-accent--overlay .js-qty {
  border: 1px solid var(--color-primary-accent--overlay);
}

.js-qty-wrapper.color--primary-accent--overlay button,
.js-qty-wrapper.color--primary-accent--overlay input {
  color: var(--color-primary-accent--overlay);
}

.ajax-qty-wrapper.color--primary-accent--overlay .ajax-qty {
  border: 1px solid var(--color-primary-accent--overlay);
}

.ajax-qty-wrapper.color--primary-accent--overlay button,
.ajax-qty-wrapper.color--primary-accent--overlay input {
  color: var(--color-primary-accent--overlay);
}

.js-qty-wrapper.color--secondary-text .js-qty {
  border: 1px solid var(--color-secondary-text);
}

.js-qty-wrapper.color--secondary-text button,
.js-qty-wrapper.color--secondary-text input {
  color: var(--color-secondary-text);
}

.ajax-qty-wrapper.color--secondary-text .ajax-qty {
  border: 1px solid var(--color-secondary-text);
}

.ajax-qty-wrapper.color--secondary-text button,
.ajax-qty-wrapper.color--secondary-text input {
  color: var(--color-secondary-text);
}

.js-qty-wrapper.color--secondary-background .js-qty {
  border: 1px solid var(--color-secondary-background);
}

.js-qty-wrapper.color--secondary-background button,
.js-qty-wrapper.color--secondary-background input {
  color: var(--color-secondary-background);
}

.ajax-qty-wrapper.color--secondary-background .ajax-qty {
  border: 1px solid var(--color-secondary-background);
}

.ajax-qty-wrapper.color--secondary-background button,
.ajax-qty-wrapper.color--secondary-background input {
  color: var(--color-secondary-background);
}

.js-qty-wrapper.color--secondary-accent .js-qty {
  border: 1px solid var(--color-secondary-accent);
}

.js-qty-wrapper.color--secondary-accent button,
.js-qty-wrapper.color--secondary-accent input {
  color: var(--color-secondary-accent);
}

.ajax-qty-wrapper.color--secondary-accent .ajax-qty {
  border: 1px solid var(--color-secondary-accent);
}

.ajax-qty-wrapper.color--secondary-accent button,
.ajax-qty-wrapper.color--secondary-accent input {
  color: var(--color-secondary-accent);
}

.js-qty-wrapper.color--secondary-meta .js-qty {
  border: 1px solid var(--color-secondary-meta);
}

.js-qty-wrapper.color--secondary-meta button,
.js-qty-wrapper.color--secondary-meta input {
  color: var(--color-secondary-meta);
}

.ajax-qty-wrapper.color--secondary-meta .ajax-qty {
  border: 1px solid var(--color-secondary-meta);
}

.ajax-qty-wrapper.color--secondary-meta button,
.ajax-qty-wrapper.color--secondary-meta input {
  color: var(--color-secondary-meta);
}

.js-qty-wrapper.color--secondary-text--overlay .js-qty {
  border: 1px solid var(--color-secondary-background);
}

.js-qty-wrapper.color--secondary-text--overlay button,
.js-qty-wrapper.color--secondary-text--overlay input {
  color: var(--color-secondary-background);
}

.ajax-qty-wrapper.color--secondary-text--overlay .ajax-qty {
  border: 1px solid var(--color-secondary-background);
}

.ajax-qty-wrapper.color--secondary-text--overlay button,
.ajax-qty-wrapper.color--secondary-text--overlay input {
  color: var(--color-secondary-background);
}

.js-qty-wrapper.color--secondary-accent--overlay .js-qty {
  border: 1px solid var(--color-secondary-accent--overlay);
}

.js-qty-wrapper.color--secondary-accent--overlay button,
.js-qty-wrapper.color--secondary-accent--overlay input {
  color: var(--color-secondary-accent--overlay);
}

.ajax-qty-wrapper.color--secondary-accent--overlay .ajax-qty {
  border: 1px solid var(--color-secondary-accent--overlay);
}

.ajax-qty-wrapper.color--secondary-accent--overlay button,
.ajax-qty-wrapper.color--secondary-accent--overlay input {
  color: var(--color-secondary-accent--overlay);
}

.js-qty-wrapper.color--tertiary-text .js-qty {
  border: 1px solid var(--color-tertiary-text);
}

.js-qty-wrapper.color--tertiary-text button,
.js-qty-wrapper.color--tertiary-text input {
  color: var(--color-tertiary-text);
}

.ajax-qty-wrapper.color--tertiary-text .ajax-qty {
  border: 1px solid var(--color-tertiary-text);
}

.ajax-qty-wrapper.color--tertiary-text button,
.ajax-qty-wrapper.color--tertiary-text input {
  color: var(--color-tertiary-text);
}

.js-qty-wrapper.color--tertiary-background .js-qty {
  border: 1px solid var(--color-tertiary-background);
}

.js-qty-wrapper.color--tertiary-background button,
.js-qty-wrapper.color--tertiary-background input {
  color: var(--color-tertiary-background);
}

.ajax-qty-wrapper.color--tertiary-background .ajax-qty {
  border: 1px solid var(--color-tertiary-background);
}

.ajax-qty-wrapper.color--tertiary-background button,
.ajax-qty-wrapper.color--tertiary-background input {
  color: var(--color-tertiary-background);
}

.js-qty-wrapper.color--tertiary-accent .js-qty {
  border: 1px solid var(--color-tertiary-accent);
}

.js-qty-wrapper.color--tertiary-accent button,
.js-qty-wrapper.color--tertiary-accent input {
  color: var(--color-tertiary-accent);
}

.ajax-qty-wrapper.color--tertiary-accent .ajax-qty {
  border: 1px solid var(--color-tertiary-accent);
}

.ajax-qty-wrapper.color--tertiary-accent button,
.ajax-qty-wrapper.color--tertiary-accent input {
  color: var(--color-tertiary-accent);
}

.js-qty-wrapper.color--tertiary-meta .js-qty {
  border: 1px solid var(--color-tertiary-meta);
}

.js-qty-wrapper.color--tertiary-meta button,
.js-qty-wrapper.color--tertiary-meta input {
  color: var(--color-tertiary-meta);
}

.ajax-qty-wrapper.color--tertiary-meta .ajax-qty {
  border: 1px solid var(--color-tertiary-meta);
}

.ajax-qty-wrapper.color--tertiary-meta button,
.ajax-qty-wrapper.color--tertiary-meta input {
  color: var(--color-tertiary-meta);
}

.js-qty-wrapper.color--tertiary-text--overlay .js-qty {
  border: 1px solid var(--color-tertiary-background);
}

.js-qty-wrapper.color--tertiary-text--overlay button,
.js-qty-wrapper.color--tertiary-text--overlay input {
  color: var(--color-tertiary-background);
}

.ajax-qty-wrapper.color--tertiary-text--overlay .ajax-qty {
  border: 1px solid var(--color-tertiary-background);
}

.ajax-qty-wrapper.color--tertiary-text--overlay button,
.ajax-qty-wrapper.color--tertiary-text--overlay input {
  color: var(--color-tertiary-background);
}

.js-qty-wrapper.color--tertiary-accent--overlay .js-qty {
  border: 1px solid var(--color-tertiary-accent--overlay);
}

.js-qty-wrapper.color--tertiary-accent--overlay button,
.js-qty-wrapper.color--tertiary-accent--overlay input {
  color: var(--color-tertiary-accent--overlay);
}

.ajax-qty-wrapper.color--tertiary-accent--overlay .ajax-qty {
  border: 1px solid var(--color-tertiary-accent--overlay);
}

.ajax-qty-wrapper.color--tertiary-accent--overlay button,
.ajax-qty-wrapper.color--tertiary-accent--overlay input {
  color: var(--color-tertiary-accent--overlay);
}

.js-qty-wrapper.color--active-text .js-qty {
  border: 1px solid var(--color-active-text);
}

.js-qty-wrapper.color--active-text button,
.js-qty-wrapper.color--active-text input {
  color: var(--color-active-text);
}

.ajax-qty-wrapper.color--active-text .ajax-qty {
  border: 1px solid var(--color-active-text);
}

.ajax-qty-wrapper.color--active-text button,
.ajax-qty-wrapper.color--active-text input {
  color: var(--color-active-text);
}

.js-qty-wrapper.color--active-background .js-qty {
  border: 1px solid var(--color-active-background);
}

.js-qty-wrapper.color--active-background button,
.js-qty-wrapper.color--active-background input {
  color: var(--color-active-background);
}

.ajax-qty-wrapper.color--active-background .ajax-qty {
  border: 1px solid var(--color-active-background);
}

.ajax-qty-wrapper.color--active-background button,
.ajax-qty-wrapper.color--active-background input {
  color: var(--color-active-background);
}

.js-qty-wrapper.color--active-accent .js-qty {
  border: 1px solid var(--color-active-accent);
}

.js-qty-wrapper.color--active-accent button,
.js-qty-wrapper.color--active-accent input {
  color: var(--color-active-accent);
}

.ajax-qty-wrapper.color--active-accent .ajax-qty {
  border: 1px solid var(--color-active-accent);
}

.ajax-qty-wrapper.color--active-accent button,
.ajax-qty-wrapper.color--active-accent input {
  color: var(--color-active-accent);
}

.js-qty-wrapper.color--active-meta .js-qty {
  border: 1px solid var(--color-active-meta);
}

.js-qty-wrapper.color--active-meta button,
.js-qty-wrapper.color--active-meta input {
  color: var(--color-active-meta);
}

.ajax-qty-wrapper.color--active-meta .ajax-qty {
  border: 1px solid var(--color-active-meta);
}

.ajax-qty-wrapper.color--active-meta button,
.ajax-qty-wrapper.color--active-meta input {
  color: var(--color-active-meta);
}

.js-qty-wrapper.color--active-text--overlay .js-qty {
  border: 1px solid var(--color-active-background);
}

.js-qty-wrapper.color--active-text--overlay button,
.js-qty-wrapper.color--active-text--overlay input {
  color: var(--color-active-background);
}

.ajax-qty-wrapper.color--active-text--overlay .ajax-qty {
  border: 1px solid var(--color-active-background);
}

.ajax-qty-wrapper.color--active-text--overlay button,
.ajax-qty-wrapper.color--active-text--overlay input {
  color: var(--color-active-background);
}

.js-qty-wrapper.color--active-accent--overlay .js-qty {
  border: 1px solid var(--color-active-accent--overlay);
}

.js-qty-wrapper.color--active-accent--overlay button,
.js-qty-wrapper.color--active-accent--overlay input {
  color: var(--color-active-accent--overlay);
}

.ajax-qty-wrapper.color--active-accent--overlay .ajax-qty {
  border: 1px solid var(--color-active-accent--overlay);
}

.ajax-qty-wrapper.color--active-accent--overlay button,
.ajax-qty-wrapper.color--active-accent--overlay input {
  color: var(--color-active-accent--overlay);
}

.js-qty-wrapper.color--white-text--overlay .js-qty {
  border: 1px solid var(--white-text--overlay);
}

.js-qty-wrapper.color--white-text--overlay button,
.js-qty-wrapper.color--white-text--overlay input {
  color: var(--white-text--overlay);
}

.ajax-qty-wrapper.color--white-text--overlay .ajax-qty {
  border: 1px solid var(--white-text--overlay);
}

.ajax-qty-wrapper.color--white-text--overlay button,
.ajax-qty-wrapper.color--white-text--overlay input {
  color: var(--white-text--overlay);
}

.js-qty-wrapper.color--black-text--overlay .js-qty {
  border: 1px solid var(--black-text--overlay);
}

.js-qty-wrapper.color--black-text--overlay button,
.js-qty-wrapper.color--black-text--overlay input {
  color: var(--black-text--overlay);
}

.ajax-qty-wrapper.color--black-text--overlay .ajax-qty {
  border: 1px solid var(--black-text--overlay);
}

.ajax-qty-wrapper.color--black-text--overlay button,
.ajax-qty-wrapper.color--black-text--overlay input {
  color: var(--black-text--overlay);
}

.cart__spinner {
  background-color: var(--color-active-background--faded);
}

.btn__ajax-checkout[disabled], .btn__ajax-checkout.disabled {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  background: transparent;
  border: 1px solid var(--color-active-text);
  color: var(--color-active-text);
}

.cart__row__img-link {
  max-width: 100px;
}

.cart__row__img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 749px) {
  .cart-page__qty {
    position: absolute;
    bottom: 20px;
    right: -15px;
    max-width: 100px;
  }
}

/* ================ SECTIONS ================ */
/* =======================================================================

Header
========================================================================== */
.color--header-active {
  /* transition */
  transition: color 0.2s ease-in-out;
}

.is-header-transitioning {
  display: block !important;
  visibility: visible !important;
  height: 100vh !important;
}

.site-logo {
  display: block;
}

.site-logo img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 989px) {
  .site-logo:not(.site-header__logo-image) {
    padding-bottom: 0.1rem;
  }
}

.site-header__menu-btn {
  height: 100%;
  line-height: 100%;
  margin-top: 3px;
}

.site-header__menu-btn .icon-wrapper {
  margin-left: -10px;
}

.site-header__menu-btn svg {
  vertical-align: -10px;
}

.site-header {
  background-color: white;
  z-index: 10;
  transition: background-color 0.2s ease-in-out;
}

.header__link-wrapper {
}

.banner__placeholder-svg {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  background-color: rgba(255, 255, 255, 0.1);
}

.banner__placeholder-svg svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media only screen and (min-width: 990px) {
  .header-static-color {
    color: var(--color-primary-text);
  }
  .header-static-color:hover .header__link-wrapper {
    border-color: transparent;
  }
}

/* =======================================================================

Footer
========================================================================== */

.site-footer {
  background-color: #FFFFFF !important;
  color: var(--color-secondary-accent) !important;
  padding-top:5px;
}

.site-footer .richtext {
  text-align: center;
  margin-left: -20px;
}

.site-footer a {
  color: var(--color-secondary-accent) !important;
  padding: 0.2rem 0 !important;
}

.footer__credit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: baseline;
}

.footer__credit p {
  padding-left: 0.2rem !important;
  margin: calc(var(--space-2) * -1) 0 0 0;
}

.powered_by_link a {
  color: inherit;
}

.payment-icon {
  width: 40px;
  height: 28px;
}

.payment-icon svg {
  display: block;
}

#Email-footer {
  color: var(--color-secondary-accent);
  border-color: var(--color-secondary-accent);
}

#Email-footer::placeholder {
  color: var(--color-secondary-accent) !important;
}

#Subscribe-footer {
  background-color: transparent;
  border-color: var(--color-secondary-accent);
  color: var(--color-secondary-accent);
  text-transform: uppercase;
}


/* =======================================================================

Map
========================================================================== */

.map-wrapper {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
}

.map-section__container {
  position: absolute;
  height: 100%;
  min-height: auto;
  left: 0;
  top: 0;
  width: 100%;
}

/* =======================================================================

Image with text
========================================================================== */
.image-with-text__placeholder-svg {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

/* =======================================================================

Richtext
========================================================================== */

/* =======================================================================

Cascade
========================================================================== */
.cascading-content {
  overflow-x: hidden;
}

/* clear fix */
.items::after {
  content: '';
  display: block;
  clear: both;
}

/* GRID WIDTHS FOR MOBILE FIRST */
/* GRID WIDTHS FOR DESKTOP */
.items {
  overflow: hidden;
}

.item-sizer {
  width: 0%;
}

@media only screen and (min-width: 990px) {
  .item-sizer {
    width: 0%;
  }
}

@media only screen and (max-width: 989px) {
  .column-sizer {
    width: 50%;
  }
}

@media only screen and (min-width: 990px) {
  .column-sizer {
    width: 25%;
  }
}

.item {
  opacity: 0;
  padding-top: 0;
}

.product-grid-item {
  text-transform: none;
}

@media only screen and (min-width: 990px) {
  .item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .items {
    overflow: visible;
  }
  .collection-cascade .items .item:hover p, .product-recommendations .product-grid-item:hover p {
    opacity: 1;
  }
}

.product-recommendations {position:relative;margin-top:15px;}
.product-item-hover {
  filter: grayscale(100%);
}

.item.ready {
  opacity: 1;
}

@media only screen and (min-width: 990px) {
  .item--large-gap {
    padding-top: 0;
  }
  .collection-cascade .items .item p, .product-recommendations .product-grid-item p {
    opacity: 0;
    transition: 0.3s;
  }
  .collection-cascade .items .item p.mt2 {
  }
}

@media only screen and (max-width: 989px) {
  .item--mobile--half {
    width: 46.26866%;
  }
  .item--mobile--full {
    width: 50%;
    padding-bottom: 0;
  }
  .first-col--mobile {
    padding-top: 0;
  }
  .item--mobile--full + .item--mobile--full,
  .item--section-break {
    padding-top: 0;
  }
}

@media only screen and (min-width: 990px) {
  .item--desktop--half {
    width: 25%;
  }
  .item--desktop--full {
    width: 100%;
    padding-bottom: 120px;
  }
  .item--desktop--full.item--large-gap {
    padding-bottom: 240px;
  }
  .first-col--desktop {
    padding-top: 0;
  }
  .item--desktop--full + .item--desktop--full,
  .item--section-break {
    padding-top: 0;
  }
}

.item--first {
  padding-top: 0;
  margin-top: 0;
}

.item--last {
  padding-bottom: 3px;
}

.item--heading {
  padding-bottom: 60px;
}

.item.fade-in {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.46, 0.01, 0.32, 1), transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  transform: translateY(2rem);
  /*
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    */
}

.item.activated.fade-in.ready {
  opacity: 1;
  transform: translateY(0);
}

/* =======================================================================

Product
========================================================================== */
.btn--add-to-cart.color-scheme--primary[disabled], .btn--add-to-cart.color-scheme--primary.disabled {
  background: transparent;
  border: 1px solid var(--color-primary-text);
  color: var(--color-primary-text);
}

.btn--add-to-cart.color-scheme--secondary[disabled], .btn--add-to-cart.color-scheme--secondary.disabled {
  background: transparent;
  border: 1px solid var(--color-secondary-text);
  color: var(--color-secondary-text);
}

.btn--add-to-cart.color-scheme--tertiary[disabled], .btn--add-to-cart.color-scheme--tertiary.disabled {
  background: transparent;
  border: 1px solid var(--color-tertiary-text);
  color: var(--color-tertiary-text);
}

.btn--add-to-cart .spinner {
  display: none;
}

.btn--add-to-cart.adding-to-cart .spinner {
  display: block;
}

.btn--add-to-cart.adding-to-cart .spinner::before {
  margin-top: -2px;
}

.btn--add-to-cart.adding-to-cart .add-to-cart-text {
  visibility: hidden;
}

.btn--add-to-cart[disabled], .btn--add-to-cart.disabled {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($dec * 100) + ")';
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.shopify-payment-button__button {
  margin: 0 auto;
}

.payment-button-wrapper {
  min-height: 48px;
}

.shopify-payment-button__button--unbranded {
  transition: none;
  border-radius: 0;
}

.shopify-payment-button__button--unbranded[disabled], .shopify-payment-button__button--unbranded.disabled {
  cursor: default;
  display: none;
}

.payment-button-wrapper.color--primary .shopify-payment-button__button--unbranded {
  background-color: var(--color-primary-accent);
  color: var(--color-primary-accent--overlay);
  border-radius: 0;
}

.payment-button-wrapper.color--primary .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--color-primary-text);
  color: var(--color-primary-text--overlay);
}

.payment-button-wrapper.color--secondary .shopify-payment-button__button--unbranded {
  background-color: var(--color-secondary-accent);
  color: var(--color-secondary-accent--overlay);
  border-radius: 0;
}

.payment-button-wrapper.color--secondary .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--color-secondary-text);
  color: var(--color-secondary-text--overlay);
}

.payment-button-wrapper.color--tertiary .shopify-payment-button__button--unbranded {
  background-color: var(--color-tertiary-accent);
  color: var(--color-tertiary-accent--overlay);
  border-radius: 0;
}

.payment-button-wrapper.color--tertiary .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--color-tertiary-text);
  color: var(--color-tertiary-text--overlay);
}

.shopify-payment-button__button--unbranded[disabled],
.shopify-payment-button__button--unbranded button[aria-disabled], .shopify-payment-button__button--unbranded.disabled,
.shopify-payment-button__button[disabled],
.shopify-payment-button__button button[aria-disabled],
.shopify-payment-button__button.disabled,
.shopify-payment-button__more-options[disabled],
.shopify-payment-button__more-options button[aria-disabled],
.shopify-payment-button__more-options.disabled {
  cursor: default;
  display: none;
}

/* enable Flickity by default */
.product-flickity__slides::after {
  content: 'flickity';
  display: none;
  /* hide :after */
}

@media only screen and (min-width: 750px) {
  /* disable Flickity for large devices */
  .product-flickity__slides::after {
    content: '';
  }
  #AjaxCartTitle {
    display: none;
  }
}

.product__thumbnails::-webkit-scrollbar {
  width: 0 !important;
}

.thumbnail-overflow {
  min-height: var(--space-5);
  bottom: -3px;
  pointer-events: none;
}

.thumbnail-overflow--primary {
  background-image: linear-gradient(to bottom, var(--color-primary-background--0), var(--color-primary-background--02) 15%, var(--color-primary-background--1) 75%);
}

.thumbnail-overflow--secondary {
  background-image: linear-gradient(to bottom, var(--color-secondary-background--0), var(--color-secondary-background--02) 15%, var(--color-secondary-background--1) 75%);
}

.thumbnail-overflow--tertiary {
  background-image: linear-gradient(to bottom, var(--color-tertiary-background--0), var(--color-tertiary-background--02) 15%, var(--color-tertiary-background--1) 75%);
}

[data-enable-product-zoom="true"] [data-product-media-type-image] {
  cursor: zoom-in;
}

.pickup__icon,
.pickup-expanded__icon {
  margin-right: .2rem;
}

.pickup__icon {
  margin-top: -0.05rem;
}

.pickup-expanded__icon {
  margin-top: 0.09rem;
}

.pickup-expanded__icon .icon-in-stock {
  fill: var(--color-active-success);
}

.pickup-expanded__icon .icon-out-of-stock {
  fill: var(--color-active-error);
}

/* =======================================================================

Gift Card
========================================================================== */
.giftcard__code {
  bottom: 30px;
  left: 0;
}

.giftcard__dotted {
  border: 1px dashed var(--color-primary-text);
  letter-spacing: 0.2em;
}

/* =======================================================================

Slideshow
========================================================================== */
.slideshow__slides {
  opacity: 0;
  /* transition */
  transition: opacity 0.4s ease-in-out;
}

.slideshow__slides.is-hidden {
  display: none;
}

.slideshow__slides.flickity-enabled {
  opacity: 1;
}

@media only screen and (min-width: 990px) {
  .order__line-item__cell {
    height: 3.5rem;
  }
}

.popup {
  z-index: 9;
  transition: all 0.5s ease-in-out;
  bottom: -300px;
  height: 200px;
  background: white;
  border: 1px solid black;
  text-align: center;
  margin-right:50px;
}

.popup .icon, .icon-wrapper {
  padding: 5px;
}

.popup .icon, .icon-wrapper > svg {
  width: 1.5em;
  height: 1.5em;
}

.popup form {
  margin-top: 30px;
}

.popup .color--active-text {
  color: black !important;
}
.popup .color--active-text::placeholder {
  color: black;
}
.popup .border--active-text {
  border: 0px solid;
  border-bottom: 1px solid black;
  text-align: center;
}
.popup .input-group-btn {
  display: none;
}

.popup.show {
  bottom: 5em;
}

.cc-btn {
    color: black !important;text-transform:uppercase;
    font-family: 'ZurichBT-Bold', Helvetica, Arial;}
.cc-window {
    background-color: black !important;
}
.cc-banner .cc-btn:last-child {
    padding: 0 !important;
    line-height: 1.1 !important;
}
.cc-banner .cc-message {
    font-family: 'ZurichBT-Bold', Helvetica, Arial;
    font-size: 12px !important;
    text-transform: uppercase;
}
.cc-window.cc-banner {
    padding: 0.5em !important;}


/* ================ SHOPIFY COMPONENTS ================ */
/* =======================================================================
 Shopify
========================================================================== */
#MainContent .shopify-policy__body .rte {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#MainContent .shopify-challenge__container {
  margin-top: 2.5rem;
  margin-bottom: 7.25rem;
}

#MainContent .shopify-challenge__button {
  border: 1px solid var(--color-tertiary-text);
  background-color: var(--color-tertiary-text);
  color: var(--color-tertiary-background);
  padding-top: .625rem;
  padding-right: 1.25rem;
  padding-bottom: .625rem;
  padding-left: 1.25rem;
}

/* =======================================================================
 About Page
========================================================================== */

.about-section {

}
.about-header {
  width: 100%;
  padding: 0 10%;
  position: fixed;
  z-index: 6;
  top: 15vh;
}
.about-logo, .about-nav {
  display: flex;
  justify-content: flex-start;
}
.about-logo {

}
.about-nav {

}
.about-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.about-links li {

}
.about-links li a {

}
.about-links li a.current-section {
  border-bottom: 1px solid black;
}
.about-header, #brand, #responsibility{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#brand, #responsibility {
  width: 100%;
  padding-top: 190px;
  min-height: 100vh;
}
#brand {
  margin-top: -65px;
}
.template-page, .site-nav, .about-nav, .site-logo, .bg--primary-background, .homepage-link {
  transition: color 1s, border 1s, background 1s;
}
.greenwash, .greenwash a {
  color: white !important;
  border-color: white !important;
}
.greenwash .site-nav--active a {
  color: black !important;
}
.greenwash.logo-default {
  filter: invert(1);
}
.greenwash.template-page, .greenwash.template-index, .greenwash .bg--primary-background {
  background-color: var(--color-primary-accent);
}
.left-wrapper {

}
.right-wrapper {

}
.brand-tagline, .contact-inquiry, .contact-email {
  font-family: kings-caslon, 'Times New Roman', sans-serif;
  line-height: 1.1em;
}
.brand-tagline {
  padding: 2rem;
  padding-left: 3.2rem;
  font-size: 4em;
  max-width: 21ch;
}
@media only screen and (min-width: 750px) and (max-width: 1200px) {
  .brand-tagline, .contact-inquiry, .contact-email {
    font-size: 3em;
  }
}
@media only screen and (min-width: 989px) {
  .flickity-slider .responsive-image__wrapper img {
    width: 60%;
    height: auto;
    margin: 0vh 20%;
  }
}
.brand-bio {
  padding: 0 20% 1em 30%;
}
.brand-bio, .responsibility-text {
  font-size: 14px;
  text-align: justify;
  line-height: 1.3em;
}
.brand-bio p {
  margin-bottom: 10px;
}
#brand .right-wrapper {
  position: relative;
}
.brand-image {
  width: 100%;
  position: sticky;
  top: 200px;

}
#responsibility .left-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.responsibility-image {
  width: 50%;
}
.responsibility-text {
  column-count: 2;
  column-gap: 2.5em;
  padding: 30% 5% 0 0;
}
.contact-inquiry, .contact-email {
  font-size: 3em;
  padding: 2em;
}
@media only screen and (min-width: 1200px) {
  .brand-tagline, .contact-inquiry, .contact-email {
    font-size: 4em;
  }
}
.contact-inquiry {
  max-width: 22ch;
}
.contact-email a {
  transition: color .2s;
  transition-delay: .2s;
}
.contact-email a:hover {
  color: var(--color-primary-accent);
}
#contact .left-wrapper, #contact .right-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-email a {
  position: relative;
}

.contact-email a:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: var(--color-primary-accent);
  transition: width .4s ease;
  -webkit-transition: width .4s ease;
}

.contact-email a:hover:after{
  width: 100%;
  left: 0;
  background: var(--color-primary-accent);
}

.about-links li a {
  position: relative;
}
.about-links li a:after{
  content: '';
  position: absolute;
  width: 0; height: 1px;
  display: block;
  margin-top: -3px;
  right: 0;
  background: black;
  transition: width .4s ease;
  -webkit-transition: width .4s ease;
}
.about-links li a:hover:after{
  width: 100%;
  left: 0;
  background: black;
}
.greenwash .about-links li a:after, .greenwash .responsibility-text a:after, .greenwash .responsibility-text a:hover:after, .greenwash .about-links li a:hover:after, .greenwash, .greenwash .homepage-link:hover:after {
  background: white;
}

.header__link-wrapper, .homepage-link, .footer__nav-link, .image-with-text .lg--up--link-underline--primary, 
.lg--up--link-underline--white, .fringes-about-contact a, .fringes-collection-title p, .collection-menu a {
  position: relative;
}
.header__link-wrapper:after, .footer__nav-link:after, .image-with-text .lg--up--link-underline--primary:after, 
.lg--up--link-underline--white:after, .fringes-about-contact a:after, .collection-menu a:after {
  content: '';
  position: absolute;
  width: 0; height: 1px;
  display: block;
  margin-top: 0px;
  right: 0;
  background: black;
  transition: width .4s ease;
  -webkit-transition: width .4s ease;
}

.header__link-wrapper:hover:after, .homepage-link:hover:after, .footer__nav-link:hover:after, 
.image-with-text .lg--up--link-underline--primary:hover:after, .lg--up--link-underline--white:hover:after, 
.collection-menu a:hover:after, .collection-menu .menu-current:after,
.fringes-about-contact a:hover:after {
  width: 100%;
  left: 0;
  background: black;
}
.lg--up--link-underline--white:after, .lg--up--link-underline--white:hover:after {
  background:white;
}
.greenwash .header__link-wrapper:after, .greenwash .header__link-wrapper:hover:after {
  background: white;
}

.site-header.active .header__link:hover .header__link-wrapper {
  border-bottom: 0px solid !important;
}

.site-footer .grid .grid__item .richtext {
  font-family: 'kings-caslon';
  text-transform: none;
  letter-spacing: 1px;
}


.prod-thumbs, .product__thumbnails {
  display: none !important;
}

.btn--add-to-cart {
  border: none;
  font-size: 1.5rem;
  font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.5rem;
  color: var(--color-primary-accent);
  border: 1px solid var(--color-primary-accent);
  border-radius: 5px;
  padding: 0rem 1rem;
  margin: 0;
  transition: box-shadow 0.3s;
  line-height:30px;
}

.btn--add-to-cart:hover {
  background: transparent;
  color: black;
  box-shadow: 0 0 0 1pt var(--color-primary-accent);
}

.btn--add-to-cart.color-scheme--primary[disabled], .btn--add-to-cart.color-scheme--primary.disabled {
  border: 0px solid;
}

/* SWATCH */



.swatch {
  margin: 0.2em 0 0.4em;
}
.swatch-container .selected-value {
  color: var(--color-primary-accent);
  margin-left: 5px;
}
/* Label */
.swatch-header {
  margin: 0em 0.7em 0em 0.25em;
  font-size: 11.5px;
  line-height: 1em;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}
.swatch label {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  float:left;
  min-width:25px !important;
  height:25px !important;
  margin:0;
  border: 1px solid black;
  background-color: white;
  font-size:11.5px;
  text-align:center;
  line-height:30px;
  white-space:nowrap;
  text-transform:uppercase;
  transition: 0.3s;
}
.swatch-element label {
  padding:0 10px;
  width: 25px !important;
  height: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5em;
}
.color .swatch-element label {
  padding:0;
  background-position: center center;
  background-size: cover;
}
/* Styling selected swatch */
/* Slightly raised */
.swatch input[type='radio']:checked + label, .swatch label:hover {
  box-shadow: 0 0 0 2pt var(--color-primary-accent);
}
.swatch label:hover {
  box-shadow: 0 0 0 1pt var(--color-primary-accent);
}

.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0);
  -webkit-font-smoothing:antialiased;
  margin: 0px 0px 10px 0;
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=30); /* internet explorer */
  -khtml-opacity: 0.3;      /* khtml, old safari */
  -moz-opacity: 0.3;       /* mozilla, netscape */
  opacity: 0.3;           /* fx, safari, opera */
}
.size .swatch-element.soldout { pointer-events: none;}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-33px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-11.5px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
.clearfix {
  clear: both;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-content: center;
  padding-right: 1em;
}

@media only screen and (max-width: 989px) {
  .product .font-size__heading, .product .font-size__heading-mobile-full, .btn--add-to-cart {
    max-width: none;
  }
  .product .font-size__heading::first-line {
    text-indent: 0;
    line-height: 1em;
  }
}

.article-content p {
  text-align: justify;
}

.price-wrapper {
  font-size: 1.5rem;
}

.clear-both {
  clear: both;
}

.description-wrapper p {
  text-align: justify;
}

.switch, .switch2, .switch3 {
  border: 0;
  background: transparent;
  display: block;
  padding: 0;
  margin: 0;
  padding-bottom: 0.8rem;
}

.for-the-planet {
  padding: 1em;
  text-align: center;
  margin-left: -40px;
}

.for-the-planet img {
  height: 40px;
}

.homepage-header-text {
  font-family: 'kings-caslon', 'Times New Roman', sans-serif;
  font-size: 5rem;
  padding: 0.5em 0.2em 0;
  line-height: 1;
}

.align-right {
  text-align: right !important;
  display: block;
}

.homepage-text {
  line-height: 1.2em;
  padding-left: 45vw;
  column-count: 2;
  font-size: 0.85rem;
  text-align: justify;
  column-gap: 2em;
}

.homepage-text p {
  break-inside: avoid;
}

.homepage-link {
  padding-bottom: 2px;
  display: block;
  margin-bottom: 0;
  margin-right: 20%;
  text-align: left;
    background: white;
    z-index: 8;
    margin-top: 0;
    padding: 10px;
}

@media only screen and (min-width: 990px) {
  .policies-grid .policy-links {
    position: sticky;
    top: 50%;
    transform: translate(-20px, -25%);
    text-align: center;
  }
  .policies-grid ul {
    list-style-type: none;
  }
  .policies-grid ul li a {
    text-transform: uppercase;
    font-size: 11.5px;
  }
  #terms, #privacy, #shipping {
    padding: 10em 0 2em;
  }
  #shipping {
    padding-top: 0em;
  }
  #terms h2, #privacy h2, #shipping h2 {
    text-transform: uppercase;
    padding-bottom: 0.25em;
  }
  .policy-link__active a {
    color: var(--color-primary-accent);
  }

  .blog-cascade .item-sizer {
    width: 0%;
  }
  .blog-cascade .column-sizer {
    width: 50%;
  }
  .blog-cascade .item, .blog-cascade .item--desktop--half  {
    width: 50% !important;
    padding-bottom: 200px;
  }
  .blog-cascade .item, .blog-cascade .item--desktop--half .item__inner {
    padding: 5%;
  }
  .blog-cascade .item--large-gap {
    padding-top: 0px;
  }
  .blog-cascade .items .item:nth-of-type(3n-1) {
    padding-top: 0px !important;
  }
  .blog-cascade .items .item:nth-of-type(5n+1) {
    padding-top: 0px !important;
  }
  .blog-cascade .items .item:nth-of-type(7n) {
    width: 40% !important;
  }
  .blog-cascade .items .item:nth-of-type(2n) {
    padding-top: 200px !important;
  }
  .grid-art-header {
    width: 100%;
    display: block;
  }
  .grid-art-date {
    text-transform: uppercase;
    margin-top: 0;
  }
  .grid-art-excerpt {
    text-align: justify;
  }
  .article .grid__item {
    padding-left: 0px;
  }
  .article .font-size__heading {
    padding-left: 1em;
  }
  .article-featured-img {
    width: 50vw;
    min-height: 100vh;
  }
  .article-featured-img .responsive-image__wrapper {
    min-height: 100vh;
  }
  .article-featured-img img {    
    height: auto;
    width: 100%;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
  }
  .article-header-date {
    text-align: right;
    padding-bottom: 0.7rem;
    padding-right: 2.5em;
  }
  .article .grid {
    margin-left: 0 !important;
  }
  .article-content p {
    text-indent: 0;
  }
  .article .lg--up--px4 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .article-content {
    width: 90%;
    max-width: 550px;
    margin: auto;
    margin-top: 3.5rem !important;
  }
  .lookbook-content {
    width: auto;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-color:white;
  }
  .lookbook-content blockquote {
    min-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 100px;
    margin-bottom: var(--space-3);
  }
  .lookbook-content img {
    max-width: 1000vw;
    height: 100vh;
    width: auto;
  }
  main:has(.lookbook-content) {
    padding-bottom: 0 !important;
    margin-bottom: 480px !important;
  }
  .homepage-header-text {
    font-size: 10vw;
    padding: 0.6em 0.25em 0;
    margin: 0;
    margin-bottom: 10px;
  }
}


.product-description, .shipping-description, .sizing-description {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  transition: 0s linear;
}
.displaying {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: 0.2s ease-in-out;
}
.switch::before, .switch2::before, .switch3::before {
  content: '+';
  padding-right:1em;

}
.switch.displaying::before, .switch2.displaying::before, .switch3.displaying::before {
  content: '-';
}

@media only screen and (min-width: 1200px) {
  .homepage-header-text {
    font-size: 10.5vw;
    padding: 1em 0.25em 0;
  }
}

@media only screen and (min-width: 749px) {
  .submenu-linklists {
    transition: opacity 0.4s;
    list-style-type: none;
    text-align: left;
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: 1em;
    letter-spacing: 1px;
  }
  .site-nav--has-submenu:hover .submenu-linklists  {
    visibility: visible;
    opacity: 1 !important;
  }
  .submenu-link {
    transition: 0.3s;
    margin: 0.2rem 0;
  }
  .submenu-link:hover {
    transform: translateX(3px);
  }
}
@media only screen and (max-width: 749px) {
  .about-header, #brand, #responsibility {
    display: flex;
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .brand-tagline {
    padding: 25vw 2rem 200px 3.2rem;
    font-size: 2em;
    max-width: 22ch;
    z-index: 5;
    color: white;
    position: relative;
  }
  .brand-bio {
    padding: 2em 3em;
    background-color: white;
    position: relative;
    z-index: 5;
    transition: color 1s, border 1s, background 1s;
  }
  .greenwash.template-page .brand-bio {
    background-color: var(--color-primary-accent);
    color: white;
  }
  .brand-bio p {
    margin-bottom: 25px;
  }
  .right-wrapper {
    position: absolute !important;
    z-index: 0;
  }
  .responsibility-image {
    opacity: 0.4;
    filter: grayscale(1);
  }
  .responsibility-text {
    column-count: 1;
    column-gap: 2.5em;
    padding: 100px 3em 0;
  }
  #contact .right-wrapper {
    position: relative !important;
  }
  .contact-inquiry, .contact-email {
    font-size: 2em;
    padding: 2em 1em;
  }
  #contact .right-wrapper {
    justify-content: flex-end;
  }
  .brand-image {
    width: 100vw;
  }

}

.header__link-wrapper {
  font-size: 11.5px;
}

.template-index main .richtext.greenwash .bg--primary-background, .template-index main .bg--primary-background {
  background-color: transparent !important;
}

.template-index .section-slideshow {
    position: sticky;
    top: 110px;
    left: 0;
    height: 90vh;
}

.template-index .greenwash img {
  filter: grayscale(1);
  opacity: 0.4;
}

.pagination {
  text-transform: uppercase;
}
.pagination .icon {
  display: none;
}

.template-search .font-size__heading {
  text-transform: uppercase;
}

.search__input {
  text-transform: uppercase;
}

.product-description ul, .sizing-description ul {
  list-style-type: "—  ";
  margin-top: 20px;
}

.sizing-description ul {
  margin: -5px 0 20px;
}

.greenwash a.header__close {
  color: var(--color-active-text) !important;
}

.search-section {
  min-height: 75vh;
}

.lookbook-wrapper h1 {
  text-align: center;
  font-size: 6em;
  padding-bottom: 1em;
}

.lookbook-wrapper .rte, .lookbook-wrapper .rte p {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-content: center;
   justify-content: space-between;
   align-items: center;
   width: 100%;
}

.lookbook-wrapper .rte img {
    width: 41%;
    margin: 5% 2%;
}

.responsibility-text a {
  position: relative;
  transition: color 1s !important;
}
.responsibility-text a:after{
  content: '';
  position: absolute;
  width: 0; height: 1px;
  display: block;
  margin-top: -1px;
  right: 0;
  background: black;
  transition: width .4s ease;
  -webkit-transition: width .4s ease;
}
.responsibility-text a:hover:after{
  width: 100%;
  left: 0;
  background: black;
}

.site-header .announcement-bar {   
    color: var(--color-primary-text);
    border-bottom: 1px solid var(--color-primary-text);
    backdrop-filter: blur(2px);
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

.cc-window {
    font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
}

.cart__link {
  display: none;
}

.sizechart-mobile {
  display: none;
}

@media only screen and (max-width: 989px) {
  .collection-cascade .items .item:nth-child(odd) .item__inner {
    padding-right: 0;
  }
  .collection-cascade .items .item:nth-child(even) .item__inner {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .add-to-cart-container {margin-bottom:2rem;}
  .template-index .section-slideshow {
    height: auto;
  }
  .homepage-header-text {
    font-size: 3rem;
    text-align: center;
    padding: 0em 1rem;
  }
  .align-right {
    text-align: center !important;
  }
  .homepage-text {
    padding-left: 80px !important;
    padding-right: 20px;
    padding-top: 1.5em;
    column-count: 1;
    font-size: 1em;
  }
  .flickity-slider .responsive-image__wrapper img {
    width: 100%;
    margin: auto;
  }
  .homepage-link {
    margin-right: 0px;
    text-align: left;
    display: block;
    padding-top: 0.5rem;
  }
  .template-index main .richtext {
    padding-bottom: 20px;
    position: relative;
    height: auto;
  }
  .site-footer .grid .grid__item .richtext {
    display: none;
  }
  .for-the-planet {
    padding: 0;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 0;
  }
  .site-footer .mb3 {
      margin-bottom: 1.5em;
  }

  .template-blog .grid-art-date {
    text-transform: uppercase;
  }

  .product-grid-item .item__inner .color--primary-meta {
    display: none;
  }

  .product-grid-item .item__inner .color--primary-text {
    text-align: center;
  }
  .product-recommendations .section-with-padding {
    padding-top: 0em;
  }
  .lookbook-wrapper h1 {
    font-size: 2.5em;
  }
  #shopify-section-page-lookbook-template .section-with-padding {
    padding-top: 0;
  }
  .lookbook-wrapper .rte img {
  	width: 100%;
    margin: 0.8em 0;
  }
  .cart__link {
    display: block;
  }
  .cart__link .header__link-wrapper {
    font-size: 11.5px;
  }
  .header__close {
  }
  .policy-links {
    position: sticky;
    background: white;
    top: 0px;
  }
  .policy-links ul {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0;
    padding-top: 2em;
  }
  .policy-links ul li {
    text-align: center;
  }
  .policy-links ul li a:active, .policy-links ul li a:focus {
    color: var(--color-primary-accent);
  }
  #shipping, #terms, #privacy {
    padding-top: 125px;
  }
  .popup {
    margin-right: 1em;
    margin-left: 1em;
  }
  .header__link-wrapper:after {
    display: none;
  }
  .about-header {
    left: 2.6rem;
    padding: 0;
  }
  .switch::before, .switch2::before, .switch3::before {
    padding-right: 1em;
  }
  .switch, .switch2, .switch3 {
    padding-bottom: 1.2rem;
  }
  .price-wrapper {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .add-to-cart-container {
    margin-top: 0;
  }
  .swatch {
    margin: 0.5em 0 0.4em;
  }
  .sizechart-desktop {
    display: none;
  }
  .sizechart-mobile {
    display: block;
    width: 100%;
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 989px) {
  .homepage-text {
    padding-left: 40vw;
  }
  .template-index main section.featured-collection.color--primary-text.bg--primary-background {
    background-color: #f7f7f7 !important;
    padding-bottom:30px;
  }
  .featured-collection .product-grid-item .px2 {
    padding: 0 !important;
  }
}

.lookbook-wrapper {
  margin-left: 0px;
}

.cart .link-underline--active {
  color: var(--color-active-text) !important;
  border-bottom: 1px solid var(--color-active-text) !important;
}

@media (min-aspect-ratio: 17/8) {
  .template-index main .richtext {
    height: auto;
    min-height: 90vh;
  }

  .template-index .section-slideshow {
      height:auto;
      min-height: 90vh;
  }
}
#dummy-chat-button-iframe {display:none !important;}


.template-collection main, .template-index main {padding-bottom:0}

.nav__item {
    line-height: 1.3;
}

.template-product .font-size__basic {font-size:11.5px;}
.template-product .grid {margin-left:0;}
.template-product .foot-grid {margin-left:auto;}
.template-product .grid__item {padding-left: 0;}

@media only screen and (max-width: 989px) {
  .site-footer ul {
    display: flex;
        justify-content: flex-start;
        
        flex-direction: row;
        max-width: 82%;
  }
  .template-collection .font-size__basic,  .template-collection .font-size--s {font-size:10px;}
  .absolute-change, .absolute-change-price {text-align:center;}
  .product-grid-item {margin-bottom: 1rem;}
  .header-placeholder {height: 72px !important;}
  .header__main .header-table {height: 40px !important;}
  .template-collection .sticky-header-container,
  #about .sticky-header-container, .template-product .sticky-header-container
  {position:fixed;top:0;left:0;width:100%;}
}
@media only screen and (min-width: 990px) {
  /* .template-collection .sticky-header-container, .template-index .sticky-header-container {
      position: fixed;
  } */
  .absolute-change, .absolute-change-price {
    z-index:1;
    position: absolute;
    filter:invert(1);
    mix-blend-mode:difference;
    top: 50%;
    transform: translateY(-50%);
  }
  .absolute-change {
      left: 0.5rem;
      margin-top:0;
      max-width: 60%;
  }
  .absolute-change-price {
      right: 0.5rem;
      text-align:right;
  }
  .product-grid-item .font-size__basic {
    font-size: 10.5px;
    line-height: 1.1;
  }
}

.image-with-text__container {
  width:100vw;
  height:80vh;
  overflow:hidden;
}

@media screen and (max-width:750px) {
  .image-with-text__container {
    height:80vh;
    height:80svh;
  }
}

.image-with-text__image {
    min-width: 100%;
    min-height: 100%;
}

 .image-with-text__image .responsive-image__wrapper {
    min-width: 100vw;
}

.image-with-text__image .responsive-image__wrapper .responsive-image__image {
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 100%;
}

.no-p {
    padding: 0 !important;
}

.template-index .color--primary-text .richtext a {border-bottom:0;position:absolute;color:white;font-size:11.5px;}

.template-index .color--primary-text .richtext a:hover {color:white;}

.template-index .color--primary-text .richtext p {position:relative;}

.fringes-collections {
    padding: 0;
}

.fringes-collections-header {
    text-align: center;
    font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
    font-weight:400;
    font-size: 1.5rem;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    z-index:1;
    pointer-events:none;
    max-width: 20ch;
    margin: auto;
    line-height: 1.1;
}

.fringes-collectionz {
    z-index:0;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom:0;
    overflow:hidden;
    max-width:1450px;
}

.fringes-collection {
    width: 50%;
    position: relative;
}

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

.fringes-collection-link {
    position: relative;
    display:block;
}

.fringes-collection-title {
    font-size: 11.5px;
    margin-top: 14px;
    margin-left: 3px;
}

.fringes-collection-image {
    overflow: hidden;
    margin-bottom:-15px;
}

.template-index h2 {
    font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
}

.template-index .image-with-text h2 {
    color: white;
}

.template-index .cart h2 {
    color: var(--color-active-text) !important;
}

.p-fr {padding: 2rem 2.5rem;}

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

.foot-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 70px 0;
}

.foot-grid__item {
  padding: 0 40px;
}

.balance-text, .balance-text p {
  text-wrap: balance;   
}

.foot-grid__item p {
    line-height: 1.2;
}

.site-footer .font-size__basic {
    font-size: 11.5px;
}

.foot-grid__item .input-group-btn {
  padding-left:10px;
}

.border--bottom {
  border-bottom: 1px solid var(--color-secondary-accent) !important;
}

.fr-box {
    padding: 0.25rem;
}

#customer-form-footer {
    margin: 0 auto;
    max-width: 16rem;
  width:100%;
}

.footer-end {
  justify-content: space-between;
}

.footer__nav-link {
    margin-right: 1rem;
}

@media only screen and (min-width: 990px) {
  .template-article .article .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .template-index .cascade:has(.image-holder) {
    padding-top: var(--space-4);
    padding-bottom: 0;
  }
  .template-index .items .item--desktop--half:has(.rich-text) { 
    width: 29%;
    top: 50% !important;
    position: sticky !important;
    display: inline-block;
  }
  .template-index .items .item--desktop--half:has(.image-holder) {
    width: 70%;
    position: initial !important;
    display: inline-block;
    float: left;
  }
  .template-index .cascade .column-sizer {
    width: 50%;
  }
  .template-index .blog-grid-item .px2 {
    padding: 0 0 0 20%;
  }
  .lg--up--align--bottom .lg--up--one-third {
    width: 100%;
  }

  .lg--up--align--bottom .lg--up--one-third .lg--up--one-whole {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .template-index .image-with-text__content .lg--up--align--bottom {
    vertical-align: middle;
  }
  .homepage-blog.section-with-padding {
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }
  .template-article .article {
    padding-top: 0 !important;
  }
  .fringes-article {margin-top: 20rem;}
  #MainContent {
    position: relative;
    z-index: 1;
    background-color:white;
  }
  .template-index .banner {
    background-color: white;
    z-index: 1;
  }
  .template-article .sticky-header-container {position:fixed;}
  .template-article .fa-img .responsive-image__wrapper {overflow: unset;}
  .fa-img {
    position: sticky;
    top: 0;
    min-height: 100vh;
    width: 50vw;
  }
  .item:has(.rich-text) .homepage-more-link {
    margin-top: var(--space-2);
    font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
  }
  .template-index .cascade .cascading-content, .template-index .cascade .cascading-content .items {
    overflow-x: unset;
    overflow: unset;
    height: auto !important;
  }
  .template-index .items .item h2 {
    line-height: 1.2;
  }
}

.image-with-text .lg--up--link-underline--primary {
    display: inline-block;
    margin:0;
    position: relative;
    padding-bottom: 0.25rem;
    border-bottom: 0;
    font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
}

.fringes-about-image {
    position: absolute;
    top: 0;
    left: 0;
    overflow:hidden;
    height:100vh;
    width:100vw;
}
.fringes-about-image-two {
  height:280vh;
}

.fringes-text-section {
    position: absolute;
    right: 3rem;
    top: 75vh;
    max-width: 350px;
}
.fringes-txt-2 {
    top: 150vh;
}
.fringes-txt-3 {
    top: 225vh;
}

.fringes-about-img {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100%;
    min-width: 100vw;
    width:100vw;
  height:auto;
}

.fringes-about-text {
    max-width: 400px;
    position: absolute;
    top: 40%;
    left: 60%;
}

.fringes-text-header {
    width: 100px;
    margin-right: 50px;
    text-transform: uppercase;
    flex: 0 0 auto;
}

.fringes-text-copy p:not(:first-of-type) {
    text-indent: 40px;
}

.fringes-about-header {
  padding:1rem;
}

.fringes-about-header h2 {
    line-height: 1.2;
}

.fringes-text-copy p {
    margin-bottom: 5px;
}


  .responsive-image__wrapper:has(.mbl-img) {
    display: none;
    opacity: 0;
}
  .responsive-image__wrapper:has(.dsktp-img) {
    display: block;
    opacity: 1;
}

p.m0.announcement-bar__message {
    font-size: 11.5px;
}

:root {
    --app-height: 100%;
}

@media only screen and (max-width: 989px) {
  .small-hide {display:none;}
  .homepage-blog__info.pb3 {padding-bottom:1rem;}
  .template-index .cascade:has(.image-holder) {
    padding-top: var(--space-4);
    padding-bottom: 0;
  }
  .template-index .items .item--desktop--half:has(.rich-text) { 
    width: 100%;
    top: auto !important;
    position: relative !important;
    display: block; 
    padding-top: 1rem;
  }
  .template-index .items .item--desktop--half:has(.rich-text) .seven-eighths {
    width: 100%
  }

  .template-index .items .item--desktop--half:has(.image-holder) {
    width: 100%;
    position: initial !important;
    display: block;
  }
  .product-item-hover.show {display:none;opacity:0;filter:none;}
  .absolute-change {padding: 0 1rem;}
  .template-article:not(.banner-image) .shopify-section:first-child section.bg--primary-background {
    padding-top: 0;
  }
  .template-article .fringes-article .lg--up--px4 {
    padding: 0 1.5rem;
  }
  .blog-cascade .md--dn--pr4 {
    padding-right: 1rem;
  }
  .blog-cascade .md--dn--pl4 {
    padding-left: 1rem;
  }
  .blog-cascade .item {padding-bottom:4rem;}
  .template-index .site-header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .template-index .cascade .item--mobile--half .homepage-more-link {
    margin-top: 0.5rem;
    border-bottom: 0;
    font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
    text-align: left;
  }
  .template-index .full--vh {
        height: calc(100svh - 40px);
        margin-top: 40px;
  }
  .template-index .image-with-text__image .responsive-image__wrapper {height: 80vh; height: 80svh;}

  .image-with-text__content.lg--up--absolute {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
  }
  .image-with-text__image .p-fr {
    padding: 1rem 1.5rem;
  }
  .template-index main .richtext {text-align:center;}
  .template-index main .image-with-text__content .richtext p {margin: 0 auto 15px;}
  .template-index .color--primary-text .richtext a {margin-top:20vh;position:relative;}
  .image-with-text__content.lg--up--absolute * {
    width: 100%;
  }
  .image-with-text__content .lg--up--table, 
  .image-with-text__content .lg--up--table-cell,
  .image-with-text__content .lg--up--one-third,
  .image-with-text__content .four-fifths {
    height:100%;
  }
  .image-with-text__content .lg--up--m0 {
    margin-top:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }
  .image-with-text__content .lg--up--m0:has(p) {
    justify-content: space-between;
  }
  .image-with-text__content a.hover-underline--primary {
    width: auto;
    text-align: right;
  }
  .responsive-image__wrapper:has(.mbl-img) {
    display: block;
    opacity: 1;
  }
  .fringes-collection-image {height:auto;}
  .fringes-collections-header {
    max-width: 20ch;
    line-height: 1.1;
    margin: 0 auto;
  }
  .responsive-image__wrapper:has(.dsktp-img) {
    display: none;
    opacity: 0;
  }
  .fringes-collectionz {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .fringes-collection {width: 100%;}


  .foot-grid {
    flex-direction: column;
    align-items: center;
  }
  .footerimage {
    width: 50%;
    margin: 50px auto;
  }
  .footer-end {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      align-content: flex-start;
  }
  .footer-end ul {margin:0 !important;}
  .footer__credit p {padding-left: 0 !important;}
  .footer__credit {
    height: 50px;
    width: 100%;
    justify-content: center;
    flex: 0 0 auto;
  }
  .sticky-header-container {
    z-index: 100;
    position: sticky;
    top: 0;
  }
  .image-with-text__container .f--heading, .image-with-text__container a.f--accent {
    text-align: center;
  }
  .image-with-text__container .font-size__heading {
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .template-collection .collection-cascade .items {
    position: initial !important;
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .template-collection .collection-cascade .items .column-sizer {
    width: 0;
  }
  .template-collection .collection-cascade .items .item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
}

.product-grid-on-sale {border-radius:5px;}

.product-grid-on-sale.bg--primary-accent {
    background-color: var(--color-primary-text);
}

.color--primary-accent.absolute-change-price {
    color: var(--primary-color-text);
}

.template-index .popup h2 {
color: black;
}

.popup .bg--active-background {
  background-color: white;
}

.homepage-cta {margin-right: 0;}

.template-index .icon-arrow-down {display:none;}

.bg-cover {
    background-position: center center !important;
    background-repeat: no-repeat;
}

.collection-cascade {
    background-color: #f7f7f7;
}

.space--between {
  justify-content: space-between;
}

.lg--up--align--middle {
  vertical-align: middle;
}


.template-password #MainContent {
    position: static;
    margin-bottom: auto;
}

.homepage-cta-2 {
    margin-top: 0.5rem !important;
}

.fringes-text-copy p a {
    color: var(--color-primary-accent);
    border-bottom: 1px solid var(--color-primary-accent);
}

@media only screen and (min-width: 475px) and (max-width: 989px) {
  .template-index .bg-cover.md--dn--hide {display:block !important;}
  .template-index .bg-cover:not(.md--dn--hide) {display:none !important;}
  .template-index .full--vh {height: 100vh;}
}

@media only screen and (min-width:1800px) {
  .fringes-collectionz {margin: 0 auto;}
}

  .template-product main {padding-bottom:0;}

@media only screen and (min-width: 990px) {
  .product-grid-item .font-size__basic {
      opacity: 0;}
  .product-grid-item:hover .font-size__basic {
      opacity: 1;}
}
.featured-collection__info {
  position: absolute;
  z-index: 5;
  padding: 0.5rem !important;
  top:0;left:0;
}
.header-table__bookend:not(.header__meta), .header-table__center {
    padding-bottom: 0.1rem !important;
}
header.collection-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top:100px !important;
    padding-bottom:70px !important;
    background-color: #f7f7f7;
  display:none;
}
.collection-banner .responsive-image__wrapper {
    margin: 0;
    width:100px;
    float:right;
}
header.collection-banner p {
    width: 41ch;
}
.collection-banner .coll-descr {
    display: flex;
    flex-direction: column;
    align-items: center;
}
header.collection-banner > * {
    width: 33.33vw !important;
}
.uppercase {text-transform:none;}

@media only screen and (min-width:750px) {
  .pl00 {padding-left:0;}
  .descr-wrap {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    max-width: 500px;
    padding-right:1rem;
  }
  .cart .md--up--hide {display:none;}
}

@media only screen and (max-width:989px) {
  .featured-collection__info {
    padding-left: var(--space-2) !important;
  }
  .product-recommendations .bg--primary-background {
    background-color: #f7f7f7 !important;
    padding-bottom:30px;
    padding-top:30px;
  }
  .descr-wrap {max-width:350px;}
  .mpx0 {padding-top:0 !important;}
  header.collection-banner {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .collection-banner .coll-descr {
    order: 3;}
  .collection-banner .responsive-image__wrapper {
    margin: 1.5rem auto;
    width: 75px;
    float: none;
  }
  header.collection-banner * {
    text-align: center;}
  .lookbook-content blockquote {
    margin-bottom: 50px;
  }
  .lookbook-content p {margin: 0 0 -6px !important;}
  .lookbook-content blockquote p {margin: 0 0 15px !important;}
  .mobile-nav__item .icon-wrapper {
    display: none;
  }
}
.product-recommendations .mobile-flickity__button-container {
    display: none;
}
.btn__ajax-checkout {
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
}
.lookbook-content, .product-description *, .shipping-description *, .sizing-description * {
    font-family: 'ZurichBT-Roman', 'ZurichBT-Bold', Helvetica, Arial, sans-serif;
}
.fringes-about-intro {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    position: relative;
}
body[data-template="page-about"] .sticky-header-container {
    position: fixed;
    top: 0;
}
body[data-template="page-about"] main {padding-bottom:0;}
.fringes-about-two {
  height:280vh !important;
    background-color: #ddd9d5;
}
.fringes-about-text_two {
  position:sticky;
  max-width:400px;
  top:45%;
  left:2rem;
  z-index: 50;
}



@media screen and (max-width:989px) {
  .fringes-about-img {
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: none;
  }
  .fringes-about-text {
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 0;
    right:auto;
  }
  .fringes-about-text_two {
    position: sticky;
    width: 100%;
    max-width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
  }
  .fringes-about-image-two .fringes-about-img {
    min-height: 100vh;
    min-width: 100vw;
    width: auto !important;
    max-width: none;
    margin-left: 0;
  }
  .fringes-about-two .fringes-about-img {
    min-height: 100vh;
    min-width: 100vw;
    width: auto !important;
    max-width: none;
    margin-left: 0;
  }
  .fringes-text-section {
    position: absolute;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 15vw;
  }
  #shopify-section-page-fringes-about-template * {
    color:white;
  }
  .fringes-about-text *, .fringes-about-two * {
    text-align: center;
  }
  .fringes-about-image-two {opacity:1;}
  .mobile-hide {display:none;}
  .fringes-about-image-two {
    height: 100%;
  }
  .fringes-about-image {overflow:unset;}
  .fringes-about-image-two .fringes-about-img {
    position: sticky;
    top: 0;
    min-height: 100vh;
    min-width: 100vw;
    width: auto !important;
    max-width: 100vw;
    margin: 0;
  }
  .fringes-about1 {
    max-width: 100vw;
    overflow: hidden;
  }
  .image-with-text .lg--up--link-underline--primary:after, .lg--up--link-underline--white:after, 
  .fringes-about-contact a:after, .fringes-collection-title p:after {content: none;}
  .image-with-text__image .responsive-image__wrapper .responsive-image__image {width:100%;min-height:100%;height:auto;}
}
.fringes-text-copy {
    font-size: 13px;
}
.about-img3, .about-img4 {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events:none;
    transition: opacity 600ms;
    transition-delay:300ms;
}
.hello {opacity:1 !important;transition-delay:0;}
.product-description .rte {
    margin-bottom: 15px;}
body:has(.pswp--open) .sticky-header-container {z-index:0;}
@media screen and (min-width: 990px) {
  .fringes-about-image-two .fringes-about-img {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100%;
    min-width: 100vw;
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fringes-about-contact, .fringes-about-contact .fringes-about-image {
  height: 50vh;}
.fringes-about-contact .fringes-about-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
.fringes-about-contact .fringes-about-text * {text-align:center;} 
#preview-bar-iframe {display:none;}
a.fringes-collection-link {
    margin: 0 auto;
    padding: 25%;
}
.footer__credit > * {
    flex: 0 0 auto;
}
.collection-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem; 
  list-style: none;
  padding: 0;
  margin: 0;
  font-size:11.5px;
}

.collection-menu li {
  white-space: nowrap; 
}

.collection-menu a {
  text-decoration: none;
  color: inherit;
  display: block;
  line-height:1.25;
}
.w-3 {width:33%;}
.header-table.py2 {
  padding-top:0.5rem;
  padding-bottom:0.5rem;
}
@media screen and (min-width: 990px) {
  li.nav__item.site-nav--has-submenu.inline-block {
    display: none;
  }
  .fringes-collection-2 .fringes-collection-link {
      padding-left: 15%;
      padding-right: 35%;
  }
  .fringes-collection-1 .fringes-collection-link {
      padding-right: 15%;
      padding-left: 35%;
  }
  .w-3 {flex: 0 0 auto;}
  #customer-form-footer {
    margin-right: 25px;
  }
}
.product-grid-on-sale {
    padding: .25rem .75rem !important;
}

.product {
    padding-top: 34px;
}
@media screen and (max-width:749px) {  
    .final-sale-descr, .announcement-text {
      padding-left: var(--space-2);
      padding-right: var(--space-2);
    }
    .product {
        padding-top: 40px;
    }
    header.collection-banner .f--heading {display:none;}
    .fringes-collection-2 .fringes-collection-link {
        padding-top: 15%;
    }
    .fringes-collection-1 .fringes-collection-link {
        padding-bottom: 15%;
    }
      .footer__credit {
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        height: 110px;
        margin-top: 5px;
    }
  #customer-form-footer {margin:0;}
  .site-footer {background-color: white !important;padding-top:25px;}
  .footer__credit .footer__nav-link {margin-right: 0 !important;}
  .site-footer .font-size__basic {
    width: 100%;
    text-align: left;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  
}
.final-sale-descr {
  color: #3DBC00;
  font-size:11.5px;
  line-height:1.2;
  margin-top: 20px;
}
.announcement-text {
  font-size:11.5px;
  line-height:1.2;
  margin-top: 20px;
  margin-bottom:20px;
  max-width:300px;
}
.final-sale-badge {
    background: #3dbc00;
    display: inline-block;
    padding: .2rem .5rem;
    font-size: 11.5px;
    color: white;
    border-radius: 5px;
    margin-bottom: 10px;
}
.final-sale-banner {
    flex-direction: column !important;
}
.absolute .final-sale-badge {
    margin-bottom: 5px;
}
.collection {
    padding-top: 42px;
    background-color: #f7f7f7;
}
.product-grid-on-sale.p1.font-size--s.bg--primary-accent.color--primary-accent--overlay {
    text-align: center;
}

.template-index .site-header {
    background: transparent;
}
#shopify-section-footer {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 990px) {
  .template-collection .site-header, .template-index .site-header {
      position: fixed;
  }
}