/** Shopify CDN: Minification failed

Line 24:2 Expected identifier but found "*"
Line 65:2 Expected identifier but found "*"
Line 538:2 Expected identifier but found "*"
Line 575:2 Expected identifier but found "*"
Line 2271:2 Expected identifier but found "*"
Line 6428:2 "text-transfrom" is not a known CSS property
Line 6434:4 "text-transfrom" is not a known CSS property
Line 6448:4 "text-transfrom" is not a known CSS property
Line 6452:2 "text-transfrom" is not a known CSS property
Line 9760:0 Unexpected "19203ed69fb3"

**/
@charset "UTF-8";
/*
 * 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(https://halseyshop.com/cdn/shop/t/27/assets/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("custom-font_v-60942957390452171931697660446.woff") format("woff"), url("https://halseyshop.com/cdn/shop/t/27/assets/custom-font.eot?v=114123308881536582531697660448") format("embedded-opentype"), url("https://halseyshop.com/cdn/shop/t/27/assets/custom-font.ttf?v=11742547917204572091697660447") format("ttf"), url("https://halseyshop.com/cdn/shop/t/27/assets/custom-font.svg?v=2983728615519646181697660447") format("svg"); }

@font-face {
  font-family: 'icons';
  src: url("https://halseyshop.com/cdn/shop/t/27/assets/icons.eot?v=122314814301922091781697660370");
  src: url("https://halseyshop.com/cdn/shop/t/27/assets/icons.eot?v=122314814301922091781697660370#iefix") format("embedded-opentype"), url("icons_v-28436616135798996821697660370.woff") format("woff"), url("https://halseyshop.com/cdn/shop/t/27/assets/icons.ttf?v=134395996546954674321697660370") format("truetype"), url("https://halseyshop.com/cdn/shop/t/27/assets/icons.svg?v=83012878008495321881697660370#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

:root {
  --bodyFontStack: "custom-font", Arial, Helvetica, Sans-Serif;
  --headerFontStack: "custom-font", Arial, Helvetica, Sans-Serif;
  --symbolFontStack: "custom-font", Arial, Helvetica, Sans-Serif;
  --navFontStack: "custom-font", Arial, Helvetica, Sans-Serif;
  --btnFontStack: "custom-font", Arial, Helvetica, Sans-Serif;
  --global-header-size: 1.4em;
  --btnFontSize: 1rem;
  --headerFontTransform: none;
  --bodyFontTransform: none;
  --btnFontTransform: uppercase; }

.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: relative;
    top: 0;
    right: 0;
    transform: none;
    z-index: 1;
    width: 100%;
    margin-bottom: 0;
    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; }

.grid__item-add-to-cart-error-message {
  color: #d02e2e;
  font-size: 0.7rem;
  text-transform: capitalize;
  min-height: 20px; }

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

html {
  height: 100%;
  font-size: 13px;
  letter-spacing: normal;
  scroll-behavior: smooth; }

body {
  background-color: #9985a7; }
  body .static-background {
    background-image: "none";
    background-repeat: no-repeat;
    background-position: top 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("../../../files/halsbg2_2000x_v-1568254649.jpg"); } }

.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):not(.account-template), .main-content .index-section:not(.index-section--flush) > .nowrapper:not(.collection-header):not(.account-template) {
      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: #a3535e;
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase; }
  .currency .product-compare-at-price {
    color: #aaaaaa;
    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: none;
  color: #293744;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

input {
  color: #a3535e; }

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: none;
  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: #293744; }
  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: #293744;
  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: #293744;
  text-decoration: none;
  background: transparent; }

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

button {
  overflow: visible; }

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

.btn, .btn--secondary,
.rte .btn--secondary, .btn--right_align, .email-popup-block .email-popup form input[type=submit],
.rte .btn,
.rte .btn--secondary,
.rte .btn--right_align,
.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: 1rem;
  text-transform: uppercase;
  /*================ Set primary button colors - can override later ================*/
  background-color: #293744;
  color: white; }
  .btn:hover, .btn--secondary:hover, .btn--right_align:hover, .email-popup-block .email-popup form input[type=submit]:hover, .btn:active, .btn--secondary:active, .btn--right_align:active, .email-popup-block .email-popup form input[type=submit]:active,
  .rte .btn:hover,
  .rte .btn--secondary:hover,
  .rte .btn--right_align: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 .btn--right_align: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: #a3535e;
    color: white;
    border-color: transparent; }
  .btn:focus, .btn--secondary:focus, .btn--right_align:focus, .email-popup-block .email-popup form input[type=submit]:focus,
  .rte .btn:focus,
  .rte .btn--secondary:focus,
  .rte .btn--right_align: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: #a3535e;
    color: white;
    border-color: transparent; }
  .btn[disabled], [disabled].btn--secondary, [disabled].btn--right_align, .email-popup-block .email-popup form input[disabled][type=submit], .btn.disabled, .disabled.btn--secondary, .disabled.btn--right_align, .email-popup-block .email-popup form input.disabled[type=submit],
  .rte .btn[disabled],
  .rte [disabled].btn--secondary,
  .rte [disabled].btn--right_align,
  .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 .disabled.btn--right_align,
  .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: white;
    background-color: #a4a4a4; }
  .btn.is-adding, .is-adding.btn--secondary, .is-adding.btn--right_align, .email-popup-block .email-popup form input.is-adding[type=submit],
  .rte .btn.is-adding,
  .rte .is-adding.btn--secondary,
  .rte .is-adding.btn--right_align,
  .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: #a3535e; }
  .btn--secondary:hover,
  .rte .btn--secondary:hover {
    background-color: #81424b;
    color: white; }
  .btn--secondary:active,
  .rte .btn--secondary:active {
    background-color: #5f3137;
    color: white; }
  .btn--secondary:focus,
  .rte .btn--secondary:focus {
    background-color: #5f3137;
    color: white; }

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

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

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

.btn--right_align {
  margin-left: auto; }

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

*:not(.hero-media-wrapper) > .video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  *:not(.hero-media-wrapper) > .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  *:not(.hero-media-wrapper) > .video-wrapper video {
    width: 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("https://halseyshop.com/cdn/shop/t/27/assets/ico-select-dark.svg?v=138575395693237243731697660417");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: white;
  color: black;
  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 .input-group-btn:first-child > .btn--right_align,
  .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 input[type="hidden"]:first-child + .input-group-btn > .btn--right_align,
  .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 .input-group-btn:last-child > .btn--right_align,
  .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 .btn--right_align, .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: #a3535e; }
  @media screen and (min-width: 769px) {
    .breadcrumb {
      margin-top: 4em; } }
  .breadcrumb a {
    color: #a3535e; }
  .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: #293744; }

/*============================================================================
  #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: white !important; }

iframe {
  max-width: 100%; }

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

.v-hidden {
  visibility: hidden; }

/*============================================================================
  # Skeleton loading background animation
==============================================================================*/
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6; }

  100% {
    background-color: #f0f3f5; } }

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

.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;
  z-index: 998;
  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; }
  @media screen and (max-width: 768px) {
    .drawer.drawer--cart {
      width: 300px;
      max-width: 300px; } }
  @media screen and (max-width: 480px) {
    .drawer.drawer--cart {
      width: 100%;
      max-width: 100%; } }

.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 #a3535e;
  background: #a3535e;
  background-color: #a3535e;
  color: black;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .drawer--right {
      right: -300px; } }
  @media screen and (max-width: 480px) {
    .drawer--right {
      z-index: 998;
      right: -100vw; } }
  .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); }
    @media screen and (max-width: 768px) {
      .js-drawer-open-right .drawer--right {
        -ms-transform: translateX(-300px);
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px); } }
    @media screen and (max-width: 480px) {
      .js-drawer-open-right .drawer--right {
        height: 100vh;
        -ms-transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw); } }
    .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; }

@media screen and (max-width: 480px) {
  .drawer__close-left button {
    left: 10px;
    right: auto; } }
/*============================================================================
  #Ajax Cart Styles (conditionally loaded)
==============================================================================*/
@media screen and (min-height: 400px) {
  .cart__checkout {
    position: relative;
    bottom: 10px;
    max-width: 100%; } }
.mini-cart .cart__checkout {
  left: initial;
  margin-left: initial; }

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

.ajaxcart__subtotal_container {
  margin-bottom: 30px; }

.ajaxcart__inner {
  max-height: calc(var(--vh, 1vh) * 100 - 277px);
  overflow: auto;
  padding: 5px; }
  @media screen and (max-width: 480px) {
    .ajaxcart__inner {
      max-height: calc(var(--vh, 1vh) * 100 - 350px); } }

.ajaxcart__message {
  color: #d02e2e; }

.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 {
    color: #aaaaaa;
    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 #a3535e; }

.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: none;
  color: #000;
  font-size: 1em;
  color: white; }

span.ajaxcart__product-name {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: none;
  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 .btn--right_align, .ajaxcart__footer .email-popup-block .email-popup form input[type=submit], .email-popup-block .email-popup form .ajaxcart__footer input[type=submit] {
  background: #293744;
  color: white; }

.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: #293744;
    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: #293744;
  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: #4a6074;
    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: #a3535e;
  color: white;
  padding: 3px 0;
  margin: 0 1px;
  border-radius: 3px;
  position: relative;
  width: 35px; }

.ajaxcart__qty-adjust {
  background: #a3535e;
  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: 2px solid black; }
  .drawer--right .currency {
    font-size: 1em;
    color: white; }
    .drawer--right .currency span {
      display: block; }
  .drawer--right .drawer__title {
    font-size: 1em;
    color: white; }
  @media screen and (max-width: 480px) {
    .drawer--right .drawer__title-center {
      text-align: center; } }
  .drawer--right .drawer__close button {
    color: white; }
    .drawer--right .drawer__close button:hover, .drawer--right .drawer__close button:focus {
      color: #293744; }

body:not(.keyboard-focus) .drawer__close button {
  outline: none !important; }
  body:not(.keyboard-focus) .drawer__close button:hover, body:not(.keyboard-focus) .drawer__close button:focus {
    outline: none !important; }

.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: #000000;
  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: #293744;
    color: white; }
  .upsell-product-container .upsell-details #upsellAddToCartTemplate {
    margin: 10px 0;
    white-space: normal;
    background: #293744;
    color: white; }

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

.subscription-remove {
  margin-left: 1rem;
  cursor: pointer; }

