@font-face {
  font-family: "Knockout";
  src: url("Knockout-HTF49-Liteweight.woff2") format("woff2"), url("Knockout-HTF49-Liteweight.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.newsletterCta__closeWrap .btn-close, .newsletterCta__closeWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.collectionListing:first-child, #blog-page .blog__article:first-child {
  margin-top: 0;
}
.collectionListing:last-child, #blog-page .blog__article:last-child {
  margin-bottom: 0;
}

.newsletterCta__closeWrap .btn-close {
  transition: 300ms;
}

.footerNav, #header .header-content .nav-ui {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footerNav a, #header .header-content .nav-ui a {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 1.2px;
  margin: 0 8px;
  padding: 6px 16px 8px;
  transition: color 200ms ease;
  text-transform: uppercase;
}
.footerNav a:hover, #header .header-content .nav-ui a:hover {
  text-decoration: none;
  color: #FC4747;
}

.sectionedPage .collectionListing .title-ui, .title-max {
  font-size: 146px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: 18.01px;
  text-align: center;
  max-width: 800px;
  font-family: "Knockout", sans-serif;
  margin: auto;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 945px ) {
  .sectionedPage .collectionListing .title-ui, .title-max {
    font-size: 90px;
    letter-spacing: 12px;
  }
}
@media (max-width: 540px ) {
  .sectionedPage .collectionListing .title-ui, .title-max {
    font-size: 58px;
    margin-bottom: 60px;
  }
}

/* USAGE: 
  <div class="some-class-whose-width-will-constrain-the-contents">
    <div class="some-aspectRatioContainer-class"> // @include aspectRatioContainer
      <img class="some-%aspectRatioedImage-class"> // @extend %aspectRatioedMedia
    </div>
  </div>

  Note that width and height are not absolute.  They're used to calculate the aspect ratio, and that's it.
*/
/*! 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;
}

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

/* setup
---------------------------------------- */
html {
  box-sizing: border-box;
}

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

/* body
---------------------------------------- */
body {
  background-color: #f6f5f2;
  color: #231f20;
  font-family: bookmania, serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.2px;
}

a {
  color: #231f20;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

img {
  display: block;
}

.holder {
  margin: auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

/* hero-ui
---------------------------------------- */
.hero-ui {
  margin-bottom: 100px;
}
.hero-ui img {
  width: 100%;
}

/* section-padding
---------------------------------------- */
.section-padding {
  padding: 0 40px;
}

@media (max-width: 540px) {
  .section-padding {
    padding: 0 20px;
  }
}
/* links-ui
---------------------------------------- */
.links-ui {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase;
  margin-top: 55px;
}
.links-ui .label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.links-ui .btn-black {
  margin: 0 15px;
}

/* divider-ui
---------------------------------------- */
.divider-ui .line {
  width: 100%;
  height: 2px;
  background-color: #231f20;
  margin: 100px 0;
}

/* intro-section
---------------------------------------- */
.intro-section {
  margin-bottom: 100px;
}
.intro-section .text-ui {
  max-width: 814px;
  font-size: 25px;
}

@media (max-width: 540px) {
  .intro-section {
    margin-bottom: 0;
  }
}
/* breadcrumbs-ui
---------------------------------------- */
.breadcrumbs-ui {
  margin: auto;
  margin-bottom: 90px;
  margin-top: -20px;
  text-align: center;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.breadcrumbs-ui .divider {
  display: inline-block;
  margin: 0 5px;
}
.breadcrumbs-ui a {
  transition: color 200ms ease;
}
.breadcrumbs-ui a:hover {
  color: #FC4747;
  text-decoration: none;
}

@media (max-width: 985px) {
  .breadcrumbs-ui {
    margin-bottom: 40px;
  }
}
/* select-ui
---------------------------------------- */
.select-ui {
  position: relative;
  display: inline-block;
}
.select-ui select {
  border-radius: 8px;
  border: solid 2px #231f20;
  width: 235px;
  padding: 6px 20px;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  text-transform: uppercase;
  transition: all 200ms ease;
}
.select-ui .arrow {
  pointer-events: none;
  position: absolute;
  top: 11px;
  right: 20px;
}
.select-ui .arrow svg * {
  transition: fill 200ms ease;
}
.select-ui:hover select {
  border-color: #FC4747;
  color: #FC4747;
}
.select-ui:hover select option {
  color: #231f20;
}
.select-ui:hover .arrow svg * {
  fill: #FC4747;
}

/* number-ui
---------------------------------------- */
.number-ui {
  border: 2px solid #231f20;
  display: inline-flex;
  border-radius: 8px;
}
.number-ui .btn {
  background: transparent;
  outline: none;
  border: none;
  width: 49px;
  height: 43px;
  margin: 0;
  display: inline-block;
  transition: all 200ms ease;
}
.number-ui .btn-minus svg {
  position: relative;
  top: -3px;
}
.number-ui .btn-plus svg {
  position: relative;
  top: -1px;
}
.number-ui input {
  border: none;
  border-left: 2px solid #231f20;
  border-right: 2px solid #231f20;
  width: 78px;
  height: 43px;
  outline: none;
  text-align: center;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
  background-color: transparent;
}
.number-ui input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.number-ui input[type=number]::-webkit-outer-spin-button,
.number-ui input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-ui input[type=number] {
  -moz-appearance: textfield;
}
.number-ui.number-small {
  border: 1px solid #000;
}
.number-ui.number-small .btn {
  width: 30px;
  height: 26px;
}
.number-ui.number-small input {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 45px;
  height: 26px;
  font-size: 14px;
}

/* #content-page
---------------------------------------- */
#content-page, .content-page {
  padding: 0 40px;
}
#content-page .holder, .content-page .holder {
  max-width: 800px;
}

@media (max-width: 540px) {
  #content-page, .content-page {
    padding: 0 20px;
  }
}
/* content-ui
---------------------------------------- */
.content-ui {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
.content-ui a {
  font-weight: bold;
  text-decoration: underline;
}
.content-ui a:hover {
  color: #FC4747;
}
.content-ui ul {
  margin: 0;
  margin-bottom: 30px;
  padding-left: 50px;
}
.content-ui p {
  margin: 0;
  margin-bottom: 30px;
  line-height: 1.35;
  letter-spacing: -0.1px;
}
.content-ui h1, .content-ui h2, .content-ui h3, .content-ui h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

/* video
---------------------------------------- */
.video-ui {
  position: relative;
  margin-bottom: 60px;
}
.video-ui #video-poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.video-ui #video-poster .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 500ms ease;
}
.video-ui #video-poster .play .icon {
  margin-bottom: 19px;
}
.video-ui #video-poster .play .text {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.video-ui #video-poster .play:hover {
  background-color: rgba(0, 0, 0, 0.31);
}
.video-ui #video-poster .logo {
  position: absolute;
  bottom: 28px;
  right: 26px;
}
.video-ui #video-poster .background img {
  width: 100%;
}
.video-ui #video-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.video-ui #video-holder iframe {
  width: 100%;
  height: 100%;
}
.video-ui #video-holder.playing {
  z-index: 2;
}
.video-ui .spacer img {
  width: 100%;
}

