/** Shopify CDN: Minification failed

Line 1248:17 Unexpected "0rem"
Line 1251:17 Unexpected "0rem"
Line 1254:17 Unexpected "0rem"
Line 1257:17 Unexpected "0rem"
Line 1260:17 Unexpected "0rem"
Line 1264:17 Unexpected "0rem"
Line 1268:17 Unexpected "0rem"
Line 1271:17 Unexpected "0rem"
Line 1274:17 Unexpected "0rem"
Line 1277:17 Unexpected "0rem"
... and 101 more hidden warnings

**/
@charset "UTF-8";
/*============================================================================
  Métier | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

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

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ VENDOR ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }

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

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%; }

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.mejs__container:focus {
  outline: none; }

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important; }

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0; }

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0; }

.mejs__layer {
  z-index: 1; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  background: url("mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px; }

.mejs__overlay-loading {
  height: 80px;
  width: 80px; }

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("mejs-controls.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

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

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

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3; }

.mejs__controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs__button > button {
  background: transparent url("mejs-controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 1px #999; }

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0; }

.mejs__pause > button {
  background-position: -20px 0; }

.mejs__replay > button {
  background-position: -160px 0; }

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative; }

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10; }

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2); }

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%; }

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important; }

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11; }

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px; }

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px; }

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0; }

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px; }

.mejs__long-video .mejs__time-float-current {
  width: 60px; }

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1; }

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px; }

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%; }

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px; }

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.mejs__horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative; }

.mejs__captions-button > button {
  background-position: -140px 0; }

.mejs__chapters-button > button {
  background-position: -180px 0; }

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px; }

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px; }

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%; }

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative; }

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em; }

.mejs__cannotplay {
  position: relative; }

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%; }

/* End: Error */
/*================ DESIGN SYSTEM ================*/
@font-face {
  font-family: 'icomoon';
  src: url("icomoon.eot?jkskd7");
  src: url("icomoon.eot?jkskd7#iefix") format("embedded-opentype"), url("icomoon.ttf?jkskd7") format("truetype"), url("icomoon.woff?jkskd7") format("woff"), url("icomoon.svg?jkskd7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-Close-Large::before {
  content: "\e90c"; }

.icon-Radio::before {
  content: "\e90d"; }

.icon-Padlock::before {
  content: "\e90e"; }

.icon-Question::before {
  content: "\e90f"; }

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

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

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

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

.icon-Select-Menu-Arrow::before {
  content: "\e905"; }

.icon-Pagination-Arrow-Left::before {
  content: "\e906"; }

.icon-Pagination-Arrow-Right::before {
  content: "\e907"; }

.icon-Carousel-Arrow-Left::before {
  content: "\e908"; }

.icon-Carousel-Arrow-Right::before {
  content: "\e909"; }

.icon-Checkmark::before {
  content: "\e90a"; }

.icon-Close::before {
  content: "\e90b"; }

/* Define mixins for use in type styles */
.m-t-spacer-none 0rem {
  margin-top: xxs 0.30625rem; }

.m-b-spacer-none 0rem {
  margin-bottom: xxs 0.30625rem; }

.m-l-spacer-none 0rem {
  margin-left: xxs 0.30625rem; }

.m-r-spacer-none 0rem {
  margin-right: xxs 0.30625rem; }

.m-x-spacer-none 0rem {
  margin-right: xxs 0.30625rem;
  margin-left: xxs 0.30625rem; }

.m-y-spacer-none 0rem {
  margin-top: xxs 0.30625rem;
  margin-bottom: xxs 0.30625rem; }

.m-t-spacer-none 0rem {
  margin-top: xxs 0.30625rem; }

.m-b-spacer-none 0rem {
  margin-bottom: xxs 0.30625rem; }

.m-l-spacer-none 0rem {
  margin-left: xxs 0.30625rem; }

.m-r-spacer-none 0rem {
  margin-right: xxs 0.30625rem; }

.m-x-spacer-none 0rem {
  margin-right: xxs 0.30625rem;
  margin-left: xxs 0.30625rem; }

.m-y-spacer-none 0rem {
  margin-top: xxs 0.30625rem;
  margin-bottom: xxs 0.30625rem; }

.m-t-spacer-none 0rem {
  margin-top: xxs 0.30625rem; }

.m-b-spacer-none 0rem {
  margin-bottom: xxs 0.30625rem; }

.m-l-spacer-none 0rem {
  margin-left: xxs 0.30625rem; }

.m-r-spacer-none 0rem {
  margin-right: xxs 0.30625rem; }

.m-x-spacer-none 0rem {
  margin-right: xxs 0.30625rem;
  margin-left: xxs 0.30625rem; }

.m-y-spacer-none 0rem {
  margin-top: xxs 0.30625rem;
  margin-bottom: xxs 0.30625rem; }

.m-t-spacer-none 0rem {
  margin-top: xxs 0.30625rem; }

.m-b-spacer-none 0rem {
  margin-bottom: xxs 0.30625rem; }

.m-l-spacer-none 0rem {
  margin-left: xxs 0.30625rem; }

.m-r-spacer-none 0rem {
  margin-right: xxs 0.30625rem; }

.m-x-spacer-none 0rem {
  margin-right: xxs 0.30625rem;
  margin-left: xxs 0.30625rem; }

.m-y-spacer-none 0rem {
  margin-top: xxs 0.30625rem;
  margin-bottom: xxs 0.30625rem; }

.m-t-spacer-none 0rem {
  margin-top: xxs 0.30625rem; }

.m-b-spacer-none 0rem {
  margin-bottom: xxs 0.30625rem; }

.m-l-spacer-none 0rem {
  margin-left: xxs 0.30625rem; }

.m-r-spacer-none 0rem {
  margin-right: xxs 0.30625rem; }

.m-x-spacer-none 0rem {
  margin-right: xxs 0.30625rem;
  margin-left: xxs 0.30625rem; }

.m-y-spacer-none 0rem {
  margin-top: xxs 0.30625rem;
  margin-bottom: xxs 0.30625rem; }

.m-t-spacer-none 0rem {
  margin-top: xxs 0.30625rem; }

.m-b-spacer-none 0rem {
  margin-bottom: xxs 0.30625rem; }

.m-l-spacer-none 0rem {
  margin-left: xxs 0.30625rem; }

.m-r-spacer-none 0rem {
  margin-right: xxs 0.30625rem; }

.m-x-spacer-none 0rem {
  margin-right: xxs 0.30625rem;
  margin-left: xxs 0.30625rem; }

.m-y-spacer-none 0rem {
  margin-top: xxs 0.30625rem;
  margin-bottom: xxs 0.30625rem; }

.m-t-spacer-none 0rem {
  margin-top: xxs 0.30625rem; }

.m-b-spacer-none 0rem {
  margin-bottom: xxs 0.30625rem; }

.m-l-spacer-none 0rem {
  margin-left: xxs 0.30625rem; }

.m-r-spacer-none 0rem {
  margin-right: xxs 0.30625rem; }

.m-x-spacer-none 0rem {
  margin-right: xxs 0.30625rem;
  margin-left: xxs 0.30625rem; }

.m-y-spacer-none 0rem {
  margin-top: xxs 0.30625rem;
  margin-bottom: xxs 0.30625rem; }

.m-t-spacer-none 0rem {
  margin-top: xxs 0.30625rem; }

.m-b-spacer-none 0rem {
  margin-bottom: xxs 0.30625rem; }

.m-l-spacer-none 0rem {
  margin-left: xxs 0.30625rem; }

.m-r-spacer-none 0rem {
  margin-right: xxs 0.30625rem; }

.m-x-spacer-none 0rem {
  margin-right: xxs 0.30625rem;
  margin-left: xxs 0.30625rem; }

.m-y-spacer-none 0rem {
  margin-top: xxs 0.30625rem;
  margin-bottom: xxs 0.30625rem; }

.m-t-spacer-none 0rem {
  margin-top: xxs 0.30625rem; }

.m-b-spacer-none 0rem {
  margin-bottom: xxs 0.30625rem; }

.m-l-spacer-none 0rem {
  margin-left: xxs 0.30625rem; }

.m-r-spacer-none 0rem {
  margin-right: xxs 0.30625rem; }

.m-x-spacer-none 0rem {
  margin-right: xxs 0.30625rem;
  margin-left: xxs 0.30625rem; }

.m-y-spacer-none 0rem {
  margin-top: xxs 0.30625rem;
  margin-bottom: xxs 0.30625rem; }

.p-t-spacer-none 0rem {
  padding-top: xxs 0.30625rem; }

.p-b-spacer-none 0rem {
  padding-bottom: xxs 0.30625rem; }

.p-l-spacer-none 0rem {
  padding-left: xxs 0.30625rem; }

.p-r-spacer-none 0rem {
  padding-right: xxs 0.30625rem; }

.p-x-spacer-none 0rem {
  padding-right: xxs 0.30625rem;
  padding-left: xxs 0.30625rem; }

.p-y-spacer-none 0rem {
  padding-top: xxs 0.30625rem;
  padding-bottom: xxs 0.30625rem; }

.p-t-spacer-none 0rem {
  padding-top: xxs 0.30625rem; }

.p-b-spacer-none 0rem {
  padding-bottom: xxs 0.30625rem; }

.p-l-spacer-none 0rem {
  padding-left: xxs 0.30625rem; }

.p-r-spacer-none 0rem {
  padding-right: xxs 0.30625rem; }

.p-x-spacer-none 0rem {
  padding-right: xxs 0.30625rem;
  padding-left: xxs 0.30625rem; }

.p-y-spacer-none 0rem {
  padding-top: xxs 0.30625rem;
  padding-bottom: xxs 0.30625rem; }

.p-t-spacer-none 0rem {
  padding-top: xxs 0.30625rem; }

.p-b-spacer-none 0rem {
  padding-bottom: xxs 0.30625rem; }

.p-l-spacer-none 0rem {
  padding-left: xxs 0.30625rem; }

.p-r-spacer-none 0rem {
  padding-right: xxs 0.30625rem; }

.p-x-spacer-none 0rem {
  padding-right: xxs 0.30625rem;
  padding-left: xxs 0.30625rem; }

.p-y-spacer-none 0rem {
  padding-top: xxs 0.30625rem;
  padding-bottom: xxs 0.30625rem; }

.p-t-spacer-none 0rem {
  padding-top: xxs 0.30625rem; }

.p-b-spacer-none 0rem {
  padding-bottom: xxs 0.30625rem; }

.p-l-spacer-none 0rem {
  padding-left: xxs 0.30625rem; }

.p-r-spacer-none 0rem {
  padding-right: xxs 0.30625rem; }

.p-x-spacer-none 0rem {
  padding-right: xxs 0.30625rem;
  padding-left: xxs 0.30625rem; }

.p-y-spacer-none 0rem {
  padding-top: xxs 0.30625rem;
  padding-bottom: xxs 0.30625rem; }

.p-t-spacer-none 0rem {
  padding-top: xxs 0.30625rem; }

.p-b-spacer-none 0rem {
  padding-bottom: xxs 0.30625rem; }

.p-l-spacer-none 0rem {
  padding-left: xxs 0.30625rem; }

.p-r-spacer-none 0rem {
  padding-right: xxs 0.30625rem; }

.p-x-spacer-none 0rem {
  padding-right: xxs 0.30625rem;
  padding-left: xxs 0.30625rem; }

.p-y-spacer-none 0rem {
  padding-top: xxs 0.30625rem;
  padding-bottom: xxs 0.30625rem; }

.p-t-spacer-none 0rem {
  padding-top: xxs 0.30625rem; }

.p-b-spacer-none 0rem {
  padding-bottom: xxs 0.30625rem; }

.p-l-spacer-none 0rem {
  padding-left: xxs 0.30625rem; }

.p-r-spacer-none 0rem {
  padding-right: xxs 0.30625rem; }

.p-x-spacer-none 0rem {
  padding-right: xxs 0.30625rem;
  padding-left: xxs 0.30625rem; }

.p-y-spacer-none 0rem {
  padding-top: xxs 0.30625rem;
  padding-bottom: xxs 0.30625rem; }

.p-t-spacer-none 0rem {
  padding-top: xxs 0.30625rem; }

.p-b-spacer-none 0rem {
  padding-bottom: xxs 0.30625rem; }

.p-l-spacer-none 0rem {
  padding-left: xxs 0.30625rem; }

.p-r-spacer-none 0rem {
  padding-right: xxs 0.30625rem; }

.p-x-spacer-none 0rem {
  padding-right: xxs 0.30625rem;
  padding-left: xxs 0.30625rem; }

.p-y-spacer-none 0rem {
  padding-top: xxs 0.30625rem;
  padding-bottom: xxs 0.30625rem; }

.p-t-spacer-none 0rem {
  padding-top: xxs 0.30625rem; }

.p-b-spacer-none 0rem {
  padding-bottom: xxs 0.30625rem; }

.p-l-spacer-none 0rem {
  padding-left: xxs 0.30625rem; }

.p-r-spacer-none 0rem {
  padding-right: xxs 0.30625rem; }

.p-x-spacer-none 0rem {
  padding-right: xxs 0.30625rem;
  padding-left: xxs 0.30625rem; }

.p-y-spacer-none 0rem {
  padding-top: xxs 0.30625rem;
  padding-bottom: xxs 0.30625rem; }

.p-t-spacer-none 0rem {
  padding-top: xxs 0.30625rem; }

.p-b-spacer-none 0rem {
  padding-bottom: xxs 0.30625rem; }

.p-l-spacer-none 0rem {
  padding-left: xxs 0.30625rem; }

.p-r-spacer-none 0rem {
  padding-right: xxs 0.30625rem; }

.p-x-spacer-none 0rem {
  padding-right: xxs 0.30625rem;
  padding-left: xxs 0.30625rem; }

.p-y-spacer-none 0rem {
  padding-top: xxs 0.30625rem;
  padding-bottom: xxs 0.30625rem; }

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1.25rem; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item, .pagination {
  float: left;
  padding-left: 1.25rem;
  width: 100%; }
  .grid__item[class*='--push'], [class*='--push'].pagination {
    position: relative; }

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

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

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

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

.two-thirds {
  width: 66.66667%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

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

/* Ninths */
.one-ninth {
  width: 11.11111%; }

.two-ninths {
  width: 22.22222%; }

.three-ninths {
  width: 33.33333%; }

.four-ninths {
  width: 44.44444%; }

.five-ninths {
  width: 55.55556%; }

.six-ninths {
  width: 66.66667%; }

.seven-ninths {
  width: 77.77778%; }

.eight-ninths {
  width: 88.88889%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 539px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

  /* Ninths */
  .small--one-ninth {
    width: 11.11111%; }

  .small--two-ninths {
    width: 22.22222%; }

  .small--three-ninths {
    width: 33.33333%; }

  .small--four-ninths {
    width: 44.44444%; }

  .small--five-ninths {
    width: 55.55556%; }

  .small--six-ninths {
    width: 66.66667%; }

  .small--seven-ninths {
    width: 77.77778%; }

  .small--eight-ninths {
    width: 88.88889%; }

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

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

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

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

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

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

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

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

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

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

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

  .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--one-eighth:nth-child(8n+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; }

  .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; } }
@media only screen and (min-width: 540px) and (max-width: 989px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

  /* Ninths */
  .medium--one-ninth {
    width: 11.11111%; }

  .medium--two-ninths {
    width: 22.22222%; }

  .medium--three-ninths {
    width: 33.33333%; }

  .medium--four-ninths {
    width: 44.44444%; }

  .medium--five-ninths {
    width: 55.55556%; }

  .medium--six-ninths {
    width: 66.66667%; }

  .medium--seven-ninths {
    width: 77.77778%; }

  .medium--eight-ninths {
    width: 88.88889%; }

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

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

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

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

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

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

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

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

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

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

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

  .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--one-eighth:nth-child(8n+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; }

  .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; } }