/*============================================================================
  #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: 999; }
  .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: 2rem;
  color: #293744; }
  .mobile-nav-trigger:focus {
    color: #a3535e; }
  .mobile-nav-trigger.active {
    color: #293744; }
    .mobile-nav-trigger.active:focus {
      color: #a3535e; }

#mobile-nav-overlay.overlay {
  padding: 25px;
  justify-content: center;
  background-color: #a3535e;
  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: #293744; }
      #mobile-nav-overlay.overlay ul.mobile-nav a:focus {
        color: white; }
    #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: white; }
  #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: #293744; }
      #mobile-nav-overlay.overlay .mobile-nav__social a:first-child {
        padding-left: 0; }
      #mobile-nav-overlay.overlay .mobile-nav__social a:focus {
        color: #a3535e; }

@media screen and (min-width: 1000px) {
  #mobile-nav-overlay.overlay {
    display: none; } }
@media screen and (max-width: 1000px) {
  #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.5rem;
    position: relative;
    top: 2px; }

body:not(.keyboard-focus) .site-header__cart-toggle {
  outline: none !important; }
  body:not(.keyboard-focus) .site-header__cart-toggle:hover, body:not(.keyboard-focus) .site-header__cart-toggle:focus {
    outline: none !important; }

.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: #293744; }

/*============================================================================
  #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: #293744; }
  .nav-bar .nav-wrapper {
    padding: 0 2rem;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .nav-bar .nav-wrapper {
        padding: 0 1rem; } }
  .nav-bar .cart-container a {
    color: #293744; }
    .nav-bar .cart-container a svg {
      fill: #293744;
      width: 1.5rem;
      height: 1.5rem;
      position: relative;
      top: 3px; }
    .nav-bar .cart-container a:hover, .nav-bar .cart-container a:focus {
      color: #a3535e; }
      .nav-bar .cart-container a:hover svg, .nav-bar .cart-container a:focus svg {
        fill: #a3535e; }
  .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: rgba(0, 0, 0, 0);
      color: #293744;
      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: #a3535e; }
    .nav-bar .cart-container a.site-header__cart-toggle .icon-cart-custom {
      width: 1.5rem;
      height: 1.5rem;
      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: #293744;
    margin-right: 10px; }
  .nav-bar form.header-search input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #f26557;
    padding-left: 0;
    margin-left: 15px;
    color: #a3535e;
    text-transform: none; }
    .nav-bar form.header-search input::-webkit-input-placeholder {
      color: white; }
    .nav-bar form.header-search input:-moz-placeholder {
      color: white; }
    .nav-bar form.header-search input::-moz-placeholder {
      color: white; }
    .nav-bar form.header-search input:-ms-input-placeholder {
      color: white; }
  .nav-bar .site-nav {
    font-size: 14px;
    padding-top: 37px; }
  .nav-bar .top-bar {
    background-color: rgba(0, 0, 0, 0);
    transition: height 0.2s ease 0s;
    font-weight: 600;
    height: 75px; }
    .nav-bar .top-bar .nav-wrapper {
      line-height: 0; }
    .nav-bar .top-bar .site-nav {
      font-size: 1.14286em;
      font-weight: 400;
      font-size: 14px;
      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: #293744;
          line-height: 1; }
          .nav-bar .top-bar .site-nav > li > a:hover, .nav-bar .top-bar .site-nav > li > a:focus {
            color: #a3535e; }
    .nav-bar .top-bar .category-nav {
      margin: 0;
      margin-right: 90px;
      margin-top: 36px;
      float: right;
      list-style-type: none;
      font-size: 13px;
      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: #fce9b8;
          padding: 15px; }
          .nav-bar .top-bar .category-nav > li a:hover, .nav-bar .top-bar .category-nav > li a:focus {
            color: white; }
        .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: #a3535e;
                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: #293744; }
        .nav-bar .top-bar .cart-container a:hover, .nav-bar .top-bar .cart-container a:focus {
          color: #a3535e; }
  .nav-bar .bottom-bar {
    background-color: #a3535e;
    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: 13px;
      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: #fce9b8;
          padding: 15px 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: white; }
        .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: #a3535e;
                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: #293744; }
        .nav-bar .bottom-bar .cart-container a:hover, .nav-bar .bottom-bar .cart-container a:focus {
          color: #a3535e; }
  .nav-bar .header-logo-link {
    display: inline-block;
    line-height: 0; }
    .nav-bar .header-logo-link .header-logo {
      max-height: 40px;
      transition: all 0.2s ease 0s; }
      @media screen and (min-width: 769px) {
        .nav-bar .header-logo-link .header-logo {
          margin: 0;
          max-height: 60px; } }
  .nav-bar .site-nav--mobile .mobile-cart {
    padding-top: 6px;
    padding-bottom: 5px;
    color: #293744; }
    .nav-bar .site-nav--mobile .mobile-cart svg {
      fill: #293744; }
    .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: #293744;
      color: rgba(0, 0, 0, 0);
      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: black; }
      .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: black; }
      .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: rgba(0, 0, 0, 0);
    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: 40px; }
    .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: black; }
        .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: 997;
  position: relative; }
  .sticky-wrapper.js-is-stuck {
    top: 0; }
  .sticky-wrapper.is-sticky .nav-bar .top-bar, .sticky-wrapper.js-is-stuck .nav-bar .top-bar {
    height: 75px; }
    .sticky-wrapper.is-sticky .nav-bar .top-bar .site-nav, .sticky-wrapper.js-is-stuck .nav-bar .top-bar .site-nav {
      padding-top: 11px; }
    .sticky-wrapper.is-sticky .nav-bar .top-bar .category-nav, .sticky-wrapper.js-is-stuck .nav-bar .top-bar .category-nav {
      margin-top: 11px; }
    .sticky-wrapper.is-sticky .nav-bar .top-bar .cart-container, .sticky-wrapper.js-is-stuck .nav-bar .top-bar .cart-container {
      top: 19px; }
    .sticky-wrapper.is-sticky .nav-bar .top-bar .header-logo-link .header-logo, .sticky-wrapper.js-is-stuck .nav-bar .top-bar .header-logo-link .header-logo {
      margin-top: 0;
      max-height: 60px; }
  .sticky-wrapper.is-sticky .nav-bar .bottom-bar .category-nav li a, .sticky-wrapper.js-is-stuck .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: #a3535e; }
  .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: #a3535e;
      background: none; }

/*================ Dropdowns ================*/
.site-nav__dropdown {
  display: none;
  position: absolute;
  background: white;
  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;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row; }
  .site-nav__dropdown a {
    background-color: white;
    color: black;
    border-bottom: 1px solid #eeeeee;
    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: #f8f8f8;
      color: black; }

