/** Shopify CDN: Minification failed

Line 3040:2 Expected identifier but found "*"
Line 12262:8 Expected ":"

**/
:root {
  --color-brand-1: #C8E3E1;
  --color-brand-2: #b85c3a;
}

/* NOTE: Edit the .css.liquid since that is the source file. Shopify will generate the .css file */
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: none
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, .75);
  border: none;
  color: #333
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
  opacity: .6
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none
}

.flickity-button-icon {
  fill: currentColor
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}

.flickity-rtl .flickity-page-dots {
  direction: rtl
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer
}

.flickity-page-dots .dot.is-selected {
  opacity: 1
}

.ball-pulse>div:nth-child(0) {
  animation: scale .75s -.36s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:first-child {
  animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:nth-child(2) {
  animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:nth-child(3) {
  animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px)
  }

  66% {
    transform: translateY(-10px)
  }

  to {
    transform: translateY(0)
  }
}

.ball-pulse-sync>div:nth-child(0) {
  animation: ball-pulse-sync .6s -.21s infinite ease-in-out
}

.ball-pulse-sync>div:first-child {
  animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(2) {
  animation: ball-pulse-sync .6s -.07s infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(3) {
  animation: ball-pulse-sync .6s 0s infinite ease-in-out
}

.ball-pulse-sync>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block
}

@keyframes ball-scale {
  0% {
    transform: scale(0)
  }

  to {
    transform: scale(1);
    opacity: 0
  }
}

.ball-scale>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random {
  width: 37px;
  height: 40px
}

.ball-scale-random>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random>div:first-child {
  margin-left: -7px;
  animation: ball-scale 1s .2s ease-in-out infinite
}

.ball-scale-random>div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  animation: ball-scale 1s .5s ease-in-out infinite
}

.ball-rotate,
.ball-rotate>div {
  position: relative
}

.ball-rotate>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both
}

.ball-rotate>div:first-child {
  animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite
}

.ball-rotate>div:after,
.ball-rotate>div:before {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: .8
}

.ball-rotate>div:before {
  top: 0;
  left: -28px
}

.ball-rotate>div:after {
  top: 0;
  left: 25px
}

.ball-clip-rotate>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  animation: rotate .75s 0s linear infinite
}

@keyframes scale {
  30% {
    transform: scale(.3)
  }

  to {
    transform: scale(1)
  }
}

.ball-clip-rotate-pulse {
  position: relative;
  transform: translateY(-15px)
}

.ball-clip-rotate-pulse>div {
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%
}

.ball-clip-rotate-pulse>div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

.ball-clip-rotate-pulse>div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent;
  animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  animation-duration: 1s
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1)
  }

  50% {
    transform: rotate(180deg) scale(.6)
  }

  to {
    transform: rotate(1turn) scale(1)
  }
}

.ball-clip-rotate-multiple {
  position: relative
}

.ball-clip-rotate-multiple>div {
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  animation: rotate 1s 0s ease-in-out infinite
}

.ball-clip-rotate-multiple>div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  animation-duration: .5s;
  border-color: #fff transparent;
  animation-direction: reverse
}

.ball-scale-ripple>div {
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  animation: ball-scale-ripple-multiple 1s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(.1);
    opacity: 1
  }

  70% {
    transform: scale(1);
    opacity: .7
  }

  to {
    opacity: 0
  }
}

.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px)
}

.ball-scale-ripple-multiple>div:nth-child(0) {
  animation-delay: -.8s
}

.ball-scale-ripple-multiple>div:first-child {
  animation-delay: -.6s
}

.ball-scale-ripple-multiple>div:nth-child(2) {
  animation-delay: -.4s
}

.ball-scale-ripple-multiple>div:nth-child(3) {
  animation-delay: -.2s
}

.ball-scale-ripple-multiple>div {
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

@keyframes ball-beat {
  50% {
    opacity: .2;
    transform: scale(.75)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.ball-beat>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: ball-beat .7s 0s infinite linear
}

.ball-beat>div:nth-child(2n-1) {
  animation-delay: -.35s !important
}

@keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0
  }

  5% {
    opacity: 1
  }

  to {
    transform: scale(1);
    opacity: 0
  }
}

.ball-scale-multiple {
  position: relative;
  transform: translateY(-30px)
}

.ball-scale-multiple>div:nth-child(2) {
  animation-delay: -.4s
}

.ball-scale-multiple>div:nth-child(3) {
  animation-delay: -.2s
}

.ball-scale-multiple>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  animation: ball-scale-multiple 1s 0s linear infinite
}

@keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px)
  }

  66% {
    transform: translate(50px)
  }

  to {
    transform: translate(0)
  }
}

@keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px)
  }

  66% {
    transform: translate(-25px, 50px)
  }

  to {
    transform: translate(0)
  }
}

@keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px)
  }

  66% {
    transform: translate(-25px, -50px)
  }

  to {
    transform: translate(0)
  }
}

.ball-triangle-path {
  position: relative;
  transform: translate(-29.994px, -37.50938px)
}

.ball-triangle-path>div:first-child {
  animation-name: ball-triangle-path-1;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(2) {
  animation-name: ball-triangle-path-2;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(3) {
  animation-name: ball-triangle-path-3;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}

.ball-triangle-path>div {
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff
}

.ball-triangle-path>div:first-of-type {
  top: 50px
}

.ball-triangle-path>div:nth-of-type(2) {
  left: 25px
}

.ball-triangle-path>div:nth-of-type(3) {
  top: 50px;
  left: 50px
}

@keyframes ball-pulse-rise-even {
  0% {
    transform: scale(1.1)
  }

  25% {
    transform: translateY(-30px)
  }

  50% {
    transform: scale(.4)
  }

  75% {
    transform: translateY(30px)
  }

  to {
    transform: translateY(0);
    transform: scale(1)
  }
}

@keyframes ball-pulse-rise-odd {
  0% {
    transform: scale(.4)
  }

  25% {
    transform: translateY(30px)
  }

  50% {
    transform: scale(1.1)
  }

  75% {
    transform: translateY(-30px)
  }

  to {
    transform: translateY(0);
    transform: scale(.75)
  }
}

.ball-pulse-rise>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(.15, .46, .9, .6);
  animation-iteration-count: infinite;
  animation-delay: 0
}

.ball-pulse-rise>div:nth-child(2n) {
  animation-name: ball-pulse-rise-even
}

.ball-pulse-rise>div:nth-child(2n-1) {
  animation-name: ball-pulse-rise-odd
}

@keyframes ball-grid-beat {
  50% {
    opacity: .7
  }

  to {
    opacity: 1
  }
}

.ball-grid-beat {
  width: 57px
}

.ball-grid-beat>div:first-child {
  animation-delay: .32s;
  animation-duration: .77s
}

.ball-grid-beat>div:nth-child(2) {
  animation-delay: .53s;
  animation-duration: 1.3s
}

.ball-grid-beat>div:nth-child(3) {
  animation-delay: .05s;
  animation-duration: 1.6s
}

.ball-grid-beat>div:nth-child(4) {
  animation-delay: .27s;
  animation-duration: .95s
}

.ball-grid-beat>div:nth-child(5) {
  animation-delay: .54s;
  animation-duration: 1.2s
}

.ball-grid-beat>div:nth-child(6) {
  animation-delay: .14s;
  animation-duration: .75s
}

.ball-grid-beat>div:nth-child(7) {
  animation-delay: .7s;
  animation-duration: 1.38s
}

.ball-grid-beat>div:nth-child(8) {
  animation-delay: .38s;
  animation-duration: 1.26s
}

.ball-grid-beat>div:nth-child(9) {
  animation-delay: 0s;
  animation-duration: .77s
}

.ball-grid-beat>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  animation-name: ball-grid-beat;
  animation-iteration-count: infinite;
  animation-delay: 0
}

@keyframes ball-grid-pulse {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(.5);
    opacity: .7
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.ball-grid-pulse {
  width: 57px
}

.ball-grid-pulse>div:first-child {
  animation-delay: .65s;
  animation-duration: 1.45s
}

.ball-grid-pulse>div:nth-child(2) {
  animation-delay: .06s;
  animation-duration: .84s
}

.ball-grid-pulse>div:nth-child(3) {
  animation-delay: .57s;
  animation-duration: .9s
}

.ball-grid-pulse>div:nth-child(4) {
  animation-delay: .42s;
  animation-duration: 1.17s
}

.ball-grid-pulse>div:nth-child(5) {
  animation-delay: .26s;
  animation-duration: 1.17s
}

.ball-grid-pulse>div:nth-child(6) {
  animation-delay: .37s;
  animation-duration: 1.01s
}

.ball-grid-pulse>div:nth-child(7) {
  animation-delay: .66s;
  animation-duration: 1.52s
}

.ball-grid-pulse>div:nth-child(8) {
  animation-delay: -.1s;
  animation-duration: 1.07s
}

.ball-grid-pulse>div:nth-child(9) {
  animation-delay: -.15s;
  animation-duration: .63s
}

.ball-grid-pulse>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  animation-name: ball-grid-pulse;
  animation-iteration-count: infinite;
  animation-delay: 0
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    transform: scale(.4)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px
}

.ball-spin-fade-loader>div:first-child {
  top: 25px;
  left: 0;
  animation: ball-spin-fade-loader 1s -.96s infinite linear
}

.ball-spin-fade-loader>div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  animation: ball-spin-fade-loader 1s -.84s infinite linear
}

.ball-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 25px;
  animation: ball-spin-fade-loader 1s -.72s infinite linear
}

.ball-spin-fade-loader>div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  animation: ball-spin-fade-loader 1s -.6s infinite linear
}

.ball-spin-fade-loader>div:nth-child(5) {
  top: -25px;
  left: 0;
  animation: ball-spin-fade-loader 1s -.48s infinite linear
}

.ball-spin-fade-loader>div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  animation: ball-spin-fade-loader 1s -.36s infinite linear
}

.ball-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -25px;
  animation: ball-spin-fade-loader 1s -.24s infinite linear
}

.ball-spin-fade-loader>div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  animation: ball-spin-fade-loader 1s -.12s infinite linear
}

.ball-spin-fade-loader>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute
}

@keyframes ball-spin-loader {
  75% {
    opacity: .2
  }

  to {
    opacity: 1
  }
}

.ball-spin-loader {
  position: relative
}

.ball-spin-loader>span:first-child {
  top: 45px;
  left: 0;
  animation: ball-spin-loader 2s .9s infinite linear
}

.ball-spin-loader>span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  animation: ball-spin-loader 2s 1.8s infinite linear
}

.ball-spin-loader>span:nth-child(3) {
  top: 0;
  left: 45px;
  animation: ball-spin-loader 2s 2.7s infinite linear
}

.ball-spin-loader>span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  animation: ball-spin-loader 2s 3.6s infinite linear
}

.ball-spin-loader>span:nth-child(5) {
  top: -45px;
  left: 0;
  animation: ball-spin-loader 2s 4.5s infinite linear
}

.ball-spin-loader>span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  animation: ball-spin-loader 2s 5.4s infinite linear
}

.ball-spin-loader>span:nth-child(7) {
  top: 0;
  left: -45px;
  animation: ball-spin-loader 2s 6.3s infinite linear
}

.ball-spin-loader>span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  animation: ball-spin-loader 2s 7.2s infinite linear
}

.ball-spin-loader>div {
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green
}

@keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px)
  }

  66% {
    transform: translate(15px, -30px)
  }

  to {
    transform: translate(0)
  }
}

@keyframes ball-zag {
  33% {
    transform: translate(15px, 30px)
  }

  66% {
    transform: translate(-15px, 30px)
  }

  to {
    transform: translate(0)
  }
}

.ball-zig-zag {
  position: relative;
  transform: translate(-15px, -15px)
}

.ball-zig-zag>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px
}

.ball-zig-zag>div:first-child {
  animation: ball-zig .7s 0s infinite linear
}

.ball-zig-zag>div:last-child {
  animation: ball-zag .7s 0s infinite linear
}

@keyframes ball-zig-deflect {
  17% {
    transform: translate(-15px, -30px)
  }

  34% {
    transform: translate(15px, -30px)
  }

  50% {
    transform: translate(0)
  }

  67% {
    transform: translate(15px, -30px)
  }

  84% {
    transform: translate(-15px, -30px)
  }

  to {
    transform: translate(0)
  }
}

@keyframes ball-zag-deflect {
  17% {
    transform: translate(15px, 30px)
  }

  34% {
    transform: translate(-15px, 30px)
  }

  50% {
    transform: translate(0)
  }

  67% {
    transform: translate(-15px, 30px)
  }

  84% {
    transform: translate(15px, 30px)
  }

  to {
    transform: translate(0)
  }
}

.ball-zig-zag-deflect {
  position: relative;
  transform: translate(-15px, -15px)
}

.ball-zig-zag-deflect>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px
}

.ball-zig-zag-deflect>div:first-child {
  animation: ball-zig-deflect 1.5s 0s infinite linear
}

.ball-zig-zag-deflect>div:last-child {
  animation: ball-zag-deflect 1.5s 0s infinite linear
}

.line-scale>div:first-child {
  animation: line-scale-pulse-out 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(2) {
  animation: line-scale-pulse-out 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(3) {
  animation: line-scale-pulse-out 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(4) {
  animation: line-scale-pulse-out 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(5) {
  animation: line-scale-pulse-out 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block
}

@keyframes line-scale-party {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(.5)
  }

  to {
    transform: scale(1)
  }
}

.line-scale-party>div:first-child {
  animation-delay: .37s;
  animation-duration: .92s
}

.line-scale-party>div:nth-child(2) {
  animation-delay: .05s;
  animation-duration: 1s
}

.line-scale-party>div:nth-child(3) {
  animation-delay: -.1s;
  animation-duration: 1.28s
}

.line-scale-party>div:nth-child(4) {
  animation-delay: .78s;
  animation-duration: 1.29s
}

.line-scale-party>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-name: line-scale-party;
  animation-iteration-count: infinite;
  animation-delay: 0
}

@keyframes line-scale-pulse-out {
  0% {
    transform: scaley(1)
  }

  50% {
    transform: scaley(.4)
  }

  to {
    transform: scaley(1)
  }
}

.line-scale-pulse-out>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85)
}

.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
  animation-delay: -.4s !important
}

.line-scale-pulse-out>div:first-child,
.line-scale-pulse-out>div:nth-child(5) {
  animation-delay: -.2s !important
}

@keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaley(1)
  }

  80% {
    transform: scaley(.3)
  }

  90% {
    transform: scaley(1)
  }
}

.line-scale-pulse-out-rapid>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78)
}

.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
  animation-delay: -.25s !important
}

.line-scale-pulse-out-rapid>div:first-child,
.line-scale-pulse-out-rapid>div:nth-child(5) {
  animation-delay: 0s !important
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: .3
  }

  to {
    opacity: 1
  }
}

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px
}

.line-spin-fade-loader>div:first-child {
  top: 20px;
  left: 0;
  animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  transform: rotate(-45deg);
  animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 20px;
  transform: rotate(90deg);
  animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  transform: rotate(45deg);
  animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(5) {
  top: -20px;
  left: 0;
  animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  transform: rotate(-45deg);
  animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -20px;
  transform: rotate(90deg);
  animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  transform: rotate(45deg);
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
}

.line-spin-fade-loader>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px
}

.triangle-skew-spin>div {
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

@keyframes square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }

  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }

  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }

  to {
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

.square-spin>div {
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

@keyframes rotate_pacman_half_up {
  0% {
    transform: rotate(270deg)
  }

  50% {
    transform: rotate(1turn)
  }

  to {
    transform: rotate(270deg)
  }
}

@keyframes rotate_pacman_half_down {
  0% {
    transform: rotate(90deg)
  }

  50% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(90deg)
  }
}

@keyframes pacman-balls {
  75% {
    opacity: .7
  }

  to {
    transform: translate(-100px, -6.25px)
  }
}

.pacman {
  position: relative
}

.pacman>div:nth-child(2) {
  animation: pacman-balls 1s -.99s infinite linear
}

.pacman>div:nth-child(3) {
  animation: pacman-balls 1s -.66s infinite linear
}

.pacman>div:nth-child(4) {
  animation: pacman-balls 1s -.33s infinite linear
}

.pacman>div:nth-child(5) {
  animation: pacman-balls 1s 0s infinite linear
}

.pacman>div:first-of-type {
  animation: rotate_pacman_half_up .5s 0s infinite
}

.pacman>div:first-of-type,
.pacman>div:nth-child(2) {
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  position: relative;
  left: -30px
}

.pacman>div:nth-child(2) {
  animation: rotate_pacman_half_down .5s 0s infinite;
  margin-top: -50px
}

.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translateY(-6.25px);
  top: 25px;
  left: 70px
}

@keyframes cube-transition {
  25% {
    transform: translateX(50px) scale(.5) rotate(-90deg)
  }

  50% {
    transform: translate(50px, 50px) rotate(-180deg)
  }

  75% {
    transform: translateY(50px) scale(.5) rotate(-270deg)
  }

  to {
    transform: rotate(-1turn)
  }
}

.cube-transition {
  position: relative;
  transform: translate(-25px, -25px)
}

.cube-transition>div {
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  animation: cube-transition 1.6s 0s infinite ease-in-out
}

.cube-transition>div:last-child {
  animation-delay: -.8s
}

@keyframes spin-rotate {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden
}