@media only screen and (max-width: 989px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

  /* Ninths */
  .medium-down--one-ninth {
    width: 11.11111%; }

  .medium-down--two-ninths {
    width: 22.22222%; }

  .medium-down--three-ninths {
    width: 33.33333%; }

  .medium-down--four-ninths {
    width: 44.44444%; }

  .medium-down--five-ninths {
    width: 55.55556%; }

  .medium-down--six-ninths {
    width: 66.66667%; }

  .medium-down--seven-ninths {
    width: 77.77778%; }

  .medium-down--eight-ninths {
    width: 88.88889%; }

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

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

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

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

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

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

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

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

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

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

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

  .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--one-eighth:nth-child(8n+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; }

  .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; } }
@media only screen and (min-width: 540px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

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

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

  .medium-up--two-thirds {
    width: 66.66667%; }

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

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

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

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

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

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

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

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

  .medium-up--two-sixths {
    width: 33.33333%; }

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

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

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

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

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

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

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

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

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

  /* Ninths */
  .medium-up--one-ninth {
    width: 11.11111%; }

  .medium-up--two-ninths {
    width: 22.22222%; }

  .medium-up--three-ninths {
    width: 33.33333%; }

  .medium-up--four-ninths {
    width: 44.44444%; }

  .medium-up--five-ninths {
    width: 55.55556%; }

  .medium-up--six-ninths {
    width: 66.66667%; }

  .medium-up--seven-ninths {
    width: 77.77778%; }

  .medium-up--eight-ninths {
    width: 88.88889%; }

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

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

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

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

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

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

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

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

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

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

  .medium-up--two-twelfths {
    width: 16.66667%; }

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

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

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

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

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

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

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

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

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

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

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

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 990px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }

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

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

  .large-up--two-thirds {
    width: 66.66667%; }

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

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

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

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

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

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

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

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

  .large-up--two-sixths {
    width: 33.33333%; }

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

  .large-up--four-sixths {
    width: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%; }

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

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

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

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

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

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

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

  /* Ninths */
  .large-up--one-ninth {
    width: 11.11111%; }

  .large-up--two-ninths {
    width: 22.22222%; }

  .large-up--three-ninths {
    width: 33.33333%; }

  .large-up--four-ninths {
    width: 44.44444%; }

  .large-up--five-ninths {
    width: 55.55556%; }

  .large-up--six-ninths {
    width: 66.66667%; }

  .large-up--seven-ninths {
    width: 77.77778%; }

  .large-up--eight-ninths {
    width: 88.88889%; }

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

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

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

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

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

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

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

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

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

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

  .large-up--two-twelfths {
    width: 16.66667%; }

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

  .large-up--four-twelfths {
    width: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%; }

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

  .large-up--seven-twelfths {
    width: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%; }

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

  .large-up--ten-twelfths {
    width: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%; }

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

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

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

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

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

  .large-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1600px) {
  /** Whole */
  .widescreen--one-whole {
    width: 100%; }

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

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

  .widescreen--two-thirds {
    width: 66.66667%; }

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

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

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

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

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

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

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

  /* Sixths */
  .widescreen--one-sixth {
    width: 16.66667%; }

  .widescreen--two-sixths {
    width: 33.33333%; }

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

  .widescreen--four-sixths {
    width: 66.66667%; }

  .widescreen--five-sixths {
    width: 83.33333%; }

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

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

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

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

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

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

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

  /* Ninths */
  .widescreen--one-ninth {
    width: 11.11111%; }

  .widescreen--two-ninths {
    width: 22.22222%; }

  .widescreen--three-ninths {
    width: 33.33333%; }

  .widescreen--four-ninths {
    width: 44.44444%; }

  .widescreen--five-ninths {
    width: 55.55556%; }

  .widescreen--six-ninths {
    width: 66.66667%; }

  .widescreen--seven-ninths {
    width: 77.77778%; }

  .widescreen--eight-ninths {
    width: 88.88889%; }

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

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

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

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

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

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

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

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

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

  /* Twelfths */
  .widescreen--one-twelfth {
    width: 8.33333%; }

  .widescreen--two-twelfths {
    width: 16.66667%; }

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

  .widescreen--four-twelfths {
    width: 33.33333%; }

  .widescreen--five-twelfths {
    width: 41.66667%; }

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

  .widescreen--seven-twelfths {
    width: 58.33333%; }

  .widescreen--eight-twelfths {
    width: 66.66667%; }

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

  .widescreen--ten-twelfths {
    width: 83.33333%; }

  .widescreen--eleven-twelfths {
    width: 91.66667%; }

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

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

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

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

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

  .widescreen--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 989px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Ninths */
  .medium-down--push-one-ninth {
    left: 11.11111%; }

  .medium-down--push-two-ninths {
    left: 22.22222%; }

  .medium-down--push-three-ninths {
    left: 33.33333%; }

  .medium-down--push-four-ninths {
    left: 44.44444%; }

  .medium-down--push-five-ninths {
    left: 55.55556%; }

  .medium-down--push-six-ninths {
    left: 66.66667%; }

  .medium-down--push-seven-ninths {
    left: 77.77778%; }

  .medium-down--push-eight-ninths {
    left: 88.88889%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 990px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Ninths */
  .large-up--push-one-ninth {
    left: 11.11111%; }

  .large-up--push-two-ninths {
    left: 22.22222%; }

  .large-up--push-three-ninths {
    left: 33.33333%; }

  .large-up--push-four-ninths {
    left: 44.44444%; }

  .large-up--push-five-ninths {
    left: 55.55556%; }

  .large-up--push-six-ninths {
    left: 66.66667%; }

  .large-up--push-seven-ninths {
    left: 77.77778%; }

  .large-up--push-eight-ninths {
    left: 88.88889%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ BASE ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Ensure body element fills the viewport height
 */
html,
body {
  height: 100%; }

/**
 * Reset margin and padding on body element
 */
body {
  margin: 0;
  padding: 0; }

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

/**
 * Remove spacing below images
 */
img {
  display: block; }

/**
 * Ensure images scale up past their max-size
 */
img {
  width: 100%; }

/**
 * Prevent iOS native styling on form elements
 */
textarea
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='email'] {
  -webkit-appearance: none;
  border-radius: 0; }

/**
 * Remove margin round figure element
 */
figure {
  margin: 0;
  padding: 0; }

/*================ From Slate reset ================*/
a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type='submit'],
label[for],
.btn,
.account-section--orders .responsive-table a {
  cursor: pointer; }

option {
  color: black;
  background-color: white; }

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none; }

[tabindex='-1']:focus {
  outline: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide,
.hidden {
  display: none !important; }

.disable-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 0.625rem;
  z-index: 10000;
  transition: none; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 4.5rem;
  height: 1.3125rem; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 0.625rem 1.25rem;
  padding: 0; }
  .rte ul li,
  .rte ol li {
    margin-bottom: 1.225rem; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }
.rte strong {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase; }
.rte em {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.5; }
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

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

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

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .rte__table-wrapper th,
  .rte__table-wrapper td {
    padding-left: 0.6125rem;
    padding-right: 0.6125rem;
    padding-top: 0.6125rem;
    padding-bottom: 0.6125rem; }
  .rte__table-wrapper td:first-of-type {
    padding-left: 0rem; }
  .rte__table-wrapper td:last-of-type {
    padding-right: 0rem; }
  .rte__table-wrapper tr:first-of-type td {
    padding-top: 0rem; }
  .rte__table-wrapper tr:last-of-type td {
    padding-bottom: 0rem; }

/*================ Tables ================*/
table {
  border-collapse: collapse; }

th {
  font-weight: normal;
  text-transform: uppercase; }

th,
td {
  padding: 0;
  text-align: left;
  vertical-align: top; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 539px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 0.625rem; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-bottom: 1px solid white; } }
@media only screen and (min-width: 540px) {
  .responsive-table {
    width: 100%; }
    .responsive-table th,
    .responsive-table td {
      padding-right: 1.225rem;
      padding-top: 0.6125rem;
      padding-bottom: 0.6125rem; }
      .responsive-table th:last-of-type,
      .responsive-table td:last-of-type {
        padding-right: 0rem; } }
/*================ Links & Buttons ================*/
/**
 * Reset buttons styled as links
 */
.link {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5;
  background-color: transparent;
  border: 0;
  padding: 0; }

/**
 * Normal links with underlines
 */
a,
a:link,
a:visited,
.link {
  transition: border-color 0.2s ease;
  border-bottom: 0.0625rem solid #d9d8d6;
  color: black;
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  border-bottom-color: black;
  color: black;
  outline: none; }

/**
 * Override input styles
 */
input.link {
  background-color: transparent;
  height: auto; }

/**
 * Remove underlines for header, footer etc.
 */
/**
 * Add click effect
 */
a,
.btn,
.account-section--orders .responsive-table a {
  position: relative;
  top: 0; }
  a:active,
  .btn:active,
  .account-section--orders .responsive-table a:active {
    top: 0.0625rem; }

/**
 * From Slate
 */
.btn, .account-section--orders .responsive-table a {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0; }

/**
 * Format buttons
 * 1. Override input styles
 */
.btn, .account-section--orders .responsive-table a,
a.btn,
.account-section--orders .responsive-table a {
  font-size: 1.125rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1;
  transition: border-color 0.2s ease;
  border-bottom: 0.0625rem solid #823135;
  padding: 0;
  background-color: transparent;
  /* 1. */
  height: auto;
  /* 1. */ }
  .btn:hover, .account-section--orders .responsive-table a:hover, .btn:active, .account-section--orders .responsive-table a:active, .btn:focus, .account-section--orders .responsive-table a:focus,
  a.btn:hover,
  .account-section--orders .responsive-table a:hover,
  a.btn:active,
  .account-section--orders .responsive-table a:active,
  a.btn:focus,
  .account-section--orders .responsive-table a:focus {
    border-bottom-color: black;
    outline: none; }
  .btn.is-disabled, .account-section--orders .responsive-table a.is-disabled,
  a.btn.is-disabled,
  .account-section--orders .responsive-table a.is-disabled {
    border-bottom: 0; }
    .btn.is-disabled:active, .account-section--orders .responsive-table a.is-disabled:active,
    a.btn.is-disabled:active,
    .account-section--orders .responsive-table a.is-disabled:active {
      top: 0; }