/*================ 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: #293744; }
  .sticky-wrapper.is-sticky .nav-bar.compartmentalized .nav-wrapper.flexbox .site-nav, .sticky-wrapper.js-is-stuck .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: #293744; }
        .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: #a3535e; }
    .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: 75px; }
  .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,
.sticky-wrapper.js-is-stuck .nav-bar.compartmentalized .top-bar .left-container,
.sticky-wrapper.js-is-stuck .nav-bar.compartmentalized .top-bar .right-container {
  top: 10px; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar .right-container,
.sticky-wrapper.js-is-stuck .nav-bar.compartmentalized .top-bar .right-container {
  top: 36px; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar .cart-container,
.sticky-wrapper.js-is-stuck .nav-bar.compartmentalized .top-bar .cart-container {
  top: 0; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .top-bar.complayout_l-n-mc .left-container,
.sticky-wrapper.js-is-stuck .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,
.sticky-wrapper.js-is-stuck .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,
  .sticky-wrapper.js-is-stuck .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,
.sticky-wrapper.js-is-stuck .nav-bar.compartmentalized .bottom-bar .category-nav li a {
  padding: 15px; }
.sticky-wrapper.is-sticky .nav-bar.compartmentalized .site-nav--mobile__top,
.sticky-wrapper.js-is-stuck .nav-bar.compartmentalized .site-nav--mobile__top {
  height: 75px; }
  .sticky-wrapper.is-sticky .nav-bar.compartmentalized .site-nav--mobile__top .header-logo-link .header-logo,
  .sticky-wrapper.js-is-stuck .nav-bar.compartmentalized .site-nav--mobile__top .header-logo-link .header-logo {
    max-height: 40px; }

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

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

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

.sticky-wrapper.is-sticky .nav-bar .announcement-bar,
.sticky-wrapper.js-is-stuck .nav-bar .announcement-bar {
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  padding: 0; }

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: #555555; }
    .account-container a svg {
      fill: #555555;
      width: 1rem;
      height: 1rem;
      position: relative; }
    .account-container a:hover, .account-container a:focus {
      color: #333333; }
      .account-container a:hover svg, .account-container a:focus svg {
        fill: #333333; }

/*============================================================================
  # Header Reward Points
==============================================================================*/
.reward-container {
  color: #555555;
  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: #293744; }
  @media only screen and (max-width: 480px) {
    .site-footer {
      font-size: 0.5em;
      padding: 21.5px 0 70px; } }
  .site-footer a {
    color: #a3535e; }
  .site-footer .footer-container {
    padding: 0 30px; }
    @media screen and (min-width: 769px) {
      .site-footer .footer-container {
        padding: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 15px; } }
  .site-footer .footer-logo {
    position: relative;
    text-align: center; }
    .site-footer .footer-logo img {
      max-height: 150px; }
  .site-footer a {
    display: inline-block;
    position: relative;
    padding: 0 15px; }
  .site-footer .footer-social {
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 769px) {
      .site-footer .footer-social {
        margin-bottom: 0; } }
    .site-footer .footer-social a {
      padding: 1rem;
      color: #293744; }
      .site-footer .footer-social a:hover {
        color: #a3535e; }
      .site-footer .footer-social a i {
        font-size: 1.5rem; }
        @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 {
        margin-left: auto; } }
    @media screen and (min-width: 769px) {
      .site-footer .footer-text a:after {
        content: "";
        background: #a3535e;
        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;
      font-size: 1rem; }
    .site-footer .footer-text .footer-screen-reader {
      text-transform: uppercase;
      font-size: 7px; }
    .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: #9985a7;
  color: #293744;
  font-weight: 700;
  margin-left: -0.2em;
  display: inline-block; }

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

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

.pdp-ftc-error-banner {
  flex: 0 0 100%;
  margin-top: 0.9rem;
  padding: 0.6rem 1.2rem 0.6rem 0.7rem;
  background: #FFF6F6;
  border: 0.25px solid #FFF6F6;
  color: #E71113;
  font-weight: 300; }

.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: #293744;
    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: #293744;
    font-size: 13px; }
  .cart__row .subscription-name {
    color: black;
    font-size: 13px; }
  .cart__row .currency {
    color: #a3535e;
    font-weight: bold;
    font-size: 1em;
    white-space: nowrap;
    display: inline-block; }
    .cart__row .currency.strike-through, .cart__row .currency.compare-at-price {
      color: #aaaaaa;
      display: block;
      text-decoration: line-through; }
  .cart__row .cart__tip-jar-header {
    margin-bottom: 0;
    padding-bottom: 0; }
  .cart__row .cart__invoice-fisca-message {
    color: #d02e2e;
    padding-left: 30px;
    padding-bottom: 10px; }
    @media screen and (max-width: 769px) {
      .cart__row .cart__invoice-fisca-message {
        padding-left: 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: #293744;
      font-family: "custom-font", Arial, Helvetica, Sans-Serif;
      font-weight: 700;
      text-transform: none;
      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: none;
        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__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; }
  #invoice-form-fields .tax-form-fields-wrap {
    display: flex;
    flex-wrap: wrap; }

#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: #a3535e;
  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: #a3535e; }
  .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; }
  .product-single .product-vendor {
    display: none;
    font-size: 1rem; }
  .product-single h2, .product-single .h2 {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    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.125rem;
    text-align: left;
    color: #293744; }
    @media screen and (max-width: 769px) {
      .product-single .currency {
        text-align: center;
        font-size: 1rem; } }
    .product-single .currency .product-compare-at-price {
      color: #999999;
      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 .btn--right_align, .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 .btn--right_align, .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: #293744;
    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: black;
      margin-right: .7em; }
      .product-single .social a:hover, .product-single .social a:focus {
        color: #fce9b8; }
      .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 #AddToCart.btn--right_align, .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 {
    background: unset;
    color: #ffffff; }
  .product-single__photos .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 0.2; }
    .product-single__photos .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #a3535e;
      opacity: 1; }
  .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: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  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: #293744; }
      body.template-product-udiscover .main-content .product-single .product-category a:hover {
        color: #a3535e; }
  body.template-product-udiscover .main-content .product-shipping {
    padding: 15px 0px;
    font-weight: bold;
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
  @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: #293744;
  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 Image Arrows
==============================================================================*/
.product-single .product-photos .up-arrow,
.product-single .product-photos .down-arrow,
.product-single .product-photos .left-arrow,
.product-single .product-photos .right-arrow {
  position: absolute;
  z-index: 1;
  line-height: 1; }
  .product-single .product-photos .up-arrow svg,
  .product-single .product-photos .down-arrow svg,
  .product-single .product-photos .left-arrow svg,
  .product-single .product-photos .right-arrow svg {
    display: block; }
.product-single .product-photos .up-arrow,
.product-single .product-photos .down-arrow {
  height: 9px;
  width: 15px;
  left: 50%;
  transform: translateX(-50%); }
.product-single .product-photos .up-arrow {
  top: -18px; }
.product-single .product-photos .down-arrow {
  bottom: -18px; }
.product-single .product-photos .left-arrow,
.product-single .product-photos .right-arrow {
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 9px; }
.product-single .product-photos .left-arrow {
  left: -18px; }
.product-single .product-photos .right-arrow {
  right: -18px; }
.product-single.nowrapper .product-photos .left-arrow {
  left: 10px; }
.product-single.nowrapper .product-photos .right-arrow {
  right: 10px; }

/*============================================================================
  # Product Image Slider
==============================================================================*/
.product-single__photos .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.product-single__photos--dots-center-offset {
  margin-bottom: 15px; }
  .product-single__photos--dots-center-offset .swiper-container {
    padding-bottom: 30px; }
    .product-single__photos--dots-center-offset .swiper-container .swiper-pagination {
      bottom: 0; }

.product-single__photos--dots-left-inset .swiper-pagination {
  padding-left: 14px;
  text-align: left; }

.product-single__photos--dots-left-offset {
  margin-bottom: 15px; }
  .product-single__photos--dots-left-offset .swiper-container {
    padding-bottom: 30px; }
    .product-single__photos--dots-left-offset .swiper-container .swiper-pagination {
      left: -4px;
      bottom: 0;
      text-align: left; }

/*============================================================================
  # Product Image Vertical/Horizontal Scroll Component
==============================================================================*/
.product-single__photos-wrapper {
  position: relative;
  margin-bottom: 30px; }
  .product-single__photos-wrapper .product-single__photos--vertical-scroll img {
    margin-bottom: 0px; }
    .product-single__photos-wrapper .product-single__photos--vertical-scroll img:last-of-type {
      margin-bottom: 0; }

.product-single__photos-wrapper--horizontal-scroll .product-single__photos--horizontal-scroll {
  display: flex;
  overflow: scroll;
  margin-bottom: 0; }
  .product-single__photos-wrapper--horizontal-scroll .product-single__photos--horizontal-scroll img {
    min-width: 100%;
    margin-right: 0px; }
    .product-single__photos-wrapper--horizontal-scroll .product-single__photos--horizontal-scroll img:last-of-type {
      margin-right: 0; }
.product-single__photos-wrapper--horizontal-scroll .left-arrow,
.product-single__photos-wrapper--horizontal-scroll .right-arrow {
  stroke: black; }

/*============================================================================
  # Product Thumbnails Display Component
==============================================================================*/
.product_images_thumnails-block .product-single__thumbnail-container,
.product_images_thumnails-flex .product-single__thumbnail-container {
  padding: 0;
  border: 1px solid transparent;
  transition: border-color .15s ease-in-out; }
  .product_images_thumnails-block .product-single__thumbnail-container.mz-thumb-selected,
  .product_images_thumnails-flex .product-single__thumbnail-container.mz-thumb-selected {
    border-color: black; }
  .product_images_thumnails-block .product-single__thumbnail-container img,
  .product_images_thumnails-flex .product-single__thumbnail-container img {
    width: 100%; }
.product_images_thumnails-block .up-arrow,
.product_images_thumnails-block .down-arrow,
.product_images_thumnails-block .left-arrow,
.product_images_thumnails-block .right-arrow,
.product_images_thumnails-flex .up-arrow,
.product_images_thumnails-flex .down-arrow,
.product_images_thumnails-flex .left-arrow,
.product_images_thumnails-flex .right-arrow {
  stroke: black; }

.product_images_thumnails-flex {
  display: flex; }
  .product_images_thumnails-flex .product-single__thumbnails {
    display: block;
    width: 60px;
    margin: 0 calc(30px / 2) 0 0;
    padding-top: 80px; }

.product_images_thumnails-flex.scroll-enabled {
  position: relative; }
  .product_images_thumnails-flex.scroll-enabled .product-single__thumbnails-wrapper {
    position: absolute;
    width: 60px;
    height: 100%; }
  .product_images_thumnails-flex.scroll-enabled .product-single__thumbnails {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    .product_images_thumnails-flex.scroll-enabled .product-single__thumbnails::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0; }
    .product_images_thumnails-flex.scroll-enabled .product-single__thumbnails .product-single__thumbnail-container {
      flex-shrink: 0; }
  .product_images_thumnails-flex.scroll-enabled .product-single__photos.multi-image {
    width: calc(100% - 60px - (30px / 2));
    margin-left: calc(60px + (30px / 2));
    margin-bottom: 0; }

.product_images_thumnails-flex.auto-center .product-single__thumbnails {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.product_images_thumnails-block {
  display: block; }
  .product_images_thumnails-block .product-single__photos {
    margin-bottom: calc(30px / 2); }
  .product_images_thumnails-block .product-single__thumbnails li {
    display: inline-block;
    margin: 0 calc(15px / 2) 15px; }
  .product_images_thumnails-block .product-single__thumbnails li.product-single__thumbnail-container {
    padding: 0;
    width: 60px; }

.product-photos--mobile {
  margin-bottom: 30px; }
  .product-photos--mobile .product_images_thumnails-block:not(.scroll-enabled) .product-single__thumbnails {
    margin-bottom: calc(-1 * 15px); }

.product-photos--desktop .product_images_thumnails-block .product-single__thumbnails {
  margin-left: 0; }

.product_images_thumnails-block.scroll-enabled .product-single__thumbnails-wrapper {
  position: relative; }
.product_images_thumnails-block.scroll-enabled .product-single__thumbnails {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */ }
  .product_images_thumnails-block.scroll-enabled .product-single__thumbnails::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .product_images_thumnails-block.scroll-enabled .product-single__thumbnails .product-single__thumbnail-container {
    margin-bottom: 0;
    flex-shrink: 0; }
    .product_images_thumnails-block.scroll-enabled .product-single__thumbnails .product-single__thumbnail-container:first-of-type {
      margin-left: 0; }
    .product_images_thumnails-block.scroll-enabled .product-single__thumbnails .product-single__thumbnail-container:last-of-type {
      margin-right: 0; }

.product_images_thumnails-block.auto-center .product-single__thumbnails {
  display: flex;
  justify-content: center; }

/*============================================================================
  # Product Image Zoom
==============================================================================*/
.product_images_thumnails-flex-fullview ul.product-single__thumbnails.grid-uniform.over-6 {
  overflow-y: scroll; }

.product_images_thumnails-flex-fullview,
.product_images_thumnails-block-fullview {
  overflow-y: auto;
  overflow-y: overlay;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 112;
  background: #ffffff;
  overflow-y: scroll;
  background-color: #9985a7;
  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-fullview .thumbnails-main-image {
  width: calc(100% - 10px) !important;
  margin-left: auto !important; }
.product_images_thumnails-flex-fullview .product-single__thumbnails-wrapper {
  z-index: 100;
  position: fixed;
  left: 30px;
  max-height: 80vh;
  transform: translateY(-50%);
  top: 50%;
  overflow: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */ }
  .product_images_thumnails-flex-fullview .product-single__thumbnails-wrapper::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }

.product_images_thumnails-block-fullview .product-single__thumbnails-wrapper {
  max-width: calc(100% - (30px * 2));
  padding: 30px 0;
  position: fixed !important;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
.product_images_thumnails-block-fullview .left-arrow {
  left: -18px !important; }
.product_images_thumnails-block-fullview .right-arrow {
  right: -18px !important; }

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

.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;
  width: 60px;
  margin-bottom: 30px; }
  .product_images_thumnails-flex .product-single__thumbnails li.product-single__thumbnail-container:last-of-type {
    margin-bottom: 0; }

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

.related-products__carousel .swiper-button-next.swiper-button-disabled, .related-products__carousel .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto; }
.related-products__carousel h2, .related-products__carousel .h2 {
  font-size: 2rem;
  text-align: left; }
.related-products__carousel .currency {
  margin-bottom: 30px; }

.swiper-slide {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  flex-direction: column;
  transition-property: transform; }
  .related-products__carousel .swiper-slide {
    height: auto;
    border: 1px solid #000; }
    .related-products__carousel .swiper-slide::after {
      content: "";
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0;
      transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s; }
    .related-products__carousel .swiper-slide:hover {
      cursor: pointer; }
      .related-products__carousel .swiper-slide:hover::after {
        opacity: 0%;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s; }
  .swiper-slide.grid__item {
    padding: 15px; }

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

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

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

   /*================================================================
Accordian
================================================================*/
.product-desc-accordion {
  margin-bottom: 10px; }

.accordion {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  cursor: pointer;
  padding: 18px 10px;
  width: 100%;
  text-align: left;
  outline: none !important;
  font-size: 15px;
  transition: 0.4s;
  position: relative; }

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

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

.panel {
  padding: 0px 18px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #e6e6e6; }
  .panel a.accordion__product-name,
  .panel p.accordion__product-name {
    font-size: 1.2em;
    font-weight: bold; }

.acc-desc {
  color: #000;
  white-space: pre-line;
  padding-top: 10px; }

.accordion__product-list p {
  margin: 0px; }
.accordion__product-list .accordion__product-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem; }
  .accordion__product-list .accordion__product-item .accordion__product-item__image {
    width: 50px;
    margin-right: 1rem; }
  .accordion__product-list .accordion__product-item .accordion__product-item__detail {
    flex: 1; }
    .accordion__product-list .accordion__product-item .accordion__product-item__detail .accordion__title-wrapper,
    .accordion__product-list .accordion__product-item .accordion__product-item__detail .currency {
      text-align: left;
      margin-bottom: 0; }

/* ===========================================================================
  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 #000 !important; }
  .product-color-swatch-checked:focus span, .product-color-swatch-checked:hover span {
    border: 2px solid #000 !important; }

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

   /* ===========================================================================
  Infinite Options App styles
============================================================================= */
@media screen and (max-width: 768px) {
  #infiniteoptions-container input {
    margin: auto; } }

.AddToCart.disabled {
  pointer-events: none;
  cursor: not-allowed; }

.subscription-checkbox-container {
  margin-bottom: 1.3rem; }

.subscription-error {
  flex: 0 0 100%;
  margin-top: 0.9rem;
  padding: 0.6rem 1.2rem 0.6rem 0.7rem;
  background: #FFF6F6;
  border: 0.25px solid #FFF6F6;
  color: #E71113;
  font-weight: 300; }

.subscription_link {
  text-decoration: underline; }

/* ===========================================================================
  Bundle Banner Styles
============================================================================= */
.bundle-banner {
  max-height: 400px;
  padding: 10px 30px !important;
  text-align: center;
  background: #E7E7EA;
  color: #34343F;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .bundle-banner {
      font-size: 12px; } }
  @media screen and (max-width: 480px) {
    .bundle-banner {
      line-height: 1.2; } }
  .bundle-banner a {
    color: #34343F;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 16px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .bundle-banner a {
        margin-left: 0; } }

.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 .btn--right_align, .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 .btn--right_align, .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; }

#AjaxinatePagination {
  text-align: center; }
  #AjaxinatePagination .collection-loading-circle {
    display: none;
    width: 30px;
    height: 30px;
    margin: auto; }
  #AjaxinatePagination.AjaxinatePagination_active a {
    display: none; }
  #AjaxinatePagination.AjaxinatePagination_active .collection-loading-circle {
    display: flex;
    animation-name: loadingCircle;
    animation-duration: 7s;
    animation-iteration-count: infinite; }