.semi-circle-spin>div {
  position: absolute;
  border-width: 0;
  border-radius: 100%;
  animation: spin-rotate .6s 0s infinite linear;
  background-image: linear-gradient(transparent, transparent 70%, #fff 0, #fff);
  width: 100%;
  height: 100%
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.container {
  margin: 0 auto;
  max-width: 1328px;
  padding: 0 .5rem;
  width: 100%
}

.container--wide {
  max-width: none
}

@media (min-width:64em) {
  .container {
    padding: 0 1rem
  }
}

.col .row {
  margin-left: -.5rem;
  margin-right: -.5rem
}

@media (min-width:64em) {
  .col .row {
    margin-left: -1rem;
    margin-right: -1rem
  }
}

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

.section.no-padding {
  padding: 0
}

.section.no-padding-bottom {
  padding-bottom: 0
}

.section.no-padding-top {
  padding-top: 0
}

.row {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto
}

.row:last-child {
  margin-bottom: 0
}

.row.no-gutter .col {
  padding: 0
}

.row.no-margin {
  margin: 0
}

.row.no-margin-bottom {
  margin-bottom: 0
}

.row.no-margin-top {
  margin-top: 0
}

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

.row .col {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 .25rem
}

@media (min-width:48em) {
  .row .col {
    padding: 0 .33333rem
  }
}

@media (min-width:64em) {
  .row .col {
    padding: 0 .5rem
  }
}

.row .col .no-gutter {
  padding: 0
}

.row .col[class*=pull-],
.row .col[class*=push-] {
  position: relative
}

.row .col.xs1 {
  width: 8.33333%
}

.row .col.xs1,
.row .col.xs2 {
  left: auto;
  margin-left: auto;
  right: auto
}

.row .col.xs2 {
  width: 16.66667%
}

.row .col.xs3 {
  width: 25%
}

.row .col.xs3,
.row .col.xs4 {
  left: auto;
  margin-left: auto;
  right: auto
}

.row .col.xs4 {
  width: 33.33333%
}

.row .col.xs5 {
  width: 41.66667%
}

.row .col.xs5,
.row .col.xs6 {
  left: auto;
  margin-left: auto;
  right: auto
}

.row .col.xs6 {
  width: 50%
}

.row .col.xs7 {
  width: 58.33333%
}

.row .col.xs7,
.row .col.xs8 {
  left: auto;
  margin-left: auto;
  right: auto
}

.row .col.xs8 {
  width: 66.66667%
}

.row .col.xs9 {
  width: 75%
}

.row .col.xs9,
.row .col.xs10 {
  left: auto;
  margin-left: auto;
  right: auto
}

.row .col.xs10 {
  width: 83.33333%
}

.row .col.xs11 {
  width: 91.66667%
}

.row .col.xs11,
.row .col.xs12 {
  left: auto;
  margin-left: auto;
  right: auto
}

.row .col.xs12 {
  width: 100%
}

.row .col.offset-xs1 {
  margin-left: 8.33333%
}

.offset-top-1 {
  margin-top: 5%;
}

.row .col.pull-xs1 {
  right: 8.33333%
}

.row .col.push-xs1 {
  left: 8.33333%
}

.row .col.offset-xs2 {
  margin-left: 16.66667%
}

.row .col.pull-xs2 {
  right: 16.66667%
}

.row .col.push-xs2 {
  left: 16.66667%
}

.row .col.offset-xs3 {
  margin-left: 25%
}

.row .col.pull-xs3 {
  right: 25%
}

.row .col.push-xs3 {
  left: 25%
}

.row .col.offset-xs4 {
  margin-left: 33.33333%
}

.row .col.pull-xs4 {
  right: 33.33333%
}

.row .col.push-xs4 {
  left: 33.33333%
}

.row .col.offset-xs5 {
  margin-left: 41.66667%
}

.row .col.pull-xs5 {
  right: 41.66667%
}

.row .col.push-xs5 {
  left: 41.66667%
}

.row .col.offset-xs6 {
  margin-left: 50%
}

.row .col.pull-xs6 {
  right: 50%
}

.row .col.push-xs6 {
  left: 50%
}

.row .col.offset-xs7 {
  margin-left: 58.33333%
}

.row .col.pull-xs7 {
  right: 58.33333%
}

.row .col.push-xs7 {
  left: 58.33333%
}

.row .col.offset-xs8 {
  margin-left: 66.66667%
}

.row .col.pull-xs8 {
  right: 66.66667%
}

.row .col.push-xs8 {
  left: 66.66667%
}

.row .col.offset-xs9 {
  margin-left: 75%
}

.row .col.pull-xs9 {
  right: 75%
}

.row .col.push-xs9 {
  left: 75%
}

.row .col.offset-xs10 {
  margin-left: 83.33333%
}

.row .col.pull-xs10 {
  right: 83.33333%
}

.row .col.push-xs10 {
  left: 83.33333%
}

.row .col.offset-xs11 {
  margin-left: 91.66667%
}

.row .col.pull-xs11 {
  right: 91.66667%
}

.row .col.push-xs11 {
  left: 91.66667%
}

.row .col.offset-xs12 {
  margin-left: 100%
}

.row .col.pull-xs12 {
  right: 100%
}

.row .col.push-xs12 {
  left: 100%
}

@media (min-width:36em) {
  .row .col.s1 {
    width: 8.33333%
  }

  .row .col.s1,
  .row .col.s2 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.s2 {
    width: 16.66667%
  }

  .row .col.s3 {
    width: 25%
  }

  .row .col.s3,
  .row .col.s4 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.s4 {
    width: 33.33333%
  }

  .row .col.s5 {
    width: 41.66667%
  }

  .row .col.s5,
  .row .col.s6 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.s6 {
    width: 50%
  }

  .row .col.s7 {
    width: 58.33333%
  }

  .row .col.s7,
  .row .col.s8 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.s8 {
    width: 66.66667%
  }

  .row .col.s9 {
    width: 75%
  }

  .row .col.s9,
  .row .col.s10 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.s10 {
    width: 83.33333%
  }

  .row .col.s11 {
    width: 91.66667%
  }

  .row .col.s11,
  .row .col.s12 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.s12 {
    width: 100%
  }

  .row .col.offset-s1 {
    margin-left: 8.33333%
  }

  .row .col.pull-s1 {
    right: 8.33333%
  }

  .row .col.push-s1 {
    left: 8.33333%
  }

  .row .col.offset-s2 {
    margin-left: 16.66667%
  }

  .row .col.pull-s2 {
    right: 16.66667%
  }

  .row .col.push-s2 {
    left: 16.66667%
  }

  .row .col.offset-s3 {
    margin-left: 25%
  }

  .row .col.pull-s3 {
    right: 25%
  }

  .row .col.push-s3 {
    left: 25%
  }

  .row .col.offset-s4 {
    margin-left: 33.33333%
  }

  .row .col.pull-s4 {
    right: 33.33333%
  }

  .row .col.push-s4 {
    left: 33.33333%
  }

  .row .col.offset-s5 {
    margin-left: 41.66667%
  }

  .row .col.pull-s5 {
    right: 41.66667%
  }

  .row .col.push-s5 {
    left: 41.66667%
  }

  .row .col.offset-s6 {
    margin-left: 50%
  }

  .row .col.pull-s6 {
    right: 50%
  }

  .row .col.push-s6 {
    left: 50%
  }

  .row .col.offset-s7 {
    margin-left: 58.33333%
  }

  .row .col.pull-s7 {
    right: 58.33333%
  }

  .row .col.push-s7 {
    left: 58.33333%
  }

  .row .col.offset-s8 {
    margin-left: 66.66667%
  }

  .row .col.pull-s8 {
    right: 66.66667%
  }

  .row .col.push-s8 {
    left: 66.66667%
  }

  .row .col.offset-s9 {
    margin-left: 75%
  }

  .row .col.pull-s9 {
    right: 75%
  }

  .row .col.push-s9 {
    left: 75%
  }

  .row .col.offset-s10 {
    margin-left: 83.33333%
  }

  .row .col.pull-s10 {
    right: 83.33333%
  }

  .row .col.push-s10 {
    left: 83.33333%
  }

  .row .col.offset-s11 {
    margin-left: 91.66667%
  }

  .row .col.pull-s11 {
    right: 91.66667%
  }

  .row .col.push-s11 {
    left: 91.66667%
  }

  .row .col.offset-s12 {
    margin-left: 100%
  }

  .row .col.pull-s12 {
    right: 100%
  }

  .row .col.push-s12 {
    left: 100%
  }
}

@media (min-width:48em) {
  .row .col.m1 {
    width: 8.33333%
  }

  .row .col.m1,
  .row .col.m2 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.m2 {
    width: 16.66667%
  }

  .row .col.m3 {
    width: 25%
  }

  .row .col.m3,
  .row .col.m4 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.m4 {
    width: 33.33333%
  }

  .row .col.m5 {
    width: 41.66667%
  }

  .row .col.m5,
  .row .col.m6 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.m6 {
    width: 50%
  }

  .row .col.m7 {
    width: 58.33333%
  }

  .row .col.m7,
  .row .col.m8 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.m8 {
    width: 66.66667%
  }

  .row .col.m9 {
    width: 75%
  }

  .row .col.m9,
  .row .col.m10 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.m10 {
    width: 83.33333%
  }

  .row .col.m11 {
    width: 91.66667%
  }

  .row .col.m11,
  .row .col.m12 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.m12 {
    width: 100%
  }

  .row .col.offset-m1 {
    margin-left: 8.33333%
  }

  .row .col.pull-m1 {
    right: 8.33333%
  }

  .row .col.push-m1 {
    left: 8.33333%
  }

  .row .col.offset-m2 {
    margin-left: 16.66667%
  }

  .row .col.pull-m2 {
    right: 16.66667%
  }

  .row .col.push-m2 {
    left: 16.66667%
  }

  .row .col.offset-m3 {
    margin-left: 25%
  }

  .row .col.pull-m3 {
    right: 25%
  }

  .row .col.push-m3 {
    left: 25%
  }

  .row .col.offset-m4 {
    margin-left: 33.33333%
  }

  .row .col.pull-m4 {
    right: 33.33333%
  }

  .row .col.push-m4 {
    left: 33.33333%
  }

  .row .col.offset-m5 {
    margin-left: 41.66667%
  }

  .row .col.pull-m5 {
    right: 41.66667%
  }

  .row .col.push-m5 {
    left: 41.66667%
  }

  .row .col.offset-m6 {
    margin-left: 50%
  }

  .row .col.pull-m6 {
    right: 50%
  }

  .row .col.push-m6 {
    left: 50%
  }

  .row .col.offset-m7 {
    margin-left: 58.33333%
  }

  .row .col.pull-m7 {
    right: 58.33333%
  }

  .row .col.push-m7 {
    left: 58.33333%
  }

  .row .col.offset-m8 {
    margin-left: 66.66667%
  }

  .row .col.pull-m8 {
    right: 66.66667%
  }

  .row .col.push-m8 {
    left: 66.66667%
  }

  .row .col.offset-m9 {
    margin-left: 75%
  }

  .row .col.pull-m9 {
    right: 75%
  }

  .row .col.push-m9 {
    left: 75%
  }

  .row .col.offset-m10 {
    margin-left: 83.33333%
  }

  .row .col.pull-m10 {
    right: 83.33333%
  }

  .row .col.push-m10 {
    left: 83.33333%
  }

  .row .col.offset-m11 {
    margin-left: 91.66667%
  }

  .row .col.pull-m11 {
    right: 91.66667%
  }

  .row .col.push-m11 {
    left: 91.66667%
  }

  .row .col.offset-m12 {
    margin-left: 100%
  }

  .row .col.pull-m12 {
    right: 100%
  }

  .row .col.push-m12 {
    left: 100%
  }
}

@media (min-width:64em) {
  .row .col.l1 {
    width: 8.33333%
  }

  .row .col.l1,
  .row .col.l2 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.l2 {
    width: 16.66667%
  }

  .row .col.l3 {
    width: 25%
  }

  .row .col.l3,
  .row .col.l4 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.l4 {
    width: 33.33333%
  }

  .row .col.l5 {
    width: 41.66667%
  }

  .row .col.l5,
  .row .col.l6 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.l6 {
    width: 50%
  }

  .row .col.l7 {
    width: 58.33333%
  }

  .row .col.l7,
  .row .col.l8 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.l8 {
    width: 66.66667%
  }

  .row .col.l9 {
    width: 75%
  }

  .row .col.l9,
  .row .col.l10 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.l10 {
    width: 83.33333%
  }

  .row .col.l11 {
    width: 91.66667%
  }

  .row .col.l11,
  .row .col.l12 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.l12 {
    width: 100%
  }

  .row .col.offset-l1 {
    margin-left: 8.33333%
  }

  .row .col.pull-l1 {
    right: 8.33333%
  }

  .row .col.push-l1 {
    left: 8.33333%
  }

  .row .col.offset-l2 {
    margin-left: 16.66667%
  }

  .row .col.pull-l2 {
    right: 16.66667%
  }

  .row .col.push-l2 {
    left: 16.66667%
  }

  .row .col.offset-l3 {
    margin-left: 25%
  }

  .row .col.pull-l3 {
    right: 25%
  }

  .row .col.push-l3 {
    left: 25%
  }

  .row .col.offset-l4 {
    margin-left: 33.33333%
  }

  .row .col.pull-l4 {
    right: 33.33333%
  }

  .row .col.push-l4 {
    left: 33.33333%
  }

  .row .col.offset-l5 {
    margin-left: 41.66667%
  }

  .row .col.pull-l5 {
    right: 41.66667%
  }

  .row .col.push-l5 {
    left: 41.66667%
  }

  .row .col.offset-l6 {
    margin-left: 50%
  }

  .row .col.pull-l6 {
    right: 50%
  }

  .row .col.push-l6 {
    left: 50%
  }

  .row .col.offset-l7 {
    margin-left: 58.33333%
  }

  .row .col.pull-l7 {
    right: 58.33333%
  }

  .row .col.push-l7 {
    left: 58.33333%
  }

  .row .col.offset-l8 {
    margin-left: 66.66667%
  }

  .row .col.pull-l8 {
    right: 66.66667%
  }

  .row .col.push-l8 {
    left: 66.66667%
  }

  .row .col.offset-l9 {
    margin-left: 75%
  }

  .row .col.pull-l9 {
    right: 75%
  }

  .row .col.push-l9 {
    left: 75%
  }

  .row .col.offset-l10 {
    margin-left: 83.33333%
  }

  .row .col.pull-l10 {
    right: 83.33333%
  }

  .row .col.push-l10 {
    left: 83.33333%
  }

  .row .col.offset-l11 {
    margin-left: 91.66667%
  }

  .row .col.pull-l11 {
    right: 91.66667%
  }

  .row .col.push-l11 {
    left: 91.66667%
  }

  .row .col.offset-l12 {
    margin-left: 100%
  }

  .row .col.pull-l12 {
    right: 100%
  }

  .row .col.push-l12 {
    left: 100%
  }
}

@media (min-width:83em) {
  .row .col.xl1 {
    width: 8.33333%
  }

  .row .col.xl1,
  .row .col.xl2 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.xl2 {
    width: 16.66667%
  }

  .row .col.xl3 {
    width: 25%
  }

  .row .col.xl3,
  .row .col.xl4 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.xl4 {
    width: 33.33333%
  }

  .row .col.xl5 {
    width: 41.66667%
  }

  .row .col.xl5,
  .row .col.xl6 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.xl6 {
    width: 50%
  }

  .row .col.xl7 {
    width: 58.33333%
  }

  .row .col.xl7,
  .row .col.xl8 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.xl8 {
    width: 66.66667%
  }

  .row .col.xl9 {
    width: 75%
  }

  .row .col.xl9,
  .row .col.xl10 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.xl10 {
    width: 83.33333%
  }

  .row .col.xl11 {
    width: 91.66667%
  }

  .row .col.xl11,
  .row .col.xl12 {
    left: auto;
    margin-left: auto;
    right: auto
  }

  .row .col.xl12 {
    width: 100%
  }

  .row .col.offset-xl1 {
    margin-left: 8.33333%
  }

  .row .col.pull-xl1 {
    right: 8.33333%
  }

  .row .col.push-xl1 {
    left: 8.33333%
  }

  .row .col.offset-xl2 {
    margin-left: 16.66667%
  }

  .row .col.pull-xl2 {
    right: 16.66667%
  }

  .row .col.push-xl2 {
    left: 16.66667%
  }

  .row .col.offset-xl3 {
    margin-left: 25%
  }

  .row .col.pull-xl3 {
    right: 25%
  }

  .row .col.push-xl3 {
    left: 25%
  }

  .row .col.offset-xl4 {
    margin-left: 33.33333%
  }

  .row .col.pull-xl4 {
    right: 33.33333%
  }

  .row .col.push-xl4 {
    left: 33.33333%
  }

  .row .col.offset-xl5 {
    margin-left: 41.66667%
  }

  .row .col.pull-xl5 {
    right: 41.66667%
  }

  .row .col.push-xl5 {
    left: 41.66667%
  }

  .row .col.offset-xl6 {
    margin-left: 50%
  }

  .row .col.pull-xl6 {
    right: 50%
  }

  .row .col.push-xl6 {
    left: 50%
  }

  .row .col.offset-xl7 {
    margin-left: 58.33333%
  }

  .row .col.pull-xl7 {
    right: 58.33333%
  }

  .row .col.push-xl7 {
    left: 58.33333%
  }

  .row .col.offset-xl8 {
    margin-left: 66.66667%
  }

  .row .col.pull-xl8 {
    right: 66.66667%
  }

  .row .col.push-xl8 {
    left: 66.66667%
  }

  .row .col.offset-xl9 {
    margin-left: 75%
  }

  .row .col.pull-xl9 {
    right: 75%
  }

  .row .col.push-xl9 {
    left: 75%
  }

  .row .col.offset-xl10 {
    margin-left: 83.33333%
  }

  .row .col.pull-xl10 {
    right: 83.33333%
  }

  .row .col.push-xl10 {
    left: 83.33333%
  }

  .row .col.offset-xl11 {
    margin-left: 91.66667%
  }

  .row .col.pull-xl11 {
    right: 91.66667%
  }

  .row .col.push-xl11 {
    left: 91.66667%
  }

  .row .col.offset-xl12 {
    margin-left: 100%
  }

  .row .col.pull-xl12 {
    right: 100%
  }

  .row .col.push-xl12 {
    left: 100%
  }
}

.skip-link:focus {
  clip: auto;
  -webkit-clip-path: unset;
  clip-path: unset;
  height: auto;
  margin: 0;
  overflow: auto;
  position: absolute !important;
  width: auto;
  background-color: #fafafa;
  color: #272726;
  padding: .5rem;
  transition: none;
  z-index: 24
}

[draggable]:focus,
[tabindex]:focus,
a[href]:focus,
area:focus,
button:enabled:focus,
input:not([type=hidden]):enabled:focus,
object:focus,
select:enabled:focus,
textarea:enabled:focus {
  outline: 0
}

.is-tabbable [draggable]:focus,
.is-tabbable [tabindex]:focus,
.is-tabbable a[href]:focus,
.is-tabbable area:focus,
.is-tabbable button:enabled:focus,
.is-tabbable input:not([type=hidden]):enabled:focus,
.is-tabbable object:focus,
.is-tabbable select:enabled:focus,
.is-tabbable textarea:enabled:focus {
  outline: 5px auto -webkit-focus-ring-color
}

.clearfix {
  *zoom: 1
}

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

.is-hidden,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

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

.label-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.no-placeholder .label-hidden,
.visually-shown {
  clip: auto;
  -webkit-clip-path: unset;
  clip-path: unset;
  height: auto;
  margin: 0;
  overflow: auto;
  position: inherit !important;
  width: auto
}

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

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

.no-js .js,
.supports-no-cookies:not(html) {
  display: none
}

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

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

.placeholder-svg {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%
}

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

.placeholder-background {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.placeholder-background .icon {
  border: 0
}

.responsive-image__wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%
}

.responsive-image__wrapper:before {
  content: "";
  display: block;
  position: relative
}

.responsive-image__wrapper img {
  display: block;
  width: 100%
}

.responsive-image__wrapper.is-hidden {
  display: none
}

.responsive-image__wrapper--full-height {
  height: 100%
}

.responsive-image__image {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.no-js .responsive-image .responsive-image__wrapper {
  display: none
}

.responsive-card-image__wrapper {
  position: relative;
  width: 100%
}

.responsive-card-image__image {
  display: block;
  width: 100%
}

.blur-up {
  transition: filter .4s
}

.blur-up.lazyloaded {
  filter: blur(0)
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

main {
  display: block;
  width: 100%
}

[hidden] {
  display: none
}

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

body,
html {
  height: 100%
}

.critical-hide {
  display: inherit
}

.critical-clear {
  opacity: 1
}

.main-content .shopify-section {
  display: inherit
}

body:not(.template-index) .main-content {
  opacity: 1
}

body:not(.template-index) .main-content:focus {
  outline: 0
}

.animate {
  transition: all .4s cubic-bezier(.33, .01, .35, .99)
}

@media (min-width:48em) {
  .animate.is-loaded.animate--opacity {
    opacity: 0
  }

  .animate.is-loaded.animate--translateY {
    transform: translateY(50px)
  }
}

body.is-locked {
  overflow-y: hidden
}

.color--primary {
  color: #272726
}

.color--secondary {
  color: #a9a79f
}

.color--light {
  color: #949494
}

.color--inverse {
  color: #fff
}

.background--primary {
  background-color: #efeee7
}

.background--dark {
  background-color: #a9a79f
}

.background--light {
  background-color: #fafafa
}

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

hr {
  background: #a9a79f;
  border: 0;
  height: 1px
}

form,
hr {
  margin: 0
}

fieldset {
  border: 0
}

fieldset,
legend {
  margin: 0;
  padding: 0
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  font-family: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default
}

button,
input[type=submit],
label[for] {
  cursor: pointer
}

textarea {
  min-height: 100px;
  resize: vertical
}

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

.input-error,
option {
  background-color: #fff;
  color: #272726
}

.input-error {
  border-color: #f64747
}

.newsletter-form__submit,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a9a79f;
  color: #272726;
  display: block;
  font-size: 12.64198px;
  height: 100%;
  letter-spacing: .5px;
  padding: 1.5rem 1rem 1rem 0;
  width: 100%
}

.newsletter-form__submit:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #272726;
  font-size: 12.64198px
}

.newsletter-form__submit::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #272726;
  font-size: 12.64198px
}

.newsletter-form__submit[disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .75
}

.newsletter-form__submit:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  border-color: #5e9ed6
}

label {
  display: inline-block
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: transparent;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 0;
  text-transform: none
}

input[type=checkbox],
input[type=radio] {
  margin-right: .5rem
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  vertical-align: middle;
  width: 24px
}

.no-svg .icon {
  display: none
}

svg circle,
svg ellipse,
svg g,
svg img,
svg line,
svg path,
svg polygon,
svg polyline,
symbol circle,
symbol ellipse,
symbol g,
symbol img,
symbol line,
symbol path,
symbol polygon,
symbol polyline {
  max-width: 100%
}

svg rect,
symbol rect {
  fill: inherit;
  stroke: inherit
}

.icon-fallback-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.no-svg .icon-fallback-text {
  clip: auto;
  -webkit-clip-path: unset;
  clip-path: unset;
  height: auto;
  margin: 0;
  overflow: auto;
  position: static !important;
  width: auto
}

.payment-icons {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

figure {
  margin: 0
}

img,
picture,
video {
  margin: 0;
  max-width: 100%
}

img:is([srcset]) {
  width: 100%;
  height: auto;
}

.rte {
  margin: 0
}

.rte img {
  height: auto
}

.rte table {
  table-layout: fixed
}

.rte ol,
.rte ul {
  margin: 0 0 .75rem 1rem
}

.rte strong {
  font-family: Untitled Sans Medium, Helvetica, sans-serif
}

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

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

.rte__video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

body,
html {
  color: #272726;
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: .85px;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

body:not(:last-child),
html:not(:last-child) {
  margin-bottom: 1.5rem
}

.h1,
h1 {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 25.62891px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 1.2;
  margin: 0
}

.h1:not(:last-child),
h1:not(:last-child) {
  margin-bottom: 1.5rem
}

@media (min-width:64em) {

  .h1,
  h1 {
    font-size: 41.05255px
  }
}

.h2,
.h2 p,
h2 {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 25.62891px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 1.2;
  margin: 0
}

.h2 p:not(:last-child),
.h2:not(:last-child),
h2:not(:last-child) {
  margin-bottom: 1rem
}

@media (min-width:64em) {

  .h2,
  .h2 p,
  h2 {
    font-size: 32.43658px
  }
}

.h3,
h3 {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 20.25px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 1.2;
  margin: 0
}

.h3:not(:last-child),
h3:not(:last-child) {
  margin-bottom: .75rem
}

@media (min-width:64em) {

  .h3,
  h3 {
    font-size: 25.62891px
  }
}

.h4,
h4 {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 1.3;
  margin: 0
}

.h4:not(:last-child),
h4:not(:last-child) {
  margin-bottom: .5rem
}

@media (min-width:64em) {

  .h4,
  h4 {
    font-size: 22.78125px
  }
}

#storemapper .storemapper-title,
.h5,
.h5 p,
h5 {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 1.3;
  margin: 0
}

#storemapper .storemapper-title:not(:last-child),
.h5 p:not(:last-child),
.h5:not(:last-child),
h5:not(:last-child) {
  margin-bottom: .25rem
}

@media (min-width:64em) {

  #storemapper .storemapper-title,
  .h5,
  .h5 p,
  h5 {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 1.5
  }
}

#storemapper #storemapper-zip,
#storemapper .storemapper-distance.storemapper-dropdown .button-group .storemapper-dropdown-btn span,
.body-1,
.newsletter-form__submit:-ms-input-placeholder,
.product-card__title,
.template-page__contact .rte,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
p,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 12.64198px;
  font-weight: 400;
  letter-spacing: .85px;
  line-height: 1.5;
  margin: 0
}

#storemapper #storemapper-zip,
#storemapper .storemapper-distance.storemapper-dropdown .button-group .storemapper-dropdown-btn span,
.body-1,
.newsletter-form__submit::placeholder,
.product-card__title,
.template-page__contact .rte,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
p,
select::placeholder,
textarea::placeholder {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 12.64198px;
  font-weight: 400;
  letter-spacing: .85px;
  line-height: 1.5;
  margin: 0
}

#storemapper #storemapper-zip:not(:last-child),
#storemapper .storemapper-distance.storemapper-dropdown .button-group .storemapper-dropdown-btn span:not(:last-child),
.body-1:not(:last-child),
.newsletter-form__submit:not(:last-child)::placeholder,
.template-page__contact .rte:not(:last-child),
input:not(:last-child)[type=email]::placeholder,
input:not(:last-child)[type=password]::placeholder,
input:not(:last-child)[type=search]::placeholder,
input:not(:last-child)[type=tel]::placeholder,
input:not(:last-child)[type=text]::placeholder,
p:not(:last-child),
select:not(:last-child)::placeholder,
textarea:not(:last-child)::placeholder {
  margin-bottom: 1.5rem
}

@media (min-width:64em) {

  #storemapper #storemapper-zip,
  #storemapper .storemapper-distance.storemapper-dropdown .button-group .storemapper-dropdown-btn span,
  .body-1,
  .newsletter-form__submit:-ms-input-placeholder,
  .product-card__title,
  .template-page__contact .rte,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=text]:-ms-input-placeholder,
  p,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 14.22222px
  }

  #storemapper #storemapper-zip,
  #storemapper .storemapper-distance.storemapper-dropdown .button-group .storemapper-dropdown-btn span,
  .body-1,
  .newsletter-form__submit::placeholder,
  .product-card__title,
  .template-page__contact .rte,
  input[type=email]::placeholder,
  input[type=password]::placeholder,
  input[type=search]::placeholder,
  input[type=tel]::placeholder,
  input[type=text]::placeholder,
  p,
  select::placeholder,
  textarea::placeholder {
    font-size: 14.22222px
  }
}

