/** Shopify CDN: Minification failed

Line 22:3 Unexpected "left"
Line 63:3 Unexpected "width"
Line 524:3 Unexpected "zoom"
Line 561:3 Unexpected "zoom"
Line 2250:3 Unexpected "zoom"
Line 5867:2 "text-transfrom" is not a known CSS property
Line 5873:4 "text-transfrom" is not a known CSS property
Line 5887:4 "text-transfrom" is not a known CSS property
Line 5891:2 "text-transfrom" is not a known CSS property

**/
/*
 * Selecter v3.0.15 - 2014-03-01
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library.
 * http://formstone.it/selecter/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */
.selecter-element {
  *left: -999999px;
  position: absolute;
  opacity: 0; }

.selecter {
  display: block;
  margin: 10px 0;
  position: relative;
  z-index: 1; }

.selecter .selecter-selected {
  background: white url(jquery.fs.selecter-arrow.png) no-repeat right center;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 49; }

.selecter .selecter-options {
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  background-color: #fefefe;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  margin: 0;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50; }

.selecter .selecter-group {
  background: #F9F9F9;
  border-bottom: 1px solid #e3e3e3;
  color: #999;
  display: block;
  font-size: 11px;
  padding: 5px 10px 4px;
  text-transform: uppercase; }

.selecter .selecter-item {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  text-overflow: ellipsis;
  width: 100%; }

.selecter .selecter-item.selected {
  background: #F9F9F9; }

.selecter .selecter-item.disabled {
  color: #999;
  cursor: default; }

.selecter .selecter-item:first-child {
  border-radius: 0; }

.selecter .selecter-item:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: 0; }

@media screen and (min-width: 980px) {
  .selecter .selecter-item:hover,
  .selecter .selecter-item.selected:hover {
    background-color: #f3f3f3; }

  .selecter .selecter-item.disabled:hover {
    background-color: #fff; }

  .selecter:hover .selecter-selected {
    background-color: #fff; }

  .selecter.disabled .selecter-item:hover {
    background: #fff; } }
/* Open */
.selecter.open {
  z-index: 3; }

.selecter.open .selecter-selected {
  border-radius: 3px 3px 0 0;
  z-index: 51; }

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

/* 'Cover' Positioning */
.selecter.cover .selecter-options {
  border-radius: 3px;
  border-width: 1px;
  top: 0; }

.selecter.cover .selecter-options .selecter-item.first {
  border-radius: 3px 3px 0 0; }

.selecter.cover.open .selecter-selected {
  border-radius: 3px 3px 0 0;
  z-index: 49; }

/* 'Bottom' Positioning */
.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto; }

.selecter.bottom .selecter-item:last-child {
  border: none; }

.selecter.bottom.open .selecter-selected {
  border-radius: 0 0 3px 3px; }

.selecter.bottom.open .selecter-options {
  border-radius: 3px 3px 0 0; }

/* 'Bottom' + 'Cover' Positioning */
.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto; }

.selecter.bottom.cover.open .selecter-selected {
  border-radius: 3px; }

.selecter.bottom.cover.open .selecter-options {
  border-radius: 3px; }

/* Multiple Select */
.selecter.multiple .selecter-options {
  border-radius: 3px;
  border-width: 1px;
  box-shadow: none;
  display: block;
  position: static;
  width: 100%; }

/* 'Disabled' State */
.selecter.disabled .selecter-selected {
  background: #fff;
  border-color: #eee;
  color: #ccc;
  cursor: default; }

.selecter.disabled .selecter-options {
  background: #fff;
  border-color: #eee; }

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #eee;
  color: #ccc;
  cursor: default; }

.selecter.disabled .selecter-item.selected {
  background: #fafafa; }

/* Scroller Support */
.selecter .selecter-options.scroller {
  overflow: hidden; }

.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0; }

@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%; } }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "custom-font";
  src: url("/cdn/shop/t/3/assets/custom-font.woff?v=170861512250361723181661189754") format("woff"), url("/cdn/shop/t/3/assets/custom-font.eot?v=31261885132077201961661189754") format("embedded-opentype"), url("/cdn/shop/t/3/assets/custom-font.ttf?v=138378937588744243291661189754") format("ttf"), url("/cdn/shop/t/3/assets/custom-font.svg?v=27233295889854366061661189754") format("svg"); }

@font-face {
  font-family: 'icons';
  src: url("/cdn/shop/t/3/assets/icons.eot?v=122314814301922091781661189754");
  src: url("/cdn/shop/t/3/assets/icons.eot?v=122314814301922091781661189754#iefix") format("embedded-opentype"), url("/cdn/shop/t/3/assets/icons.woff?v=28436616135798996821661189755") format("woff"), url("/cdn/shop/t/3/assets/icons.ttf?v=134395996546954674321661189755") format("truetype"), url("/cdn/shop/t/3/assets/icons.svg?v=83012878008495321881661189754#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* ============================================================================
  Prefixer mixin for generating vendor prefixes:
    - Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
    - Usage:

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

      // Output:
      .element {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
      }
============================================================================== */
/* ============================================================================
  Dependency-free breakpoint mixin
    - Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
    - Usage docs: http://shopify.github.io/Timber/#sass-mixins
============================================================================== */
/* ===========================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
============================================================================= */
/* Force clearfix on grids */
.grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1; }
  .grid::after, .grid--rev::after, .grid--full::after,
  .grid-uniform::after {
    content: '';
    display: table;
    clear: both; }

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both; }

/* ===========================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
============================================================================= */
/* ===========================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
============================================================================= */
.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .grid, .grid--rev, .grid--full,
    .grid-uniform {
      margin-left: -30px; } }

.grid__item {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  vertical-align: top;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .grid__item {
      padding-left: 30px; } }

/* ===========================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
============================================================================= */
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

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

/* ===========================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
============================================================================= */
/* =============== Clearfix helper on uniform grids =============== */
/* =============== Helper show/hide classes around our breakpoints =============== */
/* =============== Our regular, non-responsive width and helper classes =============== */
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

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

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

/* Seventh */
.one-seventh {
  width: 14.285%; }

.two-sevenths {
  width: 28.571%; }

.three-sevenths {
  width: 42.857%; }

.four-sevenths {
  width: 57.142%; }

.five-sevenths {
  width: 71.428%; }

.six-sevenths {
  width: 85.714%; }

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

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

/* =============== Our responsive classes, if we have enabled them =============== */
@media only screen and (max-width: 480px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.333%; }

  .small--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.666%; }

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

  .small--five-sixths {
    width: 83.333%; }

  /* Seventh */
  .small--one-seventh {
    width: 14.285%; }

  .small--two-sevenths {
    width: 28.571%; }

  .small--three-sevenths {
    width: 42.857%; }

  .small--four-sevenths {
    width: 57.142%; }

  .small--five-sevenths {
    width: 71.428%; }

  .small--six-sevenths {
    width: 85.714%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.333%; }

  .small--two-twelfths {
    width: 16.666%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.333%; }

  .small--five-twelfths {
    width: 41.666%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.333%; }

  .small--eight-twelfths {
    width: 66.666%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.333%; }

  .small--eleven-twelfths {
    width: 91.666%; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

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

  .small--left {
    float: left !important; }

  .small--right {
    float: right !important; }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.333%; }

  .medium--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.666%; }

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

  /* Seventh */
  .medium--one-seventh {
    width: 14.285%; }

  .medium--two-sevenths {
    width: 28.571%; }

  .medium--three-sevenths {
    width: 42.857%; }

  .medium--four-sevenths {
    width: 57.142%; }

  .medium--five-sevenths {
    width: 71.428%; }

  .medium--six-sevenths {
    width: 85.714%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.333%; }

  .medium--two-twelfths {
    width: 16.666%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eight-twelfths {
    width: 66.666%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

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

  .medium--left {
    float: left !important; }

  .medium--right {
    float: right !important; }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 768px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%; }

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

  /* Seventh */
  .medium-down--one-seventh {
    width: 14.285%; }

  .medium-down--two-sevenths {
    width: 28.571%; }

  .medium-down--three-sevenths {
    width: 42.857%; }

  .medium-down--four-sevenths {
    width: 57.142%; }

  .medium-down--five-sevenths {
    width: 71.428%; }

  .medium-down--six-sevenths {
    width: 85.714%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%; }

  .medium-down--two-twelfths {
    width: 16.666%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--five-twelfths {
    width: 41.666%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.333%; }

  .medium-down--eight-twelfths {
    width: 66.666%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.333%; }

  .medium-down--eleven-twelfths {
    width: 91.666%; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

  .medium-down--text-left {
    text-align: left !important; }

  .medium-down--text-right {
    text-align: right !important; }

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

  .medium-down--left {
    float: left !important; }

  .medium-down--right {
    float: right !important; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 769px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.333%; }

  .large--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.666%; }

  .large--two-sixths {
    width: 33.333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.666%; }

  .large--five-sixths {
    width: 83.333%; }

  /* Seventh */
  .large--one-seventh {
    width: 14.285%; }

  .large--two-sevenths {
    width: 28.571%; }

  .large--three-sevenths {
    width: 42.857%; }

  .large--four-sevenths {
    width: 57.142%; }

  .large--five-sevenths {
    width: 71.428%; }

  .large--six-sevenths {
    width: 85.714%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.333%; }

  .large--two-twelfths {
    width: 16.666%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.333%; }

  .large--five-twelfths {
    width: 41.666%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.333%; }

  .large--eight-twelfths {
    width: 66.666%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.333%; }

  .large--eleven-twelfths {
    width: 91.666%; }

  .large--show {
    display: block !important; }

  .large--hide {
    display: none !important; }

  .large--text-left {
    text-align: left !important; }

  .large--text-right {
    text-align: right !important; }

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

  .large--left {
    float: left !important; }

  .large--right {
    float: right !important; }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
/* ===========================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
============================================================================= */
[class*="push--"] {
  position: relative; }

/* Whole */
.push--one-whole {
  left: 100%; }

/* Halves */
.push--one-half {
  left: 50%; }

/* Thirds */
.push--one-third {
  left: 33.333%; }

.push--two-thirds {
  left: 66.666%; }

/* Quarters */
.push--one-quarter {
  left: 25%; }

.push--two-quarters {
  left: 50%; }

.push--three-quarters {
  left: 75%; }

/* Fifths */
.push--one-fifth {
  left: 20%; }

.push--two-fifths {
  left: 40%; }

.push--three-fifths {
  left: 60%; }

.push--four-fifths {
  left: 80%; }

/* Sixths */
.push--one-sixth {
  left: 16.666%; }

.push--two-sixths {
  left: 33.333%; }

.push--three-sixths {
  left: 50%; }

.push--four-sixths {
  left: 66.666%; }

.push--five-sixths {
  left: 83.333%; }

/* Eighths */
.push--one-eighth {
  left: 12.5%; }

.push--two-eighths {
  left: 25%; }

.push--three-eighths {
  left: 37.5%; }

.push--four-eighths {
  left: 50%; }

.push--five-eighths {
  left: 62.5%; }

.push--six-eighths {
  left: 75%; }

.push--seven-eighths {
  left: 87.5%; }

/* Tenths */
.push--one-tenth {
  left: 10%; }

.push--two-tenths {
  left: 20%; }

.push--three-tenths {
  left: 30%; }

.push--four-tenths {
  left: 40%; }

.push--five-tenths {
  left: 50%; }

.push--six-tenths {
  left: 60%; }

.push--seven-tenths {
  left: 70%; }

.push--eight-tenths {
  left: 80%; }

.push--nine-tenths {
  left: 90%; }

/* Twelfths */
.push--one-twelfth {
  left: 8.333%; }

.push--two-twelfths {
  left: 16.666%; }

.push--three-twelfths {
  left: 25%; }

.push--four-twelfths {
  left: 33.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--six-twelfths {
  left: 50%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eight-twelfths {
  left: 66.666%; }

.push--nine-twelfths {
  left: 75%; }

.push--ten-twelfths {
  left: 83.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium--one-quarter {
    left: 25%; }

  .push--medium--two-quarters {
    left: 50%; }

  .push--medium--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium--one-fifth {
    left: 20%; }

  .push--medium--two-fifths {
    left: 40%; }

  .push--medium--three-fifths {
    left: 60%; }

  .push--medium--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

  .push--medium--three-sixths {
    left: 50%; }

  .push--medium--four-sixths {
    left: 66.666%; }

  .push--medium--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%; }

  .push--medium--two-eighths {
    left: 25%; }

  .push--medium--three-eighths {
    left: 37.5%; }

  .push--medium--four-eighths {
    left: 50%; }

  .push--medium--five-eighths {
    left: 62.5%; }

  .push--medium--six-eighths {
    left: 75%; }

  .push--medium--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium--one-tenth {
    left: 10%; }

  .push--medium--two-tenths {
    left: 20%; }

  .push--medium--three-tenths {
    left: 30%; }

  .push--medium--four-tenths {
    left: 40%; }

  .push--medium--five-tenths {
    left: 50%; }

  .push--medium--six-tenths {
    left: 60%; }

  .push--medium--seven-tenths {
    left: 70%; }

  .push--medium--eight-tenths {
    left: 80%; }

  .push--medium--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%; }

  .push--medium--two-twelfths {
    left: 16.666%; }

  .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--five-twelfths {
    left: 41.666%; }

  .push--medium--six-twelfths {
    left: 50%; }

  .push--medium--seven-twelfths {
    left: 58.333%; }

  .push--medium--eight-twelfths {
    left: 66.666%; }

  .push--medium--nine-twelfths {
    left: 75%; }

  .push--medium--ten-twelfths {
    left: 83.333%; }

  .push--medium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 768px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium-down--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%; }

  .push--medium-down--two-quarters {
    left: 50%; }

  .push--medium-down--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%; }

  .push--medium-down--two-fifths {
    left: 40%; }

  .push--medium-down--three-fifths {
    left: 60%; }

  .push--medium-down--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

  .push--medium-down--three-sixths {
    left: 50%; }

  .push--medium-down--four-sixths {
    left: 66.666%; }

  .push--medium-down--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%; }

  .push--medium-down--two-eighths {
    left: 25%; }

  .push--medium-down--three-eighths {
    left: 37.5%; }

  .push--medium-down--four-eighths {
    left: 50%; }

  .push--medium-down--five-eighths {
    left: 62.5%; }

  .push--medium-down--six-eighths {
    left: 75%; }

  .push--medium-down--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%; }

  .push--medium-down--two-tenths {
    left: 20%; }

  .push--medium-down--three-tenths {
    left: 30%; }

  .push--medium-down--four-tenths {
    left: 40%; }

  .push--medium-down--five-tenths {
    left: 50%; }

  .push--medium-down--six-tenths {
    left: 60%; }

  .push--medium-down--seven-tenths {
    left: 70%; }

  .push--medium-down--eight-tenths {
    left: 80%; }

  .push--medium-down--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%; }

  .push--medium-down--two-twelfths {
    left: 16.666%; }

  .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--five-twelfths {
    left: 41.666%; }

  .push--medium-down--six-twelfths {
    left: 50%; }

  .push--medium-down--seven-twelfths {
    left: 58.333%; }

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

  .push--medium-down--nine-twelfths {
    left: 75%; }

  .push--medium-down--ten-twelfths {
    left: 83.333%; }

  .push--medium-down--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 769px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%; }

  /* Halves */
  .push--large--one-half {
    left: 50%; }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%; }

  .push--large--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--large--one-quarter {
    left: 25%; }

  .push--large--two-quarters {
    left: 50%; }

  .push--large--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--large--one-fifth {
    left: 20%; }

  .push--large--two-fifths {
    left: 40%; }

  .push--large--three-fifths {
    left: 60%; }

  .push--large--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%; }

  .push--large--two-sixths {
    left: 33.333%; }

  .push--large--three-sixths {
    left: 50%; }

  .push--large--four-sixths {
    left: 66.666%; }

  .push--large--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%; }

  .push--large--two-eighths {
    left: 25%; }

  .push--large--three-eighths {
    left: 37.5%; }

  .push--large--four-eighths {
    left: 50%; }

  .push--large--five-eighths {
    left: 62.5%; }

  .push--large--six-eighths {
    left: 75%; }

  .push--large--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--large--one-tenth {
    left: 10%; }

  .push--large--two-tenths {
    left: 20%; }

  .push--large--three-tenths {
    left: 30%; }

  .push--large--four-tenths {
    left: 40%; }

  .push--large--five-tenths {
    left: 50%; }

  .push--large--six-tenths {
    left: 60%; }

  .push--large--seven-tenths {
    left: 70%; }

  .push--large--eight-tenths {
    left: 80%; }

  .push--large--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%; }

  .push--large--two-twelfths {
    left: 16.666%; }

  .push--large--three-twelfths {
    left: 25%; }

  .push--large--four-twelfths {
    left: 33.333%; }

  .push--large--five-twelfths {
    left: 41.666%; }

  .push--large--six-twelfths {
    left: 50%; }

  .push--large--seven-twelfths {
    left: 58.333%; }

  .push--large--eight-twelfths {
    left: 66.666%; }

  .push--large--nine-twelfths {
    left: 75%; }

  .push--large--ten-twelfths {
    left: 83.333%; }

  .push--large--eleven-twelfths {
    left: 91.666%; } }
/* ===========================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
============================================================================= */
/* ===========================================================================
  Color Swatch styles
============================================================================= */
.color-swatch-main-image {
  position: relative; }
  .color-swatch-main-image .product-color-swatch-grid-variants-images {
    visibility: hidden;
    position: absolute;
    top: 0; }

.product-color-swatch-container {
  position: relative;
  margin-top: 5px; }
  .product-color-swatch-container .product-color-swatch-grid {
    display: none; }
  .product-color-swatch-container .advv-radio-option-selector-grid-style {
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
    z-index: 1;
    width: 100%;
    height: 30px;
    justify-content: center;
    padding: 0px; }
    .product-color-swatch-container .advv-radio-option-selector-grid-style label {
      width: 15px  !important;
      height: 15px  !important; }
    .product-color-swatch-container .advv-radio-option-selector-grid-style span {
      border-radius: 50%; }
  .product-color-swatch-container .product-color-swatch-checked-grid {
    width: 35px;
    height: 35px;
    outline: none; }
    .product-color-swatch-container .product-color-swatch-checked-grid:hover {
      background: none; }
    .product-color-swatch-container .product-color-swatch-checked-grid input ~ span {
      border: 2px solid #000 !important;
      outline: none;
      border-radius: 50%; }
    .product-color-swatch-container .product-color-swatch-checked-grid input:checked ~ span {
      border: 2px solid  #f9f9f9 !important; }
    .product-color-swatch-container .product-color-swatch-checked-grid:focus span, .product-color-swatch-container .product-color-swatch-checked-grid:hover span {
      border: 2px solid  #f9f9f9 !important; }

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

html {
  height: 100%;
  font-size: 13px;
  letter-spacing: 3px; }

body {
  background-color: black; }
  body .static-background {
    background-image: "none";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    height: 100vh; }
    @media screen and (min-width: 769px) {
      body .static-background {
        background-image: url("/cdn/shop/files/NEWBG_2000x_2000x_aae0e5ad-0bf1-4b9c-ac73-1f1e2ae6499e_2000x.png?v=1661364308"); } }

.background-video-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .background-video-wrap {
      display: none; } }
  .background-video-wrap .background-video, .background-video-wrap video, .background-video-wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%); }

body:not(.mouse-focus) *:focus {
  outline: 1px solid black; }

body.mouse-focus *:focus {
  outline: none; }

.wrapper, .main-content .index-section:not(.index-section--flush) {
  *zoom: 1; }
  .wrapper::after, .main-content .index-section:not(.index-section--flush)::after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    .wrapper > .nowrapper:not(.collection-header), .main-content .index-section:not(.index-section--flush) > .nowrapper:not(.collection-header) {
      padding: 0 1rem; } }
  .wrapper > *:not(.shopify-section):not(.nowrapper), .main-content .index-section:not(.index-section--flush) > *:not(.shopify-section):not(.nowrapper) {
    max-width: 1180px;
    padding: 0 1rem;
    margin: 0 auto; }
    @media screen and (min-width: 480px) {
      .wrapper > *:not(.shopify-section):not(.nowrapper), .main-content .index-section:not(.index-section--flush) > *:not(.shopify-section):not(.nowrapper) {
        padding: 0 30px; }
        .wrapper > *:not(.shopify-section):not(.nowrapper).grid-uniform, .main-content .index-section:not(.index-section--flush) > *:not(.shopify-section):not(.nowrapper).grid-uniform {
          transform: translateX(-15px); } }