.msgBox {
  padding: 20px 30px;
  font-size: 14px;
  border-radius: 8px;
  border: solid 2px #231f20;
  margin: 20px 0 20px;
}

.visually-hidden {
  position: absolute;
  left: -10000px;
}

/* mobile tweaks
---------------------------------------- */
@media (max-width: 945px) {
  body {
    font-size: 18px;
  }

  #header .header-content .intro-title {
    max-width: 445px;
  }

  #header .header-content .intro-title img {
    width: 100%;
  }

  .hero-ui {
    margin-bottom: 80px;
  }

  .hero-ui.section-padding {
    padding: 0;
  }

  .links-ui {
    flex-direction: column;
    text-align: center;
  }

  .links-ui .label {
    margin: 0;
    margin-bottom: 14px;
  }

  .links-ui .btn-black {
    margin: 0;
    margin-bottom: 14px;
  }
}
/* buttons.css
======================================= */
/* btn-black
---------------------------------------- */
.btn-black {
  color: #f6f5f2;
  background-color: #231f20;
  border-radius: 8px;
  padding: 3px 18px 4px 18px;
  text-transform: uppercase;
  text-align: center;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  transition: background-color 200ms ease;
}
.btn-black:hover {
  background-color: #FC4747;
  text-decoration: none;
}

/* btn-yellow
---------------------------------------- */
.btn-yellow {
  color: #231f20;
  background-color: #ffec00;
  border-radius: 8px;
  padding: 3px 18px 4px 18px;
  text-transform: uppercase;
  text-align: center;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  transition: background-color 200ms ease;
}
.btn-yellow:hover {
  color: #f6f5f2;
  background-color: #FC4747;
  text-decoration: none;
}

/* btn-grey
---------------------------------------- */
.btn-grey {
  display: inline-block;
  color: #f6f5f2;
  background-color: #aaa8a0;
  border-radius: 8px;
  padding: 3px 18px 4px 18px;
  text-transform: uppercase;
  text-align: center;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  transition: background-color 200ms ease;
}
.btn-grey:hover {
  color: #f6f5f2;
  background-color: #FC4747;
  text-decoration: none;
}

.btn-disabled {
  display: inline-block;
  color: #aaa8a0;
  background-color: #DDDCDB;
  border-radius: 8px;
  padding: 3px 18px 4px 18px;
  text-transform: uppercase;
  text-align: center;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  transition: background-color 200ms ease;
}
.product-ui .product-content .buttons .btn-disabled.btn {
  max-width: 160px;
}