a {
  text-decoration: underline
}

a:hover {
  color: #949494
}

.subtitle-2,
label {
  font-family: Untitled Sans Medium, Helvetica, sans-serif;
  font-size: 12.64198px;
  letter-spacing: .85px;
  line-height: 1.5
}

.label,
.legend,
legend {
  text-transform: uppercase
}

.caption,
.label,
.legend,
caption,
legend {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: .85px;
  line-height: 1.5
}

.caption,
caption {
  font-weight: 400;
  text-transform: inherit
}

.button,
.nav-item {
  font-family: Untitled Sans Medium, Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 1.3
}

.button,
.nav-item,
.text-link {
  font-size: 11.23731px;
  font-weight: 400;
  text-transform: uppercase
}

.text-link {
  letter-spacing: .85px;
  line-height: 1.5
}

.text-link:hover {
  cursor: pointer
}

.product-card-title {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 12.64198px;
  font-weight: 400;
  letter-spacing: .85px;
  line-height: 1.5;
  margin: 0
}

@media (min-width:64em) {
  .product-card-title {
    font-size: 14.22222px
  }
}

blockquote {
  color: #949494;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 2rem;
  padding-bottom: 2rem
}

@media (min-width:64em) {
  blockquote {
    font-size: 18px
  }
}

.ol,
.ul,
ol,
ul {
  font-size: 14.22222px;
  line-height: 1.5
}

@media (min-width:64em) {

  .ol,
  .ul,
  ol,
  ul {
    font-size: 16px
  }
}

.accordion {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.accordion__title {
  margin-bottom: 0
}

.accordion__item.is-active .icon {
  transform: rotate(180deg)
}

.accordion__item.is-active .accordion__content {
  display: block
}

.accordion__control {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #a9a79f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 .75rem 0;
  text-decoration: none;
  width: 100%
}

.accordion__control .icon {
  transform: rotate(0);
  transition: transform .25s
}

.accordion__content {
  display: none;
  padding: 1rem 0
}

.accordion__content,
.accordion__content p,
.accordion__content ul {
  font-size: 14.22222px
}

.accordion__content p:empty {
  display: none
}

.ajax-cart__line-item {
  transition: opacity .2s .1s;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1
}

.ajax-cart__line-item.is-removing {
  opacity: .25;
  pointer-events: none
}

.ajax-cart__line-item.is-removing:hover {
  cursor: pointer
}

.ajax-cart__vendor {
  color: #949494;
  font-size: 14.22222px;
  margin-bottom: 0
}

.ajax-cart__title {
  color: #272726;
  display: block;
  font-size: 14.22222px;
  margin-bottom: 1rem;
  max-width: 280px;
  text-decoration: none
}

.ajax-cart__title:hover {
  color: #41413f
}

.ajax-cart__amount,
.ajax-cart__variant-title {
  font-size: 14.22222px;
  margin-bottom: 1rem
}

.ajax-cart__amount {
  color: #272726;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right
}

.ajax-cart__amount [js-currency=price] {
  margin-bottom: auto
}

.ajax-cart__amount s {
  color: #949494;
  display: inline-block
}

.ajax-cart__quantity {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%
}

.ajax-cart__price {
  -ms-flex: 1 1 60%;
  flex: 1 1 60%
}

.ajax-cart__image {
  max-width: 75px;
  width: 100%;
}

.ajax-cart__image img {
  object-fit: contain;
}

.ajax-cart__description {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-left: .75rem;
  width: 100%
}

.ajax-cart__description>.row {
  width: 100%
}

.ajax-cart__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap
}

.ajax-cart__remove {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  transition: color .2s ease-out;
  color: #272726;
  font-size: 14.22222px;
  margin: 0 auto 0 0;
  text-align: left;
  text-decoration: underline
}

.ajax-cart__remove:hover {
  color: #41413f;
  cursor: pointer
}

@media (min-width:48em) {
  .ajax-cart__image {
    max-width: 90px
  }

  .ajax-cart__title {
    font-size: 16px
  }

  .ajax-cart__price {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }
}

.article-card {
  color: #272726;
  margin-bottom: 1rem
}

.article-card__title {
  font-family: Untitled Sans Medium, Helvetica, sans-serif;
  font-size: 16px;
  margin: 1rem 0 .75rem
}

.article-card__meta {
  margin-bottom: .75rem
}

.article-card__meta:last-child {
  margin-bottom: 0
}

.article-card__description {
  font-size: 14.22222px
}

.article-card:hover {
  color: #41413f
}

.badge {
  background-color: transparent;
  border: 1px solid #efefef;
  border-radius: 8rem;
  display: inline-block;
  font-size: 11.23731px;
  line-height: 1;
  padding: .25rem 1rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
  white-space: nowrap
}

.badge,
.badge span {
  position: relative
}

.badge:not(:last-child) {
  margin-right: .5rem
}

.badge__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.badge.badge--primary {
  background-color: #efeee7;
  border: 1px solid #efeee7;
  color: #fff
}

.badge.badge--secondary {
  background-color: #a9a79f;
  border: 1px solid #a9a79f;
  color: #fff
}

.badge.badge--round {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 24px;
  min-width: 18px;
  padding: .25rem .5rem
}

@media (min-width:64em) {
  .badge {
    padding: 1rem .75rem;
    position: absolute;
    top: 5rem
  }
}

.blog-article-card {
  display: inline-block;
  margin-bottom: 2.5rem;
  width: 100%
}

.blog-article-card__link {
  display: block;
  text-decoration: none
}

.blog-article-card__link:hover {
  color: #41413f
}

.blog-article-card__link:hover .blog-article-card__thumbnail img {
  transform: scale(1.05)
}

.blog-article-card__link:hover .button--secondary span:before {
  transform: scaleX(.7)
}

.blog-article-card__thumbnail {
  overflow: hidden
}

.blog-article-card__thumbnail img {
  transform: scale(1);
  transition: transform .4s cubic-bezier(.33, .01, .35, .99)
}

.blog-article-card__body {
  padding-top: 1rem
}

.blog-article-card__category {
  color: #a9a79f;
  display: inline-block;
  text-transform: uppercase
}

.blog-article-card__category:not(:last-child) {
  margin-bottom: .75rem
}

.blog-article-card__title-container {
  margin-bottom: .25rem
}

.blog-article-card__title {
  width: 100%
}

@media (min-width:48em) {
  .blog-article-card {
    margin-bottom: 9rem;
    width: 50%
  }

  .blog-article-card:last-child {
    margin-bottom: 0
  }

  .blog-article-card:nth-child(odd) {
    margin-top: -6rem;
    padding-left: 2rem;
    padding-right: 8%
  }

  .blog-article-card:nth-child(2n) {
    padding-left: 8%;
    padding-right: 2rem
  }

  .blog-article-card__title {
    max-width: 440px
  }
}

.blog-filters {
  margin: auto;
  padding: 0 .5rem;
  width: 100%
}

.blog-filters__wrapper {
  margin: auto
}

.blog-filters__content {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0
}

.is-active .blog-filters__content {
  display: block
}

.blog-filters__toggle {
  cursor: pointer;
  margin-bottom: .75rem;
  text-align: center
}

.blog-filters__toggle span {
  pointer-events: none
}

.blog-filters__toggle svg {
  height: 18px;
  pointer-events: none;
  width: 18px
}

.blog-filters__item {
  margin-bottom: .75rem;
  text-align: center
}

.blog-filters__item:last-child {
  margin-bottom: 0
}

.blog-filters__item span {
  display: block
}

.blog-filters__link {
  display: inline-block;
  position: relative;
  text-decoration: none
}

.blog-filters__link:before {
  content: "";
  transform: scale(0)
}

.blog-filters__link.is-active:before,
.blog-filters__link:hover:before {
  background: #272726;
  bottom: -9px;
  content: "";
  height: 1px;
  position: absolute;
  transform: scale(1);
  transition: transform .5s;
  width: 100%
}

.blog-filters__link.is-active:hover:after {
  transform: scaleX(.7)
}

@media (min-width:48em) {

  .blog-filters__content,
  .blog-filters__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
  }

  .blog-filters__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .is-active .blog-filters__content {
    display: -ms-flexbox;
    display: flex
  }

  .blog-filters__toggle {
    cursor: inherit;
    display: none
  }

  .blog-filters__item {
    margin-bottom: 0;
    padding: .75rem 1rem
  }

  .blog-filters__link {
    display: block
  }
}

@media (max-width:47.99em) {
  .blog-filters__item--hide-mobile {
    display: none
  }
}

.blog-hero {
  padding: 3rem 0 1.5rem
}

.blog-hero__title {
  text-align: center
}

.blog-hero__title:not(:last-child) {
  margin-bottom: 1rem
}

@media (min-width:48em) {
  .blog-hero {
    padding: 3rem 0 4rem
  }

  .blog-hero__title:not(:last-child) {
    margin-bottom: 1.5rem
  }
}

.blog-pagination {
  color: #272726;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.blog-pagination__item {
  display: inline-block;
  opacity: .3
}

.blog-pagination__item .icon {
  position: relative;
  top: -.125rem
}

.blog-pagination__item:not(:first-child),
.blog-pagination__item:not(:last-child) {
  margin: 0 .75rem
}

.blog-pagination__link {
  color: #272726;
  opacity: 1
}

.blog-pagination__pages-list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.blog-pagination__pages-item {
  margin: 0 1rem;
  min-width: 10px
}

.blog-pagination__pages-item:hover a {
  border-bottom-color: #272726
}

.blog-pagination__pages-item a,
.blog-pagination__pages-item span {
  border-bottom: 1px solid transparent;
  color: #272726;
  padding-bottom: 3px;
  text-decoration: none;
  vertical-align: middle
}

.blog-pagination__pages-item.is-active a,
.blog-pagination__pages-item.is-active span {
  border-bottom-color: #272726
}

.breadcrumb {
  color: #a9a79f;
  font-size: 12.64198px
}

.breadcrumb__separator {
  display: inline-block
}

.breadcrumb__separator:not(:first-child) {
  margin: 0 .75rem
}

.breadcrumb__link {
  color: #a9a79f;
  text-decoration: none
}

.breadcrumb__link:hover {
  color: #efeee7
}

@media (min-width:48em) {
  .breadcrumb {
    font-size: 16px
  }

  .breadcrumb__separator:not(:first-child) {
    margin: 0 1.5rem
  }
}

#storemapper #storemapper-form #storemapper-go,
.button {
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: none;
  color: #949494;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  padding: .75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: auto
}

#storemapper #storemapper-form #storemapper-go:hover,
.button:hover {
  cursor: pointer
}

#storemapper #storemapper-form .button#storemapper-go {
  width: 100%
}

@media (min-width:64em) {

  #storemapper #storemapper-form #storemapper-go,
  .button {
    padding: .75rem 2rem
  }
}

.button--primary {
  background-color: #272726;
  border-color: transparent;
  color: #fff
}

.button--primary:hover {
  background-color: #fff;
  border-color: #272726;
  color: #272726
}

.button--primary.button--outlined {
  background-color: transparent;
  border-color: #272726;
  color: #272726
}

.button--primary.button--outlined:hover {
  background-color: #272726;
  color: #fff
}

.button--secondary {
  background-color: transparent;
  border: 0;
  color: #272726;
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  padding: .75rem 0
}

.button--secondary:hover {
  color: inherit
}

.button--secondary:hover span:before {
  transform: scaleX(.7)
}

.button--secondary span {
  position: relative
}

.button--secondary span:before {
  background-color: #272726;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(1);
  transition: transform .4s cubic-bezier(.33, .01, .35, .99);
  width: 100%
}

.button--light {
  background-color: #fafafa;
  border: 1px solid #efefef;
  color: #272726
}

.button--light:hover {
  background-color: #ededed
}

.button--light.button--outlined {
  background-color: transparent;
  border-color: #efefef;
  color: #949494
}

.button--light.button--outlined:hover {
  background-color: #fafafa;
  border-color: #efefef;
  color: #272726
}

.button.is-active {
  opacity: 1
}

.button.is-disabled,
.button[disabled=true] {
  background-color: hsla(0, 0%, 94%, .25);
  color: #949494
}

.button.is-disabled:hover,
.button[disabled=true]:hover {
  cursor: not-allowed
}

.button.is-loading {
  color: transparent;
  position: relative
}

.button.is-loading .loader {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.button.is-loading .ball-clip-rotate>div {
  border-color: #fff #fff transparent
}

.button.is-loading:hover {
  cursor: default;
  opacity: 1
}

.callout {
  padding: 1rem 0
}

.callout.callout--primary {
  background-color: #efeee7;
  color: #fff
}

.callout.callout--secondary {
  background-color: #a9a79f;
  color: #fff
}

.callout.callout--light {
  background-color: #efefef;
  color: #a9a79f
}

.card-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: .5rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 0 .5rem
}

.card-grid .card {
  max-width: none;
  width: 100%
}

.card-grid__item--promotion {
  -ms-grid-column: span 1;
  grid-column: span 1;
  height: auto
}

.card-grid__item--empty {
  background-color: #efeee7;
  display: none
}

@media (min-width:48em) {
  .card-grid {
    grid-gap: .75rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .card-grid__item--promotion {
    -ms-grid-column: span 1;
    grid-column: span 1;
    height: auto
  }
}

@media (min-width:64em) {
  .card-grid {
    grid-gap: .5rem;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
  }

  .card-grid__item--empty {
    display: -ms-flexbox;
    display: flex
  }

  .card-grid__item--promotion {
    -ms-grid-column: span 2;
    grid-column: span 2
  }
}

/* When collections are filtered, we hide the cards from the DOM, removing grid white space */
.card-grid {
  .card-grid__item.is-hidden {
    display: none;
  }
}

.card {
  font-size: 14.22222px;
  width: 100%
}

.card,
.card__link {
  display: block;
  position: relative;
  text-decoration: none
}

.card__link {
  color: #272726
}

.card__thumbnail {
  position: relative;
  width: 100%
}

.card__body {
  margin: 1rem 0 2rem;
  width: 100%
}

.card__footer {
  margin: auto 0 1rem;
  width: 100%
}

.card__title {
  margin-bottom: 1rem
}

.card__title a {
  color: #272726
}

.card__title a:hover {
  color: #41413f
}

.card__meta {
  margin: .25rem 0 1.5rem
}

.card__badge-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: .75rem;
  top: .75rem;
  z-index: 1
}

.card__badge {
  margin-bottom: .5rem
}

.card__badge:not(:last-child) {
  margin-right: .5rem
}

.carousel .flickity-page-dots {
  bottom: 1rem
}

.carousel .flickity-page-dots .dot {
  transition: opacity .2s .1s;
  background-color: #a9a79f;
  height: 12px;
  opacity: .25;
  width: 12px
}

.carousel .flickity-page-dots .dot.is-selected {
  opacity: 1
}

.carousel .flickity-prev-next-button {
  background: none
}

.carousel .flickity-prev-next-button .arrow {
  fill: #a9a79f
}

.cart-add-on {
  background-color: #fafafa;
  font-size: 14.22222px;
  padding: 1rem
}

.cart-add-on__choice-box {
  height: 20px
}

.cart-add-on__label>span {
  position: relative;
  top: 2px
}

.cart-add-on__message {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.075, .82, .165, 1)
}

.cart-add-on__message.is-active {
  max-height: 160px
}

.cart-add-on__message.is-active .cart-add-on__textarea {
  border-color: #a9a79f
}

.cart-add-on__message.is-active .cart-add-on__disclaimer {
  display: block
}

.cart-add-on__textarea {
  border-color: transparent;
  margin-top: 1rem;
  transition: border-color .1s linear .1s
}

.cart-add-on__disclaimer {
  display: none;
  margin-top: .75rem
}

.cart-table__header,
.cart-table__item {
  display: -ms-flexbox;
  display: flex
}

.cart-table__item {
  padding-top: 1rem;
  position: relative
}

.cart-table__item:not(:first-child) {
  border-top: 1px solid #efefef
}

.cart-table__item:not(:last-child) {
  margin-bottom: 1rem
}

.cart-table__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1rem 0
}

.cart-table__image {
  margin-right: .5rem
}

.cart-table__description {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  max-width: calc(100% - 2rem);
  width: 100%
}

.cart-table__description,
.cart-table__description>.row {
  display: -ms-flexbox;
  display: flex
}

.cart-table__remove {
  position: absolute;
  right: 0;
  top: 1rem
}

.cart-table__remove svg {
  pointer-events: none
}

.cart-table__quantity-selector {
  width: 100%
}

.cart-table__label {
  display: -ms-flexbox;
  display: flex;
  font-size: 14.22222px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cart-table__meta {
  display: inline-block
}

.cart-table__disclaimer {
  margin: 1.6rem 0 1rem;
}

.cart-table__disclaimer > p {
  margin-bottom: 1rem;
}

.cart-table__overview-footer {
  border-top: 1px solid #a9a79f
}

.cart-table__free-shipping-notification {
  margin: 1rem 0
}

.cart-table__checkout-button {
  margin-bottom: 1rem
}

.cart-table__checkout-button > input {
  width: 100%;
}

.cart-table .quantity-selector {
  margin-left: auto
}

.cart-table s {
  margin: 0 .5rem
}

@media (min-width:64em) {
  .cart-table__item {
    -ms-flex-align: center;
    align-items: center
  }

  .cart-table__label {
    font-size: 16px
  }

  .cart-table__description>.row {
    display: block
  }

  .cart-table__quantity-selector {
    margin-bottom: 1.5rem
  }

  .cart-table__image {
    margin-right: 1rem
  }
}

.checkbox__container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.checkbox__container:not(:last-child) {
  margin-bottom: .75rem
}

.checkbox__label {
  -ms-flex-align: center;
  align-items: center;
  cursor: inherit;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin: 0;
  min-height: 1rem;
  position: relative
}

.checkbox__label:hover:before {
  border: 1px solid #a9a79f
}

.checkbox__label.is-disabled {
  color: #949494
}

.checkbox__label.is-disabled:hover {
  cursor: not-allowed;
  pointer-events: none
}

.checkbox__label.is-disabled:before {
  opacity: .5
}

.checkbox__input[type=checkbox] {
  height: 20px;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
  width: 20px
}

.checkbox__input[type=checkbox]:checked+.checkbox__content:before {
  background-color: #a9a79f;
  border-color: #a9a79f
}

.checkbox__input[type=checkbox]:checked+.checkbox__content:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg)
}

.checkbox__content {
  padding-left: 2rem
}

.checkbox__content:before {
  background-color: transparent;
  border: 1px solid #a9a79f;
  box-sizing: border-box;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25rem
}

.checkbox__content:after {
  background: none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
  content: "";
  height: 5px;
  left: .35rem;
  position: absolute;
  top: 7px;
  transform: scale(0) rotate(-45deg);
  width: 9px
}

.checkbox__content p {
  color: #949494
}

.checkbox__content p a:hover {
  text-decoration: none
}

.choice-card {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #efefef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 70px;
  padding: 1rem;
  text-align: left;
  width: 100%
}

.choice-card__icon {
  height: 30px;
  margin-right: 1rem;
  pointer-events: none;
  width: 40px
}

.choice-card__icon .flag-icon {
  display: block;
  height: 100%;
  width: 100%
}

.choice-card__label {
  max-width: 175px;
  pointer-events: none
}

.choice-card:hover {
  border-color: #efeee7
}

@media (min-width:48em) {
  .choice-card {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 165px;
    text-align: center
  }

  .choice-card__icon {
    height: 60px;
    margin-right: 0;
    width: 80px
  }

  .choice-card__label {
    margin-top: .75rem;
    max-width: 275px
  }
}

.cookie-banner {
  background-color: #fff;
  border-top: 1px solid #a9a79f;
  bottom: 0;
  color: #272726;
  display: none;
  left: 0;
  padding: 1rem 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 200000
}

.cookie-banner__container {
  padding: 0 1rem
}

.cookie-banner__text.body-1 {
  margin-bottom: 0
}

.cookie-banner__text.body-1 a {
  font-size: inherit
}

.cookie-banner.is-active {
  display: block
}

@media (min-width:48em) {
  .cookie-banner {
    text-align: left
  }

  .cookie-banner__container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3rem
  }

  .cookie-banner__text {
    padding-right: 1.5rem
  }
}

.cover {
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #efefef;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1.5rem;
  position: relative
}

.cover__subtitle,
.cover__title {
  position: relative;
  z-index: 2
}

.cover__subtitle {
  margin: 0;
  max-width: 240px
}

.cover__overlay {
  background: linear-gradient(45deg, hsla(48, 5%, 64%, .75), transparent);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

@media (min-width:48em) {
  .cover {
    height: 320px
  }
}

@media (min-width:64em) {
  .cover {
    height: 380px
  }
}

.currency-selector {
  background-color: #fff;
  border: 1px solid #a9a79f;
  position: relative;
  width: 140px
}

.currency-selector__label {
  left: 0;
  position: absolute;
  top: -1.5rem
}

.currency-selector__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: .5rem;
  transition: opacity .25s
}

.currency-selector__select:hover {
  cursor: pointer;
  opacity: .75
}

.currency-selector .icon__chevron--down {
  max-width: 8px;
  pointer-events: none;
  position: absolute;
  right: 1rem
}

@media (min-width:48em) {
  .currency-selector {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .currency-selector__label {
    left: 0;
    position: absolute;
    top: -1.5rem
  }
}

.collection-filters {
  margin: 1rem auto;
  padding: 0 .5rem;
  width: 100%
}

.collection-filters__wrapper {
  margin: auto
}

.collection-filters__content {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0
}

.is-active .collection-filters__content {
  display: block
}

.collection-filters__toggle {
  cursor: pointer;
  margin-bottom: .75rem;
  text-align: center
}

.collection-filters__toggle span {
  pointer-events: none
}

.collection-filters__toggle svg {
  height: 18px;
  pointer-events: none;
  width: 18px
}

.collection-filters__item {
  margin-bottom: .75rem;
  text-align: center
}

.collection-filters__item:last-child {
  margin-bottom: 0
}

.collection-filters__item span {
  display: block
}

.collection-filters__link {
  display: inline-block;
  position: relative;
  text-decoration: none
}

.collection-filters--lenses .collection-filters__link {
  color: #272726;
  text-transform: none
}

.collection-filters__link:hover {
  color: inherit
}

.collection-filters__link:before {
  content: "";
  transform: scale(0)
}

.collection-filters__link.is-active:before,
.collection-filters__link:hover:before {
  background: #272726;
  bottom: -9px;
  content: "";
  height: 1px;
  position: absolute;
  transform: scale(1);
  transition: transform .5s;
  width: 100%
}

.collection-filters__link.is-active:hover:after {
  transform: scaleX(.7)
}

@media (min-width:48em) {

  .collection-filters__content,
  .collection-filters__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
  }

  .collection-filters__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .is-active .collection-filters__content {
    display: -ms-flexbox;
    display: flex
  }

  .collection-filters__toggle {
    cursor: inherit;
    display: none
  }

  .collection-filters__item {
    margin-bottom: 0;
    padding: .75rem 1rem
  }

  .collection-filters__link {
    display: block
  }
}