@keyframes loadingCircle {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

/*============================================================================
  # 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; }

.my-account-orders thead, .my-account-subscriptions thead {
  text-transform: uppercase;
  font-weight: 400; }
  .my-account-orders thead th, .my-account-subscriptions thead th {
    font-weight: 400; }
.my-account-orders th,
.my-account-orders td, .my-account-subscriptions th,
.my-account-subscriptions td {
  border: none;
  text-align: center; }
.my-account-orders .order-number-column, .my-account-subscriptions .order-number-column {
  text-align: left; }
.my-account-orders .order-number a, .my-account-subscriptions .order-number a {
  border-bottom: 2px solid #000000;
  font-weight: 400;
  color: #000000; }
.my-account-orders .order-date,
.my-account-orders .mobile-subscription-status, .my-account-subscriptions .order-date,
.my-account-subscriptions .mobile-subscription-status {
  color: #7F7F84; }
.my-account-orders .subscription-column > svg,
.my-account-orders .mobile-subscription-status > svg, .my-account-subscriptions .subscription-column > svg,
.my-account-subscriptions .mobile-subscription-status > svg {
  fill: #7F7F84; }
.my-account-orders .order-fulfillment-status span, .my-account-subscriptions .order-fulfillment-status span {
  padding: 5px 10px;
  border-radius: 15px; }
.my-account-orders .order-fulfillment-status:not(.high-contract-badges).complete span, .my-account-subscriptions .order-fulfillment-status:not(.high-contract-badges).complete span {
  background-color: #A4E8F2; }
.my-account-orders .order-fulfillment-status:not(.high-contract-badges).fulfilled span, .my-account-subscriptions .order-fulfillment-status:not(.high-contract-badges).fulfilled span {
  background-color: #AEE9D1; }
.my-account-orders .order-fulfillment-status:not(.high-contract-badges).partial span, .my-account-subscriptions .order-fulfillment-status:not(.high-contract-badges).partial span {
  background-color: #FFD79D; }
.my-account-orders .order-fulfillment-status:not(.high-contract-badges).restocked span, .my-account-subscriptions .order-fulfillment-status:not(.high-contract-badges).restocked span {
  background-color: #FED3D1; }
.my-account-orders .order-fulfillment-status:not(.high-contract-badges).unfulfilled span, .my-account-subscriptions .order-fulfillment-status:not(.high-contract-badges).unfulfilled span {
  background-color: #E4E5E7; }
.my-account-orders .order-fulfillment-status.high-contract-badges span, .my-account-subscriptions .order-fulfillment-status.high-contract-badges span {
  border: 1px solid; }
.my-account-orders .order-fulfillment-status.high-contract-badges.complete span, .my-account-subscriptions .order-fulfillment-status.high-contract-badges.complete span {
  border-color: #A4E8F2;
  color: #A4E8F2; }
.my-account-orders .order-fulfillment-status.high-contract-badges.fulfilled span, .my-account-subscriptions .order-fulfillment-status.high-contract-badges.fulfilled span {
  border-color: #AEE9D1;
  color: #AEE9D1; }
.my-account-orders .order-fulfillment-status.high-contract-badges.partial span, .my-account-subscriptions .order-fulfillment-status.high-contract-badges.partial span {
  border-color: #FFD79D;
  color: #FFD79D; }
.my-account-orders .order-fulfillment-status.high-contract-badges.restocked span, .my-account-subscriptions .order-fulfillment-status.high-contract-badges.restocked span {
  border-color: #FED3D1;
  color: #FED3D1; }
.my-account-orders .order-fulfillment-status.high-contract-badges.unfulfilled span, .my-account-subscriptions .order-fulfillment-status.high-contract-badges.unfulfilled span {
  border-color: #E4E5E7;
  color: #E4E5E7; }
.my-account-orders .subscription-column > svg,
.my-account-orders .mobile-subscription-status > svg, .my-account-subscriptions .subscription-column > svg,
.my-account-subscriptions .mobile-subscription-status > svg {
  width: 1.2rem;
  vertical-align: text-bottom; }
@media screen and (max-width: 769px) {
  .my-account-orders .order-date-column,
  .my-account-orders .subscription-column, .my-account-subscriptions .order-date-column,
  .my-account-subscriptions .subscription-column {
    display: none; }
  .my-account-orders td,
  .my-account-orders th, .my-account-subscriptions td,
  .my-account-subscriptions th {
    white-space: nowrap;
    padding: 0.75rem; }
  .my-account-orders .order-number-column, .my-account-subscriptions .order-number-column {
    padding: 0.75rem 0 .75rem .75rem; }
    .my-account-orders .order-number-column span, .my-account-subscriptions .order-number-column span {
      display: block; } }
@media screen and (min-width: 768px) {
  .my-account-orders .mobile-subscription-status,
  .my-account-orders .mobile-order-date, .my-account-subscriptions .mobile-subscription-status,
  .my-account-subscriptions .mobile-order-date {
    display: none; } }

.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: #293744;
  color: white;
  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: none; }

.tab {
  overflow: hidden;
  padding: 3rem 0 5rem; }
  .tab button {
    text-transfrom: none;
    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: none; }

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

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

/*============================================================================
  # Subscription List
==============================================================================*/
.my-account-container {
  max-width: 100% !important;
  padding: 0px !important; }
  .my-account-container.high-contrast .subscription-status {
    border: 1px solid; }
    .my-account-container.high-contrast .subscription-status.active {
      border-color: #AEE9D1;
      color: #AEE9D1; }
    .my-account-container.high-contrast .subscription-status.expired {
      border-color: #E4E5E7;
      color: #E4E5E7; }
    .my-account-container.high-contrast .subscription-status.cancelled {
      border-color: #FFD79D;
      color: #FFD79D; }
    .my-account-container.high-contrast .subscription-status.failed {
      border-color: #FED3D1;
      color: #FED3D1; }
    .my-account-container.high-contrast .subscription-status.paused {
      border-color: #A4E8F2;
      color: #A4E8F2; }
  .my-account-container:not(.high-contrast) .subscription-status.active {
    background-color: #AEE9D1; }
  .my-account-container:not(.high-contrast) .subscription-status.expired {
    background-color: #E4E5E7; }
  .my-account-container:not(.high-contrast) .subscription-status.cancelled {
    background-color: #FFD79D; }
  .my-account-container:not(.high-contrast) .subscription-status.failed {
    background-color: #FED3D1; }
  .my-account-container:not(.high-contrast) .subscription-status.paused {
    background-color: #A4E8F2; }

.my-account-subscriptions .subscription-list__skeleton {
  height: 150px;
  border-radius: 0.25rem;
  animation: skeleton-loading 1s linear infinite alternate;
  margin-bottom: 2rem; }
.my-account-subscriptions .subscription-list__none, .my-account-subscriptions .subscription-list__error {
  text-align: center;
  background-color: #00000007;
  padding: 1rem;
  margin-bottom: 2rem; }
.my-account-subscriptions .subscription-list {
  margin-bottom: 2rem; }
  .my-account-subscriptions .subscription-list th, .my-account-subscriptions .subscription-list td {
    text-align: left; }
  .my-account-subscriptions .subscription-list th:last-child, .my-account-subscriptions .subscription-list td:last-child {
    text-align: right; }
  .my-account-subscriptions .subscription-list .subscription-list__item__name {
    font-weight: 500;
    margin-right: 5px; }
    @media screen and (max-width: 480px) {
      .my-account-subscriptions .subscription-list .subscription-list__item__name {
        max-width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    @media screen and (max-width: 768px) {
      .my-account-subscriptions .subscription-list .subscription-list__item__name {
        display: block; } }
  .my-account-subscriptions .subscription-list .subscription-list__item__id {
    font-size: 0.9rem; }
  .my-account-subscriptions .subscription-list .subscription-list__item__status {
    padding: 5px 10px;
    line-height: 1;
    border-radius: 25px;
    margin-right: 10px;
    display: inline-block;
    text-transform: lowercase; }
  .my-account-subscriptions .subscription-list .subscription-list__item__status:first-letter {
    text-transform: capitalize; }
  .my-account-subscriptions .subscription-list .subscription-list__item__status-date {
    font-size: 0.9rem; }
    @media screen and (max-width: 768px) {
      .my-account-subscriptions .subscription-list .subscription-list__item__status-date {
        display: block; } }
  .my-account-subscriptions .subscription-list .subscription-list__item__action {
    border-bottom: 2px solid #000000; }

/*============================================================================
  # Subscription Detail
==============================================================================*/
.subscription-detail {
  text-align: left; }
  .subscription-detail .subscription-detail__boxed {
    max-width: 1180px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto; }
  .subscription-detail .subscription-detail__error, .subscription-detail .subscription-detail__notfound {
    text-align: center;
    background-color: #00000007;
    padding: 1rem;
    margin-bottom: 2rem; }
  .subscription-detail .subscription-detail__skeleton__wrap {
    padding: 0 30px 30px 30px;
    margin: 0 auto; }
    .subscription-detail .subscription-detail__skeleton__wrap * {
      border-radius: 0.25rem; }
    .subscription-detail .subscription-detail__skeleton__wrap .subscription-detail__skeleton__heading__row {
      display: flex;
      flex-wrap: wrap; }
      .subscription-detail .subscription-detail__skeleton__wrap .subscription-detail__skeleton__heading__row .subscription-detail__skeleton__heading__col1 {
        width: 70%; }
      .subscription-detail .subscription-detail__skeleton__wrap .subscription-detail__skeleton__heading__row .subscription-detail__skeleton__heading__col2 {
        width: 30%;
        text-align: right; }
    .subscription-detail .subscription-detail__skeleton__wrap .subscription-detail__skeleton__title {
      width: 70%;
      height: 50px;
      margin-top: 2rem;
      animation: skeleton-loading 1s linear infinite alternate; }
    .subscription-detail .subscription-detail__skeleton__wrap .subscription-detail__skeleton__id {
      width: 40%;
      height: 30px;
      margin-top: 1.5rem;
      animation: skeleton-loading 1s linear infinite alternate; }
    .subscription-detail .subscription-detail__skeleton__wrap .subscription-detail__skeleton__status {
      width: 60%;
      max-width: 150px;
      height: 50px;
      margin: 2rem 0 0 auto;
      border-radius: 25px;
      animation: skeleton-loading 1s linear infinite alternate; }
    .subscription-detail .subscription-detail__skeleton__wrap .subscription-detail__skeleton__info {
      width: 100%;
      height: 200px;
      margin: 2.5rem 0;
      animation: skeleton-loading 1s linear infinite alternate; }
  .subscription-detail .subscription-detail__item__section {
    background-color: #00000007; }
    .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap {
      padding: 30px; }
      .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__item__heading__row {
        display: flex;
        flex-wrap: wrap; }
        .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__item__heading__row .subscription-detail__item__heading__col1 {
          width: 70%; }
        .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__item__heading__row .subscription-detail__item__heading__col2 {
          width: 30%;
          text-align: right; }
      .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__item__status {
        display: inline-block;
        font-size: 1rem;
        line-height: 1rem;
        padding: 1rem 2rem;
        border-radius: 25px; }
      .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__item__msg--failed {
        color: #FF0000; }
        .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__item__msg--failed button {
          color: #FF0000;
          text-decoration: underline; }
      .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__info__row {
        display: flex;
        flex-wrap: wrap; }
      .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__info__col1 {
        width: 50%;
        margin-top: 1.5rem; }
        @media screen and (max-width: 480px) {
          .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__info__col1 {
            width: 100%; } }
      .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__info__col2 {
        width: 45%;
        margin-left: 5%;
        margin-top: 1.5rem; }
        @media screen and (max-width: 480px) {
          .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__info__col2 {
            width: 100%;
            margin-left: 0; } }
      .subscription-detail .subscription-detail__item__section .subscription-detail__item__wrap .subscription-detail__info__img img {
        width: 100%; }
  .subscription-detail .subscription-detail__address__payment__section {
    display: flex;
    flex-wrap: wrap; }
    .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__col {
      width: 50%; }
      @media screen and (max-width: 480px) {
        .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__col {
          width: 100%; } }
    .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__col {
      width: 45%;
      margin-left: 5%; }
      @media screen and (max-width: 480px) {
        .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__col {
          width: 100%;
          margin-left: 0; } }
    @media screen and (max-width: 480px) {
      .subscription-detail .subscription-detail__address__payment__section {
        margin-bottom: 25px; } }
    .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__box, .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__box {
      border: 1px solid #000000;
      border-radius: 4px;
      padding: 1.5rem 2rem;
      margin: 3rem 0;
      position: relative; }
      @media screen and (max-width: 480px) {
        .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__box, .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__box {
          margin: 25px 0 0 0; } }
      .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__box .subscription-detail__address__edit__btn, .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__box .subscription-detail__address__edit__btn {
        right: 20px;
        position: absolute; }
        .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__box .subscription-detail__address__edit__btn span, .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__box .subscription-detail__address__edit__btn span {
          font-size: 20px; }
      .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__box .subscription-detail__address__value p, .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__box .subscription-detail__address__value p {
        margin: 0; }
      .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__box .subscription-detail__payment__card, .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__box .subscription-detail__payment__card {
        display: flex;
        align-items: center; }
        .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__box .subscription-detail__payment__card span, .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__box .subscription-detail__payment__card span {
          margin-right: 1rem; }
          .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__box .subscription-detail__payment__card span.far, .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__box .subscription-detail__payment__card span.far {
            font-size: 1.5rem; }
      .subscription-detail .subscription-detail__address__payment__section .subscription-detail__address__box .subscription-detail__payment__update__btn, .subscription-detail .subscription-detail__address__payment__section .subscription-detail__payment__box .subscription-detail__payment__update__btn {
        text-decoration: underline; }
  .subscription-detail .subscription-detail__upcoming__section {
    background-color: #00000007;
    padding: 30px 0 15px 0; }
    .subscription-detail .subscription-detail__upcoming__section a {
      text-decoration: underline; }
      .subscription-detail .subscription-detail__upcoming__section a:hover, .subscription-detail .subscription-detail__upcoming__section a:focus {
        color: inherit; }
  .subscription-detail .subscription-detail__help__section .subscription-detail__help__cancel__btn {
    text-decoration: underline; }

/*============================================================================
# Subscription Update Payment Modal
==============================================================================*/
#update-payment-modal .uncloseable-popup-content {
  text-align: left;
  min-width: 33vw; }
  @media screen and (min-width: 768px) {
    #update-payment-modal .uncloseable-popup-content {
      padding: 4rem 8rem; } }
  @media screen and (max-width: 769px) {
    #update-payment-modal .uncloseable-popup-content {
      padding: 1rem 2rem; } }
  #update-payment-modal .uncloseable-popup-content p {
    display: block;
    padding: 1.5rem 0; }

#close-update-payment {
  display: block;
  float: right;
  border-radius: 4px; }

.cancel-modal {
  position: fixed;
  z-index: 100;
  padding-top: 10em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }

.cancel-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 50px;
  border: 1px solid #888;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  @media screen and (min-width: 768px) {
    .cancel-modal-content {
      width: 40%; } }

.cancel-modal-body {
  margin-bottom: 1.5rem; }

.cancel-modal-close {
  text-decoration: underline; }

.cancel-modal-footer-buttons {
  display: flex;
  justify-content: space-between; }

.payment-update-link {
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .tab.my-account-tablink {
    display: flex;
    padding: 0;
    overflow: auto; }
    .tab.my-account-tablink button {
      margin-left: 0px;
      margin-bottom: 20px;
      padding: 20px 0;
      padding-left: 5px; } }
.tab.my-account-tablink button.tablinks.active {
  border-bottom: 2px solid #a3535e; }

.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%;
  object-fit: cover; }
.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 .btn--right_align, #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: 1rem;
  font-weight: 700;
  color: #293744;
  margin-right: 6px;
  border: 2px 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: 2px 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: #293744;
    font-weight: 700;
    color: white;
    border: 2px 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: 2px 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: white; }
    ul.advv-radio-option-selector input:checked ~ span, ul.advv-radio-option-selector input[type="radio"]:checked ~ span {
      background: #293744;
      border: 2px 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: 1rem;
    font-weight: 700;
    color: #293744;
    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: 2px 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: white; }
        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: #293744;
          border: 2px 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: #a3535e; }
.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 .product-container {
      transition: all 0.2s ease 0s; }
      .product-grid-section .grid__item .product-container:hover {
        box-shadow: 0 0 7px rgba(163, 198, 214, 0);
        transform: scale(1.1); }
    .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: #293744; }
          .product-grid-section .grid__item .product-details .product-category a:hover {
            color: #293744; }
      .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: 13px;
        color: #293744;
        display: block; }
        .product-grid-section .grid__item .product-details .product-title a {
          color: #293744; }
      .product-grid-section .grid__item .product-details .product-availability {
        color: #a3535e; }
      .product-grid-section .grid__item .product-details .currency {
        font-size: 12px;
        color: #a3535e;
        display: block; }
        .product-grid-section .grid__item .product-details .currency .product-compare-at-price {
          color: white; }
    .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-products .section-header__title {
    border: 1pxpx solid #fff;
    padding: 1px; }
  .product-grid-section.related-product-section:not(.recently-viewed-product-section) {
    background: #e7e7e7;
    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: 1pxpx;
      font-size: 2rem;
      text-align: left; }
  .product-grid-section.featured-collections-section .grid__item {
    margin: 0 auto 25px; }
  .product-grid-section .remove-wishlist {
    cursor: pointer; }
  .product-grid-section.related-product-section {
    display: none; }

.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%;
    max-height: 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; }

/* Border is not needed for collections */
/*============================================================================
  # Image Rollover
==============================================================================*/
.grid__image .image-alt, .product-grid-section .featured-products .grid__item .grid__image .image-alt {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.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: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  .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(0, 0, 0, 0);
    color: black;
    font-size: 14px;
    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: inherit; }
    .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: #000; }
    .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: black; } }
/*============================================================================
  # 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; } }
/*============================================================================
  # Subscription Update shipping address form
==============================================================================*/
.subscriptions_shipping_address_parent .videobox-close {
  display: none; }

.subscriptions_shipping_address_wrapper {
  background-color: #9985a7;
  padding: 20px 10px;
  margin-top: 30px;
  max-height: calc(90vh - 30px);
  height: auto;
  overflow-y: auto; }
  .subscriptions_shipping_address_wrapper .subscriptions_error_container {
    color: #d02e2e; }
  .subscriptions_shipping_address_wrapper h2, .subscriptions_shipping_address_wrapper .h2 {
    margin-bottom: 0px; }
  @media screen and (min-width: 769px) {
    .subscriptions_shipping_address_wrapper {
      padding: 30px 70px;
      margin-top: 50px; } }
  .subscriptions_shipping_address_wrapper svg {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
    fill: #293744; }

form#address_form_update input.error, form#address_form_update select.error {
  border: 2px solid #d02e2e; }

.field__message {
  display: none; }

.field__message--error {
  display: block; }

.field__message--error:before {
  content: "Error: ";
  width: 10px;
  height: 10px;
  background-image: url(../../../../../s/files/1/0445/9036/6880/files/close_v-1599835284.png);
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 18px; }

.shipping-address-predictions-list {
  list-style: none;
  border: 1px solid grey;
  padding: 15px;
  margin: -10px 0 10px;
  box-shadow: 0px 0px 5px 0px grey; }
  .shipping-address-predictions-list li:first-child {
    padding: 0px;
    font-weight: 500;
    cursor: default;
    display: grid;
    grid-auto-flow: column; }
    .shipping-address-predictions-list li:first-child:hover {
      color: #000;
      background-color: transparent; }
    .shipping-address-predictions-list li:first-child button {
      text-align: right; }
      .shipping-address-predictions-list li:first-child button svg {
        width: 20px;
        height: 20px; }
  .shipping-address-predictions-list li {
    cursor: pointer;
    padding: 7px 10px; }
    .shipping-address-predictions-list li:hover {
      color: #545454;
      background-color: rgba(0, 0, 0, 0.08); }

#shippingAddressMap {
  display: none; }

/*============================================================================
  # 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-x: hidden;
  overflow-y: auto;
  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 .success-message {
    font-size: 1.4em;
    font-weight: 700; }
  .order-summary__section--news-letter .newsletter_container {
    border-top: 1px solid #e1dfdf;
    padding: 0; }
  .newsletter_container .newsletter_title {
    font-size: 1.4em;
    margin-bottom: 1rem; }
    .order-summary__section--news-letter .newsletter_container .newsletter_title {
      font-size: 1.4em; }
  .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; }
      .order-summary__section--news-letter .newsletter_container .form-fields .form-field-group label {
        color: #6d6d6d; }
    .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; }
        .order-summary__section--news-letter .newsletter_container .form-fields .form-field-group .form-field:not(.error) {
          color: black;
          border-color: #949494; }
      .order-summary__section--news-letter .newsletter_container .form-fields .form-field-group .form-field {
        border-width: 1px; }
    .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: #293744; }
      .order-summary__section--news-letter .newsletter_container .subscription__checkboxes h3, .order-summary__section--news-letter .newsletter_container .subscription__checkboxes .h3 {
        font-size: calc(1.4em * .86); }
    .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; }
        .order-summary__section--news-letter .newsletter_container .subscription__checkboxes .subcription__checkbox input[type="checkbox"] {
          accent-color: black; }
      .order-summary__section--news-letter .newsletter_container .subscription__checkboxes .subcription__checkbox {
        color: black; }
  .newsletter_container .subscribe__button {
    width: 100%;
    max-width: 350px;
    margin-bottom: 0.5rem;
    font-size: 1.4em;
    border-radius: 4px;
    padding: 12px; }
    .newsletter_container .subscribe__button[disabled] {
      cursor: not-allowed; }
    .order-summary__section--news-letter .newsletter_container .subscribe__button {
      display: block;
      margin: 0 auto;
      font-size: calc(1.4em * .86);
      border-radius: 4px;
      padding: 12px; }
  .newsletter_container .news-letter-errors {
    font-weight: normal;
    color: #d02e2e; }
    .order-summary__section--news-letter .newsletter_container .news-letter-errors {
      display: block;
      margin: 0 auto;
      text-align: center;
      margin: 1rem; }
  .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; }
    .order-summary__section--news-letter .newsletter_container .privacy {
      color: #aeaeae; }
    .newsletter_container .privacy .mb-2 p {
      margin-bottom: 2rem; }
  .newsletter_container .disabled-optins {
    opacity: 0.5;
    pointer-events: none; }
    .newsletter_container .disabled-optins p {
      opacity: 0.5;
      pointer-events: none; }

.section-soft-redirects .section-container,
.section-soft-redirects.tw-root .section-container {
  margin-left: 0px; }
.section-soft-redirects .section-container.grid, .section-soft-redirects .section-container.grid--rev, .section-soft-redirects .section-container.grid--full,
.section-soft-redirects.tw-root .section-container.grid,
.section-soft-redirects.tw-root .section-container.grid--rev,
.section-soft-redirects.tw-root .section-container.grid--full {
  display: grid; }
.section-soft-redirects .section-spacing,
.section-soft-redirects.tw-root .section-spacing {
  padding: 16px; }
.section-soft-redirects .section-container,
.section-soft-redirects.tw-root .section-container {
  display: grid;
  row-gap: 12px; }
.section-soft-redirects .section-container > *,
.section-soft-redirects.tw-root .section-container > * {
  padding-bottom: 0px;
  margin-bottom: 0px; }
.section-soft-redirects .redirects-list,
.section-soft-redirects.tw-root .redirects-list {
  column-gap: 12px;
  row-gap: 12px; }
.section-soft-redirects .redirects-list li,
.section-soft-redirects.tw-root .redirects-list li {
  list-style: none;
  margin-bottom: 0; }
.section-soft-redirects .tw-root .btn, .section-soft-redirects .tw-root .btn--secondary, .section-soft-redirects .tw-root .btn--right_align, .section-soft-redirects .tw-root .email-popup-block .email-popup form input[type=submit], .email-popup-block .email-popup form .section-soft-redirects .tw-root input[type=submit],
.section-soft-redirects .secondary_button_bg,
.section-soft-redirects.tw-root .tw-root .btn,
.section-soft-redirects.tw-root .tw-root .btn--secondary,
.section-soft-redirects.tw-root .tw-root .btn--right_align,
.section-soft-redirects.tw-root .tw-root .email-popup-block .email-popup form input[type=submit],
.email-popup-block .email-popup form .section-soft-redirects.tw-root .tw-root input[type=submit],
.section-soft-redirects.tw-root .secondary_button_bg {
  height: 100%; }
.section-soft-redirects [data-geo-show],
.section-soft-redirects.tw-root [data-geo-show] {
  display: none; }
.section-soft-redirects .\!block,
.section-soft-redirects.tw-root .\!block {
  display: block; }
.section-soft-redirects [data-modal="softRedirectPopup"],
.section-soft-redirects.tw-root [data-modal="softRedirectPopup"] {
  background: transparent;
  z-index: 1; }
.section-soft-redirects .section-bg,
.section-soft-redirects.tw-root .section-bg {
  top: 0; }
@media (max-width: 767px) {
  .section-soft-redirects .popup-container,
  .section-soft-redirects.tw-root .popup-container {
    grid-template-columns: 100%; } }

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: #000; }

/*============================================================================
  #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: #a3535e;
    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: 1rem;
      font-weight: 700;
      color: #666666;
      margin-right: 10px;
      border: 2px 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: 2px 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: 2px 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: 2px 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: #293744;
      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: #293744;
        border-color: #293744; }
  .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: #293744;
    color: white; }
    .featured-product-container .featured-countdown .AddToCart:hover {
      background-color: #293744;
      color: white; }
  .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; }

.selected_barcode {
  margin-bottom: 10px; }
  .selected_barcode span {
    display: block; }

.release_date {
  margin-top: 10px; }

.term_link {
  text-decoration: underline; }

.section-product-list {
  padding: 1rem 2rem; }
  .section-product-list .view-more-wrapper {
    width: 100%;
    text-align: center; }

.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;
    display: block; }
    .section-slider-container .section-slider .section-slider-item img {
      width: 100%;
      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(//https://halseyshop.com/cdn/shop/t/27/assets/owl.video.play.png?v=19867143070018992641697660371) 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 .cta.btn--right_align, .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 =============*/
*:not(.product-single__photos > .swiper-container) > .swiper-button-prev, *:not(.product-single__photos > .swiper-container) > .swiper-button-next {
  width: 32px !important;
  height: 32px !important; }
  *:not(.product-single__photos > .swiper-container) > .swiper-button-prev:after, *:not(.product-single__photos > .swiper-container) > .swiper-button-next:after {
    content: '' !important; }

.swiper-button-prev {
  background: url(//https://halseyshop.com/cdn/shop/t/27/assets/controls.png?v=164227461535228716671697660369) no-repeat 0 -32px; }
  .swiper-button-prev:hover {
    background-position: 0 0; }

.swiper-button-next {
  background: url(//https://halseyshop.com/cdn/shop/t/27/assets/controls.png?v=164227461535228716671697660369) no-repeat -43px -32px; }
  .swiper-button-next:hover {
    background-position: -43px 0; }

body.template-index .section-background-image-wrapper .background-image-container {
  display: block;
  width: 100%;
  line-height: 0;
  text-align: center; }
body.template-index .section-background-image-wrapper img {
  max-width: 100%; }
body.template-index .section-background-image-wrapper .desktop-slide {
  display: none; }
  @media screen and (min-width: 480px) {
    body.template-index .section-background-image-wrapper .desktop-slide {
      display: inline; } }
body.template-index .section-background-image-wrapper .mobile-slide {
  display: inline; }
  @media screen and (min-width: 480px) {
    body.template-index .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;
  overflow: hidden;
  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;
    background: transparent;
    mix-blend-mode: initial;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-top: 6rem; }
    @media screen and (max-width: 480px) {
      .product-3d-carousel .product-3d-carousel-outer-wrapper canvas {
        padding-top: 8rem; } }
    .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-compare-at-price {
    color: #999999;
    letter-spacing: .05em;
    text-decoration: line-through; }
  .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-compare-at-price {
    font-size: var(--product-compare-at-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-compare-at-price {
    font-size: var(--product-compare-at-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: 65vw; } }

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

.CalloutContainer {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative; }

.CalloutContainer[data-type="callout-text-left"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right; }

.CalloutContainer:after {
  clear: both;
  content: "";
  display: table; }

@media screen and (max-width: 768px) {
  .CalloutContainer {
    display: block; } }
.CC__img_wrap_mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .CC__img_wrap_mobile {
    display: block; } }
.CC__img_wrap {
  display: inline-block;
  float: left;
  width: 59%;
  width: 59vw;
  background: #000;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: 100%; }

.CC__img_wrap:hover {
  opacity: 0.8; }

@media screen and (max-width: 768px) {
  .CC__img_wrap {
    float: none;
    width: 100%;
    display: block;
    border: none !important; } }
[data-type="callout-text-left"] .CC__img_wrap {
  float: right;
  border-left: 1px solid #e5e5e5; }

[data-type="callout-text-right"] .CC__img_wrap {
  border-right: 1px solid #e5e5e5; }

[data-type="callout-text-center"] .CC__img_wrap {
  float: none;
  width: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }

.CC__inner {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

.CC__img,
.CC__img img {
  display: block;
  width: 100%;
  height: auto; }

.CC__text {
  width: 40%;
  width: 40vw;
  display: inline-block;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 20px;
  padding: 30px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

[data-type="callout-text-center"] .CC__text {
  width: auto;
  float: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

[data-type="callout-text-left"] .CC__text {
  float: left;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media screen and (max-width: 768px) {
  .CC__text {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto; } }
h2.CC__title, .CC__title.h2 {
  font-size: 20px;
  font-size: calc(3.88889vw + 17.56px);
  font-family: "custom-font", Arial, Helvetica, Sans-Serif;
  color: #293744;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  line-height: normal; }

[data-type="callout-text-left"] h2.CC__title, [data-type="callout-text-left"] .CC__title.h2 {
  text-align: right; }

@media screen and (max-width: 768px) {
  h2.CC__title, .CC__title.h2 {
    text-align: center !important; } }
@media screen and (max-width: 768px) {
  h2.CC__title, .CC__title.h2 {
    font-size: 72px; } }
/* Production HTML structure
<div id="auction-app-container" class="auction-app-container auction-app-container--inline">
	<div id="auction-app" class="auction-app">
		<section class="aa-body aa-my-15">
			<div class="aa-flex aa-justify-center">
				<div class="aa-mb-10 aa-px-4 aa-py-4 aa-bg-gray-200 aa-text-gray-700 aa-rounded aa-text-xl"><span class="aa-flex aa-items-center"><span class="aa-relative aa-flex aa-h-2.5 aa-w-2.5 aa-mr-4"><span class="aa-animate-ping aa-absolute aa-inline-flex aa-h-full aa-w-full aa-rounded-full aa-bg-warning"></span><span class="aa-relative aa-inline-flex aa-rounded-full aa-h-2.5 aa-w-2.5 aa-bg-warning"></span></span><span><span class="aa-mr-1">Auction closing in:</span><span class="aa-font-semibold">10d 18h 39m 20s</span></span>
					</span>
				</div>
			</div>
			<section class="aa-grid aa-grid-cols-1 aa-gap-9 aa-grid-cols-2">
				<div>
					<div class="aa-border aa-border-solid aa-border-gray-200 aa-max-w-full" style="width: 540px;">
						<div class="keen-slider">
							<figure class="aa-m-0 aa-w-full keen-slider__slide aa-aspect-w-1 aa-aspect-h-1" style="min-width: calc(100% - 0px); max-width: calc(100% - 0px); transform: translate3d(0px, 0px, 0px);"><img class="aa-block aa-object-contain aa-object-center" src="https://cdn.shopify.com/s/files/1/0622/3570/5557/products/2021-03-18-09-47_sb2145rg_hr_imageset.jpg?v=1646777101" alt="Boom Box #1"></figure>
						</div>
					</div>
					<div class="aa-mt-5 aa-grid aa-grid-cols-6 aa-gap-4">
						<button class="aa-m-o aa-p-0 aa-border-0"><span class="aa-block aa-border aa-border-solid aa-border-gray-200 aa-aspect-w-1 aa-aspect-h-1 aa-bg-gray-100 aa-border-gray-900"><img class="aa-block aa-object-contain aa-object-center aa-border aa-border-solid aa-border-gray-100 aa-border-gray-900" src="https://cdn.shopify.com/s/files/1/0622/3570/5557/products/2021-03-18-09-47_sb2145rg_hr_imageset.jpg?v=1646777101" alt="Boom Box #1"></span></button>
					</div>
				</div>
				<div class="aa-mt-2">
					<h1 class="aa-font-semibold aa-mb-4 aa-text-2xl">Boom Box</h1>
					<div class="aa-mb-9">
						<p class="aa-my-0 aa-inline-block aa-text-xl"><span class="aa-mr-1 aa-text-gray-500">Current high bid:</span><span class="aa-mr-2">$11,158.00</span></p><span class="aa-inline-block aa-my-2"><span class="aa-flex aa-items-center aa-overline aa-px-2 aa-py-1 aa-rounded-full aa-border aa-font-system aa-border-danger aa-text-danger-dark aa-bg-danger-light"><span class="aa-flex aa-mr-1 aa-leading-normal"><svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" fill="none" class="aa-text-danger" width="12" height="12" viewBox="0 0 12 13"><path d="M11.8125 6.5C11.8125 3.3125 9.1875 0.6875 6 0.6875C2.78906 0.6875 0.1875 3.3125 0.1875 6.5C0.1875 9.71094 2.78906 12.3125 6 12.3125C9.1875 12.3125 11.8125 9.71094 11.8125 6.5ZM6 7.67188C6.58594 7.67188 7.07812 8.16406 7.07812 8.75C7.07812 9.35938 6.58594 9.82812 6 9.82812C5.39062 9.82812 4.92188 9.35938 4.92188 8.75C4.92188 8.16406 5.39062 7.67188 6 7.67188ZM4.96875 3.80469C4.94531 3.64062 5.08594 3.5 5.25 3.5H6.72656C6.89062 3.5 7.03125 3.64062 7.00781 3.80469L6.84375 6.99219C6.82031 7.15625 6.70312 7.25 6.5625 7.25H5.41406C5.27344 7.25 5.15625 7.15625 5.13281 6.99219L4.96875 3.80469Z" fill="currentColor"></path></svg></span><span class="aa-leading-3">Outbid</span></span>
						</span>
					</div>
					<p class="aa-overline aa-mb-4"><span class="aa-mr-1 aa-text-gray-500">Quantity:</span><span>1</span></p>
					<p class="aa-overline aa-mb-4"><span class="aa-mr-1 aa-text-gray-500">Number of bids:</span><span>123</span><span> - </span>
						<button class="aa-appearance-none aa-underline aa-bg-inherit aa-border-none aa-text-inherit aa-overline aa-px-0">View bids</button>
					</p>
					<div class="aa-mt-12">
						<div class="aa-grid aa-grid-cols-2 aa-gap-4">
							<button class="aa-button">Bid $11,159.00</button>
							<button class="aa-button">Bid $11,160.00</button>
							<div class="aa-col-span-2 aa-flex">
								<input class="aa-flex-grow aa-min-w-0 aa-px-4 aa-py-3 aa-border aa-border-gray-500 aa-border-r-0 aa-rounded aa-rounded-r-none" type="number" placeholder="$0.00" id="customBid" aria-label="Enter a custom bid amount" title="Enter a custom bid amount">
								<button class="aa-text-base aa-font-semibold aa-rounded-r aa-leading-none aa-py-3 aa-px-14 aa-border aa-border-solid aa-border-gray-700 aa-bg-gray-100 aa-text-center hover:aa-bg-gray-700 hover:aa-text-gray-100 aa-transition-colors">Bid</button>
							</div>
						</div>
						<div class="aa-flex aa-flex-wrap aa-justify-between aa-mt-4 aa-body-2 aa-text-gray-500"><span>Minimum bid is $11,159.00</span><span>Closing in: 10d 18h 39m 20s</span></div><span class="aa-relative aa-block"><span class="aa-flex aa-items-center aa-mt-12 aa-overline aa-text-gray-500"><span class="aa-mr-2">Reserve price</span>
						<svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" fill="none" class="" width="13" height="14" viewBox="0 0 13 14">
							<path d="M12.7969 7.125C12.7969 3.67188 9.95312 0.828125 6.5 0.828125C3.02148 0.828125 0.203125 3.67188 0.203125 7.125C0.203125 10.6035 3.02148 13.4219 6.5 13.4219C9.95312 13.4219 12.7969 10.6035 12.7969 7.125ZM6.65234 2.91016C8.09961 2.91016 9.62305 4.02734 9.62305 5.5C9.62305 7.48047 7.51562 7.50586 7.51562 8.2168V8.24219C7.51562 8.41992 7.36328 8.54688 7.21094 8.54688H5.78906C5.61133 8.54688 5.48438 8.41992 5.48438 8.24219V8.14062C5.48438 7.09961 6.27148 6.69336 6.85547 6.36328C7.36328 6.08398 7.69336 5.88086 7.69336 5.5C7.69336 4.99219 7.0332 4.66211 6.52539 4.66211C5.83984 4.66211 5.53516 4.99219 5.07812 5.57617C4.97656 5.70312 4.77344 5.72852 4.64648 5.62695L3.75781 4.9668C3.63086 4.86523 3.60547 4.6875 3.70703 4.53516C4.39258 3.49414 5.28125 2.91016 6.65234 2.91016ZM6.5 9.20703C7.13477 9.20703 7.66797 9.74023 7.66797 10.375C7.66797 11.0352 7.13477 11.543 6.5 11.543C5.83984 11.543 5.33203 11.0352 5.33203 10.375C5.33203 9.74023 5.83984 9.20703 6.5 9.20703Z" fill="currentColor"></path>
						</svg>
						</span><span class="aa-absolute aa-z-tooltip aa-p-2 aa-bg-gray-100 aa-shadow aa-text-sm aa-w-full aa-max-w-tooltip aa-bottom-5 aa-hidden">A reserve price is the minimum price the seller will accept. This price is hidden from bidders. To win, a bidder must have the highest bid and have met or exceeded the reserve price.</span></span>
					</div>
				</div>
			</section>
		</section>
		<div>
			<div role="log" aria-live="assertive" style="border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; white-space: nowrap; padding: 0px; width: 1px; position: absolute;"></div>
			<div role="log" aria-live="assertive" style="border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; white-space: nowrap; padding: 0px; width: 1px; position: absolute;"></div>
			<div role="log" aria-live="polite" style="border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; white-space: nowrap; padding: 0px; width: 1px; position: absolute;"></div>
			<div role="log" aria-live="polite" style="border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; white-space: nowrap; padding: 0px; width: 1px; position: absolute;"></div>
		</div>
	</div>
	<div id="auction-app-modal" class="auction-app-modal"></div>
</div>
*/
/* Our custom auction title container */
.auction-title-container {
  padding-top: .5em !important;
  /* since child h2 has .5em padding bottom */
  max-width: 1180px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }
  .auction-title-container h2, .auction-title-container .h2, .auction-title-container h3, .auction-title-container .h3 {
    display: block; }
  .auction-title-container h2, .auction-title-container .h2 {
    margin-bottom: 0;
    font-weight: normal;
    border-bottom: none; }
  .auction-title-container h3, .auction-title-container .h3 {
    margin-bottom: 0; }

#auction-app-container, .ReactModalPortal {
  /* Top level parent container for top "Auction closing in:" timer */
  /* hide default auction title */
  /* default app title - there should only be 1 */
  /* Custom class to identify the timer container we moved into the right form */
  /* custom auction description container */
  /* login button not text one */
  /* login text one - hide */
  /* current high bid container */
  /* Hide both step bid buttons not confirmation button*/
  /* Hide "RESERVE PRICE" static text*/
  /* Hide 2nd timer*/
  /* Custom*/
  /* "Minimum bid is $XXXXX Closing in: "*/
  /* re-order form elements*/
  /* current high bid on right side of form*/
  /* quantity*/
  /* app section container*/
  /* hide original dash betweens view bids and number of bids */
  /* view bids button */
  /* Thumbnail - auction */
  /* Default auction description */ }
  #auction-app-container .aa-flex.aa-justify-center, .ReactModalPortal .aa-flex.aa-justify-center {
    flex-wrap: wrap; }
    #auction-app-container .aa-flex.aa-justify-center .aa-bg-gray-200, .ReactModalPortal .aa-flex.aa-justify-center .aa-bg-gray-200 {
      background: none; }
    #auction-app-container .aa-flex.aa-justify-center > div, .ReactModalPortal .aa-flex.aa-justify-center > div {
      order: -1; }
  #auction-app-container span:not([class]) > span.aa-mr-1, .ReactModalPortal span:not([class]) > span.aa-mr-1 {
    font-weight: bold;
    display: block;
    text-align: center; }
    #auction-app-container span:not([class]) > span.aa-mr-1 + span.aa-font-semibold, .ReactModalPortal span:not([class]) > span.aa-mr-1 + span.aa-font-semibold {
      font-weight: normal;
      display: block;
      text-align: center; }
  #auction-app-container .moved-timer-right-form + h1, #auction-app-container .moved-timer-right-form + .h1, .ReactModalPortal .moved-timer-right-form + h1, .ReactModalPortal .moved-timer-right-form + .h1 {
    display: none; }
  #auction-app-container h1, #auction-app-container .h1, .ReactModalPortal h1, .ReactModalPortal .h1 {
    font-weight: normal;
    border-bottom: 1px solid #000000;
    margin-bottom: 0;
    font-size: 1rem;
    margin-top: 0.5rem; }
    #auction-app-container h1:before, #auction-app-container .h1:before, .ReactModalPortal h1:before, .ReactModalPortal .h1:before {
      margin-bottom: 0;
      font-weight: bold;
      content: 'AUCTION: ';
      display: block;
      text-transform: uppercase; }
  #auction-app-container section, .ReactModalPortal section {
    /* Top level parent container for right form */
    /* Prevent border showing if there's no description */ }
    #auction-app-container section > div + .aa-mt-2, .ReactModalPortal section > div + .aa-mt-2 {
      margin-top: 0; }
    #auction-app-container section > div:not([class]) > div, .ReactModalPortal section > div:not([class]) > div {
      border: none; }
  #auction-app-container .moved-timer-right-form, .ReactModalPortal .moved-timer-right-form {
    border-bottom: 1px solid #000;
    display: block;
    padding: .5em 0;
    /* prevent display of multiple timers on multi-auction */
    /* timer */
    /* "Auction closing in:" */
    /* "CURRENT HIGH BID:" */
    /* Quantity */
    /* Container for custom bid input & "Minimum bid is $150,001.00 or more" */ }
    #auction-app-container .moved-timer-right-form + .moved-timer-right-form, .ReactModalPortal .moved-timer-right-form + .moved-timer-right-form {
      display: none; }
    #auction-app-container .moved-timer-right-form .aa-mr-1, .ReactModalPortal .moved-timer-right-form .aa-mr-1 {
      display: block;
      font-weight: 700; }
    #auction-app-container .moved-timer-right-form .aa-font-semibold, .ReactModalPortal .moved-timer-right-form .aa-font-semibold {
      display: block;
      font-weight: normal; }
    #auction-app-container .moved-timer-right-form + h1 + .aa-mb-9 > p .aa-mr-1, #auction-app-container .moved-timer-right-form + .h1 + .aa-mb-9 > p .aa-mr-1, .ReactModalPortal .moved-timer-right-form + h1 + .aa-mb-9 > p .aa-mr-1, .ReactModalPortal .moved-timer-right-form + .h1 + .aa-mb-9 > p .aa-mr-1 {
      display: block; }
    #auction-app-container .moved-timer-right-form + h1 + .aa-mb-9 > p .aa-mr-2, #auction-app-container .moved-timer-right-form + .h1 + .aa-mb-9 > p .aa-mr-2, .ReactModalPortal .moved-timer-right-form + h1 + .aa-mb-9 > p .aa-mr-2, .ReactModalPortal .moved-timer-right-form + .h1 + .aa-mb-9 > p .aa-mr-2 {
      display: block; }
    #auction-app-container .moved-timer-right-form + h1 + .aa-mb-9 + .aa-mb-4.aa-overline, #auction-app-container .moved-timer-right-form + .h1 + .aa-mb-9 + .aa-mb-4.aa-overline, .ReactModalPortal .moved-timer-right-form + h1 + .aa-mb-9 + .aa-mb-4.aa-overline, .ReactModalPortal .moved-timer-right-form + .h1 + .aa-mb-9 + .aa-mb-4.aa-overline {
      margin-bottom: 0; }
    #auction-app-container .moved-timer-right-form + h1 + .aa-mb-9 + .aa-mb-4.aa-overline + .aa-mb-4.aa-overline + .aa-mt-12, #auction-app-container .moved-timer-right-form + .h1 + .aa-mb-9 + .aa-mb-4.aa-overline + .aa-mb-4.aa-overline + .aa-mt-12, .ReactModalPortal .moved-timer-right-form + h1 + .aa-mb-9 + .aa-mb-4.aa-overline + .aa-mb-4.aa-overline + .aa-mt-12, .ReactModalPortal .moved-timer-right-form + .h1 + .aa-mb-9 + .aa-mb-4.aa-overline + .aa-mb-4.aa-overline + .aa-mt-12 {
      margin-top: 0; }
  #auction-app-container .auction-description-container, .ReactModalPortal .auction-description-container {
    border-top: 1px solid #000000;
    padding: 1em 0 1em;
    margin-top: 1rem; }
  #auction-app-container .aa-mt-12 > a[href*="/account/login"], .ReactModalPortal .aa-mt-12 > a[href*="/account/login"] {
    padding: 0.5rem 1rem !important;
    margin-left: 0; }
  #auction-app-container .aa-mt-12 > a[href*="/account/login"] + div, .ReactModalPortal .aa-mt-12 > a[href*="/account/login"] + div {
    display: none; }
  #auction-app-container .aa-mb-9, .ReactModalPortal .aa-mb-9 {
    border-bottom: 1px solid #000000;
    padding: .5em 0;
    margin-bottom: .5em;
    /* "Current high bid:" */
    /* Current high bid amount */ }
    #auction-app-container .aa-mb-9 .aa-mr-1, .ReactModalPortal .aa-mb-9 .aa-mr-1 {
      font-weight: 700;
      font-size: 1rem;
      text-transform: uppercase; }
    #auction-app-container .aa-mb-9 .aa-mr-2, .ReactModalPortal .aa-mb-9 .aa-mr-2 {
      font-weight: normal;
      font-size: 1rem; }
  #auction-app-container div.aa-grid > button[class="aa-button"], .ReactModalPortal div.aa-grid > button[class="aa-button"] {
    display: none; }
    #auction-app-container div.aa-grid > button[class="aa-button"] + button[class="aa-button"], .ReactModalPortal div.aa-grid > button[class="aa-button"] + button[class="aa-button"] {
      display: none; }
  #auction-app-container #biddingDescription, #auction-app-container .final-sale-container, .ReactModalPortal #biddingDescription, .ReactModalPortal .final-sale-container {
    grid-column: 1 / -1; }
  #auction-app-container .final-sale-container, .ReactModalPortal .final-sale-container {
    display: flex;
    align-items: center; }
    #auction-app-container .final-sale-container label, .ReactModalPortal .final-sale-container label {
      display: inline-block;
      max-width: calc(100% - ( 2rem + 8px ) );
      line-height: 1rem;
      text-transform: uppercase; }
    #auction-app-container .final-sale-container input, .ReactModalPortal .final-sale-container input {
      width: 2rem;
      height: 2rem;
      vertical-align: sub; }
  #auction-app-container .final-sale-accepted-container, .ReactModalPortal .final-sale-accepted-container {
    font-size: 0.9rem;
    margin-top: 0.5em;
    text-transform: uppercase; }
  #auction-app-container span.aa-relative.aa-block, .ReactModalPortal span.aa-relative.aa-block {
    display: none; }
  #auction-app-container .aa-directive-danger-dark, .ReactModalPortal .aa-directive-danger-dark {
    font-weight: bold; }
  #auction-app-container .aa-mt-12 #customMinBid + span:not([class]),
  #auction-app-container .aa-mt-12 #customMinBid + span.aa-text-danger-dark,
  #auction-app-container .aa-mt-12 #customMinBid + span:not([class]) + span:not([class]),
  #auction-app-container .aa-mt-12 #customMinBid + span.aa-text-danger-dark + span:not([class]), .ReactModalPortal .aa-mt-12 #customMinBid + span:not([class]),
  .ReactModalPortal .aa-mt-12 #customMinBid + span.aa-text-danger-dark,
  .ReactModalPortal .aa-mt-12 #customMinBid + span:not([class]) + span:not([class]),
  .ReactModalPortal .aa-mt-12 #customMinBid + span.aa-text-danger-dark + span:not([class]) {
    display: none; }
  #auction-app-container body[class*="auction"] .main-content, .ReactModalPortal body[class*="auction"] .main-content {
    margin: 0 auto; }
  #auction-app-container #customBid, .ReactModalPortal #customBid {
    -moz-appearance: textfield;
    padding: 0.5em 1em;
    /* Remove step increment on custom bid input*/ }
    #auction-app-container #customBid ::-webkit-inner-spin-button,
    #auction-app-container #customBid ::-webkit-outer-spin-button, .ReactModalPortal #customBid ::-webkit-inner-spin-button,
    .ReactModalPortal #customBid ::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    #auction-app-container #customBid + button, .ReactModalPortal #customBid + button {
      padding: 0.5em 1em; }
      #auction-app-container #customBid + button:disabled, .ReactModalPortal #customBid + button:disabled {
        opacity: 0.5 !important; }
  #auction-app-container .aa-mt-2 > .aa-mt-12 > div + div, .ReactModalPortal .aa-mt-2 > .aa-mt-12 > div + div {
    margin-top: .5em; }
  #auction-app-container div.aa-mt-12, .ReactModalPortal div.aa-mt-12 {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap; }
    #auction-app-container div.aa-mt-12 > a[href="/account/login"] + div, .ReactModalPortal div.aa-mt-12 > a[href="/account/login"] + div {
      margin-top: 0; }
    #auction-app-container div.aa-mt-12 > div > span + span, .ReactModalPortal div.aa-mt-12 > div > span + span {
      display: none; }
  #auction-app-container p.aa-my-0 > span.aa-mr-1.aa-text-gray-500,
  #auction-app-container p.aa-my-0 > span.aa-mr-1.aa-text-gray-500 + span.aa-mr-2, .ReactModalPortal p.aa-my-0 > span.aa-mr-1.aa-text-gray-500,
  .ReactModalPortal p.aa-my-0 > span.aa-mr-1.aa-text-gray-500 + span.aa-mr-2 {
    display: block; }
  #auction-app-container .aa-mb-9 + p.aa-overline.aa-mb-4, .ReactModalPortal .aa-mb-9 + p.aa-overline.aa-mb-4 {
    margin-bottom: 0; }
  #auction-app-container .aa-my-15, .ReactModalPortal .aa-my-15 {
    margin-top: 0;
    margin-bottom: 0; }
  #auction-app-container span.aa-mr-1.aa-text-gray-500 + span:not([class]) + span:not([class]), .ReactModalPortal span.aa-mr-1.aa-text-gray-500 + span:not([class]) + span:not([class]) {
    visibility: hidden;
    position: relative;
    /* replace original dash with • */ }
    #auction-app-container span.aa-mr-1.aa-text-gray-500 + span:not([class]) + span:not([class]):after, .ReactModalPortal span.aa-mr-1.aa-text-gray-500 + span:not([class]) + span:not([class]):after {
      content: '•';
      font-weight: normal;
      left: 0;
      padding: 0 0.175rem;
      position: absolute;
      top: 0;
      visibility: visible; }
  #auction-app-container span:not([class]) + span:not([class]) + button, .ReactModalPortal span:not([class]) + span:not([class]) + button {
    font-weight: bold; }
    #auction-app-container span:not([class]) + span:not([class]) + button:focus, .ReactModalPortal span:not([class]) + span:not([class]) + button:focus {
      outline: none; }
  #auction-app-container .aa-mt-5 button, .ReactModalPortal .aa-mt-5 button {
    margin-bottom: 10px;
    max-height: none; }
  #auction-app-container p.aa-mb-12, .ReactModalPortal p.aa-mb-12 {
    display: none; }