.main-content {
  display: block;
  margin-top: 30px;
  margin: 30px auto; }

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

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media screen and (min-width: 769px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.visually-hidden, .icon-fallback-text .fallback-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.hidden {
  display: none; }

.currency {
  font-size: 1em;
  font-weight: bold;
  color: #878787;
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase; }
  .currency .product-compare-at-price {
    color: gainsboro;
    text-decoration: line-through;
    font-weight: normal; }
    .currency .product-compare-at-price.hide-compare-at-price {
      display: none; }

/*============================================================================
  #Typography
==============================================================================*/
body,
input,
textarea,
button,
select {
  font-size: 100%;
  line-height: 1.6;
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

input {
  color: gainsboro; }

a {
  transition: color 0.2s ease-in 0s; }
  a img {
    outline: none; }

a,
a:hover,
a:active,
button,
button:hover,
button:active {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  line-height: 1.4; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1 {
  font-size: 1.6em;
  padding-bottom: .5em;
  font-size: 1.4em;
  color: white; }
  h1.section-header__left, .section-header__left.h1 {
    display: block;
    margin: 0.7em 0;
    margin: 0;
    border-bottom: 1px solid #fff; }

.section-header .section-header__right {
  border-bottom: 1px solid #fff; }

h2, .h2 {
  font-size: 2em;
  font-size: 1.4em;
  font-weight: 700;
  font-size: 1.4em;
  color: white;
  padding-bottom: .5em;
  margin-bottom: 1.6em; }

h3, .h3 {
  font-size: 1.57143em; }

h4, .h4 {
  font-size: 1em;
  padding-bottom: 0;
  margin-bottom: 0; }

h5, .h5 {
  font-size: 1.14286em; }

h6, .h6 {
  font-size: 1em; }

p {
  margin: 0 0 15px 0; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

/*================ Blockquotes ================*/
blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #e5e5e5; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: '\2014 \0020'; }

/*================ 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: solid #e5e5e5;
  border-width: 1px 0 0;
  margin: 30px 0;
  height: 0; }
  hr.hr--small {
    margin: 15px 0; }
  hr.hr--clear {
    border-top-color: transparent; }

/*================ Section Headers ================*/
.section-header {
  margin-bottom: 20px; }

@media screen and (min-width: 769px) {
  .section-header {
    display: table;
    width: 100%; }

  .section-header__title {
    margin-bottom: 12px; }

  .section-header__left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0; }
    .section-header__left h1, .section-header__left .h1, .section-header__left h2, .section-header__left .h2, .section-header__left h3, .section-header__left .h3, .section-header__left h4, .section-header__left .h4,
    .section-header__left .h1, .section-header__left .h2, .section-header__left .h3, .section-header__left .h4 {
      margin-bottom: 0; }

  .section-header__right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 335px; } }
  @media screen and (min-width: 769px) and (max-width: 768px) {
    .section-header__right {
      margin-bottom: 30px; } }

.section-header__right .form-horizontal,
.section-header__right .collection-view {
  display: inline-block;
  vertical-align: middle; }
@media screen and (min-width: 481px) {
  .section-header__right label + select,
  .section-header__right .collection-view {
    margin-left: 15px; } }

.collection-view {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 0 5px;
  height: 37px;
  overflow: hidden;
  /*================ Only show on larger screens ================*/ }
  @media screen and (min-width: 769px) {
    .collection-view {
      display: inline-block; } }

.change-view {
  display: block;
  background: none;
  border: 0 none;
  float: left;
  padding: 10px 8px;
  color: #e5e5e5;
  line-height: 1; }
  .change-view:hover {
    color: black; }
  .change-view:focus {
    color: black; }

.change-view--active {
  cursor: default;
  color: black; }

/*============================================================================
  #Rich Text Editor
==============================================================================*/
.rte {
  margin-bottom: 15px; }
  .rte a {
    text-decoration: underline; }
  .rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
    margin-top: 2em; }
    .rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
      margin-top: 0; }
    .rte h1 a, .rte .h1 a, .rte h2 a, .rte .h2 a, .rte h3 a, .rte .h3 a, .rte h4 a, .rte .h4 a, .rte h5 a, .rte .h5 a, .rte h6 a, .rte .h6 a {
      text-decoration: none; }
  .rte > div {
    margin-bottom: 15px; }
  .rte li {
    margin-bottom: 0.4em; }

.rte--header {
  margin-bottom: 0; }

/*============================================================================
  #Links and Buttons
==============================================================================*/
a,
.text-link {
  color: white;
  text-decoration: none;
  background: transparent; }

a:hover,
a:focus {
  color: #878787; }

button {
  overflow: visible; }

button[disabled],
html input[disabled],
button.disabled,
html input.disabled {
  cursor: default; }

.btn, .btn--secondary,
.rte .btn--secondary, .email-popup-block .email-popup form input[type=submit],
.rte .btn,
.rte .btn--secondary,
.rte .email-popup-block .email-popup form input[type=submit],
.email-popup-block .email-popup form .rte input[type=submit] {
  display: inline-block;
  padding: 8px 10px;
  width: auto;
  margin: 0;
  line-height: 1.42;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  transition: all 0.2s ease-in 0s;
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  /*================ Set primary button colors - can override later ================*/
  background-color: gainsboro;
  color: black; }
  .btn:hover, .btn--secondary:hover, .email-popup-block .email-popup form input[type=submit]:hover, .btn:active, .btn--secondary:active, .email-popup-block .email-popup form input[type=submit]:active,
  .rte .btn:hover,
  .rte .btn--secondary:hover,
  .rte .email-popup-block .email-popup form input[type=submit]:hover,
  .email-popup-block .email-popup form .rte input[type=submit]:hover,
  .rte .btn:active,
  .rte .btn--secondary:active,
  .rte .email-popup-block .email-popup form input[type=submit]:active,
  .email-popup-block .email-popup form .rte input[type=submit]:active {
    background-color: #878787;
    color: black;
    border-color: transparent; }
  .btn:focus, .btn--secondary:focus, .email-popup-block .email-popup form input[type=submit]:focus,
  .rte .btn:focus,
  .rte .btn--secondary:focus,
  .rte .email-popup-block .email-popup form input[type=submit]:focus,
  .email-popup-block .email-popup form .rte input[type=submit]:focus {
    background-color: #878787;
    color: black;
    border-color: transparent; }
  .btn[disabled], [disabled].btn--secondary, .email-popup-block .email-popup form input[disabled][type=submit], .btn.disabled, .disabled.btn--secondary, .email-popup-block .email-popup form input.disabled[type=submit],
  .rte .btn[disabled],
  .rte [disabled].btn--secondary,
  .rte .email-popup-block .email-popup form input[disabled][type=submit],
  .email-popup-block .email-popup form .rte input[disabled][type=submit],
  .rte .btn.disabled,
  .rte .disabled.btn--secondary,
  .rte .email-popup-block .email-popup form input.disabled[type=submit],
  .email-popup-block .email-popup form .rte input.disabled[type=submit] {
    cursor: default;
    color: black;
    background-color: #e6e6e6; }
  .btn.is-adding, .is-adding.btn--secondary, .email-popup-block .email-popup form input.is-adding[type=submit],
  .rte .btn.is-adding,
  .rte .is-adding.btn--secondary,
  .rte .email-popup-block .email-popup form input.is-adding[type=submit],
  .email-popup-block .email-popup form .rte input.is-adding[type=submit] {
    color: white;
    background-color: #cccccc; }

.btn--secondary,
.rte .btn--secondary {
  background-color: gainsboro; }
  .btn--secondary:hover,
  .rte .btn--secondary:hover {
    background-color: #c3c3c3;
    color: white; }
  .btn--secondary:active,
  .rte .btn--secondary:active {
    background-color: darkgrey;
    color: white; }
  .btn--secondary:focus,
  .rte .btn--secondary:focus {
    background-color: darkgrey;
    color: white; }

.btn--small {
  padding: 4px 5px;
  font-size: 0.85714em; }

.btn--large {
  padding: 12px 15px;
  font-size: 1.14286em; }

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

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

/*============================================================================
  #Lists
==============================================================================*/
ul, ol {
  margin: 0 0 15px 20px;
  padding: 0; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 20px; }

li {
  margin-bottom: 0.25em; }

ul.square {
  list-style: square outside; }

ul.disc {
  list-style: disc outside; }

ol.alpha {
  list-style: lower-alpha outside; }

.no-bullets {
  list-style: none outside;
  margin-left: 0; }

.inline-list {
  margin-left: 0; }
  .inline-list li {
    display: inline-block;
    margin-bottom: 0; }

/*============================================================================
  #Tables
==============================================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

table.full {
  width: 100%;
  margin-bottom: 1em; }

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

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e5e5e5; }

/*============================================================================
  Responsive tables, defined with .table--responsive on table element.
  Only defined for IE9+
==============================================================================*/
@media screen and (max-width: 480px) {
  .table--responsive thead {
    display: none; }
  .table--responsive tr {
    display: block; }
  .table--responsive tr,
  .table--responsive td {
    float: left;
    clear: both;
    width: 100%; }
  .table--responsive th,
  .table--responsive td {
    display: block;
    text-align: right;
    padding: 15px; }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }
  .table--responsive td:first-child:before {
    content: ""; }
  .table--responsive.cart-table img {
    margin: 0 auto; }
  .table--responsive.cart-table .js-qty, .table--responsive.cart-table .ajaxcart__qty {
    float: right; } }

@media screen and (max-width: 480px) {
  .table--small-hide {
    display: none !important; }

  .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #e5e5e5; } }
/*============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
==============================================================================*/
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media-img {
  float: left;
  margin-right: 30px; }

.media-img-right {
  float: right;
  margin-left: 30px; }

.media-img img,
.media-img-right img {
  display: block; }

/*============================================================================
  #Images and Iframes
==============================================================================*/
img {
  border: 0 none;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

img.auto,
.grid__item img,
.grid__item iframe {
  max-width: 100%; }

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

/*============================================================================
  #Forms
==============================================================================*/
form {
  margin-bottom: 0; }

.form-vertical {
  margin-bottom: 15px; }

input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

button {
  background: none;
  border: none;
  cursor: pointer; }

button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

fieldset {
  border: 1px solid #e5e5e5;
  padding: 15px; }

legend {
  border: 0;
  padding: 0; }

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

input,
textarea,
select {
  border: 1px solid #acacac;
  max-width: 100%;
  padding: 8px 10px; }
  input:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #939393; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }
  input.input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }

textarea {
  min-height: 100px; }

/*================ Input element overrides ================*/
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0;
  width: auto; }

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

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

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("/cdn/shop/t/3/assets/ico-select-dark.svg?v=138575395693237243731661189790");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: 1px solid #acacac;
  padding-right: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

optgroup {
  font-weight: bold; }

option {
  color: #000;
  background-color: #fff; }
  option:disabled, option.disabled {
    background-color: white;
    color: graytext; }

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

/*================ Form labels ================*/
.hidden-label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .ie9 .hidden-label, .lt-ie9 .hidden-label {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial; }

label[for] {
  cursor: pointer; }

/*================ Horizontal Form ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  margin-bottom: 10px; }
.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"] {
  display: inline-block; }

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

label.error {
  color: #d02e2e; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > .btn--secondary,
  .input-group .email-popup-block .email-popup form .input-group-btn:first-child > input[type=submit],
  .email-popup-block .email-popup form .input-group .input-group-btn:first-child > input[type=submit],
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary,
  .input-group .email-popup-block .email-popup form input[type="hidden"]:first-child + .input-group-btn > input[type=submit],
  .email-popup-block .email-popup form .input-group input[type="hidden"]:first-child + .input-group-btn > input[type=submit] {
    border-radius: 3px 0 0 3px; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > .btn--secondary,
  .input-group .email-popup-block .email-popup form .input-group-btn:last-child > input[type=submit],
  .email-popup-block .email-popup form .input-group .input-group-btn:last-child > input[type=submit] {
    border-radius: 0 3px 3px 0; }
  .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 .btn, .input-group .btn--secondary, .input-group .email-popup-block .email-popup form input[type=submit], .email-popup-block .email-popup form .input-group input[type=submit],
.input-group .input-group-field {
  height: 37px; }

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

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

/*============================================================================
  #Icons
==============================================================================*/
.icon-fallback-text .icon {
  display: inline-block; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon:before {
  display: none; }

.icon:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*================ Icon mapping ================*/
.icon-american_express:before {
  content: "\41"; }

.icon-arrow-down:before {
  content: "\e607"; }

.icon-bitcoin:before {
  content: "\42"; }

.icon-cart:before {
  content: "\e600"; }

.icon-cirrus:before {
  content: "\43"; }

.icon-dankort:before {
  content: "\64"; }

.icon-diners_club:before {
  content: "\63"; }

.icon-discover:before {
  content: "\44"; }

.icon-facebook:before {
  content: "\66"; }

.icon-fancy:before {
  content: "\46"; }

.icon-google:before {
  content: "\67"; }

.icon-google_wallet:before {
  content: "\47"; }

.icon-grid-view:before {
  content: "\e603"; }

.icon-hamburger:before {
  content: "\e601"; }

.icon-instagram:before {
  content: "\69"; }

.icon-interac:before {
  content: "\49"; }

.icon-jcb:before {
  content: "\4a"; }

.icon-list-view:before {
  content: "\e604"; }

.icon-maestro:before {
  content: "\6d"; }

.icon-master:before {
  content: "\4d"; }

.icon-minus:before {
  content: "\e602"; }

.icon-paypal:before {
  content: "\50"; }

.icon-pinterest:before {
  content: "\70"; }

.icon-plus:before {
  content: "\e605"; }

.icon-rss:before {
  content: "\72"; }

.icon-search:before {
  content: "\73"; }

.icon-stripe:before {
  content: "\53"; }

.icon-tumblr:before {
  content: "\74"; }

.icon-twitter:before {
  content: "\54"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-visa:before {
  content: "\56"; }

.icon-x:before {
  content: "\e606"; }

.icon-youtube:before {
  content: "\79"; }

.icon-account:before {
  content: "\e900"; }

.icon-shipping:before {
  content: "\e905"; }

.icon-returns:before {
  content: "\e904"; }

.icon-payment:before {
  content: "\e903"; }

.icon-orders:before {
  content: "\e902"; }

.icon-contact:before {
  content: "\e901"; }

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons li {
    margin: 0 7.5px 7.5px;
    cursor: default; }
  .payment-icons .icon {
    font-size: 30px;
    line-height: 30px; }
  .payment-icons .fallback-text {
    text-transform: capitalize; }

/*============================================================================
  #Pagination
==============================================================================*/
.pagination {
  margin-bottom: 1em;
  text-align: center; }
  .pagination > span {
    display: inline-block;
    line-height: 1; }
  .pagination a {
    display: block; }
  .pagination a,
  .pagination .page.current {
    padding: 8px; }

/*============================================================================
  #Breadcrumbs
==============================================================================*/
.breadcrumb {
  margin-top: 2em;
  margin-bottom: 1.8em;
  font-size: 0.9em;
  color: white; }
  @media screen and (min-width: 769px) {
    .breadcrumb {
      margin-top: 4em; } }
  .breadcrumb a {
    color: gainsboro; }
  .breadcrumb a,
  .breadcrumb span {
    display: inline;
    padding: 0 7px 0 0;
    margin-right: 7px; }
    .breadcrumb a:first-child,
    .breadcrumb span:first-child {
      padding-left: 0; }
    .breadcrumb a:last-child,
    .breadcrumb span:last-child {
      color: white; }

/*============================================================================
  #Notes and Form Feedback
==============================================================================*/
.note,
.errors {
  border-radius: 3px;
  padding: 6px 12px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.12em; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin-top: 0;
    margin-bottom: 0; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }

.note {
  border-color: #e5e5e5; }

.errors ul {
  list-style: none;
  margin-left: 5px;
  display: inline-block; }
.errors:before {
  font-family: FontAwesome;
  content: "\f071 \00A0 Error:";
  display: inline-block;
  vertical-align: top; }

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a; }
  .form-success a {
    color: #56ad6a;
    text-decoration: underline; }
    .form-success a:hover {
      text-decoration: none; }

.form-error,
.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }
  .form-error a,
  .errors a {
    color: #d02e2e;
    text-decoration: underline; }
    .form-error a:hover,
    .errors a:hover {
      text-decoration: none; }

/*============================================================================
  # Zendesk Integration
==============================================================================*/
.u-userLauncherColor:not([disabled]) {
  background-color: #cccccc !important;
  color: black !important; }

iframe {
  max-width: 100%; }

/*============================================================================
  # Custom Cursor
==============================================================================*/
                                                                                /*============================================================================
  #Swiper Carousel
==============================================================================*/
.swiper-container--hide-pagination .swiper-pagination {
  display: none; }

/*============================================================================
  #Drawers
==============================================================================*/
.js-drawer-open {
  overflow: hidden; }

.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 500000001;
  color: white;
  background-color: #f6f6f6;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }
  .drawer a {
    color: white; }
    .drawer a:hover, .drawer a:focus {
      opacity: 0.7; }
  .drawer input,
  .drawer textarea {
    border-color: #454545; }

.drawer--left {
  width: 300px;
  left: -300px;
  border-right: 1px solid #454545; }
  .js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px); }
    .lt-ie9 .js-drawer-open-left .drawer--left {
      left: 0; }

.drawer--right {
  width: 300px;
  right: -300px;
  border-left: 1px solid #1e1e1e;
  background: #1e1e1e;
  background-color: #1e1e1e;
  color: black;
  padding: 0; }
  .drawer--right .drawer-wrapper {
    position: absolute;
    padding: 0 15px 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px); }
    .lt-ie9 .js-drawer-open-right .drawer--right {
      right: 0; }

.is-moved-by-drawer {
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }
  .js-drawer-open-left .is-moved-by-drawer {
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px); }

.drawer__header {
  display: table;
  height: 70px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid transparent; }

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__title {
  width: 100%;
  font-size: 1em; }
  .drawer__title.drawer__title--child {
    margin-top: 10px;
    display: block;
    display: none; }

.drawer__close {
  width: 1%;
  text-align: center;
  font-size: 1.28571em; }

.drawer__close button {
  position: absolute;
  right: 10px;
  top: 10px; }

/*============================================================================
  #Ajax Cart Styles (conditionally loaded)
==============================================================================*/
@media screen and (min-height: 400px) {
  .cart__checkout {
    position: relative;
    bottom: 10px;
    left: 50%;
    margin-left: -130px;
    max-width: 100%; } }

#CartDrawer #paypal-express-button {
  display: none; }

.ajaxcart__subtotal_container {
  margin-bottom: 30px; }

.ajaxcart__inner {
  max-height: calc(var(--vh, 1vh) * 100 - 235px);
  overflow: auto;
  padding: 5px; }

.ajaxcart__footer {
  padding: 20px 5px 5px; }

.ajaxcart__row > .grid, .ajaxcart__row > .grid--rev, .ajaxcart__row > .grid--full {
  margin-left: -15px; }
  .ajaxcart__row > .grid.grid--child, .ajaxcart__row > .grid--child.grid--rev, .ajaxcart__row > .grid--child.grid--full {
    width: calc(100%);
    margin: 0 auto;
    display: none; }
  .ajaxcart__row > .grid > .grid__item, .ajaxcart__row > .grid--rev > .grid__item, .ajaxcart__row > .grid--full > .grid__item {
    padding-left: 15px; }
  .ajaxcart__row > .grid .compare-at-price, .ajaxcart__row > .grid--rev .compare-at-price, .ajaxcart__row > .grid--full .compare-at-price, .ajaxcart__row > .grid .discounted-price, .ajaxcart__row > .grid--rev .discounted-price, .ajaxcart__row > .grid--full .discounted-price {
    color: gainsboro;
    text-decoration: line-through;
    font-weight: normal; }
.ajaxcart__row .display-table {
  margin-left: 25%; }

.ajaxcart__product {
  position: relative; }
  .ajaxcart__product.is-removed {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.ajaxcart__row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid white; }

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px; }
  .ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.ajaxcart__product-name {
  display: block;
  font-size: 0.7em; }

.ajaxcart__product-meta {
  display: block;
  font-size: 0.7rem;
  color: white; }
  .ajaxcart__product-meta span:first-child {
    font-size: calc(0.7rem + .1rem);
    font-weight: 600; }

a.ajaxcart__product-name {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  color: white; }

span.ajaxcart__product-name {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  color: white; }

.ajaxcart__product-name + .ajaxcart__product-meta {
  padding-top: 6px; }

.ajaxcart__footer .btn, .ajaxcart__footer .btn--secondary, .ajaxcart__footer .email-popup-block .email-popup form input[type=submit], .email-popup-block .email-popup form .ajaxcart__footer input[type=submit] {
  background: #878787;
  color: black; }

.ajaxcart__footer .additional_checkout_buttons {
  display: none; }

.ajaxcart__subtotal {
  font-size: 1em;
  color: white; }

.wordwrap {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

/*================ Quantity Selectors ================*/
.js-qty, .ajaxcart__qty {
  position: relative;
  margin-bottom: 1em;
  min-width: 75px;
  overflow: visible; }
  .js-qty input, .ajaxcart__qty input {
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    color: white;
    font-family: "custom-font", Arial, Helvetica, Sans-Serif;
    text-align: center;
    width: 35px;
    padding: 5px 0;
    margin: 0;
    border: 0; }

.js-qty__adjust, .ajaxcart__qty-adjust {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0);
  color: white;
  text-align: center;
  overflow: hidden;
  transition: all 0.1s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .js-qty__adjust:hover, .ajaxcart__qty-adjust:hover, .js-qty__adjust:focus, .ajaxcart__qty-adjust:focus {
    color: #878787;
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }

.large--text-center .js-qty__adjust--plus, .large--text-center .ajaxcart__qty--plus {
  margin-left: -6px; }

/*================ Quantity Selectors in Ajax Cart ================*/
.ajaxcart__qty {
  margin: 0;
  margin-top: 0.3rem; }
  .is-loading .ajaxcart__qty {
    opacity: 0.5;
    transition: none; }

.ajaxcart__qty .ajaxcart__qty-num {
  border: 1px solid transparent;
  background: #1e1e1e;
  color: white;
  padding: 3px 0;
  margin: 0 1px;
  border-radius: 3px;
  position: relative;
  width: 35px; }

.ajaxcart__qty-adjust {
  background: #1e1e1e;
  color: white;
  border: 0;
  border-radius: 3px;
  padding: 4px 7px; }

.ajaxcart__qty--plus {
  border-color: #454545;
  border-color: #fff;
  margin-left: 0; }

.ajaxcart__qty--minus {
  border-color: #454545;
  border-color: #fff; }

.drawer--right {
  color: white;
  border: none; }
  .drawer--right .currency {
    font-size: 1em;
    color: white; }
    .drawer--right .currency span {
      display: block; }
  .drawer--right .drawer__title {
    font-size: 13px;
    color: white; }
  .drawer--right .drawer__close button {
    color: white; }
    .drawer--right .drawer__close button:hover, .drawer--right .drawer__close button:focus {
      color: gainsboro; }

.upsell-product-container .upsell-view {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 1rem auto;
  padding: 15px 10px 10px;
  background: transparent;
  color: #ffffff;
  gap: 15px; }
.upsell-product-container .upsell-cart-template-view {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 1rem auto;
  padding: 15px 10px 10px;
  background: transparent;
  color: #000000;
  gap: 15px; }
.upsell-product-container .upsell-image-container {
  max-width: 100px;
  width: 25%; }
  .upsell-product-container .upsell-image-container .upsell-image {
    display: inline-block;
    margin-right: 2rem; }
.upsell-product-container .upsell-details {
  width: 75%; }
  .upsell-product-container .upsell-details .upsell-price {
    margin: 0.25rem 0; }
  .upsell-product-container .upsell-details #upsellAddToCart {
    margin: 10px 0;
    white-space: normal;
    background: gainsboro;
    color: black; }
  .upsell-product-container .upsell-details #upsellAddToCartTemplate {
    margin: 10px 0;
    white-space: normal;
    background: gainsboro;
    color: black; }

.slide-out-delete-item {
  font-family: 'FontAwesome';
  font-style: normal;
  cursor: pointer;
  line-height: 27px;
  vertical-align: bottom;
  margin-left: 2px; }

/*============================================================================
  #BP Search
==============================================================================*/
.overlay {
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: scroll;
  position: fixed;
  z-index: 998; }
  .overlay section.search {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    padding: 1em 15px 5em;
    position: relative;
    text-transform: none; }
    .overlay section.search .search--header {
      border-bottom: 1px solid #cccccc;
      margin: 0 0 3.5em; }
      .overlay section.search .search--header h3.search--title, .overlay section.search .search--header .search--title.h3 {
        color: black;
        font-size: 0.8rem;
        font-weight: bold;
        margin: 15px 15px 0;
        text-transform: uppercase;
        margin: 0;
        padding: 0 0 0.5em; }
      .overlay section.search .search--header a.search--close-button {
        background-position: left 0.18em;
        background-size: 0.7em auto;
        color: #000;
        display: inline-block;
        padding-left: 1.1em;
        position: absolute;
        right: 0;
        top: 10px; }
      .overlay section.search .search--header .search--input-wrapper {
        left: auto;
        position: relative;
        right: auto; }
        .overlay section.search .search--header .search--input-wrapper input.search--input {
          text-transform: none;
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          background-color: transparent;
          border: medium none;
          box-shadow: none;
          color: #4d4d4d;
          font-size: 1.5rem;
          font-weight: 300;
          outline: medium none;
          width: 100%;
          font-size: 2.8rem;
          padding: 0 0 0.4em; }

/*============================================================================
  #Mobile Nav (Left Drawer) Modifications
==============================================================================*/
.mobile-nav-trigger {
  font-size: 1.2rem;
  color: white; }
  .mobile-nav-trigger:focus {
    color: #878787; }
  .mobile-nav-trigger.active {
    color: white; }
    .mobile-nav-trigger.active:focus {
      color: #878787; }

#mobile-nav-overlay.overlay {
  padding: 25px;
  justify-content: center;
  background-color: #101010;
  color: white;
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  transition: transform 0.2s ease-in-out;
  transform: translateX(-100%);
  max-width: 300px;
  justify-content: normal; }
  #mobile-nav-overlay.overlay .mobile-nav {
    display: none; }
  #mobile-nav-overlay.overlay.active {
    transform: translateX(0); }
    #mobile-nav-overlay.overlay.active .mobile-nav-trigger {
      display: block; }
    #mobile-nav-overlay.overlay.active .mobile-nav {
      display: block; }
  #mobile-nav-overlay.overlay .mobile-nav-trigger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0;
    display: none; }
  #mobile-nav-overlay.overlay .mobile-nav__search input {
    border-right: 0;
    border-radius: 0;
    text-transform: none; }
  #mobile-nav-overlay.overlay .mobile-nav__search .input-group-btn button.icon-fallback-text {
    border-radius: 0; }
  #mobile-nav-overlay.overlay .mobile-nav__search .input-group-btn .icon-search {
    font-size: 1em;
    position: relative;
    top: -2px; }
  #mobile-nav-overlay.overlay ul.mobile-nav {
    margin: auto; }
    #mobile-nav-overlay.overlay ul.mobile-nav a {
      color: white; }
      #mobile-nav-overlay.overlay ul.mobile-nav a:focus {
        color: #878787; }
    #mobile-nav-overlay.overlay ul.mobile-nav > li.mobile-nav__item {
      margin-bottom: 0.9em; }
      #mobile-nav-overlay.overlay ul.mobile-nav > li.mobile-nav__item > a, #mobile-nav-overlay.overlay ul.mobile-nav > li.mobile-nav__item > .mobile-nav__has-sublist > a {
        padding: 0 15px;
        font-size: 1.2em;
        font-weight: normal;
        line-height: 1em; }
    #mobile-nav-overlay.overlay ul.mobile-nav .mobile-nav__toggle button {
      padding: 0;
      padding-right: 15px; }
    #mobile-nav-overlay.overlay ul.mobile-nav li.mobile-nav__item {
      background-color: transparent;
      transition: color 100ms ease-out 0s; }
      #mobile-nav-overlay.overlay ul.mobile-nav li.mobile-nav__item:after {
        border: 0; }
      #mobile-nav-overlay.overlay ul.mobile-nav li.mobile-nav__item ul.mobile-nav__sublist a {
        padding: 0 0 0 1.5em;
        font-size: 1.1em;
        color: white; }
        #mobile-nav-overlay.overlay ul.mobile-nav li.mobile-nav__item ul.mobile-nav__sublist a:focus {
          color: #878787; }
  #mobile-nav-overlay.overlay .mobile-nav__social {
    text-align: center; }
    #mobile-nav-overlay.overlay .mobile-nav__social a {
      padding-left: 1rem;
      font-size: 1.5rem;
      color: gainsboro; }
      #mobile-nav-overlay.overlay .mobile-nav__social a:first-child {
        padding-left: 0; }
      #mobile-nav-overlay.overlay .mobile-nav__social a:focus {
        color: #878787; }