@media (max-width:47.99em) {
  .collection-filters__item--hide-mobile {
    display: none
  }
}

.drawer {
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  background-color: #fff;
  border: 1px solid #efefef;
  border-width: 0 1px;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 66px;
  transition: opacity .3s;
  width: 100%;
  will-change: transform;
  z-index: -1
}

.drawer.drawer.is-active {
  opacity: 1;
  z-index: 1001;
  top: 0;
}

.drawer.drawer--left {
  left: 0;
  opacity: 0
}

@media (min-width:36em) {
  .drawer {
    max-width: 420px
  }
}

.errors {
  border: 1px solid #f64747;
  color: #f64747;
  margin-bottom: 1rem;
  padding: .75rem
}

.errors ul {
  list-style-type: none
}

.errors ul,
.errors ul li {
  margin: 0;
  padding: 0
}

.errors ul li {
  font-size: 14.22222px
}

.fieldset {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0
}

.fieldset__legend {
  margin-bottom: .75rem
}

.form-group:not(:last-child) {
  margin-bottom: 1.5rem
}

.form-group__field:not(:last-child) {
  margin-bottom: 2rem
}

.form-group__check {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.form-group__check label {
  margin-bottom: 0
}

.form-group__check:not(:last-child),
.form-group__label {
  margin-bottom: .75rem
}

.form-group__label {
  font-family: Untitled Sans Medium, Helvetica, sans-serif
}

.form-group__helper-text {
  margin-bottom: .75rem
}

.form-group__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem
}

@media (max-width:47.99em) {
  .form-group__field:not(:last-child) {
    margin-bottom: 1.25rem
  }
}

.free-shipping-notification {
  border: 1px solid #a9a79f;
  min-height: 2.5rem
}

.free-shipping-notification__text-wrapper {
  padding: .75rem 1rem;
  text-align: center
}

.free-shipping-notification__text {
  font-size: 14.22222px;
  margin: 0;
  max-width: 38rem
}

.free-shipping-notification__progress {
  background-color: #fafafa;
  height: 8px;
  position: relative;
  width: 100%
}

.free-shipping-notification__progress-bar {
  background-color: #efeee7;
  height: 100%;
  max-width: 0;
  transition: max-width .2s;
  width: 100%
}

.hero {
  background-color: #fafafa;
  position: relative
}

.hero.light-theme {
  color: #fff
}

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

.hero__slide {
  position: relative;
  z-index: 0
}

.hero__slide.swiper-slide-active {
  z-index: 1
}

.hero__layer {
  bottom: 0;
  height: 100%;
  top: 0
}

.hero__body,
.hero__layer {
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}

.hero__body {
  bottom: 62px;
  padding: 0 1rem;
  text-align: center;
  z-index: 4
}

.hero__body-wrapper {
  margin: auto;
  max-width: 450px
}

.hero__lead.h3:not(:last-child) {
  margin-bottom: 2rem
}

.hero__button {
  background-color: #272726;
  border-color: #272726;
  color: #fff
}

.hero__button:hover,
.light-theme .hero__button {
  background-color: #fff;
  border-color: #fff;
  color: #272726
}

.light-theme .hero__button:hover {
  background-color: #272726;
  border-color: #272726;
  color: #fff
}

.hero__gradient {
  background: linear-gradient(rgba(34, 34, 34, .7), transparent 19%, transparent 81%, rgba(34, 34, 34, .7));
  z-index: 3
}

.hero__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 2s cubic-bezier(.215, .61, .355, 1) 0s
}

.hero__image--mobile {
  display: block
}

.hero__image--desktop {
  display: none
}

@media (min-width:48em) {
  .hero__image--mobile {
    display: none
  }

  .hero__image--desktop {
    display: block
  }
}

.is-video-playing .hero__image {
  display: none
}

.hero__video {
  font-family: "object-fit: cover;";
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.hero__pagination {
  bottom: 0;
  padding: 1rem;
  padding-top: .75rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 4
}

.hero__pagination-button {
  margin: 0 .25rem;
  min-width: 40px;
  opacity: .2;
  padding: .75rem 0;
  position: relative;
  text-align: center
}

.hero__pagination-button:before {
  background-color: #272726;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.light-theme .hero__pagination-button:before {
  background-color: #fff
}

.hero__pagination-button.swiper-pagination-bullet-active {
  opacity: 1
}

.hero__pagination-button span {
  color: #272726;
  display: none;
  pointer-events: none
}

.light-theme .hero__pagination-button span {
  color: #fff
}

@media (min-width:64em) {
  .hero__pagination {
    padding: 2.5rem 3rem;
    right: 0;
    text-align: right;
    width: 50%
  }

  .hero__pagination-button {
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    margin-right: 2.5rem;
    text-align: center
  }

  .hero__pagination-button:last-child {
    margin-right: 0
  }

  .hero__pagination-button:before {
    top: 0;
    transform: translateY(0)
  }

  .hero__pagination-button span {
    display: block
  }

  .hero__body {
    bottom: 0;
    padding: 3rem;
    right: inherit;
    text-align: left;
    width: 50%
  }

  .hero__body-wrapper {
    margin-left: 0
  }
}

.icon-group {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.icon-group__item {
  display: inline-block
}

.icon-group__link {
  -ms-flex-align: center;
  align-items: center;
  color: #a9a79f;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%
}

.input-group__label {
  left: .75rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.input-group__field {
  width: 100%
}

.input-group__field:focus+.input-group__label {
  display: none
}

.input-group__addon {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  height: 100%
}

.input-group__control {
  width: 100%
}

.loader .ball-pulse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 70px
}

.loader .ball-pulse>div {
  background-color: #efeee7
}

.loader .ball-pulse>div:first-child {
  animation: loader-pulse .6s -.24s infinite ease-out
}

.loader .ball-pulse>div:nth-child(2) {
  animation: loader-pulse .6s -.12s infinite ease-out
}

.loader .ball-pulse>div:nth-child(3) {
  animation: loader-pulse .6s 0s infinite ease-out
}

.loader .ball-clip-rotate {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.loader .ball-clip-rotate>div {
  animation: loader-rotate .6s 0s linear infinite;
  border-color: #efeee7 #efeee7 transparent
}

@keyframes loader-pulse {
  0% {
    opacity: 1;
    transform: scale(1)
  }

  45% {
    opacity: .5;
    transform: scale(.1)
  }

  80% {
    opacity: .75;
    transform: scale(1)
  }
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(180deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.modal {
  transition: opacity .4s ease-in-out;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 24
}

.modal.is-active,
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible
}

.modal.is-active .modal__card,
.modal.is-open .modal__card {
  opacity: 1;
  transform: translateY(-50%)
}

.modal.is-static {
  position: static
}

.modal.is-static .modal__card {
  position: static;
  transform: unset
}

.modal__overlay {
  background-color: hsla(0, 0%, 100%, .9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}

.modal__card {
  background-color: #fff;
  border: 1px solid #efefef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  margin: 0 auto;
  max-height: calc(100vh - 40px);
  max-width: 580px;
  opacity: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-20%);
  transition: all .4s ease-in-out;
  width: 100%
}

.modal__image {
  background-color: #fff;
  padding: 0
}

.modal__header {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0
}

.modal__title {
  margin-bottom: 0;
  width: 100%
}

.modal__body {
  overflow: auto;
  padding: 1rem
}

.modal__footer {
  border-top: 1px solid #efefef;
  overflow: hidden;
  padding: 1rem
}

.modal__footer p {
  font-size: 14.22222px
}

.modal__close {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0
}

.modal__close svg {
  pointer-events: none
}

@media (min-width:36em) {
  .modal__header {
    padding: 1rem;
    position: relative
  }
}

.navlist {
  list-style-type: none;
  margin: 0 0 1.5rem;
  padding: 0
}

.site-nav .navlist {
  font-size: 16px
}

.site-nav .navlist__item:not(:last-child) {
  margin-bottom: 1.5rem
}

.navlist__item.is-active {
  font-family: Untitled Sans Medium, Helvetica, sans-serif
}

.navlist__link {
  display: inline-block;
  padding: .5rem 0;
  vertical-align: middle
}

.navlist__link,
.navlist__link.text-link {
  color: #272726;
  text-decoration: none
}

.navlist.navlist--large {
  font-size: 16px
}

@media (min-width:64em) {
  .navlist__link {
    padding: 0
  }
}

.notification {
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a9a79f;
  border-width: 1px 1px 1px 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1rem 0;
  min-height: 2.5rem;
  padding: .75rem 2.5rem .75rem 1rem;
  position: relative
}

.notification__text-wrapper {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.notification__title {
  font-family: Untitled Sans Medium, Helvetica, sans-serif;
  margin: 0 .75rem 0 0
}

.notification__text {
  font-size: 14.22222px;
  margin: 0;
  max-width: 38rem
}

.notification__close {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  transition: opacity .2s linear;
  position: absolute;
  right: .75rem;
  top: .75rem;
  transform: scale(.75);
  transform-origin: top right
}

.notification__close .icon {
  height: 24px;
  width: 24px
}

.notification__close:hover {
  opacity: .5
}

.notification.notification--primary {
  background-color: #efeee7;
  color: #fff
}

.notification.notification--secondary {
  background-color: #a9a79f;
  color: #fff
}

.notification.notification--secondary .notification__close .icon {
  color: #fff
}

.notification.notification--success {
  background-color: #2bff2b;
  border-color: #2bff2b
}

.notification.notification--warning {
  background-color: #f3ae95;
  border-color: #f3ae95
}

.notification.notification--error {
  background-color: #fcc1c1;
  border-color: #fcc1c1
}

.notification.notification--small {
  min-height: 1.5rem;
  padding: .25rem .75rem
}

.notification.notification--small .notification__text,
.notification.notification--small .notification__title {
  font-size: 12.64198px
}

.order-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: .75rem
}

.order-item__image {
  padding-right: 1rem
}

.order-item__description {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12.64198px;
  max-width: 150px;
  padding: 1rem 0
}

.order-item__description a {
  color: #272726;
  font-size: 14.22222px
}

.order-item__variant-info {
  padding: 1rem 0
}

.order-item__variant-info span {
  display: inline-block
}

.order-item__price {
  font-size: 14.22222px;
  margin-left: auto;
  padding: 1rem 0
}

.order-item:hover a {
  color: #41413f
}

@media (min-width:48em) {
  .order-item:nth-child(odd) .order-item__price {
    padding-right: 1.5rem
  }
}

.order-overview {
  margin-bottom: 1rem
}

.order-overview__aside {
  margin-bottom: 3rem;
  position: relative
}

.order-overview__aside:after {
  background: #a9a79f;
  bottom: -1.5rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.order-overview__body .row:not(:last-child) {
  border-bottom: 1px solid #a9a79f
}

.order-overview__body .row:first-child {
  padding-bottom: 2.5rem
}

.order-overview__heading {
  margin-bottom: 1rem
}

.order-overview__prices {
  padding: 1rem 0 1.5rem
}

.order-overview__price-row:not(:only-child) {
  margin-bottom: .5rem
}

.order-overview__price-row span {
  float: right
}

.order-overview__total {
  font-family: Untitled Sans Medium, Helvetica, sans-serif
}

.order-overview .panel__body+.panel__label {
  margin-top: 1.5rem
}

@media (max-width:47.99em) {
  .order-overview__aside {
    margin-bottom: 3rem
  }

  .order-overview__aside:after {
    bottom: -1.5rem;
    height: 1px;
    left: 0;
    right: 0
  }
}

@media (min-width:48em) {
  .order-overview {
    margin-bottom: 4rem
  }

  .order-overview__heading {
    margin-bottom: 1.5rem
  }

  .order-overview__aside {
    margin-bottom: 0
  }

  .order-overview__aside:after {
    bottom: 0;
    height: auto;
    left: auto;
    right: 5%;
    top: 0;
    width: 1px
  }

  .order-overview .panel__body+.panel__label {
    margin-top: 3rem
  }
}

.order-table__header {
  border-bottom: 1px solid #a9a79f;
  padding: 1rem 0
}

.order-table__row {
  font-size: 14.22222px;
  padding: 2rem 0
}

.order-table__row a {
  color: #272726
}

.order-table__row a:hover {
  color: #41413f
}

.order-table__label {
  font-size: 12.64198px;
  letter-spacing: .5px;
  text-transform: uppercase
}

.order-table__label.order-table__label--inner {
  display: none;
  margin-bottom: .25rem
}

@media (min-width:48em) {
  .order-table__row {
    border-bottom: 1px solid #a9a79f
  }
}

@media (max-width:47.99em) {
  .order-table__heading {
    margin-bottom: 1.5rem
  }

  .order-table__header {
    display: none
  }

  .order-table__row {
    border-top: 1px solid #a9a79f;
    padding: 1.25rem 0 0
  }

  .order-table__row:last-child {
    border-bottom: 1px solid #a9a79f
  }

  .order-table__col {
    margin-bottom: 1.5rem;
    text-align: left
  }

  .order-table__col:last-child {
    padding-top: 1rem
  }

  .order-table__label.order-table__label--inner {
    display: block
  }
}

.pagination {
  color: #272726;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.pagination__item {
  display: inline-block
}

.pagination__item .icon {
  position: relative;
  top: -.125rem
}

.pagination__item:not(:first-child),
.pagination__item:not(:last-child) {
  margin: 0 .75rem
}

.pagination__link {
  color: #272726
}

.panel {
  background-color: #fafafa;
  padding: 1.5rem 1rem
}

.panel__title {
  font-size: 18px
}

.panel__label {
  font-size: 12.64198px;
  font-weight: 400;
  letter-spacing: .5px;
  margin-bottom: .5rem;
  text-transform: uppercase
}

.panel__text-link {
  color: #272726;
  font-size: 12.64198px;
  text-decoration: underline
}

.panel__grid>.container {
  width: 95%
}

.panel__body,
.panel__body p {
  font-size: 14.22222px
}

.panel__address {
  padding: 1rem 0 2rem
}

.panel p {
  margin-bottom: 0
}

.panel.panel--secondary {
  background: #fff;
  border: 1px solid #a9a79f;
  padding: 2rem 1.5rem
}

@media (min-width:48em) {
  .panel {
    padding: 2rem
  }

  .panel__flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap
  }
}

.payment-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.payment-icons__item {
  margin-right: .5rem
}

.payment-icons .icon {
  width: 24px
}

.payment-icons.payment-icons--centered {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:64em) {
  .payment-icons .icon {
    width: 32px
  }
}

.product-card {
  display: block;
  padding-bottom: 120%;
  position: relative;
  width: 100%
}

.product-card:hover {
  z-index: 2
}

.product-card__primary,
.product-card__secondary {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.product-card__primary,
.product-card__secondary {
  background-color: #efeee7;
  opacity: 1;
  padding: 1.5rem;
  padding-bottom: 10%;
  visibility: visible;
  z-index: 1
}

.product-card__primary .product-card__title.body-1 {
  margin-bottom: 1rem
}

.product-card__title-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

  h2.product-card-title {
    margin-bottom: 0;
  }
}

.product-card__secondary {
  background-color: #fff;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.33, .01, .35, .99), visibility .3s cubic-bezier(.33, .01, .35, .99);
  visibility: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
}

.product-card:focus .product-card__secondary,
.product-card:hover .product-card__secondary {
  opacity: 1;
  visibility: visible
}

.product-card__thumbnail-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.product-card__thumbnail {
  position: relative;
  width: 100%
}

.product-card__title {
  margin-bottom: 0;
  text-align: center
}

.product-form__header {
  border-bottom: 1px solid #efefef;
  margin: 2rem 0 1rem;
  padding-bottom: 1rem
}

.product-form__title {
  margin-bottom: 0
}

.product-form__review-badges {
  margin: .75rem 0
}

.product-form__body {
  margin-bottom: 1rem;
  max-width: 365px
}

.product-form__price {
  font-size: 20.25px
}

.product-form__price s {
  color: #949494
}

.product-form__label {
  display: block
}

.product-form__option {
  margin-bottom: .75rem
}

.product-form__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.5rem
}

.product-form__quantity-selector {
  max-width: 120px;
  width: 100%
}

.product-form__quantity-selector .quantity-selector {
  max-width: none
}

.product-form__add-to-cart {
  margin-left: 0;
  width: 100%
}

.product-form__add-to-cart .button {
  height: 100%;
  width: 100%
}

@media (min-width:64em) {
  .product-form__header {
    margin: 0 0 2rem;
    padding-bottom: 2rem
  }

  .product-form__quantity-selector {
    max-width: 160px;
    width: 100%
  }

  .product-form__add-to-cart {
    margin-left: 0;
    width: 100%
  }
}

.product-gallery {
  aspect-ratio: 1 / 1;
  position: relative;
  width: 100%
}

.product-gallery__featured-carousel {
  aspect-ratio: 1 / 1;
  position: relative;
  width: 100%
}

.product-gallery__featured-carousel .product-gallery__featured-image {
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  width: 100%
}

.product-gallery__featured-carousel .product-gallery__featured-image {
  left: 0 !important;
  opacity: 0;
  transition: opacity .5s ease !important
}

.product-gallery__featured-carousel .product-gallery__featured-image.is-selected {
  opacity: 1
}

.product-gallery__featured-carousel .flickity-slider {
  transform: none !important
}

.product-gallery__featured-carousel .flickity-viewport {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.product-gallery__featured-carousel .flickity-page-dots {
  bottom: 1.5rem
}

.product-gallery__featured-carousel .flickity-page-dots .dot {
  background: transparent;
  border-radius: 0;
  height: .75rem;
  margin: 0 .25rem;
  position: relative;
  width: 35px
}

.product-gallery__featured-carousel .flickity-page-dots .dot:after {
  background: #272726;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%
}

.product-gallery__image {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 100%
}

.product-gallery__image .responsive-image__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: none !important; /* override inline styles set by javascript */
  max-height: none !important; /* override inline styles set by javascript */
}

@media (min-width:64em) {
  .product-gallery__featured-carousel .flickity-page-dots {
    bottom: 2rem
  }

  .product-gallery__featured-carousel .flickity-page-dots .dot {
    margin: 0 .5rem;
    width: 60px
  }
}

/* Keep gallery square at all sizes (no 80vh override) */

.product-gallery__featured-carousel .flickity-prev-next-button {
  background: transparent !important;
  border-radius: 0;
  width: 60px;
  height: 60px;
  box-shadow: none;
}

.product-gallery__featured-carousel .flickity-prev-next-button:hover {
  background: transparent !important;
}

.product-gallery__featured-carousel .flickity-prev-next-button .flickity-button-icon {
  color: #c9c9c7;
  width: 65%;
  height: 65%;
  left: 10%;
  top: 10%;
  opacity: 0.8;
}

.product-gallery__featured-carousel .flickity-prev-next-button.previous {
  left: 0%;
}
.product-gallery__featured-carousel .flickity-prev-next-button.next {
  right: 0%;
}

.product-gallery__featured-carousel .flickity-prev-next-button:hover .flickity-button-icon {
  opacity: 1;
}

.product-gallery__featured-carousel .flickity-prev-next-button:disabled,
.product-gallery__featured-carousel .flickity-prev-next-button.disabled {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.product-gallery-counter {
  left: 0;
  position: absolute;
  text-align: center;
  top: 2rem;
  width: 100%
}

.product-gallery-counter__number {
  display: inline-block;
  width: 1.5rem
}

.product-gallery-counter__number--current {
  text-align: right
}

.product-gallery-counter__number--total {
  text-align: left
}

.product-hero {
  padding: 0 .5rem
}

.product-sizes {
  margin: 0 1rem;
  padding: 1.5rem 0
}

.product-sizes__title.h5 {
  display: none;
  margin-bottom: 1.5rem
}

.product-sizes__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0
}

@media (max-width:47.99em) {
  .product-sizes__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .product-sizes__image {
    display: block;
    margin: auto;
    max-width: 400px;
    width: 100%
  }

  .product-sizes__image:not(:last-child) {
    margin-bottom: 3rem
  }
}

@media (min-width:48em) {
  .product-sizes__image {
    margin: 0 2.5rem
  }

  .product-sizes__image:first-child {
    margin-left: 0
  }

  .product-sizes__image:last-child {
    margin-right: 0
  }
}

@media (min-width:64em) {
  .product-sizes {
    margin-left: 3rem;
    padding: 6rem 0
  }

  .product-sizes__title.h5 {
    display: block;
    margin-bottom: 2rem
  }
}

.product-stores {
  display: -ms-grid;
  display: grid;
  grid-gap: .75rem .5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.5rem
}

.product-stores__note,
.product-stores__title {
  -ms-grid-column: span 2;
  grid-column: span 2
}

.product-stores__title.h5 {
  margin-bottom: .75rem
}

.product-stores__link {
  text-decoration: none
}

.product-stores__link:hover {
  text-decoration: underline
}

.product-stores__link.body-1,
.product-stores__text.body-1 {
  margin-bottom: 0
}

.product-stores__note {
  margin-top: .5rem
}

.product-stores__note.product-stores__note {
  margin-bottom: 2.5rem
}

@media (min-width:64em) {
  .product-stores {
    grid-gap: .5rem
  }

  .product-stores__note.product-stores__note {
    margin-bottom: 0
  }
}

.product-specs {
  border-top: 1px solid #a9a79f;
  padding: 2rem .25rem
}

.product-specs__title.h5 {
  margin-bottom: 1.5rem
}

.product-specs__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem .75rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 0
}

.product-specs .product-spec__def {
  margin-left: 0
}

@media (min-width:48em) {
  .product-specs {
    border-top: none
  }

  .product-specs__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
  }
}

.product-specs--desktop {
  display: none
}

.product-specs--mobile {
  display: block
}

/* what is 64em?  64em is 1024px */
@media (min-width:768px) {
  .product-specs__title.h5 {
    margin-bottom: 2rem
  }

  .product-specs--desktop {
    display: block
  }

  .product-specs--mobile {
    display: none
  }
}

.product-swatches {
  margin-top: 2rem;
  overflow: hidden
}

.product-swatches__container {
  margin: 0 -.75rem;
  width: calc(100% + 1.5rem)
}

.product-swatches__label.label {
  display: inline-block;
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  margin-bottom: .25rem
}

.product-swatches__header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.product-swatches__header:not(:last-child) {
  margin-bottom: 1rem
}

.product-swatches__arrow-group {
  display: -ms-flexbox;
  display: flex;
  margin-right: -.25rem
}

.product-swatches__arrow {
  cursor: pointer;
  display: block;
  margin: 0 .5rem
}

.product-swatches__arrow.swiper-button-disabled,
.product-swatches__arrow.is-disabled {
  opacity: .35;
  pointer-events: none;
  cursor: default
}

.product-swatches__arrow svg {
  display: block
}

.product-swatches__link {
  display: block;
  padding-bottom: .75rem;
  position: relative;
  transition: all .3s ease;
  width: 100%
}

.product-swatches__link:before {
  background: #272726;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: width .5s;
  width: 0
}

.product-swatches__link.is-active:before {
  width: 55%
}

.product-swatches__swatch {
  background-size: cover;
  display: inline-block;
  height: 100%;
  padding: 0 .75rem;
  width: 100%
}

.product-swatches__image {
  pointer-events: none;
  vertical-align: middle;
  width: 100%
}

@media (min-width:48em) {
  .product-swatches__container:hover .product-swatches__link {
    opacity: .5
  }

  .product-swatches__link {
    padding-bottom: 1rem
  }

  .product-swatches__link:hover {
    opacity: 1 !important
  }

  .product-swatches__link:hover:before {
    width: 55%
  }
}

@media (min-width:64em) {
  .product-swatches__link {
    padding-bottom: 1rem
  }

  .product-swatches__swatch {
    padding: 0 1rem
  }
}

/* Product section blocks container (PDP layout) */
.product-section-blocks-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
}