#auction-app-container, #news-letter-fallback-container, .ReactModalPortal {
  /* custom news letter embed */ }
  #auction-app-container .post-auction .newsletter_container, #news-letter-fallback-container .post-auction .newsletter_container, .ReactModalPortal .post-auction .newsletter_container {
    margin-top: 0;
    padding-top: .5em;
    border-color: #000; }
  #auction-app-container .newsletter_container, #news-letter-fallback-container .newsletter_container, .ReactModalPortal .newsletter_container {
    margin-top: 0;
    padding-top: .5em;
    border: none; }
    #auction-app-container .newsletter_container .newsletter_title, #news-letter-fallback-container .newsletter_container .newsletter_title, .ReactModalPortal .newsletter_container .newsletter_title {
      display: block; }
    #auction-app-container .newsletter_container .form-fields, #news-letter-fallback-container .newsletter_container .form-fields, .ReactModalPortal .newsletter_container .form-fields {
      margin-left: unset;
      margin-right: unset;
      width: 100%;
      max-width: 100%;
      display: inline-block; }
      @media screen and (min-width: 769px) {
        #auction-app-container .newsletter_container .form-fields, #news-letter-fallback-container .newsletter_container .form-fields, .ReactModalPortal .newsletter_container .form-fields {
          max-width: 70%; } }
      #auction-app-container .newsletter_container .form-fields .form-field-group .form-field.input, #news-letter-fallback-container .newsletter_container .form-fields .form-field-group .form-field.input, .ReactModalPortal .newsletter_container .form-fields .form-field-group .form-field.input {
        margin-bottom: 0;
        border: 1px solid  #949494; }
    #auction-app-container .newsletter_container button, #news-letter-fallback-container .newsletter_container button, .ReactModalPortal .newsletter_container button {
      width: 100%;
      max-width: 100%;
      float: right; }
      @media screen and (min-width: 769px) {
        #auction-app-container .newsletter_container button, #news-letter-fallback-container .newsletter_container button, .ReactModalPortal .newsletter_container button {
          max-width: 25%; } }