/* grid.css
======================================= */
.grid-ui {
  display: flex;
  flex-wrap: wrap;
  margin: -11px;
}
.grid-ui [class*=col-] {
  padding: 11px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.grid-ui .col-100 {
  width: 100%;
}
.grid-ui .col-75 {
  width: 75%;
}
.grid-ui .col-66 {
  width: 66.6666666%;
}
.grid-ui .col-65 {
  width: 65%;
}
.grid-ui .col-50 {
  width: 50%;
}
.grid-ui .col-35 {
  width: 35%;
}
.grid-ui .col-33 {
  width: 33.333333%;
}
.grid-ui .col-25 {
  width: 25%;
}
.grid-ui .col-20 {
  width: 20%;
}

@media (max-width: 1175px) {
  .grid-ui .col-100 {
    width: 100%;
  }
  .grid-ui .col-75 {
    width: 75%;
  }
  .grid-ui .col-66 {
    width: 66.6666666%;
  }
  .grid-ui .col-65 {
    width: 65%;
  }
  .grid-ui .col-50 {
    width: 50%;
  }
  .grid-ui .col-35 {
    width: 50%;
  }
  .grid-ui .col-33 {
    width: 50%;
  }
  .grid-ui .col-25 {
    width: 50%;
  }
  .grid-ui .col-20 {
    width: 50%;
  }
}
@media (max-width: 490px) {
  .grid-ui .col-100 {
    width: 100%;
  }
  .grid-ui .col-75 {
    width: 100%;
  }
  .grid-ui .col-66 {
    width: 100%;
  }
  .grid-ui .col-65 {
    width: 100%;
  }
  .grid-ui .col-50 {
    width: 100%;
  }
  .grid-ui .col-35 {
    width: 100%;
  }
  .grid-ui .col-33 {
    width: 100%;
  }
  .grid-ui .col-25 {
    width: 100%;
  }
  .grid-ui .col-20 {
    width: 100%;
  }
}
/* text.css
======================================= */
.title-ui {
  font-size: 60px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: -1.29px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  max-width: 410px;
}

.title-med {
  font-size: 76px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: 18.01px;
  text-align: center;
  max-width: 800px;
  font-family: "Knockout", sans-serif;
  margin: auto;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.text-ui {
  max-width: 932px;
  margin: auto;
  text-align: center;
}
.text-ui p {
  margin: 0;
  margin-bottom: 40px;
}
.text-ui p:last-child {
  margin: 0;
}

.label-ui {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.no-content {
  text-align: center;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 28px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

@media (max-width: 945px) {
  .title-ui {
    font-size: 40px;
    margin-bottom: 60px;
  }

  .title-med {
    font-size: 50px;
  }
}
@media (max-width: 540px) {
  .title-ui {
    font-size: 36px;
    letter-spacing: normal;
  }
}
/* item.css
======================================= */
.item-ui {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
  padding-bottom: 50px;
}
.item-ui span {
  display: block;
}
.item-ui .image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.item-ui .image img {
  width: 100%;
  display: block;
}
.item-ui .info {
  text-align: center;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
}
.item-ui .info .title {
  text-transform: uppercase;
}
.item-ui:hover {
  text-decoration: none;
  color: #FC4747;
}
.item-ui.product-item .image {
  padding: 35px;
  margin: 0;
}

/* cart.css
======================================= */
.cart-ui {
  /* .cart-ui .bottom */
}
.cart-ui .cart-table {
  width: 100%;
  margin-bottom: 25px;
}
.cart-ui .cart-table .row {
  border-bottom: 2px solid #231f20;
  display: flex;
  justify-content: space-between;
}
.cart-ui .cart-table .cell-product {
  flex-grow: 1;
}
.cart-ui .cart-table .cell-price {
  width: 100px;
}
.cart-ui .cart-table .cell-quantity {
  width: 170px;
}
.cart-ui .cart-table .cell-total {
  width: 140px;
}
.cart-ui .cart-table .label-mobile {
  display: none;
}
.cart-ui .cart-table .thead .cell {
  text-align: right;
  text-transform: uppercase;
  font-size: 20px;
  font-family: trade-gothic-next-condensed, sans-serif;
  padding: 0px 0 18px 0;
}
.cart-ui .cart-table .tbody .cell {
  text-align: right;
  padding: 12px 0;
  vertical-align: top;
}
.cart-ui .cart-table .tbody .price {
  font-size: 20px;
  font-family: trade-gothic-next-condensed, sans-serif;
  padding-top: 3px;
}
.cart-ui .cart-table .tbody .product {
  display: flex;
  padding-right: 40px;
  text-align: left;
  align-items: center;
}
.cart-ui .cart-table .tbody .product .image {
  max-width: 108px;
  margin-right: 40px;
}
.cart-ui .cart-table .tbody .product .image img {
  width: 100%;
  display: block;
}
.cart-ui .cart-table .tbody .product .info {
  padding-top: 5px;
  display: block;
  color: #000;
}
.cart-ui .cart-table .tbody .product .info .name {
  font-size: 18px;
  line-height: 23px;
  display: block;
  margin-bottom: 2px;
}
.cart-ui .cart-table .tbody .product .info .type {
  font-size: 18px;
  line-height: 23px;
  display: block;
}
.cart-ui .cart-table .tbody .product .info .btn-delete {
  color: #FC4747;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 23px;
}
.cart-ui .cart-table .tbody .product .info .btn-delete:hover {
  color: #231f20;
  text-decoration: none;
}
.cart-ui .cart-table .tbody .product:hover {
  text-decoration: none;
}
.cart-ui .cart-table .tbody .cell-total {
  position: relative;
}
.cart-ui .bottom {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cart-ui .bottom .rightside {
  text-align: right;
  flex-shrink: 0;
}
.cart-ui .bottom .total-holder {
  margin-bottom: 34px;
}
.cart-ui .bottom .total-holder .subtotal {
  font-family: trade-gothic-next-condensed, sans-serif;
  margin-bottom: 10px;
}
.cart-ui .bottom .total-holder .subtotal .label {
  font-size: 20px;
  letter-spacing: 1px;
  margin-right: 30px;
  text-transform: uppercase;
}
.cart-ui .bottom .total-holder .subtotal .number {
  font-size: 25px;
  letter-spacing: 1.25px;
}
.cart-ui .bottom .total-holder .text {
  font-size: 16px;
  line-height: 1.44;
}
.cart-ui .bottom .buttons .btn {
  margin-left: 16px;
}
.cart-ui .bottom .notification {
  max-width: 400px;
  width: 100%;
  display: block;
  transition: border-color 200ms ease;
}
@media (max-width: 945px ) {
  .cart-ui .bottom .notification {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.cart-ui .bottom .notification:hover {
  border-color: #231f20;
  text-decoration: none;
}
.cart-ui .cell-quantity input {
  width: 70px;
  vertical-align: middle;
  text-align: center;
}
.cart-ui .cell-quantity input, .cart-ui .cart-delivery-message input, .cart-ui .cart-delivery-message textarea {
  background: #f6f5f2;
  border: 2px solid #231f20;
  border-radius: 6px;
  padding: 6px 4px 7px 6px;
  font-size: 18px;
  outline: none;
  font-family: trade-gothic-next-condensed, sans-serif;
}
.cart-ui .cell-quantity input::placeholder, .cart-ui .cart-delivery-message input::placeholder, .cart-ui .cart-delivery-message textarea::placeholder {
  color: #908f8d;
}
.cart-ui .notification {
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.1px;
  border-radius: 10px;
  border: 2px dashed #aaa8a0;
  padding: 20px 20px 16px 20px;
}
.cart-ui .notification h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
}

/* .cart-ui */
@media (max-width: 945px) {
  .cart-ui .bottom {
    display: block;
  }

  .cart-ui .cart-table {
    border-top: 2px solid #231f20;
  }

  .cart-ui .cart-table .thead {
    display: none;
  }

  .cart-ui .cart-table .row {
    flex-wrap: wrap;
    position: relative;
  }

  .cart-ui .cart-table .tbody .cell-product {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cart-ui .cart-table .tbody .cell-price {
    display: none;
  }

  .cart-ui .cart-table .tbody .cell-total {
    position: static;
    text-align: right;
  }

  .cart-ui .cart-table .tbody .cell {
    text-align: left;
  }

  .cart-ui .cart-table .tbody .price {
    text-align: right;
  }

  .cart-ui .cart-table .tbody .product {
    padding-right: 0;
  }

  .cart-ui .buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .cart-ui .bottom .buttons .btn {
    margin: 0;
    margin-bottom: 20px;
  }

  .cart-ui .bottom .buttons .btn:last-child {
    margin: 0;
  }

  .divider-ui .line {
    margin: 80px 0;
  }

  .cart-ui .cart-table .tbody .cell-quantity {
    display: flex;
    align-items: center;
  }

  .cart-ui .cart-table .label-mobile {
    font-size: 14px;
    font-family: trade-gothic-next-condensed, sans-serif;
    margin-right: 10px;
    text-transform: uppercase;
    display: block;
  }
}
.cart-delivery-message {
  display: flex;
  margin: 40px 0 30px auto;
  justify-content: flex-end;
}
@media (max-width: 945px ) {
  .cart-delivery-message {
    display: block;
    display: 20px auto 30px;
  }
}
.cart-delivery-message > .leftside {
  flex: 1 1 580px;
  margin-right: 70px;
}
@media (max-width: 945px ) {
  .cart-delivery-message > .leftside {
    margin: auto;
  }
}
.cart-delivery-message .notification {
  margin-right: 80px;
  width: 100%;
}
@media (max-width: 945px ) {
  .cart-delivery-message .notification {
    margin: 30px auto;
  }
}
.cart-delivery-message .notification > h1:first-child, .cart-delivery-message .notification > h2:first-child, .cart-delivery-message .notification > h3:first-child, .cart-delivery-message .notification > div:first-child, .cart-delivery-message .notification > p:first-child {
  margin-top: 0;
}
.cart-delivery-message .notification > h1:last-child, .cart-delivery-message .notification > h2:last-child, .cart-delivery-message .notification > h3:last-child, .cart-delivery-message .notification > div:last-child, .cart-delivery-message .notification > p:last-child {
  margin-bottom: 0;
}
.cart-delivery-message .deliveryFields {
  width: 660px;
  flex: 1 1 660px;
  max-width: 100%;
}
@media (max-width: 945px ) {
  .cart-delivery-message .deliveryFields {
    margin: auto;
    max-width: auto;
    width: 100%;
  }
}
.cart-delivery-message .deliveryFields textarea {
  width: 100%;
  height: 142px;
  padding: 15px 25px;
}
.cart-delivery-message .deliveryCheckWrapper {
  margin-top: 35px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.cart-delivery-message .deliveryCheckWrapper > input {
  position: absolute;
  left: -10000px;
}
.cart-delivery-message .deliveryCheckWrapper label {
  display: flex;
  align-items: center;
  position: relative;
  height: 20px;
  margin-left: 40px;
}
.cart-delivery-message .deliveryCheckWrapper label:before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 2px solid black;
  position: absolute;
  left: -40px;
  bottom: 1px;
}
.cart-delivery-message .deliveryCheckWrapper > input + label:after {
  content: "";
  position: absolute;
  left: -31px;
  bottom: 8px;
  width: 9px;
  height: 17px;
  border: 3px solid black;
  border-radius: 1px;
  transform: rotate(45deg);
  border-width: 0 4px 4px 0;
  opacity: 0;
  transition: 150ms;
}
.cart-delivery-message .deliveryCheckWrapper > input:checked + label:after {
  opacity: 1;
}

.giftcard__header, .giftcard-wrapper {
  width: 800px;
  max-width: 90%;
  text-align: center;
  margin: auto;
}
.giftcard__header .giftcard__img, .giftcard-wrapper .giftcard__img {
  width: 80%;
  height: auto;
  margin: auto;
}

.giftcard__code {
  display: block;
  text-align: center;
  border: 3px solid black;
  border-radius: 8px;
  font-size: 20px;
  margin: 20px auto 28px;
  padding: 0.3em 0 0;
}

/* product.css
======================================= */
.product-ui .holder {
  display: flex;
}
.product-ui #product-images {
  width: 54%;
  display: flex;
  padding-right: 82px;
}
.product-ui #product-images .image-main {
  width: 100%;
  max-width: 467px;
  margin-right: 16px;
}
.product-ui #product-images .image-main img {
  width: 100%;
  display: block;
}
.product-ui #product-images .thumbnails .thumb {
  cursor: pointer;
  width: 83px;
  height: 83px;
  border-radius: 8px;
  border: solid 2px #e0e0e0;
  background-color: #f6f5f2;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  transition: border-color 200ms ease;
}
.product-ui #product-images .thumbnails .thumb:hover, .product-ui #product-images .thumbnails .thumb.current {
  border-color: #231f20;
}
.product-ui .product-content {
  width: 46%;
}
.product-ui .product-content .title {
  font-size: 80px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.98;
  letter-spacing: -1.78px;
  margin: 0;
  margin-bottom: 10px;
}
.product-ui .product-content .price {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 48px;
  letter-spacing: 2.4px;
  margin-bottom: 26px;
}
.product-ui .product-content .select-fields {
  margin-bottom: 30px;
}
.product-ui .product-content .select-fields .field {
  margin-bottom: 10px;
}
.product-ui .product-content .select-fields .field:last-child {
  margin: 0;
}
.product-ui .product-content .select-fields .label-ui {
  text-transform: uppercase;
}
.product-ui .product-content .buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.product-ui .product-content .buttons .btn {
  margin-bottom: 17px;
  display: block;
  max-width: 147px;
}
.product-ui .product-content .description {
  max-width: 500px;
}
.product-ui .sold-out {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

@media (max-width: 985px) {
  .product-ui .holder {
    flex-direction: column;
  }

  .product-ui .product-content {
    width: 100%;
  }

  .product-ui #product-images {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }

  .product-ui .product-content .title {
    font-size: 54px;
  }

  .product-ui .product-content .price {
    font-size: 38px;
  }

  .product-ui .product-content .description {
    max-width: 100%;
  }
}
.product-hint {
  font-size: 12px;
  color: #9A9A9A;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: -17px auto 5px;
}

.select-ui select.variantSelect--hasUnavailable {
  width: 300px;
}

#newsletterForm__wrap .TextInput__FormStyledTextInput-sc-1o6de9f-0, #mce-EMAIL {
  width: 100%;
  max-width: 286px;
  height: 55px;
  padding: 7px 20px 0;
  line-height: normal;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  outline: none;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.4px;
  font-family: bookmania, serif;
}

#newsletterForm__wrap .Button__FormStyledButton-p2mbjt-0, #mc-embedded-subscribe, .newsletterSection__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 53px;
  padding: 7px 8px 1px;
  outline: none;
  border: none;
  text-decoration: none;
  color: #fff;
  background-color: #fc4747;
  border-radius: 10px;
  font-family: bookmania, serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.3px;
  transition: background-color 200ms ease;
}
#newsletterForm__wrap .Button__FormStyledButton-p2mbjt-0:hover, #mc-embedded-subscribe:hover, .newsletterSection__button:hover {
  background-color: #231f20;
  text-decoration: none;
}