@media screen and (min-width: 1126px) {
  #mobile-nav-overlay.overlay {
    display: none; } }
@media screen and (max-width: 1126px) {
  #mobile-nav-overlay.overlay {
    display: flex;
    flex-direction: column; } }

/*============================================================================
  #Site Header
==============================================================================*/
.site-header {
  padding: 15px 0; }
  .site-header .grid--table {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .site-header .grid--table > .grid__item {
      float: none;
      display: table-cell;
      vertical-align: middle; }

.site-header__logo {
  text-align: center;
  margin: 0 auto;
  max-width: 100%; }
  @media screen and (min-width: 769px) {
    .site-header__logo {
      text-align: left; } }
  .site-header__logo a,
  .site-header__logo a:hover {
    text-decoration: none; }
  .site-header__logo a:focus {
    text-decoration: none; }
  .site-header__logo a, .site-header__logo img {
    display: block; }
  .site-header__logo img {
    margin: 0 auto; }

.site-header__logo-link {
  max-width: 450px;
  margin: 0 auto; }

.site-header__cart-toggle {
  display: inline-block;
  font-size: .8em; }
  .site-header__cart-toggle .icon-cart {
    font-size: 1.2rem;
    position: relative;
    top: 2px; }

.site-header__search {
  display: inline-block;
  max-width: 400px;
  margin-top: .8em;
  margin-left: 1em;
  width: 100%; }

.search-bar {
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .search-bar {
      margin-left: auto;
      margin-right: auto; } }

.cart-empty a {
  color: white; }

/*============================================================================
  #Site Nav and Dropdowns
==============================================================================*/
.nav-bar {
  position: relative;
  z-index: 5;
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase; }
  .nav-bar a {
    color: white; }
  .nav-bar .nav-wrapper {
    padding: 0 2rem;
    position: relative; }
    @media screen and (max-width: 1126px) {
      .nav-bar .nav-wrapper {
        padding: 0 1rem; } }
  .nav-bar .cart-container a {
    color: white; }
    .nav-bar .cart-container a svg {
      fill: white;
      width: 1.2rem;
      height: 1.2rem;
      position: relative;
      top: 3px; }
    .nav-bar .cart-container a:hover, .nav-bar .cart-container a:focus {
      color: #878787; }
      .nav-bar .cart-container a:hover svg, .nav-bar .cart-container a:focus svg {
        fill: #878787; }
  .nav-bar .cart-container a.site-header__cart-toggle {
    padding: 1rem 0.7rem; }
    .nav-bar .cart-container a.site-header__cart-toggle .CartCount.compact {
      position: absolute;
      top: 5px;
      left: -5px;
      height: 16px;
      padding: 0 5px;
      font-size: 11px;
      line-height: 16px;
      border-radius: 10px;
      background-color: #ffffff;
      color: black;
      font-family: Helvetica, sans-serif;
      transition: background-color 0.1s ease-out 0s; }
    .nav-bar .cart-container a.site-header__cart-toggle:hover .CartCount.compact, .nav-bar .cart-container a.site-header__cart-toggle:active .CartCount.compact, .nav-bar .cart-container a.site-header__cart-toggle:focus .CartCount.compact {
      background: #878787; }
    .nav-bar .cart-container a.site-header__cart-toggle .icon-cart-custom {
      width: 1.2rem;
      height: 1.2rem;
      position: relative;
      top: 3px; }
  .nav-bar form.header-search.input-group {
    display: flex;
    align-items: center; }
  .nav-bar form.header-search .input-group-btn {
    color: white;
    margin-right: 10px; }
  .nav-bar form.header-search input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    padding-left: 0;
    margin-left: 15px;
    color: #878787;
    text-transform: none; }
    .nav-bar form.header-search input::-webkit-input-placeholder {
      color: gainsboro; }
    .nav-bar form.header-search input:-moz-placeholder {
      color: gainsboro; }
    .nav-bar form.header-search input::-moz-placeholder {
      color: gainsboro; }
    .nav-bar form.header-search input:-ms-input-placeholder {
      color: gainsboro; }
  .nav-bar .site-nav {
    font-size: 12px;
    padding-top: 37px; }
  .nav-bar .top-bar {
    background-color: black;
    transition: height 0.2s ease 0s;
    font-weight: 600;
    height: 76px; }
    .nav-bar .top-bar .nav-wrapper {
      line-height: 0; }
    .nav-bar .top-bar .site-nav {
      font-size: 1.14286em;
      font-weight: 400;
      font-size: 12px;
      padding-top: 37px;
      padding-left: 30px;
      cursor: default;
      margin: 0;
      transition: all 0.2s ease 0s; }
      .nav-bar .top-bar .site-nav > li {
        margin: 0;
        position: relative;
        display: inline-block;
        margin: 0;
        z-index: 1; }
        .nav-bar .top-bar .site-nav > li:first-child {
          margin-left: 0; }
        .nav-bar .top-bar .site-nav > li > a {
          color: white;
          line-height: 1; }
          .nav-bar .top-bar .site-nav > li > a:hover, .nav-bar .top-bar .site-nav > li > a:focus {
            color: #878787; }
    .nav-bar .top-bar .category-nav {
      margin: 0;
      margin-right: 90px;
      margin-top: 36px;
      float: right;
      list-style-type: none;
      font-size: 14px;
      transition: margin-top 0.2s ease 0s; }
      .nav-bar .top-bar .category-nav > li {
        float: left;
        margin-bottom: 0;
        position: relative; }
        .nav-bar .top-bar .category-nav > li a {
          color: white;
          padding: 15px; }
          .nav-bar .top-bar .category-nav > li a:hover, .nav-bar .top-bar .category-nav > li a:focus {
            color: gainsboro; }
        .nav-bar .top-bar .category-nav > li ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 40px;
          border-radius: 2px; }
          .nav-bar .top-bar .category-nav > li ul li {
            float: left;
            width: 100%; }
            .nav-bar .top-bar .category-nav > li ul li a {
              background: #f8f8f8;
              border-bottom-color: #95969a;
              color: #95969a;
              font-size: 13px;
              font-weight: 700;
              transition: all 0.2s ease 0s;
              width: auto;
              padding: 12px 25px; }
              .nav-bar .top-bar .category-nav > li ul li a:hover, .nav-bar .top-bar .category-nav > li ul li a:focus {
                color: gainsboro;
                background: #fff; }
    .nav-bar .top-bar .cart-container {
      position: absolute;
      right: 0;
      top: 46px;
      transition: top 0.2s ease 0s; }
      .nav-bar .top-bar .cart-container a {
        color: white; }
        .nav-bar .top-bar .cart-container a:hover, .nav-bar .top-bar .cart-container a:focus {
          color: #878787; }
  .nav-bar .bottom-bar {
    background-color: black;
    height: 50px;
    font-weight: 400;
    text-align: center;
    transition: background 0.2s ease 0s; }
    .nav-bar .bottom-bar a {
      transition: color 0.2s ease 0s; }
    .nav-bar .bottom-bar .nav-wrapper {
      text-align: center; }
    .nav-bar .bottom-bar .social {
      position: absolute;
      top: 10px;
      left: 0; }
      .nav-bar .bottom-bar .social .social-link {
        margin-right: 12px; }
    .nav-bar .bottom-bar .site-nav__link:hover:after, .nav-bar .bottom-bar .site-nav__link:active:after, .nav-bar .bottom-bar .site-nav__link:focus:after {
      display: none; }
    .nav-bar .bottom-bar .site-nav--active .site-nav__link:after {
      display: none; }
    .nav-bar .bottom-bar .category-nav {
      margin: 0;
      margin-right: 90px;
      margin-top: 3px;
      float: right;
      list-style-type: none;
      font-size: 14px;
      transition: margin-top 0.2s ease 0s;
      float: none;
      display: inline-block;
      margin-right: 0; }
      .nav-bar .bottom-bar .category-nav > li {
        float: left;
        margin-bottom: 0;
        position: relative; }
        .nav-bar .bottom-bar .category-nav > li a {
          color: white;
          padding: 70PX 15px;
          transition: padding 0.2s ease 0s; }
          .nav-bar .bottom-bar .category-nav > li a:hover, .nav-bar .bottom-bar .category-nav > li a:focus {
            color: gainsboro; }
        .nav-bar .bottom-bar .category-nav > li ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 40px;
          border-radius: 2px; }
          .nav-bar .bottom-bar .category-nav > li ul li {
            width: 100%; }
            .nav-bar .bottom-bar .category-nav > li ul li a {
              background: #f8f8f8;
              border-bottom-color: #95969a;
              color: #95969a;
              font-size: 13px;
              font-weight: 700;
              transition: all 0.2s ease 0s;
              width: auto;
              padding: 12px 25px; }
              .nav-bar .bottom-bar .category-nav > li ul li a:hover, .nav-bar .bottom-bar .category-nav > li ul li a:focus {
                color: gainsboro;
                background: #fff; }
    .nav-bar .bottom-bar .cart-container {
      position: absolute;
      right: 0;
      top: 10px;
      transition: top 0.2s ease 0s; }
      .nav-bar .bottom-bar .cart-container a {
        color: white; }
        .nav-bar .bottom-bar .cart-container a:hover, .nav-bar .bottom-bar .cart-container a:focus {
          color: #878787; }
  .nav-bar .header-logo-link {
    display: inline-block;
    line-height: 0; }
    .nav-bar .header-logo-link .header-logo {
      max-height: 53px;
      transition: all 0.2s ease 0s; }
      @media screen and (min-width: 769px) {
        .nav-bar .header-logo-link .header-logo {
          margin: 0;
          max-height: 42px; } }
  .nav-bar .site-nav--mobile .mobile-cart {
    padding-top: 6px;
    padding-bottom: 5px;
    color: white; }
    .nav-bar .site-nav--mobile .mobile-cart svg {
      fill: white; }
    .nav-bar .site-nav--mobile .mobile-cart #CartCountMobile {
      position: absolute;
      top: 5px;
      left: -5px;
      height: 16px;
      padding: 0 5px;
      font-size: 11px;
      line-height: 16px;
      border-radius: 10px;
      background: white;
      color: #000;
      font-family: Helvetica, sans-serif;
      transition: background-color 0.1s ease-out 0s; }
    .nav-bar .site-nav--mobile .mobile-cart:hover, .nav-bar .site-nav--mobile .mobile-cart:active, .nav-bar .site-nav--mobile .mobile-cart:focus {
      color: gainsboro; }
      .nav-bar .site-nav--mobile .mobile-cart:hover #CartCountMobile, .nav-bar .site-nav--mobile .mobile-cart:active #CartCountMobile, .nav-bar .site-nav--mobile .mobile-cart:focus #CartCountMobile {
        background: gainsboro; }
      .nav-bar .site-nav--mobile .mobile-cart:hover:after, .nav-bar .site-nav--mobile .mobile-cart:active:after, .nav-bar .site-nav--mobile .mobile-cart:focus:after {
        display: none; }
  .nav-bar .site-nav--mobile__top {
    transition: height 0.2s ease 0s;
    position: relative;
    height: 46px;
    background-color: black;
    text-align: center; }
    .nav-bar .site-nav--mobile__top .header-logo-link {
      display: inline-block; }
      .nav-bar .site-nav--mobile__top .header-logo-link .header-logo {
        transition: all 0.2s ease 0s;
        max-height: 53px; }
    .nav-bar .site-nav--mobile__top .site-nav__link {
      padding-top: 10px;
      padding-bottom: 10px; }
      .nav-bar .site-nav--mobile__top .site-nav__link:hover, .nav-bar .site-nav--mobile__top .site-nav__link:active, .nav-bar .site-nav--mobile__top .site-nav__link:focus {
        color: gainsboro; }
        .nav-bar .site-nav--mobile__top .site-nav__link:hover:after, .nav-bar .site-nav--mobile__top .site-nav__link:active:after, .nav-bar .site-nav--mobile__top .site-nav__link:focus:after {
          display: none; }

.sticky-wrapper {
  z-index: 998;
  position: relative; }
  .sticky-wrapper.is-sticky .nav-bar .top-bar {
    height: 76px; }
    .sticky-wrapper.is-sticky .nav-bar .top-bar .site-nav {
      padding-top: 11px; }
    .sticky-wrapper.is-sticky .nav-bar .top-bar .category-nav {
      margin-top: 11px; }
    .sticky-wrapper.is-sticky .nav-bar .top-bar .cart-container {
      top: 19px; }
    .sticky-wrapper.is-sticky .nav-bar .top-bar .header-logo-link .header-logo {
      margin-top: 0;
      max-height: 42px; }
  .sticky-wrapper.is-sticky .nav-bar .bottom-bar .category-nav li a {
    padding: 15px; }

/*================ Home to hamburger and cart that toggle drawers ================*/
.text-right .site-nav--mobile {
  margin: 0 -15px 0 0; }
.site-nav--mobile .mobile-menu {
  padding-left: 0.5em;
  padding-right: 0.5em; }
.site-nav--mobile .mobile-cart {
  padding-right: 0.5em;
  padding-left: 0.5em;
  position: relative; }

.site-nav__link {
  display: block;
  text-decoration: none;
  padding: 13px 15px 8px;
  white-space: nowrap;
  transition: all 100ms ease-out 0s; }
  .site-nav__link .icon-arrow {
    position: relative;
    top: -2px;
    font-size: 10px; }
  .site-nav__link:hover, .site-nav__link:active, .site-nav__link:focus, .site-nav--active > .site-nav__link {
    color: #878787; }
  .site-nav--mobile .site-nav__link {
    display: inline-block;
    font-size: 1.5em;
    padding-bottom: 0.6em;
    padding-top: 0.74em; }
    .site-nav--mobile .site-nav__link:hover, .site-nav--mobile .site-nav__link:active, .site-nav--mobile .site-nav__link:focus {
      color: #878787;
      background: none; }

/*================ Dropdowns ================*/
.site-nav__dropdown {
  display: none;
  position: absolute;
  background: black;
  left: 0;
  margin: 0;
  z-index: 5;
  text-align: left; }
  .site-nav__dropdown li {
    margin: 0;
    width: 100%;
    display: inline-block;
    float: none; }
  .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown, .nav-focus + .site-nav__dropdown {
    display: block;
    columns: 1;
    column-gap: 0; }
  .site-nav__dropdown a {
    background-color: black;
    color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: .8em 1.5em;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .site-nav__dropdown a:hover, .site-nav__dropdown a:active, .site-nav__dropdown a:focus {
      background-color: #666666;
      color: white; }

/*================ Search bar in header ================*/
.nav-search {
  position: relative;
  padding: 10px 0; }
  @media screen and (max-width: 768px) {
    .nav-search {
      padding: 0 0 15px;
      margin: 0 auto;
      text-align: center; } }

/*============================================================================
  #Mobile Nav
  - List of items inside the mobile drawer
==============================================================================*/
.mobile-nav {
  margin: -15px -15px 0 -15px; }
  .mobile-nav li {
    margin-bottom: 0; }

.mobile-nav__search {
  padding: 15px; }
  .mobile-nav__search .search-bar {
    margin-bottom: 0; }

.mobile-nav__item {
  position: relative;
  display: block; }
  .mobile-nav > .mobile-nav__item {
    background-color: #f6f6f6; }
  .mobile-nav__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #454545;
    display: none; }
  .mobile-nav > .mobile-nav__item:last-child:after {
    display: none; }

.mobile-nav__item a {
  display: block; }

.mobile-nav__item a,
.mobile-nav__toggle button {
  color: white;
  padding: 15px;
  text-decoration: none; }

.mobile-nav__toggle button {
  color: white; }
  .mobile-nav__toggle button:hover {
    color: white; }

.mobile-nav__item--active {
  font-weight: bold; }

.mobile-nav__has-sublist {
  display: table;
  width: 100%; }
  .mobile-nav__has-sublist .mobile-nav__link {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.mobile-nav__toggle {
  display: table-cell;
  vertical-align: middle;
  width: 1%; }

.mobile-nav--expanded .mobile-nav__toggle-open {
  display: none; }

.mobile-nav__toggle-close {
  display: none; }
  .mobile-nav--expanded .mobile-nav__toggle-close {
    display: block; }

.mobile-nav__sublist {
  margin: 0;
  max-height: 0;
  display: none;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .mobile-nav--expanded + .mobile-nav__sublist {
    display: block;
    max-height: 700px;
    transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95); }
  .mobile-nav__sublist .mobile-nav__item:after {
    top: 0;
    bottom: auto; }
  .mobile-nav__sublist .mobile-nav__link {
    padding-left: 30px;
    font-weight: normal; }

.mobile-nav--expanded + .mobile-nav__sublist {
  max-height: none; }

/*============================================================================
  # Compartmentalized Headers
==============================================================================*/
.nav-bar.compartmentalized .nav-wrapper.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%; }
  .nav-bar.compartmentalized .nav-wrapper.flexbox > div, .nav-bar.compartmentalized .nav-wrapper.flexbox > ul, .nav-bar.compartmentalized .nav-wrapper.flexbox > span {
    padding: 0;
    margin: 0; }
  .nav-bar.compartmentalized .nav-wrapper.flexbox .push-right {
    margin: 0;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .nav-bar.compartmentalized .nav-wrapper.flexbox .push-left {
    margin: 0;
    margin-right: auto; }
  .nav-bar.compartmentalized .nav-wrapper.flexbox .cart-container {
    margin-left: 1rem; }
  .nav-bar.compartmentalized .nav-wrapper.flexbox .header-newsletter-container {
    margin-left: 1rem;
    margin-right: 1rem; }
  .nav-bar.compartmentalized .nav-wrapper.flexbox .account-container {
    margin-right: 1rem;
    margin-left: 1rem; }
  .nav-bar.compartmentalized .nav-wrapper.flexbox .site-nav {
    padding: 0; }
  .nav-bar.compartmentalized .nav-wrapper.flexbox .header-search-mobile {
    margin-right: 1rem;
    cursor: pointer;
    color: #ffffff; }
  .sticky-wrapper.is-sticky .nav-bar.compartmentalized .nav-wrapper.flexbox .site-nav {
    padding-top: 0; }
  .nav-bar.compartmentalized .nav-wrapper.flexbox .absolute-center {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: none;
    text-align: center;
    line-height: 0;
    pointer-events: none; }
    .nav-bar.compartmentalized .nav-wrapper.flexbox .absolute-center * {
      pointer-events: auto; }
.nav-bar.compartmentalized .left-container, .nav-bar.compartmentalized .right-container {
  position: absolute;
  max-width: 220px;
  transition: top 0.2s ease 0s;
  top: 0; }
.nav-bar.compartmentalized .left-container {
  left: 0; }
.nav-bar.compartmentalized .right-container {
  right: 0; }
.nav-bar.compartmentalized .top-bar .cart-container {
  top: 0;
  position: relative; }
.nav-bar.compartmentalized .top-bar.complayout_s-l-mc .right-container {
  padding-top: 10px; }
  .nav-bar.compartmentalized .top-bar.complayout_s-l-mc .right-container .currency-selector {
    right: 30px; }
  .nav-bar.compartmentalized .top-bar.complayout_s-l-mc .right-container .cart-container {
    display: inline-block; }
.nav-bar.compartmentalized .top-bar.complayout_s-l-c .right-container {
  padding-top: 10px; }
.nav-bar.compartmentalized .top-bar.complayout_n-l-sc .right-container {
  padding-top: 15px; }
.nav-bar.compartmentalized .top-bar.complayout_l-n-mc .site-nav {
  float: none;
  display: inline-block;
  padding-left: 0; }
.nav-bar.compartmentalized .top-bar.complayout_l-n-mc .left-container {
  top: 0; }
.nav-bar.compartmentalized .top-bar.complayout_l-n-mc .right-container {
  padding-top: 10px; }
  .nav-bar.compartmentalized .top-bar.complayout_l-n-mc .right-container .currency-selector {
    right: 30px; }
  .nav-bar.compartmentalized .top-bar.complayout_l-n-mc .right-container .cart-container {
    display: inline-block; }
.nav-bar.compartmentalized .top-bar.complayout_l-n-c .site-nav {
  float: none;
  display: inline-block;
  padding-left: 0; }
.nav-bar.compartmentalized .top-bar.complayout_l-n-c .left-container {
  top: 0; }
.nav-bar.compartmentalized .top-bar.complayout_l-n-c .right-container {
  padding-top: 10px; }
.nav-bar.compartmentalized .top-bar.complayout_n-l-c .site-nav {
  float: none; }
.nav-bar.compartmentalized .top-bar.complayout_ln--c .site-nav {
  float: none;
  display: inline-block; }
.nav-bar.compartmentalized .top-bar.complayout_ln--c .right-container {
  padding-top: 10px; }
.nav-bar.compartmentalized .top-bar.complayout_l--nc .right-container {
  padding-top: 3px;
  max-width: 100%; }
  .nav-bar.compartmentalized .top-bar.complayout_l--nc .right-container .site-nav {
    float: none;
    display: inline-block;
    padding: 0 15px 0 0; }
  .nav-bar.compartmentalized .top-bar.complayout_l--nc .right-container .cart-container {
    float: right;
    top: 8px; }
.nav-bar.compartmentalized .bottom-bar.complayout_-n- {
  text-align: center; }
  .nav-bar.compartmentalized .bottom-bar.complayout_-n- .site-nav {
    padding-top: 5px;
    padding-left: 0px;
    display: inline-block; }
    .nav-bar.compartmentalized .bottom-bar.complayout_-n- .site-nav li {
      margin: 0;
      display: block;
      margin: 0; }
      .nav-bar.compartmentalized .bottom-bar.complayout_-n- .site-nav li:first-child {
        margin-left: 0; }
      .nav-bar.compartmentalized .bottom-bar.complayout_-n- .site-nav li a {
        color: white; }
        .nav-bar.compartmentalized .bottom-bar.complayout_-n- .site-nav li a:hover, .nav-bar.compartmentalized .bottom-bar.complayout_-n- .site-nav li a:focus {
          color: #878787; }
    .nav-bar.compartmentalized .bottom-bar.complayout_-n- .site-nav > li {
      position: relative;
      display: block;
      float: left; }
.nav-bar.compartmentalized .bottom-bar.complayout_-C- {
  text-align: center; }
  .nav-bar.compartmentalized .bottom-bar.complayout_-C- .category-nav {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
.nav-bar.compartmentalized .site-nav--mobile__top {
  height: 70px; }
  .nav-bar.compartmentalized .site-nav--mobile__top .nav-wrapper {
    width: 100%; }

.sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar .left-container, .sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar .right-container {
  top: 10px; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar .right-container {
  top: 10px; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar .cart-container {
  top: 0; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar.complayout_l-n-mc .left-container {
  top: 0; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar.complayout_l--nc .right-container {
  top: 10px;
  padding-top: 0; }
  .sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar.complayout_l--nc .right-container .cart-container {
    top: 8px; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .bottom-bar .category-nav li a {
  padding: 15px; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .site-nav--mobile__top {
  height: 70px; }
  .sticky-wrapper.is-sticky .nav-bar.compartmentalized .site-nav--mobile__top .header-logo-link .header-logo {
    max-height: 54px; }

@media screen and (min-width: 1126px) {
  .nav-break {
    display: block; } }
@media screen and (max-width: 1126px) {
  .nav-break {
    display: none !important; } }

@media screen and (min-width: 1126px) {
  .nav-break-mobile {
    display: none !important; } }
@media screen and (max-width: 1126px) {
  .nav-break-mobile {
    display: block; } }

/*============================================================================
  # Announcement Bar
==============================================================================*/
.nav-bar .announcement-bar {
  visibility: visible;
  max-height: 400px;
  padding: 10px 0;
  text-align: center;
  transition: all 0.2s ease 0s;
  text-transform: none;
  background: #242424;
  color: #ffffff;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .nav-bar .announcement-bar {
      font-size: 12px; } }

html.ie11-magic .nav-bar.compartmentalized .top-bar.complayout_l-n-c .site-nav {
  transform: translateY(-50%); }

/*============================================================================
  # Header Account Icon
==============================================================================*/
.account-container {
  line-height: 0;
  display: inline-block; }
  .account-container a {
    color: white; }
    .account-container a svg {
      fill: white;
      width: 1rem;
      height: 1rem;
      position: relative; }
    .account-container a:hover, .account-container a:focus {
      color: #878787; }
      .account-container a:hover svg, .account-container a:focus svg {
        fill: #878787; }

/*============================================================================
  # Header Reward Points
==============================================================================*/
.reward-container {
  color: #878787;
  font-size: 1rem;
  display: inline-block; }

/*============================================================================
  # Header Newletter
==============================================================================*/
.header-newsletter-container {
  line-height: 0;
  display: inline-block; }
  .header-newsletter-container a svg {
    width: 1rem;
    height: 1rem;
    position: relative; }

/*============================================================================
  #Site Footer
==============================================================================*/
.site-footer {
  font-size: 11px;
  font-weight: 400;
  padding: 10px 0 50px;
  background-color: transparent;
  color: white; }
  @media only screen and (max-width: 480px) {
    .site-footer {
      font-size: 0.5em;
      padding: 21.5px 0 70px; } }
  .site-footer a {
    color: white; }
  .site-footer .footer-container {
    padding: 0 30px; }
  .site-footer .footer-logo {
    position: relative;
    text-align: center; }
    .site-footer .footer-logo img {
      max-height: 25px; }
  .site-footer a {
    display: inline-block;
    position: relative;
    padding: 0 15px; }
  .site-footer .footer-social {
    text-align: center;
    margin-bottom: 1rem; }
    .site-footer .footer-social a {
      padding: 1rem;
      color: #ffffff; }
      .site-footer .footer-social a:hover {
        color: #878787; }
      .site-footer .footer-social a i {
        font-size: 1.2rem; }
        @media screen and (min-width: 480px) {
          .site-footer .footer-social a i {
            font-size: 1.5rem; } }
  .site-footer .footer-text {
    text-align: center;
    line-height: 30px; }
    @media screen and (min-width: 769px) {
      .site-footer .footer-text a:after {
        content: "";
        background: white;
        width: 1px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 10px; } }
    .site-footer .footer-text a:last-child:after {
      display: none; }
    @media screen and (min-width: 769px) {
      .site-footer .footer-text {
        position: relative;
        font-size: 1.01em; } }
    .site-footer .footer-text .social {
      font-size: 14px; }
      .site-footer .footer-text .social a:after {
        display: none; }
      @media screen and (min-width: 769px) {
        .site-footer .footer-text .social {
          float: left; } }
    .site-footer .footer-text .copyright, .site-footer .footer-text .footer-additional {
      display: block; }
      @media screen and (min-width: 769px) {
        .site-footer .footer-text .copyright, .site-footer .footer-text .footer-additional {
          display: inline-block; } }
    .site-footer .footer-text .footer-additional strong {
      font-weight: bold; }
    .site-footer .footer-text .footer-links {
      display: inline-block; }
    .site-footer .footer-text .footer-nav {
      list-style-type: none;
      padding: 0;
      margin: 0 auto;
      overflow: hidden;
      padding: 10px 0 10px 20px; }
      @media screen and (min-width: 769px) {
        .site-footer .footer-text .footer-nav {
          padding: 0; } }
      .site-footer .footer-text .footer-nav li {
        position: relative;
        display: inline-block;
        margin: 0 20px 0 0; }
        @media screen and (min-width: 769px) {
          .site-footer .footer-text .footer-nav li {
            display: block;
            float: left;
            margin: 0 10px 0 0; }
            .site-footer .footer-text .footer-nav li:after {
              content: "";
              background: #000;
              width: 1px;
              height: 11px;
              position: absolute;
              right: -5px;
              top: 2px; }
            .site-footer .footer-text .footer-nav li:last-child:after {
              display: none; } }

#_evh-link {
  display: none; }

/*================ Evidon Consent style(fallback)  ================*/
.evidon-banner {
  text-align: center; }
  @media screen and (max-width: 769px) {
    .evidon-banner button {
      margin: 4px !important; } }

#_evidon_banner {
  text-align: center; }

.cart__image .cart-image-container {
  position: relative; }
  .cart__image .cart-image-container .visual-ftc-image-container {
    position: absolute; }

.cart__image {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.visual-ftc-container {
  padding: 0 .2em;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  margin-left: -0.2em;
  display: inline-block; }

.pdp-ftc-container {
  flex: 0 0 100%;
  margin-bottom: .5rem; }

.atc_outer {
  flex-wrap: wrap; }

.template-checkout .visual-ftc-container {
  padding: 0.15em 0.2em; }

.ph-item {
  direction: ltr;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px -15px 0px;
  overflow: hidden;
  margin-bottom: 0px;
  background-color: transparent; }
  .ph-item, .ph-item *,
  .ph-item ::after, .ph-item ::before {
    box-sizing: border-box; }
  .ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    animation: phAnimation 0.8s linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%; }
  .ph-item div:not(.ph-cart-page-container):not(.ph-cart-page-img) {
    height: 10px; }
  .ph-item div:not(.ph-cart-page-container):not(.ph-cart-page-gutter):not(.ph-cart-page-vspacer) {
    margin-bottom: 7.5px;
    background-color: white;
    opacity: 0.2; }
  .ph-item .ph-label {
    flex: 0 0 100px; }
  .ph-item .ph-option {
    flex: 0 0 30px;
    height: 30px; }
  .ph-item .ph-spacer {
    flex: 0 0 100%; }
  .ph-item .ph-gutter {
    flex: 0 0 5px; }
  .ph-item .ph-button {
    flex: 0 0 30%;
    height: 30px;
    margin-bottom: 15px; }
  .ph-item .ph-empty {
    background-color: rgba(255, 255, 255, 0); }
  .ph-item .ph-cart-page-img {
    flex: 0 0 33%;
    height: 240px; }
  .ph-item .ph-cart-page-gutter {
    flex: 0 0 5%; }
  .ph-item .ph-cart-page-vspacer {
    flex: 0 0 100%;
    opacity: 0; }
  .ph-item .ph-cart-page-title {
    flex: 0 0 100%;
    height: 30px;
    margin-bottom: 0; }
  .ph-item .ph-cart-page-variant {
    flex: 0 0 33%;
    height: 30px;
    margin-bottom: 0; }
  .ph-item .ph-cart-page-cprice {
    flex: 0 0 100%;
    height: 30px; }
  .ph-item .ph-cart-page-price {
    flex: 0 0 100%;
    height: 30px; }
  .ph-item .ph-cart-page-qty {
    flex: 0 0 31.5%;
    height: 30px; }
  .ph-item .ph-cart-page-qty-adj {
    flex: 0 0 63.5%;
    height: 30px; }
  .ph-item .ph-cart-page-x {
    flex: 0 0 33%;
    height: 30px; }
  .ph-item .ph-cart-page-container {
    display: flex;
    flex: 0 0 62%;
    flex-wrap: wrap; }

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

.ph-cart-group {
  align-items: center; }

@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0); }

  100% {
    transform: translate3d(30%, 0, 0); } }

/*============================================================================
  #Cart Page
==============================================================================*/
.cart__row {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5; }
  .cart__row:first-child {
    margin-top: 0; }
  .cart__row:first-child {
    padding-top: 0; }
  .cart__row .js-qty, .cart__row .ajaxcart__qty {
    margin: 0 auto;
    white-space: nowrap;
    display: inline-block; }
  .cart__row .product-title {
    color: white;
    font-size: 12px; }
  .cart__row .currency {
    color: #878787;
    font-weight: bold;
    font-size: 1em;
    white-space: nowrap;
    display: inline-block; }
    .cart__row .currency.strike-through, .cart__row .currency.discounted-price {
      color: gainsboro;
      display: block;
      text-decoration: line-through; }
  .cart__row .cart__tip-jar-header {
    margin-bottom: 0; }
  .cart__row input.donation {
    overflow: hidden; }
  .cart__row .rfc {
    text-transform: uppercase; }
  .cart__row .cart__donations {
    margin-top: 6rem; }
    @media screen and (max-width: 480px) {
      .cart__row .cart__donations {
        margin-top: 2rem;
        text-align: center; } }
  .cart__row .cart__children {
    margin-top: 1em; }
    .cart__row .cart__children .cart__children--includes {
      width: 100%;
      font-size: 1em;
      color: white;
      font-family: "custom-font", Arial, Helvetica, Sans-Serif;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 1em 0.5em;
      line-height: 1.4;
      display: block; }
    .cart__row .cart__children .cart__child {
      display: block;
      width: 100%;
      padding-left: 1em; }
      .cart__row .cart__children .cart__child .cart__child--image {
        display: inline-block;
        width: 50px;
        margin-right: 1em;
        vertical-align: top; }
      .cart__row .cart__children .cart__child .cart__child--title {
        display: inline-block;
        width: calc(100% - 55px - 1em);
        vertical-align: top;
        font-family: "custom-font", Arial, Helvetica, Sans-Serif;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 0.5em;
        line-height: 1.4; }
        .cart__row .cart__children .cart__child .cart__child--title label {
          display: block; }
        .cart__row .cart__children .cart__child .cart__child--title small {
          font-size: 0.8rem;
          font-weight: initial;
          text-transform: initial; }
          .cart__row .cart__children .cart__child .cart__child--title small span:first-child {
            font-size: 1rem;
            font-weight: 600; }

thead.cart__row {
  border-top: 0; }

.cart-table td,
.cart-table th {
  padding: 10px 15px;
  border: none; }
  @media screen and (min-width: 769px) {
    .cart-table td,
    .cart-table th {
      padding: 30px 15px; } }
.cart-table th {
  font-weight: normal;
  padding: 30px 15px 3px 15px; }

@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; }

  .text-small {
    display: block;
    font-size: .8rem; }
    .text-small span:first-child {
      font-size: 1rem;
      font-weight: 600; }

  .cart__row.placeholding > td[colspan="2"] {
    min-width: 670px; } }
.cart__image {
  display: flex;
  align-items: center;
  justify-content: space-around; }
  @media screen and (max-width: 768px) {
    .cart__image {
      flex-direction: column;
      align-items: end; }
      .cart__image img {
        width: 100%; } }
  @media (min-width: 480px) and (max-width: 525px) {
    .cart__image .product-title {
      font-size: 13px; } }
  .cart__image img {
    display: block;
    max-width: 240px;
    max-height: 240px; }

.cart__image:focus img {
  outline: solid; }

.cart__subtotal {
  margin: 0 0 0 10px;
  display: inline; }

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: 0.85714em; }
  @media screen and (min-width: 769px) {
    .cart__mini-labels {
      display: none; } }

.cart__remove {
  display: block; }
  @media (min-width: 480px) and (max-width: 768px) {
    .cart__remove.text-right {
      text-align: center !important; } }

/*========Add delimiter on options spans ====*/
table td span.option_span:after {
  content: '/';
  margin: 0 4px; }
table td span.option_span:last-child:after {
  display: none; }

.product-option {
  display: block; }

.order-discount-wrapper-cart {
  margin-top: 15px; }

#invoice-form-fields {
  padding-bottom: 30px; }
  #invoice-form-fields label {
    display: block; }
  #invoice-form-fields .label-inblock {
    display: inline-block; }
  #invoice-form-fields .d-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #invoice-form-fields .d-flex input {
      width: auto; }
  #invoice-form-fields input {
    width: 100%; }
  #invoice-form-fields select {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    max-height: 38px; }
  #invoice-form-fields .rfc-error-message, #invoice-form-fields .postal-code-error-message, #invoice-form-fields .regimen-fiscal-error-message {
    display: block;
    color: #d02e2e; }

#genralConditionOfSale {
  margin-bottom: 20px;
  min-height: 20px; }
  #genralConditionOfSale .label-inblock a {
    text-decoration: underline; }
  #genralConditionOfSale .error-message {
    color: red;
    opacity: 0;
    transition: opacity 0.5ms;
    position: absolute;
    z-index: -1; }
  #genralConditionOfSale .error-message__active {
    opacity: 1;
    position: relative;
    z-index: 1; }

.image-product-flag-container {
  z-index: 2; }

.product-status {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: -12px;
  font-weight: bold;
  text-align: center;
  font-size: 0.9em; }
  @media screen and (max-width: 769px) {
    .product-status {
      left: 0; } }
  .product-grid-section .product-status {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%; }
    .product-grid-section .product-status .product-flag {
      margin-left: auto;
      margin-right: auto; }
  @media screen and (min-width: 768px) {
    .product-status.product-status--mobile-only {
      display: none; } }

.product-flag {
  min-width: 100px;
  max-width: 150px;
  margin-bottom: 2px;
  font-weight: 700;
  background: #878787;
  color: white; }
  .product-flag:not(:only-child):first-child {
    padding: 0.2rem 0.2rem 0.2rem 0.8rem; }
  .product-flag:not(:only-child):not(:first-child):not(:last-child) {
    padding: 0.2rem; }
  .product-flag:not(:only-child):last-child {
    padding: 0.2rem 0.8rem 0.2rem 0.2rem; }
  .product-flag:only-child {
    padding: 0.2rem 0.8rem; }
  .product-flag.product-gating-flag {
    background: #000;
    color: white; }

.product-flags.product-flags--inline {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .product-flags.product-flags--inline {
      text-align: left; }
      .product-grid-section .product-flags.product-flags--inline {
        text-align: center; } }
  .product-flags.product-flags--inline .product-flag {
    display: inline-block;
    min-width: auto;
    max-width: none; }
    .product-flags.product-flags--inline .product-flag:before {
      content: ' / '; }
    .product-flags.product-flags--inline .product-flag:first-child:before {
      content: ''; }

/*============================================================================
  #Product Page
==============================================================================*/
.product-single__variants {
  display: none; }
  .no-js .product-single__variants {
    display: block; }

.product-single {
  position: relative; }
  .product-single .form-vertical {
    overflow: hidden;
    margin-bottom: 0; }
  .product-single .product-photos .owl-dots {
    display: flex;
    justify-content: center; }
    .product-single .product-photos .owl-dots .owl-dot {
      background-color: #ccc;
      width: 7px;
      height: 7px;
      margin-left: 4px; }
      .product-single .product-photos .owl-dots .owl-dot:first-child {
        margin-left: 0; }
      .product-single .product-photos .owl-dots .owl-dot.active {
        background-color: #dcdcdc; }
  .product-single .product-details {
    text-align: left; }
    @media screen and (max-width: 769px) {
      .product-single .product-details {
        text-align: center; } }
    .product-single .product-details .product-description {
      padding-top: 0;
      text-align: center; }
      @media screen and (min-width: 769px) {
        .product-single .product-details .product-description {
          text-align: left; } }
    .product-single .product-details .product-shipping {
      margin-bottom: 0.5rem;
      padding-bottom: 15px;
      font-weight: 700;
      border-bottom: 0px solid #e6e6e6; }
    .product-single .product-details .fh-size-chart {
      text-align: center; }
      @media screen and (min-width: 769px) {
        .product-single .product-details .fh-size-chart {
          padding-right: 1.5rem;
          text-align: right; } }
      .product-single .product-details .fh-size-chart .fh-size-chart__trigger {
        font-size: 1.4rem; }
        @media screen and (max-width: 480px) {
          .product-single .product-details .fh-size-chart .fh-size-chart__trigger {
            font-size: 1.4rem; } }
      .product-single .product-details .fh-size-chart .fh-size-chart__table {
        font-size: 1.4rem;
        word-break: break-all;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        transform: scale(1, 0) translateY(-7rem); }
        @media screen and (max-width: 480px) {
          .product-single .product-details .fh-size-chart .fh-size-chart__table {
            font-size: 1.4rem; } }
        .product-single .product-details .fh-size-chart .fh-size-chart__table.accordion {
          opacity: 1;
          transform: scale(1, 1) translateY(0); }
        .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--title {
          text-align: center; }
        .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table {
          border-bottom: 1px solid #ffa600;
          text-align: left;
          font-size: 1rem; }
          @media screen and (max-width: 480px) {
            .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table {
              font-size: 1rem; } }
          .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table .esc-size-guide--cell, .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table .esc-size-guide--heading {
            border-width: 1px;
            border-style: solid;
            border-color: #ccc; }
          .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table .esc-size-guide--heading {
            border-top: 1px solid #ffa600;
            border-left: 0;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            font-weight: 700; }
            .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table .esc-size-guide--heading:last-child {
              border-right: 0; }
          .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table .esc-size-guide--cell {
            border: 0;
            border-right: 1px solid #ccc;
            font-weight: 300; }
            .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table .esc-size-guide--cell:last-child {
              border-right: 0; }
          @media screen and (max-width: 480px) {
            .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table .esc-size-guide--cell, .product-single .product-details .fh-size-chart .fh-size-chart__table .esc-size-guide--table .esc-size-guide--heading {
              padding: 7px; } }
  .product-single .product-vendor {
    font-size: 1rem; }
  .product-single h2, .product-single .h2 {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left; }
    @media screen and (max-width: 769px) {
      .product-single h2, .product-single .h2 {
        text-align: center;
        font-size: 1rem; } }
  .product-single .currency {
    margin-bottom: 1em;
    display: block;
    font-size: 1.2rem;
    text-align: left;
    color: white; }
    @media screen and (max-width: 769px) {
      .product-single .currency {
        text-align: center;
        font-size: 1rem; } }
    .product-single .currency .product-compare-at-price {
      color: gainsboro;
      margin-left: .5rem; }
  .product-single select {
    font-size: 1em; }
  .product-single .quantity-container {
    display: block;
    text-align: left; }
  .product-single .btn, .product-single .btn--secondary, .product-single .email-popup-block .email-popup form input[type=submit], .email-popup-block .email-popup form .product-single input[type=submit] {
    padding: 5px 10px;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .product-single .btn, .product-single .btn--secondary, .product-single .email-popup-block .email-popup form input[type=submit], .email-popup-block .email-popup form .product-single input[type=submit] {
        width: auto; } }
  .product-single .product-action-row {
    overflow: hidden;
    margin-bottom: 1rem; }
  .product-single .inventory-container {
    color: white;
    font-size: 1rem;
    text-align: center;
    padding-top: 10px; }
    @media screen and (min-width: 480px) {
      .product-single .inventory-container {
        font-size: 1rem;
        padding-top: 0;
        top: -3px;
        text-align: left;
        margin-left: 0rem;
        float: none; } }
  .product-single .social {
    font-size: 1.9em; }
    .product-single .social a {
      color: white;
      margin-right: .7em; }
      .product-single .social a:hover, .product-single .social a:focus {
        color: #878787; }
      .product-single .social a:last-child {
        margin-right: 0; }
  @media screen and (max-width: 768px) {
    .product-single label.quantity-selector {
      display: block;
      float: none;
      margin-right: 0;
      text-align: center; }
    .product-single .quantity-container, .product-single .quantity-container label.quantity-selector, .product-single .quantity-container .js-qty, .product-single .quantity-container .ajaxcart__qty {
      text-align: center; }
    .product-single .btn#AddToCart, .product-single #AddToCart.btn--secondary, .product-single .email-popup-block .email-popup form input#AddToCart[type=submit], .email-popup-block .email-popup form .product-single input#AddToCart[type=submit] {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 350px;
      height: 45px;
      text-align: center;
      float: none; }
    .product-single .product-description {
      text-align: center; }
      .product-single .product-description ol {
        text-align: left; } }
  @media screen and (min-width: 769px) {
    .product-single.large--one-whole {
      width: 100%;
      float: none; } }
  .product-single .bundle-product-title {
    width: 100%;
    display: block;
    font-weight: bold;
    text-align: center;
    float: none; }
    @media screen and (min-width: 480px) {
      .product-single .bundle-product-title {
        text-align: left; } }
  .product-single .product-photos {
    position: relative; }
    .product-single .product-photos.gfx-container {
      padding-top: 56.25%;
      /* 16:9 Aspect Ratio */
      min-height: 508px; }
    .product-single .product-photos .gfx-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .product-single .product-photos .gfx-wrapper {
          margin-bottom: 3rem; } }
    .product-single .product-photos .product-photos--desktop {
      display: none; }
      @media screen and (min-width: 769px) {
        .product-single .product-photos .product-photos--desktop {
          display: block; } }
    @media screen and (min-width: 769px) {
      .product-single .product-photos .product-photos--mobile {
        display: none; } }
  @media screen and (max-width: 480px) {
    .product-single.nowrapper .product-description {
      margin: 0 1rem; } }
  @media screen and (min-width: 769px) {
    .product-single.nowrapper .breadcrumb {
      padding-left: 1.5rem; }
    .product-single.nowrapper .product-description {
      margin: 0; }
    .product-single.nowrapper .grid, .product-single.nowrapper .grid--rev, .product-single.nowrapper .grid--full {
      margin-left: 0; }
    .product-single.nowrapper .product-photos {
      padding-left: 60px;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .product-single.nowrapper .product-detail {
      padding: 1.5rem; } }
  .product-single.product-single--vertical-scroll .product-single__photos {
    margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .product-single.product-single--vertical-scroll .product-detail {
      position: fixed; }
      .product-single.product-single--vertical-scroll .product-detail.reached-bottom {
        position: absolute;
        bottom: 0;
        right: 0; } }
  .product-single.product-single--hide-labels .advv-label, .product-single.product-single--hide-labels label.quantity-selector, .product-single.product-single--hide-labels .product-form__selectors .selector-wrapper > label {
    display: none; }
  .product-single.product-single--hide-labels ul.advv-multi-option-selector {
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .product-single.product-single--hide-labels .product-single label.quantity-selector {
      display: none; } }

.product_images_thumnails-flex .product-single__thumbnails {
  display: inline-block;
  width: 60%;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .product_images_thumnails-flex .product-single__thumbnails {
      width: 100%; }
      .product_images_thumnails-flex .product-single__thumbnails.grid-uniform {
        justify-content: center; } }
  .product_images_thumnails-flex .product-single__thumbnails li.product-single__thumbnail-container {
    float: none;
    display: inline-block; }
  .product_images_thumnails-flex .product-single__thumbnails a.product-single__thumbnail, .product_images_thumnails-flex .product-single__thumbnails span.product-single__thumbnail {
    height: 52px; }
    @media screen and (max-width: 480px) {
      .product_images_thumnails-flex .product-single__thumbnails a.product-single__thumbnail, .product_images_thumnails-flex .product-single__thumbnails span.product-single__thumbnail {
        height: 70px; } }
    .product_images_thumnails-flex .product-single__thumbnails a.product-single__thumbnail img, .product_images_thumnails-flex .product-single__thumbnails span.product-single__thumbnail img {
      max-height: 100%; }
.product_images_thumnails-flex span.product-single__thumbnail {
  cursor: pointer; }

.product-single__photos {
  margin-bottom: 30px;
  position: relative; }
  .product-single__photos #zoom-left, .product-single__photos #zoom-right {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 1;
    cursor: pointer; }
  .product-single__photos .swiper-button-prev, .product-single__photos .swiper-button-next, .product-single__photos #zoom-left, .product-single__photos #zoom-right {
    color: #fff; }
  .product-single__photos .swiper-pagination-bullet {
    background-color: #ccc; }
    .product-single__photos .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #dcdcdc; }
  .product-single__photos #zoom-left {
    left: 0; }
  .product-single__photos #zoom-right {
    right: 0; }

.product-single__photos a, .product-single__photos img,
.product-single__thumbnails a,
.product-single__thumbnails img {
  display: block;
  margin: 0 auto; }
.product-single__photos li,
.product-single__thumbnails li {
  margin-bottom: 30px; }

.product-description {
  border-top: 0px solid #e6e6e6;
  border-bottom: 0px solid #e6e6e6;
  padding: 1.5em 0;
  font-weight: normal; }

.collection-pagination {
  margin-top: 2em;
  font-size: .8em; }

/*============================================================================
  # Page Templates
==============================================================================*/
.template-page-fullwidth__container.padded {
  padding: 0 2rem; }

/*============================================================================
  # Product Templates
==============================================================================*/
body.template-product-udiscover .main-content {
  margin: 0 auto;
  padding: 0;
  max-width: none; }
  body.template-product-udiscover .main-content .product-single {
    position: relative; }
    body.template-product-udiscover .main-content .product-single .product-photos--desktop {
      width: 100%; }
    body.template-product-udiscover .main-content .product-single .product-category a {
      color: white; }
      body.template-product-udiscover .main-content .product-single .product-category a:hover {
        color: #878787; }
  body.template-product-udiscover .main-content .product-shipping {
    padding: 15px 0px;
    font-weight: bold;
    clear: both;
    border-bottom: 0px solid #e6e6e6; }
  @media screen and (min-width: 769px) {
    body.template-product-udiscover .main-content .product-main {
      margin: 0 auto;
      padding: 0;
      max-width: 1180px; }
    body.template-product-udiscover .main-content .product-single .product-photos {
      display: flex;
      align-items: flex-start; }
    body.template-product-udiscover .main-content .product-single__thumbnails {
      order: 1;
      width: auto; }
      body.template-product-udiscover .main-content .product-single__thumbnails li {
        display: block;
        padding: 0; }
    body.template-product-udiscover .main-content .product-single__photos:not(.image-product-flag-container) {
      order: 2;
      margin-left: 3rem; }
    body.template-product-udiscover .main-content .product_images_thumnails-flex-fullview .product-single__photos,
    body.template-product-udiscover .main-content .product_images_thumnails-block-fullview .product-single__photos {
      margin-left: 0rem; } }
  body.template-product-udiscover .main-content .product-details-below {
    background: #dad8d9;
    text-align: center; }
    @media screen and (min-width: 768px) {
      body.template-product-udiscover .main-content .product-details-below {
        text-align: left; } }
    body.template-product-udiscover .main-content .product-details-below h2, body.template-product-udiscover .main-content .product-details-below .h2 {
      border-bottom: 1px solid #ccc;
      padding: 1rem 0;
      margin-bottom: 1rem; }
    body.template-product-udiscover .main-content .product-details-below .product-description {
      border: 0;
      padding: 0; }

@media screen and (min-width: 769px) {
  body.template-product-new .product-single.nowrapper .product-detail {
    padding-top: 0;
    padding-right: 4rem; } }

/*============================================================================
  # Gated Products/Collections
==============================================================================*/
.template-product .gated, .template-collection .gated {
  text-align: center; }
  .template-product .gated h2, .template-product .gated .h2, .template-collection .gated h2, .template-collection .gated .h2 {
    border-bottom: 0; }
  .template-product .gated img, .template-collection .gated img {
    max-width: 100%;
    width: 500px; }

/*============================================================================
  # Back in Stock
==============================================================================*/
.product-single .bis-signup {
  clear: both;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .product-single .bis-signup {
      text-align: center; } }
  .product-single .bis-signup .bis-signup__form, .product-single .bis-signup .bis-signup__success {
    display: none;
    padding-top: 1rem; }
  .product-single .bis-signup .bis-signup__form:after {
    content: "";
    display: table;
    clear: both; }
  .product-single .bis-signup .bis-signup__form input[name=email] {
    width: 300px;
    margin: 0.5rem 0; }
  .product-single .bis-signup .bis-signup__form input[type=submit] {
    float: none; }
  .product-single .bis-signup .bis-signup__form .ddlanguage {
    font-size: .8rem; }
  .product-single .bis-signup .bis-signup__success {
    /* Success Message Styles Here */ }

/*============================================================================
  # Product Form
==============================================================================*/
.product-form .product-form__container .product--error {
  text-align: center; }
.product-form .product-form__errors {
  margin-top: 1rem; }
.product-form .product-description-box {
  margin-top: 2.5rem; }
.product-form .product-form__label {
  margin-right: 1em;
  font-size: 0.8em; }
.product-form .product-form__option {
  display: flex;
  margin-bottom: 0.9rem;
  align-items: center;
  justify-content: center; }
  .product-form .product-form__option label.product-form__option-label {
    margin-right: 1em;
    font-size: 0.8em; }
  @media screen and (min-width: 769px) {
    .product-form .product-form__option {
      align-items: flex-start;
      justify-content: flex-start; } }
  .product-form .product-form__option.product-form__option--stacked {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .product-form .product-form__option.product-form__option--stacked {
        justify-content: flex-start;
        align-items: flex-start; } }
    .product-form .product-form__option.product-form__option--stacked label.product-form__option-label {
      margin-bottom: 0.5rem;
      margin-right: 0; }

.atc_outer {
  display: flex;
  justify-content: center;
  clear: both;
  margin-bottom: 1rem;
  margin-top: 1rem; }
  @media screen and (min-width: 769px) {
    .atc_outer {
      justify-content: flex-start; } }

.swym-inject, .swym-heart {
  display: none !important; }

#swym-notification {
  display: none; }

.custom_wishlist {
  font-family: 'swym-icons';
  color: gainsboro;
  font-size: 20px;
  margin-left: 15px;
  cursor: pointer; }
  .custom_wishlist:after {
    content: "\f08a"; }
  .custom_wishlist.added {
    opacity: 0.7; }
    .custom_wishlist.added:after {
      content: "\f004"; }

.recharge-include-display-none {
  display: none; }

.recharge-include-display-none {
  display: none; }

/*============================================================================
  # Product Thumbnails Display Component
==============================================================================*/
.product_images_thumnails-block {
  display: block; }

.product_images_thumnails-block .product-single__thumbnails li {
  display: inline-block; }

.product_images_thumnails-block .product-single__thumbnails li.product-single__thumbnail-container {
  padding: 0 10px;
  width: 80px; }

.product_images_thumnails-flex-fullview ul.product-single__thumbnails.grid-uniform.over-6 {
  overflow-y: scroll; }

.product_images_thumnails-flex {
  display: flex; }

.product_images_thumnails-flex-fullview,
.product_images_thumnails-block-fullview {
  overflow-y: auto;
  overflow-y: overlay;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 112;
  background-color: #000000;
  overflow-y: hidden; }

.product_images_thumnails-flex-fullview .thumbnails-main-image,
.product_images_thumnails-block-fullview .thumbnails-main-image {
  overflow-y: auto;
  margin-bottom: 0px;
  position: absolute;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }

.product_images_thumnails-flex .product-single__thumbnails {
  display: block;
  width: 80px;
  margin: 0;
  padding-top: 80px; }

.product_images_thumnails-flex-fullview .product-single__thumbnails,
.product_images_thumnails-block-fullview .product-single__thumbnails {
  position: fixed;
  z-index: 100; }

.product_images_thumnails-block-fullview .product-single__thumbnails {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.product_images_thumbnail_closeIcon {
  z-index: 113;
  position: fixed;
  top: 20px;
  right: 50px;
  font-size: 30px;
  cursor: pointer; }

.product-single__photos-w-100 {
  width: 100% !important; }

.w-100 {
  width: 100% !important; }

.product_images_thumnails-flex .product-single__thumbnails li.product-single__thumbnail-container {
  display: block;
  padding: 0 10px;
  width: 80px; }

.product_images_thumnails-flex .mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom,
.product_images_thumnails-block .mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
  cursor: zoom-in !important; }

.product_images_thumnails-flex-fullview .mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom,
.product_images_thumnails-block-fullview .mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
  cursor: zoom-out !important; }

.swiper-button-prev, .swiper-button-next {
  display: none !important; }

.swiper-pagination-bullets {
  display: none !important; }

   /*================================================================
Accordian
================================================================*/
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px 0px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative; }

.collapsible-trigger__icon {
  display: block;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; }

.collapsible-trigger__icon_open {
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1); }

.panel {
  padding: 10px 18px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.acc-desc {
  white-space: pre-line;
  padding: 10px 0px; }

/* ===========================================================================
  Color Swatch styles
============================================================================= */
.product-color-swatch-checked {
  width: 35px;
  height: 35px;
  outline: none; }
  .product-color-swatch-checked:hover {
    background: none; }
  .product-color-swatch-checked input ~ span {
    outline: none;
    border-radius: 50%;
    border: 2px solid #000 !important; }
  .product-color-swatch-checked input:checked ~ span {
    border: 2px solid #ffffff !important; }
  .product-color-swatch-checked:focus span, .product-color-swatch-checked:hover span {
    border: 2px solid #ffffff !important; }

.product_images_thumnails-flex .product-single__photos {
  width: 100%; }

.collection-header .collection-header__banner {
  min-height: 400px;
  display: flex;
  width: 100%;
  justify-content: left;
  align-items: flex-end;
  background-size: cover;
  background-position: top center; }
  @media screen and (min-width: 2000px) {
    .collection-header .collection-header__banner {
      min-height: 700px; } }
  .collection-header .collection-header__banner .collection-description {
    padding: 1rem 2rem;
    font-size: 2rem;
    line-height: normal; }
.collection-header .collection-header__sort {
  padding: 1rem 0; }

.filter--active {
  font-weight: bold; }

.sort-by {
  text-align: center; }
  .sort-by label {
    display: inline;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    .product-grid-section .sort-by {
      position: relative;
      right: 0;
      top: 0;
      text-align: right; } }

@media screen and (max-width: 480px) {
  body.template-collection .wrapper .breadcrumb, body.template-collection .main-content .index-section:not(.index-section--flush) .breadcrumb, .main-content body.template-collection .index-section:not(.index-section--flush) .breadcrumb {
    padding-bottom: 15px; } }

body.template-collection-banner label {
  display: block; }

@media screen and (min-width: 768px) {
  .product-grid-section .collection__featured-product .grid__item {
    float: none;
    width: 50%; } }

.read-more .rte {
  max-height: 5em;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, black 25%, transparent);
  mask-image: linear-gradient(180deg, black 25%, transparent); }
.read-more .btn, .read-more .btn--secondary, .read-more .email-popup-block .email-popup form input[type=submit], .email-popup-block .email-popup form .read-more input[type=submit] {
  display: block;
  margin: 1em auto 0; }
.read-more.expanded .rte {
  max-height: none;
  -webkit-mask-image: none;
  mask-image: none; }
.read-more.expanded .btn, .read-more.expanded .btn--secondary, .read-more.expanded .email-popup-block .email-popup form input[type=submit], .email-popup-block .email-popup form .read-more.expanded input[type=submit] {
  display: none; }

/*============================================================================
  # Gift Cards
==============================================================================*/
body.template-gift_card {
  background-color: #fff;
  text-align: center;
  color: #000; }
  body.template-gift_card main.giftcard {
    text-align: center; }
    body.template-gift_card main.giftcard .giftcard__wrap img {
      width: 100%;
      max-width: 400px; }
    body.template-gift_card main.giftcard .giftcard__header h2, body.template-gift_card main.giftcard .giftcard__header .h2 {
      font-size: 1rem;
      border-bottom: 0;
      margin-bottom: 1rem; }
    body.template-gift_card main.giftcard .giftcard__amount {
      font-size: 1.4rem; }
    body.template-gift_card main.giftcard .giftcard__code__inner {
      font-size: 1rem; }
    body.template-gift_card main.giftcard .giftcard__instructions {
      font-size: 1rem; }
    body.template-gift_card main.giftcard #QrCode {
      display: none; }
    body.template-gift_card main.giftcard .giftcard__actions .action-link {
      display: block; }

/*============================================================================
  # Accounts Page
==============================================================================*/
body.template-customers-account .gated-content {
  padding-bottom: 30px; }
body.template-customers-account table.order-history td, body.template-customers-account table.order-history th {
  border-color: #ccc; }

.template-customers-order .table-wrap td a {
  color: inherit; }
.template-customers-order .table-wrap td .cta-button {
  padding: 8px 10px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 0;
  background-color: gainsboro;
  color: black;
  transition: all 0.2s ease-in 0s;
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: 10px; }
.template-customers-order .table-wrap td .note {
  border: none; }

/*===============
Tab 
=============*/
h3, .h3 {
  text-transfrom: uppercase; }

.tab {
  overflow: hidden;
  padding: 3rem 0 5rem; }
  .tab button {
    text-transfrom: uppercase;
    margin: 0 30px;
    font-weight: 600;
    color: #c5c5c5; }
    .tab button a {
      color: inherit; }
    .tab button.active {
      color: inherit; }

.tabcontent {
  display: none; }
  .tabcontent.activecontent {
    display: block; }
  .tabcontent th {
    text-transfrom: uppercase; }

.order_date {
  margin: 2rem 0;
  text-transfrom: uppercase; }

.address_section {
  margin: 2rem 0; }
  .address_section .address_card h5, .address_section .address_card .h5 {
    font-weight: 400; }

.template-customers-addresses .address_card {
  margin-bottom: 3rem; }
  .template-customers-addresses .address_card h4, .template-customers-addresses .address_card .h4 {
    font-weight: 400;
    margin-bottom: 1.5rem; }
  .template-customers-addresses .address_card .edit_actions {
    margin-top: 0.5rem; }
    .template-customers-addresses .address_card .edit_actions a {
      font-weight: 600;
      margin: 0 5px; }
  .template-customers-addresses .address_card .default {
    font-size: 12px;
    background: #c5c5c5;
    padding: 2px 5px;
    color: #fff; }
.template-customers-addresses .main-content {
  margin-bottom: 4rem; }
.template-customers-addresses .form-vertical input[type="submit"] {
  display: initial; }

.search-result-list .grid__item {
  position: relative; }

body[class*="template-page-ss__"] .main-content,
.template-page-label .main-content, .template-page-artist .main-content {
  margin-top: 0;
  margin-bottom: 0; }

.label-page-wrapper .video-embed, .artist-page-wrapper .video-embed {
  position: relative; }
  .label-page-wrapper .video-embed .embed-container, .artist-page-wrapper .video-embed .embed-container {
    position: relative;
    padding-bottom: 56.25%; }
    .label-page-wrapper .video-embed .embed-container iframe, .artist-page-wrapper .video-embed .embed-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .label-page-wrapper .video-embed .image-full-bleed.hide-img, .artist-page-wrapper .video-embed .image-full-bleed.hide-img {
    display: none; }
  .label-page-wrapper .video-embed .image-full-bleed img, .artist-page-wrapper .video-embed .image-full-bleed img {
    display: block;
    width: 100%; }
  .label-page-wrapper .video-embed .content, .artist-page-wrapper .video-embed .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center; }
    .label-page-wrapper .video-embed .content h1, .label-page-wrapper .video-embed .content .h1, .artist-page-wrapper .video-embed .content h1, .artist-page-wrapper .video-embed .content .h1 {
      color: #fff; }
.label-page-wrapper .breadcrumbs, .artist-page-wrapper .breadcrumbs {
  padding: 20px 30px; }
  .label-page-wrapper .breadcrumbs a, .label-page-wrapper .breadcrumbs span, .artist-page-wrapper .breadcrumbs a, .artist-page-wrapper .breadcrumbs span {
    padding: 0 10px; }
.label-page-wrapper .three-up, .artist-page-wrapper .three-up {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .label-page-wrapper .three-up, .artist-page-wrapper .three-up {
      padding: 0 30px;
      padding-top: 20px;
      flex-direction: row; } }
  .label-page-wrapper .three-up .card, .artist-page-wrapper .three-up .card {
    position: relative;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .label-page-wrapper .three-up .card, .artist-page-wrapper .three-up .card {
        padding-right: 30px; } }
    .label-page-wrapper .three-up .card img, .artist-page-wrapper .three-up .card img {
      display: block;
      width: 100%; }
    .label-page-wrapper .three-up .card a, .artist-page-wrapper .three-up .card a {
      display: inline-block;
      width: 100%; }
    .label-page-wrapper .three-up .card .label, .artist-page-wrapper .three-up .card .label {
      position: absolute;
      bottom: 30px;
      left: 20px;
      color: #ffffff;
      border-bottom: none; }
.label-page-wrapper .featured-playlist, .artist-page-wrapper .featured-playlist {
  background-size: cover;
  background-repeat: no-repeat; }
  .label-page-wrapper .featured-playlist .content, .artist-page-wrapper .featured-playlist .content {
    display: flex;
    justify-content: space-between;
    color: var(--font-color);
    flex-direction: column;
    padding: 50px 60px; }
    @media screen and (min-width: 768px) {
      .label-page-wrapper .featured-playlist .content, .artist-page-wrapper .featured-playlist .content {
        padding: 100px 120px;
        flex-direction: row; } }
  .label-page-wrapper .featured-playlist .content-left, .artist-page-wrapper .featured-playlist .content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px; }
  .label-page-wrapper .featured-playlist .content-heading, .artist-page-wrapper .featured-playlist .content-heading {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    @media screen and (min-width: 768px) {
      .label-page-wrapper .featured-playlist .content-heading, .artist-page-wrapper .featured-playlist .content-heading {
        font-size: 66px;
        line-height: 76px; } }
  .label-page-wrapper .featured-playlist .content-text, .artist-page-wrapper .featured-playlist .content-text {
    max-width: 650px; }
  .label-page-wrapper .featured-playlist .content-subheading, .artist-page-wrapper .featured-playlist .content-subheading {
    font-weight: 100;
    padding-bottom: 10px;
    border-bottom: 10px solid var(--underline-color); }
    @media screen and (min-width: 768px) {
      .label-page-wrapper .featured-playlist .content-subheading, .artist-page-wrapper .featured-playlist .content-subheading {
        font-size: 34px; } }
.label-page-wrapper .section-product-list, .artist-page-wrapper .section-product-list {
  padding-top: var(--padding-top) !important;
  padding-bottom: var(--padding-bottom) !important;
  background-color: var(--background-color); }
  .label-page-wrapper .section-product-list .featured-products-title, .artist-page-wrapper .section-product-list .featured-products-title {
    text-align: center;
    padding-bottom: 15px;
    margin: 0 30px;
    color: var(--font-color);
    border-bottom: none; }
    @media screen and (min-width: 768px) {
      .label-page-wrapper .section-product-list .featured-products-title, .artist-page-wrapper .section-product-list .featured-products-title {
        font-size: 65px; } }
    .label-page-wrapper .section-product-list .featured-products-title.has-border, .artist-page-wrapper .section-product-list .featured-products-title.has-border {
      border-bottom: 1px solid var(--font-color); }
  .label-page-wrapper .section-product-list .featured-products, .artist-page-wrapper .section-product-list .featured-products {
    padding-top: 60px; }
    .label-page-wrapper .section-product-list .featured-products .grid__item .product-details .product-title a, .label-page-wrapper .section-product-list .featured-products .grid__item .product-details .currency, .label-page-wrapper .section-product-list .featured-products .grid__item .product-details .product-vendor, .label-page-wrapper .section-product-list .featured-products .grid__item .product-details .product-availability, .artist-page-wrapper .section-product-list .featured-products .grid__item .product-details .product-title a, .artist-page-wrapper .section-product-list .featured-products .grid__item .product-details .currency, .artist-page-wrapper .section-product-list .featured-products .grid__item .product-details .product-vendor, .artist-page-wrapper .section-product-list .featured-products .grid__item .product-details .product-availability {
      color: var(--font-color); }
  .label-page-wrapper .section-product-list .product-list-cta, .artist-page-wrapper .section-product-list .product-list-cta {
    text-align: center; }
    .label-page-wrapper .section-product-list .product-list-cta .cta, .artist-page-wrapper .section-product-list .product-list-cta .cta {
      background: var(--cta-background-color);
      color: var(--cta-font-color);
      border-radius: 0;
      width: auto;
      text-transform: uppercase;
      display: inline-block;
      overflow: hidden;
      position: relative; }
      .label-page-wrapper .section-product-list .product-list-cta .cta:hover, .artist-page-wrapper .section-product-list .product-list-cta .cta:hover {
        background-color: var(--cta-background-color-hover);
        color: var(--cta-font-color-hover); }
.label-page-wrapper .editorial-section, .artist-page-wrapper .editorial-section {
  padding-top: 30px;
  margin-bottom: 0; }
  @media screen and (min-width: 480px) {
    .label-page-wrapper .editorial-section, .artist-page-wrapper .editorial-section {
      padding-top: 70px; } }
  .label-page-wrapper .editorial-section.blog-section, .artist-page-wrapper .editorial-section.blog-section {
    padding: var(--padding-v) 0px;
    background-color: var(--bg-color); }
    .label-page-wrapper .editorial-section.blog-section .h1, .artist-page-wrapper .editorial-section.blog-section .h1 {
      color: var(--blog-font-color); }
    .label-page-wrapper .editorial-section.blog-section .editorial-row .editorial-card .editorial-date, .label-page-wrapper .editorial-section.blog-section .editorial-row .editorial-card .editorial-title, .artist-page-wrapper .editorial-section.blog-section .editorial-row .editorial-card .editorial-date, .artist-page-wrapper .editorial-section.blog-section .editorial-row .editorial-card .editorial-title {
      color: var(--blog-font-color); }
    .label-page-wrapper .editorial-section.blog-section .editorial-row .editorial-card .editorial-date, .artist-page-wrapper .editorial-section.blog-section .editorial-row .editorial-card .editorial-date {
      border-bottom: 1px solid var(--primary-color); }
  .label-page-wrapper .editorial-section .editorial-row, .artist-page-wrapper .editorial-section .editorial-row {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    flex-direction: column;
    padding-bottom: 20px;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .label-page-wrapper .editorial-section .editorial-row, .artist-page-wrapper .editorial-section .editorial-row {
        flex-direction: row;
        padding-bottom: 50px; } }
    .label-page-wrapper .editorial-section .editorial-row .editorial-item, .artist-page-wrapper .editorial-section .editorial-row .editorial-item {
      flex: 1 0 50%;
      padding-left: 20px;
      padding-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .label-page-wrapper .editorial-section .editorial-row .editorial-item, .artist-page-wrapper .editorial-section .editorial-row .editorial-item {
          padding-bottom: 0; } }
      .label-page-wrapper .editorial-section .editorial-row .editorial-item .h1, .artist-page-wrapper .editorial-section .editorial-row .editorial-item .h1 {
        text-transform: uppercase;
        background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
        background-repeat: repeat-x;
        background-size: 6px 18px;
        background-position: 0 63px;
        display: inline;
        border-bottom: none; }
        @media screen and (min-width: 768px) {
          .label-page-wrapper .editorial-section .editorial-row .editorial-item .h1, .artist-page-wrapper .editorial-section .editorial-row .editorial-item .h1 {
            font-size: 80px;
            background-position: 0 108px; } }
    .label-page-wrapper .editorial-section .editorial-row .editorial-card, .artist-page-wrapper .editorial-section .editorial-row .editorial-card {
      flex: 1 0 50%;
      padding: 0 10px;
      padding-bottom: 20px;
      position: relative; }
      @media screen and (min-width: 768px) {
        .label-page-wrapper .editorial-section .editorial-row .editorial-card, .artist-page-wrapper .editorial-section .editorial-row .editorial-card {
          padding-bottom: 0;
          max-width: 50%; } }
      .label-page-wrapper .editorial-section .editorial-row .editorial-card a, .artist-page-wrapper .editorial-section .editorial-row .editorial-card a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 12; }
        .label-page-wrapper .editorial-section .editorial-row .editorial-card a:hover + picture:before, .artist-page-wrapper .editorial-section .editorial-row .editorial-card a:hover + picture:before {
          opacity: .5;
          transition: opacity .2s ease-in-out; }
      .label-page-wrapper .editorial-section .editorial-row .editorial-card picture, .artist-page-wrapper .editorial-section .editorial-row .editorial-card picture {
        position: relative;
        display: block; }
        .label-page-wrapper .editorial-section .editorial-row .editorial-card picture:before, .artist-page-wrapper .editorial-section .editorial-row .editorial-card picture:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-image: radial-gradient(#798c9c 25%, #637381 50%);
          background-size: 5px 5px;
          background-repeat: repeat;
          z-index: 1;
          opacity: 1;
          opacity: 0;
          transition: opacity .2s ease-in-out; }
      .label-page-wrapper .editorial-section .editorial-row .editorial-card img, .artist-page-wrapper .editorial-section .editorial-row .editorial-card img {
        display: block;
        width: 100%; }
      .label-page-wrapper .editorial-section .editorial-row .editorial-card .editorial-date, .artist-page-wrapper .editorial-section .editorial-row .editorial-card .editorial-date {
        font-weight: 100;
        border-bottom: 1px solid var(--secondary-color);
        margin-top: 20px;
        display: inline-block;
        font-size: 22px; }
      .label-page-wrapper .editorial-section .editorial-row .editorial-card .editorial-title, .artist-page-wrapper .editorial-section .editorial-row .editorial-card .editorial-title {
        margin-top: 20px;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .label-page-wrapper .editorial-section .editorial-row .editorial-card .editorial-title, .artist-page-wrapper .editorial-section .editorial-row .editorial-card .editorial-title {
            font-size: 34px; } }
.label-page-wrapper .icon-container, .artist-page-wrapper .icon-container {
  display: flex;
  justify-content: space-evenly;
  padding: 40px 0;
  flex-direction: column;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .label-page-wrapper .icon-container, .artist-page-wrapper .icon-container {
      flex-direction: row; } }
  .label-page-wrapper .icon-container .icon, .artist-page-wrapper .icon-container .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .label-page-wrapper .icon-container .icon, .artist-page-wrapper .icon-container .icon {
        flex: 1 0 33.333%; } }
  .label-page-wrapper .icon-container .icon a, .artist-page-wrapper .icon-container .icon a {
    display: block;
    text-align: center; }
.label-page-wrapper .logo-section, .artist-page-wrapper .logo-section {
  display: flex;
  flex-direction: row;
  background-color: var(--bg-color);
  padding: var(--padding) 20px; }
  .label-page-wrapper .logo-section.h-align--center, .artist-page-wrapper .logo-section.h-align--center {
    justify-content: center; }
  .label-page-wrapper .logo-section.h-align--left, .artist-page-wrapper .logo-section.h-align--left {
    justify-content: flex-start; }
  .label-page-wrapper .logo-section.h-align--right, .artist-page-wrapper .logo-section.h-align--right {
    justify-content: flex-end; }
  .label-page-wrapper .logo-section img, .artist-page-wrapper .logo-section img {
    max-width: 300px; }
.label-page-wrapper .short-headline-section, .artist-page-wrapper .short-headline-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bg-color);
  padding: 40px 20px; }
  @media screen and (min-width: 768px) {
    .label-page-wrapper .short-headline-section, .artist-page-wrapper .short-headline-section {
      flex-direction: row;
      padding: 80px 120px; } }
  .label-page-wrapper .short-headline-section .heading, .artist-page-wrapper .short-headline-section .heading {
    border: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .label-page-wrapper .short-headline-section .heading, .artist-page-wrapper .short-headline-section .heading {
        font-size: 58px; } }
  .label-page-wrapper .short-headline-section .heading, .label-page-wrapper .short-headline-section .body, .artist-page-wrapper .short-headline-section .heading, .artist-page-wrapper .short-headline-section .body {
    color: var(--font-color); }
  .label-page-wrapper .short-headline-section .body, .artist-page-wrapper .short-headline-section .body {
    padding-left: 0px;
    max-width: 650px;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .label-page-wrapper .short-headline-section .body, .artist-page-wrapper .short-headline-section .body {
        padding-left: 20px; } }

.image-grid__container .image-grid-image {
  width: 100%; }
.image-grid__container .view-more-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0; }
  .image-grid__container .view-more-wrapper .view-more {
    margin: 0 auto; }

.image-grid__wrapper, .additional-grid-items {
  display: block; }
  @media screen and (min-width: 768px) {
    .image-grid__wrapper, .additional-grid-items {
      display: grid;
      grid-gap: var(--grid-gap);
      margin: 0 var(--grid-margin);
      grid-template-columns: repeat(12, 1fr); } }
  .image-grid__wrapper .image-grid__item, .additional-grid-items .image-grid__item {
    position: relative;
    background-position: center; }
    .image-grid__wrapper .image-grid__item:before, .additional-grid-items .image-grid__item:before {
      opacity: 0;
      transition: opacity .3s ease-in-out; }
    .image-grid__wrapper .image-grid__item:hover:before, .additional-grid-items .image-grid__item:hover:before {
      opacity: 1;
      transition: opacity .3s ease-in-out; }
    .image-grid__wrapper .image-grid__item .image-wrap, .additional-grid-items .image-grid__item .image-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .image-grid__wrapper .image-grid__item .image-wrap:hover .image-secondary, .additional-grid-items .image-grid__item .image-wrap:hover .image-secondary {
        opacity: 1;
        transition: opacity .3s ease-in-out; }
      .image-grid__wrapper .image-grid__item .image-wrap:hover .image-grid__item-heading, .additional-grid-items .image-grid__item .image-wrap:hover .image-grid__item-heading {
        opacity: 1;
        transition: opacity .3s ease-in-out; }
    .image-grid__wrapper .image-grid__item .image-primary, .image-grid__wrapper .image-grid__item .image-secondary, .additional-grid-items .image-grid__item .image-primary, .additional-grid-items .image-grid__item .image-secondary {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .image-grid__wrapper .image-grid__item .image-secondary, .additional-grid-items .image-grid__item .image-secondary {
      opacity: 0;
      transition: opacity .3s ease-in-out; }
    .image-grid__wrapper .image-grid__item .image-grid__item-heading, .additional-grid-items .image-grid__item .image-grid__item-heading {
      position: absolute;
      bottom: 0;
      left: 20px;
      color: #fff;
      opacity: 1;
      transition: opacity .3s ease-in-out; }
      @media screen and (min-width: 768px) {
        .image-grid__wrapper .image-grid__item .image-grid__item-heading, .additional-grid-items .image-grid__item .image-grid__item-heading {
          opacity: 0; } }

#faq-app .dashboard .search-container .input__wrapper {
  max-width: 350px;
  margin: 0 auto; }
#faq-app .dashboard .article-cards__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  flex-wrap: wrap;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    #faq-app .dashboard .article-cards__wrapper {
      flex-direction: row; } }
  #faq-app .dashboard .article-cards__wrapper .articles-card {
    box-shadow: 0 0 0.8rem 0.1rem rgba(178, 178, 178, 0.06), 0 20px 30px -10px rgba(178, 178, 178, 0.2); }
    @media screen and (min-width: 768px) {
      #faq-app .dashboard .article-cards__wrapper .articles-card {
        min-width: 300px;
        margin-bottom: 30px; } }
    #faq-app .dashboard .article-cards__wrapper .articles-card.has-border {
      border-style: solid;
      border-width: 1px; }
    #faq-app .dashboard .article-cards__wrapper .articles-card .articles-card__title {
      display: flex;
      flex-direction: row;
      align-items: center;
      border-bottom: 1px solid;
      padding-bottom: 10px; }
      #faq-app .dashboard .article-cards__wrapper .articles-card .articles-card__title .icon {
        margin-right: 10px;
        line-height: 1.5rem; }
        #faq-app .dashboard .article-cards__wrapper .articles-card .articles-card__title .icon:before {
          font-size: 1.5rem; }
    #faq-app .dashboard .article-cards__wrapper .articles-card .h2 {
      margin-bottom: 0;
      padding-bottom: 0;
      text-transform: uppercase;
      font-weight: normal;
      border: none; }
    #faq-app .dashboard .article-cards__wrapper .articles-card .articles-card__article {
      padding-bottom: 20px;
      max-width: 250px; }
    #faq-app .dashboard .article-cards__wrapper .articles-card .btn, #faq-app .dashboard .article-cards__wrapper .articles-card .btn--secondary, #faq-app .dashboard .article-cards__wrapper .articles-card .email-popup-block .email-popup form input[type=submit], .email-popup-block .email-popup form #faq-app .dashboard .article-cards__wrapper .articles-card input[type=submit] {
      margin: 0; }
