@charset "UTF-8";
/* Base
==========================================================================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.clearfix::after, .clearfix:after, .footer-social a::before, .row::after {
  content: " ";
}

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

/*============================================================================
  #Colors
==============================================================================*/
/* Colors
========================================================================== */
:root {
  --color-original: #ffdcd2;
  --color-light-original: #fff5f3;
}

.color--primary {
  color: #382628;
}

.color--accent {
  color: #ff8771;
}

.color--light-original {
  color: #fff5f3;
}

.color--original {
  color: #ffdcd2;
}

.color--coconut {
  color: #d3eee7;
}

.color--light-coconut {
  color: #f4faf9;
}

.color--peppermint {
  color: #dbf2f4;
}

.color--light-peppermint {
  color: #f6fbfc;
}

.color--cacao {
  color: #e6dff5;
}

.color--light-cacao {
  color: #f8f6fc;
}

.color--cherry {
  color: #ae1228;
}

.color--light-cherry {
  color: #e1404e;
}

.color--hotelpink {
  color: #f59eb2;
}

.color--moon-purple {
  color: #af95c6;
}

.color--green-tease {
  color: #00c1c8;
}

.color--rose-gold {
  color: #b76e79;
}

.color--purple {
  color: #9d61d2;
}

.color--dark-pink {
  color: #e961a1;
}

.color--rose-gold-pink {
  color: #f5b1b5;
}

.color--hot-pink {
  color: #e62c7b;
}

.color--off-white {
  color: #fcfbf8;
}

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

.color--black {
  color: #000;
}

.color--grey--05 {
  color: #f2f2f2;
}

.color--grey--10 {
  color: #e6e6e6;
}

.color--grey--25 {
  color: #bfbfbf;
}

.color--grey--50 {
  color: gray;
}

.color--grey--75 {
  color: #404040;
}

.color--f5f5f5 {
  color: #f5f5f5;
}

.color--abeauty-pink {
  color: #f9c1b9;
}

.color--abeauty-orange {
  color: #fbb04e;
}

.color--abeauty-blue {
  color: #88D2D8;
}

.color--abeauty-light-blue {
  color: #A0DADE;
}

.bg--primary {
  background-color: #382628;
}

.bg--accent {
  background-color: #ff8771;
}

.bg--light-original {
  background-color: #fff5f3;
}

.bg--original {
  background-color: #ffdcd2;
}

.bg--coconut {
  background-color: #d3eee7;
}

.bg--light-coconut {
  background-color: #f4faf9;
}

.bg--peppermint {
  background-color: #dbf2f4;
}

.bg--light-peppermint {
  background-color: #f6fbfc;
}

.bg--cacao {
  background-color: #e6dff5;
}

.bg--light-cacao {
  background-color: #f8f6fc;
}

.bg--cherry {
  background-color: #ae1228;
}

.bg--light-cherry {
  background-color: #e1404e;
}

.bg--hotelpink {
  background-color: #f59eb2;
}

.bg--moon-purple {
  background-color: #af95c6;
}

.bg--green-tease {
  background-color: #00c1c8;
}

.bg--rose-gold {
  background-color: #b76e79;
}

.bg--purple {
  background-color: #9d61d2;
}

.bg--dark-pink {
  background-color: #e961a1;
}

.bg--rose-gold-pink {
  background-color: #f5b1b5;
}

.bg--hot-pink {
  background-color: #e62c7b;
}

.bg--off-white {
  background-color: #fcfbf8;
}

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

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

.bg--grey--05 {
  background-color: #f2f2f2;
}

.bg--grey--10 {
  background-color: #e6e6e6;
}

.bg--grey--25 {
  background-color: #bfbfbf;
}

.bg--grey--50 {
  background-color: gray;
}

.bg--grey--75 {
  background-color: #404040;
}

.bg--f5f5f5 {
  background-color: #f5f5f5;
}

.bg--abeauty-pink {
  background-color: #f9c1b9;
}

.bg--abeauty-orange {
  background-color: #fbb04e;
}

.bg--abeauty-blue {
  background-color: #88D2D8;
}

.bg--abeauty-light-blue {
  background-color: #A0DADE;
}

.bg--white--rgba-95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.bg--off-white--rgba-95 {
  background-color: rgba(252, 251, 248, 0.95);
}

.bg--original--rgba-95 {
  background-color: rgba(255, 220, 210, 0.95);
}

.bg--coconut--rgba-95 {
  background-color: rgba(211, 238, 231, 0.95);
}

.bg--cacao--rgba-95 {
  background-color: rgba(230, 223, 245, 0.95);
}

.bg--peppermint--rgba-95 {
  background-color: rgba(219, 242, 244, 0.95);
}

.bg--light-original--rgba-95 {
  background-color: rgba(255, 245, 243, 0.95);
}

.bg--light-coconut--rgba-95 {
  background-color: rgba(244, 250, 249, 0.95);
}

.bg--light-cacao--rgba-95 {
  background-color: rgba(248, 246, 252, 0.95);
}

.bg--light-peppermint--rgba-95 {
  background-color: rgba(246, 251, 252, 0.95);
}

.bg--primary--rgba-95 {
  background-color: rgba(56, 38, 40, 0.95);
}

.bg--white--rgba-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg--light-original--rgba-90 {
  background-color: rgba(255, 245, 243, 0.9);
}

.bg--light-coconut--rgba-90 {
  background-color: rgba(244, 250, 249, 0.9);
}

.bg--light-cacao--rgba-90 {
  background-color: rgba(248, 246, 252, 0.9);
}

.bg--light-peppermint--rgba-90 {
  background-color: rgba(246, 251, 252, 0.9);
}

.bg--primary--rgba-90 {
  background-color: rgba(56, 38, 40, 0.9);
}

.bg--grey--05 {
  background-color: #f2f2f2;
}

.bg--grey--10 {
  background-color: #e6e6e6;
}

.bg--grey--25 {
  background-color: #bfbfbf;
}

.bg--grey--50 {
  background-color: gray;
}

.bg--grey--75 {
  background-color: #404040;
}

/* Borders
========================================================================== */
.border-color--primary {
  border-color: #382628;
}

.border-color--accent {
  border-color: #ff8771;
}

.border-color--original {
  border-color: #ffdcd2;
}

.border-color--light-original {
  border-color: #fff5f3;
}

.border-color--coconut {
  border-color: #d3eee7;
}

.border-color--light-coconut {
  border-color: #f4faf9;
}

.border-color--peppermint {
  border-color: #dbf2f4;
}

.border-color--light-peppermint {
  border-color: #f6fbfc;
}

.border-color--cacao {
  border-color: #e6dff5;
}

.border-color--light-cacao {
  border-color: #f8f6fc;
}

.border-color--cherry {
  border-color: #ae1228;
}

.border-color--light-cherry {
  border-color: #e1404e;
}

.border-color--hotelpink {
  border-color: #f59eb2;
}

.border-color--moon-purple {
  border-color: #af95c6;
}

.border-color--green-tease {
  border-color: #00c1c8;
}

.border-color--rose-gold {
  border-color: #b76e79;
}

.border-color--purple {
  border-color: #9d61d2;
}

.border-color--dark-pink {
  border-color: #e961a1;
}

.border-color--rose-gold-pink {
  border-color: #f5b1b5;
}

.border-color--hot-pink {
  border-color: #e62c7b;
}

.border-color--off-white {
  border-color: #fcfbf8;
}

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

.border-color--black {
  border-color: #000;
}

.border-color--grey--05 {
  border-color: #f2f2f2;
}

.border-color--grey--10 {
  border-color: #e6e6e6;
}

.border-color--grey--25 {
  border-color: #bfbfbf;
}

.border-color--grey--50 {
  border-color: gray;
}

.border-color--grey--75 {
  border-color: #404040;
}

.border-color--f5f5f5 {
  border-color: #f5f5f5;
}

.hover--primary:hover {
  background-color: #382628;
}

.hover--accent:hover {
  background-color: #ff8771;
}

.hover--original:hover {
  background-color: #ffdcd2;
}

.hover--light-original:hover {
  background-color: #fff5f3;
}

.hover--coconut:hover {
  background-color: #d3eee7;
}

.hover--light-coconut:hover {
  background-color: #f4faf9;
}

.hover--peppermint:hover {
  background-color: #dbf2f4;
}

.hover--light-peppermint:hover {
  background-color: #f6fbfc;
}

.hover--cacao:hover {
  background-color: #e6dff5;
}

.hover--light-cacao:hover {
  background-color: #f8f6fc;
}

.hover--cherry:hover {
  background-color: #ae1228;
}

.hover--light-cherry:hover {
  background-color: #e1404e;
}

.hover--hotelpink:hover {
  background-color: #f59eb2;
}

.hover--moon-purple:hover {
  background-color: #af95c6;
}

.hover--green-tease:hover {
  background-color: #00c1c8;
}

.hover--rose-gold:hover {
  background-color: #b76e79;
}

.hover--rose-gold-pink:hover {
  background-color: #f5b1b5;
}

.hover--purple:hover {
  background-color: #9d61d2;
}

.hover--dark-pink:hover {
  background-color: #e961a1;
}

.hover--hot-pink:hover {
  background-color: #e62c7b;
}

.hover--off-white:hover {
  background-color: #fcfbf8;
}

.hover--white:hover {
  background-color: #fff;
}

.hover--black:hover {
  background-color: #000;
}

.hover--grey--05:hover {
  background-color: #f2f2f2;
}

.hover--grey--10:hover {
  background-color: #e6e6e6;
}

.hover--grey--25:hover {
  background-color: #bfbfbf;
}

.hover--grey--50:hover {
  background-color: gray;
}

.hover--grey--75:hover {
  background-color: #404040;
}

.hover--f5f5f5:hover {
  background-color: #f5f5f5;
}

.hover--abeauty-pink:hover {
  background-color: #f9c1b9;
}

.hover--abeauty-orange:hover {
  background-color: #fbb04e;
}

.hover--abeauty-blue:hover {
  background-color: #88D2D8;
}

.hover--abeauty-light-blue:hover {
  background-color: #A0DADE;
}

.hover-color--primary:hover {
  color: #382628;
}

.hover-color--accent:hover {
  color: #ff8771;
}

.hover-color--original:hover {
  color: #ffdcd2;
}

.hover-color--light-original:hover {
  color: #fff5f3;
}

.hover-color--coconut:hover {
  color: #d3eee7;
}

.hover-color--light-coconut:hover {
  color: #f4faf9;
}

.hover-color--peppermint:hover {
  color: #dbf2f4;
}

.hover-color--light-peppermint:hover {
  color: #f6fbfc;
}

.hover-color--cacao:hover {
  color: #e6dff5;
}

.hover-color--light-cacao:hover {
  color: #f8f6fc;
}

.hover-color--cherry:hover {
  color: #ae1228;
}

.hover-color--light-cherry:hover {
  color: #e1404e;
}

.hover-color--hotelpink:hover {
  color: #f59eb2;
}

.hover-color--moon-purple:hover {
  color: #af95c6;
}

.hover-color--green-tease:hover {
  color: #00c1c8;
}

.hover-color--rose-gold:hover {
  color: #b76e79;
}

.hover-color--rose-gold-pink:hover {
  color: #f5b1b5;
}

.hover-color--hot-pink:hover {
  color: #e62c7b;
}

.hover-color--off-white:hover {
  color: #fcfbf8;
}

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

.hover-color--black:hover {
  color: #000;
}

.hover-color--grey--05:hover {
  color: #f2f2f2;
}

.hover-color--grey--10:hover {
  color: #e6e6e6;
}

.hover-color--grey--25:hover {
  color: #bfbfbf;
}

.hover-color--grey--50:hover {
  color: gray;
}

.hover-color--grey--75:hover {
  color: #404040;
}

.hover-color--f5f5f5:hover {
  color: #f5f5f5;
}

.hover-color--abeauty-pink:hover {
  color: #f9c1b9;
}

.hover-color--abeauty-orange:hover {
  color: #fbb04e;
}

.hover-color--abeauty-blue:hover {
  color: #88D2D8;
}

.hover-color--abeauty-light-blue:hover {
  color: #A0DADE;
}

/*============================================================================
  #Variables
==============================================================================*/
/* Widths
========================================================================== */
/* Spacing
========================================================================== */
/* Z-Index
========================================================================== */
/*========================================================================== */
/* Borders
========================================================================== */
/* Typography
========================================================================== */
/* Line Height
========================================================================== */
/* Drawers
========================================================================== */
/*============================================================================
  Dependency-free breakpoint mixin
    - Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
    - Usage docs: http://shopify.github.io/Timber/#sass-mixins
==============================================================================*/
/* Helper
========================================================================== */
/* Align
========================================================================== */
.align--baseline {
  vertical-align: baseline;
}

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

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

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

@media (min-width: 40em) {
  .sm--align--baseline {
    vertical-align: baseline;
  }

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

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

  .sm--align--bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 52em) {
  .md--align--baseline {
    vertical-align: baseline;
  }

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

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

  .md--align--bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 72em) {
  .lg--align--baseline {
    vertical-align: baseline;
  }

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

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

  .lg--align--bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 80em) {
  .xl--align--baseline {
    vertical-align: baseline;
  }

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

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

  .xl--align--bottom {
    vertical-align: bottom;
  }
}
/* Position
========================================================================== */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top--0 {
  top: 0;
}

.right--0 {
  right: 0;
}

.bottom--0 {
  bottom: 0;
}