.newsletter-ui {
  max-width: 286px;
  margin: 50px auto 0;
  text-align: center;
}

#mce-EMAIL {
  margin-bottom: 30px;
}

#newsletterForm__wrap .klaviyo-form-T3VL4Y {
  margin-top: 30px;
}
#newsletterForm__wrap .FormComponent__StyledFormComponentWrapper-e0xun6-0 {
  text-align: center;
}
#newsletterForm__wrap .TextInput__StyledInputContainer-sc-1o6de9f-1 {
  margin: 0 auto 30px;
  display: inline-flex;
  flex-grow: 0;
}
#newsletterForm__wrap .TextInput__FormStyledTextInput-sc-1o6de9f-0 {
  margin: 0 auto;
  line-height: 2;
}
#newsletterForm__wrap .TextInput__FormStyledTextInput-sc-1o6de9f-0::placeholder {
  font-family: bookmania, serif;
  color: #231f20;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#newsletterForm__wrap .FormComponent__StyledFormComponentWrapper-e0xun6-0 {
  margin: auto;
}
#newsletterForm__wrap .RichText__StyledQuillContainer-sc-11o3xhj-0 p {
  font-family: bookmania, serif;
  margin-bottom: 0.25em;
  line-height: 1.4;
  font-weight: 600;
}
#newsletterForm__wrap .RichText__StyledQuillContainer-sc-11o3xhj-0 p:last-child {
  margin-bottom: 0;
}
#newsletterForm__wrap .RichText__StyledQuillContainer-sc-11o3xhj-0 p strong {
  font-size: 40px !important;
  font-weight: 600;
}
#newsletterForm__wrap .RichText__StyledQuillContainer-sc-11o3xhj-0 p span {
  font-size: 24px !important;
  font-weight: 600;
}