/* General button styling  */
.aa-button {
  padding: 1rem !important; }
  .aa-button:disabled {
    opacity: 0.5 !important; }

.aa-button,
#customBid + button {
  flex: 0 0 30%;
  margin-left: 5%;
  border-radius: 4px; }

#customBid {
  flex: 0 0 60%;
  border-radius: 4px; }

/* Stacked layout*/
.auction-app-container--stacked {
  max-width: 800px; }
  .auction-app-container--stacked .aa-grid-cols-1.md\:aa-grid-cols-2,
  .auction-app-container--stacked .aa-grid-cols-1.aa-grid-cols-2 {
    grid-template-columns: 1fr; }
    .auction-app-container--stacked .aa-grid-cols-1.md\:aa-grid-cols-2 > div:not(.aa-mt-2):not(.md\:aa-mt-2),
    .auction-app-container--stacked .aa-grid-cols-1.aa-grid-cols-2 > div:not(.aa-mt-2):not(.md\:aa-mt-2) {
      width: 100%;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
  .auction-app-container--stacked h1, .auction-app-container--stacked .h1,
  .auction-app-container--stacked p {
    width: 100%;
    text-align: center; }
  .auction-app-container--stacked .aa-mb-9 {
    text-align: center; }

/* custom for auction store */
.auction-title-container h3, .auction-title-container .h3 {
  text-decoration: none; }

.aa-z-toast {
  display: none; }

.shopify-section.wrapper .auction-custom-toast-container, .main-content .shopify-section.index-section:not(.index-section--flush) .auction-custom-toast-container, .ReactModalPortal .auction-custom-toast-container {
  max-width: 785px;
  margin: 15px auto;
  text-align: center;
  line-height: 1.2; }

/* Mutiple auction styling */
.multi-auction {
  /* Uppermost parent level timer container */ }
  .multi-auction section > div[class="aa-flex aa-justify-center"] {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    /*margin-top: 0.5rem; d*/ }
    .multi-auction section > div[class="aa-flex aa-justify-center"] > div {
      margin-bottom: 0; }
  .multi-auction label[for="auction-app-sorting"],
  .multi-auction #auction-app-sorting {
    display: none; }
  .multi-auction .aa-button,
  .multi-auction #customBid + button {
    flex: 0;
    margin-left: 0;
    border-radius: inherit; }
  .multi-auction .aa-absolute .toast-success, .multi-auction .aa-absolute .toast-danger {
    text-align: center; }
  .multi-auction button.aa-button.aa-w-full {
    text-transform: uppercase; }