#faq-app .search-container .input__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 0 0.8rem 0.1rem rgba(178, 178, 178, 0.06), 0 20px 30px -10px rgba(178, 178, 178, 0.2); }
  #faq-app .search-container .input__wrapper #faq-search {
    flex: 1 0 70%;
    border: none;
    outline-offset: 0px;
    padding: 12px 10px; }
  #faq-app .search-container .input__wrapper .btn-search {
    text-align: center;
    border-left: none;
    width: auto;
    padding: 12px 20px;
    border: none;
    border-left: 1px solid white; }
#faq-app .item-list-view .item-list-view__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 20px 30px;
  align-items: center; }
  #faq-app .item-list-view .item-list-view__top .item-list-view__top--left {
    display: flex;
    align-items: center; }
    #faq-app .item-list-view .item-list-view__top .item-list-view__top--left .icon {
      line-height: 1.5rem;
      padding-right: 10px; }
      #faq-app .item-list-view .item-list-view__top .item-list-view__top--left .icon:before {
        font-size: 1.5rem; }
  #faq-app .item-list-view .item-list-view__top .h1 {
    text-transform: capitalize;
    margin: 0;
    padding: 0; }
  #faq-app .item-list-view .item-list-view__top .search-container {
    max-width: 40%;
    flex: 1 0 auto; }