/* header.css
======================================= */
#header {
  margin-bottom: 85px;
}
#header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
#header .header-top .right-side {
  display: flex;
  align-items: center;
}
#header .btn-home {
  display: flex;
  align-items: center;
}
#header .btn-home svg * {
  transition: fill 200ms ease;
}
#header .btn-home:hover svg * {
  fill: #FC4747;
}
#header .menu-ui {
  position: relative;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 18px;
  margin-right: 16px;
}
#header .menu-ui .trigger {
  cursor: pointer;
  transition: color 200ms ease;
}
#header .menu-ui .trigger .text {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
}
#header .menu-ui .trigger .arrow svg * {
  transition: fill 200ms ease;
}
#header .menu-ui .trigger:hover {
  color: #FC4747;
}
#header .menu-ui .trigger:hover .arrow svg * {
  fill: #FC4747;
}
#header .menu-ui .menu-options {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 10px 5px;
  z-index: 999;
  background-color: #f6f5f2;
  margin-top: 20px;
  display: none;
}
#header .menu-ui .menu-options .option {
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
}
#header .menu-ui.open .menu-options {
  display: flex;
}
#header .search-ui {
  display: flex;
  align-items: center;
  position: relative;
}
#header .search-ui .field input {
  background: #f6f5f2;
  border: 2px solid #231f20;
  border-radius: 6px;
  width: 351px;
  padding: 6px 18px 7px 18px;
  font-size: 18px;
  outline: none;
  font-family: trade-gothic-next-condensed, sans-serif;
  vertical-align: middle;
}
#header .search-ui .field input::placeholder {
  color: #908f8d;
}
#header .search-ui .field button {
  background-color: #231f20;
  border: 2px solid #231f20;
  border-left: 2px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  border-radius: 0 6px 6px 0;
  transition: background-color 200ms ease;
}
#header .search-ui .field button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .search-ui .field button:hover {
  background-color: #FC4747;
}
#header .btn-cart {
  border-radius: 8px;
  background-color: #ffec00;
  padding: 0px 12px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 40px;
  margin-left: 36px;
  transition: all 200ms ease;
}
#header .btn-cart .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: relative;
  top: 1;
}
#header .btn-cart .icon .target-stroke, #header .btn-cart .icon .target-fill {
  transition: all 200ms ease;
}
#header .btn-cart .number {
  font-family: trade-gothic-next-condensed, sans-serif;
  display: inline-block;
  font-size: 25px;
  letter-spacing: 1.25px;
  line-height: 25px;
  position: relative;
  top: -1px;
}
#header .btn-cart:hover {
  color: #f6f5f2;
  background-color: #FC4747;
  text-decoration: none;
}
#header .btn-cart:hover .icon .target-stroke {
  stroke: #f6f5f2;
}
#header .btn-cart:hover .icon .target-fill {
  fill: #f6f5f2;
}
#header .header-content {
  padding: 49px 40px 0px 40px;
}
#header .header-content .holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#header .header-content .logo-ui {
  margin-bottom: 85px;
  display: inline-block;
}
#header .header-content .intro-title {
  margin-bottom: 92px;
}
#header .header-content .nav-ui > a.current {
  border: 2px solid black;
  border-radius: 8px;
}