.ReactModalPortal {
  /* close button */ }
  .ReactModalPortal button[aria-label="Close modal"] > svg {
    width: 18px;
    height: 18px; }
  .ReactModalPortal button[class="aa-p-0 aa-m-0 aa-bg-gray-100 aa-border-none aa-underline"] {
    display: none; }
  .ReactModalPortal .auction-title-container {
    padding-top: inherit;
    max-width: inherit;
    padding: 0;
    margin-left: inherit;
    margin-right: inherit; }

.term_link {
  text-decoration: underline; }

.uncloseable-popup-background {
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  width: 100%;
  height: 100%; }

.uncloseable-popup-center {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%; }

.uncloseable-popup-content {
  max-width: 300px;
  width: 100%;
  background: #fff;
  padding: 1em;
  margin: 1em;
  text-align: center;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-duration: .75s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.hero-banner .icon:after, .hero-banner .embla__button--prev:after, .hero-banner .embla__button--next:after {
  display: none; }
.hero-banner .embla__button--prev > .grid:after, .hero-banner .embla__button--prev > .grid--rev:after, .hero-banner .embla__button--prev > .grid--full:after, .hero-banner .embla__button--next > .grid:after, .hero-banner .embla__button--next > .grid--rev:after, .hero-banner .embla__button--next > .grid--full:after {
  display: none; }
.hero-banner .youtube-video-wrapper {
  align-self: center; }

#shopify-section-1557891680996 {
  max-width: 800px;
  margin: auto; }