/* PDP swatch carousel (server-rendered, no Swiper) */
.product-swatches--carousel .product-swatches__header .product-swatches__swatch-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block
}

.product-swatches--carousel .product-swatches__header .product-swatches__arrow-group {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.product-swatches--carousel .product-swatches__scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory */
}

.product-swatches--carousel .product-swatches__scroll::-webkit-scrollbar {
  display: none
}

.product-swatches--carousel .product-swatches__scroll .product-swatches__link {
  flex: 0 0 auto;
  width: 118.25px;
  min-width: 118.25px;
  max-width: 118.25px;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start;
  scroll-snap-stop: always
}

@media (min-width: 64em) {
  .product-swatches--carousel .product-swatches__swatch {
    padding: 0 1rem
  }
}

.product-swatches--carousel .product-swatches__swatch {
  background-size: cover;
  display: block;
  padding: 0 .75rem;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box
}

.product-swatches--carousel .product-swatches__image {
  pointer-events: none;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.product-usp {
  padding: 0 1.5rem
}

.product-usp__container {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0
}

.product-usp__item {
  max-width: 250px;
  padding: .75rem;
  text-align: center
}

.product-usp__copy,
.product-usp__image,
.product-usp__title.label {
  display: block
}

.product-usp__image {
  margin: 0 auto 1.5rem
}

.product-usp__title.label {
  margin-bottom: .75rem
}

@media (min-width:64em) {
  .product-usp {
    padding: 0
  }

  .product-usp__container {
    margin: 6rem 0
  }
}

.quantity-selector {
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  position: relative
}

.quantity-selector__control {
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a9a79f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.quantity-selector__control:first-child {
  border-right: 0;
  width: 75px
}

.quantity-selector__control:nth-child(2) {
  border: 0
}

.quantity-selector__control:last-child {
  border-left: 0;
  width: 75px
}

.quantity-selector__input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 1px solid #a9a79f;
  color: #272726;
  height: 100%;
  padding: .75rem;
  text-align: center;
  width: 100%
}

.quantity-selector__input:-moz-read-only {
  background-color: #fafafa
}

.quantity-selector__input:read-only {
  background-color: #fafafa
}

.quantity-selector__input::-webkit-inner-spin-button,
.quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}

.quantity-selector__button {
  height: 100%;
  padding: .5rem 0;
  width: 100%
}

.quantity-selector__button .icon {
  color: #272726;
  height: 29px;
  position: relative;
  top: -1px;
  transform: scale(.5);
  transform-origin: center;
  width: 29px
}

.quantity-selector__button[disabled=true] {
  opacity: .2
}

.quantity-selector__button:hover {
  background-color: #fafafa
}

.quantity-selector.quantity-selector--small .quantity-selector {
  max-width: 110px
}

.quantity-selector.quantity-selector--small .quantity-selector__button,
.quantity-selector.quantity-selector--small .quantity-selector__input {
  min-height: 32px;
  padding: .125rem 0
}

.quick-view__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap
}

.quick-view__gallery {
  margin: 1.5rem;
  max-width: 40%;
  width: 100%
}

.quick-view__aside {
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  padding: 1.5rem
}

.quick-view__free-shipping-notification {
  margin-top: 1rem
}