/* mobile menu
---------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 28px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 56px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 56px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 56px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 56px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 56px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 56px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5.6px, -7px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5.6px, 7px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5.6px, -7px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5.6px, 7px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -56px;
  top: -56px;
  transform: translate3d(56px, 56px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -56px;
  top: -56px;
  transform: translate3d(-56px, 56px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -56px;
  top: 56px;
  transform: translate3d(56px, -56px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -56px;
  top: 56px;
  transform: translate3d(-56px, -56px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

#mobile-trigger {
  position: absolute;
  top: 25px;
  right: 35px;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

#mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #f6f5f2;
  padding-top: 60px;
}
#mobile-menu .nav-ui {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding: 40px;
}
#mobile-menu .nav-ui a {
  font-size: 30px;
  font-family: trade-gothic-next-condensed, sans-serif;
  padding: 10px 0;
  text-transform: uppercase;
}
#mobile-menu .nav-ui a:hover {
  text-decoration: none;
}
#mobile-menu.open {
  display: flex;
}
#mobile-menu .search-ui {
  display: flex !important;
  width: 100%;
  padding: 0 40px;
  justify-content: flex-end;
}
#mobile-menu .search-ui .field {
  position: relative;
  max-width: 400px;
  width: 100%;
}
#mobile-menu .search-ui input {
  width: 100% !important;
}

body.mobile-open #header .header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body.mobile-open #mobile-trigger {
  position: fixed;
}

@media (max-width: 945px) {
  #header {
    margin-bottom: 20px;
  }

  #header .search-ui {
    display: none;
  }

  #header .header-content {
    padding-top: 40px;
  }

  #header .header-content .nav-ui {
    display: none;
  }

  #header .header-content .intro-title {
    margin-bottom: 0;
  }

  #header .header-top {
    padding: 29px 100px 20px 40px;
  }

  #mobile-trigger {
    display: flex;
  }

  #header .header-top {
    position: relative;
    z-index: 9999;
  }

  #header .header-content .logo-ui {
    margin-bottom: 50px;
  }
}
@media (max-width: 540px) {
  #header .header-content .logo-ui {
    margin-bottom: 30px;
  }

  #header .header-content .intro-title {
    padding-top: 20px;
  }
}
/* footer.css
======================================= */
#footer {
  padding-bottom: 144px;
}
#footer .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
#footer .social a {
  margin: 0 12px;
}
#footer .social a svg * {
  transition: fill 200ms ease;
}
#footer .social a:hover svg {
  /* We have to be specific here to avoid adding a colour to <mask> elements, which blend rather than fill. */
}
#footer .social a:hover svg > g path, #footer .social a:hover svg > path {
  fill: #FC4747;
}
#footer .social .btn-twitter {
  display: inline-block;
  width: 25px;
  height: 20px;
}
#footer .social .btn-facebook {
  display: inline-block;
  width: 11px;
  height: 23px;
}
#footer .social .btn-insta {
  display: inline-block;
  width: 24px;
  height: 24px;
}
#footer .address {
  text-align: center;
  line-height: 26px;
}
#footer .address p {
  margin: 0;
}