#faq-app .accordion-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100rem;
  overflow: hidden;
  box-shadow: 0 0 0.8rem 0.1rem rgba(178, 178, 178, 0.06), 0 20px 30px -10px rgba(178, 178, 178, 0.2); }
  #faq-app .accordion-list .accordion-list__item {
    margin: 0; }
    #faq-app .accordion-list .accordion-list__item:not(:first-of-type) {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #faq-app .accordion-list .accordion-list__item + #faq-app .accordion-list .accordion-list__item {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
#faq-app .accordion-item .accordion-item__line {
  display: flex;
  padding: 0.8rem 1.2rem;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative; }
  #faq-app .accordion-item .accordion-item__line .accordion-item__title {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    color: inherit; }
  #faq-app .accordion-item .accordion-item__line .accordion-item__icon {
    transition: transform .3s ease-in-out; }
#faq-app .accordion-item .accordion-item__inner {
  max-height: 0;
  overflow: hidden;
  text-transform: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-duration: 0.5s;
  transition-property: max-height;
  z-index: 1;
  position: relative; }
#faq-app .accordion-item .accordion-item__content {
  opacity: 0;
  transform: translateY(-1rem);
  transition-timing-function: linear, ease;
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-delay: 0.5s;
  padding: 0 1.2rem 1.2rem; }