.product-page-btn {
  font-size: 1.5rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: none; }
  @media only screen and (min-width: 990px) {
    .product-page-btn {
      font-size: 2rem; } }
  @media only screen and (min-width: 990px) {
    .product-page-btn {
      font-size: 1.5rem; } }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 0.6125rem;
  padding-right: 0.6125rem;
  padding-top: 0.6125rem;
  padding-bottom: 0.6125rem;
  background-color: #e5d3aa;
  border: 0;
  border-bottom: 0.0625rem solid transparent;
  border-radius: 0;
  height: 2.8125rem;
  max-width: 100%; }
  input:focus,
  textarea:focus,
  select:focus {
    border-bottom-color: black; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #d9d8d6; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(/cdn/shop/t/1/assets/ico-select.svg?v=49759912725999145071519747804);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #e5d3aa;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

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

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-bottom-color: #823135; }

.errors {
  color: #823135; }
  .errors ul {
    padding-left: 1rem; }

/*================ Checkboxes ================*/
.control {
  display: inline-block;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1.225rem; }

.control input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer; }

.control__indicator {
  position: absolute;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #e5d3aa;
  top: 0;
  outline: none; }

.control__indicator::after {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  color: black;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.63333333;
  content: '\e90a';
  position: absolute;
  display: none;
  font-size: 0.625rem;
  left: 0.3125rem;
  top: 0.125rem; }

.control input:disabled ~ .control__indicator {
  background: #d9d8d6;
  pointer-events: none;
  cursor: default; }

.control input:checked ~ .control__indicator::after {
  display: block; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

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

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

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/**
 * Set position for sidebar transitions
 */
.layout-main {
  position: relative; }

/**
 * Push content down below site header
 */
.layout-main {
  margin-top: 5rem; }
  @media only screen and (min-width: 540px) and (max-width: 989px) {
    .layout-main {
      margin-top: 6.25rem; } }
  @media only screen and (min-width: 990px) {
    .layout-main {
      margin-top: 7.1875rem; } }

/**
 * Set outer margins and max-width
 */
.layout-main {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 990px) {
    .layout-main {
      max-width: none; } }

/**
 * Set minimum content height
 */
.layout-main {
  min-height: 22.5rem; }

/**
 * Reset for homepage
 */
.template-index .layout-main {
  margin-top: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  max-width: none; }

/**
 * Avoid margin collapse
 */
.layout-main {
  border-top: 0.0625rem solid transparent;
  top: -0.0625rem; }

/**
 * Base site colors
 */
body {
  background-color: white;
  color: black; }

/**
 * Base site typography
 */
body {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1; }
  @media only screen and (min-width: 990px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 2rem; } }

/**
 * Set spacing for typographic elements
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
table {
  margin-top: 1.225rem;
  margin-bottom: 1.225rem; }
  h1:first-of-type,
  h2:first-of-type,
  h3:first-of-type,
  h4:first-of-type,
  h5:first-of-type,
  h6:first-of-type,
  p:first-of-type,
  ul:first-of-type,
  ol:first-of-type,
  blockquote:first-of-type,
  table:first-of-type {
    margin-top: 0rem; }

/**
 * User selected text
 */
::selection {
  background: #d9d8d6; }

/**
 * Change base font-size for small and large screens
 * This makes all elements styled with rems increase proportionally
 * 1. Standard, 16px base. Body text is set to 14px from here.
 */
html {
  font-size: 100%;
  /* 1. */ }

/**
 * Avoid horizontal scroll
 */
.site-wrapper {
  overflow-x: hidden; }

/**
 * Hide Shopify theme preview bar
 */
iframe[src="//localhost:3000/preview_bar"] {
  display: none; }

/*================ MODULES ================*/
/*================ Site header ================*/
/**
 * Set the site header to be fixed on screen
 */
.site-header__fixed-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101; }

/**
 * Sort pointer events so content below the header is clickable
 */
.site-header {
  pointer-events: none; }
  .site-header .site-header__logo,
  .site-header .site-header__nav-logo-wrapper,
  .site-header .site-header__nav-wrapper .search-panel,
  .site-header .site-header__nav-wrapper .site-nav,
  .site-header .site-header__utilities-wrapper {
    pointer-events: auto; }

/**
 * Remove link underlines
 */
.site-header a,
.site-header a:link,
.site-header a:visited {
  transition: color 0.2s ease;
  border-bottom: 0; }
.site-header a:hover,
.site-header a:active,
.site-header a:focus {
  border-bottom: 0;
  color: #823135; }

/**
 * 1. Set the spacing around the header
 * 2. Ensure child elements are positioned relative to the header
 * 3. Set a maximum width for the smaller layout
 * 4. Remove maximum width for larger layout
 */
.site-header__inner-wrapper {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  /* 1. */
  padding-top: 1.125rem;
  /* 1. */
  padding-bottom: 1.125rem;
  /* 1. */
  position: relative;
  /* 2. */
  max-width: 33.75rem;
  /* 3. */
  margin: 0 auto;
  /* 3. */ }
  @media only screen and (min-width: 990px) {
    .site-header__inner-wrapper {
      max-width: none;
      /* 4. */ } }

/**
 * Size and position the primary logo
 */
.site-header__logo {
  width: 6.875rem; }
  @media only screen and (min-width: 540px) {
    .site-header__logo {
      width: 8.125rem; } }
  @media only screen and (min-width: 990px) {
    .site-header__logo {
      width: 9.375rem; } }
  .site-header__logo svg {
    fill: black;
    transition: fill 0.2s ease; }

.site-header__header {
  position: relative; }

.site-header__logo-wrapper {
  position: absolute;
  width: 100%; }

.site-header__logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

/**
 * Nudge utility links down to align with new Métier logo
 */
@media only screen and (max-width: 989px) {
  .site-header__utilities-wrapper {
    padding-top: 0.625rem; } }

/**
 * Text formatting of utilities links
 */
.site-header__utilities-wrapper {
  font-size: 0.625rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: right; }

/**
 * Rules for all header links with icons
 */
.site-header__link-icon {
  float: right;
  display: block;
  position: relative;
  height: 1.5rem;
  width: 1.5rem; }

/**
 * Style the menu link (hamburger)
 */
.site-header__menu-link-wrapper {
  position: relative;
  top: -0.1875rem; }
  @media only screen and (min-width: 540px) and (max-width: 989px) {
    .site-header__menu-link-wrapper {
      top: 0.4375rem; } }

.site-header__menu-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="17" xmlns="http://www.w3.org/2000/svg"><path d="M0 16h20v1H0v-1zm0-8h20v1H0V8zm0-8h20v1H0V0z" fill="#000000" fill-rule="nonzero"/></svg>');
  background-repeat: no-repeat;
  background-position: 0.125rem 0.1875rem; }
  .site-header__menu-link:hover, .site-header__menu-link:active, .site-header__menu-link:focus {
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="17" xmlns="http://www.w3.org/2000/svg"><path d="M0 16h20v1H0v-1zm0-8h20v1H0V8zm0-8h20v1H0V0z" fill="#D0021B" fill-rule="nonzero"/></svg>'); }

/**
 * Style the shopping bag icon
 */
.site-header__cart-link-inner-wrapper {
  position: relative; }
  @media only screen and (max-width: 539px) {
    .site-header__cart-link-inner-wrapper {
      top: -0.1875rem; } }
  @media only screen and (min-width: 540px) and (max-width: 989px) {
    .site-header__cart-link-inner-wrapper {
      top: 0.4375rem; } }

.site-header__cart-link--sm {
  margin-left: calc(0.6125rem + 0.125rem);
  transition: none !important; }
  .site-header__cart-link--sm svg {
    stroke: black;
    position: absolute;
    top: 0;
    right: 0; }
  .site-header__cart-link--sm:hover svg, .site-header__cart-link--sm:active svg, .site-header__cart-link--sm:focus svg {
    stroke: #823135; }

/**
 * Position the number inside the shopping bag icon
 */
.site-header__cart-link--sm-number {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0.4375rem;
  right: 0;
  width: 1.5rem; }

/**
 * Format utilities links at larger layout
 */
@media only screen and (min-width: 990px) {
  .site-header__cart-link--lg,
  .site-header__customer-link,
  .site-header__shipping-link-wrapper {
    margin-left: 0.6125rem;
    float: right; } }
/**
 * Change colour over full bleed images
 */
.site-header.is--white a,
.site-header.is--white a:link,
.site-header.is--white a:visited {
  color: white; }
.site-header.is--white a:active,
.site-header.is--white a:focus,
.site-header.is--white a:hover {
  color: #823135; }
.site-header.is--white .site-header__logo svg,
.site-header.is--white .site-header__nav-logo svg {
  fill: white; }
.site-header.is--white .panel a,
.site-header.is--white .panel a:link,
.site-header.is--white .panel a:visited {
  color: black; }
.site-header.is--white .panel a:active,
.site-header.is--white .panel a:focus,
.site-header.is--white .panel a:hover {
  color: #823135; }
.site-header.is--white .site-header__cart-link--sm svg {
  stroke: white; }
.site-header.is--white .site-header__cart-link--sm:hover svg, .site-header.is--white .site-header__cart-link--sm:active svg, .site-header.is--white .site-header__cart-link--sm:focus svg {
  stroke: #823135; }
.site-header.is--white .site-header__menu-link {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="17" xmlns="http://www.w3.org/2000/svg"><path d="M0 16h20v1H0v-1zm0-8h20v1H0V8zm0-8h20v1H0V0z" fill="#FFFFFF" fill-rule="nonzero"/></svg>'); }
  .site-header.is--white .site-header__menu-link:hover, .site-header.is--white .site-header__menu-link:active, .site-header.is--white .site-header__menu-link:focus {
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="17" xmlns="http://www.w3.org/2000/svg"><path d="M0 16h20v1H0v-1zm0-8h20v1H0V8zm0-8h20v1H0V0z" fill="#D0021B" fill-rule="nonzero"/></svg>'); }

/*================ Site footer ================*/
/**
 * Remove link underlines
 */
.site-footer {
  position: relative; }
  .site-footer a,
  .site-footer a:link,
  .site-footer a:visited {
    transition: color 0.2s ease;
    border-bottom: 0; }
  .site-footer a:hover,
  .site-footer a:active,
  .site-footer a:focus {
    border-bottom: 0;
    color: #823135; }

/**
 * Padding
 */
.site-footer {
  margin-top: 3.675rem;
  padding-left: 1.225rem;
  padding-right: 1.225rem; }
  @media only screen and (min-width: 990px) {
    .site-footer {
      margin-top: 4.9rem; } }

/**
 * Max-width
 */
.site-footer {
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 990px) {
    .site-footer {
      max-width: none; } }

/**
 * Newsletter
 */
.site-footer__newsletter-wrapper {
  margin-bottom: 3.675rem; }

/**
 * Tagline
 * 1. Width of logo plus margin and padding on text
 */
.site-footer__tagline-wrapper {
  margin-bottom: 2.45rem; }
  @media only screen and (min-width: 990px) {
    .site-footer__tagline-wrapper {
      margin-top: -6.25rem; } }
  .site-footer__tagline-wrapper .site-footer__tagline-logo-wrapper {
    float: left;
    width: 2.3125rem; }
  .site-footer__tagline-wrapper .site-footer__tagline-text-wrapper {
    margin-left: 1.225rem;
    float: left;
    width: calc(100% - 3.5375rem);
    /* 1 */ }
  .site-footer__tagline-wrapper .site-footer__tagline-text {
    height: 3.125rem;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.875rem;
    font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: black;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none; }

/**
 * Links
 */
.site-footer__links-list {
  font-size: 0.875rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3.675rem; }

.site-footer__links-group {
  position: relative; }

/**
* Copyright
*/
.site-footer__links-copyright {
  font-size: 0.625rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  position: absolute;
  bottom: 2.9375rem;
  right: 0; }

/*================ Site navigation ================*/
/**
 * Position the nav on large layout
 */
.site-header__nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

/**
 * Set the spacing around the header
 */
.site-header__nav-inner-wrapper {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

/**
 * Format menu text
 */
.site-nav {
  font-size: 0.875rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 2;
  text-transform: none;
  font-size: 1.125rem; }

.site-nav__submenu {
  text-transform: none; }

/**
 * Format menu lists
 */
.site-nav,
.site-nav__submenu {
  list-style: none;
  margin: 0;
  padding: 0; }

.site-nav__submenu {
  margin-left: 1rem; }

/**
 * Show em dash before active menu items
 */
.site-nav--active::before {
  content: '— '; }
.site-nav--active.site-nav--has-submenu::before {
  content: ''; }
.site-nav__submenu .site-nav--active {
  margin-left: -1rem; }

/**
 * Show and hide submenus
 */
.site-nav__submenu {
  display: none; }
  .site-nav--active .site-nav__submenu, .site-nav--child-active .site-nav__submenu {
    display: block; }

/**
 * Secondary logo
 */
.site-header__nav-logo-wrapper {
  position: relative;
  height: 3.9375rem;
  width: 9.5625rem; }
  .site-header__nav-logo-wrapper a,
  .site-header__nav-logo-wrapper a:link,
  .site-header__nav-logo-wrapper a:visited {
    transition: color 0.2s ease;
    border-bottom: 0; }
  .site-header__nav-logo-wrapper a:hover,
  .site-header__nav-logo-wrapper a:active,
  .site-header__nav-logo-wrapper a:focus {
    border-bottom: 0;
    color: #823135; }

.site-header__nav-logo-link {
  display: block;
  height: 100%; }

.site-header__nav-logo--short {
  height: 3.125rem;
  width: 2.3125rem;
  margin-top: 0.1875rem; }

.site-header__nav-logo--long {
  height: 3.4375rem;
  width: 9.5625rem;
  margin-top: 0.5rem; }

.site-header__nav-logo {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease; }
  .site-header__nav-logo.is--active {
    opacity: 1; }
  .site-header__nav-logo svg {
    fill: black; }

/**
 * Remove link underlines in sidebar
 */
.sidebar .site-nav a,
.sidebar .site-nav a:link,
.sidebar .site-nav a:visited {
  transition: color 0.2s ease;
  border-bottom: 0; }
.sidebar .site-nav a:hover,
.sidebar .site-nav a:active,
.sidebar .site-nav a:focus {
  border-bottom: 0;
  color: #823135; }

/**
 * Don’t show home link on larger layout
 */
.site-header__nav-wrapper .site-nav .site-nav--home {
  display: none; }

/**
 * Utilities links in sidebar
 */
.sidebar--menu__utilities {
  font-size: 0.625rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 2.45rem; }
  .sidebar--menu__utilities a,
  .sidebar--menu__utilities a:link,
  .sidebar--menu__utilities a:visited {
    transition: color 0.2s ease;
    border-bottom: 0; }
  .sidebar--menu__utilities a:hover,
  .sidebar--menu__utilities a:active,
  .sidebar--menu__utilities a:focus {
    border-bottom: 0;
    color: #823135; }

/*================ Close button ================*/
.close-wrapper {
  position: absolute;
  top: 1.225rem;
  right: 0.6125rem;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  color: black;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.63333333; }
  .close-wrapper a,
  .close-wrapper a:link,
  .close-wrapper a:visited {
    transition: color 0.2s ease;
    border-bottom: 0; }
  .close-wrapper a:hover,
  .close-wrapper a:active,
  .close-wrapper a:focus {
    border-bottom: 0;
    color: #823135; }

.close-button::before {
  content: '\e90b';
  padding-left: 0.6125rem;
  padding-right: 0.6125rem;
  padding-top: 0.6125rem;
  padding-bottom: 0.6125rem; }

/*================ Sidebars ================*/
/**
 * Sidebar general
 */
.sidebar {
  transition: right 0.2s ease;
  background-color: #e5d3aa;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 102;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (max-width: 989px) {
    .sidebar {
      box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2); } }

/**
 * Sidebar size
 */
.sidebar {
  right: -17.5rem;
  width: 17.5rem; }
  @media only screen and (min-width: 990px) {
    .sidebar {
      right: -25%;
      width: 25%; } }

/**
 * States
 */
.sidebar--is-active {
  visibility: visible;
  right: 0; }

.sidebar--is-inactive {
  visibility: hidden; }

/**
 * Inner wrapper consistent margins
 */
.sidebar__inner-wrapper {
  margin-left: 1.225rem;
  margin-right: 1.225rem;
  margin-bottom: 4.9rem; }

/**
 * Inner wrapper top margin
 * Changes per breakpoint
 */
.sidebar__inner-wrapper {
  margin-top: 5rem; }
  @media only screen and (min-width: 540px) and (max-width: 989px) {
    .sidebar__inner-wrapper {
      margin-top: 6.25rem; } }
  @media only screen and (min-width: 990px) {
    .sidebar__inner-wrapper {
      margin-top: 7.1875rem; } }
  .sidebar--menu .sidebar__inner-wrapper {
    margin-top: 1.125rem; }

/**
 * Move page and header when sidebar is active
 */
@media only screen and (min-width: 990px) {
  .site-header__inner-wrapper,
  .site-header__nav-wrapper,
  .layout-main,
  .site-footer {
    transition: left 0.2s ease;
    left: 0; }

  body.has--active-sidebar .site-header__inner-wrapper,
  body.has--active-sidebar .site-header__nav-wrapper,
  body.has--active-sidebar .layout-main,
  body.has--active-sidebar .site-footer {
    left: -25vw; } }
/**
 * Headings
 */
.sidebar__heading {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0rem; }

/**
 * Prevent page from scrolling when sidebar is open
 */
@media only screen and (max-width: 989px) {
  body.has--active-sidebar {
    overflow: hidden;
    height: 100%;
    width: 100%; } }
/**
 * Sidebar close button
 */
.sidebar .close-wrapper {
  position: fixed;
  opacity: 0;
  transition: opacity 0.2s ease; }
  .sidebar .close-wrapper.is--active {
    opacity: 1; }

/*================ Overlays ================*/
/**
 * Overlays general
 */
.translucent-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background-color: black;
  transition: opacity 0.2s ease;
  opacity: 0; }

/**
 * States
 */
.translucent-overlay--is-inactive {
  display: none; }

.translucent-overlay--is-active {
  opacity: 0.5; }

.translucent-overlay--is-active-shipping {
  z-index: 110; }

/**
 * Hide on larger layouts
 */
@media only screen and (min-width: 540px) {
  .translucent-overlay {
    display: none; }

  .translucent-overlay--is-active-shipping {
    display: block;
    opacity: 0.5; } }
.has--active-overlay {
  overflow: hidden;
  height: 100%;
  width: 100%; }

.module.overlay {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  background: #f5f1e9;
  z-index: 200;
  overflow: auto;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch; }
  .module.overlay div {
    position: relative; }
  .module.overlay.is-active {
    opacity: 1;
    visibility: visible; }
  .module.overlay .control-wrapper {
    position: fixed;
    top: 0; }
  .module.overlay .content-wrap {
    display: block;
    overflow: hidden; }
  .module.overlay .item-wrap {
    margin-top: 1.225rem;
    margin-right: 3.675rem; }
    .module.overlay .item-wrap p {
      margin-top: 0;
      margin-bottom: 0; }
  .module.overlay ul.zoom-control {
    display: block;
    list-style: none;
    position: relative;
    margin-top: 1.225rem;
    padding: 0;
    width: calc(100% - 0.625rem); }
    .module.overlay ul.zoom-control a,
    .module.overlay ul.zoom-control a:link,
    .module.overlay ul.zoom-control a:visited {
      transition: color 0.2s ease;
      border-bottom: 0; }
    .module.overlay ul.zoom-control a:hover,
    .module.overlay ul.zoom-control a:active,
    .module.overlay ul.zoom-control a:focus {
      border-bottom: 0;
      color: #823135; }
    .module.overlay ul.zoom-control li {
      display: inline-block;
      margin: 0;
      float: left;
      width: 25%;
      padding: 0 0.625rem 0.625rem 0; }
      .module.overlay ul.zoom-control li a.thumbnail-wrap {
        display: block;
        background: white;
        padding: 0.25rem;
        position: relative; }
        .module.overlay ul.zoom-control li a.thumbnail-wrap figure {
          background-position: center;
          background-repeat: no-repeat;
          background-color: white;
          background-size: contain;
          height: 3.4375rem;
          width: 100%;
          display: block;
          border: 0.125rem solid white; }
          .module.overlay ul.zoom-control li a.thumbnail-wrap figure::before {
            content: '';
            position: absolute;
            border: 0.125rem solid white;
            width: calc(100% - 0.75rem);
            height: calc(100% - 0.75rem); }
      .module.overlay ul.zoom-control li.is-active a.thumbnail-wrap figure {
        border: 0.125rem solid black; }
  .module.overlay ul.zoom-control li:hover figure {
    border: 0.125rem solid black !important; }
  .module.overlay .close-wrapper {
    right: 0.625rem;
    top: 1.25rem;
    overflow: hidden;
    display: block;
    position: absolute; }
  .module.overlay .control-wrapper-xs {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    padding: 0 2rem 2rem 2rem;
    z-index: 3;
    transform: translate3d(0, 0, 0); }

/*================ Pagination ================*/
.pagination {
  /**
   * Format arrow links
   */
  /**
   * Format page number links
   */ }
  .pagination .prev,
  .pagination .next {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    color: black;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.63333333; }
    .pagination .prev a,
    .pagination .prev a:link,
    .pagination .prev a:visited,
    .pagination .next a,
    .pagination .next a:link,
    .pagination .next a:visited {
      transition: color 0.2s ease;
      border-bottom: 0; }
    .pagination .prev a:hover,
    .pagination .prev a:active,
    .pagination .prev a:focus,
    .pagination .next a:hover,
    .pagination .next a:active,
    .pagination .next a:focus {
      border-bottom: 0;
      color: #823135; }
    .pagination .prev a,
    .pagination .next a {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
  .pagination .prev {
    margin-right: 0.30625rem; }
    .pagination .prev a::before {
      content: '\e906'; }
  .pagination .next {
    margin-left: 0.30625rem; }
    .pagination .next a::before {
      content: '\e907'; }
  .pagination .page {
    margin-left: 0.30625rem;
    margin-right: 0.30625rem; }
    .pagination .page:first-of-type {
      margin-left: 0; }
    .pagination .page:last-of-type {
      margin-right: 0; }
    .pagination .page.current {
      border-bottom: 0.0625rem solid black; }

/*================ Newsletter ================*/
.newsletter__title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5; }

.newsletter__input {
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
  background-color: white;
  border-bottom-color: black;
  transition: padding 0.2s ease; }
  .newsletter__input:focus {
    padding-left: 0.6125rem;
    padding-right: 0.6125rem;
    background-color: #e5d3aa;
    border-bottom: 0.0625rem solid black; }

.newsletter__checkboxes .checkbox-wrap {
  margin-top: 1.225rem;
  margin-bottom: 1.225rem;
  margin-right: 1.225rem;
  display: inline-block; }

.newsletter__checkboxes .control {
  margin-bottom: 0rem; }
  .newsletter__checkboxes .control input {
    height: auto; }

.newsletter__checkboxes .control__indicator {
  background-color: transparent;
  border: 0.0625rem solid black; }
  .newsletter__checkboxes .control__indicator::after {
    left: 0.25rem;
    top: 0.0625rem; }

/*================ Banners ================*/
/**
 * General banners
 */
.banners-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 103;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2); }

.banner {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  padding-top: 1.225rem;
  padding-bottom: 1.225rem;
  min-height: 3.636875rem;
  position: relative;
  display: none; }
  .banner.is-active {
    display: block; }

.banner__link:link, .banner__link:visited {
  border-color: black; }
.banner__link:hover, .banner__link:active, .banner__link:focus {
  border-color: white; }

.banner .close-button:hover, .banner .close-button:active, .banner .close-button:focus {
  color: white; }

/**
 * Colors
 */
.banner-color--black,
.banner-color--red {
  background-color: black;
  color: white; }
  .banner-color--black .banner__link:link, .banner-color--black .banner__link:visited,
  .banner-color--red .banner__link:link,
  .banner-color--red .banner__link:visited {
    border-color: white;
    color: white; }
  .banner-color--black .banner__link:hover, .banner-color--black .banner__link:active, .banner-color--black .banner__link:focus,
  .banner-color--red .banner__link:hover,
  .banner-color--red .banner__link:active,
  .banner-color--red .banner__link:focus {
    border-color: #d9d8d6;
    color: white; }
  .banner-color--black .close-button:link, .banner-color--black .close-button:visited,
  .banner-color--red .close-button:link,
  .banner-color--red .close-button:visited {
    color: white; }
  .banner-color--black .close-button:hover, .banner-color--black .close-button:active, .banner-color--black .close-button:focus,
  .banner-color--red .close-button:hover,
  .banner-color--red .close-button:active,
  .banner-color--red .close-button:focus {
    color: #d9d8d6; }

.banner-color--white {
  background-color: white;
  border-top: 0.0625rem solid black; }
  .banner.is-active + .banner-color--white {
    border-top: 0; }
  .banner-color--white .banner__link:link, .banner-color--white .banner__link:visited {
    border-color: black;
    color: black; }
  .banner-color--white .banner__link:hover, .banner-color--white .banner__link:active, .banner-color--white .banner__link:focus {
    border-color: #823135;
    color: black; }
  .banner-color--white .close-button:link, .banner-color--white .close-button:visited {
    color: black; }
  .banner-color--white .close-button:hover, .banner-color--white .close-button:active, .banner-color--white .close-button:focus {
    color: #823135; }

.banner-color--grey {
  background-color: #d9d8d6; }

.banner-color--red {
  background-color: #823135; }

/**
** Mediaelementjs video player skin
**/
/**
** Mediaelementjs: Change position of main play button
**/
.mejs__overlay-button {
  position: absolute;
  right: 20px;
  bottom: 20px; }

/**
** Mediaelementjs: Remove outline when main play button has focus
**/
.mejs__overlay-button:focus {
  outline: none; }

/**
** Mediaelementjs: Change background of controls
**/
.mejs__controls:not([style*='display: none']) {
  background: rgba(0, 0, 0, 0.5); }

/**
** Mediaelementjs: Change controls background image
**/
.mejs__overlay-button,
.mejs__overlay-loading-bg-img,
.mejs__button > button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDAgMTIwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0yLC5jbHMtMywuY2xzLTQsLmNscy02LC5jbHMtNywuY2xzLTh7ZmlsbDpub25lO3N0cm9rZTojZmZmO30uY2xzLTIsLmNscy0ze3N0cm9rZS1saW5lY2FwOnJvdW5kO30uY2xzLTJ7c3Ryb2tlLXdpZHRoOjEuNXB4O30uY2xzLTN7c3Ryb2tlLXdpZHRoOjJweDt9LmNscy01e2ZpbGw6IzIzMWYyMDt9LmNscy02e3N0cm9rZS1taXRlcmxpbWl0OjEwO30uY2xzLTYsLmNscy03LC5jbHMtOHtzdHJva2Utd2lkdGg6NHB4O30uY2xzLTEwLC5jbHMtMTEsLmNscy0xMiwuY2xzLTEzLC5jbHMtMTQsLmNscy0xNSwuY2xzLTcsLmNscy05e2lzb2xhdGlvbjppc29sYXRlO30uY2xzLTh7b3BhY2l0eTowLjk7fS5jbHMtOXtvcGFjaXR5OjAuNDt9LmNscy0xMHtvcGFjaXR5OjAuNjt9LmNscy0xMXtvcGFjaXR5OjAuODt9LmNscy0xMntvcGFjaXR5OjAuOTt9LmNscy0xM3tvcGFjaXR5OjAuMzt9LmNscy0xNHtvcGFjaXR5OjAuNTt9LmNscy0xNXtvcGFjaXR5OjAuNzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFydGJvYXJkIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuMyw0LjU4LDEzLjQ5LDksNi4zLDEzLjQyVjQuNThNNC43OCwxLjM4Yy0uMjcsMC0uNDguMjYtLjQ4LjYyVjE2YzAsLjQxLjE0LjY0LjQuNjRhLjgyLjgyLDAsMCwwLC40LS4xNGwxMS40LTdjLjEsMCwuMS0uMS4yLS4yYS41Mi41MiwwLDAsMC0uMi0uOEw1LjEsMS41YS41NC41NCwwLDAsMC0uMzItLjEyWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI0LDFoMi4yYS45NC45NCwwLDAsMSwxLDFWMTZhLjk0Ljk0LDAsMCwxLTEsMUgyNGEuOTQuOTQsMCwwLDEtMS0xVjJBMSwxLDAsMCwxLDI0LDFabTkuOCwwSDM2YS45NC45NCwwLDAsMSwxLDFWMTZhLjk0Ljk0LDAsMCwxLTEsMUgzMy44YS45NC45NCwwLDAsMS0xLTFWMkExLDEsMCwwLDEsMzMuOCwxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTgxLDEuNGEuOTQuOTQsMCwwLDEsMS0xaDUuNGMuNiwwLC43LjMuMy43bC02LDZjLS40LjQtLjcuMy0uNy0uM1ptMCwxNS44YS45NC45NCwwLDAsMCwxLDFoNS40Yy42LDAsLjctLjMuMy0uN2wtNi02Yy0uNC0uNC0uNy0uMy0uNy4zWk05OC44LDEuNGEuOTQuOTQsMCwwLDAtMS0xSDkyLjRjLS42LDAtLjcuMy0uMy43bDYsNmMuNC40LjcuMy43LS4zWm0wLDE1LjhhLjk0Ljk0LDAsMCwxLTEsMUg5Mi40Yy0uNiwwLS43LS4zLS4zLS43bDYtNmMuNC0uNC43LS4zLjcuM1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTIuNyw1YS45NC45NCwwLDAsMCwxLDFoNC4xYy42LDAsLjctLjMuMy0uN0wxMTMuNC42Yy0uNC0uNC0uNy0uMy0uNy4zWm0tNy4xLDFhLjk0Ljk0LDAsMCwwLDEtMVYuOWMwLS42LS4zLS43LS43LS4zbC00LjcsNC43Yy0uNC40LS4zLjcuMy43Wm0xLDcuMWEuOTQuOTQsMCwwLDAtMS0xaC00LjFjLS42LDAtLjcuMy0uMy43bDQuNyw0LjdjLjQuNC43LjMuNy0uM1ptNy4xLTFhLjk0Ljk0LDAsMCwwLTEsMXY0LjFjMCwuNS4zLjcuNy4zbDQuNy00LjdjLjQtLjQuMy0uNy0uMy0uN1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02Nyw1LjhhMywzLDAsMCwxLTEuOC42SDYyYS45NC45NCwwLDAsMC0xLDF2NS43YS45NC45NCwwLDAsMCwxLDFoNC4yYy4zLjIuNS40LjguNmwzLjUsMi42YS40Ny40NywwLDAsMCwuOC0uNFYzLjVhLjQ3LjQ3LDAsMCwwLS44LS40WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTczLjksMi41czMuOS0uOCwzLjksNy43UzczLjksMTgsNzMuOSwxOCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcyLjYsNi40czIuNi0uNCwyLjYsMy44LTIuNiwzLjktMi42LDMuOSIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ3LDUuOGEzLDMsMCwwLDEtMS44LjZINDJhLjk0Ljk0LDAsMCwwLTEsMXY1LjdhLjk0Ljk0LDAsMCwwLDEsMWg0LjJjLjMuMi41LjQuOC42bDMuNSwyLjZhLjQ3LjQ3LDAsMCwwLC44LS40VjMuNWEuNDcuNDcsMCwwLDAtLjgtLjRaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNTIuOCw3bDUuNCw1LjRtLTUuNCwwTDU4LjIsNyIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTEyOC43LDguNmMtNi4yLTQuMi02LjUsNy44LDAsMy45bTYuNS0zLjljLTYuMi00LjItNi41LDcuOCwwLDMuOSIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyMi4yLDMuNGgxNS43VjE2LjVIMTIyLjJaTTEyMC44LDJWMTcuN2gxOC4zVjJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQzLjIsM2gxNGEyLDIsMCwwLDEsMiwyVjE1YTIsMiwwLDAsMS0yLDJoLTE0YTIsMiwwLDAsMS0yLTJWNUEyLDIsMCwwLDEsMTQzLjIsM1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0xNDYuNCwxMy44YTIuODEsMi44MSwwLDAsMS0yLjEtMSwzLjkxLDMuOTEsMCwwLDEsLjEtNC44Yy41LS42LDItMS43LDQuNi4ybC0uNi44Yy0xLjQtMS0yLjYtMS4xLTMuMy0uM2EzLDMsMCwwLDAtLjEsMy41Yy43LjksMS45LjgsMy40LS4xbC41LjlhNS4yOCw1LjI4LDAsMCwxLTIuNS44Wm03LjUsMGEyLjgxLDIuODEsMCwwLDEtMi4xLTEsMy45MSwzLjkxLDAsMCwxLC4xLTQuOGMuNS0uNiwyLTEuNyw0LjYuMkwxNTYsOWMtMS40LTEtMi42LTEuMS0zLjMtLjNhMywzLDAsMCwwLS4xLDMuNWMuNy45LDEuOS44LDMuNC0uMWwuNS45YTYuMDcsNi4wNywwLDAsMS0yLjYuOFoiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik02MC4zLDc3YTEsMSwwLDAsMSwuNiwxLjQuOS45LDAsMCwxLS42LjZMMzAsOTYuNWMtMSwuNi0xLjcuMS0xLjctMXYtMzVjMC0xLjEuOC0xLjUsMS43LTFaIi8+PHBhdGggY2xhc3M9ImNscy03IiBkPSJNMi41LDc5QTM3LjUsMzcuNSwwLDEsMSw0MCwxMTYuNSwzNy41MSwzNy41MSwwLDAsMSwyLjUsNzlaIi8+PHBhdGggY2xhc3M9ImNscy02IiBkPSJNMTQwLjMsNzdhMSwxLDAsMCwxLC42LDEuNC45LjksMCwwLDEtLjYuNkwxMTAsOTYuNWMtMSwuNi0xLjcuMS0xLjctMXYtMzVjMC0xLjEuOC0xLjUsMS43LTFaIi8+PHBhdGggY2xhc3M9ImNscy04IiBkPSJNODIuNSw3OUEzNy41LDM3LjUsMCwxLDEsMTIwLDExNi41LDM3LjUxLDM3LjUxLDAsMCwxLDgyLjUsNzlaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjksNDFhNi4xLDYuMSwwLDEsMS02LjEsNi4xLDYuMTEsNi4xMSwwLDAsMSw2LjEtNi4xbTAtMmE4LjEsOC4xLDAsMSwwLDguMSw4LjEsOC4xLDguMSwwLDAsMC04LjEtOC4xWiIvPjxnIGNsYXNzPSJjbHMtOSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjMzLjksNzZhMywzLDAsMSwxLTMsMywzLDMsMCwwLDEsMy0zbTAtMmE1LDUsMCwxLDAsNSw1LDUsNSwwLDAsMC01LTVaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMTAiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS45LDEwNi45YTQsNCwwLDEsMS00LDQsNCw0LDAsMCwxLDQtNG0wLTJhNiw2LDAsMSwwLDYsNiw2LDYsMCwwLDAtNi02WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTExIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzAuMSw3NGE1LDUsMCwxLDEtNSw1LDUsNSwwLDAsMSw1LTVtMC0yYTcsNywwLDEsMCw3LDcsNyw3LDAsMCwwLTctN1oiLz48L2c+PGcgY2xhc3M9ImNscy0xMiI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTc4LjIsNTAuOGE1LjUsNS41LDAsMSwxLTUuNSw1LjUsNS41MSw1LjUxLDAsMCwxLDUuNS01LjVtMC0yYTcuNSw3LjUsMCwxLDAsNy41LDcuNSw3LjUsNy41LDAsMCwwLTcuNS03LjVaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMTMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyNi4zLDUzLjZhMi41LDIuNSwwLDEsMS0yLjUsMi41LDIuNSwyLjUsMCwwLDEsMi41LTIuNW0wLTJhNC41LDQuNSwwLDEsMCw0LjUsNC41LDQuNSw0LjUsMCwwLDAtNC41LTQuNVoiLz48L2c+PGcgY2xhc3M9ImNscy0xNCI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjI1LjgsOTkuM2EzLjUsMy41LDAsMSwxLTMuNSwzLjUsMy41LDMuNSwwLDAsMSwzLjUtMy41bTAtMmE1LjUsNS41LDAsMSwwLDUuNSw1LjUsNS41LDUuNSwwLDAsMC01LjUtNS41WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTE1Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzguMiw5OC4zYTQuNSw0LjUsMCwxLDEtNC41LDQuNSw0LjUxLDQuNTEsMCwwLDEsNC41LTQuNW0wLTJhNi41LDYuNSwwLDEsMCw2LjUsNi41LDYuNSw2LjUsMCwwLDAtNi41LTYuNVoiLz48L2c+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTc4LDkuNGEuODEuODEsMCwwLDEtLjkuN2MtLjEsMC0uMiwwLS4yLS4xTDE3Miw4LjJjLS41LS4yLS42LS42LS4xLS44bDYuMi0zLjZjLjUtLjMuOC0uMS43LjVMMTc4LDkuNFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNCwxNS45YTUuOTIsNS45MiwwLDAsMS0yLjktLjcsNS43Nyw1Ljc3LDAsMCwxLTMuMi01LjIsNi4yMSw2LjIxLDAsMCwxLDYuMy02LDYuMTUsNi4xNSwwLDAsMSw1LjYsNC4xbC4xLS4xLDIuMSwxLjFhOC4xLDguMSwwLDAsMC05LjEtNi45LDguMjQsOC4yNCwwLDAsMC03LDcuOSw4LjA2LDguMDYsMCwwLDAsNC4zLDcsMTAuMjEsMTAuMjEsMCwwLDAsMy44LDEsOC4yNCw4LjI0LDAsMCwwLDYuNi0zLjNsLTEuOC0uOWE3LDcsMCwwLDEtNC44LDJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTgzLjQsMy4yYTEuNTQsMS41NCwwLDAsMSwxLjUsMS41LDEuNSwxLjUsMCwwLDEtMywwQTEuNDcsMS40NywwLDAsMSwxODMuNCwzLjJabTUuMSwwSDE5N2ExLjQ3LDEuNDcsMCwwLDEsMS41LDEuNUExLjU0LDEuNTQsMCwwLDEsMTk3LDYuMmgtOC41QTEuNDcsMS40NywwLDAsMSwxODcsNC43LDEuMzcsMS4zNywwLDAsMSwxODguNSwzLjJabS01LjEsNWExLjUsMS41LDAsMSwxLTEuNSwxLjVBMS40NywxLjQ3LDAsMCwxLDE4My40LDguMlptNS4xLDBIMTk3YTEuNDcsMS40NywwLDAsMSwxLjUsMS41LDEuNTQsMS41NCwwLDAsMS0xLjUsMS41aC04LjVBMS40NywxLjQ3LDAsMCwxLDE4Nyw5LjcsMS4zNywxLjM3LDAsMCwxLDE4OC41LDguMlptLTUuMSw1YTEuNSwxLjUsMCwxLDEtMS41LDEuNUExLjQ3LDEuNDcsMCwwLDEsMTgzLjQsMTMuMlptNS4xLDBIMTk3YTEuNDcsMS40NywwLDAsMSwxLjUsMS41LDEuNTQsMS41NCwwLDAsMS0xLjUsMS41aC04LjVhMS40NywxLjQ3LDAsMCwxLTEuNS0xLjVBMS4zNywxLjM3LDAsMCwxLDE4OC41LDEzLjJaIi8+PC9zdmc+);
  background-size: 400px; }

/**
** Mediaelementjs: Shrink main play button at mobile
**/
@media (max-width: 699px) {
  .mejs__overlay-button {
    right: 10px;
    bottom: 10px;
    height: 40px;
    width: 40px;
    background-size: 200px;
    background-position: 0 -19px; }

  .mejs__overlay:hover > .mejs__overlay-button {
    background-position: -40px -19px; } }
/**
 * Hide controls container for ambient videos
 */
.video.bg-video .mejs__container .mejs__controls,
.video.bg-video .mejs__container .mejs__overlay-button {
  visibility: hidden !important; }

/**
 * Audio toggle
 */
.video-wrapper {
  position: relative; }

.video-sound-toggle {
  position: absolute;
  bottom: 1.225rem;
  right: 1.225rem;
  cursor: pointer;
  text-indent: -9999rem;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA3MCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO30uc3Qxe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2UtbGluZWNhcDpyb3VuZDt9PC9zdHlsZT48Y2lyY2xlIGN4PSI1Mi41IiBjeT0iMTUiIHI9IjEyLjUiLz48Y2lyY2xlIGN4PSIxNy41IiBjeT0iMTUiIHI9IjEyLjUiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQuNCwxMS40Yy0wLjQsMC4zLTEsMC41LTEuNSwwLjVoLTIuN2MtMC40LDAtMC44LDAuMy0wLjgsMC43YzAsMCwwLDAuMSwwLDAuMXY0LjdjMCwwLjQsMC4zLDAuOCwwLjcsMC44YzAsMCwwLjEsMCwwLjEsMGgzLjVjMC4yLDAuMiwwLjQsMC4zLDAuNywwLjVsMi45LDIuMmMwLjIsMC4yLDAuNCwwLjIsMC42LDBjMC4xLTAuMSwwLjEtMC4yLDAuMS0wLjNWOS40QzE4LDkuMiwxNy44LDksMTcuNiw5Yy0wLjEsMC0wLjIsMC0wLjMsMC4xTDE0LjQsMTEuNHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjAuMywxMS44bDUuNCw1LjQgTTIwLjMsMTcuMmw1LjQtNS40Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQ5LjQsMTEuNGMtMC40LDAuMy0xLDAuNS0xLjUsMC41aC0yLjdjLTAuNCwwLTAuOCwwLjMtMC44LDAuN2MwLDAsMCwwLjEsMCwwLjF2NC43YzAsMC40LDAuMywwLjgsMC43LDAuOGMwLDAsMC4xLDAsMC4xLDBoMy41YzAuMiwwLjIsMC40LDAuMywwLjcsMC41bDIuOSwyLjJjMC4yLDAuMiwwLjQsMC4yLDAuNiwwYzAuMS0wLjEsMC4xLTAuMiwwLjEtMC4zVjkuNEM1Myw5LjIsNTIuOCw5LDUyLjYsOWMtMC4xLDAtMC4yLDAtMC4zLDAuMUw0OS40LDExLjR6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTU2LjMsOC42YzAsMCwzLjMtMC43LDMuMyw2LjRzLTMuMyw2LjUtMy4zLDYuNSIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01NS4xLDExLjhjMCwwLDIuMi0wLjMsMi4yLDMuMnMtMi4yLDMuMy0yLjIsMy4zIi8+PC9zdmc+);
  background-size: 5rem;
  background-position: 0 0.1875rem;
  background-repeat: no-repeat;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out; }
  .video-sound-toggle:hover {
    opacity: 1.0; }
  .video-sound-toggle.video-sound-toggle--playing {
    background-position: -2.5rem 0.1875rem; }

/*================ Cart table ================*/
/**
 * Margins
 */
.cart-table {
  margin-top: 2.45rem; }

/**
 * Format table headings
 */
.cart-table__table-header-item {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0rem; }

/**
 * Align columns to the right
 */
.cart-table__table-header-item--unit-price,
.cart-table__table-header-item--total,
.bagged-item__unit-price,
.bagged-item__total {
  text-align: right; }

/**
 * Reset list style
 */
.bagged-items-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * Table orders
 */
.bagged-items-list {
  border-top: 0.0625rem solid white; }

.bagged-item {
  border-bottom: 0.0625rem solid white;
  padding-top: 1.225rem;
  padding-bottom: 1.225rem; }

/**
 * Item quantity
 */
.bagged-item__item-quantity-title {
  margin-bottom: 0.6125rem; }

.bagged-item__item-quantity-input {
  margin-bottom: 1.225rem;
  width: 3rem; }

/**
 * Messages
 */
.bagged-item__message {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.5; }

/**
 * Subtotal
 */
.cart-subtotal {
  font-size: 1.125rem;
  margin-top: 1.225rem;
  margin-bottom: 1.225rem;
  text-align: right; }

.cart-subtotal__label,
.cart-subtotal__price {
  display: inline; }

/**
 * Title
 */
.bagged-item__item-name {
  font-size: 1.125rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1; }

/**
 * Buttons
 */
.cart-buttons {
  text-align: right; }

.cart-buttons__button {
  display: inline; }

.cart-buttons__button.continue-to-checkout {
  margin-left: 1.225rem; }

/*================ Cart table ================*/
@media only screen and (max-width: 989px) {
  #is-a-gift {
    margin-top: 1.225rem;
    margin-bottom: 1.225rem;
    float: right; } }
#is-a-gift input[type=checkbox] {
  background-color: white;
  border: 0.0625rem solid black;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0; }
  #is-a-gift input[type=checkbox]:checked::after {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    color: black;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.63333333;
    content: '\e90a';
    position: absolute;
    font-size: 0.625rem;
    left: 0.25rem;
    top: 0.0625rem; }
#is-a-gift label {
  margin-left: 0.30625rem;
  position: relative;
  top: -0.3125rem; }

/*================ Product title ================*/
/**
 * Text formatting
 * 1. Place name and price on the same line
 */
.product-title__name,
.product-title__price {
  font-size: 1.5rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1;
  display: inline;
  /* 1. */
  font-size: 0.875rem; }
  @media only screen and (min-width: 990px) {
    .product-title__name,
    .product-title__price {
      font-size: 2rem; } }
  @media only screen and (min-width: 990px) {
    .product-title__name,
    .product-title__price {
      font-size: 1.125rem; } }

/*================ Product images ================*/
/**
 * Remove list formatting
 */
.product-images {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * Improve loading
 */
@media only screen and (max-width: 989px) {
  .js .product-images__image {
    visibility: hidden; } }
/**
 * Make images full width at small layout
 */
@media only screen and (max-width: 539px) {
  .product-images {
    margin-left: -1.225rem;
    width: calc(100% + 2.45rem + 1px); } }
/**
 * Slick image gallery
 */
.slick-slide:focus {
  outline: none; }

/**
 * Slick pagination
 */
.product-images__pagination {
  margin-top: 0.6125rem;
  margin-bottom: 2.45rem; }

.product-images__slide-number {
  text-align: center; }

.slick-arrow .btn, .slick-arrow .account-section--orders .responsive-table a, .account-section--orders .responsive-table .slick-arrow a {
  border: 0;
  margin: -0.3125rem -0.625rem;
  padding: 0.3125rem 0.625rem;
  transition: color 0.2s ease; }
  .slick-arrow .btn::before, .slick-arrow .account-section--orders .responsive-table a::before, .account-section--orders .responsive-table .slick-arrow a::before {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    color: black;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.63333333; }
  .slick-arrow .btn:hover::before, .slick-arrow .account-section--orders .responsive-table a:hover::before, .account-section--orders .responsive-table .slick-arrow a:hover::before {
    color: #823135; }

.slick-prev {
  float: left; }
  .slick-prev::before {
    content: "\e906"; }

.slick-next {
  float: right; }
  .slick-next::before {
    content: "\e907"; }

/**
 * Video
 */
.product-video video {
  max-width: 100%; }

@media only screen and (max-width: 989px) {
  .product-video {
    margin-top: 2.45rem; } }
.product-video .sa-video__text-wrapper {
  display: none; }

/**
 * Add pointer cursor to show images are clickable
 */
@media only screen and (min-width: 990px) {
  .product-images {
    cursor: pointer; } }
/**
 * Ensure no outline when figure element is clicked
 */
.product-images__image figure {
  outline: none; }

/*================ Product shopping ================*/
/**
 * Product title and price
 * Builds on rules from product-title.scss
 */
.product-shopping .product-title__name,
.product-shopping .product-title__price {
  font-size: 1.5rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1; }
  @media only screen and (min-width: 990px) {
    .product-shopping .product-title__name,
    .product-shopping .product-title__price {
      font-size: 2rem; } }
.product-shopping .product-title {
  margin-bottom: 1.225rem; }

/**
 * Messages
 */
.product-shopping__message {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.5; }

/**
 * Buttons
 */
.product-page-btn {
  margin-top: 1.225rem; }

/**
 * Share
 */
.share-wrapper {
  margin-top: 2.45rem; }

/**
 * Out of stock
 */
.product-page-btn.is-disabled {
  cursor: default; }

/**
 * Notify app
 */
#iStock-wrapper {
  display: block !important; }

.notify__email {
  margin-bottom: 1.225rem;
  border-bottom-color: black;
  width: 100%; }

.notify__message {
  margin-top: 1.225rem; }

/**
 * Sidebar toggle links
 */
.product-shopping__sidebar-links {
  margin-bottom: 1.225rem;
  padding-left: 1rem; }

.product-shopping__sidebar-link {
  margin-bottom: 1.225rem; }

/*================ Product sidebars ================*/
/**
 * Vertical spacing
 */
.sidebar--product-details__details,
.sidebar--product-details__size,
.sidebar--product-details__material {
  margin-bottom: 2.45rem; }

/**
 * Lists
 */
.sidebar--product-details ul {
  padding-left: 1rem; }

/**
 * Runaway
 */
.sidebar--product-runaway__image,
.sidebar--product-runaway__product-title {
  margin-bottom: 0.30625rem; }

.sidebar--product-runaway__product-images {
  margin-bottom: 0.6125rem; }

.sidebar--product-runaway__collection-link {
  padding-top: 1.225rem; }

/*================ Product variants ================*/
.module.product-variants {
  display: block;
  position: relative; }
  .module.product-variants .variants-options a,
  .module.product-variants .variants-options a:link,
  .module.product-variants .variants-options a:visited {
    transition: color 0.2s ease;
    border-bottom: 0; }
  .module.product-variants .variants-options a:hover,
  .module.product-variants .variants-options a:active,
  .module.product-variants .variants-options a:focus {
    border-bottom: 0;
    color: #823135; }
  .module.product-variants .variants-options .item-wrap .wrap {
    margin-bottom: 0.30625rem; }
    .module.product-variants .variants-options .item-wrap .wrap .title,
    .module.product-variants .variants-options .item-wrap .wrap .item-price {
      display: inline; }
  .module.product-variants .variants-options .item-wrap .variants-list {
    list-style: none;
    padding: 0; }
    .module.product-variants .variants-options .item-wrap .variants-list .variants {
      display: inline-block;
      margin-right: 0.6125rem; }
      .module.product-variants .variants-options .item-wrap .variants-list .variants a {
        width: 1.875rem;
        height: 1.875rem;
        display: block;
        overflow: hidden; }
        .module.product-variants .variants-options .item-wrap .variants-list .variants a .selected-variant-wrap {
          width: 1.875rem;
          height: 1.875rem;
          background-color: transparent;
          border: 0.125rem solid black;
          opacity: 0;
          transition: opacity 0.2s ease; }
          .module.product-variants .variants-options .item-wrap .variants-list .variants a .selected-variant-wrap::before {
            content: '';
            position: absolute;
            border: 0.125rem solid white;
            width: 1.625rem;
            height: 1.625rem; }
          .module.product-variants .variants-options .item-wrap .variants-list .variants a .selected-variant-wrap.is-active, .module.product-variants .variants-options .item-wrap .variants-list .variants a .selected-variant-wrap:hover {
            opacity: 1; }

/*================ Product recommended ================*/
/**
 * Spacing before module
 */
.product-recommended {
  margin-top: 2.45rem; }
  @media only screen and (min-width: 990px) {
    .product-recommended {
      margin-top: 4.9rem; } }

/**
 * Module title
 */
.product-recommended__title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1.225rem; }

/**
 * Remove formatting from list
 */
.product-recommended__products {
  list-style: none;
  padding: 0; }

/**
 * Spacing between product image and title
 */
.product-recommended__product {
  margin-bottom: 2.45rem; }

/**
 * Spacing between rows
 */
.product-recommended__product-images {
  margin-bottom: 0.6125rem; }

/**
 * Float clearing
 */
@media only screen and (max-width: 989px) {
  .product-recommended__product:nth-of-type(2n+1) {
    clear: left; } }
@media only screen and (min-width: 990px) {
  .product-recommended__product:nth-of-type(3n+1) {
    clear: left; } }
/**
 * Link style
 */
.product-recommended__product p {
  transition: color 0.2s ease; }
.product-recommended__product:hover p, .product-recommended__product:active p, .product-recommended__product:focus p {
  color: #823135; }

/*================ Collection header ================*/
/**
 * Spacing between header and products
 */
.collection-header__image {
  margin-bottom: 1.225rem; }

.collection-header__description {
  margin-bottom: 2.45rem; }
  @media only screen and (min-width: 990px) {
    .collection-header__description {
      padding-right: 2.45rem; } }

/**
 * Filters link
 */
.collection-header__filters-link {
  padding-top: 0.25rem;
  text-align: right; }
  @media only screen and (min-width: 990px) {
    .collection-header__filters-link {
      padding-top: 0.75rem; } }

/*================ Collection product ================*/
/**
 * Spacing
 */
.collection-product {
  margin-bottom: 2.45rem; }

.collection-product__image-wrapper {
  margin-bottom: 0.6125rem; }

/**
 * Float clearing
 */
@media only screen and (max-width: 989px) {
  .collection-product:nth-of-type(2n+1) {
    clear: left; } }
@media only screen and (min-width: 990px) {
  .collection-product:nth-of-type(3n+1) {
    clear: left; } }
/**
 * Product image hover
 */
.collection-product__image-wrapper {
  position: relative; }

.collection-product__image.default-state {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1; }
.collection-product__image.hover-state {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.collection-product:hover .collection-product__image.default-state {
  opacity: 0; }
.collection-product:hover .collection-product__image.hover-state {
  opacity: 1; }

/*================ Collection filters ================*/
/**
 * Spacing
 */
.filter-group {
  margin-bottom: 2.45rem; }

/**
 * Headings
 */
.filter-group__title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0.6125rem; }

/**
 * Render filters in title case
 */
.filter-group__list-item {
  text-transform: capitalize; }

/**
 * List formatting
 */
.filter-group__list {
  font-size: 0.875rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 2;
  padding-left: 0; }
  .filter-group__list a,
  .filter-group__list a:link,
  .filter-group__list a:visited {
    transition: color 0.2s ease;
    border-bottom: 0; }
  .filter-group__list a:hover,
  .filter-group__list a:active,
  .filter-group__list a:focus {
    border-bottom: 0;
    color: #823135; }

.filter-group__list-item {
  color: #d9d8d6;
  list-style-type: none; }
  .filter-group__list-item::before {
    content: '— ';
    color: #d9d8d6; }
  .filter-group__list-item.is--active::before {
    color: black; }

.filter-group__list-item--all {
  color: black; }

/*================ Homepage heading ================*/
/**
 * Position
 */
.homepage-heading {
  position: absolute;
  width: calc(100% + 1.25rem);
  z-index: 50;
  top: 3.3125rem; }
  @media only screen and (min-width: 540px) {
    .homepage-heading {
      top: 3.9375rem; } }
  @media only screen and (min-width: 990px) {
    .homepage-heading {
      top: 6vw; } }

.homepage-heading__inner-wrapper {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  max-width: calc(33.75rem + 1.25rem);
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 990px) {
    .homepage-heading__inner-wrapper {
      max-width: none; } }

/**
 * Format
 */
.homepage-heading__heading {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none; }

/**
 * Push homepage content down
 */
.homepage-content.first--normal {
  margin-top: 9.8rem; }

/*================ Homepage modules ================*/
/**
 * Spacing
 */
.homepage-module {
  *zoom: 1; }
  .homepage-module::after {
    content: '';
    display: table;
    clear: both; }

/**
 * Text
 */
.homepage-module__cta {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0rem; }

/**
 * Images
 */
.homepage-module__image svg {
  background-color: #f5f1e9; }

/**
 * Links
 */
.homepage-module__link a,
.homepage-module__link a:link,
.homepage-module__link a:visited {
  transition: color 0.2s ease;
  border-bottom: 0; }
.homepage-module__link a:hover,
.homepage-module__link a:active,
.homepage-module__link a:focus {
  border-bottom: 0;
  color: #823135; }
.homepage-module__link .homepage-module__cta span {
  transition: border-color 0.2s ease;
  border-bottom: 0.0625rem solid transparent; }
.homepage-module__link:hover .homepage-module__cta span {
  border-color: black; }

.homepage-module__cta--main.is-active span {
  border-color: black; }

/*================ Homepage product module ================*/
/**
 * Set outer margins and max-width
 */
.homepage-module--products {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 540px) {
    .homepage-module--products {
      padding-left: 0.6125rem;
      padding-right: 0.6125rem; } }
  @media only screen and (min-width: 990px) {
    .homepage-module--products {
      max-width: none; } }

/**
 * Vertical spacing
 */
.homepage-module--products {
  margin-top: 4.9rem;
  margin-bottom: 4.9rem; }
  @media only screen and (min-width: 540px) {
    .homepage-module--products {
      margin-top: 7.35rem;
      margin-bottom: 7.35rem; } }

/**
 * Images
 */
.homepage-module--products .homepage-module__image {
  margin-bottom: 0.6125rem; }

/**
 * Text
 */
.homepage-module--products .homepage-module__product-title {
  margin-bottom: 0rem;
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none; }

@media only screen and (min-width: 990px) {
  .homepage-module--products .homepage-module__product-title {
    margin-top: 0.5rem; } }
/*================ Homepage text module ================*/
/**
 * Set outer margins and max-width
 */
.homepage-module--text {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 540px) {
    .homepage-module--text {
      padding-left: 0.6125rem;
      padding-right: 0.6125rem; } }
  @media only screen and (min-width: 990px) {
    .homepage-module--text {
      max-width: none; } }

/**
 * Vertical spacing
 */
.homepage-module--text {
  margin-top: 7.35rem;
  margin-bottom: 7.35rem; }
  @media only screen and (min-width: 540px) {
    .homepage-module--text {
      margin-top: 9.8rem;
      margin-bottom: 9.8rem; } }

/**
 * Text
 */
.homepage-module--text .homepage-module__title {
  margin-bottom: 0.30625rem;
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5; }

.homepage-module--text .homepage-module__text {
  margin-bottom: 0rem;
  font-size: 1.5rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 2rem; }
  @media only screen and (min-width: 990px) {
    .homepage-module--text .homepage-module__text {
      font-size: 2rem; } }
  @media only screen and (min-width: 990px) {
    .homepage-module--text .homepage-module__text {
      font-size: 3rem; } }

.homepage-module--text .homepage-module__cta {
  margin-top: 0.6125rem; }

/*================ Homepage single module ================*/
/**
 * Set outer margins and max-width
 */
.homepage-module--single {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 540px) {
    .homepage-module--single {
      padding-left: 0.6125rem;
      padding-right: 0.6125rem; } }
  @media only screen and (min-width: 990px) {
    .homepage-module--single {
      max-width: none; } }

/**
 * Vertical spacing
 */
.homepage-module--single {
  margin-top: 4.9rem;
  margin-bottom: 4.9rem; }
  @media only screen and (min-width: 540px) {
    .homepage-module--single {
      margin-top: 7.35rem;
      margin-bottom: 7.35rem; } }

/**
 * Links
 */
.homepage-module--single .homepage-module__image a,
.homepage-module--single .homepage-module__image a:link,
.homepage-module--single .homepage-module__image a:visited {
  transition: color 0.2s ease;
  border-bottom: 0; }
.homepage-module--single .homepage-module__image a:hover,
.homepage-module--single .homepage-module__image a:active,
.homepage-module--single .homepage-module__image a:focus {
  border-bottom: 0;
  color: #823135; }

/**
 * Images
 */
.homepage-module--single .homepage-module__image img,
.homepage-module--single .homepage-module__image svg {
  margin-bottom: 0.6125rem; }

/**
 * Text
 */
.homepage-module--single .homepage-module__title,
.homepage-module--single .homepage-module__text {
  margin-bottom: 0rem; }

@media only screen and (min-width: 990px) {
  .homepage-module--single .homepage-module__text,
  .homepage-module--single .homepage-module__cta--main {
    margin-top: 0.5rem; } }
/*================ Homepage double module ================*/
/**
 * Set outer margins and max-width
 */
.homepage-module--double {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 540px) {
    .homepage-module--double {
      padding-left: 0.6125rem;
      padding-right: 0.6125rem; } }
  @media only screen and (min-width: 990px) {
    .homepage-module--double {
      max-width: none; } }

/**
 * Vertical margins
 */
.homepage-module--double {
  margin-top: 4.9rem;
  margin-bottom: 4.9rem; }
  @media only screen and (min-width: 540px) {
    .homepage-module--double {
      margin-top: 7.35rem;
      margin-bottom: 7.35rem; } }

.homepage-module--double .homepage-module__promo-wrapper--one {
  margin-bottom: 3.675rem; }
  @media only screen and (min-width: 990px) {
    .homepage-module--double .homepage-module__promo-wrapper--one {
      margin-bottom: 0rem; } }

/**
 * Images
 */
.homepage-module--double .homepage-module__image {
  margin-bottom: 0.6125rem; }

@media only screen and (min-width: 990px) {
  .homepage-module--double .homepage-module__image {
    width: calc(100% + 0.625rem); }

  .homepage-module--double .homepage-module__promo-wrapper--two .homepage-module__image {
    margin-left: -0.625rem; } }
/**
 * Text
 */
.homepage-module--double .homepage-module__title,
.homepage-module--double .homepage-module__text,
.homepage-module--double .homepage-module__cta {
  margin-top: 0rem;
  margin-bottom: 0rem; }

@media only screen and (min-width: 990px) {
  .homepage-module--double .homepage-module__text {
    margin-top: 0.5rem; } }
/*================ Homepage video module ================*/
/**
 * Set outer margins and max-width
 */
.homepage-module--video {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 540px) {
    .homepage-module--video {
      padding-left: 0.6125rem;
      padding-right: 0.6125rem; } }
  @media only screen and (min-width: 990px) {
    .homepage-module--video {
      max-width: none; } }

/**
 * Outer margins
 */
.homepage-module--video {
  margin-top: 4.9rem;
  margin-bottom: 4.9rem; }
  @media only screen and (min-width: 540px) {
    .homepage-module--video {
      margin-top: 7.35rem;
      margin-bottom: 7.35rem; } }

/**
 * Video
 */
.homepage-module--video .homepage-module__video {
  margin-bottom: 0.6125rem; }

/**
 * Text
 */
.homepage-module--video .homepage-module__title,
.homepage-module--video .homepage-module__text {
  margin-bottom: 0rem; }

@media only screen and (min-width: 990px) {
  .homepage-module--video .homepage-module__text,
  .homepage-module--video .homepage-module__cta--main {
    margin-top: 0.5rem; } }
/**
 * Improve appearance on load
 */
.homepage-module--video video {
  max-width: 100%; }

/*================ Homepage full single module ================*/
/**
 * Full bleed positioning and background
 */
.homepage-module--full-single .homepage-module__full-wrapper {
  position: relative;
  background-size: cover;
  height: 80vh;
  background-color: #d9d8d6;
  cursor: pointer; }
  .homepage-module--full-single .homepage-module__full-wrapper.bg-x-left {
    background-position-x: left; }
  .homepage-module--full-single .homepage-module__full-wrapper.bg-x-center {
    background-position-x: center; }
  .homepage-module--full-single .homepage-module__full-wrapper.bg-x-right {
    background-position-x: right; }
  .homepage-module--full-single .homepage-module__full-wrapper.bg-y-top {
    background-position-y: top; }
  .homepage-module--full-single .homepage-module__full-wrapper.bg-y-center {
    background-position-y: center; }
  .homepage-module--full-single .homepage-module__full-wrapper.bg-y-bottom {
    background-position-y: bottom; }

/**
 * Text positioning
 */
.homepage-module--full-single .homepage-module__text-wrapper {
  position: absolute;
  bottom: 3.675rem;
  width: 100%; }

.homepage-module--full-single .homepage-module__text-inner-wrapper {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 990px) {
    .homepage-module--full-single .homepage-module__text-inner-wrapper {
      max-width: none; } }

/**
 * Text formatting
 */
.homepage-module--full-single .homepage-module__title {
  margin-bottom: 0.30625rem;
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5; }

.homepage-module--full-single .homepage-module__text {
  margin-bottom: 0rem;
  font-size: 1.5rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1; }
  @media only screen and (min-width: 990px) {
    .homepage-module--full-single .homepage-module__text {
      font-size: 2rem; } }
  @media only screen and (min-width: 540px) {
    .homepage-module--full-single .homepage-module__text {
      font-size: 2rem; } }
  @media only screen and (min-width: 990px) {
    .homepage-module--full-single .homepage-module__text {
      font-size: 3rem; } }

.homepage-module--full-single .homepage-module__cta {
  margin-top: 0rem;
  margin-bottom: 0rem; }

.homepage-module--full-single .homepage-module__cta--main {
  margin-top: 0.30625rem; }

.homepage-module--full-single.homepage-module--full-white .homepage-module__link,
.homepage-module--full-single.homepage-module--full-white .homepage-module__title,
.homepage-module--full-single.homepage-module--full-white .homepage-module__cta,
.homepage-module--full-single.homepage-module--full-white .homepage-module__text {
  color: white; }
.homepage-module--full-single.homepage-module--full-white .homepage-module__link:hover .homepage-module__cta span,
.homepage-module--full-single.homepage-module--full-white .homepage-module__link .homepage-module__cta.is-active span {
  border-color: white; }

/*================ Homepage full double module ================*/
/**
 * Full bleed positioning and background
 */
.homepage-module--full-double {
  overflow-x: hidden; }

.homepage-module--full-double .homepage-module__full-wrapper {
  position: relative;
  background-size: cover;
  height: 80vh;
  cursor: pointer; }
  @media only screen and (min-width: 990px) {
    .homepage-module--full-double .homepage-module__full-wrapper {
      width: calc(100% + 0.8125rem); } }
  .homepage-module--full-double .homepage-module__full-wrapper.bg-x-left {
    background-position-x: left; }
  .homepage-module--full-double .homepage-module__full-wrapper.bg-x-center {
    background-position-x: center; }
  .homepage-module--full-double .homepage-module__full-wrapper.bg-x-right {
    background-position-x: right; }
  .homepage-module--full-double .homepage-module__full-wrapper.bg-y-top {
    background-position-y: top; }
  .homepage-module--full-double .homepage-module__full-wrapper.bg-y-center {
    background-position-y: center; }
  .homepage-module--full-double .homepage-module__full-wrapper.bg-y-bottom {
    background-position-y: bottom; }

.homepage-module--full-double .homepage-module__full-wrapper--one {
  background-color: #f5f1e9; }

.homepage-module--full-double .homepage-module__full-wrapper--two {
  background-color: #d9d8d6;
  margin-left: -0.625rem;
  padding-left: 0.625rem; }

/**
 * Text positioning
 */
.homepage-module--full-double .homepage-module__text-wrapper {
  position: absolute;
  bottom: 3.675rem;
  width: 100%; }

.homepage-module--full-double .homepage-module__text-inner-wrapper {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 990px) {
    .homepage-module--full-double .homepage-module__text-inner-wrapper {
      max-width: none; } }

@media only screen and (min-width: 990px) {
  .homepage-module--full-double .homepage-module__full-wrapper--one .homepage-module__text-inner-wrapper {
    margin-left: 0.625rem; } }
/**
 * Text formatting
 */
.homepage-module--full-double .homepage-module__title {
  margin-bottom: 0.30625rem;
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5; }

.homepage-module--full-double .homepage-module__text {
  margin-bottom: 0rem;
  font-size: 1.5rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1; }
  @media only screen and (min-width: 990px) {
    .homepage-module--full-double .homepage-module__text {
      font-size: 2rem; } }
  @media only screen and (min-width: 540px) {
    .homepage-module--full-double .homepage-module__text {
      font-size: 2rem; } }
  @media only screen and (min-width: 1600px) {
    .homepage-module--full-double .homepage-module__text {
      font-size: 3rem; } }

.homepage-module--full-double .homepage-module__cta {
  margin-top: 0.6125rem; }

.homepage-module--full-double.homepage-module--full-white .homepage-module__link,
.homepage-module--full-double.homepage-module--full-white .homepage-module__title,
.homepage-module--full-double.homepage-module--full-white .homepage-module__cta,
.homepage-module--full-double.homepage-module--full-white .homepage-module__text {
  color: white; }
.homepage-module--full-double.homepage-module--full-white .homepage-module__link:hover .homepage-module__cta span,
.homepage-module--full-double.homepage-module--full-white .homepage-module__link .homepage-module__cta.is-active span {
  border-color: white; }

/*================ Account templates ================*/
/**
 * Account forms
 */
.account-form__label {
  margin-bottom: 0.6125rem;
  display: block;
  width: 100%; }

.account-form__input,
.account-form__select {
  margin-bottom: 1.225rem;
  width: 100%; }

.account-form__links-inner {
  margin-bottom: 1.225rem; }

/**
 * Headings
 */
.account-heading {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase; }

/**
 * Spacing
 */
.account-section {
  margin-bottom: 2.45rem; }

.account-section__inner {
  margin-bottom: 1.225rem; }

/**
 * Orders tables
 */
@media only screen and (min-width: 540px) {
  .account-section--order .responsive-table tbody tr:last-child td {
    padding-bottom: 1.225rem; }

  .account-section--order .responsive-table tfoot tr:first-child td {
    padding-top: 1.225rem;
    border-top: 0.0625rem solid white; } }
/**
 * Addresses
 */
.account-address {
  margin-bottom: 2.45rem; }

.account-address__link {
  margin-right: 0.6125rem; }

.address-form__links {
  margin-top: 1.225rem; }

.address-form__links .account-form__link {
  margin-left: 1.225rem; }

.add-address-form {
  margin-top: 2.45rem; }

/**
 * Activate account
 */
.activate-form .account-form__link {
  margin-left: 1.225rem; }

/**
 * Register
 */
.account-form .checkbox-wrap {
  margin-bottom: 1.225rem; }

.account-form .control {
  margin-bottom: 0rem; }
  .account-form .control input {
    height: auto; }

/*================ Search template ================*/
/**
 * Search header
 */
.search-results__header {
  margin-bottom: 2.45rem; }

/**
 * Search form
 */
.search-results__form {
  position: relative; }

.search-results__input {
  width: 100%; }

.search-results__btn {
  position: absolute;
  top: 0.75rem;
  right: 0.6125rem;
  background-color: transparent;
  border: 0;
  padding-left: 0.30625rem;
  padding-right: 0.30625rem;
  padding-top: 0.30625rem;
  padding-bottom: 0.30625rem; }
  .search-results__btn:hover .search-icon::before {
    color: #823135; }

/**
 * Search results category header
 */
.search-result-category__title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase; }

/**
 * Search results item
 */
.search-item {
  margin-bottom: 2.45rem; }

.search-item__image-wrapper {
  margin-bottom: 0.6125rem; }

.search-item__title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0rem; }

.search-item__link h5,
.search-item__link p {
  transition: color 0.2s ease; }
.search-item__link:hover h5,
.search-item__link:hover p, .search-item__link:active h5,
.search-item__link:active p, .search-item__link:focus h5,
.search-item__link:focus p {
  color: #823135; }

/**
 * Float clearing
 */
@media only screen and (max-width: 989px) {
  .search-item:nth-of-type(2n+1) {
    clear: left; } }
@media only screen and (min-width: 990px) {
  .search-item:nth-of-type(4n+1) {
    clear: left; } }
/*================ Blog template ================*/
/**
 * Tags list
 */
.blog-tags {
  margin-bottom: 2.45rem;
  list-style: none;
  padding: 0; }
  .blog-tags .blog-tags__tag {
    margin-bottom: 1.225rem; }

.blog-header + .blog-tags {
  font-size: 0.875rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 2; }
  .blog-header + .blog-tags .blog-tags__tag {
    margin-right: 0.6125rem;
    margin-bottom: 0rem;
    display: inline; }
    .blog-header + .blog-tags .blog-tags__tag.active-tag {
      border-bottom: 0.0625rem solid black; }

/**
 * Articles
 */
.blog-article {
  margin-bottom: 2.45rem; }

@media only screen and (max-width: 989px) {
  .blog-article__image {
    margin-bottom: 1.225rem; } }

.blog-article__title {
  font-size: 1.5rem;
  font-family: 'Burgess', Times, serif;
  font-weight: bold;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0rem; }
  @media only screen and (min-width: 990px) {
    .blog-article__title {
      font-size: 2rem; } }
  .blog-article__title a,
  .blog-article__title a:link,
  .blog-article__title a:visited {
    transition: color 0.2s ease;
    border-bottom: 0; }
  .blog-article__title a:hover,
  .blog-article__title a:active,
  .blog-article__title a:focus {
    border-bottom: 0;
    color: #823135; }

/*================ Article/Page template ================*/
/**
 * Header
 */
.article-header {
  margin-bottom: 1.225rem; }

.article-header__title {
  margin-bottom: 0rem; }

/**
* Sections Anywhere RTE content
*/
/**
* Spacing
*/
.sa-module {
  margin-bottom: 2.45rem; }

/**
* Text
*/
.sa-paragraph-module {
  margin-bottom: 1.225rem; }

.sa-paragraph-module__title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase; }

/**
* Image and video
*/
.sa-image__text-wrapper,
.sa-video__text-wrapper {
  margin-top: 0.6125rem; }
  .sa-image__text-wrapper p,
  .sa-video__text-wrapper p {
    margin-bottom: 0rem; }

/**
* Shop the story
*/
.shop-the-story {
  margin-top: 2.45rem; }

.shop-the-story__header {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase; }

.shop-the-story__product {
  margin-bottom: 2.45rem; }
  .shop-the-story__product a,
  .shop-the-story__product a:link,
  .shop-the-story__product a:visited {
    transition: color 0.2s ease;
    border-bottom: 0; }
  .shop-the-story__product a:hover,
  .shop-the-story__product a:active,
  .shop-the-story__product a:focus {
    border-bottom: 0;
    color: #823135; }
  .shop-the-story__product p {
    transition: color 0.2s ease; }
  .shop-the-story__product:hover p, .shop-the-story__product:active p, .shop-the-story__product:focus p {
    color: #823135; }

.shop-the-story-product__image-wrapper {
  margin-bottom: 0.6125rem; }

/**
 * Float clearing
 */
@media only screen and (max-width: 989px) {
  .shop-the-story__product:nth-of-type(2n+1) {
    clear: left; } }
@media only screen and (min-width: 990px) {
  .shop-the-story__product:nth-of-type(3n+1) {
    clear: left; } }
/**
 * Blog tags
 */
.blog-article-prev-next-module .blog-tags__title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase; }

.blog-article-prev-next-module {
  margin-top: 3.675rem; }

/**
 * Article nav
 */
.article-nav__prev-article,
.article-nav__next-article {
  margin-bottom: 2.45rem; }

.article-nav__article-image {
  margin-top: 0.6125rem;
  margin-bottom: 0.6125rem; }

.article-nav__article-title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0rem; }

.article-nav__article-date {
  margin-bottom: 0rem; }

/**
 * Anchor links
 */
.anchor-links__title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase; }

.anchor-links__list {
  margin-bottom: 2.45rem;
  list-style: none;
  padding: 0; }

.anchor-link {
  margin-bottom: 1.225rem; }

/**
 * Contact page
 */
.page-form__label {
  margin-bottom: 0.6125rem;
  display: block;
  width: 100%; }

.page-form__input,
.page-form__select {
  margin-bottom: 1.225rem;
  width: 100%; }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/**
** Gift card template
**/
.template-giftcard {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5; }
  .template-giftcard #MainContent {
    max-width: 31.25rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 2.45rem; }
  .template-giftcard .border {
    border: 0.0625rem solid black;
    padding-left: 2.45rem;
    padding-right: 2.45rem;
    padding-top: 2.45rem;
    padding-bottom: 2.45rem;
    margin-left: 1.225rem;
    margin-right: 1.225rem; }
  .template-giftcard .giftcard_header__logo {
    margin-bottom: 1.225rem; }
    .template-giftcard .giftcard_header__logo a,
    .template-giftcard .giftcard_header__logo a:link,
    .template-giftcard .giftcard_header__logo a:visited {
      transition: color 0.2s ease;
      border-bottom: 0; }
    .template-giftcard .giftcard_header__logo a:hover,
    .template-giftcard .giftcard_header__logo a:active,
    .template-giftcard .giftcard_header__logo a:focus {
      border-bottom: 0;
      color: #823135; }
  .template-giftcard .giftcard_header__url {
    margin-bottom: 2.45rem; }
  .template-giftcard .giftcard__image {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.45rem;
    margin-bottom: 2.45rem; }
  .template-giftcard .giftcard__initialvalue {
    margin-bottom: 1.225rem; }
  .template-giftcard .giftcard__digits {
    background-color: #f5f1e9;
    display: inline-block;
    font-size: 1.125rem;
    margin-bottom: 1.225rem;
    padding-left: 1.225rem;
    padding-right: 1.225rem;
    padding-top: 1.225rem;
    padding-bottom: 1.225rem; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
/*================ Password ================*/
/**
 * Outer padding
 */
.password {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  padding-top: 1.225rem;
  padding-bottom: 1.225rem; }

/**
 * Set max-width on content
 */
.password__content,
.password__form {
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 990px) {
    .password__content,
    .password__form {
      max-width: none; } }

/**
 * Inner vertical spacing
 */
.password__content {
  margin-top: 7.35rem; }

.password__form {
  margin-top: 4.9rem;
  margin-bottom: 3.675rem; }

/**
 * Form styling
 */
.password__form-title {
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5; }

.password__form-input {
  margin-right: 1.225rem;
  margin-bottom: 1.225rem;
  width: 100%; }

.password__form-sign-in-link {
  padding-top: 1.225rem; }

/*================ Panels ================*/
.shipping-countries-panel,
.shopping-bag-panel,
.sign-in-panel,
.share-panel,
#header-shipping-countries-panel-mobile form {
  background-color: #e5d3aa;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2); }

.panel {
  position: absolute;
  display: none;
  z-index: 2;
  font-size: 0.875rem;
  font-family: 'MaisonNeue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  line-height: 1.5; }
  .panel.is-active {
    display: block; }

.panel a,
.panel a:link,
.panel a:visited,
.panel .link {
  border-bottom-color: white !important; }
.panel a:hover,
.panel a:active,
.panel a:focus {
  border-bottom-color: black !important; }

/*================ Shipping country panel ================*/
.shipping-countries-wrap {
  display: inline-block;
  position: relative; }

.shipping-countries-panel {
  top: 1.25rem;
  right: 0; }
  .shipping-countries-panel form {
    width: 17.5rem;
    padding-left: 1.225rem;
    padding-right: 1.225rem;
    padding-top: 1.225rem; }
  .shipping-countries-panel .country-list {
    display: block;
    list-style: none;
    text-align: left;
    margin-top: 1.225rem;
    margin-bottom: 0rem;
    border-top: 0.0625rem solid white;
    max-height: 19rem;
    overflow: scroll;
    padding-top: 0.6125rem;
    padding-left: 0rem;
    text-transform: none;
    font-size: 0.875rem;
    font-family: 'Burgess', Times, serif;
    font-weight: bold;
    color: black;
    letter-spacing: 0;
    line-height: 2;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .shipping-countries-panel .country-list a,
    .shipping-countries-panel .country-list a:link,
    .shipping-countries-panel .country-list a:visited {
      transition: color 0.2s ease;
      border-bottom: 0; }
    .shipping-countries-panel .country-list a:hover,
    .shipping-countries-panel .country-list a:active,
    .shipping-countries-panel .country-list a:focus {
      border-bottom: 0;
      color: #823135; }
    .shipping-countries-panel .country-list li {
      padding-left: 1.225rem;
      position: relative;
      display: block; }
      .shipping-countries-panel .country-list li:last-of-type, .shipping-countries-panel .country-list li:nth-last-of-type(2) {
        margin-bottom: 1.225rem; }
      .shipping-countries-panel .country-list li a.is-selected::before {
        font-family: 'icomoon';
        font-style: normal;
        font-weight: normal;
        color: black;
        font-size: 0.75rem;
        letter-spacing: 0;
        line-height: 1.63333333;
        content: '\e90a';
        position: absolute;
        display: block;
        left: -1.225rem;
        top: 0; }

/**
 * Style search form
 */
.country-search {
  position: relative; }

.country-search__input {
  background: white;
  width: 100%; }

.country-search__btn {
  position: absolute;
  right: 0.625rem;
  top: 1rem;
  z-index: 2;
  cursor: pointer; }

/**
 * Set height of countries list
 */
.shipping-countries-panel .country-list {
  max-height: 14.0625rem; }

@media (min-height: 380px) {
  .shipping-countries-panel .country-list {
    max-height: 18.125rem; } }
#header-shipping-countries-panel-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 150; }
  #header-shipping-countries-panel-mobile form {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 200; }

/*================ Shopping bag panel ================*/
.site-header__cart-link-wrapper {
  position: relative; }

.shopping-bag-panel {
  width: 17.5rem;
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  padding-top: 1.225rem;
  padding-bottom: 1.225rem;
  text-align: left;
  text-transform: none;
  top: 3rem;
  right: 0; }
  .shopping-bag-panel a,
  .shopping-bag-panel a:link,
  .shopping-bag-panel a:visited {
    border-bottom: 0.0625rem solid #d9d8d6; }
  .shopping-bag-panel a:hover,
  .shopping-bag-panel a:active,
  .shopping-bag-panel a:focus {
    border-bottom: 0.0625rem solid black;
    color: black; }
  @media only screen and (min-width: 990px) {
    .shopping-bag-panel {
      top: 1.25rem; } }
  .shopping-bag-panel .bag-empty-text {
    display: none; }
  .shopping-bag-panel .shopping-bag-items {
    overflow-x: visible;
    overflow-y: scroll; }
    .shopping-bag-panel .shopping-bag-items .item-name {
      font-size: 1.125rem;
      font-family: 'Burgess', Times, serif;
      font-weight: bold;
      color: black;
      letter-spacing: -0.02em;
      line-height: 1.1; }
    .shopping-bag-panel .shopping-bag-items .bagged-item .img-wrap,
    .shopping-bag-panel .shopping-bag-items .bagged-item .bagged-item-details {
      margin-bottom: 1.225rem; }
    .shopping-bag-panel .shopping-bag-items .item-name,
    .shopping-bag-panel .shopping-bag-items .item-price,
    .shopping-bag-panel .shopping-bag-items .item-brief {
      margin-top: 0rem;
      margin-bottom: 0rem; }
  .shopping-bag-panel .bag-summary .bag-summary__inner::before {
    content: '';
    display: block;
    border-top: 0.0625rem solid white; }
  .shopping-bag-panel .bag-summary .bag-summary__info {
    margin-top: 1.225rem; }
  .shopping-bag-panel .bag-summary .label,
  .shopping-bag-panel .bag-summary .item-count {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  .shopping-bag-panel .bag-summary .label {
    display: inline-block;
    text-transform: uppercase; }
  .shopping-bag-panel .bag-summary .item-count {
    display: inline-block; }
  .shopping-bag-panel .bag-summary .total-sum {
    display: block; }
  .shopping-bag-panel .bag-btn {
    margin-bottom: 1.225rem; }
    .shopping-bag-panel .bag-btn a:link,
    .shopping-bag-panel .bag-btn a:visited {
      border-color: #823135; }
    .shopping-bag-panel .bag-btn a:hover,
    .shopping-bag-panel .bag-btn a:active,
    .shopping-bag-panel .bag-btn a:focus {
      border-color: black; }

.shopping-bag-panel .shopping-bag-items {
  max-height: 10.625rem; }

@media (min-height: 450px) {
  .shopping-bag-panel .shopping-bag-items {
    max-height: 16.25rem; } }
/*================ Sign in panel ================*/
.site-header__customer-link {
  position: relative; }

.sign-in-panel {
  width: 17.5rem;
  padding-left: 1.225rem;
  padding-right: 1.225rem;
  padding-top: 1.225rem;
  padding-bottom: 1.225rem;
  text-align: left;
  text-transform: none;
  top: 1.25rem;
  right: 0; }
  .sign-in-panel a,
  .sign-in-panel a:link,
  .sign-in-panel a:visited {
    border-bottom: 0.0625rem solid #d9d8d6; }
  .sign-in-panel a:hover,
  .sign-in-panel a:active,
  .sign-in-panel a:focus {
    border-bottom: 0.0625rem solid black;
    color: black; }

.login-form__label,
.login-form__input {
  display: block;
  width: 100%; }

.login-form__label {
  margin-bottom: 0.6125rem; }

.login-form__input {
  background-color: white;
  margin-bottom: 1.225rem; }

.login-form__forgot {
  margin-top: -0.6125rem;
  margin-bottom: 1.225rem; }

.login-form__btn {
  margin-bottom: 2.45rem; }

/*================ Search panel ================*/
.search-panel {
  position: relative;
  z-index: 100; }

.search-panel__form {
  position: relative; }

.search-panel__input {
  width: 100%; }
  .sidebar--menu .search-panel__input {
    background-color: white; }

.search-panel__btn {
  position: absolute;
  top: 0.875rem;
  right: 0.3125rem;
  -webkit-appearance: none;
  background: none;
  border: 0; }

/*================ Sticky elements ================*/
.sticky--stuck {
  position: fixed; }

.sticky--unstuck {
  position: absolute; }

/*================ Banners ================*/
.share-wrapper {
  position: relative; }
  .share-wrapper .share-panel {
    position: absolute;
    display: none;
    width: auto;
    left: 0;
    bottom: 1.5rem;
    background: #e5d3aa;
    padding-left: 1.225rem;
    padding-right: 1.225rem;
    padding-top: 0.6125rem;
    padding-bottom: 1.225rem;
    z-index: 2; }
    @media only screen and (min-width: 990px) {
      .share-wrapper .share-panel {
        left: -3.375rem;
        text-align: center; } }
    .share-wrapper .share-panel.is-active {
      display: block; }
    .share-wrapper .share-panel .share-options {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      font-size: 0.875rem;
      font-family: 'Burgess', Times, serif;
      font-weight: bold;
      color: black;
      letter-spacing: 0;
      line-height: 2; }