.quick-view__overlay {
  background-color: hsla(0, 0%, 98%, .9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}

.quick-view__card {
  background-color: #fff;
  border: 1px solid #efefef;
  left: 0;
  margin: 0 auto;
  max-height: 90vh;
  max-width: calc(100% - 2rem);
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.quick-view__card::-webkit-scrollbar {
  display: none
}

.quick-view__card.is-loading {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 92px;
  min-height: 92px
}

.quick-view__card.is-loading .quick-view__close {
  display: none
}

.quick-view__close {
  padding: .25rem;
  position: absolute;
  right: 0;
  top: 0
}

.quick-view__close svg {
  pointer-events: none
}

.quick-view .loader {
  height: 72px;
  margin: 0 auto;
  position: relative;
  transform: scale(.75);
  width: 72px
}

.quick-view .ball-pulse {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.quick-view .ball-pulse>div {
  background-color: #efeee7
}

.quick-view .product-gallery__main-thumbnail {
  margin-left: 0;
  width: 100%
}

.quick-view .product-form__header {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(60% - 1.5rem)
}

.quick-view .product-form__footer {
  -ms-flex-direction: column;
  flex-direction: column
}

.quick-view .product-form__quantity-selector {
  margin-bottom: 1rem
}

@media (min-width:26.25em) {
  .quick-view .product-form__footer {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .quick-view .product-form__quantity-selector {
    margin-bottom: 0;
    max-width: 180px
  }
}

@media (min-width:48em) {
  .quick-view__card {
    max-height: unset;
    max-width: calc(100% - 4rem)
  }

  .quick-view__container {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
  }

  .quick-view__gallery {
    margin: 0;
    max-width: 440px;
    width: 100%
  }

  .quick-view__aside {
    padding: 3rem
  }

  .quick-view .product-form__header {
    position: static;
    width: 100%
  }
}

@media (min-width:64em) {
  .quick-view__card {
    max-width: 900px
  }
}

.radio__container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.radio__container:not(:last-child) {
  margin-bottom: .75rem
}

.radio__input {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.radio__input:checked+.radio__label:before {
  border-color: #a9a79f
}

.radio__input:checked+.radio__label:after {
  background-color: #a9a79f;
  opacity: 1;
  transform: scale(1)
}

.radio__label {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 1rem;
  padding-left: 1.5rem;
  position: relative
}

.radio__label:before {
  background-color: #fff;
  border: 1px solid #a9a79f;
  border-radius: 50%;
  height: 1.25rem;
  left: 0;
  top: 0;
  width: 1.25rem
}

.radio__label:after,
.radio__label:before {
  box-sizing: border-box;
  content: "";
  position: absolute
}

.radio__label:after {
  background-color: transparent;
  border-radius: 50%;
  height: 10px;
  left: 4px;
  top: 4px;
  transform: scale(0);
  width: 10px
}

.radio__label.is-disabled {
  color: #949494
}

.radio__label.is-disabled:hover {
  cursor: not-allowed;
  pointer-events: none
}

.radio__label.is-disabled:before {
  opacity: .5
}

.search-bar {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transform-origin: center right;
  transition: transform .5s cubic-bezier(.075, .82, .165, 1), max-width 1s cubic-bezier(.165, .84, .44, 1);
  width: 100%;
  will-change: max-width;
  z-index: 24
}

.search-bar__form {
  width: 100%
}

.search-bar__container {
  border-bottom: 2px solid #272726;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.search-bar__field {
  width: 100%
}

.search-bar--mobile {
  background: #fff;
  position: absolute;
  transform: none
}

.search-bar--mobile .search-bar__submit {
  left: auto;
  right: 0
}

.search-bar--mobile .search-bar__input[type=search],
.search-bar--mobile .search-bar__placeholder {
  left: 0;
  padding-left: 0;
  padding-right: 30px;
}

.search-bar__input[type=search] {
  transition: min-width .2s ease-out;
  border: 0;
  min-width: 100%;
  outline: none;
  padding: .75rem 1rem
}

.search-bar__input[type=search]:focus+.search-bar__placeholder {
  opacity: .25
}

.search-bar__placeholder {
  transition: opacity .2s ease-out;
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 12.64198px;
  font-weight: 400;
  left: 1rem;
  letter-spacing: .85px;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  pointer-events: none
}

.search-bar__placeholder,
.search-bar__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.search-bar__submit {
  background-color: transparent;
  color: #272726;
  left: 6px;
  min-height: inherit;
  padding: 0
}

.search-bar.is-static {
  max-width: none;
  position: static;
  transform: none
}

.search-bar.is-static .search-bar__placeholder {
  opacity: 1
}

.is-active .search-bar {
  transform: translateY(0)
}

.is-active .search-bar .search-bar__placeholder {
  opacity: 1;
  transition-delay: .15s
}

@media (min-width:48em) {
  .search-bar__input[type=search] {
    min-width: 140px
  }
}

@media (min-width:64em) {
  .search-bar {
    max-width: 0;
    overflow: hidden;
    padding: 0;
    position: inherit;
    transform: translateX(50%);
    width: auto
  }

  .search-bar .search-bar__container {
    border-color: transparent;
    transition: border-color .25s linear .25s
  }

  .is-active .search-bar {
    max-width: 320px;
    transform: translateX(0)
  }

  .is-active .search-bar .search-bar__container {
    border-color: #272726
  }

  .search-bar__input[type=search] {
    min-width: 180px
  }

  .search-bar__close-mobile {
    display: none
  }
}

@media (min-width:83em) {
  .search-bar__input[type=search] {
    min-width: 260px
  }
}

.section {
  margin: 5rem 0
}

@media (min-width:48em) {
  .section {
    margin: 7.5rem 0
  }
}

.site-nav {
  list-style-type: none;
  display: block
}

.site-nav,
.site-nav li {
  margin: 0;
  padding: 0
}

.site-nav a {
  color: #272726
}

.site-nav a:hover {
  color: #41413f
}

.site-nav .site-nav__first-level {
  display: -webkit-inline-box;
  float: left;
  padding-right: 1.5rem
}

.site-nav__item.is-active .site-nav__dropdown,
.site-nav__item.is-active .site-nav__meganav,
.site-nav__item.is-active .site-nav__meganav--container,
.site-nav__item:hover .site-nav__dropdown,
.site-nav__item:hover .site-nav__meganav,
.site-nav__item:hover .site-nav__meganav--container {
  opacity: 1;
  visibility: visible
}

.site-nav__item.is-hovered,
.site-nav__item.site-nav__item--has-dropdown {
  position: relative
}

.site-nav__item.is-hovered .site-nav__link:before {
  width: 100%
}

.site-nav__link {
  transition: padding .2s ease-out;
  display: inline-block;
  padding: 3rem 0;
  position: relative;
  text-decoration: none
}

.site-nav__link:before {
  background: #272726;
  content: "";
  height: 1px;
  left: 50%;
  margin-top: calc(.5em + 5px);
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  transition: width .5s;
  width: 0
}

.site-nav__subtitle {
  color: #949494;
  display: block;
  margin-bottom: 1.5rem
}

.site-nav__dropdown,
.site-nav__meganav {
  background-color: #fff;
  font-size: 16px;
  margin: 0 auto;
  opacity: 0;
  padding: 2rem 0;
  position: fixed;
  right: 0;
  top: 112px;
  visibility: hidden;
  width: 100%;
  z-index: 200000
}

.site-nav__dropdown {
  left: -2rem;
  padding: 2rem;
  width: 240px
}

.site-nav__meganav {
  padding-bottom: 3rem
}

.site-nav__meganav--container {
  opacity: 0;
  padding: 0 3rem;
  transition: opacity 1s
}

.site-nav__meganav .navlist__link {
  transform: translateX(0);
  transition: transform .3s cubic-bezier(.33, .01, .35, .99)
}

.site-nav__meganav .navlist__link:hover {
  transform: translateX(.5rem)
}

.site-nav__meganav-list {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0
}

.site-nav__meganav--container .col-image {
  display: flex;
  justify-content: flex-end;
}

.site-nav__meganav-image img {
  vertical-align: middle;
  width: 100%;
  min-width: 25vw;
}

.site-nav__column {
  width: 240px
}

.site-nav__column:not(:first-child) {
  margin-left: 2rem
}

.site-nav__caret {
  min-height: 24px;
  padding: 0
}

.social-sharing__item:not(:first-child) {
  margin-left: .125rem
}

.store-selector {
  margin-top: .75rem;
  max-width: 160px;
  position: relative
}

.store-selector__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #a9a79f;
  border-radius: 0;
  padding: .5rem;
  transition: opacity .25s
}

.store-selector__select:hover {
  cursor: pointer
}

.store-selector .icon__chevron--down {
  max-width: 8px;
  pointer-events: none;
  position: absolute;
  right: 1rem
}

@media (min-width:48em) {
  .store-selector {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    position: relative
  }

  .store-selector__label {
    left: 0;
    position: absolute;
    top: -1.5rem
  }
}

.swatch-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.swatch-grid__item {
  display: inline-block
}

.swatch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.swatch__label {
  font-weight: 400;
  margin-bottom: 0
}

.swatch__button,
.swatch__divider {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  color: #272726;
  cursor: pointer;
  display: inline;
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 16px;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 .25rem;
  overflow: hidden;
  padding: 0 0 .25rem;
  position: relative;
  text-align: center;
  text-transform: none
}

.swatch:first-child .swatch__button {
  margin-left: 0
}

.swatch__divider {
  margin: 0
}

.swatch__button:hover {
  border-color: #272726
}

.swatch__button[disabled] {
  opacity: .5
}

.swatch__button[disabled]:hover {
  cursor: pointer
}

.swatch__button[disabled]:after {
  background-color: #a9a79f;
  content: "";
  height: 1px;
  left: -8px;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  width: 56px
}

.swatch__button span {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.swatch__input:checked+.swatch__label .swatch__button {
  background-color: #fff;
  border-color: #272726;
  cursor: default
}

.swatch__input[disabled]:checked+.swatch__label .swatch__button {
  border-color: #a9a79f;
  color: #a9a79f;
  position: relative
}

.swatch__input[disabled]+.swatch__label .swatch__button {
  opacity: .5
}

.swatch__input[disabled]+.swatch__label .swatch__button:hover {
  border-color: #a9a79f;
  cursor: default
}

.swatch__input[disabled]+.swatch__label .swatch__button:after {
  background-color: #a9a79f;
  content: "";
  height: 1px;
  left: -8px;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  width: 56px
}

.swatch.swatch--empty .swatch__button {
  text-indent: -9999rem
}

.text-link {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  color: #272726;
  text-decoration: none
}

.text-link:hover {
  color: #41413f
}

.text-link.is-disabled,
.text-link[aria-disabled=true] {
  opacity: .5;
  pointer-events: none
}

.tile {
  border: 1px solid #efefef;
  padding: 1.5rem
}

.tile.tile--borderless {
  border: 0
}

.tile.tile--light {
  background-color: #efefef
}

.window-overlay {
  transition: opacity .4s ease-in-out;
  background-color: #a9a79f;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.window-overlay.is-active {
  opacity: .5;
  pointer-events: auto
}

.window-overlay[js-overlay=searchBarHeader] {
  top: 112px
}

.window-overlay[js-overlay=menuDrawer] {
  display: none
}

.contact-form {
  position: relative
}

.contact-form [js-contact=loading] {
  display: none
}

.contact-form .is-loading>:not([js-contact=loading]) {
  opacity: 0
}

.contact-form .is-loading [js-contact=loading] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block
}

.contact-form .contact-form__fields {
  text-align: left
}

.contact-form .contact-form__fields .form-group {
  position: relative
}

.contact-form .contact-form__fields .form-group__error {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: .8em;
  line-height: 1em;
  color: #f64747
}

.contact-form .contact-form__fields .form-group input[type=email],
.contact-form .contact-form__fields .form-group input[type=password],
.contact-form .contact-form__fields .form-group input[type=search],
.contact-form .contact-form__fields .form-group input[type=tel],
.contact-form .contact-form__fields .form-group input[type=text],
.contact-form .contact-form__fields .form-group select,
.contact-form .contact-form__fields .form-group textarea {
  height: auto;
  padding: 1rem 1rem 1rem 0
}

.contact-form .contact-form__fields .form-group textarea {
  border: 1px solid #a9a79f;
  padding: 1rem
}

.contact-form .contact-form__fields .form-group input[type=submit] {
  margin-top: 2rem
}

@media (min-width:48em) {
  .contact-form .contact-form__fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    column-gap: 2em
  }
}

.cart-drawer {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0
}

.cart-drawer__close {
  background: none;
  border: 0;
  color: inherit;
  min-height: auto;
  padding: 0
}

.cart-drawer__header {
  border-bottom: 1px solid #a9a79f;
  margin: 0 auto 1rem;
  padding: 1.5rem 0;
  width: calc(100% - 1rem)
}

.cart-drawer__title {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative
}

.cart-drawer__body {
  margin-bottom: auto;
  max-height: calc(100vh - 300px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 .75rem;
  padding-bottom: 6rem;
  position: relative;
  transition: opacity .4s ease
}

.cart-drawer__body::-webkit-scrollbar {
  display: none;
  width: 0
}

.cart-drawer__free-shipping-notification {
  margin-bottom: 1rem
}

.cart-drawer__total {
  margin: .75rem 0 1.5rem
}

.cart-drawer__total .label {
  font-size: 14px;
  font-weight: 600;
}

.cart-drawer__footer {
  transition: opacity .2s .1s;
  background: #ffffff;
  border-top: 1px solid #a9a79f;
  opacity: 1;
  padding: .75rem .75rem 1.5rem;
  flex: 0;
  overflow: scroll;
  position: absolute;
  bottom: 0;
  min-height: 190px;
  max-height: 260px;
  width: 100%;
}

.cart-drawer__footer .cart-clear {
  text-align: center;
}

.cart-drawer__footer .button {
  width: 100%;
}

.cart-drawer__footer .button:not(:last-child) {
  margin-bottom: .75rem
}

.cart-drawer__footer.is-hidden {
  opacity: 0
}

.cart-drawer__disclaimer {
  margin-bottom: 1rem
}

.cart-drawer__cart-add-on {
  border: 1px solid #a9a79f;
  padding: .75rem 1rem;
  text-align: center
}

.cart-drawer.is-loading .cart-drawer__body {
  opacity: .25
}

.cart-drawer.has-free-shipping-notification .cart-drawer__body {
  max-height: calc(100vh - 480px)
}

.cart-drawer.has-free-shipping-notification .cart-drawer__footer {
  height: 380px
}

.cart-drawer.has-free-shipping-notification.has-cart-add-on .cart-drawer__body {
  max-height: calc(100vh - 445px)
}

.cart-drawer.has-free-shipping-notification.has-cart-add-on .cart-drawer__footer {
  height: 445px
}

.cart-drawer .ajax-cart {
  font-size: 14.22222px
}

.cart-drawer .ajax-cart__vendor {
  font-size: 12.64198px
}

.cart-drawer .ajax-cart__title {
  font-size: 14.22222px
}

.cart-drawer .ajax-cart__price {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 14.22222px;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.cart-drawer .ajax-cart__remove,
.cart-drawer .ajax-cart__variant-title {
  font-size: 12.64198px
}

@media screen and (max-height:500px) {

  .cart-drawer .cart-drawer__meta,
  .cart-drawer.has-free-shipping-notification .free-shipping-notification,
  .cart-drawer [js-ajax-cart=clearCart] {
    display: none
  }

  .cart-drawer.has-free-shipping-notification .cart-drawer__body {
    max-height: calc(100vh - 270px)
  }

  .cart-drawer.has-free-shipping-notification .cart-drawer__footer {
    height: 165px
  }
}

.cover-listing__title {
  margin: 1.5rem 0;
  text-align: center
}

.cover-listing__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 0 .75rem
}

@media (min-width:36em) {
  .cover-listing__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:48em) {
  .cover-listing__grid {
    grid-gap: 1rem;
    padding: 0
  }
}

.featured-collection {
  display: block;
  margin-top: 2rem;
  width: 100%
}

.featured-collection .container,
.featured-collection .container .col {
  padding: 0
}

.featured-collection__title {
  margin-bottom: .75rem;
  margin-left: .5rem;
  text-align: center
}

.featured-collection__card-grid {
  margin: 0;
  padding: 0 .75rem
}

.featured-collection__slide {
  margin: .5rem;
  width: calc(50% - .5rem)
}

.featured-collection__carousel:focus {
  box-shadow: none;
  outline: 0
}

.featured-collection .flickity-prev-next-button {
  background-color: transparent;
  display: none;
  margin-top: -2.5rem;
  transform: scale(.7)
}

.featured-collection .flickity-prev-next-button.previous {
  left: -.5rem
}

.featured-collection .flickity-prev-next-button.next {
  right: -.5rem
}

@media (min-width:36em) {
  .featured-collection__title {
    margin-bottom: 1rem
  }

  .featured-collection__slide {
    width: calc(33.33333% - 1rem)
  }

  .featured-collection__carousel {
    margin: 0 auto;
    max-width: calc(100% - 64px)
  }

  .featured-collection .flickity-prev-next-button {
    display: block
  }

  .featured-collection .flickity-prev-next-button.previous {
    left: -2rem
  }

  .featured-collection .flickity-prev-next-button.next {
    right: -2rem
  }
}

@media (min-width:48em) {
  .featured-collection__title {
    margin-bottom: 1.5rem
  }

  .featured-collection__slide {
    width: calc(25% - 1rem)
  }
}

@media (min-width:64em) {
  .featured-collection__slide {
    width: calc(25% - 1rem)
  }
}

@media (min-width:92.5em) {
  .featured-collection .container {
    max-width: 1340px;
    padding: 0 .5rem;
    width: 100%
  }

  .featured-collection__carousel {
    margin: 0;
    max-width: 100%
  }

  .featured-collection__slide {
    margin: 0 .5rem;
    width: calc(20% - 1rem)
  }

  .featured-collection .flickity-prev-next-button {
    transform: scale(.8)
  }

  .featured-collection .flickity-prev-next-button.previous {
    left: -4.5rem
  }

  .featured-collection .flickity-prev-next-button.next {
    right: -4.5rem
  }
}

.featured-products {
  margin: 4.5rem 0 0
}

.featured-products__header {
  margin-bottom: 2rem;
  text-align: center
}

.featured-products__title {
  margin: auto;
  max-width: 480px
}

.featured-products__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -.25rem;
  width: calc(100% + .5rem)
}

.featured-products__grid-item {
  padding: 0 .25rem;
  width: 100%
}

.featured-products__grid-item:not(:last-child) {
  margin-bottom: .5rem
}

@media (min-width:36em) {
  .featured-products__grid-item {
    margin-bottom: .5rem;
    width: 50%
  }

  .featured-products__grid-item:nth-last-child(-n+2) {
    margin-bottom: 0
  }
}

@media (min-width:48em) {
  .featured-products {
    margin: 5rem 0 0
  }

  .featured-products__grid-item {
    margin-bottom: .5rem;
    width: 25%
  }

  .featured-products__grid-item:nth-last-child(-n+4) {
    margin-bottom: 0
  }
}

.floating-image__wrapper {
  display: -ms-flexbox;
  display: flex
}

.floating-image__wrapper,
.floating-image__wrapper--reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.floating-image__col {
  padding: 0;
  width: 100%
}

.floating-image__text-block {
  padding-top: 3rem;
  text-align: center
}

.floating-image__text-block-wrapper {
  padding: 0 .75rem
}

.floating-image__lead-container:not(:last-child) {
  margin-bottom: 2rem
}

.floating-image__lead {
  margin: auto;
  max-width: 480px;
  width: 100%
}

.floating-image__carousel,
.floating-image__image {
  width: 90%
}

.floating-image .swiper-slide {
  height: 0;
  overflow: hidden;
  padding-bottom: 125%;
  position: relative;
  text-align: center
}

.floating-image .swiper-slide-inner {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.floating-image .swiper-slide-inner img {
  vertical-align: middle;
  width: 100%
}

.floating-image .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: .75rem;
  text-align: center
}

.floating-image .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 .25rem;
  opacity: .2;
  padding: .5rem 0;
  position: relative;
  width: 40px
}

.floating-image .swiper-pagination-bullet:before {
  background-color: #272726;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.floating-image .swiper-pagination-bullet:focus {
  opacity: 1;
  outline: 0
}

.floating-image .swiper-pagination-bullet-active {
  opacity: 1
}

@media (min-width:48em) {
  .floating-image__wrapper {
    -ms-flex-direction: inherit;
    flex-direction: inherit
  }

  .floating-image__wrapper--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .floating-image__col {
    width: 50%
  }

  .floating-image__image {
    width: 100%
  }

  .floating-image__text-block {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0
  }

  .floating-image__carousel {
    width: 80%
  }
}

.image-slider__placeholder {
  background-color: #fafafa;
  opacity: .1
}

.image-slider__image picture {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.image-slider__image img {
  width: 100%
}

.image-slider__subtitle {
  color: #efefef;
  margin-bottom: 1.5rem
}

.image-slider__cell {
  background-color: #fafafa;
  background-position: 50%;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  transition: height .2s linear;
  width: 100%
}

.image-slider__cell.is-top {
  -ms-flex-align: start;
  align-items: flex-start
}

.image-slider__cell.is-bottom {
  -ms-flex-align: end;
  align-items: flex-end
}

.image-slider__cell.is-middle {
  -ms-flex-align: center;
  align-items: center
}

.image-slider__cell.is-center {
  -ms-flex-pack: center;
  justify-content: center
}

.image-slider__cell.is-left {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.image-slider__cell.is-right {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.image-slider__body {
  max-width: 550px;
  position: relative;
  z-index: 1
}

.image-slider__body p {
  max-width: 480px
}

.image-slider__body.is-left {
  text-align: left
}

.image-slider__body.is-center {
  text-align: center
}

.image-slider__body.is-center .image-slider__subtitle {
  margin-left: auto;
  margin-right: auto
}

.image-slider__body.is-right {
  text-align: right
}

@media (min-width:48em) {
  .image-slider__cell {
    height: 576px
  }
}

@media (min-width:64em) {
  .image-slider__cell {
    height: 720px
  }
}

.instafeed {
  margin: 3rem 0
}

.instafeed__image-block {
  height: 0;
  padding-bottom: 100%;
  position: relative
}

.instafeed__image-block-wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.instafeed__app {
  height: 100%;
  padding: 0 1rem;
  position: relative
}

.instafeed__image {
  box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
  max-height: 50%;
  position: absolute;
  top: 50%
}

.instafeed__image:first-child {
  max-width: 40%;
  right: 5%;
  transform: translateY(-70%);
  z-index: 2
}

.instafeed__image:nth-child(2) {
  left: 50%;
  max-width: 42%;
  transform: translate(-50%, -20%);
  z-index: 1
}

.instafeed__image:last-child {
  left: 7%;
  max-width: 38%;
  transform: translateY(-100%);
  z-index: 0
}

.instafeed__text {
  position: relative
}

.instafeed__text-container {
  margin: auto;
  max-width: 280px;
  text-align: center
}

@media (min-width:48em) {
  .instafeed {
    margin: 5rem 0
  }

  .instafeed__text {
    height: 0;
    padding-bottom: 100%;
    padding-top: 0;
    position: relative
  }

  .instafeed__text-wrapper {
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    max-width: inherit;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
  }

  .instafeed__image:first-child {
    transform: translateY(-60%)
  }

  .instafeed__image:nth-child(2) {
    transform: translate(-50%, -10%)
  }

  .instafeed__image:last-child {
    transform: translateY(-85%)
  }
}

.menu-drawer {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  top: 79px
}

.menu-drawer,
.menu-drawer__header {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex
}

.menu-drawer__header {
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  height: 55px
}

.menu-drawer__close {
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  color: #efeee7;
  height: 34px;
  margin-left: -.5rem;
  min-height: inherit;
  padding: 0;
  width: 34px;
  z-index: 24
}

.menu-drawer__search {
  margin-bottom: 1rem
}

.menu-drawer__search input[type=search] {
  padding: 1rem
}

.menu-drawer__body {
  height: calc(100% - 190px);
  margin-bottom: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 6rem 1rem 1rem;
  position: relative
}

.menu-drawer__body::-webkit-scrollbar {
  display: none;
  width: 0
}

.menu-drawer__footer {
  border-top: 1px solid #a9a79f;
  display: block;
  height: 180px;
  margin: 1rem;
  padding: 2.5rem 0 1rem;
  position: relative
}

.menu-drawer__footer--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.menu-drawer__footer .nav-item {
  margin-bottom: 1rem;
  text-align: left
}

.menu-drawer__menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.menu-drawer__item.menu-drawer__item--parent {
  padding-top: 0
}

.menu-drawer__link {
  display: block;
  padding: .75rem 0;
  text-decoration: none
}

.menu-drawer__button {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .75rem 0;
  text-align: left;
  width: 100%
}

.menu-drawer__button .icon {
  height: 21px;
  transform: rotate(0);
  transition: transform .25s;
  width: 10px
}

.menu-drawer__button .icon__caret-up,
.menu-drawer__button.is-active .icon__caret-down {
  display: none
}

.menu-drawer__button.is-active .icon__caret-up {
  display: block
}

.menu-drawer__primary-label {
  color: #272726;
  font-size: 18px
}

.menu-drawer__secondary-label {
  font-size: 16px
}

.menu-drawer [js-menu-drawer=tier2Menu],
.menu-drawer [js-menu-drawer=tier3Menu] {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.menu-drawer [js-menu-drawer=tier2Menu].is-active,
.menu-drawer [js-menu-drawer=tier3Menu].is-active {
  display: block
}

.menu-drawer [js-menu-drawer=tier2Menu] .menu-drawer__item,
.menu-drawer [js-menu-drawer=tier3Menu] .menu-drawer__item {
  border-bottom: 0;
  padding-left: 1.5rem
}

.menu-drawer__icon-box {
  display: inline-block;
  height: 12px;
  left: 0;
  position: relative;
  width: 18px
}

.menu-drawer .menu-drawer__icon-inner:after,
.menu-drawer .menu-drawer__icon-inner:before,
.menu-drawer__icon-inner {
  background-color: #272726;
  border-radius: 4px;
  height: 1px;
  position: absolute;
  top: 0;
  transition-duration: .25s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 19px
}

.menu-drawer__icon-inner:before {
  top: 5px
}

.menu-drawer__icon-inner:after,
.menu-drawer__icon-inner:before {
  background-color: #272726;
  border-radius: 4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition-duration: .25s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 19px
}

.menu-drawer__icon-inner:after {
  top: 10px
}

.menu-drawer__icon.is-active .menu-drawer__icon-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg)
}

.menu-drawer__icon.is-active .menu-drawer__icon-inner:before {
  opacity: 0;
  transform: rotate(-45deg) translate3d(-5.714px, -6px, 0)
}

.menu-drawer__icon.is-active .menu-drawer__icon-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-90deg)
}

.newsletter-callout {
  max-width: 410px
}

.newsletter-callout__header {
  padding: 0 0 1.5rem
}

.newsletter-callout__text {
  text-align: center
}

.newsletter-form {
  position: relative
}

.newsletter-form__field-group {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex
}

.newsletter-form__submit {
  padding-right: 0;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto
}

.newsletter-form__submit:hover:not([disabled]) {
  font-weight: 700
}

.newsletter-form__submit:hover:not([disabled]) span,
.newsletter-form__submit[disabled] {
  opacity: 1
}

.newsletter-form__submit[disabled] span {
  opacity: .3
}

.newsletter-form__input[type=email]:focus,
.newsletter-form__input[type=email]:focus+.newsletter-form__submit {
  border-bottom-width: 3px;
  padding-bottom: calc(1rem - 2px)
}

.newsletter-form__input[type=email]:focus+.newsletter-form__submit:not(.is-invalid),
.newsletter-form__input[type=email]:focus:not(.is-invalid) {
  border-bottom-color: #a9a79f
}

.newsletter-form .newsletter-form__input[type=email]:not(:last-child) {
  margin-bottom: 0
}

.newsletter-form__input[type=email].is-invalid,
.newsletter-form__submit.is-invalid {
  border-bottom-color: #e65722
}

.newsletter-form__message {
  padding-top: .75rem
}

.newsletter-form__message--error {
  color: #e65722
}

.newsletter-form__message:not(:last-child) {
  margin-bottom: 0
}

.newsletter-form__disclaimer {
  padding-top: .75rem
}

.newsletter-form__disclaimer span {
  color: #949494;
  pointer-events: none
}

.newsletter-form__disclaimer input,
.newsletter-modal {
  pointer-events: none
}

.newsletter-modal {
  transition: opacity .4s ease-in-out;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 24
}

.newsletter-modal__card {
  transition: transform .4s ease-in-out;
  background-color: #fff;
  border: 1px solid #efefef;
  left: 0;
  margin: 0 auto;
  max-height: calc(100vh - 40px);
  max-width: 90%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-20%)
}

.newsletter-modal__header {
  border-bottom: 0;
  padding: .75rem;
  position: absolute
}

.newsletter-modal__image img,
.newsletter-modal__image picture {
  display: block;
  width: 100%
}

.newsletter-modal__body {
  overflow: auto;
  padding: 1rem;
  text-align: center
}

.newsletter-modal__paragraph {
  margin-bottom: 2.5rem
}

.newsletter-modal__close {
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  height: auto;
  padding: .5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.newsletter-modal__close:hover {
  background-color: #efefef
}

.newsletter-modal__close svg {
  pointer-events: none
}

.newsletter-modal__label {
  float: left;
  text-align: left
}

.newsletter-modal__input:-ms-input-placeholder {
  color: #efefef
}

.newsletter-modal__input::placeholder {
  color: #efefef
}

.newsletter-modal__button {
  margin-top: 1rem
}

.newsletter-modal__disclaimer {
  padding-top: 1.5rem
}

.newsletter-modal.is-active,
.newsletter-modal.is-open {
  opacity: 1;
  pointer-events: auto
}

.newsletter-modal.is-active .newsletter-modal__card,
.newsletter-modal.is-open .newsletter-modal__card {
  opacity: 1;
  transform: translateY(-50%)
}

@media (min-width:48em) {
  .newsletter-modal__card {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px
  }

  .newsletter-modal__body,
  .newsletter-modal__image {
    width: 50%
  }
}

.recommended-products {
  margin: 3rem 0 1.5rem;
  opacity: 0;
  transition: visibility 0s linear .4s, opacity .4s;
  visibility: hidden
}

.recommended-products__title {
  margin-bottom: 2.5rem;
  text-align: center
}

.recommended-products__card-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 .75rem
}

.recommended-products__card-grid .card-grid__item {
  width: calc(50% - .5rem)
}

.recommended-products__carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.recommended-products__carousel.flickity-enabled {
  display: block
}

.recommended-products__slide {
  float: left;
  margin: .5rem;
  position: relative;
  width: calc(50% - 1.5rem)
}

.recommended-products.is-added {
  opacity: 1;
  transition: visibility 0s linear 0s, opacity .4s;
  visibility: visible
}

.recommended-products .flickity-prev-next-button {
  background: #efeee7;
  border-radius: 0;
  display: none;
  margin-top: -3rem
}

.recommended-products .flickity-prev-next-button .flickity-button-icon {
  fill: #fff;
  transform: scale(.75)
}

.recommended-products .flickity-prev-next-button.previous {
  left: 0
}

.recommended-products .flickity-prev-next-button.next {
  right: 0
}

@media (min-width:36em) {
  .recommended-products__slide {
    width: calc(33.33333% - 1.5rem)
  }

  .recommended-products .flickity-prev-next-button {
    display: block
  }
}

@media (min-width:48em) {
  .recommended-products__card-grid {
    padding: 0
  }

  .recommended-products .card-grid__item {
    width: calc(50% - 1rem)
  }
}

@media (min-width:64em) {

  .recommended-products .card-grid__item,
  .recommended-products__slide {
    width: calc(25% - 1.5rem)
  }

  .recommended-products .flickity-prev-next-button.previous {
    left: -1.5rem
  }

  .recommended-products .flickity-prev-next-button.next {
    right: -1.5rem
  }
}

.redirect-modal__card {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  max-width: calc(100% - 3rem)
}

.redirect-modal__header {
  color: #272726;
  padding: 1.5rem 1rem;
  position: static;
  text-align: center
}

.redirect-modal__header .container {
  max-width: 460px
}

.redirect-modal__close {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  min-height: auto;
  position: absolute;
  right: .75rem;
  top: .75rem
}

.redirect-modal__close svg {
  pointer-events: none
}

.redirect-modal__title {
  margin: 0 auto
}

.redirect-modal__lead {
  margin: 1rem 0 0
}

.redirect-modal__body {
  background-color: #fafafa;
  padding: 2rem 0
}

.redirect-modal__body .container {
  max-width: 320px
}

.redirect-modal__body p:last-child {
  margin: 0
}

.redirect-modal__body .button:not(:last-child) {
  margin-bottom: .75rem
}

.redirect-modal__footer {
  padding: .75rem;
  text-align: center
}

.redirect-modal__footer.is-hidden * {
  display: none
}

.redirect-modal select {
  background-color: #fff;
  margin-bottom: 1rem
}

.redirect-modal .choice-card:first-child {
  margin-bottom: 1rem
}

@media (min-width:48em) {
  .redirect-modal__header {
    padding: 1.5rem 0
  }

  .redirect-modal__header .container {
    max-width: none
  }

  .redirect-modal__card {
    max-width: 700px
  }

  .redirect-modal__body .container {
    max-width: none
  }

  .redirect-modal .choice-card:first-child {
    margin-bottom: 0
  }
}

.site-footer {
  margin-top: .5rem;
  padding: 0 .5rem .5rem
}

.site-footer__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.site-footer__row {
  text-align: center
}

.site-footer__navlist {
  text-align: center;
  text-transform: uppercase
}

.site-footer .navlist__link {
  line-height: 1;
  padding: 0;
  position: relative
}

.site-footer .navlist__link:hover {
  color: inherit
}

.site-footer__instagram {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 16px;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase
}

.site-footer__instagram .icon {
  height: 16px;
  margin-left: .5rem;
  vertical-align: middle;
  width: 16px
}

.site-footer__box {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 230px;
  padding: 2rem 1.5rem;
  width: 100%
}

.site-footer__box.site-footer__box--menu .row {
  margin-bottom: 0
}

.site-footer__cta {
  max-width: 500px;
  text-align: center
}

@media (max-width:47.99em) {
  .site-footer__box:not(:first-child) {
    border-top: .5rem solid #fff
  }

  .site-footer .navlist__item:not(:last-child) {
    margin-bottom: 1rem
  }
}

@media (min-width:48em) {
  .site-footer__container {
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .site-footer__box {
    width: calc(50% - .25rem)
  }

  .site-footer__box.site-footer__box--menu {
    border-top: .5rem solid #fff;
    min-height: auto;
    width: 100%
  }

  .site-footer .site-footer-cta__copy {
    margin-bottom: 1.5rem
  }

  .site-footer__footnote {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4rem 0 0
  }
}

@media (min-width:64em) {
  .site-footer__row {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: inherit
  }

  .site-footer__box {
    min-height: 420px;
    padding: 7.5rem 3rem
  }

  .site-footer__box.site-footer__box--menu {
    min-height: auto;
    padding: 1rem 1.5rem;
    width: 100%
  }

  .site-footer .navlist {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    text-align: left
  }

  .site-footer .navlist__item {
    margin: 0 2.5rem 0 0;
    padding: .5rem 0
  }

  .site-footer .navlist__link:before {
    background: #272726;
    content: "";
    height: 1px;
    left: 50%;
    margin-top: calc(.5em + 5px);
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    transition: width .5s;
    width: 0
  }

  .site-footer .navlist__link:hover:before {
    width: 100%
  }

  .site-footer__instagram {
    text-align: right
  }
}

@media (min-width:83em) {
  .site-footer__box {
    padding: 7.5rem
  }
}

.site-footer__disclaimer {
  padding: 1.5rem 1rem;
  font-size: 11.23731px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.site-header {
  transition: transform .5s
}

.site-header.is-collapsed {
  transform: translateY(-113px);
  transition: transform .5s
}

.site-header__inner {
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.site-header__hamburger,
.site-header__inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.site-header__hamburger {
  -ms-flex: 1;
  flex: 1
}

.site-header__masthead {
  transition: padding .2s ease-out;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  padding: .5rem 0;
  position: relative;
  will-change: padding
}

.site-header__brand {
  -ms-flex: 1;
  flex: 1;
  max-width: 180px
}

.site-header__logo {
  margin: 0;
  width: 180px
}

.site-header__logo svg {
  display: block;
  max-height: 54px;
  width: 100%
}

.site-header__navbar {
  display: none
}

.site-header__misc {
  -ms-flex-align: center;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -.5rem
}

.site-header__icon,
.site-header__misc {
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.site-header__icon {
  transition: color .2s linear;
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  -ms-flex-align: center;
  color: #272726;
  height: 36px;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 36px
}

.site-header__icon a {
  transition: color .2s linear;
  color: #272726
}

.site-header__icon a:hover {
  color: #41413f
}

.site-header__icon .badge {
  opacity: 1;
  position: absolute;
  right: -8px;
  top: 0
}

.site-header__icon .badge.is-hidden {
  opacity: 0
}

.site-header__icon:hover {
  color: #41413f
}

.site-header__icon.is-active {
  position: relative;
  z-index: 24
}

.site-header__icon.site-header__icon--hamburger {
  margin-left: -.5rem
}

.site-header__icon.site-header__icon--hamburger button {
  background: none;
  border: 0;
  color: inherit;
  padding: 0
}

.site-header.is-sticky {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.site-header--is-transparent .site-header__masthead {
  background-color: transparent;
  transition: background-color .2s
}

.site-header--is-transparent .nav-item,
.site-header--is-transparent .site-nav__link {
  color: #fff
}

.site-header--is-transparent .icon path,
.site-header--is-transparent svg.site-logo path {
  fill: #fff
}

.site-header--is-transparent .menu-drawer__icon-inner,
.site-header--is-transparent .menu-drawer__icon-inner:after,
.site-header--is-transparent .menu-drawer__icon-inner:before,
.site-header.is-hovered {
  background-color: #fff
}

.site-header.is-hovered .site-nav__link {
  color: #272726
}

.site-header.is-hovered .site-nav__subtitle.nav-item {
  color: #949494
}

.site-header.is-hovered .site-header__icon--text {
  color: #272726
}

.site-header.is-hovered .icon path,
.site-header.is-hovered svg.site-logo path {
  fill: #272726
}

.site-header.is-hovered .menu-drawer__icon-inner,
.site-header.is-hovered .menu-drawer__icon-inner:after,
.site-header.is-hovered .menu-drawer__icon-inner:before {
  background-color: #272726
}

.site-header__brand,
.site-header__logo,
.site-header__navbar {
  -ms-flex: 1;
  flex: 1
}

.site-header .site-logo path {
  fill: #272726
}

.site-header__search {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.site-header__misc .site-header__icon--search {
  display: none
}

.site-header__country-selector {
  margin-right: .5rem
}

.site-header__account-dropdown {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative
}

.site-header__account-navlist {
  background-color: #fff;
  border: 1px solid #efefef;
  display: none;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 0;
  padding: 2rem 1.5rem 1.5rem;
  position: absolute;
  right: -4rem;
  width: 200px
}

.site-header__account-navlist a {
  color: #272726
}

.site-header__account-navlist a:hover {
  color: #41413f
}

.site-header__container {
  padding: .5rem 1rem
}

.site-header__icon--mail {
  margin-right: 3px
}

.site-header__icon--text {
  display: none;
  margin-right: 2px
}

@media (min-width:64em) {
  .site-header__inner {
    height: 112px
  }

  .site-header__container {
    -ms-flex-pack: normal;
    justify-content: normal;
    padding: 0 3rem
  }

  .site-header__icon--text {
    display: -ms-flexbox;
    display: flex
  }

  .site-header__logo svg {
    max-height: 85px
  }

  .site-header__hamburger {
    display: none
  }

  .site-header__misc {
    margin-left: auto
  }

  .site-header__masthead {
    height: 100%;
    padding: 0
  }

  .site-header__navbar {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .site-header__icon.site-header__icon--hamburger {
    display: none
  }

  .site-header__icon.site-header__icon--account,
  .site-header__icon.site-header__icon--search {
    display: -ms-flexbox;
    display: flex
  }

  .site-header__hamburger .site-header__icon--search {
    display: none
  }

  .site-header__misc .site-header__icon--search {
    display: block
  }

  .site-header__icon--search .icon__close {
    display: none
  }

  .site-header__icon--mail {
    margin-right: 0;
    width: 130px
  }

  .site-header__icon--mail svg {
    border-right: 1px solid #efefef;
    padding-right: 1rem;
    width: 48px
  }

  .site-header__icon--account {
    transition: padding .2s ease-out
  }

  .site-header__account-icon:hover .site-header__account-navlist {
    display: -ms-flexbox;
    display: flex
  }
}

html.js-search-active .site-header-section {
  z-index: 24
}

html.js-search-active .site-header__iconhtml.js-search-active .site-header__icon--search {
  opacity: 1
}

html.js-search-active .site-header__icon--search .icon__search {
  display: none
}

.site-header__misc html.js-search-active .site-header__icon--search {
  display: block
}

html.js-search-active .site-header__icon--search .icon__close {
  display: inline-block
}

.split-screen {
  margin: .5rem 0
}

.split-screen__wrapper {
  padding: 0 .5rem
}

.split-screen__wrapper--reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media (max-width:47.99em) {
  .split-screen__wrapper--mobile-image-top,
  .split-screen__wrapper--mobile-image-bottom {
    display: -ms-flexbox;
    display: flex
  }

  .split-screen__wrapper--mobile-image-top {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .split-screen__wrapper--mobile-image-bottom {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .split-screen--brand-split-row .split-screen__col:not(:last-child) {
    margin-bottom: 0
  }

  .split-screen--brand-split-row .split-screen__col--image .split-screen__card {
    aspect-ratio: 4/3;
    min-height: 0;
    overflow: hidden
  }

  .split-screen--brand-split-row .split-screen__col--image .split-screen__image {
    object-fit: cover
  }
}

.split-screen__col {
  background-color: #efeee7;
  padding: 0;
  width: 100%
}

.split-screen__col:not(:last-child) {
  margin-bottom: .5rem
}

.split-screen__wrapper--reverse .split-screen__col {
  margin-bottom: 0
}

.split-screen__wrapper--reverse .split-screen__col:last-child {
  margin-bottom: .5rem
}

.split-screen__col--alt {
  background-color: unset
}

.split-screen__text-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 1rem;
  text-align: center
}

.split-screen__text-block--center {
  -ms-flex-pack: center;
  justify-content: center
}

.split-screen__body-container {
  margin: 7.5rem 0
}

.split-screen__body {
  margin: auto;
  max-width: 510px;
  width: 100%
}

.split-screen__card {
  min-height: 320px;
  position: relative
}

.split-screen__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media (min-width:48em) {
  .split-screen__wrapper {
    display: -ms-flexbox;
    display: flex
  }

  .split-screen__wrapper--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .split-screen__col {
    width: 50%
  }

  .split-screen__col:first-child {
    margin-bottom: 0;
    margin-right: .25rem
  }

  .split-screen__col:last-child {
    margin-left: .25rem
  }

  .split-screen__wrapper--reverse .split-screen__col:first-child {
    margin-left: .25rem;
    margin-right: 0
  }

  .split-screen__wrapper--reverse .split-screen__col:last-child {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: .25rem
  }

  .split-screen__card {
    height: 0;
    padding-bottom: 100%;
    position: relative
  }

  .split-screen__card-container {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
  }

  .split-screen__card-container,
  .split-screen__text-block {
    height: 100%;
    position: absolute;
    width: 100%
  }

  .split-screen__body-container {
    margin: 0
  }
}

.text-block {
  margin: 3rem 0;
  text-align: center
}

.text-block__title.h4 {
  margin-bottom: 1.5rem
}

.text-block__body,
.text-block__title {
  margin: auto;
  max-width: 480px
}

@media (min-width:48em) {
  .text-block {
    margin: 5rem 0
  }

  .text-block__body,
  .text-block__title {
    max-width: 670px
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  to {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.video-block {
  margin: 4.5rem 0
}

.video-block .container {
  padding: 0
}

.video-block__header {
  margin-bottom: 4.5rem;
  padding: 0 1rem
}

.video-block__header-wrapper {
  margin: auto;
  max-width: 480px;
  text-align: center
}

.video-block__title {
  margin-bottom: 1.5rem
}

.video-block__video-container {
  background-color: #fafafa;
  height: 0;
  padding-bottom: 56.25%;
  position: relative
}

.video-block__cover,
.video-block iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.video-block__cover {
  z-index: 2
}

.video-block iframe {
  z-index: 0
}

.video-block__spinner {
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity .2s;
  width: 70px;
  z-index: 1
}

.is-loading .video-block__spinner {
  opacity: 1
}

.video-block__bounce {
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #272726;
  border-radius: 100%;
  display: inline-block;
  height: .75rem;
  width: .75rem
}

.video-block__bounce--1 {
  animation-delay: -.32s
}

.video-block__bounce--2 {
  animation-delay: -.16s
}

.video-block__player {
  opacity: 1;
  transition: opacity .2s
}

.is-loading .video-block__player {
  opacity: .2
}

.video-block__selected-video-title {
  padding-top: 1.5rem;
  text-align: center
}

.video-block__selected-video-title span {
  padding: 0 1rem
}

.video-block__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: .75rem
}

.video-block__button {
  margin: 0 .25rem;
  opacity: .2;
  padding: .75rem 0;
  position: relative;
  text-align: center;
  width: 40px
}

.video-block__button:before {
  background-color: #272726;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.video-block__button.is-active {
  opacity: 1
}

.video-block__button span {
  color: #272726;
  display: none;
  pointer-events: none
}

.video-block__play-button {
  background-color: #272726;
  color: #fff;
  display: inline-block;
  padding: .5rem .75rem .5rem .5rem;
  pointer-events: none;
  transition: opacity .2s ease
}

.video-block__play-button svg {
  fill: #fff
}

.video-block__cover:hover .video-block__play-button svg {
  fill: #272726
}

.video-block__cover:hover .video-block__play-button {
  background-color: #fff;
  color: #272726
}

.is-loading .video-block__play-button,
.is-playing .video-block__play-button {
  visibility: hidden
}

@media (min-width:48em) {
  .video-block {
    margin: 5rem 0
  }

  .video-block__header-wrapper {
    max-width: 680px
  }

  .video-block__selected-video-title {
    display: none
  }

  .video-block__controls {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -.75rem;
    width: calc(100% + 1.5rem)
  }

  .video-block__button {
    -ms-flex: 1;
    flex: 1;
    margin: 0 .75rem;
    text-align: center
  }

  .video-block__button:before {
    top: 0;
    transform: translateY(0)
  }

  .video-block__button span {
    display: block
  }
}

.template-account .main-content {
  padding: 3rem 0 0
}

.template-account .main-content>.container {
  position: relative
}

.template-account__navlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
  margin-bottom: 1rem;
  overflow: hidden
}

.template-account__navlist>.col {
  padding: 0
}

.template-account__navlist .navlist__item {
  margin: 0
}

.template-account__navlist .navlist__item:not(:first-child) {
  padding-left: .75rem
}

.template-account__navlist .navlist__item:not(:last-child) {
  padding-right: .75rem
}

.template-account__navlist .navlist__item--logout {
  position: absolute;
  right: .75rem;
  top: .5rem
}

.template-account__navlist .navlist__link {
  font-size: 14.22222px;
  padding: .25rem 0;
  text-decoration: none
}

.template-account__title {
  margin-bottom: 0
}

.template-account__title+p {
  margin-top: .5rem
}

.template-account__inner>.col {
  padding: 0
}

.template-account__panel {
  height: 100%;
  margin-bottom: 1.5rem
}

.template-account__panel .text-link,
.template-account__panel a {
  color: #272726
}

.template-account__panel .text-link:hover,
.template-account__panel a:hover {
  color: #41413f
}

.template-account__panel>.container {
  width: 95%
}

.template-account__panel>.container .row:first-child {
  margin-bottom: 0
}

.template-account__panel .text-link:not(:last-child) {
  margin-right: .75rem
}

.template-account__panel .panel .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap
}

.template-account__panel .panel .row:last-child {
  margin-top: auto
}

.template-account__label {
  font-size: 12.64198px;
  letter-spacing: .5px;
  margin-bottom: .5rem;
  text-transform: uppercase
}

.template-account__buttons {
  margin-bottom: 2rem
}

@media (min-width:48em) {
  .template-account .main-content {
    padding: 4rem 0
  }

  .template-account__body,
  .template-account__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .template-account__body>.col,
  .template-account__inner>.col {
    padding: 0 .5rem
  }

  .template-account__title {
    margin-bottom: 1.5rem
  }

  .template-account__title+p {
    margin-top: -1rem
  }

  .template-account__panel {
    margin-bottom: 0
  }

  .template-account__navlist {
    border-right: 1px solid #a9a79f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 100%;
    margin-bottom: 0
  }

  .template-account__navlist .navlist__item {
    border-right: 0;
    margin-bottom: 1rem
  }

  .template-account__navlist .navlist__item:not(:first-child) {
    padding-left: 0
  }

  .template-account__navlist .navlist__item:not(:last-child) {
    padding-right: 0
  }

  .template-account__navlist .navlist__item--logout {
    position: static
  }

  .template-account__navlist .navlist__link {
    font-size: 16px;
    padding: 0
  }

  .template-account__buttons {
    margin-bottom: 3.5rem
  }
}

.template-activate_account .main-content {
  padding: 3rem 0 0
}

.template-activate_account .main-content>.container {
  position: relative
}

.template-addresses .main-content {
  padding: 3rem 0 0
}

.template-addresses .main-content>.container {
  position: relative
}

.template-addresses__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: .75rem
}

.template-addresses__form-row {
  margin-bottom: 0
}

.template-addresses__form-button {
  margin-bottom: 2.5rem
}

.template-addresses__form .row>.col:not(:last-child) {
  margin-bottom: 1rem
}

.template-addresses__heading {
  -ms-flex-order: 2;
  order: 2
}

.template-addresses__action {
  margin-bottom: 2rem;
  -ms-flex-order: 1;
  order: 1;
  text-align: left
}

.template-addresses__panel {
  margin-bottom: 0
}

.template-addresses__panel .text-link {
  color: #272726
}

.template-addresses__panel .text-link:hover {
  color: #41413f
}

.template-addresses__panel .text-link:not(:last-child) {
  margin-right: .75rem
}

.template-addresses__panel:not(.panel--secondary) {
  margin-bottom: 1.5rem
}

.template-addresses .form-group {
  margin-bottom: 0;
  min-width: 0
}

.template-addresses .form-group:not(:first-child) .panel {
  border-top: 0;
  padding-top: 1rem
}

.template-addresses .checkbox__container {
  padding: .5rem 0
}

.template-addresses .checkbox__container input[type=checkbox] {
  margin-right: 0
}

@media (min-width:48em) {
  .template-addresses .main-content {
    padding: 4rem 0
  }

  .template-addresses__buttons {
    display: block
  }

  .template-addresses__action {
    margin-bottom: 0;
    text-align: right
  }

  .template-addresses__form .row>.col:not(:last-child),
  .template-addresses__panel:not(.panel--secondary) {
    margin-bottom: 0
  }

  .template-addresses .checkbox__container {
    padding: 1rem 0
  }
}

.template-login .main-content {
  padding: 3rem 0 0
}

.template-login__col.col {
  padding: 0
}

.template-login__grid-item:first-child {
  padding-bottom: 3rem
}

.template-login__grid-item:last-child {
  border-top: 1px solid #a9a79f;
  padding-top: 3rem
}

.template-login__button {
  margin-bottom: 2rem;
  width: 100%
}

.template-login__button:last-child {
  margin-bottom: 0
}

.template-login__form-footer {
  display: inherit;
  margin-bottom: 0;
  padding-top: 1rem
}

.template-login__form-footer .text-link {
  text-decoration: underline
}

.template-login__text {
  font-size: 14.22222px
}

.template-login__text-link {
  color: #272726;
  font-size: 12.64198px
}

@media (min-width:36em) {
  .template-login__col.col {
    padding: 0 .5rem
  }
}

@media (max-width:47.99em) {
  .template-login__form-footer {
    padding-top: .25rem
  }

  .template-login__button {
    margin-bottom: 1.75rem
  }

  .template-login__grid-item .row {
    padding: 0 2rem
  }
}

@media (min-width:48em) {
  .template-login .main-content {
    padding: 4rem 0
  }

  .template-login__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .template-login__grid-item {
    width: 50%
  }

  .template-login__grid-item:first-child {
    padding-bottom: 0
  }

  .template-login__grid-item:last-child {
    border-left: 1px solid #a9a79f;
    border-top: 0;
    padding-top: 0
  }
}

@media (max-width:63.99em) {
  .template-login .form-group {
    min-width: 0
  }
}

.template-order .main-content {
  padding: 3rem 0
}

.template-order .main-content>.container {
  position: relative
}

.template-order__heading {
  border-bottom: 1px solid #a9a79f;
  margin-bottom: 1rem;
  padding-bottom: .5rem
}

.template-order__title {
  margin-bottom: .5rem
}

.template-order__date.col {
  font-size: 12.64198px;
  margin: 2rem 0 1rem;
  text-align: left
}

@media (min-width:36em) {
  .template-order__date.col {
    font-size: 14.22222px
  }
}

@media (min-width:48em) {
  .template-order .main-content {
    padding: 4rem 0
  }

  .template-order__date.col {
    font-size: 14.22222px;
    margin: .75rem 0 2.5rem;
    text-align: right
  }

  .template-order__date.col .template-account__label {
    margin-bottom: .75rem
  }

  .template-order__heading {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem
  }
}

.template-register .main-content {
  padding: 3rem 0
}

.template-register__title {
  margin-bottom: 1rem;
  text-align: left
}

.template-register__button {
  margin-bottom: 2.25rem;
  width: 100%
}

.template-register__form-footer {
  display: inherit;
  margin-bottom: 0;
  padding-top: 1rem
}

.template-register__form-footer a {
  color: #272726;
  text-decoration: underline
}

@media (min-width:36em) {
  .template-register .main-content {
    padding: 4rem 0
  }

  .template-register__form-footer,
  .template-register__title {
    text-align: center
  }
}

@media (max-width:47.99em) {
  .template-register .main-content {
    padding: 3rem 3rem 0
  }

  .template-register__form-footer {
    padding-top: .25rem
  }

  .template-register__button {
    margin-bottom: 1.75rem
  }

  .template-register .form-group {
    min-width: 0
  }
}

.template-reset_password .main-content {
  padding: 3rem 0 0
}

.template-reset_password .main-content>.container {
  position: relative
}

.template-404__section {
  padding: 9rem 0;
  padding-bottom: 0
}

.template-404__header {
  margin: auto;
  max-width: 700px;
  padding: 0 2rem;
  text-align: center
}

.template-404__heading:not(:last-child) {
  margin-bottom: 0
}

@media (min-width:48em) {
  .template-404__section {
    padding: 12rem 0
  }

  .template-404__header {
    padding: 0 1.5rem
  }
}

.template-article .main-content {
  padding: 3rem 0
}

.template-article h2,
.template-article h3,
.template-article h4,
.template-article h5,
.template-article h6 {
  margin-top: 4rem
}

.template-article__wrapper {
  text-align: center
}

.template-article__title.h1 {
  margin-bottom: 2.5rem
}

.template-article__video {
  margin: 6rem auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative
}

.template-article__video embed,
.template-article__video iframe,
.template-article__video object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.template-article__blockquote {
  margin: 6rem auto;
  max-width: 420px
}

.template-article__blockquote--caption {
  display: block;
  margin-top: 1rem;
  position: relative
}

.template-article__text {
  margin: 1rem auto 4rem;
  max-width: 656px
}

.template-article__text p {
  margin: 1.5rem 0
}

.template-article blockquote {
  margin: 0;
  padding: 0
}

.template-article img {
  margin-bottom: 2rem
}

.template-article p:empty {
  display: none
}

.template-blog {
  padding-bottom: 3rem
}

.template-blog__wrapper {
  padding: 0 1rem
}

.template-blog__categories {
  list-style: none;
  margin: 0;
  padding: 2rem 0
}

.template-blog__category-item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.5rem
}

.template-blog__articles-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:48em) {
  .template-blog {
    padding-bottom: 5rem
  }

  .template-blog__articles {
    padding-bottom: 3rem;
    padding-top: 6rem
  }
}

.template-cart__body {
  background-color: #fff;
  padding: .75rem 0
}

.template-cart__body .cart-table {
  margin: 0
}

.template-cart__title {
  margin-bottom: .75rem
}

.template-cart__subtitle {
  margin: .5rem 0 0
}

.template-cart__container {
  margin: 1rem auto 0;
  max-width: 768px
}

.template-cart__panel {
  transition: opacity .2s .1s;
  background-color: #fff;
  margin-top: 1.5rem
}

.template-cart__panel.is-loading {
  opacity: .25;
  pointer-events: none
}

.template-cart__notes {
  margin: 2.5rem 0
}

@media (min-width:64em) {
  .template-cart {
    margin: 0 auto
  }

  .template-cart__container {
    max-width: 1328px
  }

  .template-cart__body {
    padding: 2.5rem 0
  }

  .template-cart__body .cart-table {
    margin: 0 2rem 1.5rem 0
  }

  .template-cart__panel {
    margin-top: 0
  }
}

.template-collection__container {
  margin-top: 3rem
}

.template-collection__breadcrumb {
  margin: 1rem 0 .5rem
}

.template-collection__page-size {
  margin-bottom: 0
}

.template-collection__header {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem .25rem 0;
  overflow: hidden
}

.template-collection__intro {
  margin: 2rem 0;
  text-align: center
}

.template-collection__intro-wrapper {
  margin: auto;
  max-width: 510px;
  text-align: center
}

.template-collection__image-box {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%
}

.template-collection .card-grid,
.template-collection__body {
  transition: all .2s ease-out
}

.template-collection .card-grid.hidden,
.template-collection__body.hidden {
  opacity: 0
}

.template-collection__grid {
  padding: 0 .75rem
}

.template-collection__sort-by .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap
}

.template-collection__pagination {
  margin-top: 3rem
}

@media (min-width:48em) {
  .template-collection .accordion__item:first-child .control {
    display: none
  }

  .template-collection__intro.row {
    margin: 4rem 0
  }

  .template-collection__header {
    margin: 1.5rem 0 0
  }

  .template-collection__grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5rem;
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
    margin: 2.5rem 0
  }
}

@media (min-width:64em) {
  .template-collection__header {
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 1.5rem 0
  }

  .template-collection__hero {
    -ms-flex-align: center;
    align-items: center;
    height: 350px;
    padding-bottom: 3rem
  }
}

@media (min-width:83em) {
  .template-collection__grid {
    -ms-grid-columns: 320px 1fr;
    grid-template-columns: 320px 1fr
  }
}

.template-page .main-content {
  padding: 3rem 0
}

.template-page h2,
.template-page h3,
.template-page h4,
.template-page h5,
.template-page h6 {
  margin-top: 4rem
}

.template-page__wrapper {
  text-align: center
}

.template-page__title.h1 {
  margin-bottom: 2.5rem
}

.template-page__video {
  margin: 6rem auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative
}

.template-page__video embed,
.template-page__video iframe,
.template-page__video object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.template-page__blockquote {
  margin: 6rem auto;
  max-width: 420px
}

.template-page__blockquote--caption {
  display: block;
  margin-top: 1rem;
  position: relative
}

.template-page__text {
  margin: 1rem auto 4rem;
  max-width: 656px
}

.template-page__text p {
  margin: 1.5rem 0
}

.template-page blockquote {
  margin: 0;
  padding: 0
}

.template-page img {
  margin-bottom: 2rem
}

.template-page p:empty {
  display: none
}

.template-page__contact .template-page__title {
  margin-bottom: 1rem
}

.template-page__contact .rte {
  margin: 0 auto 3rem;
  max-width: 510px
}

.template-page__contact .rte:not(:last-child) {
  margin-bottom: 3rem
}

.template-page__contact .pxFormGenerator {
  margin: 0 auto
}

@media (min-width:48em) {
  .template-page__contact .template-page__title {
    margin-bottom: 1.5rem
  }

  .template-page__contact .rte {
    margin: 0 auto 4rem
  }

  .template-page__contact .rte:not(:last-child) {
    margin-bottom: 4rem
  }

  .template-page__contact .pxFormGenerator {
    margin: 0 auto 2.5rem
  }
}

.l-brand img {
  margin-bottom: 0;
  height: auto;
}

.l-brand__banner__image {
  width: 100%
}

.l-brand__intro {
  margin-top: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: 1fr (auto)[3] 1fr;
  grid-template-rows: 1fr repeat(3, auto) 1fr;
  grid-template-areas:
    "image ."
    "image quote"
    "image text"
    "image signature"
    "image .";
  column-gap: 4rem;
  row-gap: 16px
}

.l-brand__intro__signature {
  display: flex;
  grid-area: signature;
  justify-content: center;
}

.l-brand__intro__signature-image {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
}

.l-brand__intro__image {
  grid-area: image;
  width: 100%
}

.l-brand__intro__text {
  grid-area: text
}

.l-brand__intro__quote {
  grid-area: quote;
  color: #272726;
  margin-bottom: 20px !important
}

.l-brand__showcase {
  margin-top: clamp(40px, 8vw, 80px);
}

.l-brand__showcase__title {
  text-align: center;
  margin-bottom: 70px !important
}

@media (max-width:47.99em) {
  .l-brand__showcase__title.brand__capsules-section {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }
}

.l-brand__ending__title {
  text-align: center;
  margin-bottom: 55px
}

.l-brand__ending__text {
  text-align: center;
  margin-bottom: 50px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto
}

.l-brand__ending__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  column-gap: 7px;
  row-gap: 7px
}

.l-brand__ending__images__image {
  display: block;
  width: 100%
}

.l-brand__pagecta {
  margin: 100px 0;
  text-align: center
}

.l-brand__pagecta__cta {
  max-width: 500px
}

@media screen and (max-width:768px) {
  .l-brand__intro {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "quote" "signature" "image" "text" ;
  }

  .l-brand__intro__quote {
    text-align: center
  }

  .l-brand__intro__signature-image {
    max-width: 150px;
  }

  .l-brand__intro__text {
    text-align: center;
    margin-top: 20px
  }

  .l-brand__ending {
    margin: 50px 0
  }

  .l-brand__ending__images {
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    -ms-grid-columns: auto;
    grid-template-columns: auto
  }

  .l-brand__ending__text {
    max-width: unset
  }

  .l-brand .split-screen__body-container {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

@media (-ms-high-contrast:none) {

  .l-brand__ending__images,
  .l-brand__intro {
    display: block
  }

  .l-brand__ending__images__image-wrapper {
    display: inline-block;
    box-sizing: border-box;
    width: 33%
  }

  .l-brand .split-screen__body-container {
    margin: 0
  }
}

.template-password {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%
}

.template-password__logo {
  margin: auto;
  max-width: 180px
}

.template-password__form {
  display: none;
  margin: auto;
  max-width: 480px
}

.template-password__form.is-active {
  display: block;
  padding-top: 1.5rem
}

.template-password h2 {
  margin-bottom: 1.5rem
}

.template-password .input-group {
  display: inherit
}

.template-password .input-group__control {
  margin-bottom: 1.5rem
}

.template-product__aside {
  margin: 1rem auto 0;
  padding: 0 .75rem
}

.template-product__aside .button i {
  margin-left: -10px;
  margin-right: 5px
}

.template-product .template-product__title {
  margin-bottom: 0;
  font-weight: 600;
}

.template-product .template-product__price {
  margin-bottom: 1rem;
}

.template-product__option {
  margin-top: 2rem
}

.template-product__description {
  padding-top: 2rem
}

.template-product__free-shipping {
  margin-top: 0.5rem;
}

.template-product__container {
  margin: .5rem auto
}

.template-product__container>.container {
  padding: 0;
  width: 100%
}

.template-product__container>.container .col {
  padding: 0
}

.template-product__btn--cta {
  margin-top: .75rem
}

.template-product__disclaimer {
  font-size: 11.23731px;
  margin: 10px 0
}

.template-product__brand-image {
  background-position: 50%;
  background-size: cover;
  margin-top: 2rem;
  padding-top: 144%;
  width: 100%
}

@media (min-width:48em) {
  .template-product__header .row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    min-height: 100vh
  }

  .template-product__header .row .col.m6:first-child {
    flex: 0 0 auto;
    width: 50%
  }

  .template-product__header .row .col.m6:last-child {
    flex: 1;
    min-width: 0
  }

  .template-product__container>.container .col {
    padding: 0 .5rem
  }

  .template-product__brand-image {
    padding-top: 47%
  }
}

@media (min-width:64em) {
  .template-product .template-product__price {
    margin-bottom: .75rem
  }

  .template-product__aside {
    float: none;
    margin-top: 1.5rem;
    max-width: none;
    padding: 0 3rem
  }

  .template-product__btn--cta.button--block {
    width: auto
  }

  .template-product__brand-image {
    margin-top: 6rem
  }
}

.template-search__container {
  margin-top: 3rem
}

.template-search__intro.row {
  margin: 2rem 0;
  text-align: center
}

.template-search__intro.row p:empty {
  display: none
}

.template-search__title.h4 {
  margin-bottom: 2rem
}

.template-search__form {
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #a9a79f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.5rem auto 0;
  max-width: 620px;
  width: 100%
}

.template-search__form .search-bar {
  padding: 0;
  width: 100%;
  z-index: 1
}

.template-search__form .search-bar__container {
  border: 0
}

.template-search__form .search-bar__placeholder {
  left: 0
}

.template-search__form .search-bar__input {
  padding: 1rem 0
}

.store-locator__header {
  margin: 0 auto 2.5rem;
  max-width: 508px;
  text-align: center
}

.store-locator__page-title {
  padding-bottom: 1.5rem
}

.store-locator__tabs {
  border-bottom: 1px solid #a9a79f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 0;
  list-style-type: none;
  margin: 1.5rem auto;
  max-width: 1100px;
  overflow: hidden;
  padding: 0;
  transition: height .5s cubic-bezier(.19, 1, .22, 1)
}

.store-locator__tab {
  color: #a9a79f;
  cursor: pointer;
  margin-right: 0;
  padding: 0 0 1rem
}

.store-locator__tab.is-active {
  display: none
}

.store-locator__tab:last-of-type {
  padding-bottom: 0
}

.store-locator__tab--regional {
  display: none
}

.store-locator__panels {
  margin: 0 auto;
  max-width: 1100px;
  overflow: hidden;
  position: relative
}

.store-locator__mobile-toggle {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.store-locator__mobile-toggle .icon {
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  width: 10px
}

.store-locator__mobile-toggle.is-active .icon {
  transform: rotate(180deg)
}

.store-locator__panel {
  display: -ms-flexbox;
  display: flex;
  height: 0;
  margin: 0 auto;
  max-width: 1100px;
  opacity: 0;
  position: relative;
  visibility: hidden
}

.store-locator__panel.is-active {
  height: auto;
  opacity: 1;
  visibility: visible
}

.store-locator__panel.is-active .store-locator__lookup,
.store-locator__panel.is-active .store-locator__online-retainers,
.store-locator__panel.is-active .store-locator__regional-retainers {
  opacity: 1
}

.store-locator__panel .store-locator__lookup,
.store-locator__panel .store-locator__online-retainers,
.store-locator__panel .store-locator__regional-retainers {
  opacity: 0;
  transition: opacity .7s
}

.store-locator__lookup {
  width: 100%
}

.store-locator__lookup--title {
  margin-bottom: 0 !important;
  padding: 1rem 0 2rem
}

.store-locator__online-title .icon,
.store-locator__regional-title .icon {
  margin: 0 .5rem .5rem 0
}

.store-locator__online-link {
  display: inline-block;
  margin-left: 2.25rem
}

.store-locator__online-retainers,
.store-locator__regional-retainers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 1.5rem 0;
  width: 100%
}

.store-locator__online-box,
.store-locator__regional-box {
  margin-bottom: 2.5rem;
  width: 100%
}

.store-locator__full-address {
  margin: .5rem 0 0 2.25rem;
  max-width: 200px
}

.store-locator__full-address p {
  margin-bottom: 0;
  padding: 0
}

.store-locator__full-address a {
  display: block;
  padding: .5rem 0;
  text-decoration: none
}

.store-locator__regional-box {
  display: none
}

.store-locator__regional-box.is-active {
  display: block
}

.store-locator h4,
.store-locator h5 {
  margin: 0
}

.store-locator [js-store=online-tab-link] {
  cursor: pointer;
  text-decoration: underline
}

.store-locator__regional-filter {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  position: absolute;
  right: 0;
  top: -5rem
}

.store-locator__regional-filter select {
  background-position: 100%;
  border-bottom: 0;
  cursor: pointer;
  padding: 0 1.5rem 0 0
}

.store-locator__regional-filter .icon {
  width: 13px
}

@media (min-width:48em) {
  .store-locator__tabs {
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    overflow: initial
  }

  .store-locator__tab {
    margin-right: 2rem;
    padding: 1rem 0
  }

  .store-locator__tab.is-active {
    border-bottom: 1px solid #272726;
    color: #272726;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
    transition: color .2s ease-in
  }

  .store-locator__tab--regional {
    display: block
  }

  .store-locator__online-box,
  .store-locator__regional-box {
    width: 50%
  }

  .store-locator__panels {
    overflow: visible
  }

  .store-locator__mobile-toggle {
    display: none
  }

  .store-locator__regional-filter {
    display: -ms-flexbox;
    display: flex
  }

  .store-locator__online-retainers,
  .store-locator__regional-retainers {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (max-width:47.99em) {
  .store-locator {
    overflow: hidden
  }

  .store-locator .container {
    max-width: 93%
  }
}

.online-retainers,
.regional-retainers {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

#storemapper {
  background-color: #efeee7;
  padding: 1rem 1.5rem;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

#storemapper .storemapper-loader {
  height: 28px;
  width: 28px
}

#storemapper .storemapper-loader-marker {
  fill: #a9a79f
}

#storemapper .storemapper-loader-shadow {
  display: none
}

#storemapper #storemapper-left {
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  overflow-y: visible !important;
  order: 1;
  margin.top: 3rem
}

#storemapper #storemapper-right {
  /*display:none!important*/
  order: 2;
  width: 100%;
  height: 250px;
}

#storemapper #storemapper-form,
#storemapper #storemapper-list {
  box-shadow: none !important;
  background: transparent !important;
  width: 50% !important
}

#storemapper #storemapper-list {
  margin-top: 2rem
}