.footerNav {
  margin-bottom: 70px;
}
@media (max-width: 945px ) {
  .footerNav {
    flex-direction: column;
  }
}
.footerNav a {
  font-size: 24px;
}

.articlePage {
  padding: 0 40px;
}
@media (max-width: 540px) {
  .articlePage {
    padding: 0 20px;
  }
}
.articlePage img {
  max-width: 100%;
}
.articlePage .holder {
  max-width: 800px;
}
.articlePage .title-max {
  margin-bottom: 70px;
}
.articlePage .title-ui {
  max-width: 100%;
  margin-bottom: 60px;
  line-height: 1.16;
}
.articlePage .featured-image {
  margin-bottom: 60px;
}
.articlePage .featured-image img {
  width: 100%;
  display: block;
}

#blog-page .blog__article {
  width: 100%;
  margin: 80px 0 0;
  display: flex;
}
@media (max-width: 540px ) {
  #blog-page .blog__article {
    display: block;
    text-align: center;
  }
}
#blog-page .blog__articleThumbWrap {
  display: block;
  margin-right: 60px;
  flex: 0 0 280px;
  width: 280px;
  height: 280px;
  position: relative;
  opacity: 1;
  transition: 200ms;
}
@media (max-width: 945px ) {
  #blog-page .blog__articleThumbWrap {
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
    margin-right: 30px;
  }
}
@media (max-width: 540px ) {
  #blog-page .blog__articleThumbWrap {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    box-sizing: border-box;
    padding-left: 100%;
    padding-top: 100%;
    margin: auto;
    padding: 0;
    padding-top: min(100%, 250px);
    padding-left: min(100%, 250px);
    margin: 0 auto 30px;
  }
}
#blog-page .blog__articleThumbWrap:hover {
  opacity: 0.6;
}
#blog-page .blog__articleThumbWrap.blog__articleThumbWrap--defaultImg {
  border: 1px solid black;
  padding: 10px;
}
#blog-page .blog__articleThumbWrap.blog__articleThumbWrap--defaultImg .blog__articleThumb {
  object-fit: contain;
}
@media (max-width: 540px ) {
  #blog-page .blog__articleThumbWrap.blog__articleThumbWrap--defaultImg {
    padding: 0;
    padding-top: min(100%, 250px);
    padding-left: min(100%, 250px);
  }
}
#blog-page .blog__articleThumb {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 540px ) {
  #blog-page .blog__articleThumb {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#blog-page .blog__articleDate {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 1em;
}
@media (max-width: 945px ) {
  #blog-page .blog__articleDate {
    font-size: 16px;
  }
}
#blog-page .blog__articleTitle {
  font-size: 40px;
  margin: 0 0 0.75em;
  max-width: none;
  text-align: left;
}
@media (max-width: 945px ) {
  #blog-page .blog__articleTitle {
    font-size: 26px;
  }
}
@media (max-width: 540px ) {
  #blog-page .blog__articleTitle {
    text-align: center;
  }
}
#blog-page .blog__articleExcerpt {
  line-height: 1.3;
  font-weight: 600;
}
#blog-page .blog__articleLink {
  font-weight: 700;
  text-decoration: underline;
  margin-left: 0.5em;
  transition: 200ms;
}
@media (max-width: 945px ) {
  #blog-page .blog__articleLink {
    display: block;
    margin: 0.5em 0 0;
  }
}
#blog-page .blog__articleLink:hover {
  color: #FC4747;
}