.site-footer .footer-text .copyright {
  text-transform: uppercase; }

body .content .sidebar .order-summary__emphasis, .page--banner .content .sidebar .order-summary__emphasis {
  color: #293744;
  text-transform: none; }

p {
  margin: 0 0 15px 0;
  text-transform: uppercase; }

#shopify-section-1568238638877 .section-product-list {
  max-width: 1000px;
  margin: auto; }

#shopify-section-1568238594234 .section-product-list {
  max-width: 1400px;
  margin: auto; }

#shopify-section-1567805557981 .section-product-list {
  max-width: 1100px;
  margin: auto; }

#shopify-section-1568229765917 .section-product-list {
  margin: auto;
  max-width: 1000px; }

#shopify-section-1557891680996 {
  max-width: 1000px;
  margin: auto; }

#shopify-section-1568229765917 .section-product-list {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px; }

#shopify-section-
19203ed69fb3 {
  max-width: 800px;
  margin: auto; }

.mz-thumb img {
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.3); }

.drawer--right {
  box-shadow: -2px 0px 10px 1px #A3535E; }

.product-single .product-detail .product-description .product-shipping {
  font-weight: bold;
  font-size: x-small; }

#shopify-section-1569699764866 .section-product-list {
  padding-top: 30px;
  padding-bottom: 30px; }

#shopify-section-1568238638877 .section-product-list {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 900px; }

#shopify-section-1569699764866 .section-product-list {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px; }

#shopify-section-1569699732514 .section-product-list {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px; }

#shopify-section-1568229765917 .section-product-list {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px; }

#shopify-section-1568229914914 .section-product-list {
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 900px; }

#shopify-section-1568229765917 .section-product-list {
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 700px; }

#shopify-section-1575392968013 .section-product-list {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px; }

.embedded-alert-message {
  color: #fff;
  background: #e68d8d;
  border: 2px solid #b55a5a;
  padding: 1rem;
  background: #293744;
  color: white;
  border: 2px solid white;
  text-align: center; }
  .embedded-alert-message a {
    text-decoration: underline; }
  .edit_checkout .embedded-alert-message {
    margin-top: 1rem;
    text-align: left; }

#shopify-section-1575392968013 {
  max-width: 700px;
  margin: auto; }