#storemapper #storemapper-list .tier {
  position: relative
}

#storemapper #storemapper-list .tier .storemapper-distance {
  color: #949494 !important;
  line-height: 1.6;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 2rem
}

#storemapper #storemapper-list .tier:first-of-type .storemapper-distance {
  top: 0
}

#storemapper .storemapper-title {
  padding-right: 5rem;
  position: relative
}

#storemapper .storemapper-title:before {
  background-image: url(//cdn.shopify.com/s/files/1/0272/3407/4712/t/36/assets/icon-pin.svg);
  background-size: 28px 28px;
  content: "";
  display: block;
  height: 28px;
  left: -38px;
  position: absolute;
  top: 0;
  width: 28px
}

#storemapper .storemapper-form-inner {
  max-width: 370px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

#storemapper .storemapper-form-inner .storemapper-range {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon__caret icon__caret--down" viewBox="0 0 36 36"><path d="M9.51 12.76l8 7.99 8-7.99h-16z"/></svg>');
  background-position: right 65%;
  -ms-flex-order: 2;
  order: 2
}

#storemapper .storemapper-form-inner .storemapper-range:focus {
  border-color: #a9a79f
}

#storemapper .storemapper-form-inner #storemapper-go {
  -ms-flex-order: 3;
  order: 3
}