.left--0 {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

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

@media (min-width: 40em) {
  .sm--relative {
    position: relative;
  }

  .sm--absolute {
    position: absolute;
  }

  .sm--fixed {
    position: fixed;
  }

  .sm--top--0 {
    top: 0;
  }

  .sm--right--0 {
    right: 0;
  }

  .sm--bottom--0 {
    bottom: 0;
  }

  .sm--left--0 {
    left: 0;
  }

  .sm--z1 {
    z-index: 1;
  }

  .sm--z2 {
    z-index: 2;
  }

  .sm--z3 {
    z-index: 3;
  }

  .sm--z4 {
    z-index: 4;
  }

  .sm--is-transitioning {
    display: block !important;
    visibility: visible !important;
  }
}
@media (min-width: 52em) {
  .md--relative {
    position: relative;
  }

  .md--absolute {
    position: absolute;
  }

  .md--fixed {
    position: fixed;
  }

  .md--top--0 {
    top: 0;
  }

  .md--right--0 {
    right: 0;
  }

  .md--bottom--0 {
    bottom: 0;
  }

  .md--left--0 {
    left: 0;
  }

  .md--z1 {
    z-index: 1;
  }

  .md--z2 {
    z-index: 2;
  }

  .md--z3 {
    z-index: 3;
  }

  .md--z4 {
    z-index: 4;
  }

  .md--is-transitioning {
    display: block !important;
    visibility: visible !important;
  }
}
@media (min-width: 72em) {
  .lg--relative {
    position: relative;
  }

  .lg--absolute {
    position: absolute;
  }

  .lg--fixed {
    position: fixed;
  }

  .lg--top--0 {
    top: 0;
  }

  .lg--right--0 {
    right: 0;
  }

  .lg--bottom--0 {
    bottom: 0;
  }

  .lg--left--0 {
    left: 0;
  }

  .lg--z1 {
    z-index: 1;
  }

  .lg--z2 {
    z-index: 2;
  }

  .lg--z3 {
    z-index: 3;
  }

  .lg--z4 {
    z-index: 4;
  }

  .lg--is-transitioning {
    display: block !important;
    visibility: visible !important;
  }
}
@media (min-width: 80em) {
  .xl--relative {
    position: relative;
  }

  .xl--absolute {
    position: absolute;
  }

  .xl--fixed {
    position: fixed;
  }

  .xl--top--0 {
    top: 0;
  }

  .xl--right--0 {
    right: 0;
  }

  .xl--bottom--0 {
    bottom: 0;
  }

  .xl--left--0 {
    left: 0;
  }

  .xl--z1 {
    z-index: 1;
  }

  .xl--z2 {
    z-index: 2;
  }

  .xl--z3 {
    z-index: 3;
  }

  .xl--z4 {
    z-index: 4;
  }

  .xl--is-transitioning {
    display: block !important;
    visibility: visible !important;
  }
}
/* Borders
========================================================================== */
.border {
  border-style: solid;
  border-width: 1px;
}

.border--top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border--right {
  border-right-style: solid;
  border-right-width: 1px;
}

.border--bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border--left {
  border-left-style: solid;
  border-left-width: 1px;
}

.border--y {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}

.border--x {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}

.border-width--2 {
  border-width: 2px;
}

.border--none {
  border: 0;
}

.rounded {
  border-radius: 3px;
}

.circle {
  border-radius: 50%;
}

.rounded--top {
  border-radius: 3px 3px 0 0;
}

.rounded--right {
  border-radius: 0 3px 3px 0;
}

.rounded--bottom {
  border-radius: 0 0 3px 3px;
}

.rounded--left {
  border-radius: 3px 0 0 3px;
}

.not-rounded {
  border-radius: 0;
}

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

.no-pointer-events {
  pointer-events: none;
}

.hide-and-pointers {
  pointer-events: none;
  opacity: 0;
}

.display-none {
  display: none;
}

.display-none-i {
  display: none !important;
}

@media (max-width: 40em) {
  .xs--hide {
    display: none !important;
  }
}
@media (min-width: 40em) and ( max-width: 52em) {
  .sm--hide {
    display: none !important;
  }
}
@media (min-width: 40em) {
  .sm--up--hide {
    display: none !important;
  }
}
@media (min-width: 52em) and (max-width: 72em) {
  .md--hide {
    display: none !important;
  }
}
@media (min-width: 52em) {
  .md--up--hide {
    display: none !important;
  }
}
@media (max-width: 52em) {
  .md--dn--hide {
    display: none !important;
  }
}
@media (min-width: 72em) {
  .lg--hide {
    display: none !important;
  }
}
@media (max-width: 72em) {
  .lg--dn--hide {
    display: none !important;
  }
}
/* LAYOUT
========================================================================== */
.inline {
  display: inline;
}

.block {
  display: block;
}

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

.table {
  display: table;
}

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

.overflow--hidden {
  overflow: hidden;
}

.overflow--scroll {
  overflow: scroll;
}

.overflow--auto {
  overflow: auto;
}

.no-scroll--y {
  overflow-y: hidden;
}

.no-scroll--x {
  overflow-x: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.no-float {
  float: none !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-width--feature {
  max-width: 112rem;
}

.max-width--max {
  max-width: 98rem;
}

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

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

.direction--ltr {
  direction: ltr;
}

.direction--rtl {
  direction: rtl;
}

@media (min-width: 40em) {
  .sm--inline {
    display: inline;
  }

  .sm--block {
    display: block;
  }

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

  .sm--table {
    display: table;
  }

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

  .sm--clearfix::after {
    clear: both;
  }

  .sm--no-float {
    float: none !important;
  }

  .sm--left {
    float: left;
  }

  .sm--right {
    float: right;
  }

  .sm--fit {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm--direction--ltr {
    direction: ltr;
  }

  .sm--direction--rtl {
    direction: rtl;
  }
}
@media (min-width: 52em) {
  .md--inline {
    display: inline;
  }

  .md--block {
    display: block;
  }

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

  .md--table {
    display: table;
  }

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

  .md--clearfix::after {
    clear: both;
  }

  .md--no-float {
    float: none !important;
  }

  .md--left {
    float: left;
  }

  .md--right {
    float: right;
  }

  .md--fit {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md--direction--ltr {
    direction: ltr;
  }

  .md--direction--rtl {
    direction: rtl;
  }
}
@media (min-width: 72em) {
  .lg--inline {
    display: inline;
  }

  .lg--block {
    display: block;
  }

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

  .lg--table {
    display: table;
  }

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

  .lg--clearfix::after {
    clear: both;
  }

  .lg--no-float {
    float: none !important;
  }

  .lg--left {
    float: left;
  }

  .lg--right {
    float: right;
  }

  .lg--fit {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg--direction--ltr {
    direction: ltr;
  }

  .lg--direction--rtl {
    direction: rtl;
  }
}
@media (min-width: 80em) {
  .xl--inline {
    display: inline;
  }

  .xl--block {
    display: block;
  }

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

  .xl--table {
    display: table;
  }

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

  .xl--clearfix::after {
    clear: both;
  }

  .xl--left {
    float: left;
  }

  .xl--right {
    float: right;
  }

  .xl--fit {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl--direction--ltr {
    direction: ltr;
  }

  .xl--direction--rtl {
    direction: rtl;
  }
}
/* MEDIA OBJECTS
========================================================================== */
.media,
.sm--media,
.md--media,
.lg--media {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.media {
  display: flex;
}

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

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

.media-img,
.media-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.media-body {
  flex: 1 1 auto;
}

@media (min-width: 40em) {
  .sm--media {
    display: flex;
  }
}
@media (min-width: 52em) {
  .md--media {
    display: flex;
  }
}
@media (min-width: 72em) {
  .lg--media {
    display: flex;
  }
}
@media (min-width: 80em) {
  .xl--media {
    display: flex;
  }
}
.video-wrapper {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* RATIO BOXES
========================================================================== */
.ratio-box {
  position: relative;
}

.ratio-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.ratio-box--top-image::before {
  content: "";
  display: block;
  padding-top: 110%;
}

.ratio-box--4-3::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.ratio-box--16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.ratio-box--24-90::before {
  content: "";
  display: block;
  padding-top: 41.66%;
}

.ratio-box--8-3::before {
  content: "";
  display: block;
  padding-top: 37.5%;
}

.ratio-box--product::before {
  content: "";
  display: block;
  padding-top: 77.5%;
}

.ratio-box--portrait::before {
  content: "";
  display: block;
  padding-top: 141.66%;
}

.ratio-box--4-5::before {
  content: "";
  display: block;
  padding-top: 125%;
}

.ratio-box__content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* LINKS
========================================================================== */
.pointer {
  cursor: pointer;
}

/* Table Cell Position
========================================================================== */
.top-left {
  text-align: left;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

@media (min-width: 40em) {
  .sm--top-left {
    text-align: left;
    vertical-align: top;
  }

  .sm--top-center {
    text-align: center;
    vertical-align: top;
  }

  .sm--top-right {
    text-align: right;
    vertical-align: top;
  }

  .sm--middle-left {
    text-align: left;
    vertical-align: middle;
  }

  .sm--middle-center {
    text-align: center;
    vertical-align: middle;
  }

  .sm--middle-right {
    text-align: right;
    vertical-align: middle;
  }

  .sm--bottom-left {
    text-align: left;
    vertical-align: bottom;
  }

  .sm--bottom-center {
    text-align: center;
    vertical-align: bottom;
  }

  .sm--bottom-right {
    text-align: right;
    vertical-align: bottom;
  }
}
@media (min-width: 52em) {
  .md--top-left {
    text-align: left;
    vertical-align: top;
  }

  .md--top-center {
    text-align: center;
    vertical-align: top;
  }

  .md--top-right {
    text-align: right;
    vertical-align: top;
  }

  .md--middle-left {
    text-align: left;
    vertical-align: middle;
  }

  .md--middle-center {
    text-align: center;
    vertical-align: middle;
  }

  .md--middle-right {
    text-align: right;
    vertical-align: middle;
  }

  .md--bottom-left {
    text-align: left;
    vertical-align: bottom;
  }

  .md--bottom-center {
    text-align: center;
    vertical-align: bottom;
  }

  .md--bottom-right {
    text-align: right;
    vertical-align: bottom;
  }
}
@media (min-width: 72em) {
  .lg--top-left {
    text-align: left;
    vertical-align: top;
  }

  .lg--top-center {
    text-align: center;
    vertical-align: top;
  }

  .lg--top-right {
    text-align: right;
    vertical-align: top;
  }

  .lg--middle-left {
    text-align: left;
    vertical-align: middle;
  }

  .lg--middle-center {
    text-align: center;
    vertical-align: middle;
  }

  .lg--middle-right {
    text-align: right;
    vertical-align: middle;
  }

  .lg--bottom-left {
    text-align: left;
    vertical-align: bottom;
  }

  .lg--bottom-center {
    text-align: center;
    vertical-align: bottom;
  }

  .lg--bottom-right {
    text-align: right;
    vertical-align: bottom;
  }
}
/* Developer Classes
========================================================================== */
.debug {
  max-width: 100vw;
  overflow: scroll;
  font-size: 12px;
  position: absolute;
  z-index: 100;
  top: 0;
}

/* Image blur technique */
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
  transform: scale(1.03);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.not-ready {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
}

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

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

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m1 {
  margin: 0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.ml1 {
  margin-left: 0.5rem;
}

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my1 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.mb2 {
  margin-bottom: 1rem;
}

.ml2 {
  margin-left: 1rem;
}

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.m3 {
  margin: 2rem;
}

.mt3 {
  margin-top: 2rem;
}

.mr3 {
  margin-right: 2rem;
}

.mb3 {
  margin-bottom: 2rem;
}

.ml3 {
  margin-left: 2rem;
}

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my3 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.m4 {
  margin: 4rem;
}

.mt4 {
  margin-top: 4rem;
}

.mr4 {
  margin-right: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.ml4 {
  margin-left: 4rem;
}

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my4 {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.m5 {
  margin: 8rem;
}

.mt5 {
  margin-top: 8rem;
}

.mr5 {
  margin-right: 8rem;
}

.mb5 {
  margin-bottom: 8rem;
}

.ml5 {
  margin-left: 8rem;
}

.mx5 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my5 {
  margin-bottom: 8rem;
  margin-top: 8rem;
}

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.mxn5 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.mtn1 {
  margin-top: -0.5rem;
}

.mtn2 {
  margin-top: -1rem;
}

.mtn3 {
  margin-top: -2rem;
}

.mtn4 {
  margin-top: -4rem;
}

.mtn5 {
  margin-top: -8rem;
}

.mbn1 {
  margin-bottom: -0.5rem;
}

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

.mbn3 {
  margin-bottom: -2rem;
}

.mbn4 {
  margin-bottom: -4rem;
}

.mbn5 {
  margin-bottom: -8rem;
}

.mln1 {
  margin-left: -0.5rem;
}

.mln2 {
  margin-left: -1rem;
}

.mln3 {
  margin-left: -2rem;
}

.mln4 {
  margin-left: -4rem;
}

.mln5 {
  margin-left: -8rem;
}

.mrn1 {
  margin-right: -0.5rem;
}

.mrn2 {
  margin-right: -1rem;
}

.mrn3 {
  margin-right: -2rem;
}

.mrn4 {
  margin-right: -4rem;
}

.mrn5 {
  margin-right: -8rem;
}

.ml--auto {
  margin-left: auto;
}

.mr--auto {
  margin-right: auto;
}

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

@media (min-width: 40em) {
  .sm--m0 {
    margin: 0;
  }

  .sm--mt0 {
    margin-top: 0;
  }

  .sm--mr0 {
    margin-right: 0;
  }

  .sm--mb0 {
    margin-bottom: 0;
  }

  .sm--ml0 {
    margin-left: 0;
  }

  .sm--mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm--my0 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .sm--m1 {
    margin: 0.5rem;
  }

  .sm--mt1 {
    margin-top: 0.5rem;
  }

  .sm--mr1 {
    margin-right: 0.5rem;
  }

  .sm--mb1 {
    margin-bottom: 0.5rem;
  }

  .sm--ml1 {
    margin-left: 0.5rem;
  }

  .sm--mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm--my1 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .sm--m2 {
    margin: 1rem;
  }

  .sm--mt2 {
    margin-top: 1rem;
  }

  .sm--mr2 {
    margin-right: 1rem;
  }

  .sm--mb2 {
    margin-bottom: 1rem;
  }

  .sm--ml2 {
    margin-left: 1rem;
  }

  .sm--mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm--my2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .sm--m3 {
    margin: 2rem;
  }

  .sm--mt3 {
    margin-top: 2rem;
  }

  .sm--mr3 {
    margin-right: 2rem;
  }

  .sm--mb3 {
    margin-bottom: 2rem;
  }

  .sm--ml3 {
    margin-left: 2rem;
  }

  .sm--mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm--my3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .sm--m4 {
    margin: 4rem;
  }

  .sm--mt4 {
    margin-top: 4rem;
  }

  .sm--mr4 {
    margin-right: 4rem;
  }

  .sm--mb4 {
    margin-bottom: 4rem;
  }

  .sm--ml4 {
    margin-left: 4rem;
  }

  .sm--mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm--my4 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .sm--m5 {
    margin: 8rem;
  }

  .sm--mt5 {
    margin-top: 8rem;
  }

  .sm--mr5 {
    margin-right: 8rem;
  }

  .sm--mb5 {
    margin-bottom: 8rem;
  }

  .sm--ml5 {
    margin-left: 8rem;
  }

  .sm--mx5 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm--my5 {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }

  .sm--mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm--mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm--mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm--mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm--mxn5 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm--mtn1 {
    margin-top: -0.5rem;
  }

  .sm--mtn2 {
    margin-top: -1rem;
  }

  .sm--mtn3 {
    margin-top: -2rem;
  }

  .sm--mtn4 {
    margin-top: -4rem;
  }

  .sm--mtn5 {
    margin-top: -8rem;
  }

  .sm--mbn1 {
    margin-bottom: -0.5rem;
  }

  .sm--mbn2 {
    margin-bottom: -1rem;
  }

  .sm--mbn3 {
    margin-bottom: -2rem;
  }

  .sm--mbn4 {
    margin-bottom: -4rem;
  }

  .sm--mbn5 {
    margin-bottom: -8rem;
  }

  .sm--mln1 {
    margin-left: -0.5rem;
  }

  .sm--mln2 {
    margin-left: -1rem;
  }

  .sm--mln3 {
    margin-left: -2rem;
  }

  .sm--mln4 {
    margin-left: -4rem;
  }

  .sm--mln5 {
    margin-left: -8rem;
  }

  .sm--mrn1 {
    margin-right: -0.5rem;
  }

  .sm--mrn2 {
    margin-right: -1rem;
  }

  .sm--mrn3 {
    margin-right: -2rem;
  }

  .sm--mrn4 {
    margin-right: -4rem;
  }

  .sm--mrn5 {
    margin-right: -8rem;
  }

  .sm--ml--auto {
    margin-left: auto;
  }

  .sm--mr--auto {
    margin-right: auto;
  }

  .sm--mx--auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 52em) {
  .md--m0 {
    margin: 0;
  }

  .md--mt0 {
    margin-top: 0;
  }

  .md--mr0 {
    margin-right: 0;
  }

  .md--mb0 {
    margin-bottom: 0;
  }

  .md--ml0 {
    margin-left: 0;
  }

  .md--mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md--my0 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .md--m1 {
    margin: 0.5rem;
  }

  .md--mt1 {
    margin-top: 0.5rem;
  }

  .md--mr1 {
    margin-right: 0.5rem;
  }

  .md--mb1 {
    margin-bottom: 0.5rem;
  }

  .md--ml1 {
    margin-left: 0.5rem;
  }

  .md--mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md--my1 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .md--m2 {
    margin: 1rem;
  }

  .md--mt2 {
    margin-top: 1rem;
  }

  .md--mr2 {
    margin-right: 1rem;
  }

  .md--mb2 {
    margin-bottom: 1rem;
  }

  .md--ml2 {
    margin-left: 1rem;
  }

  .md--mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md--my2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .md--m3 {
    margin: 2rem;
  }

  .md--mt3 {
    margin-top: 2rem;
  }

  .md--mr3 {
    margin-right: 2rem;
  }

  .md--mb3 {
    margin-bottom: 2rem;
  }

  .md--ml3 {
    margin-left: 2rem;
  }

  .md--mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md--my3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .md--m4 {
    margin: 4rem;
  }

  .md--mt4 {
    margin-top: 4rem;
  }

  .md--mr4 {
    margin-right: 4rem;
  }

  .md--mb4 {
    margin-bottom: 4rem;
  }

  .md--ml4 {
    margin-left: 4rem;
  }

  .md--mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md--my4 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .md--m5 {
    margin: 8rem;
  }

  .md--mt5 {
    margin-top: 8rem;
  }

  .md--mr5 {
    margin-right: 8rem;
  }

  .md--mb5 {
    margin-bottom: 8rem;
  }

  .md--ml5 {
    margin-left: 8rem;
  }

  .md--mx5 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md--my5 {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }

  .md--mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md--mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md--mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md--mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md--mxn5 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md--mtn1 {
    margin-top: -0.5rem;
  }

  .md--mtn2 {
    margin-top: -1rem;
  }

  .md--mtn3 {
    margin-top: -2rem;
  }

  .md--mtn4 {
    margin-top: -4rem;
  }

  .md--mtn5 {
    margin-top: -8rem;
  }

  .md--mbn1 {
    margin-bottom: -0.5rem;
  }

  .md--mbn2 {
    margin-bottom: -1rem;
  }

  .md--mbn3 {
    margin-bottom: -2rem;
  }

  .md--mbn4 {
    margin-bottom: -4rem;
  }

  .md--mbn5 {
    margin-bottom: -8rem;
  }

  .md--mln1 {
    margin-left: -0.5rem;
  }

  .md--mln2 {
    margin-left: -1rem;
  }

  .md--mln3 {
    margin-left: -2rem;
  }

  .md--mln4 {
    margin-left: -4rem;
  }

  .md--mln5 {
    margin-left: -8rem;
  }

  .md--mrn1 {
    margin-right: -0.5rem;
  }

  .md--mrn2 {
    margin-right: -1rem;
  }

  .md--mrn3 {
    margin-right: -2rem;
  }

  .md--mrn4 {
    margin-right: -4rem;
  }

  .md--mrn5 {
    margin-right: -8rem;
  }

  .md--ml--auto {
    margin-left: auto;
  }

  .md--mr--auto {
    margin-right: auto;
  }

  .md--mx--auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 72em) {
  .lg--m0 {
    margin: 0;
  }

  .lg--mt0 {
    margin-top: 0;
  }

  .lg--mr0 {
    margin-right: 0;
  }

  .lg--mb0 {
    margin-bottom: 0;
  }

  .lg--ml0 {
    margin-left: 0;
  }

  .lg--mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg--my0 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .lg--m1 {
    margin: 0.5rem;
  }

  .lg--mt1 {
    margin-top: 0.5rem;
  }

  .lg--mr1 {
    margin-right: 0.5rem;
  }

  .lg--mb1 {
    margin-bottom: 0.5rem;
  }

  .lg--ml1 {
    margin-left: 0.5rem;
  }

  .lg--mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg--my1 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .lg--m2 {
    margin: 1rem;
  }

  .lg--mt2 {
    margin-top: 1rem;
  }

  .lg--mr2 {
    margin-right: 1rem;
  }

  .lg--mb2 {
    margin-bottom: 1rem;
  }

  .lg--ml2 {
    margin-left: 1rem;
  }

  .lg--mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg--my2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .lg--m3 {
    margin: 2rem;
  }

  .lg--mt3 {
    margin-top: 2rem;
  }

  .lg--mr3 {
    margin-right: 2rem;
  }

  .lg--mb3 {
    margin-bottom: 2rem;
  }

  .lg--ml3 {
    margin-left: 2rem;
  }

  .lg--mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg--my3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .lg--m4 {
    margin: 4rem;
  }

  .lg--mt4 {
    margin-top: 4rem;
  }

  .lg--mr4 {
    margin-right: 4rem;
  }

  .lg--mb4 {
    margin-bottom: 4rem;
  }

  .lg--ml4 {
    margin-left: 4rem;
  }

  .lg--mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg--my4 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .lg--m5 {
    margin: 8rem;
  }

  .lg--mt5 {
    margin-top: 8rem;
  }

  .lg--mr5 {
    margin-right: 8rem;
  }

  .lg--mb5 {
    margin-bottom: 8rem;
  }

  .lg--ml5 {
    margin-left: 8rem;
  }

  .lg--mx5 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg--my5 {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }

  .lg--mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg--mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg--mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg--mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg--mxn5 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg--mtn1 {
    margin-top: -0.5rem;
  }

  .lg--mtn2 {
    margin-top: -1rem;
  }

  .lg--mtn3 {
    margin-top: -2rem;
  }

  .lg--mtn4 {
    margin-top: -4rem;
  }

  .lg--mtn5 {
    margin-top: -8rem;
  }

  .lg--mbn1 {
    margin-bottom: -0.5rem;
  }

  .lg--mbn2 {
    margin-bottom: -1rem;
  }

  .lg--mbn3 {
    margin-bottom: -2rem;
  }

  .lg--mbn4 {
    margin-bottom: -4rem;
  }

  .lg--mbn5 {
    margin-bottom: -8rem;
  }

  .lg--mln1 {
    margin-left: -0.5rem;
  }

  .lg--mln2 {
    margin-left: -1rem;
  }

  .lg--mln3 {
    margin-left: -2rem;
  }

  .lg--mln4 {
    margin-left: -4rem;
  }

  .lg--mln5 {
    margin-left: -8rem;
  }

  .lg--mrn1 {
    margin-right: -0.5rem;
  }

  .lg--mrn2 {
    margin-right: -1rem;
  }

  .lg--mrn3 {
    margin-right: -2rem;
  }

  .lg--mrn4 {
    margin-right: -4rem;
  }

  .lg--mrn5 {
    margin-right: -8rem;
  }

  .lg--ml--auto {
    margin-left: auto;
  }

  .lg--mr--auto {
    margin-right: auto;
  }

  .lg--mx--auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 80em) {
  .xl--m0 {
    margin: 0;
  }

  .xl--mt0 {
    margin-top: 0;
  }

  .xl--mr0 {
    margin-right: 0;
  }

  .xl--mb0 {
    margin-bottom: 0;
  }

  .xl--ml0 {
    margin-left: 0;
  }

  .xl--mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl--my0 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .xl--m1 {
    margin: 0.5rem;
  }

  .xl--mt1 {
    margin-top: 0.5rem;
  }

  .xl--mr1 {
    margin-right: 0.5rem;
  }

  .xl--mb1 {
    margin-bottom: 0.5rem;
  }

  .xl--ml1 {
    margin-left: 0.5rem;
  }

  .xl--mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl--my1 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .xl--m2 {
    margin: 1rem;
  }

  .xl--mt2 {
    margin-top: 1rem;
  }

  .xl--mr2 {
    margin-right: 1rem;
  }

  .xl--mb2 {
    margin-bottom: 1rem;
  }

  .xl--ml2 {
    margin-left: 1rem;
  }

  .xl--mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl--my2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .xl--m3 {
    margin: 2rem;
  }

  .xl--mt3 {
    margin-top: 2rem;
  }

  .xl--mr3 {
    margin-right: 2rem;
  }

  .xl--mb3 {
    margin-bottom: 2rem;
  }

  .xl--ml3 {
    margin-left: 2rem;
  }

  .xl--mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl--my3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .xl--m4 {
    margin: 4rem;
  }

  .xl--mt4 {
    margin-top: 4rem;
  }

  .xl--mr4 {
    margin-right: 4rem;
  }

  .xl--mb4 {
    margin-bottom: 4rem;
  }

  .xl--ml4 {
    margin-left: 4rem;
  }

  .xl--mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl--my4 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .xl--m5 {
    margin: 8rem;
  }

  .xl--mt5 {
    margin-top: 8rem;
  }

  .xl--mr5 {
    margin-right: 8rem;
  }

  .xl--mb5 {
    margin-bottom: 8rem;
  }

  .xl--ml5 {
    margin-left: 8rem;
  }

  .xl--mx5 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl--my5 {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }

  .xl--mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl--mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl--mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl--mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl--mxn5 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl--mtn1 {
    margin-top: -0.5rem;
  }

  .xl--mtn2 {
    margin-top: -1rem;
  }

  .xl--mtn3 {
    margin-top: -2rem;
  }

  .xl--mtn4 {
    margin-top: -4rem;
  }

  .xl--mtn5 {
    margin-top: -8rem;
  }

  .xl--mbn1 {
    margin-bottom: -0.5rem;
  }

  .xl--mbn2 {
    margin-bottom: -1rem;
  }

  .xl--mbn3 {
    margin-bottom: -2rem;
  }

  .xl--mbn4 {
    margin-bottom: -4rem;
  }

  .xl--mbn5 {
    margin-bottom: -8rem;
  }

  .xl--mln1 {
    margin-left: -0.5rem;
  }

  .xl--mln2 {
    margin-left: -1rem;
  }

  .xl--mln3 {
    margin-left: -2rem;
  }

  .xl--mln4 {
    margin-left: -4rem;
  }

  .xl--mln5 {
    margin-left: -8rem;
  }

  .xl--mrn1 {
    margin-right: -0.5rem;
  }

  .xl--mrn2 {
    margin-right: -1rem;
  }

  .xl--mrn3 {
    margin-right: -2rem;
  }

  .xl--mrn4 {
    margin-right: -4rem;
  }

  .xl--mrn5 {
    margin-right: -8rem;
  }

  .xl--ml--auto {
    margin-left: auto;
  }

  .xl--mr--auto {
    margin-right: auto;
  }

  .xl--mx--auto {
    margin-left: auto;
    margin-right: auto;
  }
}
/* PADDING
========================================================================== */
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p1 {
  padding: 0.5rem;
}

.pt1 {
  padding-top: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.pb1 {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.py1 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p2 {
  padding: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pr2 {
  padding-right: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.py2 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p3 {
  padding: 2rem;
}

.pt3 {
  padding-top: 2rem;
}

.pr3 {
  padding-right: 2rem;
}

.pb3 {
  padding-bottom: 2rem;
}

.pl3 {
  padding-left: 2rem;
}

.py3 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p4 {
  padding: 4rem;
}

.pt4 {
  padding-top: 4rem;
}

.pr4 {
  padding-right: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pl4 {
  padding-left: 4rem;
}

.py4 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.p5 {
  padding: 8rem;
}

.pt5 {
  padding-top: 8rem;
}

.pr5 {
  padding-right: 8rem;
}

.pb5 {
  padding-bottom: 8rem;
}

.pl5 {
  padding-left: 8rem;
}

.py5 {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.px5 {
  padding-left: 8rem;
  padding-right: 8rem;
}

@media (min-width: 40em) {
  .sm--p0 {
    padding: 0;
  }

  .sm--pt0 {
    padding-top: 0;
  }

  .sm--pr0 {
    padding-right: 0;
  }

  .sm--pb0 {
    padding-bottom: 0;
  }

  .sm--pl0 {
    padding-left: 0;
  }

  .sm--px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm--py0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .sm--p1 {
    padding: 0.5rem;
  }

  .sm--pt1 {
    padding-top: 0.5rem;
  }

  .sm--pr1 {
    padding-right: 0.5rem;
  }

  .sm--pb1 {
    padding-bottom: 0.5rem;
  }

  .sm--pl1 {
    padding-left: 0.5rem;
  }

  .sm--py1 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .sm--px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm--p2 {
    padding: 1rem;
  }

  .sm--pt2 {
    padding-top: 1rem;
  }

  .sm--pr2 {
    padding-right: 1rem;
  }

  .sm--pb2 {
    padding-bottom: 1rem;
  }

  .sm--pl2 {
    padding-left: 1rem;
  }

  .sm--py2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .sm--px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm--p3 {
    padding: 2rem;
  }

  .sm--pt3 {
    padding-top: 2rem;
  }

  .sm--pr3 {
    padding-right: 2rem;
  }

  .sm--pb3 {
    padding-bottom: 2rem;
  }

  .sm--pl3 {
    padding-left: 2rem;
  }

  .sm--py3 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .sm--px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm--p4 {
    padding: 4rem;
  }

  .sm--pt4 {
    padding-top: 4rem;
  }

  .sm--pr4 {
    padding-right: 4rem;
  }

  .sm--pb4 {
    padding-bottom: 4rem;
  }

  .sm--pl4 {
    padding-left: 4rem;
  }

  .sm--py4 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .sm--px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm--p5 {
    padding: 8rem;
  }

  .sm--pt5 {
    padding-top: 8rem;
  }

  .sm--pr5 {
    padding-right: 8rem;
  }

  .sm--pb5 {
    padding-bottom: 8rem;
  }

  .sm--pl5 {
    padding-left: 8rem;
  }

  .sm--py5 {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .sm--px5 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 52em) {
  .md--p0 {
    padding: 0;
  }

  .md--pt0 {
    padding-top: 0;
  }

  .md--pr0 {
    padding-right: 0;
  }

  .md--pb0 {
    padding-bottom: 0;
  }

  .md--pl0 {
    padding-left: 0;
  }

  .md--px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md--py0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .md--p1 {
    padding: 0.5rem;
  }

  .md--pt1 {
    padding-top: 0.5rem;
  }

  .md--pr1 {
    padding-right: 0.5rem;
  }

  .md--pb1 {
    padding-bottom: 0.5rem;
  }

  .md--pl1 {
    padding-left: 0.5rem;
  }

  .md--py1 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .md--px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md--p2 {
    padding: 1rem;
  }

  .md--pt2 {
    padding-top: 1rem;
  }

  .md--pr2 {
    padding-right: 1rem;
  }

  .md--pb2 {
    padding-bottom: 1rem;
  }

  .md--pl2 {
    padding-left: 1rem;
  }

  .md--py2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .md--px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md--p3 {
    padding: 2rem;
  }

  .md--pt3 {
    padding-top: 2rem;
  }

  .md--pr3 {
    padding-right: 2rem;
  }

  .md--pb3 {
    padding-bottom: 2rem;
  }

  .md--pl3 {
    padding-left: 2rem;
  }

  .md--py3 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .md--px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md--p4 {
    padding: 4rem;
  }

  .md--pt4 {
    padding-top: 4rem;
  }

  .md--pr4 {
    padding-right: 4rem;
  }

  .md--pb4 {
    padding-bottom: 4rem;
  }

  .md--pl4 {
    padding-left: 4rem;
  }

  .md--py4 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .md--px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md--p5 {
    padding: 8rem;
  }

  .md--pt5 {
    padding-top: 8rem;
  }

  .md--pr5 {
    padding-right: 8rem;
  }

  .md--pb5 {
    padding-bottom: 8rem;
  }

  .md--pl5 {
    padding-left: 8rem;
  }

  .md--py5 {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .md--px5 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 72em) {
  .lg--p0 {
    padding: 0;
  }

  .lg--pt0 {
    padding-top: 0;
  }

  .lg--pr0 {
    padding-right: 0;
  }

  .lg--pb0 {
    padding-bottom: 0;
  }

  .lg--pl0 {
    padding-left: 0;
  }

  .lg--px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg--py0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .lg--p1 {
    padding: 0.5rem;
  }

  .lg--pt1 {
    padding-top: 0.5rem;
  }

  .lg--pr1 {
    padding-right: 0.5rem;
  }

  .lg--pb1 {
    padding-bottom: 0.5rem;
  }

  .lg--pl1 {
    padding-left: 0.5rem;
  }

  .lg--py1 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .lg--px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg--p2 {
    padding: 1rem;
  }

  .lg--pt2 {
    padding-top: 1rem;
  }

  .lg--pr2 {
    padding-right: 1rem;
  }

  .lg--pb2 {
    padding-bottom: 1rem;
  }

  .lg--pl2 {
    padding-left: 1rem;
  }

  .lg--py2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .lg--px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg--p3 {
    padding: 2rem;
  }

  .lg--pt3 {
    padding-top: 2rem;
  }

  .lg--pr3 {
    padding-right: 2rem;
  }

  .lg--pb3 {
    padding-bottom: 2rem;
  }

  .lg--pl3 {
    padding-left: 2rem;
  }

  .lg--py3 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .lg--px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg--p4 {
    padding: 4rem;
  }

  .lg--pt4 {
    padding-top: 4rem;
  }

  .lg--pr4 {
    padding-right: 4rem;
  }

  .lg--pb4 {
    padding-bottom: 4rem;
  }

  .lg--pl4 {
    padding-left: 4rem;
  }

  .lg--py4 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .lg--px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg--p5 {
    padding: 8rem;
  }

  .lg--pt5 {
    padding-top: 8rem;
  }

  .lg--pr5 {
    padding-right: 8rem;
  }

  .lg--pb5 {
    padding-bottom: 8rem;
  }

  .lg--pl5 {
    padding-left: 8rem;
  }

  .lg--py5 {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .lg--px5 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 80em) {
  .xl--p0 {
    padding: 0;
  }

  .xl--pt0 {
    padding-top: 0;
  }

  .xl--pr0 {
    padding-right: 0;
  }

  .xl--pb0 {
    padding-bottom: 0;
  }

  .xl--pl0 {
    padding-left: 0;
  }

  .xl--px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl--py0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .xl--p1 {
    padding: 0.5rem;
  }

  .xl--pt1 {
    padding-top: 0.5rem;
  }

  .xl--pr1 {
    padding-right: 0.5rem;
  }

  .xl--pb1 {
    padding-bottom: 0.5rem;
  }

  .xl--pl1 {
    padding-left: 0.5rem;
  }

  .xl--py1 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .xl--px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl--p2 {
    padding: 1rem;
  }

  .xl--pt2 {
    padding-top: 1rem;
  }

  .xl--pr2 {
    padding-right: 1rem;
  }

  .xl--pb2 {
    padding-bottom: 1rem;
  }

  .xl--pl2 {
    padding-left: 1rem;
  }

  .xl--py2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .xl--px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl--p3 {
    padding: 2rem;
  }

  .xl--pt3 {
    padding-top: 2rem;
  }

  .xl--pr3 {
    padding-right: 2rem;
  }

  .xl--pb3 {
    padding-bottom: 2rem;
  }

  .xl--pl3 {
    padding-left: 2rem;
  }

  .xl--py3 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .xl--px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl--p4 {
    padding: 4rem;
  }

  .xl--pt4 {
    padding-top: 4rem;
  }

  .xl--pr4 {
    padding-right: 4rem;
  }

  .xl--pb4 {
    padding-bottom: 4rem;
  }

  .xl--pl4 {
    padding-left: 4rem;
  }

  .xl--py4 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .xl--px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl--p5 {
    padding: 8rem;
  }

  .xl--pt5 {
    padding-top: 8rem;
  }

  .xl--pr5 {
    padding-right: 8rem;
  }

  .xl--pb5 {
    padding-bottom: 8rem;
  }

  .xl--pl5 {
    padding-left: 8rem;
  }

  .xl--py5 {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .xl--px5 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
/* Layouts
==========================================================================*/
html,
body {
  -webkit-font-smoothing: antialiased;
  color: #382628;
  margin: 0;
  padding: 0;
}

/*=======================================================================
 Grid
========================================================================== */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 102rem;
}

@media (min-width: 40em) {
  .sm--wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 102rem;
  }
}
@media (min-width: 52em) {
  .md--wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 102rem;
  }
}
@media (min-width: 72em) {
  .lg--wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 102rem;
  }
}
@media (min-width: 80em) {
  .xl--wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 102rem;
  }
}
.col {
  box-sizing: border-box;
  float: left;
}

.col--right {
  box-sizing: border-box;
  float: right;
}

.col--1 {
  width: 8.3333333333%;
}

.col--2 {
  width: 16.6666666667%;
}

.col--3 {
  width: 25%;
}

.col--4 {
  width: 33.3333333333%;
}

.col--5 {
  width: 41.6666666667%;
}

.col--6 {
  width: 50%;
}

.col--7 {
  width: 58.3333333333%;
}

.col--8 {
  width: 66.6666666667%;
}

.col--9 {
  width: 75%;
}

.col--10 {
  width: 83.3333333333%;
}

.col--11 {
  width: 91.6666666667%;
}

.col--12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm--col {
    box-sizing: border-box;
    float: left;
  }

  .sm--col--right {
    box-sizing: border-box;
    float: right;
  }

  .sm--col--1 {
    width: 8.3333333333%;
  }

  .sm--col--2 {
    width: 16.6666666667%;
  }

  .sm--col--3 {
    width: 25%;
  }

  .sm--col--4 {
    width: 33.3333333333%;
  }

  .sm--col--5 {
    width: 41.6666666667%;
  }

  .sm--col--6 {
    width: 50%;
  }

  .sm--col--7 {
    width: 58.3333333333%;
  }

  .sm--col--8 {
    width: 66.6666666667%;
  }

  .sm--col--9 {
    width: 75%;
  }

  .sm--col--10 {
    width: 83.3333333333%;
  }

  .sm--col--11 {
    width: 91.6666666667%;
  }

  .sm--col--12 {
    width: 100%;
  }
}
@media (min-width: 52em) {
  .md--col {
    box-sizing: border-box;
    float: left;
  }

  .md--col--right {
    box-sizing: border-box;
    float: right;
  }

  .md--col--1 {
    width: 8.3333333333%;
  }

  .md--col--2 {
    width: 16.6666666667%;
  }

  .md--col--3 {
    width: 25%;
  }

  .md--col--4 {
    width: 33.3333333333%;
  }

  .md--col--5 {
    width: 41.6666666667%;
  }

  .md--col--6 {
    width: 50%;
  }

  .md--col--7 {
    width: 58.3333333333%;
  }

  .md--col--8 {
    width: 66.6666666667%;
  }

  .md--col--9 {
    width: 75%;
  }

  .md--col--10 {
    width: 83.3333333333%;
  }

  .md--col--11 {
    width: 91.6666666667%;
  }

  .md--col--12 {
    width: 100%;
  }
}
@media (min-width: 72em) {
  .lg--col {
    box-sizing: border-box;
    float: left;
  }

  .lg--col--right {
    box-sizing: border-box;
    float: right;
  }

  .lg--col--1 {
    width: 8.3333333333%;
  }

  .lg--col--2 {
    width: 16.6666666667%;
  }

  .lg--col--3 {
    width: 25%;
  }

  .lg--col--4 {
    width: 33.3333333333%;
  }

  .lg--col--5 {
    width: 41.6666666667%;
  }

  .lg--col--6 {
    width: 50%;
  }

  .lg--col--7 {
    width: 58.3333333333%;
  }

  .lg--col--8 {
    width: 66.6666666667%;
  }

  .lg--col--9 {
    width: 75%;
  }

  .lg--col--10 {
    width: 83.3333333333%;
  }

  .lg--col--11 {
    width: 91.6666666667%;
  }

  .lg--col--12 {
    width: 100%;
  }
}
@media (min-width: 80em) {
  .xl--col {
    box-sizing: border-box;
    float: left;
  }

  .xl--col--right {
    box-sizing: border-box;
    float: right;
  }

  .xl--col--1 {
    width: 8.3333333333%;
  }

  .xl--col--2 {
    width: 16.6666666667%;
  }

  .xl--col--3 {
    width: 25%;
  }

  .xl--col--4 {
    width: 33.3333333333%;
  }

  .xl--col--5 {
    width: 41.6666666667%;
  }

  .xl--col--6 {
    width: 50%;
  }

  .xl--col--7 {
    width: 58.3333333333%;
  }

  .xl--col--8 {
    width: 66.6666666667%;
  }

  .xl--col--9 {
    width: 75%;
  }

  .xl--col--10 {
    width: 83.3333333333%;
  }

  .xl--col--11 {
    width: 91.6666666667%;
  }

  .xl--col--12 {
    width: 100%;
  }
}
.clearfix--uniform .col--2:nth-child(6n+1),
.clearfix--uniform .col--4:nth-child(3n+1),
.clearfix--uniform .col--3:nth-child(4n+1),
.clearfix--uniform .col--6:nth-child(2n+1) {
  clear: none;
}
.clearfix--uniform .md--col--2:nth-child(6n+1),
.clearfix--uniform .md--col--4:nth-child(3n+1),
.clearfix--uniform .md--col--3:nth-child(4n+1),
.clearfix--uniform .md--col--6:nth-child(2n+1) {
  clear: none;
}
.clearfix--uniform .lg--col--2:nth-child(6n+1),
.clearfix--uniform .lg--col--4:nth-child(3n+1),
.clearfix--uniform .lg--col--3:nth-child(4n+1),
.clearfix--uniform .lg--col--6:nth-child(2n+1) {
  clear: none;
}
.clearfix--uniform .xl--col--2:nth-child(6n+1),
.clearfix--uniform .xl--col--4:nth-child(3n+1),
.clearfix--uniform .xl--col--3:nth-child(4n+1),
.clearfix--uniform .xl--col--6:nth-child(2n+1) {
  clear: none;
}

.clearfix--uniform .col--2:nth-child(6n+1),
.clearfix--uniform .col--4:nth-child(3n+1),
.clearfix--uniform .col--3:nth-child(4n+1),
.clearfix--uniform .col--6:nth-child(2n+1) {
  clear: both;
}

@media (min-width: 40em) {
  .clearfix--uniform .col--2:nth-child(6n+1),
.clearfix--uniform .col--4:nth-child(3n+1),
.clearfix--uniform .col--3:nth-child(4n+1),
.clearfix--uniform .col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .md--col--2:nth-child(6n+1),
.clearfix--uniform .md--col--4:nth-child(3n+1),
.clearfix--uniform .md--col--3:nth-child(4n+1),
.clearfix--uniform .md--col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .lg--col--2:nth-child(6n+1),
.clearfix--uniform .lg--col--4:nth-child(3n+1),
.clearfix--uniform .lg--col--3:nth-child(4n+1),
.clearfix--uniform .lg--col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .xl--col--2:nth-child(6n+1),
.clearfix--uniform .xl--col--4:nth-child(3n+1),
.clearfix--uniform .xl--col--3:nth-child(4n+1),
.clearfix--uniform .xl--col--6:nth-child(2n+1) {
    clear: none;
  }

  .clearfix--uniform .sm--col--2:nth-child(6n+1),
.clearfix--uniform .sm--col--4:nth-child(3n+1),
.clearfix--uniform .sm--col--3:nth-child(4n+1),
.clearfix--uniform .sm--col--6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 52em) {
  .clearfix--uniform .col--2:nth-child(6n+1),
.clearfix--uniform .col--4:nth-child(3n+1),
.clearfix--uniform .col--3:nth-child(4n+1),
.clearfix--uniform .col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .md--col--2:nth-child(6n+1),
.clearfix--uniform .md--col--4:nth-child(3n+1),
.clearfix--uniform .md--col--3:nth-child(4n+1),
.clearfix--uniform .md--col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .lg--col--2:nth-child(6n+1),
.clearfix--uniform .lg--col--4:nth-child(3n+1),
.clearfix--uniform .lg--col--3:nth-child(4n+1),
.clearfix--uniform .lg--col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .xl--col--2:nth-child(6n+1),
.clearfix--uniform .xl--col--4:nth-child(3n+1),
.clearfix--uniform .xl--col--3:nth-child(4n+1),
.clearfix--uniform .xl--col--6:nth-child(2n+1) {
    clear: none;
  }

  .clearfix--uniform .md--col--2:nth-child(6n+1),
.clearfix--uniform .md--col--4:nth-child(3n+1),
.clearfix--uniform .md--col--3:nth-child(4n+1),
.clearfix--uniform .md--col--6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 72em) {
  .clearfix--uniform .col--2:nth-child(6n+1),
.clearfix--uniform .col--4:nth-child(3n+1),
.clearfix--uniform .col--3:nth-child(4n+1),
.clearfix--uniform .col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .md--col--2:nth-child(6n+1),
.clearfix--uniform .md--col--4:nth-child(3n+1),
.clearfix--uniform .md--col--3:nth-child(4n+1),
.clearfix--uniform .md--col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .lg--col--2:nth-child(6n+1),
.clearfix--uniform .lg--col--4:nth-child(3n+1),
.clearfix--uniform .lg--col--3:nth-child(4n+1),
.clearfix--uniform .lg--col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .xl--col--2:nth-child(6n+1),
.clearfix--uniform .xl--col--4:nth-child(3n+1),
.clearfix--uniform .xl--col--3:nth-child(4n+1),
.clearfix--uniform .xl--col--6:nth-child(2n+1) {
    clear: none;
  }

  .clearfix--uniform .lg--col--2:nth-child(6n+1),
.clearfix--uniform .lg--col--4:nth-child(3n+1),
.clearfix--uniform .lg--col--3:nth-child(4n+1),
.clearfix--uniform .lg--col--6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 80em) {
  .clearfix--uniform .col--2:nth-child(6n+1),
.clearfix--uniform .col--4:nth-child(3n+1),
.clearfix--uniform .col--3:nth-child(4n+1),
.clearfix--uniform .col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .md--col--2:nth-child(6n+1),
.clearfix--uniform .md--col--4:nth-child(3n+1),
.clearfix--uniform .md--col--3:nth-child(4n+1),
.clearfix--uniform .md--col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .lg--col--2:nth-child(6n+1),
.clearfix--uniform .lg--col--4:nth-child(3n+1),
.clearfix--uniform .lg--col--3:nth-child(4n+1),
.clearfix--uniform .lg--col--6:nth-child(2n+1) {
    clear: none;
  }
  .clearfix--uniform .xl--col--2:nth-child(6n+1),
.clearfix--uniform .xl--col--4:nth-child(3n+1),
.clearfix--uniform .xl--col--3:nth-child(4n+1),
.clearfix--uniform .xl--col--6:nth-child(2n+1) {
    clear: none;
  }

  .clearfix--uniform .xl--col--2:nth-child(6n+1),
.clearfix--uniform .xl--col--4:nth-child(3n+1),
.clearfix--uniform .xl--col--3:nth-child(4n+1),
.clearfix--uniform .xl--col--6:nth-child(2n+1) {
    clear: both;
  }
}
/* Flex
========================================================================== */
.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify--between {
  justify-content: space-between;
}

.justify--around {
  justify-content: space-around;
}

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

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

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

.content--between {
  align-content: space-between;
}

.content--around {
  align-content: space-around;
}

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

@media (min-width: 40em) {
  .sm--flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .sm--self--start {
    align-self: flex-start;
  }

  .sm--self--end {
    align-self: flex-end;
  }

  .sm--self--center {
    align-self: center;
  }

  .sm--self--baseline {
    align-self: baseline;
  }

  .sm--self--stretch {
    align-self: stretch;
  }

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

  .sm--justify--end {
    justify-content: flex-end;
  }

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

  .sm--justify--between {
    justify-content: space-between;
  }

  .sm--justify--around {
    justify-content: space-around;
  }

  .sm--content--start {
    align-content: flex-start;
  }

  .sm--content--end {
    align-content: flex-end;
  }

  .sm--content--center {
    align-content: center;
  }

  .sm--content--between {
    align-content: space-between;
  }

  .sm--content--around {
    align-content: space-around;
  }

  .sm--content--stretch {
    align-content: stretch;
  }
}
@media (min-width: 52em) {
  .md--flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .md--self--start {
    align-self: flex-start;
  }

  .md--self--end {
    align-self: flex-end;
  }

  .md--self--center {
    align-self: center;
  }

  .md--self--baseline {
    align-self: baseline;
  }

  .md--self--stretch {
    align-self: stretch;
  }

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

  .md--justify--end {
    justify-content: flex-end;
  }

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

  .md--justify--between {
    justify-content: space-between;
  }

  .md--justify--around {
    justify-content: space-around;
  }

  .md--content--start {
    align-content: flex-start;
  }

  .md--content--end {
    align-content: flex-end;
  }

  .md--content--center {
    align-content: center;
  }

  .md--content--between {
    align-content: space-between;
  }

  .md--content--around {
    align-content: space-around;
  }

  .md--content--stretch {
    align-content: stretch;
  }
}
@media (min-width: 72em) {
  .lg--flex {
    display: flex;
  }

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

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

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

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

  .lg--flex--row-reverse {
    flex-direction: row-reverse;
  }
}
/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex--auto {
  flex: 1 1 auto;
  min-height: 0;
  /* 1 */
  min-width: 0;
  /* 1 */
}

.flex--none {
  flex: none;
}

.order--0 {
  order: 0;
}

.order--1 {
  order: 1;
}

.order--2 {
  order: 2;
}

.order--3 {
  order: 3;
}

.order--last {
  order: 99999;
}

/* Type
==========================================================================*/
/*============================================================================
  Fonts
==============================================================================*/
@font-face {
  font-family: "Pitch Semibold";
  src: url("../resources/fonts/PitchWeb-Semibold.eot") format("embedded-opentype"), url("../resources/fonts/PitchWeb-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Founders Grotesk Text Regular";
  src: url("../resources/fonts/FoundersGroteskTextWeb-Regular.eot") format("embedded-opentype"), url("../resources/fonts/FoundersGroteskTextWeb-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Founders Grotesk Text Medium";
  src: url("../resources/fonts/FoundersGroteskText-Medium.eot") format("embedded-opentype"), url("../resources/fonts/FoundersGroteskText-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Founders Grotesk Text Light";
  src: url("../resources/fonts/FoundersGroteskText-Light.eot");
  /* IE9 Compat Modes */
  src: url("../resources/fonts/FoundersGroteskText-Light.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/FoundersGroteskText-Light.woff") format("woff"), url("../resources/fonts/FoundersGroteskText-Light.ttf") format("truetype"), url("../resources/fonts/FoundersGroteskText-Light.svg#9e8955db6ba3e79bd7f6ef4cc0e014d6") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
/* Typography
=======================================================================*/
.pitch {
  font-family: "Pitch Semibold";
  font-weight: 400;
}

.founders, .founders--light {
  font-family: "Founders Grotesk Text Light";
  font-weight: 200;
}
.founders--regular {
  font-family: "Founders Grotesk Text Regular";
  font-weight: 400;
}
.founders--medium {
  font-family: "Founders Grotesk Text Medium";
  font-weight: 500;
}

/* Basscss Type Scale */
.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.8rem;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Founders Grotesk Text Light";
  font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "Founders Grotesk Text Medium";
  font-weight: 500;
}

/* 2. FONT SIZES
========================================================================== */
.font-size--xxxxl {
  font-size: 3rem;
}

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

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

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

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

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

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

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

.font-size--s {
  font-size: 0.875rem;
}

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

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

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

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

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

.line-height--4 {
  line-height: 1.5rem;
}

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

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

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

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

.line-height--9 {
  line-height: 2.75rem;
}

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

@media (min-width: 40em) {
  .sm--font-size--xxxxl {
    font-size: 3rem;
  }

  .sm--font-size--xxxl {
    font-size: 2.5rem;
  }

  .sm--font-size--xxl {
    font-size: 2rem;
  }

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

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

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

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

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

  .sm--font-size--s {
    font-size: 0.875rem;
  }

  .sm--font-size--xs {
    font-size: 0.8rem;
  }

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

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

  .sm--line-height--2 {
    line-height: 1.125rem;
  }

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

  .sm--line-height--4 {
    line-height: 1.5rem;
  }

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

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

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

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

  .sm--line-height--9 {
    line-height: 2.75rem;
  }

  .sm--line-height--10 {
    line-height: 3rem;
  }
}
@media (min-width: 52em) {
  .md--font-size--xxxxl {
    font-size: 3rem;
  }

  .md--font-size--xxxl {
    font-size: 2.5rem;
  }

  .md--font-size--xxl {
    font-size: 2rem;
  }

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

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

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

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

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

  .md--font-size--s {
    font-size: 0.875rem;
  }

  .md--font-size--xs {
    font-size: 0.8rem;
  }

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

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

  .md--line-height--2 {
    line-height: 1.125rem;
  }

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

  .md--line-height--4 {
    line-height: 1.5rem;
  }

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

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

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

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

  .md--line-height--9 {
    line-height: 2.75rem;
  }

  .md--line-height--10 {
    line-height: 3rem;
  }
}
@media (min-width: 72em) {
  .lg--font-size--xxxxl {
    font-size: 3rem;
  }

  .lg--font-size--xxxl {
    font-size: 2.5rem;
  }

  .lg--font-size--xxl {
    font-size: 2rem;
  }

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

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

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

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

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

  .lg--font-size--s {
    font-size: 0.875rem;
  }

  .lg--font-size--xs {
    font-size: 0.8rem;
  }

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

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

  .lg--line-height--2 {
    line-height: 1.125rem;
  }

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

  .lg--line-height--4 {
    line-height: 1.5rem;
  }

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

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

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

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

  .lg--line-height--9 {
    line-height: 2.75rem;
  }

  .lg--line-height--10 {
    line-height: 3rem;
  }
}
@media (min-width: 80em) {
  .xl--font-size--xxxxl {
    font-size: 3rem;
  }

  .xl--font-size--xxxl {
    font-size: 2.5rem;
  }

  .xl--font-size--xxl {
    font-size: 2rem;
  }

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

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

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

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

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

  .xl--font-size--s {
    font-size: 0.875rem;
  }

  .xl--font-size--xs {
    font-size: 0.8rem;
  }

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

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

  .xl--line-height--2 {
    line-height: 1.125rem;
  }

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

  .xl--line-height--4 {
    line-height: 1.5rem;
  }

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

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

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

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

  .xl--line-height--9 {
    line-height: 2.75rem;
  }

  .xl--line-height--10 {
    line-height: 3rem;
  }
}
/* 3. FONT WEIGHT
========================================================================== */
.font-weight--light {
  font-weight: 300;
}

.font-weight--regular {
  font-weight: 400;
}

.font-weight--medium {
  font-weight: 500;
}

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

/* Basscss Typography */
.font-family-inherit {
  font-family: inherit;
}

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

.text-decoration-none {
  text-decoration: none;
}

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

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.caps {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.strike {
  text-decoration: line-through;
}

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

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.list--inline > li {
  display: inline-block;
}

.ls0 {
  letter-spacing: 0;
}

.ls1 {
  letter-spacing: 0.1rem;
}

.ls15 {
  letter-spacing: 0.15rem;
}

.ls2 {
  letter-spacing: 0.2rem;
}

.ls3 {
  letter-spacing: 0.3rem;
}

.ls4 {
  letter-spacing: 0.4rem;
}

.quotes::before {
  content: "\201C";
  position: relative;
  left: -0.6em;
  margin-left: -0.6em;
}
.quotes::after {
  content: "\201D";
  position: relative;
  right: -0.6em;
  margin-right: -0.6em;
}

.quotes--left-align::before {
  position: absolute;
}
.quotes--left-align::after {
  position: absolute;
}

.parsedown strong {
  font-weight: 500;
  background-color: #fff5f3;
  padding: 3px 0;
}
.parsedown h2 {
  font-family: "Pitch Semibold";
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0.3rem 0;
  font-size: 1rem;
  letter-spacing: 0.15rem;
}
.parsedown a {
  border-bottom: 1px solid #382628;
}
.parsedown a:hover {
  color: #ff8771;
}

.parsedown--no-paragraph-spacing > p {
  margin: 0;
}

/*============================================================================
  Icons
==============================================================================*/
svg {
  background-color: transparent;
  fill: currentColor;
  width: 24px;
  height: 24px;
}

.svg-icon {
  display: inline-flex;
  align-self: center;
  position: relative;
  height: 1em;
  width: 1em;
}

.svg-icon--display {
  width: 3em;
  height: 3em;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon--display {
  display: inline-block;
  width: 3em;
  height: 3em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.svg-icon--baseline .icon {
  bottom: -0.2em;
  position: absolute;
}

.svg-icon--baseline .icon--display {
  bottom: -1.1em;
  position: absolute;
}

@font-face {
  font-family: "icomoon";
  src: url("../resources/fonts/icomoon.eot?utsmf1");
  src: url("../resources/fonts/icomoon.eot?utsmf1#iefix") format("embedded-opentype"), url("../resources/fonts/icomoon.woff?utsmf1") format("woff"), url("../resources/fonts/icomoon.ttf?utsmf1") format("truetype"), url("../resources/fonts/icomoon.svg?utsmf1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon--],
[class*=" icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  content: data-icon;
  display: inline-table;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--heart::before {
  content: "\E901";
}

.icon--wallet::before {
  content: "\E902";
}

.icon--cart::before {
  content: "\E900";
  transform: translateZ(0);
}

.icon--map::before {
  content: "\E903";
}

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

.icon--snapchat::before {
  content: "\E905";
}

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

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

.icon--link::before {
  content: "\E90B";
}

.icon--email::before {
  content: "\E909";
}

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

.icon--back-arrow::before {
  content: "\E908";
}

.icon--dropdown::before {
  content: "\E9BF";
}

/*  CSS Icons
==============================================================================*/
.css-icon--menu {
  background-color: currentColor;
  height: 1px;
  width: 24px;
}

.css-icon--menu::before {
  background-color: currentColor;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: -8px;
  width: 24px;
}

.css-icon--menu::after {
  background-color: currentColor;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 24px;
}

.css-icon--close {
  color: #382628;
  height: 24px;
  width: 24px;
}

.css-icon--close::before {
  background-color: currentColor;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  width: 24px;
}

.css-icon--close::after {
  background-color: currentColor;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 24px;
}

/*= Chevron ==*/
.chevron::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 0.4em;
  left: 0.1em;
  position: relative;
  top: 0.1em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.4em;
}

.chevron--right::before {
  left: 0;
  transform: rotate(45deg);
}

.chevron--bottom::before {
  top: 0;
  transform: rotate(135deg);
}

.chevron--left::before {
  left: 0.25em;
  transform: rotate(-135deg);
}

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

.article__tags a, .article__meta a {
  color: #382628;
}
.article__tags a:hover, .article__meta a:hover {
  color: #ff8771;
}

/*============================================================================
  #Free Shipping
==============================================================================*/
.free-shipping {
  color: #ff8771;
}
@media (min-width: 52em) {
  .free-shipping {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: static;
    height: auto;
    background-color: #fff5f3;
  }
}

.cart__upsell--free-shipping-bar {
  height: 1rem;
}
.cart__upsell--free-shipping-progress {
  transform: translateX(-100%);
  transition: transform 0.8s ease-in-out;
}

/*============================================================================
  #Buttons
==============================================================================*/
button,
.button {
  background: none;
  border: 0;
  border-radius: 0;
}
button[disabled], button[disabled]:hover,
.button[disabled],
.button[disabled]:hover {
  background-color: gray;
}

.button--standard {
  background-color: #382628;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 1rem 0.6rem;
  text-transform: uppercase;
  font-family: "Pitch Semibold";
  letter-spacing: 0.1em;
}
.button--standard:hover {
  background-color: #ff8771;
  color: #fff;
}
@media (max-width: 52em) {
  .button--standard {
    padding: 0.5rem 0.7rem 0.6rem;
  }
}

.button--accent-hover:hover {
  background-color: #ff8771;
  color: #fff;
}

.button--small {
  letter-spacing: 0.1rem;
}

.button--wide {
  padding-left: 2rem;
  padding-right: 2rem;
}

.button--black {
  background-color: #382628;
}

.button--white {
  background-color: #fff;
  color: #382628;
}

.button--social-auth {
  font-family: "Founders Grotesk Text";
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.button--social-auth:hover {
  background-color: #382628;
  color: #fff;
}

.button--facebook {
  background-color: #39579a;
  color: #fff;
}

.button--google {
  background-color: #eb6244;
  color: #fff;
}

.button--large {
  padding: 0.7rem 1rem 0.8rem;
  font-size: 1rem;
}

/*============================================================================
  #Forms
==============================================================================*/
.input {
  padding: 0.5rem;
  max-width: 100%;
  height: 100%;
}
.input--standard {
  border: 1px solid #382628;
  border-radius: 2px;
}
.input--dark {
  border: 2px solid #404040;
}
.input--light {
  border: 2px solid #bfbfbf;
}
.input--required {
  border: 2px solid #ff8771;
}

.input-group {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 52em) {
  .input-group {
    display: table;
    border-collapse: seperate;
  }
}

@media (min-width: 52em) {
  .input-group__field,
.input-group__btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
}
@media (max-width: 52em) {
  .input-group__field {
    width: 100%;
  }
}
@media (min-width: 52em) {
  .input-group__field {
    position: relative;
    border-spacing: 5px;
    border-left: 0.5rem solid transparent;
  }
}
.input-group__field:first-child {
  border-left: 0;
}

@media (max-width: 52em) {
  .input-group__input {
    width: 100%;
    padding: 0.8rem 1rem 0.9rem;
  }
}
@media (min-width: 52em) {
  .input-group__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.input-group__btn input {
  width: 100%;
}
@media (min-width: 52em) {
  .input-group__btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding-left: 0.5rem;
  }
}

.input::-webkit-input-placeholder {
  color: gray;
}

.input:-moz-placeholder {
  color: gray;
}

/* FF 4-18 */
.input::-moz-placeholder {
  color: gray;
}

/* FF 19+ */
.input:-ms-input-placeholder {
  color: gray;
}

/* IE 10+ */
.input:focus::-webkit-input-placeholder {
  color: #bfbfbf;
}

.input:focus:-moz-placeholder {
  color: #bfbfbf;
}

/* FF 4-18 */
.input:focus::-moz-placeholder {
  color: #bfbfbf;
}

/* FF 19+ */
.input:focus:-ms-input-placeholder {
  color: #bfbfbf;
}

/* IE 10+ */
.input--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  line-height: normal;
  position: relative;
  padding-right: 30px;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FydCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjQgNjQiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GcmFua2ljb25zPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuNTkgMTguMSA3Ljg5IDIxLjc5IDI4LjMgNDIuMjEgMzIgNDUuOSAzNS43IDQyLjIxIDU2LjExIDIxLjc5IDUyLjQxIDE4LjEgMzIgMzguNTEgMTEuNTkgMTguMSIvPjwvc3ZnPg==);
  background-size: 12px 12px;
  padding: 0.5rem;
}

/*============================================================================
  #Breadcrumbs
==============================================================================*/
.breadcrumb__chevron {
  vertical-align: -2px;
}

.breadcrumb__link {
  border-bottom: 1px solid #382628;
}

.product-item {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 22em) {
  .product-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 52em) {
  .product-item {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 52em) {
  .product-item {
    margin-bottom: 2rem;
  }
}

.product-item__single {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 52em) {
  .product-item__single {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 52em) {
  .product-item__single {
    margin-bottom: 2rem;
  }
}

.product-item__related {
  padding: 0;
}

.product-item--large {
  margin-bottom: 0;
}

.product-item__price--desktop {
  direction: rtl;
}

.product-item__price--mobile {
  border-right: 1px solid #fff;
}

.product-item__desc {
  min-height: 54px;
}
@media (min-width: 72em) {
  .product-item__desc {
    min-height: 40px;
  }
}

.product-item__add-to-cart-text--mobile {
  letter-spacing: 0.05rem;
}

.product-item__title--large {
  height: auto;
}

.product-item__included-products {
  min-height: 60px;
}

.product-item__link {
  z-index: 4;
}

.product-item__hover {
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  z-index: 3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
@media (min-width: 40em) {
  .product-item:hover .product-item__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}

.product-item__info {
  position: relative;
  z-index: 3;
}

.product-item__form {
  position: relative;
  z-index: 5;
}

@media (min-width: 40em) {
  .product-item__hover-overlay {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    will-change: opacity;
  }
  .product-item__hover-overlay--white {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .product-item__hover-overlay--black {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .product-item:hover .product-item__hover-overlay {
    opacity: 1;
  }
}
.product-item__slide {
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  transform: translateY(0);
}

@media (min-width: 40em) {
  .product-item:hover .product-item__hover--white {
    color: #fff;
  }
  .product-item:hover .product-item__hover--white .quantity__minus,
.product-item:hover .product-item__hover--white .quantity__add {
    color: #fff;
  }
  .product-item:hover .product-item__hover--white .add-to-cart__cta .button {
    background-color: #fff;
    color: #382628;
  }
  .product-item:hover .product-item__hover--white .add-to-cart__cta .button:hover {
    background-color: #ff8771;
  }
}

.product-item__badge {
  z-index: 3;
}
.product-item__badge > img, .product-item__badge svg {
  width: 60px;
  height: 60px;
}
@media (min-width: 72em) {
  .product-item__badge > img, .product-item__badge svg {
    width: 90px;
    height: 90px;
  }
}

/*============================================================================
  #Product List
==============================================================================*/
.product-list .col--6:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 72em) {
  .product-list .col--6:nth-child(2n+1) {
    clear: none;
  }
  .product-list .lg--col--3:nth-child(4n+1) {
    clear: both;
  }
}

@media (max-width: 52em) {
  .shop__products .wrapper {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.shop__products .product-grid {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.shop__products .product-grid .product-item {
  padding: 0;
}
.shop__products .product-grid .product-item-sizer {
  width: 2%;
}

@media (min-width: 52em) {
  .shop__products .product-grid {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .shop__products .product-grid .product-item {
    padding: 0;
    width: 31.333333333%;
  }
  .shop__products .product-grid .product-item-sizer {
    width: 3%;
  }
}
@media (max-width: 52em) {
  .shop__products .product-grid {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .shop__products .product-grid .product-item {
    padding: 0;
    width: 48%;
  }
  .shop__products .product-grid .product-item-sizer {
    width: 3%;
  }
}
@media (min-width: 72em) {
  .shop__products .product-grid .product-item {
    padding: 0;
    width: 32%;
  }
  .shop__products .product-grid .product-item-sizer {
    width: 2%;
  }
}
@media (max-width: 52em) {
  .shop-all-filter {
    padding: 0 8px;
  }
}

.shop-all-filter__link {
  border: 1px solid #fff;
  /*transition*/
  transition: all 0.2s ease-in-out;
}
.shop-all-filter__link.active, .shop-all-filter__link:hover {
  background-color: #fff5f3;
  border: 1px solid #382628;
}
.shop-all-filter__link svg {
  font-size: 1rem;
}
@media (min-width: 52em) {
  .shop-all-filter__link svg {
    font-size: 2rem;
  }
}

@media (max-width: 52em) {
  .shop__sort {
    padding: 0 0.5rem;
  }
}
.shop__sort-select {
  outline-color: #ffdcd2;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 0.25rem 0;
}
@media (min-width: 52em) {
  .shop__sort-select {
    padding: 0.5rem 0;
  }
}

/*============================================================================
  #Add to Cart
==============================================================================*/
.product-item__add-to-cart {
  background-color: #382628;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0;
  padding: 1rem 0;
  border-radius: 0;
}

.product-item__add-to-cart--accent {
  background-color: #ff8771;
}

.add-to-cart--fixed {
  position: fixed;
  bottom: -140px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #ffdcd2;
  z-index: 80;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.add-to-cart--fixed.active {
  bottom: 0;
}

.add-to-cart__mobile--fixed {
  max-width: 100%;
}

.add-to-cart__single {
  padding: 1.1rem 1rem 1.2rem;
  font-size: 1rem;
}

.product-item__add-to-cart--disabled {
  color: #382628;
  border: 1px solid #382628;
  background-color: transparent;
}
.product-item__add-to-cart--disabled:hover {
  color: #382628;
  border: 1px solid #382628;
  background-color: transparent;
}

@media (min-width: 52em) {
  .add-to-cart--single {
    max-width: none;
    margin: 0;
  }
}

.clearfix_gwp:before, .clearfix_gwp:after {
  content: "";
  display: table;
}

.clearfix_gwp:after {
  clear: both;
}

.carousel_gwp {
  margin: 30px auto;
}

.carousel_gwp h1 {
  font-size: 36px;
  margin: 0px 0px 30px 0px;
  font-weight: normal;
}

.carousel_gwp .box {
  float: left;
}

.carousel_gwp .box p {
  font-size: 20px;
  color: #0067ab;
  text-align: center;
  margin: 0px;
}

.carousel_gwp .box p span {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.carousel_gwp .box p img {
  margin-bottom: 10px;
  margin: auto;
}

.carousel_gwp_prod_text {
  text-align: center;
  display: block;
  margin: auto;
  clear: left;
}

.carousel_cta_btn {
  padding: 8px;
}

.prev_carousel_btn, .next_carousel_btn {
  cursor: pointer;
  position: absolute;
  top: 15%;
  width: auto;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  display: block;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next_carousel_btn {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev_carousel_btn:hover, .next_carousel_btn:hover {
  color: white;
  background-color: #ffdcd2;
}

.carousel-view {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.carouselProductItems {
  display: none;
}

.carousel_gwp_img {
  display: block;
  width: 40%;
  margin: auto;
}

.slick-prev {
  background-position: 0px;
  left: 0px;
}

.slick-next {
  background-position: -22px;
  right: 0px;
}

@media only screen and (max-width: 1180px) {
  .carousel_gwp {
    width: 90%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  color: #382628;
  font-size: 1.5rem;
}
@media (min-width: 52em) {
  .slick-prev,
.slick-next {
    font-size: 2.5rem;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-next:hover {
  color: #ff8771;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icons";
  font-size: 48px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 52em) {
  .slick-dots {
    bottom: 15px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  content: " ";
  width: 8px;
  height: 8px;
  margin-left: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #382628;
  transform: rotate(45deg);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #ff8771;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  /*
    position: absolute;
    top: 0;
    left: 0;
    content: $slick-dot-character;
    width: 20px;
    height: 20px;
    font-family: $slick-font-family;
    font-size: $slick-dot-size;
    line-height: 20px;
    text-align: center;
    color: $slick-dot-color;
    opacity: $slick-opacity-not-active;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  */
}
.slick-dots li.slick-active button {
  background: #382628;
  border-color: #382628;
  outline: 0;
}

.text-column .slick-dots {
  bottom: -30px;
}

.slick-arrow {
  /*transition*/
  transition: opacity 0.2s ease-in-out;
}

.slick-arrow.hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
}

/*============================================================================
  #Tabs
==============================================================================*/
.tabs__select {
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

.tabs__select--active {
  outline: 0;
  background-color: #fff;
  border-left: 1px solid #382628;
  border-right: 1px solid #382628;
  border-top: 1px solid #382628;
}

.tabs__border {
  background-color: #382628;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.tabs__content {
  max-height: 700px;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
@media (min-width: 52em) {
  .tabs__content {
    min-height: 380px;
  }
  .tabs__content.transition {
    max-height: 700px;
  }
}

.tabs__section {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
}

.tabs__section--active {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/*============================================================================
  # Grid Base
==============================================================================*/
/* MOBILE */
/*============================================================================
  #Article Card
==============================================================================*/
.article-card {
  width: 100%;
}
.article-card--absolute {
  position: absolute;
}
@media (min-width: 52em) {
  .article-card--horizontal {
    width: 47.619047619%;
  }
  .article-card--full-width {
    width: 31.25%;
  }
}
@media (min-width: 52em) and (min-width: 52em) {
  .article-card--full-width::before {
    padding-top: 154%;
  }
}
@media (min-width: 52em) {
  .article-card--large::before {
    padding-top: 47.619047619%;
  }
}
.article-card__header {
  height: 60px;
}
@media (min-width: 72em) {
  .article-card__header {
    height: 100px;
  }
}
.article-card__content {
  margin-top: 60px;
  height: calc(100% - 120px);
}
.article-card__footer {
  height: 60px;
}
@media (min-width: 72em) {
  .article-card__footer {
    height: 100px;
  }
}
@media (min-width: 72em) {
  .article-card__caption {
    display: none;
  }
}
@media (min-width: 98em) {
  .article-card__caption {
    display: block;
  }
}
.article-card__title-large {
  max-width: 30rem;
}

/*============================================================================
  #Content Grid
==============================================================================*/
.content-grid__gutter {
  width: 5.8823529412%;
}
@media (min-width: 52em) {
  .content-grid__gutter {
    width: 3.125%;
  }
}

.content-grid__content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.content-grid__item {
  position: relative;
  width: 100%;
  margin-top: 0;
  background-size: cover !important;
  overflow: hidden;
}
@media (min-width: 52em) {
  .content-grid__item {
    margin-top: 0;
    width: 31.25%;
  }
}

.content-grid__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (min-width: 52em) {
  .content-grid__item--large {
    width: 65.625%;
  }
}

.content-grid__item--small {
  width: 47.0588235294%;
}
@media (min-width: 52em) {
  .content-grid__item--small {
    width: 14.0625%;
  }
}

.content-grid__item--large::before {
  padding-top: 210%;
}
@media (min-width: 52em) {
  .content-grid__item--large::before {
    padding-top: 100%;
  }
}

.content-grid__item--full-width::before {
  padding-top: 210%;
}
@media (min-width: 52em) {
  .content-grid__item--full-width {
    width: 100%;
  }
}

@media (min-width: 52em) {
  .content-grid__item--full-width::before {
    padding-top: 48%;
  }
}

@media (min-width: 52em) {
  .content-grid__item--video {
    width: 65.625%;
  }
}

@media (min-width: 52em) {
  .content-grid__item--video::before {
    padding-top: 47.619047619%;
  }
}

@media (min-width: 52em) {
  .content-grid__item--horizontal {
    width: 65.625%;
  }
}

.content-grid__item--horizontal::before {
  padding-top: 210%;
}
@media (min-width: 52em) {
  .content-grid__item--horizontal::before {
    padding-top: 47.619047619%;
  }
}

.content-grid__item--vertical::before {
  padding-top: 210%;
}
@media (min-width: 52em) {
  .content-grid__item--vertical::before {
    padding-top: 210%;
  }
}

@media (min-width: 52em) {
  .content-grid__item--center {
    margin-left: 9.375%;
  }
  a:nth-of-type(odd) .content-grid__item--center {
    margin-left: 12.5%;
  }
}
.content-grid__image {
  background-size: cover !important;
}

.content-grid__image::before {
  content: "";
  display: block;
  padding-top: 110%;
}

@media (min-width: 52em) {
  .content-grid__image--large::before {
    padding-top: 52.380952381%;
  }
}
@media (min-width: 52em) {
  .content-grid__image--horizontal {
    width: 52.380952381%;
  }

  .content-grid__image--horizontal::before {
    padding-top: 90.9090909091%;
  }
}
@media (min-width: 52em) {
  .content-grid__image--full-width {
    width: 68.75%;
  }

  .content-grid__image--full-width::before {
    padding-top: 70%;
  }
}
.content-grid__item--newsletter {
  width: 100%;
}

.content-grid__item--newsletter::before {
  padding-top: 0%;
}

.content-grid__hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
  overflow: hidden;
}
.content-grid__link:hover .content-grid__hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.content-grid__title {
  display: inline;
  border-bottom: 2px solid #fff;
  /*transition*/
  transition: all 0.2s ease-in-out;
}
.content-grid__link:hover .content-grid__title {
  border-bottom: 2px solid #382628;
}

.content-grid__image {
  /*transition*/
  transition: all 0.2s ease-in-out;
}
.content-grid__link:hover .content-grid__image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.content-grid__content--video {
  z-index: 2;
}

.content-grid__video {
  background-size: cover !important;
  z-index: 1;
  /*transition*/
  transition: all 0.2s ease-in-out;
}
.content-grid__link:hover .content-grid__video {
  transform: scale(1.05);
}

.buy-button {
  max-width: 12em;
}

/*============================================================================
  #Lightbox Slick
==============================================================================*/
.lightbox-slick-container {
  table-layout: fixed;
}

.lightbox-slick__slide {
  padding: 0 20px;
}
@media (min-width: 72em) {
  .lightbox-slick__slide {
    padding: 0 80px;
  }
}
.lightbox-slick__slide:focus {
  outline: 0;
}

.lightbox__arrows {
  display: none;
}

.lightbox__arrows--show {
  display: block;
}

.lightbox__arrow-left,
.lightbox__arrow-right {
  position: fixed;
  bottom: 4px;
  cursor: pointer;
  z-index: 50;
}
@media (min-width: 52em) {
  .lightbox__arrow-left,
.lightbox__arrow-right {
    bottom: 50%;
  }
}

.lightbox__arrow-left {
  left: 16px;
}

.lightbox__arrow-right {
  right: 16px;
}

@media (max-width: 52em) {
  .lightbox__arrow-left--top,
.lightbox__arrow-right--top {
    bottom: auto;
    top: 10px;
  }

  .lightbox__arrow-left--top {
    left: 4px;
  }

  .lightbox__arrow-right--top {
    right: auto;
    left: 76px;
  }
}
.social-single {
  background-color: #fff;
}

.social-single__rule {
  border: 0;
  background-color: #e6e6e6;
  height: 1px;
}

.social-single__caption {
  word-break: break-word;
}

.social-single__avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.social-lightbox {
  min-height: 500px;
}

.social-single--active {
  opacity: 1;
  display: block;
}

.chevron--social::before {
  border-width: 3px 3px 0 0;
  width: 2em;
  height: 2em;
  top: 0.5em;
}

.social-single__product-image {
  max-width: 200px;
}

.social-section__sizer {
  width: 6.5%;
}

.social-section__gutter {
  width: 2%;
}

@media (min-width: 52em) {
  .social-section__item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    /*transition*/
    transition: opacity 0.2s ease-in-out;
    position: relative;
    width: 100%;
    margin-top: 0;
    width: 15%;
  }
}
.social-section__item.is-visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (min-width: 52em) {
  .social-section__item--large {
    width: 32%;
  }
}

.social-product .slick-arrow {
  position: absolute;
  top: 67%;
  z-index: 10;
}
.social-product .slick__arrow--right {
  right: 0;
}
.social-product .slick__arrow--left {
  left: 0;
}
.social-product .slick-dots {
  bottom: auto;
  top: 0;
}

.social-product__desktop-image {
  overflow: hidden;
}

.social-product__hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
}
.social-product__link:hover .social-product__hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/*============================================================================
  #Preheader
==============================================================================*/
.preheader {
  border-color: #bfbfbf;
  border-width: 3px;
}

.preheader__categories-list {
  display: none;
}
.preheader__categories-list a {
  padding-bottom: 0.5rem;
}

.preheader__category:hover + .preheader__categories-list,
.preheader__categories-list:hover,
.preheader__categories-list a {
  display: block;
}

.share {
  position: relative;
  overflow: hidden;
}

.share__links {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  padding-right: 40px;
  transform: translate3d(50%, 0, 0);
}
.share__links--no-pinterest {
  transform: translate3d(40%, 0, 0);
}

.share__links--expanded {
  transform: translate3d(0, 0, 0);
}

.share__item {
  position: relative;
  overflow: hidden;
  transition: transform, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
}

.share__item--trigger {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.share__item--hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
}

.share__item--secondary {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.share__item--visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
}

.share--left .share__item--trigger {
  left: 0;
  right: auto;
}
.share--left .share__links {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  padding-left: 40px;
  padding-right: 0;
  transform: translate3d(-55%, 0, 0);
}
.share--left .share__links--no-pinterest {
  transform: translate3d(-48%, 0, 0);
}
.share--left .share__links--expanded {
  transform: translate3d(-5%, 0, 0);
}

/*============================================================================
  #Has Products
==============================================================================*/
.has-products > * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
}
.has-products > .svg-loader {
  /*transition*/
  transition: opacity 0.01s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.has-products.loaded > * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.has-products.loaded > .svg-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.quantity {
  width: 60px;
  min-height: 37px;
  font-family: "Pitch semibold";
}

.quantity--small {
  font-size: 0.875rem;
}

.quantity--full {
  width: 70px;
}
.quantity--full > .quantity__input {
  padding-right: 0;
}

.quantity__input {
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  height: 35px;
  text-align: center;
  padding: 0;
  padding-right: 12px;
}

.quantity__add,
.quantity__minus {
  height: 35px;
  top: 0;
  width: 18px;
  outline: 0;
  z-index: 1;
  color: #382628;
  position: absolute;
}

.quantity__add {
  right: 0;
}

.quantity__minus {
  left: 0;
}

.quantity__add:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  background-color: currentColor;
  right: 6px;
  top: 17px;
}

.quantity__add:after {
  content: "";
  position: absolute;
  right: 6px;
  width: 9px;
  height: 1px;
  background-color: currentColor;
  transform: rotate(90deg);
  top: 17px;
}

.quantity__minus:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  background-color: currentColor;
  left: 6px;
  top: 17px;
}

/*

.quantity__add::after,
.quantity__add::before {
  left: 10px;
  top: 16px;
}

.quantity__add--single::before,
.quantity__add--single::after {
  top: 14I feepx;
}

@include at-query($min,$lg) {
  .quantity__add--single::before,
  .quantity__add--single::after {
    top: 17px;
  }
}

.quantity--plus {
  color: $color--primary;
  position: absolute;
}

.quantity--plus:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: currentColor;
}

.quantity--plus:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

*/
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .current {
  border-bottom: 1px solid #382628;
}
.pagination .page-numbers {
  margin: 0 0.3rem;
}

/*============================================================================
  #Checkbox
  https://kyusuf.com/post/completely-css-custom-checkbox-radio-buttons-and-select-boxes
==============================================================================*/
.control {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}
.control--newsletter {
  margin-bottom: 0;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #382628;
  box-sizing: content-box;
}
.control__indicator--required {
  border: 2px solid #ff8771;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator {
  background: #fff5f3;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #ff8771;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #ff8771;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #404040;
}

/* Check mark */
.control__indicator::after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.control input:checked ~ .control__indicator::after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 2px;
  left: 6px;
  width: 8px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #bfbfbf;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
  background: #bfbfbf;
}

/*============================================================================
  #Fade In
==============================================================================*/
.fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  transform: translateY(1rem);
}

.activated.fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: translateY(0);
}

/*============================================================================
  #SVG Loader
==============================================================================*/
.svg-loader {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -3rem;
}
.svg-loader > div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: showEffect;
          animation-name: showEffect;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(1);
          animation-timing-function: steps(1);
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.svg-loader > div:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.svg-loader > div:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.svg-loader > div:nth-child(4) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

@-webkit-keyframes showEffect {
  0% {
    opacity: 1;
    visibility: visible;
  }
  25% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes showEffect {
  0% {
    opacity: 1;
    visibility: visible;
  }
  25% {
    opacity: 0;
    visibility: hidden;
  }
}
#chat-widget-container {
  transform: scale(1);
  z-index: 200;
}

.js--livechat {
  transform: scale(0);
  --lc-size: 4rem;
  height: var(--lc-size);
  width: var(--lc-size);
  font-size: var(--lc-size);
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  right: 0.5rem;
  bottom: 10px;
  z-index: 710;
}
@media (min-width: 52em) {
  .js--livechat {
    bottom: 2rem;
    right: 2rem;
  }
}
.js--livechat--ready {
  transform: scale(1);
}

/*============================================================================
  #Custom Select
  source: https://www.w3schools.com/howto/howto_custom_select.asp
  Few changes made
==============================================================================*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.custom-select-selected {
  background-color: DodgerBlue;
}
.custom-select-selected::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  cursor: pointer;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff5f3;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #ffdcd2;
}

/*============================================================================
  #Search
==============================================================================*/
.hits {
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

.hit em {
  color: #ff8771;
}
.hit__image::before {
  padding-bottom: 100%;
  content: "";
  display: block;
}

.search-box .ais-search-box {
  position: relative;
  margin: auto;
  width: 83.33333%;
}
@media (min-width: 52em) {
  .search-box .ais-search-box {
    width: 33.3333333333%;
  }
}
.search-box .ais-search-box--input {
  width: 100%;
  padding: 0.5rem 2rem;
  max-width: 100%;
  height: 100%;
  border: 1px solid #382628;
  text-align: center;
}
.search-box .ais-search-box--input:focus {
  outline-color: #ff8771;
}
.search-box .ais-search-box--magnifier-wrapper {
  position: absolute;
  left: 0;
  margin-left: 0.5rem;
  top: 5px;
}
@media (min-width: 52em) {
  .search-box .ais-search-box--magnifier-wrapper {
    display: none;
  }
}
.search-box .ais-search-box--reset-wrapper {
  position: absolute;
  right: 0;
  top: 6px;
  margin-right: 0.5rem;
}
.search-box .ais-search-box--reset-wrapper svg {
  width: 20px;
  height: 20px;
}

.ais-hits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 52em) {
  .ais-hits {
    justify-content: flex-start;
  }
}
.ais-hits--item {
  width: 45%;
}
@media (min-width: 52em) {
  .ais-hits--item {
    width: 25%;
    padding: 1rem;
  }
}
.ais-hits--item:hover .hit__details {
  color: #ff8771;
}

/*============================================================================
  #Signup Box
==============================================================================*/
.signup-popup {
  z-index: 710;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  width: 100%;
  transform-origin: bottom center;
  transform: scale(0, 0);
  opacity: 0;
}
@media (min-width: 52em) {
  .signup-popup {
    max-width: 26rem;
    bottom: 2rem;
    right: 2rem;
    transform-origin: bottom right;
  }
}
.signup-popup--visible {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transform: scale(1, 1);
  opacity: 1;
}
.signup-popup::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: bottom center;
  transform: scaleY(0.6);
  transition: transform 0.4s ease-in-out;
  transition-delay: 0.4s;
  background-color: var(--color-original);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2), 0 0 40px 9px rgba(0, 0, 0, 0.1);
}
.signup-popup[data-mode=expanded]::before {
  transition: transform 0.4s ease-in-out;
  transform: scaleY(1);
}
.signup-popup__header {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
[data-mode=collapsed] .signup-popup__header {
  opacity: 1;
  transform: translateY(7.5rem);
}
[data-mode=expanded] .signup-popup__header {
  transition-delay: 0s;
  transform: translateY(0rem);
  -webkit-transform: translateY(0rem);
}
[data-mode=expanded] .signup-popup__expand {
  display: none;
  pointer-events: none;
}

.signup-popup__input {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
[data-mode=expanded] .signup-popup__input {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
[data-mode=expanded] .signup-popup__input:nth-of-type(1) {
  transition-delay: calc(((1) * 0.4s));
}
[data-mode=expanded] .signup-popup__input:nth-of-type(2) {
  transition-delay: calc(((2) * 0.4s));
}
[data-mode=expanded] .signup-popup__input:nth-of-type(3) {
  transition-delay: calc(((3) * 0.4s));
}

svg.letter__svg {
  min-height: 6rem;
  overflow: visible;
  transform: translateX(11px) rotate(0deg);
  transform-origin: 50% 50%;
}
svg.letter__svg--away {
  transform-origin: 50% 50%;
  -webkit-animation: bounce-letter 0.8s ease-in-out 1 0.35s, away-letter 1s cubic-bezier(0.82, -0.38, 0.72, 0.55) 1 1.15s forwards;
          animation: bounce-letter 0.8s ease-in-out 1 0.35s, away-letter 1s cubic-bezier(0.82, -0.38, 0.72, 0.55) 1 1.15s forwards;
}

.letter__subscribing {
  opacity: 1;
}
.letter__subscribing--away {
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: 2s;
}

@-webkit-keyframes bounce-letter {
  0% {
    transform: translate(11px, 0rem) rotate(0deg);
  }
  50%, 65% {
    transform: translate(-0.4rem, 0.4rem) rotate(-3deg);
  }
  100% {
    transform: translate(11px, 0rem) rotate(0deg);
  }
}

@keyframes bounce-letter {
  0% {
    transform: translate(11px, 0rem) rotate(0deg);
  }
  50%, 65% {
    transform: translate(-0.4rem, 0.4rem) rotate(-3deg);
  }
  100% {
    transform: translate(11px, 0rem) rotate(0deg);
  }
}
@-webkit-keyframes away-letter {
  0% {
    transform: translateX(11px);
    opacity: 1;
  }
  100% {
    transform: translateX(-7rem);
    opacity: 0;
  }
}
@keyframes away-letter {
  0% {
    transform: translateX(11px);
    opacity: 1;
  }
  100% {
    transform: translateX(-7rem);
    opacity: 0;
  }
}
.letter__bottom-flap {
  z-index: 2;
  position: relative;
}

.letter__top-flap {
  transform-origin: 0 20px;
  transition: transform 0.2s cubic-bezier(0, 0.6, 0.15, 1);
  transform: rotateX(0deg);
}
.letter__top-flap--open {
  transform: rotateX(180deg);
  transition-delay: 0s;
}

.letter__heart {
  position: relative;
  z-index: 1;
  transform: translate(0px);
  stroke: #ff8771;
}
.letter__heart--fly-up {
  stroke: #ff8771;
  -webkit-animation: heart-fly-up 0.6s cubic-bezier(0, 0.59, 0.15, 1.01) 1;
          animation: heart-fly-up 0.6s cubic-bezier(0, 0.59, 0.15, 1.01) 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.letter__heart--fly-down {
  stroke: #ff8771;
  transform: translate(1rem, -4rem);
  -webkit-animation: heart-fly-down 0.4s cubic-bezier(1, 0.01, 0.73, 0.86) 1;
          animation: heart-fly-down 0.4s cubic-bezier(1, 0.01, 0.73, 0.86) 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes heart-fly-up {
  0% {
    transform: translate(0rem);
  }
  100% {
    transform: translate(1rem, -4rem);
  }
}

@keyframes heart-fly-up {
  0% {
    transform: translate(0rem);
  }
  100% {
    transform: translate(1rem, -4rem);
  }
}
@-webkit-keyframes heart-fly-down {
  0% {
    transform: translate(1rem, -4rem);
  }
  100% {
    transform: translate(-4rem, 4rem);
  }
}
@keyframes heart-fly-down {
  0% {
    transform: translate(1rem, -4rem);
  }
  100% {
    transform: translate(-4rem, 4rem);
  }
}
@-webkit-keyframes envelope-open {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(180deg);
  }
}
@keyframes envelope-open {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(180deg);
  }
}
/*============================================================================
  #Signup Box Mobile
==============================================================================*/
.signup-popup-mobile {
  bottom: 74px;
  z-index: 700;
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  transform: translate3d(0, 0, 0);
}
.signup-popup-mobile--no-tab-bar {
  bottom: 0;
}
.signup-popup-mobile--no-tab-bar--hidden {
  transform: translateY(34px);
}
.signup-popup-mobile--hidden {
  transform: translateY(108px);
}

/* Global
==========================================================================*/
/*============================================================================
  #Header
==============================================================================*/
.site-header {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.header--desktop__logo {
  width: 310px;
}

.header--desktop__cart {
  width: 380px;
}

.header--desktop__icon--map::before {
  font-size: 1.9rem;
  vertical-align: -3px;
}

.header--desktop__icon-text {
  vertical-align: 2px;
  margin-left: -10px;
}

.header--desktop__cart-counter {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  bottom: 3px;
  right: -3px;
  text-align: center;
  padding-top: 3px;
}

.header__icon {
  font-size: 2rem;
}

.header__icon--cart {
  font-size: 2rem;
}

.header__icon--map {
  font-size: 2.2rem;
}
.header__icon--map > svg {
  vertical-align: -4px;
}

.pink_overlay {
  background-color: rgba(229, 161, 174, 0.2);
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-container--fixed-header-offset {
  margin-top: 106px;
}
@media (max-width: 40em) {
  .page-container--fixed-header-offset {
    margin-top: 104px;
  }
}
@media (min-width: 52em) {
  .page-container--fixed-header-offset {
    margin-top: 109px;
  }
}

/*============================================================================
  #CSS  NAV
==============================================================================*/
@media (min-width: 72em) {
  .has-subnav:hover > .header--desktop__navigation-link span {
    border-bottom: 1px solid #382628;
  }
  .has-subnav:hover > .header--desktop__subnav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: all;
    z-index: 2;
  }
  .has-subnav:hover ~ .has-subnav__background {
    transform: translateY(100%);
    border-bottom: 2px solid var(--color-original);
    pointer-events: all;
  }
}
.header--desktop__navigation-list {
  font-size: 0;
  margin-left: 2px;
}

.header--desktop__navigation-list-item {
  margin-left: -2px;
}

.header--desktop__subnav,
.header--desktop__subnav-cart {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 60px;
  display: block;
  pointer-events: none;
  padding-top: 4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
}
.header--desktop__subnav.active,
.header--desktop__subnav-cart.active {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}

.has-subnav__background {
  position: absolute;
  background-color: #fff;
  border-bottom: 2px solid transparent;
  height: 1.6rem;
  display: block;
  pointer-events: none;
  transform-origin: top center;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
  /*transition*/
  transition: transform 0.2s ease-in-out;
  z-index: 1;
}

.header--desktop__navigation-link span,
.header--desktop__subnav-link span {
  border-bottom: 1px solid #fff;
  /*transition*/
  transition: all 0.2s ease-in-out;
}
.header--desktop__navigation-link.active span, .header--desktop__navigation-link:hover span,
.header--desktop__subnav-link.active span,
.header--desktop__subnav-link:hover span {
  border-bottom: 1px solid #382628;
}

.header__main {
  z-index: 101;
}

header.is-fixed .header--desktop__subnav {
  bottom: -35px;
}

.header__drawer-icon {
  width: 100%;
  height: 100%;
}

.header__menu-icon {
  width: 32px;
  height: 32px;
  padding-top: 18px;
}

.header__filler {
  display: none;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

header.site-header {
  transition: max-height 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

@media (min-width: 52em) {
  header.site-header {
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    border-bottom: 2px solid transparent;
    background-color: #fff;
  }
  header.site-header .header__desktop {
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  }
  header.site-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
    background-color: #fff;
    border-bottom: 2px solid var(--color-original);
  }

  .header__filler.active {
    display: block;
    width: 100%;
    height: 74px;
  }
}
@media (max-width: 52em) {
  header.site-header {
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    background-color: #fff;
    border-bottom: 2px solid #fff;
    transform: translateZ(0);
  }
  header.site-header.is-fixed--mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
    border-bottom: 2px solid var(--color-original);
  }
  header.site-header.is-hidden--mobile, header.site-header.slide-up-add-to-cart-sticky {
    top: -106px;
  }
  header.site-header.is-hidden--mobile.has-cookie-consent, header.site-header.slide-up-add-to-cart-sticky.has-cookie-consent {
    top: -352px;
  }

  .header__filler.active-mobile {
    display: block;
    width: 100%;
    height: 74px;
  }
}
/*============================================================================
  #SHIPPING BANNER
==============================================================================*/
@media (max-width: 22em) {
  .free-shipping--mobile {
    font-size: 0.7rem;
  }
}

/*============================================================================
  #Footer
==============================================================================*/
.footer__payment-methods {
  max-width: 300px;
}

.newsletter__footer-input {
  min-height: 34px;
}

footer a {
  color: inherit;
}

/*============================================================================
  #Cart Drawer
==============================================================================*/
.drawer {
  background-color: #fff;
  outline: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  transform: translateX(340px);
  will-change: transform;
  border-left: 2px solid #fff5f3;
  z-index: 800;
  width: 340px;
}
@media (max-width: 325px) {
  .drawer {
    width: 310px;
  }
}

.drawer--cart.is-active,
.drawer--nav.is-active {
  display: block;
  transform: translateX(0);
}

.drawer__close {
  display: none;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 780;
}
.drawer__close.is-active {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/*============================================================================
  #Mobile Navigation
==============================================================================*/
.mobile-tab-bar {
  height: 74px;
  z-index: 700;
  background-color: #fff5f3;
  bottom: 0;
  display: block;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  border-top: 2px solid var(--color-original);
}
.mobile-tab-bar.hidden {
  transform: translateY(111px);
}

.mobile-tab-bar__tabs {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
}
.mobile-tab-bar__tabs.faded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.mobile-tab-bar__tabs.hidden {
  display: none;
}

.mobile-tab-bar__link {
  cursor: pointer;
}

.mobile-tab-bar__list-item {
  width: 20%;
  border: none;
}

.mobile-tab-bar__icon {
  font-size: 1.2rem;
}
.mobile-tab-bar__icon .svg-icon svg {
  position: absolute;
  top: -0.1em;
}

/*
Overlay navigation */
.mobile-tab-bar__close {
  -webkit-backface-visibility: hidden;
  height: 64px;
  transform: translateZ(0);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
}
.mobile-tab-bar__close.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.mobile-tab-bar__close-icon {
  font-size: 2rem;
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.mobile-tab-bar__close-icon > svg {
  vertical-align: -22px;
}

.secondary-navigation {
  border-color: #f2f2f2;
}

.mobile-nav-overlay__item {
  /*transition*/
  transition: all 0.2s ease-in-out;
}

.shop-list__item {
  border-color: #f2f2f2;
}

/*============================================================================
  #Cart
==============================================================================*/
.cart-item--blank {
  display: none;
}

.cart-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
  /*transition*/
  transition: max-height 0.2s ease-in-out;
  max-height: 180px;
  overflow: hidden;
  position: relative;
}

.cart-item__inner {
  top: 15px;
}

.cart-item--hide {
  max-height: 0;
  display: none;
}

.cart-item__qtybox {
  background: none;
  border-radius: 0;
  width: 40px;
}

.cart__close {
  right: 0;
  top: 4px;
  z-index: 1;
}
.cart__close > .css-icon--close {
  padding: 20px;
}

.cart__loading {
  background-color: rgba(255, 245, 243, 0.7);
}
.cart__loading-icon {
  font-size: 5rem;
}
.cart__loading-icon svg {
  overflow: visible;
  will-change: transform;
  transform-origin: top center;
  transform: rotate(40deg);
  -webkit-animation: swing 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite;
          animation: swing 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite;
  animation-direction: alternate-reverse;
}
@-webkit-keyframes swing {
  to {
    transform: rotate(-40deg);
  }
}
@keyframes swing {
  to {
    transform: rotate(-40deg);
  }
}

.cart__has-items,
.cart__no-items {
  /*transition*/
  transition: opacity 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.cart__has-items--hide,
.cart__no-items--hide {
  /*transition*/
  transition: opacity 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
}

.cart {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cart__cta {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.cart__cta.cart__cta--hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
}

.cart__cta-border {
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.cart__scroll {
  height: calc(100% - 49px - 214px);
  overflow-y: scroll;
  padding-right: 4px;
}

.cart-item__remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  padding-right: 8px;
  z-index: 2;
}

/*============================================================================
  #Mobile Nav
==============================================================================*/
.nav__close {
  position: absolute;
  right: 0;
  top: 0;
}

.main-navigation__item {
  border-bottom: 2px solid #fff;
}

.secondary-navigation {
  margin-top: -16px;
}

.secondary-navigation__icon {
  display: inline-block;
  vertical-align: -6px;
  margin-right: 5px;
}

.mobile-nav__has-sublist {
  width: 100%;
}
.mobile-nav__has-sublist .mobile-nav__link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate3d(0, 0, 0);
}

.mobile-nav__chevron svg {
  vertical-align: -4px;
}
.mobile-nav__chevron button {
  padding: 16px;
}
.mobile-nav--expanded .mobile-nav__chevron-open {
  display: none;
}
.mobile-nav__chevron-close {
  display: none;
}
.mobile-nav--expanded .mobile-nav__chevron-close {
  display: block;
}

.mobile-nav__sublist {
  margin: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-nav__sublist-item:active {
  background: #ffdcd2;
}
.mobile-nav__sublist-item {
  border: 1px solid var(--color-light-original);
}
.mobile-nav__sublist-item:last-child {
  border: 0;
}
.mobile-nav--expanded + .mobile-nav__sublist {
  visibility: visible;
  max-height: 700px;
  transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.mobile-nav__sublist .mobile-nav__item:after {
  top: 0;
  bottom: auto;
}
.mobile-nav__sublist .mobile-nav__link {
  padding: 1% 0;
}

/*============================================================================
  #Lightbox
==============================================================================*/
.lightbox {
  background-color: rgba(255, 245, 243, 0.95);
  z-index: 900;
  display: none;
  opacity: 0;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 52em) {
  .lightbox--half {
    height: 60vh;
    border-bottom: 2px solid #382628;
  }
}

.lightbox__inner {
  padding-top: 70px;
  height: 100%;
  width: 100%;
  top: 0;
  overflow-y: scroll;
  padding-top: 0;
}
.lightbox__inner.has-arrows-top {
  top: 80px;
  height: calc(100vh - 80px);
}
@media (min-width: 52em) {
  .lightbox__inner {
    height: 100%;
    width: 100%;
    top: 0;
    padding-top: 0;
  }
}

.lightbox--enabled {
  display: block;
  opacity: 1;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.lightbox__holder {
  overflow-y: hidden;
}

.lightbox__current-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
}

.lightbox__current-item--fade {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
}

.lightbox__video {
  width: 100%;
  height: calc(100vw / 1.777778);
}
@media (min-width: 72em) {
  .lightbox__video {
    width: 80vw;
    height: calc(80vw / 1.7777778);
  }
}

.lightbox__image {
  position: relative;
}

.lightbox__close {
  z-index: 999;
}

.no-scroll-fixed {
  position: fixed;
  max-width: 100vw;
}

/*============================================================================
  #Pattern
==============================================================================*/
.pattern {
  z-index: -1;
  pointer-events: none;
}
.pattern svg {
  height: 38px;
  width: auto;
  max-width: none;
}

.grecaptcha-badge {
  display: none;
}

/*============================================================================
  #Yotpo
==============================================================================*/
.yotpo div {
  color: #382628 !important;
}

.yotpo-lightbox-product-button {
  font-family: "Pitch Semibold", Courier New, serif;
  text-transform: uppercase;
  border-radius: 0 !important;
  background: #382628 !important;
}
.yotpo-lightbox-product-button:hover {
  background: #ff8771 !important;
}

.yotpo-icon-button-text {
  font-size: 1.4em !important;
  font-family: "Pitch Semibold", Courier New, serif !important;
}

.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
  font-size: 1.4em !important;
  color: #fff !important;
}

.yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  font-size: 1.1em !important;
}

.yotpo-icon-circle-checkmark,
.yotpo-user-title,
.header-blue,
.instagram-username,
.yotpo-nav-tab:hover span {
  color: #ff8771 !important;
}

@media (max-width: 40em) {
  .yotpo-lightbox-product-name {
    margin-top: 0px !important;
    text-overflow: unset !important;
    overflow: visible !important;
    white-space: normal !important;
  }
}
.yotpo-mobile-stars .pull-left {
  float: none !important;
}

.yotpo .yotpo-default-button,
.yotpo.yotpo-main-widget .yotpo-icon-btn,
.suggested-topics-row .suggested-topic {
  background: #382628 !important;
  color: #fff !important;
}
.yotpo .yotpo-default-button:hover,
.yotpo.yotpo-main-widget .yotpo-icon-btn:hover,
.suggested-topics-row .suggested-topic:hover {
  background-color: #ff8771 !important;
}

.write-question-review-buttons-container .write-question-review-button .write-question-review-button-text,
.write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon,
.suggested-topic .suggested-topic-text,
.desktop-clear-btn-text,
.more-filters-text,
.mobile-filters-modal .mobile-filters-footer-btn .footer-text {
  color: #fff !important;
}

.yotpo .y-label {
  color: #382628 !important;
}

.yotpo .primary-color-btn, .yotpo input[type=button].primary-color-btn.yotpo-disabled {
  background-color: #ffdcd2 !important;
}

.yotpo input[type=button].primary-color-btn {
  background: #382628 !important;
}
.yotpo input[type=button].primary-color-btn:hover {
  background-color: #ff8771 !important;
}

.yotpo-syndication-reference,
.yotpo-icon-three-lines,
.yotpo-label.yotpo-small-box,
.yotpo .yotpo-label-container .yotpo-powered,
.yotpo .yotpo-label-container .yotpo-logo-btn {
  display: none !important;
}

.yotpo-icon-profile,
.suggested-topic-expand {
  background-color: #ffdcd2 !important;
}

.suggested-topics-row .suggested-topic.active-topic {
  background-color: #ff8771 !important;
}

.yotpo .yotpo-review .yotpo-main .content-review .highlight-text,
.suggested-topic-expand:hover {
  background-color: #fff5f3 !important;
}

.bottom-line-items-container .avg-score {
  color: #382628 !important;
}

.yotpo-user-letter {
  color: #382628 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo-user-name {
  color: #382628 !important;
  font-size: 1.1em !important;
}

.yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse {
  display: block !important;
  height: auto !important;
  margin: 2em 0px !important;
  border: none !important;
}

.yotpo-nav-dropdown-category {
  background-color: #fff5f3;
  color: #382628 !important;
  margin: 10px 0px !important;
}
.yotpo-nav-dropdown-category span {
  font-family: "Pitch Semibold", Courier New, serif !important;
  text-transform: uppercase !important;
  font-size: 1.2em !important;
}

.yotpo-nav-dropdown-category .yotpo-icon {
  color: #382628 !important;
}

.review-stars-placeholder::after {
  padding-bottom: 17px;
  display: block;
  content: "";
}

@media only screen and (max-width: 500px) {
  .review-stars-placeholder > div {
    width: 100%;
  }
  .review-stars-placeholder .yotpo-bottomline {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  h5.product-item__price {
    display: block;
    margin-top: 30px;
  }
}
#yotpo-testimonials-custom-tab .yotpo-label {
  display: none;
}
#yotpo-testimonials-custom-tab .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, #yotpo-testimonials-custom-tab .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, #yotpo-testimonials-custom-tab .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, #yotpo-testimonials-custom-tab .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, #yotpo-testimonials-custom-tab .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, #yotpo-testimonials-custom-tab .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, #yotpo-testimonials-custom-tab .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, #yotpo-testimonials-custom-tab .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, #yotpo-testimonials-custom-tab .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 1.5em !important;
}
@media only screen and (max-width: 500px) {
  #yotpo-testimonials-custom-tab .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, #yotpo-testimonials-custom-tab .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, #yotpo-testimonials-custom-tab .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, #yotpo-testimonials-custom-tab .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, #yotpo-testimonials-custom-tab .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, #yotpo-testimonials-custom-tab .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, #yotpo-testimonials-custom-tab .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, #yotpo-testimonials-custom-tab .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, #yotpo-testimonials-custom-tab .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 1.1em !important;
  }
}
#yotpo-testimonials-custom-tab .yotpo-stars + .text-m {
  font-size: 1.5em !important;
}
@media only screen and (max-width: 500px) {
  #yotpo-testimonials-custom-tab .yotpo-stars + .text-m {
    font-size: 1.2em !important;
  }
}
#yotpo-testimonials-custom-tab .yotpo-modal-bottom-line {
  height: 80px;
}

/*============================================================================
  # Review Highlights
==============================================================================*/
.yotpo-shoppers-say .yotpo-icon-star, .yotpo-shoppers-say .yotpo-icon-empty-star, .yotpo-shoppers-say .yotpo-icon-full-star, .yotpo-shoppers-say .yotpo-icon-half-star,
.filters-dropdown .yotpo-dropdown .list-category .non-selected-star {
  color: #ffdcd2 !important;
}

.yotpo-shoppers-say .yotpo-icon.yotpo-icon-up-arrow,
.yotpo-shoppers-say .yotpo-icon.yotpo-icon-down-arrow,
.yotpo-shoppers-say .yotpo-icon.yotpo-icon-up-arrow:hover,
.yotpo-shoppers-say .yotpo-icon.yotpo-icon-down-arrow:hover,
.mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button .radio-non-selected-color {
  color: #ff8771 !important;
}

.yotpo-shoppers-say .single-best-sentence .full-review-background {
  background-color: #fcfbf8 !important;
}

.yotpo-shoppers-say .shoppers-say-title {
  font-family: "Pitch Semibold" !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  font-size: 1.125rem !important;
}

.yotpo-shoppers-say .single-best-sentence .sentence,
.yotpo-shoppers-say .single-best-sentence .full-review {
  color: #382628 !important;
}

@media (max-width: 52em) {
  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star {
    font-size: 17.5px !important;
  }
}

.region-warning {
  width: 40vw;
  max-width: 450px;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 100;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2), 0 0 40px 9px rgba(0, 0, 0, 0.1);
  background-color: var(--color-original);
  font-size: 16px;
}
.region-warning .icon-copy {
  display: flex;
  align-items: flex-start;
}
.region-warning .icon-copy .icon {
  width: 100px;
  height: 80px;
}
.region-warning .icon-copy .copy {
  padding-left: 0.7rem;
}
.region-warning .button-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.region-warning .button-wrap .button {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0;
}
.region-warning .button-wrap .button:first-child {
  margin-bottom: 0.5rem;
}
.region-warning .button-wrap .button img {
  margin: 0.5rem;
  width: 50px;
}
@media only screen and (max-width: 832px) {
  .region-warning {
    bottom: 5.5rem;
    width: 96%;
    left: 2%;
    transform: scale(1);
  }
}

/* Content Blocks
==========================================================================*/
/*============================================================================
  #Feature Images
==============================================================================*/
.promotion {
  height: 400px;
}
@media screen and (min-width: 52em) {
  .promotion {
    height: calc(100vh - (10em + 10em));
  }
}

.promotion--collection,
.promotion--featured {
  height: 350px;
}
@media screen and (min-width: 52em) {
  .promotion--collection,
.promotion--featured {
    min-height: 500px;
    height: calc(80vh - (10em + 10em));
  }
}

.promotion--featured {
  margin-top: 4rem;
}

/*============================================================================
  #Feature Images
==============================================================================*/
@media (min-width: 102em) {
  .feature-image--standard.feature-image--top, .feature-image--standard:first-of-type {
    margin-top: 0;
  }
}

.feature-image__header {
  font-size: 1.4rem;
  line-height: 1.8rem;
  position: relative;
  display: inline;
}

.feature-image__teaser {
  font-size: 1rem;
  line-height: 1.2rem;
}

.feature-image__cta {
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 2rem 0.6rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 52em) {
  .feature-image__cta {
    font-size: 1rem;
    padding: 0.5rem 3rem 0.6rem;
  }
}

.feature-image__content-container {
  z-index: 2;
}

.feature-image__content {
  display: inline-block;
}
.feature-image__content p {
  margin: 0;
}

@media (min-width: 25em) {
  .feature-image__header {
    font-size: 6vw;
    line-height: 8vw;
  }

  .feature-image__cta {
    font-size: 1rem;
  }
}
@media (min-width: 31em) {
  .feature-image__header {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .feature-image__teaser {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .feature-image__cta {
    font-size: 1rem;
  }
}
@media (min-width: 52em) {
  .feature-image__header {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .feature-image__teaser {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .feature-image__cta {
    font-size: 1rem;
  }
}
@media (min-width: 70em) {
  .feature-image__teaser {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 96em) {
  .feature-image__header {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.feature-image__header--quotes:before {
  position: absolute;
  display: block;
  margin-left: -1em;
  content: "\201C";
}
.feature-image__header--quotes:after {
  position: absolute;
  right: -1em;
  bottom: 0;
  display: block;
  content: "\201D";
}

.feature-image__header--quotes-mobile {
  margin-left: 1em;
}

.text-align--right .quotes-enabled {
  margin-right: 1em;
}

.text-align--left .quotes-enabled {
  margin-left: 1em;
}

.feature-image__fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 245, 243, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  /*transition*/
  transition: all 0.2s ease-in-out;
}

.feature-image__image.lazyloaded + .feature-image__fade {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

@media (min-width: 52em) and (max-width: 72em) {
  .feature-image__header--double {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 102em) {
  .feature-image__double-col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 102em) {
  .feature-image__double-container {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

/*============================================================================
  #Feature Image Grid
==============================================================================*/
.feature-image-grid {
  /*
  @media (min-width: 102em) {
    margin-top: $space-4;
    margin-bottom: $space-4;
    &.feature-image--top {
      margin-top: 0;
    }

    .clearfix {
      margin-left: -$space-3;
      margin-right: -$space-3;
    }
    .col {
      padding: 0 $space-3;
    }

  }
  */
}
@media (min-width: 102em) {
  .feature-image-grid {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.feature-image-grid .slick-dots {
  bottom: -10px;
}

@media (min-width: 102em) {
  .feature-image + .feature-image-grid {
    margin-top: -2rem;
    margin-bottom: 4rem;
  }
}

.image-grid--quotes {
  position: relative;
  display: inline-block;
}
.image-grid--quotes:before {
  position: absolute;
  display: block;
  margin-left: -1em;
  content: "\201C";
}
.image-grid--quotes:after {
  position: absolute;
  right: -1em;
  bottom: 0;
  display: block;
  content: "\201D";
}

.feature-slideshow {
  display: none;
}

.feature-slideshow.slick-initialized {
  display: block;
}

.feature-slideshow {
  overflow: hidden;
}
.feature-slideshow .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -24px;
}
.feature-slideshow .slick__arrow--right {
  right: 0;
}
.feature-slideshow .slick__arrow--left {
  left: 0;
}
.feature-slideshow .slick-dots li button.color--white {
  border: 1px solid #fff;
}
.feature-slideshow .slick-dots li button.color--primary {
  border: 1px solid #382628;
}
.feature-slideshow .slick-dots li button.color--accent {
  border: 1px solid #ff8771;
}
.feature-slideshow .slick-dots li.slick-active button.color--white {
  background: #fff;
}
.feature-slideshow .slick-dots li.slick-active button.color--primary {
  background: #382628;
}
.feature-slideshow .slick-dots li.slick-active button.color--accent {
  background: #ff8771;
}

/*============================================================================
  #Newsletter
==============================================================================*/
.newsletter__input {
  margin: 0;
  outline: none;
  border: 0;
  box-shadow: 0 0 0 2px #fff inset;
  background-color: #fff;
}
@media (min-width: 72em) {
  .newsletter__input {
    float: left;
    margin-right: 2%;
    width: 26%;
  }
}
.newsletter__input:focus {
  box-shadow: 0 0 0 2px #ff8771 inset;
}

.newsletter__submit {
  margin: 0;
}
@media (min-width: 72em) {
  .newsletter__submit {
    margin-right: 0;
    width: 16%;
  }
}

/*============================================================================
  #Frank World
==============================================================================*/
.categories__icon {
  max-height: 3rem;
}

.content-grid__item--video-icon {
  width: 5rem;
}

/* category icons */
.fw-categories__hover {
  z-index: 2;
  opacity: 0;
  /*transition*/
  transition: all 0.2s ease-in-out;
}

.fw-categories__link:hover .fw-categories__hover {
  opacity: 1;
}

.fw-categories__icon {
  font-size: 3rem;
}
.fw-categories__icon > svg {
  margin-top: -16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

@media (max-width: 52em) {
  .fw-categories__item {
    width: 150px;
  }
}

.fw-categories {
  overflow: hidden;
  /* the slides */
  /* the parent */
}
.fw-categories .slick-slide {
  margin: 0 10px;
}
.fw-categories .slick-track {
  margin: 0 0 0 16px;
}
.fw-categories .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -24px;
}
.fw-categories .slick__arrow--right {
  right: 0;
}
.fw-categories .slick__arrow--left {
  left: 0;
}
.fw-categories .slick-dots {
  bottom: auto;
  top: 0;
}

.letsbefrank__navigation-link {
  padding: 4px 0;
  padding-left: 2px;
  border-bottom: 1px solid transparent;
  /*transition*/
  transition: all 0.2s ease-in-out;
}
.letsbefrank__navigation-link.active, .letsbefrank__navigation-link:hover {
  border-bottom: 1px solid rgba(56, 38, 40, 0.7);
}

.letsbefrank__mobile-nav--select {
  background: none;
  border-bottom: 1px solid rgba(56, 38, 40, 0.7);
  padding: 8px 0;
}
.letsbefrank__mobile-nav--select svg {
  vertical-align: -2px;
}

.letsbefrank__mobile-nav {
  transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  max-height: 0;
  overflow: hidden;
}
.letsbefrank__mobile-nav.show {
  max-height: 500px;
}

/*============================================================================
  #Product row
==============================================================================*/
/*
.products-row {
  margin-top: -40px;
  &.has-title {
    margin-top: 0;
    padding-top: $space-4;
  }
}
*/
/*============================================================================
  #Reviews
==============================================================================*/
.reviews__list .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
}
.reviews__list .slick__arrow--right {
  right: 0;
}
.reviews__list .slick__arrow--left {
  left: 0;
}
.reviews__list .slick-dots {
  bottom: auto;
  top: 0;
}

/*============================================================================
  #Featured Reviews
==============================================================================*/
.featured-reviews__cta {
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 2rem 0.6rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 52em) {
  .featured-reviews__cta {
    font-size: 1rem;
    padding: 0.5rem 3rem 0.6rem;
  }
}
.featured-reviews__cta:hover {
  background-color: #ff8771;
}

.featured-reviews__content {
  order: 2;
}
@media (min-width: 52em) {
  .featured-reviews__content {
    order: 1;
  }
}

.featured-reviews__image {
  order: 1;
}
@media (min-width: 52em) {
  .featured-reviews__image {
    order: 2;
  }
}

/*============================================================================
  #Editorial with Texture
==============================================================================*/
.editorial__texture {
  z-index: 2;
}

.editorial__content {
  z-index: 3;
}

@media (min-width: 52em) {
  .editorial__texture {
    z-index: 0;
  }

  .editorial__content {
    z-index: 3;
  }

  .editorial__texture--full {
    z-index: 2;
  }
}
/*============================================================================
  #Feature Icon
==============================================================================*/
.feature-icon__icon {
  font-size: 3rem;
}
@media (min-width: 72em) {
  .feature-icon__icon {
    font-size: 5rem;
  }
}

/* Templates
==========================================================================*/
/*============================================================================
  #Product page
==============================================================================*/
.product-image--lightbox {
  max-height: 90vh;
}

.product-slider__dots {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: -6px;
  margin-right: -6px;
  display: none !important;
}
@media (min-width: 52em) {
  .product-slider__dots {
    display: block !important;
  }
}
.product-slider__dots > li {
  display: inline-block;
  width: 50%;
  padding: 6px;
}
@media (min-width: 52em) {
  .product-slider__dots > li {
    width: 25%;
  }
}
.product-slider__dots > li button {
  padding: 0;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  /*transition*/
  transition: opacity 0.2s ease-in-out;
}
.product-slider__dots > li button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.product-slider__dots > li button:focus {
  outline: 0;
}

.product-slider .slick-next, .product-slider .slick-prev {
  font-size: 2rem;
}

@media (max-width: 52em) {
  .mix-match-select {
    width: 100%;
  }
}

.images__thirds .product-slider__dots > li {
  display: inline-block;
  width: 33.333%;
}
@media (min-width: 80em) {
  .images__thirds .product-slider__dots > li {
    width: 33.333%;
  }
}

/* After pay */
.product-info__afterpay {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.afterpay__link {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  text-decoration: underline;
}

.afterpay__image {
  width: 70px;
  height: auto;
  margin-right: 8px;
}

.product-page__badge {
  z-index: 3;
}
.product-page__badge > img, .product-page__badge svg {
  width: 80px;
  height: 80px;
}
@media (min-width: 72em) {
  .product-page__badge > img, .product-page__badge svg {
    width: 120px;
    height: 120px;
  }
}

.product-page__banner a {
  background: none;
  text-decoration: underline;
  color: inherit;
}

.product-info__accordion-toggle,
.product-info__accordion-content {
  border-bottom: 2px solid #bfbfbf;
}
.product-info__accordion-toggle:first-of-type,
.product-info__accordion-content:first-of-type {
  border-top: 2px solid #bfbfbf;
}

.product-info__payments {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
.product-info__payments .or-mobile {
  display: block;
  height: 1px;
  width: 80%;
  background-color: lightgrey;
}
.product-info__payments .or {
  position: relative;
  display: block;
  font-size: 10px;
  text-align: center;
}

[data-state=collapsed] .product-info__accordion-chevron svg {
  transform: rotate(180deg);
}

.before-after__customer--mobile .slick-track {
  display: flex;
  align-items: center;
}

.before-after__arrow {
  bottom: 45%;
}
.before-after__arrow-next-inside {
  right: -5%;
}
.before-after__arrow-prev-inside {
  left: -5%;
}

.benefit-description {
  letter-spacing: -0.01rem;
}

.product-page__gift-card-image svg {
  width: 100%;
  height: 100%;
}

.archive__gif {
  width: 31.25%;
}

.orders__row {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.orders__row:hover {
  background-color: #382628;
  color: #fff;
}

.order__row--clicked {
  background-color: #382628;
  color: #fff;
}

.orders__products {
  will-change: display, height;
  display: none;
  margin-top: -1em;
}

.change-password {
  display: none;
}
.change-password--visible {
  display: block;
}

/*============================================================================
  #Article
==============================================================================*/
@media (min-width: 102em) {
  .article__header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 102em) {
  .article__meta {
    padding-left: 0;
  }
}
.article__image {
  min-height: 30rem;
}
@media (max-width: 52em) {
  .article__image {
    min-height: 24rem;
  }
}
@media (min-width: 52em) {
  .article__caption {
    width: 70%;
  }
}
.article__caption--video {
  width: auto;
}
.article__tags a {
  color: #404040;
}
.article__content p:first-of-type {
  margin-top: 0;
}
@media (min-width: 52em) {
  .article__read-more-post {
    min-height: 26rem;
  }
}
.article__quote {
  font-size: 1.8rem;
  text-transform: none;
  /*
  &:before {
    position: absolute;
    display: block;
    margin-left: -1em;
    content: "\201C";
  }
  &:after {
    position: absolute;
    right: -1em;
    bottom: 0;
    display: block;
    content: "\201D";
  }
  */
}
@media (min-width: 52em) {
  .article__quote {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.product-mention {
  color: #000;
  position: relative;
}
.product-mention::before {
  border: 1px solid #f2f2f2;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(84rem - (21rem + 21rem + 5rem));
}
@media (max-width: 52em) {
  .product-mention::before {
    display: none;
  }
}

.article__content > h1,
.article__content > h2,
.article__content > h3,
.article__content > h4,
.article__content > h5,
.article__content > h6,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  font-weight: 500;
  font-family: "Pitch Semibold";
}
.article__content > h2,
.article__content > h4,
.article__content > h5,
.article__content > h6,
.entry-content > h2,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.article__content blockquote,
.entry-content blockquote {
  padding: 0 2rem 0 0;
  margin: 0;
}
@media (min-width: 52em) {
  .article__content blockquote,
.entry-content blockquote {
    padding: 0;
    margin: 4rem 0;
  }
}
.article__content blockquote > p,
.entry-content blockquote > p {
  font-family: "Pitch Semibold";
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  display: inline;
}
@media (min-width: 52em) {
  .article__content blockquote > p,
.entry-content blockquote > p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.article__content blockquote > p::before,
.entry-content blockquote > p::before {
  content: "\201C";
  position: absolute;
  left: -0.6em;
  margin-left: -0.6em;
}
.article__content blockquote > p::after,
.entry-content blockquote > p::after {
  content: "\201D";
  position: absolute;
  right: -0.6em;
  margin-right: -0.6em;
}
.article__content ul,
.entry-content ul {
  list-style-type: circle;
}
.article__content p > strong,
.entry-content p > strong {
  font-weight: 500;
  background-color: #fff5f3;
  padding: 3px 0;
}
.article__content a,
.entry-content a {
  font-weight: 500;
  border-bottom: 1px solid #382628;
}

/*============================================================================
  #Account forms
==============================================================================*/
.form-container {
  max-width: 400px;
}

.input--label {
  position: relative;
  z-index: 3;
}

.input--label:focus {
  box-shadow: 0 0 6px rgba(0, 200, 222, 0.25);
  background-color: #fafafa;
}

.form-sep {
  height: 1px;
  background-color: #382628;
  position: relative;
}

.form-sep__text {
  width: 100px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -7px;
  text-align: center;
}

.social-auth-icon {
  position: absolute;
  top: 8px;
  left: 12px;
}

.login-info {
  padding: 8px;
  text-align: center;
  background-color: #ff8771;
  color: #fff;
}

/*============================================================================
  #Store Locator Page
==============================================================================*/
.map::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 40em) {
  .map::before {
    padding-bottom: 41.66%;
  }
}
.map__store:hover {
  background-color: #382628;
  color: #fff5f3;
}
/*============================================================================
  # Loyalty
==============================================================================*/
.loyalty-about__level-wrapper {
  padding-bottom: 116%;
  position: relative;
}
@media (min-width: 40em) {
  .loyalty-about__level-wrapper {
    padding-bottom: 52%;
  }
}
@media (min-width: 52em) {
  .loyalty-about__level-wrapper {
    padding-bottom: 52%;
  }
}
@media (min-width: 72em) {
  .loyalty-about__level-wrapper {
    padding-bottom: 43%;
  }
}

.loyalty-about__levels-arrow {
  max-width: 64px;
  transform: translateY(17rem);
}
.loyalty-about__levels-arrow-next {
  left: 10%;
}
@media (min-width: 80em) {
  .loyalty-about__levels-arrow-next {
    transform: translateY(21rem);
  }
}
.loyalty-about__levels-arrow-prev {
  right: 10%;
  transform: translateY(17rem);
}
.loyalty-about__levels-arrow-prev img {
  transform: rotate(180deg);
}
@media (min-width: 80em) {
  .loyalty-about__levels-arrow-prev {
    transform: translateY(21rem);
  }
  .loyalty-about__levels-arrow-prev img {
    transform: rotate(180deg);
  }
}

.loyalty-about__levels-modal-bar {
  border-top: 2px solid #fff5f3;
  height: 60px;
}

.loyalty-about__levels-modal-arrow {
  width: 50px;
}

.loyalty-about__levels-modal {
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.loyalty-about__levels-modal--open {
  opacity: 1;
  visibility: visible;
}

.loyalty-about__levels-slides--mobile,
.loyalty-about__level--mobile {
  height: calc(100vh - 60px) !important;
}

.loyalty-about__progress-bar {
  border-radius: 0;
}
@media (min-width: 52em) {
  .loyalty-about__progress-bar {
    border-radius: 2em;
  }
}
.loyalty-about__progress-circle {
  width: 2em;
  height: 2em;
}
.loyalty-about__progress-circles {
  top: -0.5em;
}

.support-section__content {
  display: none;
  will-change: display, height;
}
.support-section a {
  text-decoration: underline;
}
.support-section a:hover {
  color: #ff8771;
}
.support-section__modal-content td {
  padding: 0.5em;
}
.support-section__modal-content table {
  width: 100%;
}
@media (max-width: 52em) {
  .support-section__modal-content table {
    font-size: 0.875rem;
  }
}

/*============================================================================
  # Antis Campaign
==============================================================================*/
.feature-images__layer {
  margin-right: -100%;
}

.play-button svg {
  height: auto;
}

.spin {
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0turn);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0turn);
  }
  100% {
    transform: rotate(1turn);
  }
}
/*============================================================================
  #Anti Casting
==============================================================================*/
.js--input {
  background-color: transparent;
  border-bottom: 2px solid #ff8771;
  outline: none;
}

.textarea::-moz-placeholder {
  text-transform: uppercase;
}

.textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

.textarea::-ms-input-placeholder {
  text-transform: uppercase;
}

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

/*============================================================================
  # Green Tease Campaign
==============================================================================*/
.green-tease svg {
  width: 100%;
  height: 100%;
}

.container {
  width: 100vw;
  height: 100vh;
}

.container svg {
  shape-rendering: geometricPrecision;
  width: 600%;
  height: auto;
  margin-left: -250%;
  margin-top: -213%;
}
@media (min-width: 860px) {
  .container svg {
    width: 205%;
    height: auto;
    margin-left: -53%;
    margin-top: -76%;
  }
}
@media (min-width: 1281px) {
  .container svg {
    width: 235%;
    height: auto;
    margin-left: -68%;
    margin-top: -87%;
  }
}

.rays {
  transform-origin: center center;
  -webkit-animation: rotate 60s linear 0s infinite;
          animation: rotate 60s linear 0s infinite;
}

.card__holder {
  perspective: 1000px;
  max-height: 80vh;
  margin-left: -100%;
}

.card {
  width: 55%;
  height: auto;
  margin-left: 0;
  margin-top: 20%;
  transform-style: preserve-3d;
  transform: scale(0);
}
@media (min-width: 359px) {
  .card {
    margin-top: 13%;
  }
}
@media (min-width: 52em) {
  .card {
    width: 18%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
  }
}

.card--ready {
  transform: scale(1);
  transition: transform 0.7s ease;
}

.card__face {
  margin-right: -100%;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.card__face--front {
  transform: rotateY(180deg);
}

.card__face--back {
  transition: transform 1s ease;
}

.card__face--back:hover {
  transform: scale(1.1);
}

.star {
  transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: breathe 2s linear 0s infinite;
          animation: breathe 2s linear 0s infinite;
}

.reveal {
  -webkit-animation: reveal 2s linear 0s 1 forwards;
          animation: reveal 2s linear 0s 1 forwards;
}

.ball {
  transform: scale(1.05);
  transform-origin: center center;
  fill: #00b0a5;
  -webkit-filter: url(#a);
          filter: url(#a);
}
.ball__ring {
  fill: none;
  stroke: white;
  stroke-width: 2px;
}

@-webkit-keyframes breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.3);
  }
}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.3);
  }
}
@-webkit-keyframes reveal {
  0% {
    transform: rotateY(0turn);
  }
  30% {
    transform: rotateY(4turn);
  }
  50% {
    transform: rotateY(6turn);
  }
  100% {
    transform: rotateY(8.5turn);
  }
}
@keyframes reveal {
  0% {
    transform: rotateY(0turn);
  }
  30% {
    transform: rotateY(4turn);
  }
  50% {
    transform: rotateY(6turn);
  }
  100% {
    transform: rotateY(8.5turn);
  }
}
@-webkit-keyframes rotate {
  to {
    transform: rotate(180deg);
  }
}
@keyframes rotate {
  to {
    transform: rotate(180deg);
  }
}
/*============================================================================
  # A-Beauty Campaign Page
==============================================================================*/
.end-svg svg {
  width: 300%;
  height: auto;
  margin-left: -107%;
}
@media (min-width: 52em) {
  .end-svg svg {
    width: 110%;
    height: auto;
    margin-left: -7%;
  }
}

.wave svg {
  width: 100vw;
  height: auto;
}

.abeauty-sun {
  -webkit-animation: sunrise 3s ease;
          animation: sunrise 3s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes sunrise {
  from {
    transform: translateY(10rem);
  }
  to {
    transform: translateY(0rem);
  }
}

@keyframes sunrise {
  from {
    transform: translateY(10rem);
  }
  to {
    transform: translateY(0rem);
  }
}
.circle--made-well--mobile {
  bottom: -7rem;
  left: -1rem;
  padding: 10rem;
}
.circle--made-well--desktop {
  bottom: -12%;
  left: 79%;
  padding: 10rem;
}
.circle--intro {
  bottom: -8rem;
  left: 0;
  padding: 5rem;
}
@media (min-width: 52em) {
  .circle--intro {
    bottom: -19rem;
    left: 7rem;
    padding: 12rem;
  }
}

.abeauty__benefit-icon {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
}
@media (max-width: 52em) {
  .abeauty__benefit-icon {
    flex: 33%;
    min-height: 0;
    min-width: 0;
  }
  .abeauty__benefit-icon:nth-child(2), .abeauty__benefit-icon:nth-child(1) {
    flex: 50%;
    min-height: 0;
    min-width: 0;
  }
}

/*============================================================================
  # Hair
==============================================================================*/
.hair__form-input {
  background: none;
  border: none;
  border-bottom: 2px solid white;
  outline: none;
}
.hair__form [type=radio]:checked ~ label {
  background: #ffdcd2;
}

.hair__images-caption {
  font-size: 2rem;
}
@media (min-width: 52em) {
  .hair__images-caption {
    font-size: 6rem;
  }
}
.hair__images-container {
  height: 0;
  overflow: hidden;
  background-color: rgba(56, 38, 40, 0.5);
}
.hair__images-container--mobile {
  padding-bottom: 82.5%;
}
.hair__images-container--desktop {
  padding-bottom: 52.0833333333%;
}

/*============================================================================
  # Phase 2
==============================================================================*/
@media (min-width: 52em) {
  .product-ingredients--heading {
    padding-bottom: 10rem;
  }
}

.product-ingredients__ingredient-border--left {
  transform: translateX(-60%);
}
@media (min-width: 52em) {
  .product-ingredients__ingredient-border--left {
    transform: translateX(60%);
  }
}
.product-ingredients__ingredient-border--right {
  transform: translateX(30%);
  width: 130%;
}
@media (min-width: 52em) {
  .product-ingredients__ingredient-border--right {
    transform: translateX(-50%);
    width: 100%;
  }
}

@media (max-width: 52em) {
  .product-ingredients__product:nth-of-type(1) .product-ingredients__ingredients,
.product-ingredients__product:nth-of-type(2) .product-ingredients__product-image {
    order: 2;
  }
}

/*============================================================================
  # Hair
==============================================================================*/
.hair__form-input {
  background: none;
  border: none;
  border-bottom: 2px solid white;
  outline: none;
}
.hair__form [type=radio]:checked ~ label {
  background: #ffdcd2;
}

.baby-mumma-caption {
  font-size: 2rem;
}
@media (min-width: 52em) {
  .baby-mumma-caption {
    font-size: 6rem;
  }
}
.baby-mumma-container {
  height: 0;
  overflow: hidden;
  background-color: rgba(56, 38, 40, 0.5);
}
.baby-mumma-container--desktop {
  padding-bottom: 37.5%;
}

/* Extras
==========================================================================*/
/*============================================================================
  #No JS
==============================================================================*/
.no-js {
  /* Image blur technique */
}
.no-js .no-js--hide {
  display: none;
}
.no-js #noscript-warning {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  padding-top: 5px;
  background-color: #382628;
  color: #fff;
}
.no-js .fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  transform: translateY(1rem);
}
.no-js .blur-up {
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: filter 400ms, -webkit-filter 400ms;
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.no-js .lazyload {
  display: none;
}
.no-js .not-ready {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.no-js .featured-content,
.no-js .newsletter {
  background-color: #fff5f3;
}
.no-js .featured-content .pattern,
.no-js .newsletter .pattern {
  display: none;
}
.no-js .feature-slideshow {
  display: block;
  overflow: auto;
}
.no-js .has-products > * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.no-js .has-products > .svg-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.no-js .product-page__form .add-to-cart {
  display: none;
}
.no-js .product-page__form .add-to-cart__no-js {
  width: 200px;
  text-align: center;
}
.no-js .add-to-cart__desktop {
  display: none;
}
.no-js .header--desktop__navigation-list-item:hover > .header--desktop__subnav {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.no-js .content-grid {
  overflow: auto;
}
.no-js .content-grid__item {
  float: left;
}