#faq-app .accordion-item.accordion-item--opened .accordion-item__icon {
  transform: rotate(180deg); }
#faq-app .accordion-item.accordion-item--opened .accordion-item__inner {
  max-height: 100rem;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-duration: .5s;
  transition-property: max-height; }
#faq-app .accordion-item.accordion-item--opened .accordion-item__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: opacity, transform; }
#faq-app .search-results__title {
  padding-left: 8px; }
#faq-app .search-results__top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between; }
#faq-app .search-results__top-bar--left {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  flex: 1 0 50%; }
  #faq-app .search-results__top-bar--left h1, #faq-app .search-results__top-bar--left .h1 {
    margin: 0;
    padding: 0; }
  #faq-app .search-results__top-bar--left .icon__wrapper {
    padding-right: 8px; }
#faq-app .search-results__top-bar--right {
  flex: 1 0 auto; }

.template-article.template-article-full-width .article-header {
  padding: 20px 20px 24px;
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .template-article.template-article-full-width .article-header {
      padding: 20px 80px 24px; } }
  @media screen and (min-width: 769px) {
    .template-article.template-article-full-width .article-header {
      padding: 20px 80px 24px; } }
  .template-article.template-article-full-width .article-header .h1 {
    max-width: 850px;
    font-weight: normal;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .template-article.template-article-full-width .article-header .h1 {
        font-size: 60px; } }
.template-article.template-article-full-width .blog-article-featured-image.full-width {
  max-width: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 0 24px;
  padding: 0; }
.template-article.template-article-full-width .blog-article-featured-image img {
  width: 100%; }
.template-article.template-article-full-width .article-full-width-meta {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #eee;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .template-article.template-article-full-width .article-full-width-meta {
      padding: 30px 80px; } }
  @media screen and (min-width: 1280px) {
    .template-article.template-article-full-width .article-full-width-meta {
      padding: 30px 80px; } }
  .template-article.template-article-full-width .article-full-width-meta .article-meta-left {
    flex: 1 0 90%;
    max-width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .template-article.template-article-full-width .article-full-width-meta .article-meta-left {
        flex: 1 0 50%;
        max-width: 50%; } }
    .template-article.template-article-full-width .article-full-width-meta .article-meta-left .author {
      padding-right: 20px;
      border-right: 1px solid #e5e5e5;
      font-weight: 100;
      margin: 0;
      padding-bottom: 0; }
    .template-article.template-article-full-width .article-full-width-meta .article-meta-left .blog-article-date {
      padding-left: 0px; }
.template-article.template-article-full-width .content {
  padding: 0 20px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .template-article.template-article-full-width .content {
      max-width: 680px;
      margin: 0px auto 60px; } }

.selector-wrapper {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .selector-wrapper {
      text-align: center; }
      .selector-wrapper .advv-label, .selector-wrapper .product-single .advv-label, .selector-wrapper label {
        float: none;
        margin: 0; }
      .selector-wrapper select {
        margin-bottom: 1rem; }
      .selector-wrapper ul.advv-single-option-selector {
        margin: 0;
        margin-bottom: 20px; } }

/*============================================================================
  #Advanced Variants
==============================================================================*/
.advv-btn {
  text-align: center;
  cursor: pointer;
  display: inline-block; }

@media screen and (min-width: 769px) {
  ul.advv-single-option-selector {
    white-space: nowrap;
    margin-left: 0; } }
ul.advv-single-option-selector .advv-btn {
  background: transparent;
  font-size: 1em;
  font-weight: 700;
  color: white;
  margin-right: 6px;
  border: 0px solid transparent;
  text-align: center;
  padding: 0;
  transition: all 0.2s ease 0s;
  float: none; }
  ul.advv-single-option-selector .advv-btn > span {
    display: block;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 5px 6px;
    min-width: 34px;
    transition: all 0.2s ease 0s; }
  ul.advv-single-option-selector .advv-btn:hover, ul.advv-single-option-selector .advv-btn:focus, ul.advv-single-option-selector .advv-btn.selected {
    background: gainsboro;
    font-weight: 700;
    color: black;
    border: 0px solid rgba(0, 0, 0, 0); }
    ul.advv-single-option-selector .advv-btn:hover > span, ul.advv-single-option-selector .advv-btn:focus > span, ul.advv-single-option-selector .advv-btn.selected > span {
      border: 1px solid transparent;
      background: transparent; }

ul.advv-radio-option-selector {
  display: flex;
  margin: 0;
  user-select: none;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    ul.advv-radio-option-selector {
      white-space: nowrap;
      margin-left: 0;
      justify-content: normal; } }
  ul.advv-radio-option-selector li {
    list-style: none;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in 0s;
    margin-right: 0.2rem; }
  ul.advv-radio-option-selector input, ul.advv-radio-option-selector input[type="radio"] {
    display: block;
    margin-bottom: 0;
    -webkit-appearance: none;
    border: none;
    opacity: 0;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 0;
    width: 0; }
    ul.advv-radio-option-selector input:checked ~ div, ul.advv-radio-option-selector input[type="radio"]:checked ~ div {
      font-weight: 700;
      color: black; }
    ul.advv-radio-option-selector input:checked ~ span, ul.advv-radio-option-selector input[type="radio"]:checked ~ span {
      background: gainsboro;
      border: 0px solid rgba(0, 0, 0, 0); }
    ul.advv-radio-option-selector input:disabled ~ div, ul.advv-radio-option-selector input.disabled ~ div, ul.advv-radio-option-selector input[type="radio"]:disabled ~ div, ul.advv-radio-option-selector input[type="radio"].disabled ~ div {
      opacity: 0.2; }
    ul.advv-radio-option-selector input:disabled ~ span, ul.advv-radio-option-selector input.disabled ~ span, ul.advv-radio-option-selector input[type="radio"]:disabled ~ span, ul.advv-radio-option-selector input[type="radio"].disabled ~ span {
      opacity: 0.2; }
  ul.advv-radio-option-selector label, ul.advv-radio-option-selector .advv-btn {
    display: block;
    border: 0;
    position: relative;
    background: transparent;
    font-size: 1em;
    font-weight: 700;
    color: white;
    transition: all 0.2s ease 0s;
    z-index: 0; }
    ul.advv-radio-option-selector label > *, ul.advv-radio-option-selector .advv-btn > * {
      display: block;
      pointer-events: none; }
    ul.advv-radio-option-selector label div, ul.advv-radio-option-selector .advv-btn div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: 34px;
      min-height: 34px;
      padding: 0 6px;
      padding: 0 0.6rem;
      white-space: nowrap; }
    ul.advv-radio-option-selector label span, ul.advv-radio-option-selector .advv-btn span {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: rgba(0, 0, 0, 0);
      border: 1px solid rgba(0, 0, 0, 0); }
    @media screen and (min-width: 769px) {
      ul.advv-radio-option-selector label:hover, ul.advv-radio-option-selector label:focus, ul.advv-radio-option-selector label.selected, ul.advv-radio-option-selector .advv-btn:hover, ul.advv-radio-option-selector .advv-btn:focus, ul.advv-radio-option-selector .advv-btn.selected {
        border: 0;
        font-weight: 700;
        color: black; }
        ul.advv-radio-option-selector label:hover span, ul.advv-radio-option-selector label:focus span, ul.advv-radio-option-selector label.selected span, ul.advv-radio-option-selector .advv-btn:hover span, ul.advv-radio-option-selector .advv-btn:focus span, ul.advv-radio-option-selector .advv-btn.selected span {
          background: gainsboro;
          border: 0px solid rgba(0, 0, 0, 0); } }