#blogArticle-page .article__date {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#blogArticle-page .title-ui {
  font-size: 50px;
  line-height: 1.16;
}

.collectionListing {
  margin: 50px auto;
}

#newsletter-hello {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 15px 40px;
  color: #DDDCDB;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 800ms cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
#newsletter-hello:hover {
  color: #000;
}
#newsletter-hello .text {
  font-size: rem(18px);
  line-height: rem(22px);
  text-align: center;
  letter-spacing: rem(-0.944468px);
  display: block;
  width: 100%;
  padding: rem(20px) rem(50px);
}
#newsletter-hello.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.newsletterCta__closeWrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 44px;
  width: 1em;
}
.newsletterCta__closeWrap .btn-close {
  width: 1em;
  height: 1em;
  color: #231f20;
  padding: 0;
}
.newsletterCta__closeWrap .btn-close:hover {
  color: #FC4747;
}

@media (max-width: 568px) {
  #newsletter-hello {
    text-align: left;
  }
  #newsletter-hello .text {
    text-align: left;
    padding-left: rem(24px);
  }
}
#importantAlert {
  text-align: center;
  padding: 95px 50px;
  background-color: white;
  width: 100%;
}
#importantAlert > h2 {
  font-size: 45px;
  max-width: 650px;
  margin: 0 auto 25px;
}
#importantAlert > p {
  font-size: 16px;
  margin: 25px auto;
  max-width: 800px;
}
#importantAlert > p > strong {
  font-size: 26px;
}
#importantAlert > img {
  margin: 31px auto 0;
  width: 110px;
}
#importantAlert a {
  text-decoration: underline;
}

.sectionedPage .intro-section {
  display: none;
}
@media (max-width: 945px ) {
  .sectionedPage .intro-section {
    display: block;
    margin-bottom: 80px;
  }
}
@media (max-width: 945px ) {
  .sectionedPage .intro-section .title-max {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}