#storemapper .storemapper-form-inner .storemapper-error {
  -ms-flex-order: 4;
  order: 4
}

#storemapper #storemapper-zip {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #a9a79f !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  width: auto !important
}

#storemapper .storemapper-phone a {
  text-decoration: none
}

#storemapper label[for=storemapper-zip] {
  font-family: Untitled Sans Regular, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 1.3;
  margin: 0
}

#storemapper label[for=storemapper-zip]:not(:last-child) {
  margin-bottom: .5rem
}

@media (min-width:64em) {
  #storemapper label[for=storemapper-zip] {
    font-size: 22.78125px
  }
}

#storemapper #storemapper-form #storemapper-go {
  background-color: transparent !important;
  border: 0 !important;
  color: #272726 !important;
  color: inherit !important;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 !important;
  margin: 1.5rem 0;
  position: relative;
  width: 52px
}

#storemapper #storemapper-form #storemapper-go:before {
  background-color: #272726;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(1);
  transition: transform .4s cubic-bezier(.33, .01, .35, .99);
  width: 100%
}

#storemapper #storemapper-form #storemapper-go:hover:before {
  transform: scaleX(.7)
}

#storemapper .storemapper-error {
  color: #272726 !important;
  letter-spacing: 0;
  margin-top: 4rem
}

#storemapper #storemapper-list li {
  background: transparent !important;
  border-bottom: 1px solid hsla(48, 5%, 64%, .2);
  box-shadow: none !important;
  padding: 2rem;
  letter-spacing: 0
}

#storemapper #storemapper-list li>* {
  color: #272726 !important
}

#storemapper #storemapper-list li p {
  margin-bottom: .5rem
}

#storemapper #storemapper-list li:first-of-type {
  padding-top: 0
}

#storemapper #storemapper-list {
  overflow: auto
}

#storemapper #storemapper-list::-webkit-scrollbar {
  width: 1px
}

#storemapper #storemapper-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .3)
}

#storemapper #storemapper-list::-webkit-scrollbar-thumb {
  border-radius: 1px;
  box-shadow: inset 0 0 6px #000
}

#storemapper .storemapper-address svg,
#storemapper .storemapper-powered-by,
#storemapper .storemapper-reset,
#storemapper .storemapper-reset-gradient,
#storemapper .storemapper-url svg,
#storemapper .storemapper_view {
  display: none !important;
  opacity: 0
}

#storemapper label.storemapper-range {
  display: none
}

#storemapper .storemapper-address,
#storemapper .storemapper-url {
  max-width: 340px;
  padding-left: 0 !important
}

#storemapper .storemapper-distance.storemapper-dropdown {
  width: 100%;
  margin: 1rem 0
}

#storemapper .storemapper-distance.storemapper-dropdown .button-group {
  width: 100%
}

#storemapper .storemapper-distance.storemapper-dropdown .button-group .storemapper-dropdown-btn {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100% !important
}

#storemapper .storemapper-distance.storemapper-dropdown .button-group .storemapper-dropdown-btn span {
  margin: 0 !important
}

/* Footer country language selector styling */
/* START */
.localization-modal {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.localization-modal[aria-hidden="false"] {
  pointer-events: auto;
}

.localization-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.4);
  opacity: 0;
  transition: opacity .25s ease;
}

.localization-modal__panel {
  max-width: 520px;
  opacity: 0;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  background: #fff;
  padding: 36px;
  width: 100%;
  transform: translate(-50%, 100%);
  transition: transform .35s ease, opacity 0.5s ease;
}

.localization-modal[aria-hidden="false"] .localization-modal__overlay {
  opacity: 1;
}

.localization-modal[aria-hidden="false"] .localization-modal__panel {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.localization-modal__panel h2.title {
  font-family: Untitled Sans Medium, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.localization-modal__panel .text.rte {
  padding: 0 1rem;
}

.localization-modal .modal-header {
  text-align: center;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  appearance: none;
  width: 100%;
  padding-right: 2.5rem;
}

.select-caret {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #232323;
  font-size: 24px;
  line-height: 0;
}

.localization-modal .field {
  display: inline-block;
  margin-inline: auto;
  text-align: center;
  position: relative;
  min-width: 200px;
}

.localization-modal .field label {
  margin-bottom: 10px;
}

.localization-modal .field select {
  padding-block: 10px;
  text-align: center;
  padding-right: 20px;
}

.localization-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 20px;
}

.localization-form button[type=submit] {
  display: inline-block;
  margin-inline: auto;
  width: auto;
  letter-spacing: 2px;
}

.localization-form .field label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

button#localization-toggle {
  display: inline-block;
  width: auto;
  padding: 10px 0;
  margin-right: auto;
  margin-left: 0;
  font-size: 12px;
  text-transform: none;
}

.selector-wrapper {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.selector-wrapper label {
  font-weight: 100;
  font-size: 12px;
  color: #777;
  font-family: Untitled Sans Medium, Helvetica, sans-serif
}

.footer-hr {
  margin-block: 20px;
}

@media (max-width: 749px) {
  .footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .selector-wrapper {
    flex-direction: column;
  }
  button#localization-toggle {
    margin-inline: auto;
  }
}
/* END */

@media (min-width:48em) {
  #storemapper {
    padding: 2.5rem
  }

  #storemapper #storemapper-list .tier .storemapper-distance {
    right: 2rem
  }
}

@media (max-width:47.99em) {
  #storemapper #storemapper-left {
    -ms-flex-direction: column;
    flex-direction: column
  }

  #storemapper #storemapper-form,
  #storemapper #storemapper-list {
    background: transparent !important;
    width: 100% !important
  }

  #storemapper #storemapper-list li {
    padding-left: 1.5rem
  }

  #storemapper .storemapper-title:before {
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    left: -30px
  }
}

@media (min-width:64em) {
  #storemapper #storemapper-list .tier .storemapper-distance {
    top: 2.25rem
  }

  #storemapper #storemapper-list .tier:first-of-type .storemapper-distance {
    top: .25rem
  }
}

.spr-badge .spr-starrating {
  color: #ffd102
}

.spr-badge .spr-badge-caption {
  font-size: 12.64198px;
  margin-left: .25rem
}

.spr-badge .spr-icon-star {
  margin-right: .125rem
}

@media (min-width:1024px) {
  .site-nav__meganav--container {
    min-width: 100%;
  }
}

.product-swatches__swatch-name {
  height: 48px
}

/* product cards swatches styling – breakpoint: (min-width: 64em) only */
.card-grid__item {
  position: relative;
}

product-swatches {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
}

/* Inline arrows on either side of product group (no overlap) */
.product-card__swatches-container .swatch-nav {
  flex-shrink: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  opacity: 1;
  transition: background-color 0.25s linear, border-color 0.25s linear, opacity 0.25s linear;
}

.product-card__swatches-container .swatch-nav:disabled {
  opacity: 0.4;
}

.product-card__swatches-container .swatch-nav:hover:not(:disabled) {
  background: #f5f5f5;
  border-color: #ccc;
}

.product-card__swatches-container .product__product-groups {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 60px); /* same width as when arrows (30px × 2) are visible */
  margin: 0 auto;
  overflow: hidden;
}

.product-card__swatches-container .product__product-group {
  min-width: 0;
}

.product__product-group {
  padding: 20px 5px;
}

.product__variant-options {
  display: flex;
  gap: 4px;
}

.product__variant-options--centered {
  justify-content: center;
}

.product__variant-options .product-option__label {
  flex-shrink: 0;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 5px;
  cursor: pointer;
}

.product__variant-options .product-option__label.active {
  border: 1px solid currentColor;
}

.product__variant-options .product-option__label .rsp-Image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product__variant-options .product-option__label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Desktop (min-width: 64em): 4 swatches visible; account for 3×4px gap so edges aren't clipped */
@media (min-width: 64em) {
  .product__product-group .product-option__label {
    flex: 0 0 calc((100% - 12px) / 4);
    width: calc((100% - 12px) / 4);
  }
}

/* Below 64em: 3 swatches visible; account for 2×4px gap */
@media (max-width: 63.9375em) {
  .product__product-group .product-option__label {
    flex: 0 0 calc((100% - 8px) / 3);
    width: calc((100% - 8px) / 3);
  }
}

/* 575px or less: 2 swatches visible; account for 1×4px gap */
@media (max-width: 35.9375em) {
  .product__product-group .product-option__label {
    flex: 0 0 calc((100% - 4px) / 2);
    width: calc((100% - 4px) / 2);
  }
}


/* Below 480px: minimum swatch size so they don't shrink inconsistently; fieldset stays between arrows */
@media (max-width: 29.9375em) {
  .product-card__swatches-container .product__variant-options .product-option__label {
    min-width: 52px;
  }
}

/* At ≤435px with exactly 2 swatches: centered layout (no carousel) */
@media (max-width: 435px) {
  .product-card__swatches-container .product__product-groups:has(.product__product-group[data-swatch-count="2"]) {
    max-width: 100%;
  }
  
  .product-card__swatches-container .product__product-group[data-swatch-count="2"] {
    padding-bottom: 0;
  }
}

.product__variant-options.is-scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: flex-start;
  cursor: grab;
}

.product__variant-options.is-scrollable:active {
  cursor: grabbing;
}

.product__variant-options::-webkit-scrollbar {
  display: none;
}

.product-card__thumbnail-container,
.product-card__title-container .product-card__title {
  cursor: pointer;
}

/* Style ARShades button */
.arshades-vto-container .arshades-vto-button#arshades-open-popup,
.arshades-3d-container .arshades-3d-button#arshades-open-3d-popup {
  background-color: transparent !important;
  border: 1px solid var(--color-brand-1) !important;
  color: #272726 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px !important;
  padding: 8px 18px !important;
}

/* ARShades primary button vto */
.arshades-vto-container .arshades-vto-button#arshades-open-popup {
  background-color: var(--color-brand-1) !important;
}
.arshades-vto-container .arshades-vto-button#arshades-open-popup:hover{
  background-color: transparent !important;
}

/* ARShades secondary button 3d */
.arshades-3d-container .arshades-3d-button#arshades-open-3d-popup:hover {
  background-color: transparent !important;
}
.arshades-3d-container .arshades-3d-button#arshades-open-3d-popup:hover:hover{
  background-color: var(--color-brand-1) !important;
}

/* Footer newsletter (newsletter-callout.liquid) */
.footer-newsletter .field__checkbox {
  margin: 0;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  border: 1px solid black;
  background-color: transparent;
  cursor: pointer;
  accent-color: black;
}

.footer-newsletter .field__checkbox:checked {
  background-color: black;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-6.5 6.5a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7 9.293l6.146-6.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.footer-newsletter .field__checkbox:focus {
  outline: none;
  box-shadow: none;
}

.footer-newsletter .field__checkbox-label {
  margin-block-end: 0;
  color: black;
  font-size: 10px;
  line-height: 1.6;
  cursor: pointer;
  user-select: none;
}

.footer-newsletter {
  max-width: 410px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: rgb(39, 39, 38);
}

.footer-newsletter__title {
  margin-bottom: 1rem;
}

.footer-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-newsletter .newsletter-form__wrapper {
  order: 1;
  position: relative;
  margin: 0;
}

.footer-newsletter .newsletter-form__checkbox {
  order: 2;
  margin-bottom: 0;
  margin-top: 12px;
  gap: 8px;
  align-items: flex-start;
  display: flex;
}

.footer-newsletter .field__input {
  border: none !important;
  border-bottom: 1px solid rgb(169, 167, 159) !important;
  border-radius: 0;
  background-color: transparent;
  color: rgb(39, 39, 38);
  font-family: "Untitled Sans Regular", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 24px 60px 16px 0;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.footer-newsletter .field__input:focus {
  border-bottom-color: rgb(39, 39, 38) !important;
  box-shadow: none;
  outline: none;
}

.footer-newsletter .button--primary.submit-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: transparent !important;
  border: none !important;
  color: rgb(169, 167, 159);
  font-family: "Untitled Sans Regular", Helvetica, sans-serif;
  font-size: 12.642px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  cursor: pointer;
  min-width: auto;
  min-height: auto;
  width: auto;
  height: auto;
  line-height: 1;
  transition: color 0.2s ease;
}

.footer-newsletter .button--primary.submit-button:hover {
  background: transparent !important;
  color: rgb(39, 39, 38);
}

.footer-newsletter .field__checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgb(169, 167, 159);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  accent-color: rgb(39, 39, 38);
}

.footer-newsletter .field__checkbox:checked {
  background-color: #a9a79f;
  border-color: #a9a79f;
}

.footer-newsletter .field__checkbox:focus {
  outline: none;
  box-shadow: none;
}

.footer-newsletter .field__checkbox-label {
  color: #a7a7a6;
  font-family: "Untitled Sans Medium", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.85px;
  text-align: left;
  cursor: pointer;
  margin-bottom: 0;
}

.footer-newsletter .field__error-message {
  display: none;
  font-size: 10px;
  color: red;
  margin-top: 0.5rem;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  gap: 1rem;
}

.footer-newsletter .field__error-message svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.footer-newsletter .newsletter-form__message {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 10px;
}

.footer-newsletter .newsletter-form__message--success {
  font-size: 18px;
  justify-content: center;
  margin-bottom: 2.5rem;
}

/* Hide OneTrust floating cookie button */
#ot-sdk-btn-floating {
  display: none !important;
}