/*============================================================================
  #Quick View
==============================================================================*/
.quick-shop {
  overflow: hidden;
  max-width: 800px;
  display: none;
  font-size: 80%; }
  .quick-shop .product-description {
    border-top: 0; }
  .quick-shop .thumbnail {
    width: 24%;
    vertical-align: top;
    display: inline-block; }
  .quick-shop div.bigimage.desktop-10 {
    max-width: 98.3%; }
  .quick-shop .product-single__photos {
    margin-bottom: 0; }
  .quick-shop .product-single__thumbnail-container {
    margin-bottom: 10px;
    padding-left: 20px; }
  .quick-shop .full-details {
    float: right;
    margin-right: 10px; }
  .quick-shop .add-to-cart-msg {
    font-weight: 700;
    text-transform: none;
    display: block;
    clear: both;
    padding: 20px;
    display: none; }
    .quick-shop .add-to-cart-msg.error {
      font-color: darkred; }
  .quick-shop .product-single label {
    line-height: 3.2em; }

.fancybox-overlay {
  z-index: 99999; }

.fancybox-skin {
  background: white; }

.fancybox-opened a.fancybox-close {
  background: transparent;
  font-size: 38px;
  right: -7px;
  top: -45px;
  color: gainsboro; }
.fancybox-opened .fancybox-skin {
  background: white;
  color: black;
  border: 1px solid white; }

/*============================================================================
  #Product and Collection Grids
==============================================================================*/
.product-grid-section {
  position: relative; }
  .product-grid-section.homepage {
    margin-top: 3rem; }
  @media screen and (min-width: 769px) {
    .product-grid-section.nowrapper {
      padding: 0;
      font-weight: bold; } }
  .product-grid-section h2, .product-grid-section .h2 {
    text-align: left; }
  .product-grid-section .grid__item {
    text-align: left;
    display: block;
    position: relative;
    margin: 0 auto 35px; }
    @media screen and (min-width: 769px) {
      .product-grid-section .grid__item {
        margin: 0 auto 55px; } }
    .product-grid-section .grid__item.small--one-whole .grid__image {
      max-width: 500px;
      margin: 0 auto; }
    .product-grid-section .grid__item .product-details {
      display: block;
      padding: 2rem 0;
      text-align: center; }
      .product-grid-section .grid__item .product-details > * {
        margin-bottom: 0.2rem; }
        .product-grid-section .grid__item .product-details > *:last-child {
          margin-bottom: 0; }
      .product-grid-section .grid__item .product-details .product-category {
        display: none;
        font-size: 1rem; }
        @media screen and (min-width: 769px) {
          .product-grid-section .grid__item .product-details .product-category {
            display: none; } }
        .product-grid-section .grid__item .product-details .product-category a {
          color: white; }
          .product-grid-section .grid__item .product-details .product-category a:hover {
            color: white; }
      .product-grid-section .grid__item .product-details .product-vendor {
        font-size: 1rem;
        display: none; }
        @media screen and (min-width: 769px) {
          .product-grid-section .grid__item .product-details .product-vendor {
            display: none; } }
      .product-grid-section .grid__item .product-details .product-title {
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: white;
        display: block; }
        .product-grid-section .grid__item .product-details .product-title a {
          color: white; }
      .product-grid-section .grid__item .product-details .product-availability {
        color: #e6e6e6; }
      .product-grid-section .grid__item .product-details .currency {
        font-size: 12px;
        color: #878787;
        display: block; }
        .product-grid-section .grid__item .product-details .currency .product-compare-at-price {
          color: #78f98a; }
    .product-grid-section .grid__item .goto-product-container {
      text-align: center; }
  .product-grid-section .grid-uniform.no-bottom .grid__item {
    margin: 0 auto; }
  .product-grid-section.related-product-section:not(.recently-viewed-product-section) {
    background: black;
    padding-top: 50px; }
    .product-grid-section.related-product-section:not(.recently-viewed-product-section) h2, .product-grid-section.related-product-section:not(.recently-viewed-product-section) .h2 {
      border-bottom-color: #fff;
      border-bottom-width: 0px;
      font-size: 2rem;
      text-align: center; }
  .product-grid-section.featured-collections-section .grid__item {
    margin: 0 auto 25px; }
  .product-grid-section .remove-wishlist {
    cursor: pointer; }

.grid__image {
  display: block;
  margin: 0 auto;
  position: relative; }
  .grid__image .product-quick-view {
    background: #454545;
    color: white;
    border: 2px solid transparent;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -61px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    width: 122px;
    font-weight: normal;
    display: none;
    transition: all 0.2s ease-in 0s;
    text-transform: none; }
    .grid__image .product-quick-view:hover {
      background: #333333;
      color: white;
      border-color: #333333; }
  .grid__image:hover .product-quick-view {
    display: block; }
  .grid__image img {
    display: block;
    margin: 0 auto;
    width: 100%; }

/* Grid alignment above then 7 columns */
.grid-uniform {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .grid-uniform .grid__item {
    margin: 0 0 35px; }

/*============================================================================
  # Image Rollover
==============================================================================*/
.grid__image .image-alt {
  display: none; }
.grid__image .image-rollover-overlay {
  display: none; }

@media screen and (min-width: 769px) {
  .grid__image .image-alt, .product-grid-section .featured-products .grid__item .grid__image .image-alt {
    display: none; }
  .grid__image .image-rollover-overlay, .product-grid-section .featured-products .grid__item .grid__image .image-rollover-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    color: white;
    font-size: 30px;
    align-items: center;
    border-bottom: 0 solid #fff; }
    .grid__image .image-rollover-overlay .image-rollover-overlay-container, .product-grid-section .featured-products .grid__item .grid__image .image-rollover-overlay .image-rollover-overlay-container {
      width: 100%; }
    .grid__image .image-rollover-overlay .product-title, .product-grid-section .featured-products .grid__item .grid__image .image-rollover-overlay .product-title {
      font-size: 14px; }
    .grid__image .image-rollover-overlay .icon svg, .product-grid-section .featured-products .grid__item .grid__image .image-rollover-overlay .icon svg {
      max-height: 50px;
      max-width: 50px;
      fill: #ffffff; }
    .grid__image .image-rollover-overlay .product-title, .grid__image .image-rollover-overlay .currency, .product-grid-section .featured-products .grid__item .grid__image .image-rollover-overlay .product-title, .product-grid-section .featured-products .grid__item .grid__image .image-rollover-overlay .currency {
      text-align: center;
      display: block;
      color: white; }
  .grid__image:hover .image-primary, .product-grid-section .featured-products .grid__item .grid__image:hover .image-primary {
    display: none; }
  .grid__image:hover .image-alt, .product-grid-section .featured-products .grid__item .grid__image:hover .image-alt {
    display: block; } }
/*============================================================================
  # Email Subscription
==============================================================================*/
.email-popup-block {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  overflow: auto; }

.email-popup-block .email-popup {
  width: 710px;
  height: 550px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -275px 0 0 -375px;
  background: black;
  border: 1px solid #000;
  border-color: transparent;
  border-width: 0;
  padding: 20px;
  text-align: center;
  color: white; }
  .email-popup-block .email-popup .iframe-container {
    overflow: auto;
    max-height: 100%; }
  .email-popup-block .email-popup iframe {
    border: 0; }

.email-popup-block .email-popup-close {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  top: -32px;
  right: -5px;
  cursor: pointer; }

.email-popup-block .email-popup h1, .email-popup-block .email-popup .h1 {
  font-size: 34px;
  border-bottom: 2px solid #363636;
  padding-bottom: 20px;
  line-height: 75px;
  margin-bottom: 40px;
  color: white; }

.email-popup-block .email-popup h2, .email-popup-block .email-popup .h2 {
  font-size: 20px;
  line-height: 36px;
  font-family: Montserrat;
  text-transform: none;
  margin-bottom: 40px;
  border-bottom: 0;
  color: white; }

.email-popup-block .email-popup form {
  padding: 0 120px; }

.email-popup-block .email-popup form input {
  width: 100%;
  text-align: center;
  margin-top: -1px;
  padding: 20px 0 18px 0; }

.email-popup-block .email-popup form input[type=submit] {
  margin-top: 30px;
  font-size: 16px;
  line-height: normal;
  padding: 16px 0 14px 0;
  width: 100%; }

@media only screen and (max-width: 770px) {
  .email-popup-block .email-popup {
    width: 80%;
    top: 35px;
    left: auto;
    margin: 0 auto;
    height: auto;
    position: relative; }

  .email-popup-block .email-popup h1, .email-popup-block .email-popup .h1 {
    font-size: 30px;
    line-height: 100px; }

  .email-popup-block .email-popup h2, .email-popup-block .email-popup .h2 {
    font-size: 16px; }

  .email-popup-block .email-popup h2, .email-popup-block .email-popup .h2,
  .email-popup-block .email-popup form {
    padding: 0 40px; } }
@media only screen and (max-width: 480px) {
  .email-popup-block .email-popup h1, .email-popup-block .email-popup .h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px; }

  .email-popup-block .email-popup h2, .email-popup-block .email-popup .h2,
  .email-popup-block .email-popup form {
    padding: 0; }

  .email-popup-block .email-popup h2, .email-popup-block .email-popup .h2 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px; }

  .email-popup-block .email-popup form input {
    padding: 10px 0 8px 0; }

  .email-popup-block .email-popup form input[type=submit] {
    margin-top: 10px; } }
/*============================================================================
  # Currency Dropdown
==============================================================================*/
.currency-selector {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #333333;
  font-size: 1em;
  transition: all 0.2s ease 0s; }
  .currency-selector:hover {
    color: black; }
  .currency-selector .currency-selector-trigger {
    position: relative;
    padding: 6px 10px; }
    .currency-selector .currency-selector-trigger:after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -3px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 3px solid #333333; }
  .currency-selector ul.currency-selector-dropdown {
    position: absolute;
    white-space: nowrap;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: black;
    display: none; }
    .currency-selector ul.currency-selector-dropdown li {
      margin: 0;
      padding: 0; }
      .currency-selector ul.currency-selector-dropdown li a {
        padding: 10px 15px;
        display: block;
        background: black;
        color: white;
        transition: all 0.2s ease 0s; }
        .currency-selector ul.currency-selector-dropdown li a:hover {
          background: #ffa600;
          color: white; }
  .currency-selector.shown .currency-selector-trigger:after {
    border: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #333333; }
  .currency-selector.shown ul.currency-selector-dropdown {
    display: block; }
  #mobile-nav-overlay .currency-selector {
    font-size: 1.5em;
    color: black;
    margin-left: 15px;
    font-weight: normal; }
    #mobile-nav-overlay .currency-selector:focus {
      color: black; }
    #mobile-nav-overlay .currency-selector .currency-selector-trigger {
      padding-left: 0; }
      #mobile-nav-overlay .currency-selector .currency-selector-trigger:after {
        border-top-color: black; }
    #mobile-nav-overlay .currency-selector ul.currency-selector-dropdown {
      right: auto;
      left: 0;
      background: black;
      z-index: 99; }
      #mobile-nav-overlay .currency-selector ul.currency-selector-dropdown li a {
        background: black;
        color: white; }
        #mobile-nav-overlay .currency-selector ul.currency-selector-dropdown li a:focus {
          background: black;
          color: white; }

/*============================================================================
  # Sections
==============================================================================*/
.animated {
  animation-duration: 0.5s; }

.animate-start {
  opacity: 0; }

@keyframes cstFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.cstFadeInUp {
  animation-name: cstFadeInUp; }

@keyframes cstFadeOutDown {
  from {
    opacity: 1;
    transform: none; }

  to {
    opacity: 0;
    transform: translate3d(0, 20px, 0); } }

.cstFadeOutDown {
  animation-name: cstFadeOutDown; }

.product-single .model-selector {
  padding: 1rem 2rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  white-space: nowrap; }
  .product-single .model-selector .model-selector__text {
    margin-right: auto; }
  @media screen and (max-width: 480px) {
    .product-single .model-selector {
      justify-content: center; } }

/*============================================================================
  # Thumbnails photos component
==============================================================================*/
.thumbnails-main-image {
  cursor: zoom-in !important; }

.product_images_thumnails-block-fullview .thumbnails-main-image {
  padding-top: 24px;
  padding-bottom: 75px; }

/*======================================
Back In Stock
======================================*/
.bis-outer {
  padding: 30px 15px;
  border: 2px solid black;
  border-radius: 0px;
  width: 100%;
  text-align: left;
  background-color: black;
  max-width: 590px; }
  .bis-outer h4, .bis-outer .h4 {
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
    font-size: 13px; }
  .bis-outer .bis-inner-container {
    display: flex; }
    .bis-outer .bis-inner-container input {
      border-radius: 0px;
      background: #cccccc;
      border: 0px solid #cccccc;
      color: black;
      padding: 5px 5px 5px 8px;
      font-size: 13px;
      display: inline;
      width: calc(100% - 80px); }
    .bis-outer .bis-inner-container button {
      border-radius: 0px;
      background: black;
      color: white;
      border: 0px solid black;
      font-size: 13px;
      width: 80px !important;
      margin-bottom: 10px; }
      .bis-outer .bis-inner-container button:hover {
        background: black;
        color: white; }
    .bis-outer .bis-inner-container .back-in-stock-error-message {
      color: #d02e2e; }

.back-in-stock-modal .videobox-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: auto;
  height: auto; }
  .back-in-stock-modal .videobox-content .videobox-close {
    z-index: 1;
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 16px;
    right: 16px;
    bottom: auto;
    left: auto; }
    .back-in-stock-modal .videobox-content .videobox-close:before, .back-in-stock-modal .videobox-content .videobox-close:after {
      content: '';
      display: block;
      position: absolute;
      top: 9.5px;
      left: 0;
      width: 22px;
      height: 3px;
      background-color: black; }
    .back-in-stock-modal .videobox-content .videobox-close:before {
      transform: rotate(45deg);
      transform-origin: 50%; }
    .back-in-stock-modal .videobox-content .videobox-close:after {
      transform: rotate(-45deg);
      transform-origin: 50%; }

.bis-success {
  width: 90vw;
  max-width: 480px;
  height: auto;
  max-height: 90vh;
  overflow: scroll;
  border-radius: 10px;
  background-color: white; }
  .bis-success .bis-success--inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: inherit;
    color: black;
    padding: 45px 30px; }
    @media screen and (min-width: 480px) {
      .bis-success .bis-success--inner {
        padding: 45px; } }
    @media screen and (min-width: 768px) {
      .bis-success .bis-success--inner {
        padding: 50px; } }
    .bis-success .bis-success--inner h4, .bis-success .bis-success--inner .h4 {
      margin: 10px 0px;
      color: black; }
    .bis-success .bis-success--inner svg {
      width: 80px; }
    .bis-success .bis-success--inner .thanks_text {
      margin-bottom: 0; }
    .bis-success .bis-success--inner .msg_text {
      font-weight: normal;
      margin-bottom: 0; }

.newsletter_container {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e1dfdf; }
  .newsletter_container .newsletter_title {
    font-size: 1.4em;
    margin-bottom: 1rem; }
  .newsletter_container .form-fields {
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem; }
    .newsletter_container .form-fields .form-field-group label {
      color: #6d6d6d;
      display: inline-block;
      margin-bottom: 10px; }
    .newsletter_container .form-fields .form-field-group .form-field {
      box-sizing: border-box;
      width: 100%;
      border-radius: 0;
      border-top: none;
      border-left: none;
      border-right: none;
      border-width: 1px;
      margin-bottom: 1.5rem; }
      .newsletter_container .form-fields .form-field-group .form-field:not(.error) {
        color: black;
        border-color: #949494; }
    .newsletter_container .form-fields .form-field-group.email__wrapper label, .newsletter_container .form-fields .form-field-group.name__wrapper label {
      margin-bottom: 4px; }
    .newsletter_container .form-fields .form-field-group.birthdate__wrapper > div {
      display: flex; }
    .newsletter_container .form-fields .form-field-group.birthdate__wrapper .month-selector {
      width: calc(70% - 20px);
      max-width: 125px;
      margin-right: 20px; }
    .newsletter_container .form-fields .form-field-group.birthdate__wrapper .day-selector {
      width: 30%;
      max-width: 75px; }
  .newsletter_container .subscription__checkboxes {
    text-align: center;
    margin-bottom: 2rem; }
    .newsletter_container .subscription__checkboxes h3, .newsletter_container .subscription__checkboxes .h3 {
      font-size: calc(1.4em * .86);
      margin-bottom: 1rem;
      color: white; }
    .newsletter_container .subscription__checkboxes .subcription__checkbox {
      color: black;
      display: block;
      margin: 0.5rem; }
      @media screen and (min-width: 768px) {
        .newsletter_container .subscription__checkboxes .subcription__checkbox {
          display: inline-block;
          margin: 0 1rem; } }
      .newsletter_container .subscription__checkboxes .subcription__checkbox input[type="checkbox"] {
        cursor: pointer;
        accent-color: black; }
  .newsletter_container .subscribe__button {
    width: 100%;
    max-width: 350px;
    margin-bottom: 0.5rem;
    font-size: calc(1.4em * .86);
    border-radius: 4px;
    padding: 12px; }
    .newsletter_container .subscribe__button[disabled] {
      cursor: not-allowed; }
  .newsletter_container .news-letter-errors {
    font-weight: normal;
    color: #d02e2e; }
  .newsletter_container .privacy {
    color: #aeaeae;
    margin-top: 0.5rem;
    font-weight: normal; }
    .newsletter_container .privacy small {
      font-size: 80%; }
    .newsletter_container .privacy p:last-of-type {
      margin-bottom: 0; }

body.template-index .product-grid-section.homepage {
  margin-top: 0; }

body.template-index .main-content,
body.template-page .main-content {
  margin: 0 auto;
  padding: 0;
  max-width: none !important; }

.main-content .index-section:not(.index-section--flush) {
  padding: 30px 30px 0 30px; }

.section-grid-wrapper {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 769px) {
    .section-grid-wrapper {
      margin: 30px "10px"; } }
  .section-grid-wrapper .section-grid-container {
    margin: 0;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .section-grid-wrapper .section-grid-container {
        display: grid;
        grid-gap: "10px";
        grid-template-columns: repeat(12, 1fr); } }
    .section-grid-wrapper .section-grid-container h2, .section-grid-wrapper .section-grid-container .h2 {
      padding-left: "10px"; }
    .section-grid-wrapper .section-grid-container .section-grid-item-container {
      position: relative;
      background-color: #666;
      background-size: cover;
      background-position: center; }
      .section-grid-wrapper .section-grid-container .section-grid-item-container .section-grid-item {
        display: table;
        position: relative;
        width: 100%;
        height: 100%; }
        .section-grid-wrapper .section-grid-container .section-grid-item-container .section-grid-item .section-grid-item-overlay {
          opacity: 0;
          transition: opacity 0.2s ease 0s;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
        .section-grid-wrapper .section-grid-container .section-grid-item-container .section-grid-item:hover .section-grid-item-overlay {
          opacity: 1; }
        .section-grid-wrapper .section-grid-container .section-grid-item-container .section-grid-item .section-grid-item-content {
          display: table-cell;
          position: relative;
          vertical-align: top;
          padding: 40px;
          color: #fff;
          transition: color 0.2s ease 0s; }
          .section-grid-wrapper .section-grid-container .section-grid-item-container .section-grid-item .section-grid-item-content p {
            margin: 0;
            padding: 0;
            line-height: 1;
            transition: all 0.2s ease-in-out; }
            .section-grid-wrapper .section-grid-container .section-grid-item-container .section-grid-item .section-grid-item-content p.title {
              font-size: 2rem; }
            .section-grid-wrapper .section-grid-container .section-grid-item-container .section-grid-item .section-grid-item-content p.subtitle {
              font-size: 1rem; }
          .section-grid-wrapper .section-grid-container .section-grid-item-container .section-grid-item .section-grid-item-content .icon {
            transition: height 0.2s ease-in-out;
            overflow: hidden; }
          .section-grid-wrapper .section-grid-container .section-grid-item-container .section-grid-item .section-grid-item-content .icon svg {
            max-height: 50px;
            max-width: 50px;
            opacity: 0;
            transform: scale(0);
            transition: all 0.2s ease;
            fill: #ffffff; }

/*============================================================================
  #Featured Countdown Module
==============================================================================*/
.featured-product-container {
  padding: 50px 0 20px;
  background-color: #f7f7f7;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .featured-product-container {
      padding-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .featured-product-container .wrapper, .featured-product-container .main-content .index-section:not(.index-section--flush), .main-content .featured-product-container .index-section:not(.index-section--flush) {
      padding: 0; } }
  @media screen and (min-width: 769px) {
    .featured-product-container .wrapper .grid-uniform, .featured-product-container .main-content .index-section:not(.index-section--flush) .grid-uniform, .main-content .featured-product-container .index-section:not(.index-section--flush) .grid-uniform {
      margin-left: 0; } }
  @media screen and (min-width: 769px) {
    .featured-product-container.fc-block ul.advv-multi-option-selector {
      margin-left: 0; } }
  .featured-product-container.fc-block .product-details .product-form__selectors {
    display: block; }
  .featured-product-container .featured-countdown.block {
    max-width: 500px; }
    @media screen and (min-width: 769px) {
      .featured-product-container .featured-countdown.block {
        margin: 0 auto; } }
  .featured-product-container .featured-countdown .product-photo {
    position: relative;
    padding: 0 50px; }
    @media screen and (max-width: 769px) {
      .featured-product-container .featured-countdown .product-photo {
        padding: 0; } }
  .featured-product-container .featured-countdown .custom-text {
    color: gainsboro;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: normal; }
  .featured-product-container .featured-countdown .product-title {
    color: #333333;
    font-size: 25px;
    font-weight: bold; }
  .featured-product-container .featured-countdown .currency .product-price {
    color: #888888; }
  .featured-product-container .featured-countdown .product-description {
    border: 0;
    color: #666666;
    margin-bottom: 0; }
    .featured-product-container .featured-countdown .product-description .product-shipping {
      font-weight: 700; }
  .featured-product-container .featured-countdown label {
    font-size: 10px; }
  @media screen and (max-width: 480px) {
    .featured-product-container .featured-countdown .form-vertical {
      margin-bottom: 0; } }
  @media screen and (max-width: 769px) {
    .featured-product-container .featured-countdown .product-details {
      padding: 0 15px; } }
  .featured-product-container .featured-countdown .product-details .product-form__selectors {
    display: inline; }
  .featured-product-container .featured-countdown .product-details .selector-wrapper {
    display: block;
    max-width: auto;
    text-align: center; }
    @media screen and (max-width: 769px) {
      .featured-product-container .featured-countdown .product-details .selector-wrapper {
        max-width: 100%;
        text-align: center;
        display: block; } }
    .featured-product-container .featured-countdown .product-details .selector-wrapper select.single-option-selector {
      margin: 0 auto; }
    .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-multi-option-selector {
      margin: 0; }
    @media screen and (min-width: 769px) {
      .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector {
        margin-left: 39px;
        margin-left: 0; } }
    @media screen and (max-width: 769px) {
      .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector {
        margin-left: 0; } }
    .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn {
      background: transparent;
      font-size: 1em;
      font-weight: 700;
      color: #666666;
      margin-right: 10px;
      border: 0px solid transparent;
      padding: 0;
      transition: all 0.2s ease 0s; }
      .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn:last-child {
        margin-right: 0; }
      .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn > span {
        display: block;
        background: transparent;
        border: 1px solid #cccccc;
        padding: 5px 6px;
        min-width: 80px;
        min-width: 34px;
        transition: all 0.2s ease 0s; }
        @media screen and (max-width: 769px) {
          .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn > span {
            padding: 2px 6px; } }
      .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn:hover, .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn:focus, .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn.selected {
        background: transparent;
        font-weight: 700;
        color: black;
        border: 0px solid black; }
        .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn:hover > span, .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn:focus > span, .featured-product-container .featured-countdown .product-details .selector-wrapper ul.advv-single-option-selector .advv-btn.selected > span {
          border: 1px solid transparent;
          background: transparent; }
  .featured-product-container .featured-countdown .product-details .quantity-container {
    display: block; }
    @media screen and (max-width: 769px) {
      .featured-product-container .featured-countdown .product-details .quantity-container {
        text-align: center;
        float: none;
        display: inline-block; } }
    .featured-product-container .featured-countdown .product-details .quantity-container .js-qty input, .featured-product-container .featured-countdown .product-details .quantity-container .ajaxcart__qty input {
      background: transparent;
      color: #454545; }
    .featured-product-container .featured-countdown .product-details .quantity-container .js-qty__adjust, .featured-product-container .featured-countdown .product-details .quantity-container .ajaxcart__qty-adjust {
      border: 1px solid transparent;
      background: gainsboro;
      color: white; }
      .featured-product-container .featured-countdown .product-details .quantity-container .js-qty__adjust:hover, .featured-product-container .featured-countdown .product-details .quantity-container .ajaxcart__qty-adjust:hover, .featured-product-container .featured-countdown .product-details .quantity-container .js-qty__adjust:focus, .featured-product-container .featured-countdown .product-details .quantity-container .ajaxcart__qty-adjust:focus {
        color: white;
        background: gainsboro;
        border-color: gainsboro; }
  .featured-product-container .featured-countdown .countdown-container {
    text-align: center;
    padding: 15px 0;
    background-color: transparent;
    color: black; }
    .featured-product-container .featured-countdown .countdown-container #thecountdown {
      background: transparent;
      border: 0;
      font-size: 3.4rem;
      line-height: 3rem; }
      @media screen and (max-width: 769px) {
        .featured-product-container .featured-countdown .countdown-container #thecountdown {
          font-size: 2rem; } }
      .featured-product-container .featured-countdown .countdown-container #thecountdown .countdown-row {
        display: block; }
        .featured-product-container .featured-countdown .countdown-container #thecountdown .countdown-row .countdown-section {
          display: inline-block;
          min-width: 110px;
          text-align: center; }
          @media screen and (max-width: 769px) {
            .featured-product-container .featured-countdown .countdown-container #thecountdown .countdown-row .countdown-section {
              min-width: 75px; } }
          .featured-product-container .featured-countdown .countdown-container #thecountdown .countdown-row .countdown-section > span {
            display: block; }
          .featured-product-container .featured-countdown .countdown-container #thecountdown .countdown-row .countdown-section .countdown-amount {
            font-weight: 700;
            font-size: 4rem;
            font-size: 3.4rem;
            line-height: 3rem; }
            @media screen and (max-width: 769px) {
              .featured-product-container .featured-countdown .countdown-container #thecountdown .countdown-row .countdown-section .countdown-amount {
                font-size: 2rem; } }
          .featured-product-container .featured-countdown .countdown-container #thecountdown .countdown-row .countdown-section .countdown-period {
            font-weight: 200;
            font-size: 1rem; }
            @media screen and (max-width: 769px) {
              .featured-product-container .featured-countdown .countdown-container #thecountdown .countdown-row .countdown-section .countdown-period {
                font-size: 0.7rem; } }
  .featured-product-container .featured-countdown .AddToCart {
    display: block;
    width: 100%;
    background-color: gainsboro;
    color: black; }
    .featured-product-container .featured-countdown .AddToCart:hover {
      background-color: gainsboro;
      color: black; }
  .featured-product-container .featured-countdown .bundle-product-title {
    display: block; }

/*============================================================================
  Photo display sizes
==============================================================================*/
.product-photos--desktop {
  display: none; }
  @media screen and (min-width: 769px) {
    .product-photos--desktop {
      display: block; } }

@media screen and (min-width: 769px) {
  .product-photos--mobile {
    display: none; } }

/*============================================================================
  Model Selector Module
==============================================================================*/
.swiper-slider-hidden {
  width: 0px !important; }

/*============================================================================
  # Product Thumbnails Display Component
==============================================================================*/
.product_images_thumnails-block {
  display: block; }

.product_images_thumnails-block .product-single__thumbnails li {
  display: inline-block; }

.product_images_thumnails-block .product-single__thumbnails li.product-single__thumbnail-container {
  padding: 0 10px;
  width: 80px; }

.product_images_thumnails-flex-fullview ul.product-single__thumbnails.grid-uniform.over-6 {
  overflow-y: scroll; }

.product_images_thumnails-flex {
  display: flex; }

.product_images_thumnails-flex-fullview,
.product_images_thumnails-block-fullview {
  overflow-y: auto;
  overflow-y: overlay;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 112;
  background: #ffffff;
  overflow-y: scroll;
  background-color: #000000;
  overflow-y: hidden; }

.product_images_thumnails-flex-fullview .thumbnails-main-image,
.product_images_thumnails-block-fullview .thumbnails-main-image {
  overflow-y: auto;
  margin-bottom: 0px;
  position: absolute;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }

.product_images_thumnails-flex .product-single__thumbnails {
  display: block;
  width: 80px;
  margin: 0;
  padding-top: 80px; }

.product_images_thumnails-flex-fullview .product-single__thumbnails,
.product_images_thumnails-block-fullview .product-single__thumbnails {
  position: fixed;
  z-index: 100; }

.product_images_thumnails-block-fullview .product-single__thumbnails {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.product_images_thumbnail_closeIcon {
  z-index: 113;
  position: fixed;
  top: 20px;
  right: 50px;
  font-size: 30px;
  cursor: pointer;
  fill: gainsboro; }

.product-single__photos-w-100 {
  width: 100% !important; }

.w-100 {
  width: 100% !important; }

.product_images_thumnails-flex .product-single__thumbnails li.product-single__thumbnail-container {
  display: block;
  padding: 0 10px;
  width: 80px; }

.product_images_thumnails-flex .mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom,
.product_images_thumnails-block .mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
  cursor: zoom-in !important; }

.product_images_thumnails-flex-fullview .mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom,
.product_images_thumnails-block-fullview .mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
  cursor: zoom-out !important; }

.selected_barcode {
  margin-bottom: 10px; }
  .selected_barcode span {
    display: block; }

.release_date {
  margin-top: 10px; }

body.template-index .section-product-list {
  padding: 1rem 2rem; }

.product-grid-item-description {
  padding-top: 20px;
  padding-bottom: 20px; }

.stop-scroll {
  height: 100%;
  overflow: hidden; }

.videobox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videobox;
  animation-name: videobox; }

@-webkit-keyframes videobox {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes videobox {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.videobox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative; }

.videobox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0; }

.videobox-hide {
  display: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide; }

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

  100% {
    opacity: 0; } }

@keyframes mediaboxhide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.videobox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==") no-repeat;
  background-size: 24px 24px; }

.videobox-close:hover {
  opacity: 0.5; }

@media all and (max-width: 768px) {
  .videobox-content {
    max-width: 90%; } }
@media all and (max-width: 600px) {
  .videobox-content iframe {
    height: 320px !important; }

  .videobox-close {
    bottom: 362px; } }
@media all and (max-width: 480px) {
  .videobox-content iframe {
    height: 220px !important; }

  .videobox-close {
    bottom: 262px; } }
/*============================================================================
  #Homepage Sliders
==============================================================================*/
.section-slider-container .bx-viewport {
  box-shadow: none; }
.section-slider-container .section-slider {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .section-slider-container .section-slider .section-slider-item {
    margin-bottom: 0; }
    .section-slider-container .section-slider .section-slider-item img {
      max-width: 100%; }
    .section-slider-container .section-slider .section-slider-item .slide-container {
      display: block; }
      .section-slider-container .section-slider .section-slider-item .slide-container .icon-video-play {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url(/cdn/shop/t/3/assets/owl.video.play.png?v=19867143070018992641661189756) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: transform 100ms ease; }
    .section-slider-container .section-slider .section-slider-item .section-slider-item-container {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center; }
      .section-slider-container .section-slider .section-slider-item .section-slider-item-container .section-slider-item-overlay {
        opacity: 0;
        transition: opacity 0.2s ease 0s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .section-slider-container .section-slider .section-slider-item .section-slider-item-container .section-slider-item-content {
        position: relative;
        vertical-align: top;
        padding: 40px;
        color: #fff;
        transition: color 0.2s ease 0s; }
        .section-slider-container .section-slider .section-slider-item .section-slider-item-container .section-slider-item-content p {
          margin: 0;
          padding: 0;
          line-height: 1; }
          .section-slider-container .section-slider .section-slider-item .section-slider-item-container .section-slider-item-content p.title {
            font-size: 2rem; }
          .section-slider-container .section-slider .section-slider-item .section-slider-item-container .section-slider-item-content p.subtitle {
            font-size: 1rem; }
        .section-slider-container .section-slider .section-slider-item .section-slider-item-container .section-slider-item-content .btn.cta, .section-slider-container .section-slider .section-slider-item .section-slider-item-container .section-slider-item-content .cta.btn--secondary, .section-slider-container .section-slider .section-slider-item .section-slider-item-container .section-slider-item-content .email-popup-block .email-popup form input.cta[type=submit], .email-popup-block .email-popup form .section-slider-container .section-slider .section-slider-item .section-slider-item-container .section-slider-item-content input.cta[type=submit] {
          margin-top: 10px;
          background: transparent;
          color: #fff;
          border: 3px solid #fff; }
    .section-slider-container .section-slider .section-slider-item .desktop-slide {
      display: none; }
      @media screen and (min-width: 480px) {
        .section-slider-container .section-slider .section-slider-item .desktop-slide {
          display: inline; } }
    .section-slider-container .section-slider .section-slider-item .mobile-slide {
      display: inline; }
      @media screen and (min-width: 480px) {
        .section-slider-container .section-slider .section-slider-item .mobile-slide {
          display: none; } }

/*======== SwiperJS Prev and Next Styling =============*/
.swiper-button-prev, .swiper-button-next {
  width: 32px !important;
  height: 32px !important; }
  .swiper-button-prev:after, .swiper-button-next:after {
    content: '' !important; }

.swiper-button-prev {
  background: url(/cdn/shop/t/3/assets/controls.png?v=164227461535228716671661189754) no-repeat 0 -32px; }
  .swiper-button-prev:hover {
    background-position: 0 0; }

.swiper-button-next {
  background: url(/cdn/shop/t/3/assets/controls.png?v=164227461535228716671661189754) no-repeat -43px -32px; }
  .swiper-button-next:hover {
    background-position: -43px 0; }

.section-background-image-wrapper .background-image-container {
  display: block;
  overflow: hidden;
  width: 100%;
  line-height: 0;
  text-align: center; }
.section-background-image-wrapper img {
  max-width: 100%; }
.section-background-image-wrapper .desktop-slide {
  display: none; }
  @media screen and (min-width: 480px) {
    .section-background-image-wrapper .desktop-slide {
      display: inline; } }
.section-background-image-wrapper .mobile-slide {
  display: inline; }
  @media screen and (min-width: 480px) {
    .section-background-image-wrapper .mobile-slide {
      display: none; } }

.section-text-wrapper {
  display: table;
  height: 200px;
  width: 100%;
  padding: 15px; }
  .section-text-wrapper .section-text-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .section-text-wrapper .section-text-container h1, .section-text-wrapper .section-text-container .h1, .section-text-wrapper .section-text-container h2, .section-text-wrapper .section-text-container .h2, .section-text-wrapper .section-text-container h3, .section-text-wrapper .section-text-container .h3, .section-text-wrapper .section-text-container h4, .section-text-wrapper .section-text-container .h4, .section-text-wrapper .section-text-container h5, .section-text-wrapper .section-text-container .h5 {
      color: inherit;
      border-bottom: 0;
      margin: 0;
      padding: 0; }

.section-donation-wrapper {
  text-align: center;
  padding-bottom: 1rem; }
  .section-donation-wrapper .donations-tip-jar {
    margin-bottom: 1rem; }
    .section-donation-wrapper .donations-tip-jar .tip-jar-header {
      margin-bottom: 0; }

.section-countdown-wrapper {
  background-color: transparent;
  color: #000; }
  .section-countdown-wrapper .section-countdown-container {
    text-align: center;
    padding: 15px 0; }
    .section-countdown-wrapper .section-countdown-container .thecountdown {
      background: transparent;
      border: 0;
      font-size: 3.4rem;
      line-height: 3rem; }
      @media screen and (max-width: 769px) {
        .section-countdown-wrapper .section-countdown-container .thecountdown {
          font-size: 2rem; } }
      .section-countdown-wrapper .section-countdown-container .thecountdown .countdown-row {
        text-align: center;
        display: flex;
        justify-content: space-around;
        margin: auto;
        flex-wrap: wrap; }
        .section-countdown-wrapper .section-countdown-container .thecountdown .countdown-row .countdown-section {
          float: none;
          display: inline-block;
          max-width: 110px;
          text-align: center; }
          @media screen and (max-width: 769px) {
            .section-countdown-wrapper .section-countdown-container .thecountdown .countdown-row .countdown-section {
              max-width: 75px; } }
          .section-countdown-wrapper .section-countdown-container .thecountdown .countdown-row .countdown-section > span {
            display: block; }
          .section-countdown-wrapper .section-countdown-container .thecountdown .countdown-row .countdown-section .countdown-amount {
            font-weight: 700;
            font-size: 4rem;
            font-size: 3.4rem;
            line-height: 3rem; }
            @media screen and (max-width: 769px) {
              .section-countdown-wrapper .section-countdown-container .thecountdown .countdown-row .countdown-section .countdown-amount {
                font-size: 2rem; } }
          .section-countdown-wrapper .section-countdown-container .thecountdown .countdown-row .countdown-section .countdown-period {
            font-weight: 200;
            font-size: 1rem; }
            @media screen and (max-width: 769px) {
              .section-countdown-wrapper .section-countdown-container .thecountdown .countdown-row .countdown-section .countdown-period {
                font-size: 0.7rem; } }

.countdown-timer {
  display: flex;
  flex-direction: column;
  align-items: center; }

.product-3d-carousel .product-3d-carousel-outer-wrapper {
  width: 100%;
  background-color: #fff;
  padding-top: 5rem; }
  @media screen and (max-width: 480px) {
    .product-3d-carousel .product-3d-carousel-outer-wrapper {
      padding-top: 2rem; } }
  .product-3d-carousel .product-3d-carousel-outer-wrapper canvas {
    display: block;
    height: 100% !important;
    width: 100% !important;
    background: transparent;
    mix-blend-mode: initial;
    padding-top: 2rem; }
    @media screen and (max-width: 769px) {
      .product-3d-carousel .product-3d-carousel-outer-wrapper canvas {
        padding-top: 4rem; } }
    @media screen and (max-width: 480px) {
      .product-3d-carousel .product-3d-carousel-outer-wrapper canvas {
        padding-top: 6rem; } }
    .product-3d-carousel .product-3d-carousel-outer-wrapper canvas:focus {
      outline: none; }
    .product-3d-carousel .product-3d-carousel-outer-wrapper canvas.hovered {
      cursor: pointer !important; }
.product-3d-carousel .carousel-product-card {
  position: absolute;
  top: -1rem;
  text-align: center;
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%; }
  .product-3d-carousel .carousel-product-card .carousel-title {
    text-transform: uppercase;
    z-index: 11;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .product-3d-carousel .carousel-product-card .carousel-product-title {
    cursor: pointer;
    z-index: 11;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block; }
  .product-3d-carousel .carousel-product-card .carousel-product-price {
    letter-spacing: .05em; }
  .product-3d-carousel .carousel-product-card .carousel-product-sub {
    letter-spacing: .05em;
    margin-bottom: 2px; }
@media screen and (min-width: 769px) {
  .product-3d-carousel .carousel-title {
    font-size: var(--heading-font-size-desktop); }
  .product-3d-carousel .carousel-product-title {
    font-size: var(--product-title-font-size-desktop); }
  .product-3d-carousel .carousel-product-price {
    font-size: var(--product-price-font-size-desktop); }
  .product-3d-carousel .carousel-product-availability {
    font-size: var(--product-availability-font-size-desktop); }
  .product-3d-carousel .carousel-product-sub {
    font-size: var(--featured-text-font-size-desktop); } }
@media screen and (max-width: 769px) {
  .product-3d-carousel .carousel-title {
    font-size: var(--heading-font-size-mobile); }
  .product-3d-carousel .carousel-product-title {
    font-size: var(--product-title-font-size-mobile); }
  .product-3d-carousel .carousel-product-price {
    font-size: var(--product-price-font-size-mobile); }
  .product-3d-carousel .carousel-product-availability {
    font-size: var(--product-availability-font-size-mobile); }
  .product-3d-carousel .carousel-product-sub {
    font-size: var(--featured-text-font-size-mobile); } }
.product-3d-carousel .product-3d-carousel-inner-wrapper {
  position: relative;
  height: 37vw; }
  @media screen and (max-width: 769px) {
    .product-3d-carousel .product-3d-carousel-inner-wrapper {
      height: 45vw;
      padding-top: 0; } }
  @media screen and (max-width: 480px) {
    .product-3d-carousel .product-3d-carousel-inner-wrapper {
      height: 60vw; } }

.label-slider-wrap {
  text-align: center;
  margin-top: 60px; }
  .label-slider-wrap h1.title, .label-slider-wrap .title.h1 {
    font-size: 4rem;
    padding-top: 5rem; }
  .label-slider-wrap .label-slider {
    max-width: 95%;
    margin: auto; }
  .label-slider-wrap item {
    margin: 50px; }
  .label-slider-wrap .owl-dots {
    height: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5rem; }
  .label-slider-wrap .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px; }
    .label-slider-wrap .owl-dot.active {
      background: #000; }
  .label-slider-wrap .view-all-labels {
    margin-bottom: 5rem; }
    .label-slider-wrap .view-all-labels .view-labels {
      background: var(--cta-bg-color);
      color: var(--cta-text-color);
      margin-bottom: 5rem; }
      .label-slider-wrap .view-all-labels .view-labels:hover {
        background: var(--cta-bg-color-hover);
        color: var(--cta-text-color-hover); }

.email-signup {
  position: relative;
  padding: 20px;
  background-color: var(--main-color);
  color: var(--font-color); }
  @media screen and (min-width: 768px) {
    .email-signup {
      padding: 40px; } }
  .email-signup .email-signup__container {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .email-signup .email-signup__container {
        flex-direction: row;
        justify-content: space-between;
        align-items: start; } }
    .email-signup .email-signup__container .heading-wrapper h2, .email-signup .email-signup__container .heading-wrapper .h2 {
      font-size: var(--heading-font-size);
      color: var(--font-color);
      margin: 0;
      padding: 0;
      border: none;
      padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .email-signup .email-signup__container .heading-wrapper, .email-signup .email-signup__container form {
        flex: 1 0 50%; } }
  .email-signup .email-input__wrapper {
    padding-bottom: 20px; }
    .email-signup .email-input__wrapper #email-signup {
      background-image: none;
      border: none;
      width: 100%;
      max-width: 650px;
      border-bottom: 1px solid #000;
      padding: 15px;
      background: transparent; }
      .email-signup .email-input__wrapper #email-signup:focus {
        border: none;
        outline: none; }
      .email-signup .email-input__wrapper #email-signup::placeholder {
        color: var(--font-color); }
  .email-signup .email-country__wrapper {
    padding-bottom: 20px; }
    .email-signup .email-country__wrapper #consumer_country {
      border: none;
      border-bottom: 1px solid #000;
      width: 100%;
      max-width: 650px;
      padding: 15px;
      background: transparent; }
      .email-signup .email-country__wrapper #consumer_country:focus {
        border: none;
        outline: none; }
  .email-signup .messages {
    padding-bottom: 10px; }
    .email-signup .messages .success {
      color: #4BB543; }
  .email-signup .email-address-book__wrapper {
    padding-bottom: 20px; }
    .email-signup .email-address-book__wrapper #dd_subscriptions {
      color: var(--font-color); }
  .email-signup #btnsubmit {
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: var(--cta-bg-color);
    color: var(--cta-font-color);
    padding: 12px 18px;
    text-decoration: uppercase;
    margin-bottom: 10px;
    min-width: 250px; }
    .email-signup #btnsubmit:hover {
      background: var(--cta-bg-color-hover);
      color: var(--cta-font-color-hover); }

#shopify-section-recently-viewed {
  margin-top: 50px;
  padding-top: 50px;
  background-color: white; }
  #shopify-section-recently-viewed h2, #shopify-section-recently-viewed .h2 {
    text-align: center;
    color: black; }
  #shopify-section-recently-viewed .carousel-wrapper.swiper-wrapper .grid__item {
    width: 100%; }
  #shopify-section-recently-viewed .currency span + span {
    margin-left: 1em; }
  #shopify-section-recently-viewed .swiper-button-next.swiper-button-disabled, #shopify-section-recently-viewed .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto; }
  #shopify-section-recently-viewed .swiper-button-next {
    right: 0px; }
  #shopify-section-recently-viewed .swiper-button-prev {
    left: 0px; }

.grid__image .image-rollover-overlay .icon svg, .product-grid-section .featured-products .grid__item .grid__image .image-rollover-overlay .icon svg {
  max-height: 180px;
  max-width: 180px;
  fill: rgba(255, 255, 255, 0.5);
  opacity: 0.5; }

.site-footer {
  background-color: black; }

#shopify-section-1613141229d8b48f75 .section-text-wrapper {
  line-height: 1;
  letter-spacing: 3px;
  padding-top: 15px;
  padding-bottom: 0px;
  max-width: 800px;
  margin: auto; }

.section-title {
  font-size: 50px;
  color: white;
  border-bottom: 0px solid #fff;
  margin-bottom: 0px; }

#shopify-section-160826753575dc005b .section-product-list {
  padding-top: 30px; }

.product-single select {
  font-size: 1em;
  display: none; }

#shopify-section-161435791193a70566 {
  max-width: 1000px;
  margin: auto; }

.nav-bar.compartmentalized .bottom-bar.complayout_-n- .site-nav {
  padding-top: 5px;
  padding-left: 35px;
  display: inline-block;
  font-weight: bold;
  font-size: 15px; }

.site-nav__link {
  display: block;
  text-decoration: none;
  padding: 13px 10px 8px;
  white-space: nowrap;
  line-height: 1;
  transition: all 100ms ease-out 0s; }

.template-index .embedded-alert-message {
  display: none; }

.embedded-alert-message {
  letter-spacing: 0.5px;
  padding: 1rem;
  background: #E6E6E6;
  color: black;
  border: 0px solid black;
  text-align: center; }
  .embedded-alert-message a {
    text-decoration: underline;
    color: black; }
  .edit_checkout .embedded-alert-message {
    margin-top: 1rem;
    text-align: left; }

@media screen and (min-width: 769px) {
  #shopify-section-16131636006f3a0c24 .section-text-wrapper {
    max-width: 450px;
    margin: auto; } }
@media screen and (max-width: 480px) {
  #shopify-section-1613141229d8b48f75 .section-text-wrapper {
    max-width: 200px;
    margin: auto; } }
